docs: Clarify genome naming convention and registry setup in README
This commit is contained in:
parent
5491e807e0
commit
6615d9b1d6
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@ master-knowledge-genome/ ← Root orchestrator (submodule registry)
|
|||
└── AGENTS.md ← Global coordination schema (cross-genome rules)
|
||||
```
|
||||
|
||||
> The genome names above (`genome-dev`, `genome-finance`, `genome-homelab`) are
|
||||
> **illustrative** — they show the kind of multi-domain layout this orchestrator targets.
|
||||
> The shipped `registry.sh` defines a single disposable sandbox, **`genome-test`**; you
|
||||
> create real genomes yourself with `make add-genome` (see the registry examples below).
|
||||
|
||||
Each genome is an independent git repository:
|
||||
|
||||
```text
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue