2026-06-13 14:50:54 +02:00
|
|
|
{
|
|
|
|
|
"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",
|
2026-06-13 21:49:43 +02:00
|
|
|
"template": true,
|
2026-06-13 14:50:54 +02:00
|
|
|
"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"]
|
|
|
|
|
},
|
2026-06-13 21:49:43 +02:00
|
|
|
"tooling": {
|
|
|
|
|
"helper": "scripts/layered_soul.py",
|
|
|
|
|
"private_source_examples": ["examples/private-sources/hermes-soul.example.json"]
|
|
|
|
|
},
|
2026-06-13 14:50:54 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|