Compare commits

..

4 commits

3 changed files with 9 additions and 11 deletions

View file

@ -1,5 +1,5 @@
# ============================================================================= # =============================================================================
# Knowledge Genome - Makefile v. 1.1.1 # Knowledge Genome - Makefile v. 1.1.2
# Orchestrates the setup and management of the knowledge base. # Orchestrates the setup and management of the knowledge base.
# ============================================================================= # =============================================================================

View file

@ -21,11 +21,11 @@ PROVIDERS_DIR="${PROJECT_ROOT}/providers"
# --- GENOME REGISTRY --- # --- GENOME REGISTRY ---
# Format: "name|description|linked_repo" # Format: "name|description|linked_repo"
# - linked_repo is OPTIONAL. Leave empty (trailing pipe) for knowledge-only genomes. # - linked_repo is OPTIONAL. Leave empty (trailing pipe) for knowledge-only genomes.
# - It is an opaque reference rendered verbatim into the genome's AGENTS.md #
# (phase-2 project work is parked, so the framework does not act on it yet). # HOW TO CUSTOMIZE:
# - Example with a project: "genome-homelab|Keru infrastructure...|keru/homelab-infra" # Replace the placeholder below with your actual genome domains.
# Example: "genome-work|Work notes and architecture logs|"
# "genome-finance|Personal finance|user/repo-finance"
GENOMES=( GENOMES=(
"genome-dev|Web development, TUI, Angular, software architecture|" "genome-example|Template genome description for knowledge management|"
"genome-finance|Personal finance, investments, market analysis|"
"genome-homelab|Keru infrastructure, network configs, architecture logs|"
) )

View file

@ -18,10 +18,8 @@
```text ```text
{{MASTER_REPO}}/ {{MASTER_REPO}}/
├── core-karpathy/ ← Reference pattern — read-only, never modify ├── core-karpathy/ ← Reference pattern — read-only, never modify
├── genome-dev/ ← Submodule: web development, Angular, TUI ├── genome-example/ ← Submodule placeholder (replace with your domain)
├── genome-finance/ ← Submodule: personal finance (git-crypt on private/) └── AGENTS.md
├── genome-homelab/ ← Submodule: Keru infrastructure and network
└── AGENTS.md ← This file (update diagram when adding a genome)
``` ```
Each genome has its own `AGENTS.md` with domain-specific rules. Each genome has its own `AGENTS.md` with domain-specific rules.