layered-soul/manifest.json
Sam & Claude 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

58 lines
1.5 KiB
JSON

{
"schema": "clawdie.layered-soul.v1",
"repo_name": "layered-soul",
"display_name": "Layered Soul",
"description": "Cross-harness durable identity and reviewed context for Clawdie-compatible agents.",
"source_of_truth": "git",
"template": true,
"core_files": {
"soul": "SOUL.md",
"user": "USER.md",
"identity": "IDENTITY.md",
"harness_rules": "AGENTS.md"
},
"layered_imports": {
"skills": ["skills/**/*.md"],
"curated_memory": ["memories/curated/**/*.md"]
},
"tooling": {
"helper": "scripts/layered_soul.py",
"private_source_examples": ["examples/private-sources/hermes-soul.example.json"]
},
"archive_policy": {
"raw_sessions": "excluded-by-default",
"runtime_config": "adapter-local",
"cron_jobs": "convert-before-import"
},
"privacy": {
"secrets": "excluded",
"operator_review_required_before_cross_harness_import": true,
"raw_harness_backups": "keep-in-source-runtime-repos"
},
"adapters": {
"pi": {
"file": "adapters/pi.md",
"mode": "append-system-prompt-or-agents-md"
},
"hermes": {
"file": "adapters/hermes.md",
"mode": "profile-context-import"
},
"colibri": {
"file": "adapters/colibri.md",
"mode": "layered-memory-fabric-import"
},
"codex": {
"file": "adapters/codex.md",
"mode": "task-context-only"
},
"claude-code": {
"file": "adapters/claude-code.md",
"mode": "task-context-only"
},
"zot": {
"file": "adapters/zot.md",
"mode": "task-context-only"
}
}
}