feat: orchestration harness, selective install, observer improvements

This commit is contained in:
Affaan Mustafa
2026-03-14 12:55:25 -07:00
parent 424f3b3729
commit 4e028bd2d2
76 changed files with 11050 additions and 340 deletions

View File

@@ -0,0 +1,173 @@
{
"version": 1,
"components": [
{
"id": "baseline:rules",
"family": "baseline",
"description": "Core shared rules and supported language rule packs.",
"modules": [
"rules-core"
]
},
{
"id": "baseline:agents",
"family": "baseline",
"description": "Baseline agent definitions and shared AGENTS guidance.",
"modules": [
"agents-core"
]
},
{
"id": "baseline:commands",
"family": "baseline",
"description": "Core command library and workflow command docs.",
"modules": [
"commands-core"
]
},
{
"id": "baseline:hooks",
"family": "baseline",
"description": "Hook runtime configs and hook helper scripts.",
"modules": [
"hooks-runtime"
]
},
{
"id": "baseline:platform",
"family": "baseline",
"description": "Platform configs, package-manager setup, and MCP catalog defaults.",
"modules": [
"platform-configs"
]
},
{
"id": "baseline:workflow",
"family": "baseline",
"description": "Evaluation, TDD, verification, and compaction workflow support.",
"modules": [
"workflow-quality"
]
},
{
"id": "lang:typescript",
"family": "language",
"description": "TypeScript and frontend/backend application-engineering guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "lang:python",
"family": "language",
"description": "Python and Django-oriented engineering guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "lang:go",
"family": "language",
"description": "Go-focused coding and testing guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "lang:java",
"family": "language",
"description": "Java and Spring application guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "framework:react",
"family": "framework",
"description": "React-focused engineering guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "framework:nextjs",
"family": "framework",
"description": "Next.js-focused engineering guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "framework:django",
"family": "framework",
"description": "Django-focused engineering guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "framework:springboot",
"family": "framework",
"description": "Spring Boot-focused engineering guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "capability:database",
"family": "capability",
"description": "Database and persistence-oriented skills.",
"modules": [
"database"
]
},
{
"id": "capability:security",
"family": "capability",
"description": "Security review and security-focused framework guidance.",
"modules": [
"security"
]
},
{
"id": "capability:research",
"family": "capability",
"description": "Research and API-integration skills for deep investigations and external tooling.",
"modules": [
"research-apis"
]
},
{
"id": "capability:content",
"family": "capability",
"description": "Business, writing, market, and investor communication skills.",
"modules": [
"business-content"
]
},
{
"id": "capability:social",
"family": "capability",
"description": "Social publishing and distribution skills.",
"modules": [
"social-distribution"
]
},
{
"id": "capability:media",
"family": "capability",
"description": "Media generation and AI-assisted editing skills.",
"modules": [
"media-generation"
]
},
{
"id": "capability:orchestration",
"family": "capability",
"description": "Worktree and tmux orchestration runtime and workflow docs.",
"modules": [
"orchestration"
]
}
]
}