2026-03-14 12:55:25 -07:00
{
"version" : 1 ,
"profiles" : {
2026-04-30 01:48:31 -04:00
"minimal" : {
"description" : "Low-context Claude Code setup with rules, agents, commands, platform configs, and quality workflow support, but no hook runtime." ,
"modules" : [
"rules-core" ,
"agents-core" ,
"commands-core" ,
"platform-configs" ,
"workflow-quality"
]
},
2026-06-06 22:26:14 -07:00
"opencode" : {
"description" : "Default OpenCode setup with commands, platform configs, and quality workflow support. It intentionally excludes hooks-runtime; opt in with --modules hooks-runtime." ,
"modules" : [
"commands-core" ,
"platform-configs" ,
"workflow-quality"
]
},
2026-03-14 12:55:25 -07:00
"core" : {
"description" : "Minimal harness baseline with commands, hooks, platform configs, and quality workflow support." ,
"modules" : [
"rules-core" ,
"agents-core" ,
"commands-core" ,
"hooks-runtime" ,
"platform-configs" ,
"workflow-quality"
]
},
"developer" : {
"description" : "Default engineering profile for most ECC users working across app codebases." ,
"modules" : [
"rules-core" ,
"agents-core" ,
"commands-core" ,
"hooks-runtime" ,
"platform-configs" ,
"workflow-quality" ,
"framework-language" ,
"database" ,
"orchestration"
]
},
"security" : {
"description" : "Security-heavy setup with baseline runtime support and security-specific guidance." ,
"modules" : [
"rules-core" ,
"agents-core" ,
"commands-core" ,
"hooks-runtime" ,
"platform-configs" ,
"workflow-quality" ,
"security"
]
},
"research" : {
"description" : "Research and content-oriented setup for investigation, synthesis, and publishing workflows." ,
"modules" : [
"rules-core" ,
"agents-core" ,
"commands-core" ,
"hooks-runtime" ,
"platform-configs" ,
"workflow-quality" ,
"research-apis" ,
"business-content" ,
"social-distribution"
]
},
"full" : {
"description" : "Complete ECC install with all currently classified modules." ,
"modules" : [
"rules-core" ,
"agents-core" ,
"commands-core" ,
"hooks-runtime" ,
"platform-configs" ,
"framework-language" ,
"database" ,
"workflow-quality" ,
2026-07-26 02:46:59 -07:00
"skill-unified-memory" ,
2026-03-14 12:55:25 -07:00
"security" ,
"research-apis" ,
"business-content" ,
2026-04-01 02:37:42 -07:00
"operator-workflows" ,
2026-05-25 14:02:05 -04:00
"optimization-workflows" ,
"prediction-market-skills" ,
2026-07-23 19:28:55 -07:00
"ito-compute" ,
2026-08-15 02:22:29 -04:00
"nasiko-control-plane" ,
2026-03-14 12:55:25 -07:00
"social-distribution" ,
"media-generation" ,
2026-03-16 13:50:08 -07:00
"orchestration" ,
"swift-apple" ,
"agentic-patterns" ,
"devops-infra" ,
2026-05-01 20:19:25 -05:00
"machine-learning" ,
2026-03-16 13:50:08 -07:00
"supply-chain-domain" ,
"document-processing"
2026-03-14 12:55:25 -07:00
]
}
}
}