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
53 lines
1.4 KiB
JSON
53 lines
1.4 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",
|
|
"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"]
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|