# DEPRECATED — 2026-07-17 (R5). Do not edit. Do not consume. # # This root-level inventory.yaml is the Python-era topology file. It was # superseded on 2026-07-07 by the DB-native model (ADR 0003): # # - The Postgres database is the single source of truth for all structured # data. Query it via MCP `get_entity` / `list_entities` or the REST API. # - `seeds/inventory.yaml` is the bootstrap + DR seed manifest, ingested # idempotently into the DB at deploy time (content-hashed via # `seed_versions`). `oikos export` regenerates it from the DB for VC. # - `archive/knowledge/` holds the frozen legacy narrative wiki. # # This file is kept only because AGENTS.md §1/§2 still point clients at # `/opt/homelab-context/inventory.yaml` (the on-client clone path). Reconcile # that path to `seeds/inventory.yaml` and delete this stub — tracked as R13 # in plans/2026-07-17-codebase-review-and-cleanup.md. # # The live topology is in the DB. The seed is `seeds/inventory.yaml`. This # file is not read by any Go code, script, or test in the repo. --- deprecated: true superseded_by: seeds/inventory.yaml source_of_truth: postgres (see ADR 0003) see_also: - seeds/inventory.yaml - seeds/ontology.yaml - seeds/policy.yaml - docs/adr/0003-db-native-ontology-yaml-seeds.md