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
719 B
719 B
Layered Soul Agent Rules
- Do not commit secrets, API keys, auth tokens, browser profiles, or raw credential files.
- Do not import raw sessions into another harness by default.
- Curate memories before adding them under
memories/curated/. - Keep Hermes-native runtime configuration in
hermes-soul; this repository is the cross-harness contract. - Public examples may reference private source repositories by URL/name, but must not quote or copy their private contents.
- Use
scripts/layered_soul.py validate .before committing structural changes. - When adapting for Colibri, reviewed skills map to
system_skills, curated memory maps tosystem_brain, and converted operational tasks map tosystem_ops.