mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
* fix(install): add rust, cpp, csharp to legacy language alias map The legacy installer compatibility layer in install-manifests.js was missing entries for rust, cpp, and csharp — languages that have rules/ directories and (for rust/cpp) install-components.json entries. Running `./install.sh rust` fails with "Unknown legacy language: rust" because LEGACY_LANGUAGE_ALIAS_TO_CANONICAL and LEGACY_LANGUAGE_EXTRA_MODULE_IDS didn't include these languages. Fixes the issue reported in #694 by @mpiton. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> * fix(install): complete csharp legacy support and add resolution tests - Add lang:csharp component to install-components.json with framework-language module (matching cpp/rust pattern) - Update csharp mapping in LEGACY_LANGUAGE_EXTRA_MODULE_IDS from empty array to ['framework-language'] - Add end-to-end resolution tests for rust, cpp, and csharp verifying framework-language module is included in resolved moduleIds Addresses review feedback from Copilot, Greptile, CodeRabbit, and Cubic. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Happy <yesreply@happy.engineering>
416 lines
11 KiB
JSON
416 lines
11 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|