Compare commits
No commits in common. "7c5f50243b7cd6888dce3433f1b778a90f24b896" and "bcba29fc762f9e5068a8065a565f0a57dd623347" have entirely different histories.
7c5f50243b
...
bcba29fc76
3 changed files with 11 additions and 9 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
# =============================================================================
|
||||
# Knowledge Genome - Makefile v. 1.1.2
|
||||
# Knowledge Genome - Makefile v. 1.1.1
|
||||
# Orchestrates the setup and management of the knowledge base.
|
||||
# =============================================================================
|
||||
|
||||
|
|
|
|||
12
registry.sh
12
registry.sh
|
|
@ -21,11 +21,11 @@ PROVIDERS_DIR="${PROJECT_ROOT}/providers"
|
|||
# --- GENOME REGISTRY ---
|
||||
# Format: "name|description|linked_repo"
|
||||
# - linked_repo is OPTIONAL. Leave empty (trailing pipe) for knowledge-only genomes.
|
||||
#
|
||||
# HOW TO CUSTOMIZE:
|
||||
# Replace the placeholder below with your actual genome domains.
|
||||
# Example: "genome-work|Work notes and architecture logs|"
|
||||
# "genome-finance|Personal finance|user/repo-finance"
|
||||
# - 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).
|
||||
# - Example with a project: "genome-homelab|Keru infrastructure...|keru/homelab-infra"
|
||||
GENOMES=(
|
||||
"genome-example|Template genome description for knowledge management|"
|
||||
"genome-dev|Web development, TUI, Angular, software architecture|"
|
||||
"genome-finance|Personal finance, investments, market analysis|"
|
||||
"genome-homelab|Keru infrastructure, network configs, architecture logs|"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -18,8 +18,10 @@
|
|||
```text
|
||||
{{MASTER_REPO}}/
|
||||
├── core-karpathy/ ← Reference pattern — read-only, never modify
|
||||
├── genome-example/ ← Submodule placeholder (replace with your domain)
|
||||
└── AGENTS.md
|
||||
├── genome-dev/ ← Submodule: web development, Angular, TUI
|
||||
├── genome-finance/ ← Submodule: personal finance (git-crypt on private/)
|
||||
├── 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue