agi-farm 1.7.2 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ecc-resources/AGENTS.md +136 -0
- package/ecc-resources/ECC_CHANGELOG.md +46 -0
- package/ecc-resources/ECC_README.md +1249 -0
- package/ecc-resources/ECC_VERSION +6 -0
- package/ecc-resources/agents/architect.md +211 -0
- package/ecc-resources/agents/build-error-resolver.md +114 -0
- package/ecc-resources/agents/chief-of-staff.md +151 -0
- package/ecc-resources/agents/code-reviewer.md +237 -0
- package/ecc-resources/agents/database-reviewer.md +91 -0
- package/ecc-resources/agents/doc-updater.md +107 -0
- package/ecc-resources/agents/e2e-runner.md +107 -0
- package/ecc-resources/agents/go-build-resolver.md +94 -0
- package/ecc-resources/agents/go-reviewer.md +76 -0
- package/ecc-resources/agents/harness-optimizer.md +35 -0
- package/ecc-resources/agents/loop-operator.md +36 -0
- package/ecc-resources/agents/planner.md +212 -0
- package/ecc-resources/agents/python-reviewer.md +98 -0
- package/ecc-resources/agents/refactor-cleaner.md +85 -0
- package/ecc-resources/agents/security-reviewer.md +108 -0
- package/ecc-resources/agents/tdd-guide.md +91 -0
- package/ecc-resources/commands/build-fix.md +62 -0
- package/ecc-resources/commands/checkpoint.md +74 -0
- package/ecc-resources/commands/claw.md +51 -0
- package/ecc-resources/commands/code-review.md +40 -0
- package/ecc-resources/commands/e2e.md +363 -0
- package/ecc-resources/commands/eval.md +120 -0
- package/ecc-resources/commands/evolve.md +178 -0
- package/ecc-resources/commands/go-build.md +183 -0
- package/ecc-resources/commands/go-review.md +148 -0
- package/ecc-resources/commands/go-test.md +268 -0
- package/ecc-resources/commands/harness-audit.md +58 -0
- package/ecc-resources/commands/instinct-export.md +66 -0
- package/ecc-resources/commands/instinct-import.md +114 -0
- package/ecc-resources/commands/instinct-status.md +59 -0
- package/ecc-resources/commands/learn-eval.md +91 -0
- package/ecc-resources/commands/learn.md +70 -0
- package/ecc-resources/commands/loop-start.md +32 -0
- package/ecc-resources/commands/loop-status.md +24 -0
- package/ecc-resources/commands/model-route.md +26 -0
- package/ecc-resources/commands/multi-backend.md +158 -0
- package/ecc-resources/commands/multi-execute.md +315 -0
- package/ecc-resources/commands/multi-frontend.md +158 -0
- package/ecc-resources/commands/multi-plan.md +268 -0
- package/ecc-resources/commands/multi-workflow.md +183 -0
- package/ecc-resources/commands/orchestrate.md +172 -0
- package/ecc-resources/commands/plan.md +113 -0
- package/ecc-resources/commands/pm2.md +272 -0
- package/ecc-resources/commands/projects.md +39 -0
- package/ecc-resources/commands/promote.md +41 -0
- package/ecc-resources/commands/python-review.md +297 -0
- package/ecc-resources/commands/quality-gate.md +29 -0
- package/ecc-resources/commands/refactor-clean.md +80 -0
- package/ecc-resources/commands/sessions.md +305 -0
- package/ecc-resources/commands/setup-pm.md +80 -0
- package/ecc-resources/commands/skill-create.md +174 -0
- package/ecc-resources/commands/tdd.md +326 -0
- package/ecc-resources/commands/test-coverage.md +69 -0
- package/ecc-resources/commands/update-codemaps.md +72 -0
- package/ecc-resources/commands/update-docs.md +84 -0
- package/ecc-resources/commands/verify.md +59 -0
- package/ecc-resources/contexts/dev.md +20 -0
- package/ecc-resources/contexts/research.md +26 -0
- package/ecc-resources/contexts/review.md +22 -0
- package/ecc-resources/docs/business/metrics-and-sponsorship.md +74 -0
- package/ecc-resources/docs/business/social-launch-copy.md +62 -0
- package/ecc-resources/docs/continuous-learning-v2-spec.md +14 -0
- package/ecc-resources/docs/ja-JP/CONTRIBUTING.md +430 -0
- package/ecc-resources/docs/ja-JP/README.md +793 -0
- package/ecc-resources/docs/ja-JP/agents/architect.md +211 -0
- package/ecc-resources/docs/ja-JP/agents/build-error-resolver.md +534 -0
- package/ecc-resources/docs/ja-JP/agents/code-reviewer.md +104 -0
- package/ecc-resources/docs/ja-JP/agents/database-reviewer.md +654 -0
- package/ecc-resources/docs/ja-JP/agents/doc-updater.md +452 -0
- package/ecc-resources/docs/ja-JP/agents/e2e-runner.md +636 -0
- package/ecc-resources/docs/ja-JP/agents/go-build-resolver.md +368 -0
- package/ecc-resources/docs/ja-JP/agents/go-reviewer.md +269 -0
- package/ecc-resources/docs/ja-JP/agents/planner.md +119 -0
- package/ecc-resources/docs/ja-JP/agents/python-reviewer.md +469 -0
- package/ecc-resources/docs/ja-JP/agents/refactor-cleaner.md +306 -0
- package/ecc-resources/docs/ja-JP/agents/security-reviewer.md +545 -0
- package/ecc-resources/docs/ja-JP/agents/tdd-guide.md +280 -0
- package/ecc-resources/docs/ja-JP/commands/README.md +113 -0
- package/ecc-resources/docs/ja-JP/commands/build-fix.md +29 -0
- package/ecc-resources/docs/ja-JP/commands/checkpoint.md +78 -0
- package/ecc-resources/docs/ja-JP/commands/code-review.md +43 -0
- package/ecc-resources/docs/ja-JP/commands/e2e.md +370 -0
- package/ecc-resources/docs/ja-JP/commands/eval.md +120 -0
- package/ecc-resources/docs/ja-JP/commands/evolve.md +193 -0
- package/ecc-resources/docs/ja-JP/commands/go-build.md +183 -0
- package/ecc-resources/docs/ja-JP/commands/go-review.md +148 -0
- package/ecc-resources/docs/ja-JP/commands/go-test.md +268 -0
- package/ecc-resources/docs/ja-JP/commands/instinct-export.md +91 -0
- package/ecc-resources/docs/ja-JP/commands/instinct-import.md +142 -0
- package/ecc-resources/docs/ja-JP/commands/instinct-status.md +86 -0
- package/ecc-resources/docs/ja-JP/commands/learn.md +70 -0
- package/ecc-resources/docs/ja-JP/commands/multi-backend.md +158 -0
- package/ecc-resources/docs/ja-JP/commands/multi-execute.md +315 -0
- package/ecc-resources/docs/ja-JP/commands/multi-frontend.md +158 -0
- package/ecc-resources/docs/ja-JP/commands/multi-plan.md +268 -0
- package/ecc-resources/docs/ja-JP/commands/multi-workflow.md +183 -0
- package/ecc-resources/docs/ja-JP/commands/orchestrate.md +172 -0
- package/ecc-resources/docs/ja-JP/commands/pm2.md +272 -0
- package/ecc-resources/docs/ja-JP/commands/python-review.md +297 -0
- package/ecc-resources/docs/ja-JP/commands/refactor-clean.md +28 -0
- package/ecc-resources/docs/ja-JP/commands/sessions.md +305 -0
- package/ecc-resources/docs/ja-JP/commands/setup-pm.md +80 -0
- package/ecc-resources/docs/ja-JP/commands/skill-create.md +174 -0
- package/ecc-resources/docs/ja-JP/commands/tdd.md +326 -0
- package/ecc-resources/docs/ja-JP/commands/test-coverage.md +27 -0
- package/ecc-resources/docs/ja-JP/commands/update-codemaps.md +17 -0
- package/ecc-resources/docs/ja-JP/commands/update-docs.md +31 -0
- package/ecc-resources/docs/ja-JP/commands/verify.md +59 -0
- package/ecc-resources/docs/ja-JP/contexts/dev.md +20 -0
- package/ecc-resources/docs/ja-JP/contexts/research.md +26 -0
- package/ecc-resources/docs/ja-JP/contexts/review.md +22 -0
- package/ecc-resources/docs/ja-JP/examples/CLAUDE.md +100 -0
- package/ecc-resources/docs/ja-JP/examples/user-CLAUDE.md +103 -0
- package/ecc-resources/docs/ja-JP/plugins/README.md +87 -0
- package/ecc-resources/docs/ja-JP/rules/README.md +81 -0
- package/ecc-resources/docs/ja-JP/rules/agents.md +49 -0
- package/ecc-resources/docs/ja-JP/rules/coding-style.md +48 -0
- package/ecc-resources/docs/ja-JP/rules/git-workflow.md +45 -0
- package/ecc-resources/docs/ja-JP/rules/hooks.md +30 -0
- package/ecc-resources/docs/ja-JP/rules/patterns.md +31 -0
- package/ecc-resources/docs/ja-JP/rules/performance.md +55 -0
- package/ecc-resources/docs/ja-JP/rules/security.md +29 -0
- package/ecc-resources/docs/ja-JP/rules/testing.md +29 -0
- package/ecc-resources/docs/ja-JP/skills/README.md +105 -0
- package/ecc-resources/docs/ja-JP/skills/backend-patterns/SKILL.md +587 -0
- package/ecc-resources/docs/ja-JP/skills/clickhouse-io/SKILL.md +429 -0
- package/ecc-resources/docs/ja-JP/skills/coding-standards/SKILL.md +527 -0
- package/ecc-resources/docs/ja-JP/skills/configure-ecc/SKILL.md +298 -0
- package/ecc-resources/docs/ja-JP/skills/continuous-learning/SKILL.md +110 -0
- package/ecc-resources/docs/ja-JP/skills/continuous-learning-v2/SKILL.md +284 -0
- package/ecc-resources/docs/ja-JP/skills/continuous-learning-v2/agents/observer.md +137 -0
- package/ecc-resources/docs/ja-JP/skills/cpp-testing/SKILL.md +322 -0
- package/ecc-resources/docs/ja-JP/skills/django-patterns/SKILL.md +733 -0
- package/ecc-resources/docs/ja-JP/skills/django-security/SKILL.md +592 -0
- package/ecc-resources/docs/ja-JP/skills/django-tdd/SKILL.md +728 -0
- package/ecc-resources/docs/ja-JP/skills/django-verification/SKILL.md +460 -0
- package/ecc-resources/docs/ja-JP/skills/eval-harness/SKILL.md +227 -0
- package/ecc-resources/docs/ja-JP/skills/frontend-patterns/SKILL.md +631 -0
- package/ecc-resources/docs/ja-JP/skills/golang-patterns/SKILL.md +673 -0
- package/ecc-resources/docs/ja-JP/skills/golang-testing/SKILL.md +959 -0
- package/ecc-resources/docs/ja-JP/skills/iterative-retrieval/SKILL.md +202 -0
- package/ecc-resources/docs/ja-JP/skills/java-coding-standards/SKILL.md +138 -0
- package/ecc-resources/docs/ja-JP/skills/jpa-patterns/SKILL.md +141 -0
- package/ecc-resources/docs/ja-JP/skills/nutrient-document-processing/SKILL.md +164 -0
- package/ecc-resources/docs/ja-JP/skills/postgres-patterns/SKILL.md +146 -0
- package/ecc-resources/docs/ja-JP/skills/project-guidelines-example/SKILL.md +345 -0
- package/ecc-resources/docs/ja-JP/skills/python-patterns/SKILL.md +749 -0
- package/ecc-resources/docs/ja-JP/skills/python-testing/SKILL.md +815 -0
- package/ecc-resources/docs/ja-JP/skills/security-review/SKILL.md +494 -0
- package/ecc-resources/docs/ja-JP/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/ecc-resources/docs/ja-JP/skills/security-scan/SKILL.md +164 -0
- package/ecc-resources/docs/ja-JP/skills/springboot-patterns/SKILL.md +304 -0
- package/ecc-resources/docs/ja-JP/skills/springboot-security/SKILL.md +119 -0
- package/ecc-resources/docs/ja-JP/skills/springboot-tdd/SKILL.md +157 -0
- package/ecc-resources/docs/ja-JP/skills/springboot-verification/SKILL.md +100 -0
- package/ecc-resources/docs/ja-JP/skills/strategic-compact/SKILL.md +63 -0
- package/ecc-resources/docs/ja-JP/skills/tdd-workflow/SKILL.md +409 -0
- package/ecc-resources/docs/ja-JP/skills/verification-loop/SKILL.md +120 -0
- package/ecc-resources/docs/releases/1.8.0/linkedin-post.md +13 -0
- package/ecc-resources/docs/releases/1.8.0/reference-attribution.md +16 -0
- package/ecc-resources/docs/releases/1.8.0/release-notes.md +20 -0
- package/ecc-resources/docs/releases/1.8.0/x-quote-eval-skills.md +5 -0
- package/ecc-resources/docs/releases/1.8.0/x-quote-plankton-deslop.md +5 -0
- package/ecc-resources/docs/releases/1.8.0/x-thread.md +11 -0
- package/ecc-resources/docs/token-optimization.md +136 -0
- package/ecc-resources/docs/zh-CN/CONTRIBUTING.md +429 -0
- package/ecc-resources/docs/zh-CN/README.md +1196 -0
- package/ecc-resources/docs/zh-CN/SPONSORS.md +47 -0
- package/ecc-resources/docs/zh-CN/agents/architect.md +232 -0
- package/ecc-resources/docs/zh-CN/agents/build-error-resolver.md +119 -0
- package/ecc-resources/docs/zh-CN/agents/chief-of-staff.md +155 -0
- package/ecc-resources/docs/zh-CN/agents/code-reviewer.md +224 -0
- package/ecc-resources/docs/zh-CN/agents/database-reviewer.md +94 -0
- package/ecc-resources/docs/zh-CN/agents/doc-updater.md +110 -0
- package/ecc-resources/docs/zh-CN/agents/e2e-runner.md +110 -0
- package/ecc-resources/docs/zh-CN/agents/go-build-resolver.md +95 -0
- package/ecc-resources/docs/zh-CN/agents/go-reviewer.md +83 -0
- package/ecc-resources/docs/zh-CN/agents/planner.md +215 -0
- package/ecc-resources/docs/zh-CN/agents/python-reviewer.md +106 -0
- package/ecc-resources/docs/zh-CN/agents/refactor-cleaner.md +92 -0
- package/ecc-resources/docs/zh-CN/agents/security-reviewer.md +112 -0
- package/ecc-resources/docs/zh-CN/agents/tdd-guide.md +85 -0
- package/ecc-resources/docs/zh-CN/commands/build-fix.md +64 -0
- package/ecc-resources/docs/zh-CN/commands/checkpoint.md +78 -0
- package/ecc-resources/docs/zh-CN/commands/claw.md +79 -0
- package/ecc-resources/docs/zh-CN/commands/code-review.md +43 -0
- package/ecc-resources/docs/zh-CN/commands/e2e.md +370 -0
- package/ecc-resources/docs/zh-CN/commands/eval.md +122 -0
- package/ecc-resources/docs/zh-CN/commands/evolve.md +209 -0
- package/ecc-resources/docs/zh-CN/commands/go-build.md +187 -0
- package/ecc-resources/docs/zh-CN/commands/go-review.md +161 -0
- package/ecc-resources/docs/zh-CN/commands/go-test.md +274 -0
- package/ecc-resources/docs/zh-CN/commands/instinct-export.md +94 -0
- package/ecc-resources/docs/zh-CN/commands/instinct-import.md +150 -0
- package/ecc-resources/docs/zh-CN/commands/instinct-status.md +86 -0
- package/ecc-resources/docs/zh-CN/commands/learn-eval.md +92 -0
- package/ecc-resources/docs/zh-CN/commands/learn.md +70 -0
- package/ecc-resources/docs/zh-CN/commands/multi-backend.md +162 -0
- package/ecc-resources/docs/zh-CN/commands/multi-execute.md +320 -0
- package/ecc-resources/docs/zh-CN/commands/multi-frontend.md +162 -0
- package/ecc-resources/docs/zh-CN/commands/multi-plan.md +277 -0
- package/ecc-resources/docs/zh-CN/commands/multi-workflow.md +189 -0
- package/ecc-resources/docs/zh-CN/commands/orchestrate.md +183 -0
- package/ecc-resources/docs/zh-CN/commands/plan.md +115 -0
- package/ecc-resources/docs/zh-CN/commands/pm2.md +283 -0
- package/ecc-resources/docs/zh-CN/commands/python-review.md +320 -0
- package/ecc-resources/docs/zh-CN/commands/refactor-clean.md +83 -0
- package/ecc-resources/docs/zh-CN/commands/sessions.md +312 -0
- package/ecc-resources/docs/zh-CN/commands/setup-pm.md +83 -0
- package/ecc-resources/docs/zh-CN/commands/skill-create.md +177 -0
- package/ecc-resources/docs/zh-CN/commands/tdd.md +330 -0
- package/ecc-resources/docs/zh-CN/commands/test-coverage.md +69 -0
- package/ecc-resources/docs/zh-CN/commands/update-codemaps.md +73 -0
- package/ecc-resources/docs/zh-CN/commands/update-docs.md +86 -0
- package/ecc-resources/docs/zh-CN/commands/verify.md +60 -0
- package/ecc-resources/docs/zh-CN/contexts/dev.md +23 -0
- package/ecc-resources/docs/zh-CN/contexts/research.md +30 -0
- package/ecc-resources/docs/zh-CN/contexts/review.md +25 -0
- package/ecc-resources/docs/zh-CN/examples/CLAUDE.md +100 -0
- package/ecc-resources/docs/zh-CN/examples/django-api-CLAUDE.md +308 -0
- package/ecc-resources/docs/zh-CN/examples/go-microservice-CLAUDE.md +267 -0
- package/ecc-resources/docs/zh-CN/examples/rust-api-CLAUDE.md +285 -0
- package/ecc-resources/docs/zh-CN/examples/saas-nextjs-CLAUDE.md +166 -0
- package/ecc-resources/docs/zh-CN/examples/user-CLAUDE.md +111 -0
- package/ecc-resources/docs/zh-CN/plugins/README.md +89 -0
- package/ecc-resources/docs/zh-CN/rules/README.md +102 -0
- package/ecc-resources/docs/zh-CN/rules/common/agents.md +52 -0
- package/ecc-resources/docs/zh-CN/rules/common/coding-style.md +52 -0
- package/ecc-resources/docs/zh-CN/rules/common/development-workflow.md +29 -0
- package/ecc-resources/docs/zh-CN/rules/common/git-workflow.md +26 -0
- package/ecc-resources/docs/zh-CN/rules/common/hooks.md +33 -0
- package/ecc-resources/docs/zh-CN/rules/common/patterns.md +34 -0
- package/ecc-resources/docs/zh-CN/rules/common/performance.md +63 -0
- package/ecc-resources/docs/zh-CN/rules/common/security.md +31 -0
- package/ecc-resources/docs/zh-CN/rules/common/testing.md +31 -0
- package/ecc-resources/docs/zh-CN/rules/golang/coding-style.md +33 -0
- package/ecc-resources/docs/zh-CN/rules/golang/hooks.md +18 -0
- package/ecc-resources/docs/zh-CN/rules/golang/patterns.md +46 -0
- package/ecc-resources/docs/zh-CN/rules/golang/security.md +35 -0
- package/ecc-resources/docs/zh-CN/rules/golang/testing.md +32 -0
- package/ecc-resources/docs/zh-CN/rules/python/coding-style.md +43 -0
- package/ecc-resources/docs/zh-CN/rules/python/hooks.md +20 -0
- package/ecc-resources/docs/zh-CN/rules/python/patterns.md +40 -0
- package/ecc-resources/docs/zh-CN/rules/python/security.md +31 -0
- package/ecc-resources/docs/zh-CN/rules/python/testing.md +39 -0
- package/ecc-resources/docs/zh-CN/rules/swift/coding-style.md +48 -0
- package/ecc-resources/docs/zh-CN/rules/swift/hooks.md +21 -0
- package/ecc-resources/docs/zh-CN/rules/swift/patterns.md +67 -0
- package/ecc-resources/docs/zh-CN/rules/swift/security.md +34 -0
- package/ecc-resources/docs/zh-CN/rules/swift/testing.md +46 -0
- package/ecc-resources/docs/zh-CN/rules/typescript/coding-style.md +66 -0
- package/ecc-resources/docs/zh-CN/rules/typescript/hooks.md +23 -0
- package/ecc-resources/docs/zh-CN/rules/typescript/patterns.md +53 -0
- package/ecc-resources/docs/zh-CN/rules/typescript/security.md +29 -0
- package/ecc-resources/docs/zh-CN/rules/typescript/testing.md +19 -0
- package/ecc-resources/docs/zh-CN/skills/api-design/SKILL.md +523 -0
- package/ecc-resources/docs/zh-CN/skills/article-writing/SKILL.md +92 -0
- package/ecc-resources/docs/zh-CN/skills/backend-patterns/SKILL.md +598 -0
- package/ecc-resources/docs/zh-CN/skills/clickhouse-io/SKILL.md +445 -0
- package/ecc-resources/docs/zh-CN/skills/coding-standards/SKILL.md +537 -0
- package/ecc-resources/docs/zh-CN/skills/configure-ecc/SKILL.md +326 -0
- package/ecc-resources/docs/zh-CN/skills/content-engine/SKILL.md +97 -0
- package/ecc-resources/docs/zh-CN/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/ecc-resources/docs/zh-CN/skills/continuous-learning/SKILL.md +120 -0
- package/ecc-resources/docs/zh-CN/skills/continuous-learning-v2/SKILL.md +301 -0
- package/ecc-resources/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md +150 -0
- package/ecc-resources/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
- package/ecc-resources/docs/zh-CN/skills/cpp-coding-standards/SKILL.md +723 -0
- package/ecc-resources/docs/zh-CN/skills/cpp-testing/SKILL.md +323 -0
- package/ecc-resources/docs/zh-CN/skills/database-migrations/SKILL.md +335 -0
- package/ecc-resources/docs/zh-CN/skills/deployment-patterns/SKILL.md +432 -0
- package/ecc-resources/docs/zh-CN/skills/django-patterns/SKILL.md +734 -0
- package/ecc-resources/docs/zh-CN/skills/django-security/SKILL.md +593 -0
- package/ecc-resources/docs/zh-CN/skills/django-tdd/SKILL.md +729 -0
- package/ecc-resources/docs/zh-CN/skills/django-verification/SKILL.md +475 -0
- package/ecc-resources/docs/zh-CN/skills/docker-patterns/SKILL.md +365 -0
- package/ecc-resources/docs/zh-CN/skills/e2e-testing/SKILL.md +329 -0
- package/ecc-resources/docs/zh-CN/skills/eval-harness/SKILL.md +269 -0
- package/ecc-resources/docs/zh-CN/skills/foundation-models-on-device/SKILL.md +244 -0
- package/ecc-resources/docs/zh-CN/skills/frontend-patterns/SKILL.md +642 -0
- package/ecc-resources/docs/zh-CN/skills/frontend-slides/SKILL.md +195 -0
- package/ecc-resources/docs/zh-CN/skills/frontend-slides/STYLE_PRESETS.md +333 -0
- package/ecc-resources/docs/zh-CN/skills/golang-patterns/SKILL.md +674 -0
- package/ecc-resources/docs/zh-CN/skills/golang-testing/SKILL.md +722 -0
- package/ecc-resources/docs/zh-CN/skills/investor-materials/SKILL.md +104 -0
- package/ecc-resources/docs/zh-CN/skills/investor-outreach/SKILL.md +81 -0
- package/ecc-resources/docs/zh-CN/skills/iterative-retrieval/SKILL.md +215 -0
- package/ecc-resources/docs/zh-CN/skills/java-coding-standards/SKILL.md +147 -0
- package/ecc-resources/docs/zh-CN/skills/jpa-patterns/SKILL.md +155 -0
- package/ecc-resources/docs/zh-CN/skills/liquid-glass-design/SKILL.md +280 -0
- package/ecc-resources/docs/zh-CN/skills/market-research/SKILL.md +85 -0
- package/ecc-resources/docs/zh-CN/skills/nutrient-document-processing/SKILL.md +165 -0
- package/ecc-resources/docs/zh-CN/skills/postgres-patterns/SKILL.md +154 -0
- package/ecc-resources/docs/zh-CN/skills/project-guidelines-example/SKILL.md +354 -0
- package/ecc-resources/docs/zh-CN/skills/python-patterns/SKILL.md +750 -0
- package/ecc-resources/docs/zh-CN/skills/python-testing/SKILL.md +816 -0
- package/ecc-resources/docs/zh-CN/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
- package/ecc-resources/docs/zh-CN/skills/search-first/SKILL.md +174 -0
- package/ecc-resources/docs/zh-CN/skills/security-review/SKILL.md +527 -0
- package/ecc-resources/docs/zh-CN/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/ecc-resources/docs/zh-CN/skills/security-scan/SKILL.md +172 -0
- package/ecc-resources/docs/zh-CN/skills/skill-stocktake/SKILL.md +176 -0
- package/ecc-resources/docs/zh-CN/skills/springboot-patterns/SKILL.md +313 -0
- package/ecc-resources/docs/zh-CN/skills/springboot-security/SKILL.md +272 -0
- package/ecc-resources/docs/zh-CN/skills/springboot-tdd/SKILL.md +160 -0
- package/ecc-resources/docs/zh-CN/skills/springboot-verification/SKILL.md +235 -0
- package/ecc-resources/docs/zh-CN/skills/strategic-compact/SKILL.md +106 -0
- package/ecc-resources/docs/zh-CN/skills/swift-actor-persistence/SKILL.md +143 -0
- package/ecc-resources/docs/zh-CN/skills/swift-concurrency-6-2/SKILL.md +217 -0
- package/ecc-resources/docs/zh-CN/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/ecc-resources/docs/zh-CN/skills/swiftui-patterns/SKILL.md +259 -0
- package/ecc-resources/docs/zh-CN/skills/tdd-workflow/SKILL.md +440 -0
- package/ecc-resources/docs/zh-CN/skills/verification-loop/SKILL.md +136 -0
- package/ecc-resources/docs/zh-CN/skills/visa-doc-translate/README.md +91 -0
- package/ecc-resources/docs/zh-CN/skills/visa-doc-translate/SKILL.md +119 -0
- package/ecc-resources/docs/zh-CN/the-longform-guide.md +358 -0
- package/ecc-resources/docs/zh-CN/the-openclaw-guide.md +471 -0
- package/ecc-resources/docs/zh-CN/the-security-guide.md +593 -0
- package/ecc-resources/docs/zh-CN/the-shortform-guide.md +432 -0
- package/ecc-resources/docs/zh-TW/CONTRIBUTING.md +191 -0
- package/ecc-resources/docs/zh-TW/README.md +480 -0
- package/ecc-resources/docs/zh-TW/TERMINOLOGY.md +104 -0
- package/ecc-resources/docs/zh-TW/agents/architect.md +211 -0
- package/ecc-resources/docs/zh-TW/agents/build-error-resolver.md +300 -0
- package/ecc-resources/docs/zh-TW/agents/code-reviewer.md +104 -0
- package/ecc-resources/docs/zh-TW/agents/database-reviewer.md +378 -0
- package/ecc-resources/docs/zh-TW/agents/doc-updater.md +310 -0
- package/ecc-resources/docs/zh-TW/agents/e2e-runner.md +303 -0
- package/ecc-resources/docs/zh-TW/agents/go-build-resolver.md +368 -0
- package/ecc-resources/docs/zh-TW/agents/go-reviewer.md +267 -0
- package/ecc-resources/docs/zh-TW/agents/planner.md +119 -0
- package/ecc-resources/docs/zh-TW/agents/refactor-cleaner.md +273 -0
- package/ecc-resources/docs/zh-TW/agents/security-reviewer.md +378 -0
- package/ecc-resources/docs/zh-TW/agents/tdd-guide.md +280 -0
- package/ecc-resources/docs/zh-TW/commands/build-fix.md +29 -0
- package/ecc-resources/docs/zh-TW/commands/checkpoint.md +74 -0
- package/ecc-resources/docs/zh-TW/commands/code-review.md +40 -0
- package/ecc-resources/docs/zh-TW/commands/e2e.md +115 -0
- package/ecc-resources/docs/zh-TW/commands/eval.md +120 -0
- package/ecc-resources/docs/zh-TW/commands/go-build.md +81 -0
- package/ecc-resources/docs/zh-TW/commands/go-review.md +87 -0
- package/ecc-resources/docs/zh-TW/commands/go-test.md +132 -0
- package/ecc-resources/docs/zh-TW/commands/learn.md +70 -0
- package/ecc-resources/docs/zh-TW/commands/orchestrate.md +140 -0
- package/ecc-resources/docs/zh-TW/commands/plan.md +113 -0
- package/ecc-resources/docs/zh-TW/commands/refactor-clean.md +28 -0
- package/ecc-resources/docs/zh-TW/commands/setup-pm.md +80 -0
- package/ecc-resources/docs/zh-TW/commands/tdd.md +100 -0
- package/ecc-resources/docs/zh-TW/commands/test-coverage.md +27 -0
- package/ecc-resources/docs/zh-TW/commands/update-codemaps.md +17 -0
- package/ecc-resources/docs/zh-TW/commands/update-docs.md +31 -0
- package/ecc-resources/docs/zh-TW/commands/verify.md +59 -0
- package/ecc-resources/docs/zh-TW/rules/agents.md +49 -0
- package/ecc-resources/docs/zh-TW/rules/coding-style.md +70 -0
- package/ecc-resources/docs/zh-TW/rules/git-workflow.md +45 -0
- package/ecc-resources/docs/zh-TW/rules/hooks.md +46 -0
- package/ecc-resources/docs/zh-TW/rules/patterns.md +55 -0
- package/ecc-resources/docs/zh-TW/rules/performance.md +47 -0
- package/ecc-resources/docs/zh-TW/rules/security.md +36 -0
- package/ecc-resources/docs/zh-TW/rules/testing.md +30 -0
- package/ecc-resources/docs/zh-TW/skills/backend-patterns/SKILL.md +587 -0
- package/ecc-resources/docs/zh-TW/skills/clickhouse-io/SKILL.md +429 -0
- package/ecc-resources/docs/zh-TW/skills/coding-standards/SKILL.md +520 -0
- package/ecc-resources/docs/zh-TW/skills/continuous-learning/SKILL.md +110 -0
- package/ecc-resources/docs/zh-TW/skills/continuous-learning-v2/SKILL.md +257 -0
- package/ecc-resources/docs/zh-TW/skills/eval-harness/SKILL.md +227 -0
- package/ecc-resources/docs/zh-TW/skills/frontend-patterns/SKILL.md +631 -0
- package/ecc-resources/docs/zh-TW/skills/golang-patterns/SKILL.md +673 -0
- package/ecc-resources/docs/zh-TW/skills/golang-testing/SKILL.md +710 -0
- package/ecc-resources/docs/zh-TW/skills/iterative-retrieval/SKILL.md +202 -0
- package/ecc-resources/docs/zh-TW/skills/postgres-patterns/SKILL.md +146 -0
- package/ecc-resources/docs/zh-TW/skills/project-guidelines-example/SKILL.md +345 -0
- package/ecc-resources/docs/zh-TW/skills/security-review/SKILL.md +494 -0
- package/ecc-resources/docs/zh-TW/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/ecc-resources/docs/zh-TW/skills/strategic-compact/SKILL.md +63 -0
- package/ecc-resources/docs/zh-TW/skills/tdd-workflow/SKILL.md +409 -0
- package/ecc-resources/docs/zh-TW/skills/verification-loop/SKILL.md +120 -0
- package/ecc-resources/examples/CLAUDE.md +100 -0
- package/ecc-resources/examples/django-api-CLAUDE.md +308 -0
- package/ecc-resources/examples/go-microservice-CLAUDE.md +267 -0
- package/ecc-resources/examples/rust-api-CLAUDE.md +285 -0
- package/ecc-resources/examples/saas-nextjs-CLAUDE.md +166 -0
- package/ecc-resources/examples/statusline.json +19 -0
- package/ecc-resources/examples/user-CLAUDE.md +103 -0
- package/ecc-resources/hooks/README.md +218 -0
- package/ecc-resources/hooks/hooks.json +231 -0
- package/ecc-resources/mcp-configs/mcp-servers.json +99 -0
- package/ecc-resources/rules/README.md +103 -0
- package/ecc-resources/rules/common/agents.md +49 -0
- package/ecc-resources/rules/common/coding-style.md +48 -0
- package/ecc-resources/rules/common/development-workflow.md +37 -0
- package/ecc-resources/rules/common/git-workflow.md +24 -0
- package/ecc-resources/rules/common/hooks.md +30 -0
- package/ecc-resources/rules/common/patterns.md +31 -0
- package/ecc-resources/rules/common/performance.md +55 -0
- package/ecc-resources/rules/common/security.md +29 -0
- package/ecc-resources/rules/common/testing.md +29 -0
- package/ecc-resources/rules/golang/coding-style.md +32 -0
- package/ecc-resources/rules/golang/hooks.md +17 -0
- package/ecc-resources/rules/golang/patterns.md +45 -0
- package/ecc-resources/rules/golang/security.md +34 -0
- package/ecc-resources/rules/golang/testing.md +31 -0
- package/ecc-resources/rules/python/coding-style.md +42 -0
- package/ecc-resources/rules/python/hooks.md +19 -0
- package/ecc-resources/rules/python/patterns.md +39 -0
- package/ecc-resources/rules/python/security.md +30 -0
- package/ecc-resources/rules/python/testing.md +38 -0
- package/ecc-resources/rules/swift/coding-style.md +47 -0
- package/ecc-resources/rules/swift/hooks.md +20 -0
- package/ecc-resources/rules/swift/patterns.md +66 -0
- package/ecc-resources/rules/swift/security.md +33 -0
- package/ecc-resources/rules/swift/testing.md +45 -0
- package/ecc-resources/rules/typescript/coding-style.md +65 -0
- package/ecc-resources/rules/typescript/hooks.md +22 -0
- package/ecc-resources/rules/typescript/patterns.md +52 -0
- package/ecc-resources/rules/typescript/security.md +28 -0
- package/ecc-resources/rules/typescript/testing.md +18 -0
- package/ecc-resources/schemas/hooks.schema.json +101 -0
- package/ecc-resources/schemas/package-manager.schema.json +23 -0
- package/ecc-resources/schemas/plugin.schema.json +39 -0
- package/ecc-resources/skills/agent-harness-construction/SKILL.md +73 -0
- package/ecc-resources/skills/agentic-engineering/SKILL.md +63 -0
- package/ecc-resources/skills/ai-first-engineering/SKILL.md +51 -0
- package/ecc-resources/skills/api-design/SKILL.md +523 -0
- package/ecc-resources/skills/article-writing/SKILL.md +85 -0
- package/ecc-resources/skills/autonomous-loops/SKILL.md +612 -0
- package/ecc-resources/skills/backend-patterns/SKILL.md +598 -0
- package/ecc-resources/skills/clickhouse-io/SKILL.md +439 -0
- package/ecc-resources/skills/coding-standards/SKILL.md +530 -0
- package/ecc-resources/skills/configure-ecc/SKILL.md +326 -0
- package/ecc-resources/skills/content-engine/SKILL.md +88 -0
- package/ecc-resources/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/ecc-resources/skills/continuous-agent-loop/SKILL.md +45 -0
- package/ecc-resources/skills/continuous-learning/SKILL.md +119 -0
- package/ecc-resources/skills/continuous-learning/config.json +18 -0
- package/ecc-resources/skills/continuous-learning/evaluate-session.sh +69 -0
- package/ecc-resources/skills/continuous-learning-v2/SKILL.md +364 -0
- package/ecc-resources/skills/continuous-learning-v2/agents/observer-loop.sh +133 -0
- package/ecc-resources/skills/continuous-learning-v2/agents/observer.md +198 -0
- package/ecc-resources/skills/continuous-learning-v2/agents/start-observer.sh +189 -0
- package/ecc-resources/skills/continuous-learning-v2/config.json +8 -0
- package/ecc-resources/skills/continuous-learning-v2/hooks/observe.sh +187 -0
- package/ecc-resources/skills/continuous-learning-v2/scripts/detect-project.sh +141 -0
- package/ecc-resources/skills/continuous-learning-v2/scripts/instinct-cli.py +1148 -0
- package/ecc-resources/skills/continuous-learning-v2/scripts/test_parse_instinct.py +956 -0
- package/ecc-resources/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
- package/ecc-resources/skills/cpp-coding-standards/SKILL.md +723 -0
- package/ecc-resources/skills/cpp-testing/SKILL.md +324 -0
- package/ecc-resources/skills/database-migrations/SKILL.md +335 -0
- package/ecc-resources/skills/deployment-patterns/SKILL.md +427 -0
- package/ecc-resources/skills/django-patterns/SKILL.md +734 -0
- package/ecc-resources/skills/django-security/SKILL.md +593 -0
- package/ecc-resources/skills/django-tdd/SKILL.md +729 -0
- package/ecc-resources/skills/django-verification/SKILL.md +469 -0
- package/ecc-resources/skills/docker-patterns/SKILL.md +364 -0
- package/ecc-resources/skills/e2e-testing/SKILL.md +326 -0
- package/ecc-resources/skills/enterprise-agent-ops/SKILL.md +50 -0
- package/ecc-resources/skills/eval-harness/SKILL.md +270 -0
- package/ecc-resources/skills/foundation-models-on-device/SKILL.md +243 -0
- package/ecc-resources/skills/frontend-patterns/SKILL.md +642 -0
- package/ecc-resources/skills/frontend-slides/SKILL.md +184 -0
- package/ecc-resources/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/ecc-resources/skills/golang-patterns/SKILL.md +674 -0
- package/ecc-resources/skills/golang-testing/SKILL.md +720 -0
- package/ecc-resources/skills/investor-materials/SKILL.md +96 -0
- package/ecc-resources/skills/investor-outreach/SKILL.md +76 -0
- package/ecc-resources/skills/iterative-retrieval/SKILL.md +211 -0
- package/ecc-resources/skills/java-coding-standards/SKILL.md +147 -0
- package/ecc-resources/skills/jpa-patterns/SKILL.md +151 -0
- package/ecc-resources/skills/liquid-glass-design/SKILL.md +279 -0
- package/ecc-resources/skills/market-research/SKILL.md +75 -0
- package/ecc-resources/skills/nanoclaw-repl/SKILL.md +33 -0
- package/ecc-resources/skills/nutrient-document-processing/SKILL.md +165 -0
- package/ecc-resources/skills/plankton-code-quality/SKILL.md +239 -0
- package/ecc-resources/skills/postgres-patterns/SKILL.md +147 -0
- package/ecc-resources/skills/project-guidelines-example/SKILL.md +349 -0
- package/ecc-resources/skills/python-patterns/SKILL.md +750 -0
- package/ecc-resources/skills/python-testing/SKILL.md +816 -0
- package/ecc-resources/skills/ralphinho-rfc-pipeline/SKILL.md +67 -0
- package/ecc-resources/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
- package/ecc-resources/skills/search-first/SKILL.md +161 -0
- package/ecc-resources/skills/security-review/SKILL.md +495 -0
- package/ecc-resources/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/ecc-resources/skills/security-scan/SKILL.md +165 -0
- package/ecc-resources/skills/skill-stocktake/SKILL.md +176 -0
- package/ecc-resources/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/ecc-resources/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/ecc-resources/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/ecc-resources/skills/springboot-patterns/SKILL.md +314 -0
- package/ecc-resources/skills/springboot-security/SKILL.md +272 -0
- package/ecc-resources/skills/springboot-tdd/SKILL.md +158 -0
- package/ecc-resources/skills/springboot-verification/SKILL.md +231 -0
- package/ecc-resources/skills/strategic-compact/SKILL.md +103 -0
- package/ecc-resources/skills/strategic-compact/suggest-compact.sh +54 -0
- package/ecc-resources/skills/swift-actor-persistence/SKILL.md +143 -0
- package/ecc-resources/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/ecc-resources/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/ecc-resources/skills/swiftui-patterns/SKILL.md +259 -0
- package/ecc-resources/skills/tdd-workflow/SKILL.md +410 -0
- package/ecc-resources/skills/verification-loop/SKILL.md +126 -0
- package/ecc-resources/skills/visa-doc-translate/README.md +86 -0
- package/ecc-resources/skills/visa-doc-translate/SKILL.md +117 -0
- package/hooks/auto-format/HOOK.md +107 -0
- package/hooks/auto-format/handler.js +151 -0
- package/hooks/auto-format/handler.ts +136 -0
- package/hooks/build-analyzer/HOOK.md +147 -0
- package/hooks/build-analyzer/handler.js +186 -0
- package/hooks/build-analyzer/handler.ts +229 -0
- package/hooks/console-warn/HOOK.md +101 -0
- package/hooks/console-warn/handler.js +138 -0
- package/hooks/console-warn/handler.ts +131 -0
- package/hooks/git-push-reminder/HOOK.md +130 -0
- package/hooks/git-push-reminder/handler.js +133 -0
- package/hooks/git-push-reminder/handler.ts +149 -0
- package/hooks/pr-logger/HOOK.md +122 -0
- package/hooks/pr-logger/handler.js +143 -0
- package/hooks/pr-logger/handler.ts +140 -0
- package/hooks/quality-gate/HOOK.md +101 -0
- package/hooks/quality-gate/handler.js +65 -0
- package/hooks/quality-gate/handler.ts +74 -0
- package/hooks/typecheck/HOOK.md +103 -0
- package/hooks/typecheck/handler.js +113 -0
- package/hooks/typecheck/handler.ts +101 -0
- package/package.json +4 -3
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
# Everything Claude Code (ECC) — Agent Instructions
|
|
2
|
+
|
|
3
|
+
This is a **production-ready AI coding plugin** providing 13 specialized agents, 50+ skills, 33 commands, and automated hook workflows for software development.
|
|
4
|
+
|
|
5
|
+
## Core Principles
|
|
6
|
+
|
|
7
|
+
1. **Agent-First** — Delegate to specialized agents for domain tasks
|
|
8
|
+
2. **Test-Driven** — Write tests before implementation, 80%+ coverage required
|
|
9
|
+
3. **Security-First** — Never compromise on security; validate all inputs
|
|
10
|
+
4. **Immutability** — Always create new objects, never mutate existing ones
|
|
11
|
+
5. **Plan Before Execute** — Plan complex features before writing code
|
|
12
|
+
|
|
13
|
+
## Available Agents
|
|
14
|
+
|
|
15
|
+
| Agent | Purpose | When to Use |
|
|
16
|
+
|-------|---------|-------------|
|
|
17
|
+
| planner | Implementation planning | Complex features, refactoring |
|
|
18
|
+
| architect | System design and scalability | Architectural decisions |
|
|
19
|
+
| tdd-guide | Test-driven development | New features, bug fixes |
|
|
20
|
+
| code-reviewer | Code quality and maintainability | After writing/modifying code |
|
|
21
|
+
| security-reviewer | Vulnerability detection | Before commits, sensitive code |
|
|
22
|
+
| build-error-resolver | Fix build/type errors | When build fails |
|
|
23
|
+
| e2e-runner | End-to-end Playwright testing | Critical user flows |
|
|
24
|
+
| refactor-cleaner | Dead code cleanup | Code maintenance |
|
|
25
|
+
| doc-updater | Documentation and codemaps | Updating docs |
|
|
26
|
+
| go-reviewer | Go code review | Go projects |
|
|
27
|
+
| go-build-resolver | Go build errors | Go build failures |
|
|
28
|
+
| database-reviewer | PostgreSQL/Supabase specialist | Schema design, query optimization |
|
|
29
|
+
| python-reviewer | Python code review | Python projects |
|
|
30
|
+
|
|
31
|
+
## Agent Orchestration
|
|
32
|
+
|
|
33
|
+
Use agents proactively without user prompt:
|
|
34
|
+
- Complex feature requests → **planner**
|
|
35
|
+
- Code just written/modified → **code-reviewer**
|
|
36
|
+
- Bug fix or new feature → **tdd-guide**
|
|
37
|
+
- Architectural decision → **architect**
|
|
38
|
+
- Security-sensitive code → **security-reviewer**
|
|
39
|
+
|
|
40
|
+
Use parallel execution for independent operations — launch multiple agents simultaneously.
|
|
41
|
+
|
|
42
|
+
## Security Guidelines
|
|
43
|
+
|
|
44
|
+
**Before ANY commit:**
|
|
45
|
+
- No hardcoded secrets (API keys, passwords, tokens)
|
|
46
|
+
- All user inputs validated
|
|
47
|
+
- SQL injection prevention (parameterized queries)
|
|
48
|
+
- XSS prevention (sanitized HTML)
|
|
49
|
+
- CSRF protection enabled
|
|
50
|
+
- Authentication/authorization verified
|
|
51
|
+
- Rate limiting on all endpoints
|
|
52
|
+
- Error messages don't leak sensitive data
|
|
53
|
+
|
|
54
|
+
**Secret management:** NEVER hardcode secrets. Use environment variables or a secret manager. Validate required secrets at startup. Rotate any exposed secrets immediately.
|
|
55
|
+
|
|
56
|
+
**If security issue found:** STOP → use security-reviewer agent → fix CRITICAL issues → rotate exposed secrets → review codebase for similar issues.
|
|
57
|
+
|
|
58
|
+
## Coding Style
|
|
59
|
+
|
|
60
|
+
**Immutability (CRITICAL):** Always create new objects, never mutate. Return new copies with changes applied.
|
|
61
|
+
|
|
62
|
+
**File organization:** Many small files over few large ones. 200-400 lines typical, 800 max. Organize by feature/domain, not by type. High cohesion, low coupling.
|
|
63
|
+
|
|
64
|
+
**Error handling:** Handle errors at every level. Provide user-friendly messages in UI code. Log detailed context server-side. Never silently swallow errors.
|
|
65
|
+
|
|
66
|
+
**Input validation:** Validate all user input at system boundaries. Use schema-based validation. Fail fast with clear messages. Never trust external data.
|
|
67
|
+
|
|
68
|
+
**Code quality checklist:**
|
|
69
|
+
- Functions small (<50 lines), files focused (<800 lines)
|
|
70
|
+
- No deep nesting (>4 levels)
|
|
71
|
+
- Proper error handling, no hardcoded values
|
|
72
|
+
- Readable, well-named identifiers
|
|
73
|
+
|
|
74
|
+
## Testing Requirements
|
|
75
|
+
|
|
76
|
+
**Minimum coverage: 80%**
|
|
77
|
+
|
|
78
|
+
Test types (all required):
|
|
79
|
+
1. **Unit tests** — Individual functions, utilities, components
|
|
80
|
+
2. **Integration tests** — API endpoints, database operations
|
|
81
|
+
3. **E2E tests** — Critical user flows
|
|
82
|
+
|
|
83
|
+
**TDD workflow (mandatory):**
|
|
84
|
+
1. Write test first (RED) — test should FAIL
|
|
85
|
+
2. Write minimal implementation (GREEN) — test should PASS
|
|
86
|
+
3. Refactor (IMPROVE) — verify coverage 80%+
|
|
87
|
+
|
|
88
|
+
Troubleshoot failures: check test isolation → verify mocks → fix implementation (not tests, unless tests are wrong).
|
|
89
|
+
|
|
90
|
+
## Development Workflow
|
|
91
|
+
|
|
92
|
+
1. **Plan** — Use planner agent, identify dependencies and risks, break into phases
|
|
93
|
+
2. **TDD** — Use tdd-guide agent, write tests first, implement, refactor
|
|
94
|
+
3. **Review** — Use code-reviewer agent immediately, address CRITICAL/HIGH issues
|
|
95
|
+
4. **Commit** — Conventional commits format, comprehensive PR summaries
|
|
96
|
+
|
|
97
|
+
## Git Workflow
|
|
98
|
+
|
|
99
|
+
**Commit format:** `<type>: <description>` — Types: feat, fix, refactor, docs, test, chore, perf, ci
|
|
100
|
+
|
|
101
|
+
**PR workflow:** Analyze full commit history → draft comprehensive summary → include test plan → push with `-u` flag.
|
|
102
|
+
|
|
103
|
+
## Architecture Patterns
|
|
104
|
+
|
|
105
|
+
**API response format:** Consistent envelope with success indicator, data payload, error message, and pagination metadata.
|
|
106
|
+
|
|
107
|
+
**Repository pattern:** Encapsulate data access behind standard interface (findAll, findById, create, update, delete). Business logic depends on abstract interface, not storage mechanism.
|
|
108
|
+
|
|
109
|
+
**Skeleton projects:** Search for battle-tested templates, evaluate with parallel agents (security, extensibility, relevance), clone best match, iterate within proven structure.
|
|
110
|
+
|
|
111
|
+
## Performance
|
|
112
|
+
|
|
113
|
+
**Context management:** Avoid last 20% of context window for large refactoring and multi-file features. Lower-sensitivity tasks (single edits, docs, simple fixes) tolerate higher utilization.
|
|
114
|
+
|
|
115
|
+
**Build troubleshooting:** Use build-error-resolver agent → analyze errors → fix incrementally → verify after each fix.
|
|
116
|
+
|
|
117
|
+
## Project Structure
|
|
118
|
+
|
|
119
|
+
```
|
|
120
|
+
agents/ — 13 specialized subagents
|
|
121
|
+
skills/ — 50+ workflow skills and domain knowledge
|
|
122
|
+
commands/ — 33 slash commands
|
|
123
|
+
hooks/ — Trigger-based automations
|
|
124
|
+
rules/ — Always-follow guidelines (common + per-language)
|
|
125
|
+
scripts/ — Cross-platform Node.js utilities
|
|
126
|
+
mcp-configs/ — 14 MCP server configurations
|
|
127
|
+
tests/ — Test suite
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
## Success Metrics
|
|
131
|
+
|
|
132
|
+
- All tests pass with 80%+ coverage
|
|
133
|
+
- No security vulnerabilities
|
|
134
|
+
- Code is readable and maintainable
|
|
135
|
+
- Performance is acceptable
|
|
136
|
+
- User requirements are met
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 1.8.0 - 2026-03-04
|
|
4
|
+
|
|
5
|
+
### Highlights
|
|
6
|
+
|
|
7
|
+
- Harness-first release focused on reliability, eval discipline, and autonomous loop operations.
|
|
8
|
+
- Hook runtime now supports profile-based control and targeted hook disabling.
|
|
9
|
+
- NanoClaw v2 adds model routing, skill hot-load, branching, search, compaction, export, and metrics.
|
|
10
|
+
|
|
11
|
+
### Core
|
|
12
|
+
|
|
13
|
+
- Added new commands: `/harness-audit`, `/loop-start`, `/loop-status`, `/quality-gate`, `/model-route`.
|
|
14
|
+
- Added new skills:
|
|
15
|
+
- `agent-harness-construction`
|
|
16
|
+
- `agentic-engineering`
|
|
17
|
+
- `ralphinho-rfc-pipeline`
|
|
18
|
+
- `ai-first-engineering`
|
|
19
|
+
- `enterprise-agent-ops`
|
|
20
|
+
- `nanoclaw-repl`
|
|
21
|
+
- `continuous-agent-loop`
|
|
22
|
+
- Added new agents:
|
|
23
|
+
- `harness-optimizer`
|
|
24
|
+
- `loop-operator`
|
|
25
|
+
|
|
26
|
+
### Hook Reliability
|
|
27
|
+
|
|
28
|
+
- Fixed SessionStart root resolution with robust fallback search.
|
|
29
|
+
- Moved session summary persistence to `Stop` where transcript payload is available.
|
|
30
|
+
- Added quality-gate and cost-tracker hooks.
|
|
31
|
+
- Replaced fragile inline hook one-liners with dedicated script files.
|
|
32
|
+
- Added `ECC_HOOK_PROFILE` and `ECC_DISABLED_HOOKS` controls.
|
|
33
|
+
|
|
34
|
+
### Cross-Platform
|
|
35
|
+
|
|
36
|
+
- Improved Windows-safe path handling in doc warning logic.
|
|
37
|
+
- Hardened observer loop behavior to avoid non-interactive hangs.
|
|
38
|
+
|
|
39
|
+
### Notes
|
|
40
|
+
|
|
41
|
+
- `autonomous-loops` is kept as a compatibility alias for one release; `continuous-agent-loop` is the canonical name.
|
|
42
|
+
|
|
43
|
+
### Credits
|
|
44
|
+
|
|
45
|
+
- inspired by [zarazhangrui](https://github.com/zarazhangrui)
|
|
46
|
+
- homunculus-inspired by [humanplane](https://github.com/humanplane)
|