wip: [01-stabilize] paused at task 1/1 - OCR Hallucination Immune logic via Semantic delta window and fret-isolation

This commit is contained in:
2026-03-29 22:08:40 +09:00
parent aca7bf592a
commit 2507de45d3
4289 changed files with 732689 additions and 28672 deletions

View File

@@ -0,0 +1,415 @@
{
"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"
]
},
{
"id": "lang:swift",
"family": "language",
"description": "Swift, SwiftUI, and Apple platform engineering guidance.",
"modules": [
"swift-apple"
]
},
{
"id": "lang:cpp",
"family": "language",
"description": "C++ coding standards and testing guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "lang:kotlin",
"family": "language",
"description": "Kotlin, Ktor, Exposed, Coroutines, and Compose Multiplatform guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "lang:perl",
"family": "language",
"description": "Modern Perl patterns, testing, and security guidance. Currently resolves through framework-language and security modules.",
"modules": [
"framework-language",
"security"
]
},
{
"id": "lang:rust",
"family": "language",
"description": "Rust patterns and testing guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "lang:csharp",
"family": "language",
"description": "C# coding standards and patterns guidance. Currently resolves through the shared framework-language module.",
"modules": [
"framework-language"
]
},
{
"id": "framework:laravel",
"family": "framework",
"description": "Laravel patterns, TDD, verification, and security guidance. Resolves through framework-language and security modules.",
"modules": [
"framework-language",
"security"
]
},
{
"id": "capability:agentic",
"family": "capability",
"description": "Agentic engineering, autonomous loops, and LLM pipeline optimization.",
"modules": [
"agentic-patterns"
]
},
{
"id": "capability:devops",
"family": "capability",
"description": "Deployment, Docker, and infrastructure patterns.",
"modules": [
"devops-infra"
]
},
{
"id": "capability:supply-chain",
"family": "capability",
"description": "Supply chain, logistics, procurement, and manufacturing domain skills.",
"modules": [
"supply-chain-domain"
]
},
{
"id": "capability:documents",
"family": "capability",
"description": "Document processing, conversion, and translation skills.",
"modules": [
"document-processing"
]
},
{
"id": "agent:architect",
"family": "agent",
"description": "System design and architecture agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:code-reviewer",
"family": "agent",
"description": "Code review agent for quality and security checks.",
"modules": [
"agents-core"
]
},
{
"id": "agent:security-reviewer",
"family": "agent",
"description": "Security vulnerability analysis agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:tdd-guide",
"family": "agent",
"description": "Test-driven development guidance agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:planner",
"family": "agent",
"description": "Feature implementation planning agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:build-error-resolver",
"family": "agent",
"description": "Build error resolution agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:e2e-runner",
"family": "agent",
"description": "Playwright E2E testing agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:refactor-cleaner",
"family": "agent",
"description": "Dead code cleanup and refactoring agent.",
"modules": [
"agents-core"
]
},
{
"id": "agent:doc-updater",
"family": "agent",
"description": "Documentation update agent.",
"modules": [
"agents-core"
]
},
{
"id": "skill:tdd-workflow",
"family": "skill",
"description": "Test-driven development workflow skill.",
"modules": [
"workflow-quality"
]
},
{
"id": "skill:continuous-learning",
"family": "skill",
"description": "Session pattern extraction and continuous learning skill.",
"modules": [
"workflow-quality"
]
},
{
"id": "skill:eval-harness",
"family": "skill",
"description": "Evaluation harness for AI regression testing.",
"modules": [
"workflow-quality"
]
},
{
"id": "skill:verification-loop",
"family": "skill",
"description": "Verification loop for code quality assurance.",
"modules": [
"workflow-quality"
]
},
{
"id": "skill:strategic-compact",
"family": "skill",
"description": "Strategic context compaction for long sessions.",
"modules": [
"workflow-quality"
]
},
{
"id": "skill:coding-standards",
"family": "skill",
"description": "Language-agnostic coding standards and best practices.",
"modules": [
"framework-language"
]
},
{
"id": "skill:frontend-patterns",
"family": "skill",
"description": "React and frontend engineering patterns.",
"modules": [
"framework-language"
]
},
{
"id": "skill:backend-patterns",
"family": "skill",
"description": "API design, database, and backend engineering patterns.",
"modules": [
"framework-language"
]
},
{
"id": "skill:security-review",
"family": "skill",
"description": "Security review checklist and vulnerability analysis.",
"modules": [
"security"
]
},
{
"id": "skill:deep-research",
"family": "skill",
"description": "Deep research and investigation workflows.",
"modules": [
"research-apis"
]
}
]
}

View File

@@ -0,0 +1,499 @@
{
"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",
"scripts/lib"
],
"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",
"antigravity",
"codex",
"opencode"
],
"dependencies": [],
"defaultInstall": true,
"cost": "light",
"stability": "stable"
},
{
"id": "framework-language",
"kind": "skills",
"description": "Core framework, language, and application-engineering skills.",
"paths": [
"skills/android-clean-architecture",
"skills/api-design",
"skills/backend-patterns",
"skills/coding-standards",
"skills/compose-multiplatform-patterns",
"skills/cpp-coding-standards",
"skills/cpp-testing",
"skills/django-patterns",
"skills/django-tdd",
"skills/django-verification",
"skills/frontend-patterns",
"skills/frontend-slides",
"skills/golang-patterns",
"skills/golang-testing",
"skills/java-coding-standards",
"skills/kotlin-coroutines-flows",
"skills/kotlin-exposed-patterns",
"skills/kotlin-ktor-patterns",
"skills/kotlin-patterns",
"skills/kotlin-testing",
"skills/laravel-patterns",
"skills/laravel-tdd",
"skills/laravel-verification",
"skills/mcp-server-patterns",
"skills/perl-patterns",
"skills/perl-testing",
"skills/python-patterns",
"skills/python-testing",
"skills/rust-patterns",
"skills/rust-testing",
"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/database-migrations",
"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/ai-regression-testing",
"skills/configure-ecc",
"skills/continuous-learning",
"skills/continuous-learning-v2",
"skills/e2e-testing",
"skills/eval-harness",
"skills/iterative-retrieval",
"skills/plankton-code-quality",
"skills/project-guidelines-example",
"skills/skill-stocktake",
"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/django-security",
"skills/laravel-security",
"skills/perl-security",
"skills/security-review",
"skills/security-scan",
"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"
},
{
"id": "swift-apple",
"kind": "skills",
"description": "Swift, SwiftUI, and Apple platform skills including concurrency, persistence, and design patterns.",
"paths": [
"skills/foundation-models-on-device",
"skills/liquid-glass-design",
"skills/swift-actor-persistence",
"skills/swift-concurrency-6-2",
"skills/swift-protocol-di-testing",
"skills/swiftui-patterns"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "agentic-patterns",
"kind": "skills",
"description": "Agentic engineering, autonomous loops, agent harness construction, and LLM pipeline optimization skills.",
"paths": [
"skills/agent-harness-construction",
"skills/agentic-engineering",
"skills/ai-first-engineering",
"skills/autonomous-loops",
"skills/blueprint",
"skills/claude-devfleet",
"skills/content-hash-cache-pattern",
"skills/continuous-agent-loop",
"skills/cost-aware-llm-pipeline",
"skills/data-scraper-agent",
"skills/enterprise-agent-ops",
"skills/nanoclaw-repl",
"skills/prompt-optimizer",
"skills/ralphinho-rfc-pipeline",
"skills/regex-vs-llm-structured-text",
"skills/search-first",
"skills/team-builder"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "devops-infra",
"kind": "skills",
"description": "Deployment workflows, Docker patterns, and infrastructure skills.",
"paths": [
"skills/deployment-patterns",
"skills/docker-patterns"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
},
{
"id": "supply-chain-domain",
"kind": "skills",
"description": "Supply chain, logistics, procurement, and manufacturing domain skills.",
"paths": [
"skills/carrier-relationship-management",
"skills/customs-trade-compliance",
"skills/energy-procurement",
"skills/inventory-demand-planning",
"skills/logistics-exception-management",
"skills/production-scheduling",
"skills/quality-nonconformance",
"skills/returns-reverse-logistics"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "heavy",
"stability": "stable"
},
{
"id": "document-processing",
"kind": "skills",
"description": "Document processing, conversion, and translation skills.",
"paths": [
"skills/nutrient-document-processing",
"skills/visa-doc-translate"
],
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "medium",
"stability": "stable"
}
]
}

View File

@@ -0,0 +1,80 @@
{
"version": 1,
"profiles": {
"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",
"security",
"research-apis",
"business-content",
"social-distribution",
"media-generation",
"orchestration",
"swift-apple",
"agentic-patterns",
"devops-infra",
"supply-chain-domain",
"document-processing"
]
}
}
}