From 6615d9b1d6b9d1f654ce0ec1f3b0eb42593e0821 Mon Sep 17 00:00:00 2001 From: Matteo Cherubini Date: Fri, 19 Jun 2026 05:48:50 +0200 Subject: [PATCH] docs: Clarify genome naming convention and registry setup in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 71715eb..75bb232 100644 --- a/README.md +++ b/README.md @@ -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