Commit graph

55 commits

Author SHA1 Message Date
0fdae28307 Merge pull request 'docs: align Colibri adapter with what's implemented' (#1) from docs/colibri-adapter-reality into main 2026-06-13 22:16:18 +02:00
b0b0364699 docs: align Colibri adapter with what's actually implemented
The adapter described importing into system_skills/system_brain/system_ops via a
"Layered Memory Fabric", but only skills import is built (into Colibri's flat
skills table, via colibri scripts/import-layered-soul.sh). Mark skills as
implemented and brain/ops as planned, and point at colibri's
docs/INTEGRATION-LAYERED-SOUL.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 22:15:15 +02:00
8f2db52336 Build Layered Soul template and helper tooling (Sam & Codex)
Merges the public Forgejo seed repo with the prepared Layered Soul skeleton, expands the README, adds validation/rendering/private-source planning helper tooling, and documents how private hermes-soul connects without copying private runtime state.\n\nChecks: prettier on markdown; python3 -m json.tool manifests; python3 scripts/layered_soul.py validate .; render-prompt smoke; plan-private-source smoke against /home/clawdie/ai/hermes-soul; git diff --check
2026-06-13 21:49:43 +02:00
782f96687a Initial commit 2026-06-13 21:40:29 +02:00
8f975da8c3 Initial Layered Soul contract (Sam & Codex)
Creates the cross-harness Layered Soul repository skeleton while keeping hermes-soul as the Hermes-native Debby Linux backup.\n\nChecks: npx --yes prettier@3 --write touched docs/manifests
2026-06-13 14:50:54 +02:00