docs: Clarify genome naming convention and registry setup in README

This commit is contained in:
Matteo Cherubini 2026-06-19 05:48:50 +02:00
parent 5491e807e0
commit 6615d9b1d6

View file

@ -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