diff --git a/.gitignore b/.gitignore index 30754d7..3df7aba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ # VS Code — only shared workspace settings .vscode/* +!.vscode/ !.vscode/settings.json !.vscode/extensions.json + +# framework +/master-knowledge-genome/ +/keys/ +*.key diff --git a/globals.env b/globals.env index d3a6996..3fac2f7 100644 --- a/globals.env +++ b/globals.env @@ -9,7 +9,7 @@ PROVIDER=forgejo # --- FORGEJO --- FORGEJO_URL=https://git.keruhomelab.com -FORGEJO_USER=keru +FORGEJO_USER=Keru FORGEJO_SSH_PORT=222 # --- GITHUB (used when PROVIDER=github) --- diff --git a/skills/ingest/scripts/index-append.py b/skills/ingest/scripts/index-append.py index 89070e4..67bb5a0 100644 --- a/skills/ingest/scripts/index-append.py +++ b/skills/ingest/scripts/index-append.py @@ -4,11 +4,6 @@ # Insert an entry line into the correct section of wiki/index.md and keep that # section's entries alphabetically ordered. Bumps frontmatter last_updated. # -# NOTE: agents-genome.md and wiki-index.md claim the pre-commit hook sorts the -# index. The actual pre-commit.sh only runs the plaintext-leak check — it does -# NOT sort. This script owns the ordering instead. (If you later move sorting -# into the hook, reduce this to a plain append.) -# # index-append.py --section Sources \ # --entry '- [[sources/foo]] — One-line summary. `maturity: draft`' # ============================================================================= diff --git a/templates/wiki-log.md b/templates/wiki-log.md index 6068ca9..d9d8efb 100644 --- a/templates/wiki-log.md +++ b/templates/wiki-log.md @@ -57,7 +57,7 @@ grep "^## \[2026-05" wiki/log.md ## [{{DATE}}] CONFIG | Genome scaffolded - run_id: `system-init` -- model: `setup-knowledge-genome.sh` +- model: `scaffold.sh` - context_read: _(none — initial scaffold)_ - output_written: `[[wiki/index.md]]`, `[[wiki/log.md]]`, `[[AGENTS.md]]` - reasoning: Initial directory structure and encryption layer initialized by setup script.