layered-soul/manifest.json

59 lines
1.5 KiB
JSON
Raw Normal View History

{
"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"
}
}
}