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,335 @@
{
"version": 1,
"modules": [
{
"id": "rules-core",
"kind": "rules",
"description": "Shared and language rules for supported harness targets.",
"paths": [
"rules"
],
"targets": [
"claude",
"cursor",
"antigravity"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "agents-core",
"kind": "agents",
"description": "Agent definitions and project-level agent guidance.",
"paths": [
".agents",
"agents",
"AGENTS.md"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "commands-core",
"kind": "commands",
"description": "Core slash-command library and command docs.",
"paths": [
"commands"
],
"targets": [
"claude",
"cursor",
"antigravity",
"opencode"
],
"dependencies": [],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "hooks-runtime",
"kind": "hooks",
"description": "Runtime hook configs and hook script helpers.",
"paths": [
"hooks",
"scripts/hooks"
],
"targets": [
"claude",
"cursor",
"opencode"
],
"dependencies": [],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "platform-configs",
"kind": "platform",
"description": "Baseline platform configs, package-manager setup, and MCP catalog.",
"paths": [
".claude-plugin",
".codex",
".cursor",
".opencode",
"mcp-configs",
"scripts/setup-package-manager.js"
],
"targets": [
"claude",
"cursor",
"codex",
"opencode"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "framework-language",
"kind": "skills",
"description": "Core framework, language, and application-engineering skills.",
"paths": [
"skills/backend-patterns",
"skills/coding-standards",
"skills/frontend-patterns",
"skills/frontend-slides",
"skills/golang-patterns",
"skills/golang-testing",
"skills/python-patterns",
"skills/python-testing",
"skills/django-patterns",
"skills/django-tdd",
"skills/django-verification",
"skills/java-coding-standards",
"skills/springboot-patterns",
"skills/springboot-tdd",
"skills/springboot-verification"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"rules-core",
"agents-core",
"commands-core",
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "database",
"kind": "skills",
"description": "Database and persistence-focused skills.",
"paths": [
"skills/clickhouse-io",
"skills/jpa-patterns",
"skills/postgres-patterns"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "workflow-quality",
"kind": "skills",
"description": "Evaluation, TDD, verification, learning, and compaction skills.",
"paths": [
"skills/continuous-learning",
"skills/continuous-learning-v2",
"skills/eval-harness",
"skills/iterative-retrieval",
"skills/strategic-compact",
"skills/tdd-workflow",
"skills/verification-loop"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": true,
"cost": "medium",
"stability": "stable"
},
{
"id": "security",
"kind": "skills",
"description": "Security review and security-focused framework guidance.",
"paths": [
"skills/security-review",
"skills/security-scan",
"skills/django-security",
"skills/springboot-security",
"the-security-guide.md"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"workflow-quality"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "research-apis",
"kind": "skills",
"description": "Research and API integration skills for deep investigations and model integrations.",
"paths": [
"skills/claude-api",
"skills/deep-research",
"skills/exa-search"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "business-content",
"kind": "skills",
"description": "Business, writing, market, and investor communication skills.",
"paths": [
"skills/article-writing",
"skills/content-engine",
"skills/investor-materials",
"skills/investor-outreach",
"skills/market-research"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "social-distribution",
"kind": "skills",
"description": "Social publishing and distribution skills.",
"paths": [
"skills/crosspost",
"skills/x-api"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"business-content"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "media-generation",
"kind": "skills",
"description": "Media generation and AI-assisted editing skills.",
"paths": [
"skills/fal-ai-media",
"skills/video-editing",
"skills/videodb"
],
"targets": [
"claude",
"cursor",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "heavy",
"stability": "beta"
},
{
"id": "orchestration",
"kind": "orchestration",
"description": "Worktree/tmux orchestration runtime and workflow docs.",
"paths": [
"commands/multi-workflow.md",
"commands/orchestrate.md",
"commands/sessions.md",
"scripts/lib/orchestration-session.js",
"scripts/lib/tmux-worktree-orchestrator.js",
"scripts/orchestrate-codex-worker.sh",
"scripts/orchestrate-worktrees.js",
"scripts/orchestration-status.js",
"skills/dmux-workflows"
],
"targets": [
"claude",
"codex",
"opencode"
],
"dependencies": [
"commands-core",
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "beta"
}
]
}