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.
Files changed (528) hide show
  1. package/ecc-resources/AGENTS.md +136 -0
  2. package/ecc-resources/ECC_CHANGELOG.md +46 -0
  3. package/ecc-resources/ECC_README.md +1249 -0
  4. package/ecc-resources/ECC_VERSION +6 -0
  5. package/ecc-resources/agents/architect.md +211 -0
  6. package/ecc-resources/agents/build-error-resolver.md +114 -0
  7. package/ecc-resources/agents/chief-of-staff.md +151 -0
  8. package/ecc-resources/agents/code-reviewer.md +237 -0
  9. package/ecc-resources/agents/database-reviewer.md +91 -0
  10. package/ecc-resources/agents/doc-updater.md +107 -0
  11. package/ecc-resources/agents/e2e-runner.md +107 -0
  12. package/ecc-resources/agents/go-build-resolver.md +94 -0
  13. package/ecc-resources/agents/go-reviewer.md +76 -0
  14. package/ecc-resources/agents/harness-optimizer.md +35 -0
  15. package/ecc-resources/agents/loop-operator.md +36 -0
  16. package/ecc-resources/agents/planner.md +212 -0
  17. package/ecc-resources/agents/python-reviewer.md +98 -0
  18. package/ecc-resources/agents/refactor-cleaner.md +85 -0
  19. package/ecc-resources/agents/security-reviewer.md +108 -0
  20. package/ecc-resources/agents/tdd-guide.md +91 -0
  21. package/ecc-resources/commands/build-fix.md +62 -0
  22. package/ecc-resources/commands/checkpoint.md +74 -0
  23. package/ecc-resources/commands/claw.md +51 -0
  24. package/ecc-resources/commands/code-review.md +40 -0
  25. package/ecc-resources/commands/e2e.md +363 -0
  26. package/ecc-resources/commands/eval.md +120 -0
  27. package/ecc-resources/commands/evolve.md +178 -0
  28. package/ecc-resources/commands/go-build.md +183 -0
  29. package/ecc-resources/commands/go-review.md +148 -0
  30. package/ecc-resources/commands/go-test.md +268 -0
  31. package/ecc-resources/commands/harness-audit.md +58 -0
  32. package/ecc-resources/commands/instinct-export.md +66 -0
  33. package/ecc-resources/commands/instinct-import.md +114 -0
  34. package/ecc-resources/commands/instinct-status.md +59 -0
  35. package/ecc-resources/commands/learn-eval.md +91 -0
  36. package/ecc-resources/commands/learn.md +70 -0
  37. package/ecc-resources/commands/loop-start.md +32 -0
  38. package/ecc-resources/commands/loop-status.md +24 -0
  39. package/ecc-resources/commands/model-route.md +26 -0
  40. package/ecc-resources/commands/multi-backend.md +158 -0
  41. package/ecc-resources/commands/multi-execute.md +315 -0
  42. package/ecc-resources/commands/multi-frontend.md +158 -0
  43. package/ecc-resources/commands/multi-plan.md +268 -0
  44. package/ecc-resources/commands/multi-workflow.md +183 -0
  45. package/ecc-resources/commands/orchestrate.md +172 -0
  46. package/ecc-resources/commands/plan.md +113 -0
  47. package/ecc-resources/commands/pm2.md +272 -0
  48. package/ecc-resources/commands/projects.md +39 -0
  49. package/ecc-resources/commands/promote.md +41 -0
  50. package/ecc-resources/commands/python-review.md +297 -0
  51. package/ecc-resources/commands/quality-gate.md +29 -0
  52. package/ecc-resources/commands/refactor-clean.md +80 -0
  53. package/ecc-resources/commands/sessions.md +305 -0
  54. package/ecc-resources/commands/setup-pm.md +80 -0
  55. package/ecc-resources/commands/skill-create.md +174 -0
  56. package/ecc-resources/commands/tdd.md +326 -0
  57. package/ecc-resources/commands/test-coverage.md +69 -0
  58. package/ecc-resources/commands/update-codemaps.md +72 -0
  59. package/ecc-resources/commands/update-docs.md +84 -0
  60. package/ecc-resources/commands/verify.md +59 -0
  61. package/ecc-resources/contexts/dev.md +20 -0
  62. package/ecc-resources/contexts/research.md +26 -0
  63. package/ecc-resources/contexts/review.md +22 -0
  64. package/ecc-resources/docs/business/metrics-and-sponsorship.md +74 -0
  65. package/ecc-resources/docs/business/social-launch-copy.md +62 -0
  66. package/ecc-resources/docs/continuous-learning-v2-spec.md +14 -0
  67. package/ecc-resources/docs/ja-JP/CONTRIBUTING.md +430 -0
  68. package/ecc-resources/docs/ja-JP/README.md +793 -0
  69. package/ecc-resources/docs/ja-JP/agents/architect.md +211 -0
  70. package/ecc-resources/docs/ja-JP/agents/build-error-resolver.md +534 -0
  71. package/ecc-resources/docs/ja-JP/agents/code-reviewer.md +104 -0
  72. package/ecc-resources/docs/ja-JP/agents/database-reviewer.md +654 -0
  73. package/ecc-resources/docs/ja-JP/agents/doc-updater.md +452 -0
  74. package/ecc-resources/docs/ja-JP/agents/e2e-runner.md +636 -0
  75. package/ecc-resources/docs/ja-JP/agents/go-build-resolver.md +368 -0
  76. package/ecc-resources/docs/ja-JP/agents/go-reviewer.md +269 -0
  77. package/ecc-resources/docs/ja-JP/agents/planner.md +119 -0
  78. package/ecc-resources/docs/ja-JP/agents/python-reviewer.md +469 -0
  79. package/ecc-resources/docs/ja-JP/agents/refactor-cleaner.md +306 -0
  80. package/ecc-resources/docs/ja-JP/agents/security-reviewer.md +545 -0
  81. package/ecc-resources/docs/ja-JP/agents/tdd-guide.md +280 -0
  82. package/ecc-resources/docs/ja-JP/commands/README.md +113 -0
  83. package/ecc-resources/docs/ja-JP/commands/build-fix.md +29 -0
  84. package/ecc-resources/docs/ja-JP/commands/checkpoint.md +78 -0
  85. package/ecc-resources/docs/ja-JP/commands/code-review.md +43 -0
  86. package/ecc-resources/docs/ja-JP/commands/e2e.md +370 -0
  87. package/ecc-resources/docs/ja-JP/commands/eval.md +120 -0
  88. package/ecc-resources/docs/ja-JP/commands/evolve.md +193 -0
  89. package/ecc-resources/docs/ja-JP/commands/go-build.md +183 -0
  90. package/ecc-resources/docs/ja-JP/commands/go-review.md +148 -0
  91. package/ecc-resources/docs/ja-JP/commands/go-test.md +268 -0
  92. package/ecc-resources/docs/ja-JP/commands/instinct-export.md +91 -0
  93. package/ecc-resources/docs/ja-JP/commands/instinct-import.md +142 -0
  94. package/ecc-resources/docs/ja-JP/commands/instinct-status.md +86 -0
  95. package/ecc-resources/docs/ja-JP/commands/learn.md +70 -0
  96. package/ecc-resources/docs/ja-JP/commands/multi-backend.md +158 -0
  97. package/ecc-resources/docs/ja-JP/commands/multi-execute.md +315 -0
  98. package/ecc-resources/docs/ja-JP/commands/multi-frontend.md +158 -0
  99. package/ecc-resources/docs/ja-JP/commands/multi-plan.md +268 -0
  100. package/ecc-resources/docs/ja-JP/commands/multi-workflow.md +183 -0
  101. package/ecc-resources/docs/ja-JP/commands/orchestrate.md +172 -0
  102. package/ecc-resources/docs/ja-JP/commands/pm2.md +272 -0
  103. package/ecc-resources/docs/ja-JP/commands/python-review.md +297 -0
  104. package/ecc-resources/docs/ja-JP/commands/refactor-clean.md +28 -0
  105. package/ecc-resources/docs/ja-JP/commands/sessions.md +305 -0
  106. package/ecc-resources/docs/ja-JP/commands/setup-pm.md +80 -0
  107. package/ecc-resources/docs/ja-JP/commands/skill-create.md +174 -0
  108. package/ecc-resources/docs/ja-JP/commands/tdd.md +326 -0
  109. package/ecc-resources/docs/ja-JP/commands/test-coverage.md +27 -0
  110. package/ecc-resources/docs/ja-JP/commands/update-codemaps.md +17 -0
  111. package/ecc-resources/docs/ja-JP/commands/update-docs.md +31 -0
  112. package/ecc-resources/docs/ja-JP/commands/verify.md +59 -0
  113. package/ecc-resources/docs/ja-JP/contexts/dev.md +20 -0
  114. package/ecc-resources/docs/ja-JP/contexts/research.md +26 -0
  115. package/ecc-resources/docs/ja-JP/contexts/review.md +22 -0
  116. package/ecc-resources/docs/ja-JP/examples/CLAUDE.md +100 -0
  117. package/ecc-resources/docs/ja-JP/examples/user-CLAUDE.md +103 -0
  118. package/ecc-resources/docs/ja-JP/plugins/README.md +87 -0
  119. package/ecc-resources/docs/ja-JP/rules/README.md +81 -0
  120. package/ecc-resources/docs/ja-JP/rules/agents.md +49 -0
  121. package/ecc-resources/docs/ja-JP/rules/coding-style.md +48 -0
  122. package/ecc-resources/docs/ja-JP/rules/git-workflow.md +45 -0
  123. package/ecc-resources/docs/ja-JP/rules/hooks.md +30 -0
  124. package/ecc-resources/docs/ja-JP/rules/patterns.md +31 -0
  125. package/ecc-resources/docs/ja-JP/rules/performance.md +55 -0
  126. package/ecc-resources/docs/ja-JP/rules/security.md +29 -0
  127. package/ecc-resources/docs/ja-JP/rules/testing.md +29 -0
  128. package/ecc-resources/docs/ja-JP/skills/README.md +105 -0
  129. package/ecc-resources/docs/ja-JP/skills/backend-patterns/SKILL.md +587 -0
  130. package/ecc-resources/docs/ja-JP/skills/clickhouse-io/SKILL.md +429 -0
  131. package/ecc-resources/docs/ja-JP/skills/coding-standards/SKILL.md +527 -0
  132. package/ecc-resources/docs/ja-JP/skills/configure-ecc/SKILL.md +298 -0
  133. package/ecc-resources/docs/ja-JP/skills/continuous-learning/SKILL.md +110 -0
  134. package/ecc-resources/docs/ja-JP/skills/continuous-learning-v2/SKILL.md +284 -0
  135. package/ecc-resources/docs/ja-JP/skills/continuous-learning-v2/agents/observer.md +137 -0
  136. package/ecc-resources/docs/ja-JP/skills/cpp-testing/SKILL.md +322 -0
  137. package/ecc-resources/docs/ja-JP/skills/django-patterns/SKILL.md +733 -0
  138. package/ecc-resources/docs/ja-JP/skills/django-security/SKILL.md +592 -0
  139. package/ecc-resources/docs/ja-JP/skills/django-tdd/SKILL.md +728 -0
  140. package/ecc-resources/docs/ja-JP/skills/django-verification/SKILL.md +460 -0
  141. package/ecc-resources/docs/ja-JP/skills/eval-harness/SKILL.md +227 -0
  142. package/ecc-resources/docs/ja-JP/skills/frontend-patterns/SKILL.md +631 -0
  143. package/ecc-resources/docs/ja-JP/skills/golang-patterns/SKILL.md +673 -0
  144. package/ecc-resources/docs/ja-JP/skills/golang-testing/SKILL.md +959 -0
  145. package/ecc-resources/docs/ja-JP/skills/iterative-retrieval/SKILL.md +202 -0
  146. package/ecc-resources/docs/ja-JP/skills/java-coding-standards/SKILL.md +138 -0
  147. package/ecc-resources/docs/ja-JP/skills/jpa-patterns/SKILL.md +141 -0
  148. package/ecc-resources/docs/ja-JP/skills/nutrient-document-processing/SKILL.md +164 -0
  149. package/ecc-resources/docs/ja-JP/skills/postgres-patterns/SKILL.md +146 -0
  150. package/ecc-resources/docs/ja-JP/skills/project-guidelines-example/SKILL.md +345 -0
  151. package/ecc-resources/docs/ja-JP/skills/python-patterns/SKILL.md +749 -0
  152. package/ecc-resources/docs/ja-JP/skills/python-testing/SKILL.md +815 -0
  153. package/ecc-resources/docs/ja-JP/skills/security-review/SKILL.md +494 -0
  154. package/ecc-resources/docs/ja-JP/skills/security-review/cloud-infrastructure-security.md +361 -0
  155. package/ecc-resources/docs/ja-JP/skills/security-scan/SKILL.md +164 -0
  156. package/ecc-resources/docs/ja-JP/skills/springboot-patterns/SKILL.md +304 -0
  157. package/ecc-resources/docs/ja-JP/skills/springboot-security/SKILL.md +119 -0
  158. package/ecc-resources/docs/ja-JP/skills/springboot-tdd/SKILL.md +157 -0
  159. package/ecc-resources/docs/ja-JP/skills/springboot-verification/SKILL.md +100 -0
  160. package/ecc-resources/docs/ja-JP/skills/strategic-compact/SKILL.md +63 -0
  161. package/ecc-resources/docs/ja-JP/skills/tdd-workflow/SKILL.md +409 -0
  162. package/ecc-resources/docs/ja-JP/skills/verification-loop/SKILL.md +120 -0
  163. package/ecc-resources/docs/releases/1.8.0/linkedin-post.md +13 -0
  164. package/ecc-resources/docs/releases/1.8.0/reference-attribution.md +16 -0
  165. package/ecc-resources/docs/releases/1.8.0/release-notes.md +20 -0
  166. package/ecc-resources/docs/releases/1.8.0/x-quote-eval-skills.md +5 -0
  167. package/ecc-resources/docs/releases/1.8.0/x-quote-plankton-deslop.md +5 -0
  168. package/ecc-resources/docs/releases/1.8.0/x-thread.md +11 -0
  169. package/ecc-resources/docs/token-optimization.md +136 -0
  170. package/ecc-resources/docs/zh-CN/CONTRIBUTING.md +429 -0
  171. package/ecc-resources/docs/zh-CN/README.md +1196 -0
  172. package/ecc-resources/docs/zh-CN/SPONSORS.md +47 -0
  173. package/ecc-resources/docs/zh-CN/agents/architect.md +232 -0
  174. package/ecc-resources/docs/zh-CN/agents/build-error-resolver.md +119 -0
  175. package/ecc-resources/docs/zh-CN/agents/chief-of-staff.md +155 -0
  176. package/ecc-resources/docs/zh-CN/agents/code-reviewer.md +224 -0
  177. package/ecc-resources/docs/zh-CN/agents/database-reviewer.md +94 -0
  178. package/ecc-resources/docs/zh-CN/agents/doc-updater.md +110 -0
  179. package/ecc-resources/docs/zh-CN/agents/e2e-runner.md +110 -0
  180. package/ecc-resources/docs/zh-CN/agents/go-build-resolver.md +95 -0
  181. package/ecc-resources/docs/zh-CN/agents/go-reviewer.md +83 -0
  182. package/ecc-resources/docs/zh-CN/agents/planner.md +215 -0
  183. package/ecc-resources/docs/zh-CN/agents/python-reviewer.md +106 -0
  184. package/ecc-resources/docs/zh-CN/agents/refactor-cleaner.md +92 -0
  185. package/ecc-resources/docs/zh-CN/agents/security-reviewer.md +112 -0
  186. package/ecc-resources/docs/zh-CN/agents/tdd-guide.md +85 -0
  187. package/ecc-resources/docs/zh-CN/commands/build-fix.md +64 -0
  188. package/ecc-resources/docs/zh-CN/commands/checkpoint.md +78 -0
  189. package/ecc-resources/docs/zh-CN/commands/claw.md +79 -0
  190. package/ecc-resources/docs/zh-CN/commands/code-review.md +43 -0
  191. package/ecc-resources/docs/zh-CN/commands/e2e.md +370 -0
  192. package/ecc-resources/docs/zh-CN/commands/eval.md +122 -0
  193. package/ecc-resources/docs/zh-CN/commands/evolve.md +209 -0
  194. package/ecc-resources/docs/zh-CN/commands/go-build.md +187 -0
  195. package/ecc-resources/docs/zh-CN/commands/go-review.md +161 -0
  196. package/ecc-resources/docs/zh-CN/commands/go-test.md +274 -0
  197. package/ecc-resources/docs/zh-CN/commands/instinct-export.md +94 -0
  198. package/ecc-resources/docs/zh-CN/commands/instinct-import.md +150 -0
  199. package/ecc-resources/docs/zh-CN/commands/instinct-status.md +86 -0
  200. package/ecc-resources/docs/zh-CN/commands/learn-eval.md +92 -0
  201. package/ecc-resources/docs/zh-CN/commands/learn.md +70 -0
  202. package/ecc-resources/docs/zh-CN/commands/multi-backend.md +162 -0
  203. package/ecc-resources/docs/zh-CN/commands/multi-execute.md +320 -0
  204. package/ecc-resources/docs/zh-CN/commands/multi-frontend.md +162 -0
  205. package/ecc-resources/docs/zh-CN/commands/multi-plan.md +277 -0
  206. package/ecc-resources/docs/zh-CN/commands/multi-workflow.md +189 -0
  207. package/ecc-resources/docs/zh-CN/commands/orchestrate.md +183 -0
  208. package/ecc-resources/docs/zh-CN/commands/plan.md +115 -0
  209. package/ecc-resources/docs/zh-CN/commands/pm2.md +283 -0
  210. package/ecc-resources/docs/zh-CN/commands/python-review.md +320 -0
  211. package/ecc-resources/docs/zh-CN/commands/refactor-clean.md +83 -0
  212. package/ecc-resources/docs/zh-CN/commands/sessions.md +312 -0
  213. package/ecc-resources/docs/zh-CN/commands/setup-pm.md +83 -0
  214. package/ecc-resources/docs/zh-CN/commands/skill-create.md +177 -0
  215. package/ecc-resources/docs/zh-CN/commands/tdd.md +330 -0
  216. package/ecc-resources/docs/zh-CN/commands/test-coverage.md +69 -0
  217. package/ecc-resources/docs/zh-CN/commands/update-codemaps.md +73 -0
  218. package/ecc-resources/docs/zh-CN/commands/update-docs.md +86 -0
  219. package/ecc-resources/docs/zh-CN/commands/verify.md +60 -0
  220. package/ecc-resources/docs/zh-CN/contexts/dev.md +23 -0
  221. package/ecc-resources/docs/zh-CN/contexts/research.md +30 -0
  222. package/ecc-resources/docs/zh-CN/contexts/review.md +25 -0
  223. package/ecc-resources/docs/zh-CN/examples/CLAUDE.md +100 -0
  224. package/ecc-resources/docs/zh-CN/examples/django-api-CLAUDE.md +308 -0
  225. package/ecc-resources/docs/zh-CN/examples/go-microservice-CLAUDE.md +267 -0
  226. package/ecc-resources/docs/zh-CN/examples/rust-api-CLAUDE.md +285 -0
  227. package/ecc-resources/docs/zh-CN/examples/saas-nextjs-CLAUDE.md +166 -0
  228. package/ecc-resources/docs/zh-CN/examples/user-CLAUDE.md +111 -0
  229. package/ecc-resources/docs/zh-CN/plugins/README.md +89 -0
  230. package/ecc-resources/docs/zh-CN/rules/README.md +102 -0
  231. package/ecc-resources/docs/zh-CN/rules/common/agents.md +52 -0
  232. package/ecc-resources/docs/zh-CN/rules/common/coding-style.md +52 -0
  233. package/ecc-resources/docs/zh-CN/rules/common/development-workflow.md +29 -0
  234. package/ecc-resources/docs/zh-CN/rules/common/git-workflow.md +26 -0
  235. package/ecc-resources/docs/zh-CN/rules/common/hooks.md +33 -0
  236. package/ecc-resources/docs/zh-CN/rules/common/patterns.md +34 -0
  237. package/ecc-resources/docs/zh-CN/rules/common/performance.md +63 -0
  238. package/ecc-resources/docs/zh-CN/rules/common/security.md +31 -0
  239. package/ecc-resources/docs/zh-CN/rules/common/testing.md +31 -0
  240. package/ecc-resources/docs/zh-CN/rules/golang/coding-style.md +33 -0
  241. package/ecc-resources/docs/zh-CN/rules/golang/hooks.md +18 -0
  242. package/ecc-resources/docs/zh-CN/rules/golang/patterns.md +46 -0
  243. package/ecc-resources/docs/zh-CN/rules/golang/security.md +35 -0
  244. package/ecc-resources/docs/zh-CN/rules/golang/testing.md +32 -0
  245. package/ecc-resources/docs/zh-CN/rules/python/coding-style.md +43 -0
  246. package/ecc-resources/docs/zh-CN/rules/python/hooks.md +20 -0
  247. package/ecc-resources/docs/zh-CN/rules/python/patterns.md +40 -0
  248. package/ecc-resources/docs/zh-CN/rules/python/security.md +31 -0
  249. package/ecc-resources/docs/zh-CN/rules/python/testing.md +39 -0
  250. package/ecc-resources/docs/zh-CN/rules/swift/coding-style.md +48 -0
  251. package/ecc-resources/docs/zh-CN/rules/swift/hooks.md +21 -0
  252. package/ecc-resources/docs/zh-CN/rules/swift/patterns.md +67 -0
  253. package/ecc-resources/docs/zh-CN/rules/swift/security.md +34 -0
  254. package/ecc-resources/docs/zh-CN/rules/swift/testing.md +46 -0
  255. package/ecc-resources/docs/zh-CN/rules/typescript/coding-style.md +66 -0
  256. package/ecc-resources/docs/zh-CN/rules/typescript/hooks.md +23 -0
  257. package/ecc-resources/docs/zh-CN/rules/typescript/patterns.md +53 -0
  258. package/ecc-resources/docs/zh-CN/rules/typescript/security.md +29 -0
  259. package/ecc-resources/docs/zh-CN/rules/typescript/testing.md +19 -0
  260. package/ecc-resources/docs/zh-CN/skills/api-design/SKILL.md +523 -0
  261. package/ecc-resources/docs/zh-CN/skills/article-writing/SKILL.md +92 -0
  262. package/ecc-resources/docs/zh-CN/skills/backend-patterns/SKILL.md +598 -0
  263. package/ecc-resources/docs/zh-CN/skills/clickhouse-io/SKILL.md +445 -0
  264. package/ecc-resources/docs/zh-CN/skills/coding-standards/SKILL.md +537 -0
  265. package/ecc-resources/docs/zh-CN/skills/configure-ecc/SKILL.md +326 -0
  266. package/ecc-resources/docs/zh-CN/skills/content-engine/SKILL.md +97 -0
  267. package/ecc-resources/docs/zh-CN/skills/content-hash-cache-pattern/SKILL.md +161 -0
  268. package/ecc-resources/docs/zh-CN/skills/continuous-learning/SKILL.md +120 -0
  269. package/ecc-resources/docs/zh-CN/skills/continuous-learning-v2/SKILL.md +301 -0
  270. package/ecc-resources/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md +150 -0
  271. package/ecc-resources/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
  272. package/ecc-resources/docs/zh-CN/skills/cpp-coding-standards/SKILL.md +723 -0
  273. package/ecc-resources/docs/zh-CN/skills/cpp-testing/SKILL.md +323 -0
  274. package/ecc-resources/docs/zh-CN/skills/database-migrations/SKILL.md +335 -0
  275. package/ecc-resources/docs/zh-CN/skills/deployment-patterns/SKILL.md +432 -0
  276. package/ecc-resources/docs/zh-CN/skills/django-patterns/SKILL.md +734 -0
  277. package/ecc-resources/docs/zh-CN/skills/django-security/SKILL.md +593 -0
  278. package/ecc-resources/docs/zh-CN/skills/django-tdd/SKILL.md +729 -0
  279. package/ecc-resources/docs/zh-CN/skills/django-verification/SKILL.md +475 -0
  280. package/ecc-resources/docs/zh-CN/skills/docker-patterns/SKILL.md +365 -0
  281. package/ecc-resources/docs/zh-CN/skills/e2e-testing/SKILL.md +329 -0
  282. package/ecc-resources/docs/zh-CN/skills/eval-harness/SKILL.md +269 -0
  283. package/ecc-resources/docs/zh-CN/skills/foundation-models-on-device/SKILL.md +244 -0
  284. package/ecc-resources/docs/zh-CN/skills/frontend-patterns/SKILL.md +642 -0
  285. package/ecc-resources/docs/zh-CN/skills/frontend-slides/SKILL.md +195 -0
  286. package/ecc-resources/docs/zh-CN/skills/frontend-slides/STYLE_PRESETS.md +333 -0
  287. package/ecc-resources/docs/zh-CN/skills/golang-patterns/SKILL.md +674 -0
  288. package/ecc-resources/docs/zh-CN/skills/golang-testing/SKILL.md +722 -0
  289. package/ecc-resources/docs/zh-CN/skills/investor-materials/SKILL.md +104 -0
  290. package/ecc-resources/docs/zh-CN/skills/investor-outreach/SKILL.md +81 -0
  291. package/ecc-resources/docs/zh-CN/skills/iterative-retrieval/SKILL.md +215 -0
  292. package/ecc-resources/docs/zh-CN/skills/java-coding-standards/SKILL.md +147 -0
  293. package/ecc-resources/docs/zh-CN/skills/jpa-patterns/SKILL.md +155 -0
  294. package/ecc-resources/docs/zh-CN/skills/liquid-glass-design/SKILL.md +280 -0
  295. package/ecc-resources/docs/zh-CN/skills/market-research/SKILL.md +85 -0
  296. package/ecc-resources/docs/zh-CN/skills/nutrient-document-processing/SKILL.md +165 -0
  297. package/ecc-resources/docs/zh-CN/skills/postgres-patterns/SKILL.md +154 -0
  298. package/ecc-resources/docs/zh-CN/skills/project-guidelines-example/SKILL.md +354 -0
  299. package/ecc-resources/docs/zh-CN/skills/python-patterns/SKILL.md +750 -0
  300. package/ecc-resources/docs/zh-CN/skills/python-testing/SKILL.md +816 -0
  301. package/ecc-resources/docs/zh-CN/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
  302. package/ecc-resources/docs/zh-CN/skills/search-first/SKILL.md +174 -0
  303. package/ecc-resources/docs/zh-CN/skills/security-review/SKILL.md +527 -0
  304. package/ecc-resources/docs/zh-CN/skills/security-review/cloud-infrastructure-security.md +361 -0
  305. package/ecc-resources/docs/zh-CN/skills/security-scan/SKILL.md +172 -0
  306. package/ecc-resources/docs/zh-CN/skills/skill-stocktake/SKILL.md +176 -0
  307. package/ecc-resources/docs/zh-CN/skills/springboot-patterns/SKILL.md +313 -0
  308. package/ecc-resources/docs/zh-CN/skills/springboot-security/SKILL.md +272 -0
  309. package/ecc-resources/docs/zh-CN/skills/springboot-tdd/SKILL.md +160 -0
  310. package/ecc-resources/docs/zh-CN/skills/springboot-verification/SKILL.md +235 -0
  311. package/ecc-resources/docs/zh-CN/skills/strategic-compact/SKILL.md +106 -0
  312. package/ecc-resources/docs/zh-CN/skills/swift-actor-persistence/SKILL.md +143 -0
  313. package/ecc-resources/docs/zh-CN/skills/swift-concurrency-6-2/SKILL.md +217 -0
  314. package/ecc-resources/docs/zh-CN/skills/swift-protocol-di-testing/SKILL.md +190 -0
  315. package/ecc-resources/docs/zh-CN/skills/swiftui-patterns/SKILL.md +259 -0
  316. package/ecc-resources/docs/zh-CN/skills/tdd-workflow/SKILL.md +440 -0
  317. package/ecc-resources/docs/zh-CN/skills/verification-loop/SKILL.md +136 -0
  318. package/ecc-resources/docs/zh-CN/skills/visa-doc-translate/README.md +91 -0
  319. package/ecc-resources/docs/zh-CN/skills/visa-doc-translate/SKILL.md +119 -0
  320. package/ecc-resources/docs/zh-CN/the-longform-guide.md +358 -0
  321. package/ecc-resources/docs/zh-CN/the-openclaw-guide.md +471 -0
  322. package/ecc-resources/docs/zh-CN/the-security-guide.md +593 -0
  323. package/ecc-resources/docs/zh-CN/the-shortform-guide.md +432 -0
  324. package/ecc-resources/docs/zh-TW/CONTRIBUTING.md +191 -0
  325. package/ecc-resources/docs/zh-TW/README.md +480 -0
  326. package/ecc-resources/docs/zh-TW/TERMINOLOGY.md +104 -0
  327. package/ecc-resources/docs/zh-TW/agents/architect.md +211 -0
  328. package/ecc-resources/docs/zh-TW/agents/build-error-resolver.md +300 -0
  329. package/ecc-resources/docs/zh-TW/agents/code-reviewer.md +104 -0
  330. package/ecc-resources/docs/zh-TW/agents/database-reviewer.md +378 -0
  331. package/ecc-resources/docs/zh-TW/agents/doc-updater.md +310 -0
  332. package/ecc-resources/docs/zh-TW/agents/e2e-runner.md +303 -0
  333. package/ecc-resources/docs/zh-TW/agents/go-build-resolver.md +368 -0
  334. package/ecc-resources/docs/zh-TW/agents/go-reviewer.md +267 -0
  335. package/ecc-resources/docs/zh-TW/agents/planner.md +119 -0
  336. package/ecc-resources/docs/zh-TW/agents/refactor-cleaner.md +273 -0
  337. package/ecc-resources/docs/zh-TW/agents/security-reviewer.md +378 -0
  338. package/ecc-resources/docs/zh-TW/agents/tdd-guide.md +280 -0
  339. package/ecc-resources/docs/zh-TW/commands/build-fix.md +29 -0
  340. package/ecc-resources/docs/zh-TW/commands/checkpoint.md +74 -0
  341. package/ecc-resources/docs/zh-TW/commands/code-review.md +40 -0
  342. package/ecc-resources/docs/zh-TW/commands/e2e.md +115 -0
  343. package/ecc-resources/docs/zh-TW/commands/eval.md +120 -0
  344. package/ecc-resources/docs/zh-TW/commands/go-build.md +81 -0
  345. package/ecc-resources/docs/zh-TW/commands/go-review.md +87 -0
  346. package/ecc-resources/docs/zh-TW/commands/go-test.md +132 -0
  347. package/ecc-resources/docs/zh-TW/commands/learn.md +70 -0
  348. package/ecc-resources/docs/zh-TW/commands/orchestrate.md +140 -0
  349. package/ecc-resources/docs/zh-TW/commands/plan.md +113 -0
  350. package/ecc-resources/docs/zh-TW/commands/refactor-clean.md +28 -0
  351. package/ecc-resources/docs/zh-TW/commands/setup-pm.md +80 -0
  352. package/ecc-resources/docs/zh-TW/commands/tdd.md +100 -0
  353. package/ecc-resources/docs/zh-TW/commands/test-coverage.md +27 -0
  354. package/ecc-resources/docs/zh-TW/commands/update-codemaps.md +17 -0
  355. package/ecc-resources/docs/zh-TW/commands/update-docs.md +31 -0
  356. package/ecc-resources/docs/zh-TW/commands/verify.md +59 -0
  357. package/ecc-resources/docs/zh-TW/rules/agents.md +49 -0
  358. package/ecc-resources/docs/zh-TW/rules/coding-style.md +70 -0
  359. package/ecc-resources/docs/zh-TW/rules/git-workflow.md +45 -0
  360. package/ecc-resources/docs/zh-TW/rules/hooks.md +46 -0
  361. package/ecc-resources/docs/zh-TW/rules/patterns.md +55 -0
  362. package/ecc-resources/docs/zh-TW/rules/performance.md +47 -0
  363. package/ecc-resources/docs/zh-TW/rules/security.md +36 -0
  364. package/ecc-resources/docs/zh-TW/rules/testing.md +30 -0
  365. package/ecc-resources/docs/zh-TW/skills/backend-patterns/SKILL.md +587 -0
  366. package/ecc-resources/docs/zh-TW/skills/clickhouse-io/SKILL.md +429 -0
  367. package/ecc-resources/docs/zh-TW/skills/coding-standards/SKILL.md +520 -0
  368. package/ecc-resources/docs/zh-TW/skills/continuous-learning/SKILL.md +110 -0
  369. package/ecc-resources/docs/zh-TW/skills/continuous-learning-v2/SKILL.md +257 -0
  370. package/ecc-resources/docs/zh-TW/skills/eval-harness/SKILL.md +227 -0
  371. package/ecc-resources/docs/zh-TW/skills/frontend-patterns/SKILL.md +631 -0
  372. package/ecc-resources/docs/zh-TW/skills/golang-patterns/SKILL.md +673 -0
  373. package/ecc-resources/docs/zh-TW/skills/golang-testing/SKILL.md +710 -0
  374. package/ecc-resources/docs/zh-TW/skills/iterative-retrieval/SKILL.md +202 -0
  375. package/ecc-resources/docs/zh-TW/skills/postgres-patterns/SKILL.md +146 -0
  376. package/ecc-resources/docs/zh-TW/skills/project-guidelines-example/SKILL.md +345 -0
  377. package/ecc-resources/docs/zh-TW/skills/security-review/SKILL.md +494 -0
  378. package/ecc-resources/docs/zh-TW/skills/security-review/cloud-infrastructure-security.md +361 -0
  379. package/ecc-resources/docs/zh-TW/skills/strategic-compact/SKILL.md +63 -0
  380. package/ecc-resources/docs/zh-TW/skills/tdd-workflow/SKILL.md +409 -0
  381. package/ecc-resources/docs/zh-TW/skills/verification-loop/SKILL.md +120 -0
  382. package/ecc-resources/examples/CLAUDE.md +100 -0
  383. package/ecc-resources/examples/django-api-CLAUDE.md +308 -0
  384. package/ecc-resources/examples/go-microservice-CLAUDE.md +267 -0
  385. package/ecc-resources/examples/rust-api-CLAUDE.md +285 -0
  386. package/ecc-resources/examples/saas-nextjs-CLAUDE.md +166 -0
  387. package/ecc-resources/examples/statusline.json +19 -0
  388. package/ecc-resources/examples/user-CLAUDE.md +103 -0
  389. package/ecc-resources/hooks/README.md +218 -0
  390. package/ecc-resources/hooks/hooks.json +231 -0
  391. package/ecc-resources/mcp-configs/mcp-servers.json +99 -0
  392. package/ecc-resources/rules/README.md +103 -0
  393. package/ecc-resources/rules/common/agents.md +49 -0
  394. package/ecc-resources/rules/common/coding-style.md +48 -0
  395. package/ecc-resources/rules/common/development-workflow.md +37 -0
  396. package/ecc-resources/rules/common/git-workflow.md +24 -0
  397. package/ecc-resources/rules/common/hooks.md +30 -0
  398. package/ecc-resources/rules/common/patterns.md +31 -0
  399. package/ecc-resources/rules/common/performance.md +55 -0
  400. package/ecc-resources/rules/common/security.md +29 -0
  401. package/ecc-resources/rules/common/testing.md +29 -0
  402. package/ecc-resources/rules/golang/coding-style.md +32 -0
  403. package/ecc-resources/rules/golang/hooks.md +17 -0
  404. package/ecc-resources/rules/golang/patterns.md +45 -0
  405. package/ecc-resources/rules/golang/security.md +34 -0
  406. package/ecc-resources/rules/golang/testing.md +31 -0
  407. package/ecc-resources/rules/python/coding-style.md +42 -0
  408. package/ecc-resources/rules/python/hooks.md +19 -0
  409. package/ecc-resources/rules/python/patterns.md +39 -0
  410. package/ecc-resources/rules/python/security.md +30 -0
  411. package/ecc-resources/rules/python/testing.md +38 -0
  412. package/ecc-resources/rules/swift/coding-style.md +47 -0
  413. package/ecc-resources/rules/swift/hooks.md +20 -0
  414. package/ecc-resources/rules/swift/patterns.md +66 -0
  415. package/ecc-resources/rules/swift/security.md +33 -0
  416. package/ecc-resources/rules/swift/testing.md +45 -0
  417. package/ecc-resources/rules/typescript/coding-style.md +65 -0
  418. package/ecc-resources/rules/typescript/hooks.md +22 -0
  419. package/ecc-resources/rules/typescript/patterns.md +52 -0
  420. package/ecc-resources/rules/typescript/security.md +28 -0
  421. package/ecc-resources/rules/typescript/testing.md +18 -0
  422. package/ecc-resources/schemas/hooks.schema.json +101 -0
  423. package/ecc-resources/schemas/package-manager.schema.json +23 -0
  424. package/ecc-resources/schemas/plugin.schema.json +39 -0
  425. package/ecc-resources/skills/agent-harness-construction/SKILL.md +73 -0
  426. package/ecc-resources/skills/agentic-engineering/SKILL.md +63 -0
  427. package/ecc-resources/skills/ai-first-engineering/SKILL.md +51 -0
  428. package/ecc-resources/skills/api-design/SKILL.md +523 -0
  429. package/ecc-resources/skills/article-writing/SKILL.md +85 -0
  430. package/ecc-resources/skills/autonomous-loops/SKILL.md +612 -0
  431. package/ecc-resources/skills/backend-patterns/SKILL.md +598 -0
  432. package/ecc-resources/skills/clickhouse-io/SKILL.md +439 -0
  433. package/ecc-resources/skills/coding-standards/SKILL.md +530 -0
  434. package/ecc-resources/skills/configure-ecc/SKILL.md +326 -0
  435. package/ecc-resources/skills/content-engine/SKILL.md +88 -0
  436. package/ecc-resources/skills/content-hash-cache-pattern/SKILL.md +161 -0
  437. package/ecc-resources/skills/continuous-agent-loop/SKILL.md +45 -0
  438. package/ecc-resources/skills/continuous-learning/SKILL.md +119 -0
  439. package/ecc-resources/skills/continuous-learning/config.json +18 -0
  440. package/ecc-resources/skills/continuous-learning/evaluate-session.sh +69 -0
  441. package/ecc-resources/skills/continuous-learning-v2/SKILL.md +364 -0
  442. package/ecc-resources/skills/continuous-learning-v2/agents/observer-loop.sh +133 -0
  443. package/ecc-resources/skills/continuous-learning-v2/agents/observer.md +198 -0
  444. package/ecc-resources/skills/continuous-learning-v2/agents/start-observer.sh +189 -0
  445. package/ecc-resources/skills/continuous-learning-v2/config.json +8 -0
  446. package/ecc-resources/skills/continuous-learning-v2/hooks/observe.sh +187 -0
  447. package/ecc-resources/skills/continuous-learning-v2/scripts/detect-project.sh +141 -0
  448. package/ecc-resources/skills/continuous-learning-v2/scripts/instinct-cli.py +1148 -0
  449. package/ecc-resources/skills/continuous-learning-v2/scripts/test_parse_instinct.py +956 -0
  450. package/ecc-resources/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
  451. package/ecc-resources/skills/cpp-coding-standards/SKILL.md +723 -0
  452. package/ecc-resources/skills/cpp-testing/SKILL.md +324 -0
  453. package/ecc-resources/skills/database-migrations/SKILL.md +335 -0
  454. package/ecc-resources/skills/deployment-patterns/SKILL.md +427 -0
  455. package/ecc-resources/skills/django-patterns/SKILL.md +734 -0
  456. package/ecc-resources/skills/django-security/SKILL.md +593 -0
  457. package/ecc-resources/skills/django-tdd/SKILL.md +729 -0
  458. package/ecc-resources/skills/django-verification/SKILL.md +469 -0
  459. package/ecc-resources/skills/docker-patterns/SKILL.md +364 -0
  460. package/ecc-resources/skills/e2e-testing/SKILL.md +326 -0
  461. package/ecc-resources/skills/enterprise-agent-ops/SKILL.md +50 -0
  462. package/ecc-resources/skills/eval-harness/SKILL.md +270 -0
  463. package/ecc-resources/skills/foundation-models-on-device/SKILL.md +243 -0
  464. package/ecc-resources/skills/frontend-patterns/SKILL.md +642 -0
  465. package/ecc-resources/skills/frontend-slides/SKILL.md +184 -0
  466. package/ecc-resources/skills/frontend-slides/STYLE_PRESETS.md +330 -0
  467. package/ecc-resources/skills/golang-patterns/SKILL.md +674 -0
  468. package/ecc-resources/skills/golang-testing/SKILL.md +720 -0
  469. package/ecc-resources/skills/investor-materials/SKILL.md +96 -0
  470. package/ecc-resources/skills/investor-outreach/SKILL.md +76 -0
  471. package/ecc-resources/skills/iterative-retrieval/SKILL.md +211 -0
  472. package/ecc-resources/skills/java-coding-standards/SKILL.md +147 -0
  473. package/ecc-resources/skills/jpa-patterns/SKILL.md +151 -0
  474. package/ecc-resources/skills/liquid-glass-design/SKILL.md +279 -0
  475. package/ecc-resources/skills/market-research/SKILL.md +75 -0
  476. package/ecc-resources/skills/nanoclaw-repl/SKILL.md +33 -0
  477. package/ecc-resources/skills/nutrient-document-processing/SKILL.md +165 -0
  478. package/ecc-resources/skills/plankton-code-quality/SKILL.md +239 -0
  479. package/ecc-resources/skills/postgres-patterns/SKILL.md +147 -0
  480. package/ecc-resources/skills/project-guidelines-example/SKILL.md +349 -0
  481. package/ecc-resources/skills/python-patterns/SKILL.md +750 -0
  482. package/ecc-resources/skills/python-testing/SKILL.md +816 -0
  483. package/ecc-resources/skills/ralphinho-rfc-pipeline/SKILL.md +67 -0
  484. package/ecc-resources/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
  485. package/ecc-resources/skills/search-first/SKILL.md +161 -0
  486. package/ecc-resources/skills/security-review/SKILL.md +495 -0
  487. package/ecc-resources/skills/security-review/cloud-infrastructure-security.md +361 -0
  488. package/ecc-resources/skills/security-scan/SKILL.md +165 -0
  489. package/ecc-resources/skills/skill-stocktake/SKILL.md +176 -0
  490. package/ecc-resources/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
  491. package/ecc-resources/skills/skill-stocktake/scripts/save-results.sh +56 -0
  492. package/ecc-resources/skills/skill-stocktake/scripts/scan.sh +170 -0
  493. package/ecc-resources/skills/springboot-patterns/SKILL.md +314 -0
  494. package/ecc-resources/skills/springboot-security/SKILL.md +272 -0
  495. package/ecc-resources/skills/springboot-tdd/SKILL.md +158 -0
  496. package/ecc-resources/skills/springboot-verification/SKILL.md +231 -0
  497. package/ecc-resources/skills/strategic-compact/SKILL.md +103 -0
  498. package/ecc-resources/skills/strategic-compact/suggest-compact.sh +54 -0
  499. package/ecc-resources/skills/swift-actor-persistence/SKILL.md +143 -0
  500. package/ecc-resources/skills/swift-concurrency-6-2/SKILL.md +216 -0
  501. package/ecc-resources/skills/swift-protocol-di-testing/SKILL.md +190 -0
  502. package/ecc-resources/skills/swiftui-patterns/SKILL.md +259 -0
  503. package/ecc-resources/skills/tdd-workflow/SKILL.md +410 -0
  504. package/ecc-resources/skills/verification-loop/SKILL.md +126 -0
  505. package/ecc-resources/skills/visa-doc-translate/README.md +86 -0
  506. package/ecc-resources/skills/visa-doc-translate/SKILL.md +117 -0
  507. package/hooks/auto-format/HOOK.md +107 -0
  508. package/hooks/auto-format/handler.js +151 -0
  509. package/hooks/auto-format/handler.ts +136 -0
  510. package/hooks/build-analyzer/HOOK.md +147 -0
  511. package/hooks/build-analyzer/handler.js +186 -0
  512. package/hooks/build-analyzer/handler.ts +229 -0
  513. package/hooks/console-warn/HOOK.md +101 -0
  514. package/hooks/console-warn/handler.js +138 -0
  515. package/hooks/console-warn/handler.ts +131 -0
  516. package/hooks/git-push-reminder/HOOK.md +130 -0
  517. package/hooks/git-push-reminder/handler.js +133 -0
  518. package/hooks/git-push-reminder/handler.ts +149 -0
  519. package/hooks/pr-logger/HOOK.md +122 -0
  520. package/hooks/pr-logger/handler.js +143 -0
  521. package/hooks/pr-logger/handler.ts +140 -0
  522. package/hooks/quality-gate/HOOK.md +101 -0
  523. package/hooks/quality-gate/handler.js +65 -0
  524. package/hooks/quality-gate/handler.ts +74 -0
  525. package/hooks/typecheck/HOOK.md +103 -0
  526. package/hooks/typecheck/handler.js +113 -0
  527. package/hooks/typecheck/handler.ts +101 -0
  528. 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)