hatch3r 1.7.5 → 1.9.0

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 (276) hide show
  1. package/README.md +37 -56
  2. package/dist/cli/index.js +13554 -13329
  3. package/dist/cli/index.js.map +1 -1
  4. package/{agents → dist/content/agents}/hatch3r-a11y-auditor.md +2 -2
  5. package/{agents → dist/content/agents}/hatch3r-ci-watcher.md +2 -2
  6. package/{agents → dist/content/agents}/hatch3r-context-rules.md +25 -9
  7. package/{agents → dist/content/agents}/hatch3r-creator.md +17 -16
  8. package/{agents → dist/content/agents}/hatch3r-dependency-auditor.md +1 -1
  9. package/{agents → dist/content/agents}/hatch3r-devops.md +3 -3
  10. package/{agents → dist/content/agents}/hatch3r-fixer.md +2 -2
  11. package/{agents → dist/content/agents}/hatch3r-handoff-loader.md +12 -12
  12. package/{agents → dist/content/agents}/hatch3r-handoff-preparer.md +7 -7
  13. package/{agents → dist/content/agents}/hatch3r-implementer.md +10 -2
  14. package/{agents → dist/content/agents}/hatch3r-learnings-loader.md +12 -12
  15. package/{agents → dist/content/agents}/hatch3r-lint-fixer.md +2 -2
  16. package/{agents → dist/content/agents}/hatch3r-researcher.md +3 -3
  17. package/{agents → dist/content/agents}/hatch3r-reviewer.md +6 -4
  18. package/{agents → dist/content/agents}/hatch3r-security-auditor.md +2 -2
  19. package/{agents → dist/content/agents}/hatch3r-test-writer.md +2 -2
  20. package/{agents → dist/content/agents}/shared/external-knowledge.md +1 -1
  21. package/{agents → dist/content/agents}/shared/injection-patterns.md +1 -1
  22. package/{agents → dist/content/agents}/shared/quality-charter.md +31 -3
  23. package/{agents → dist/content/agents}/shared/user-content-templates.md +41 -11
  24. package/{agents → dist/content/agents}/shared/user-question-protocol.md +2 -0
  25. package/{commands → dist/content/commands}/board/pickup-azure-devops.md +1 -1
  26. package/{commands → dist/content/commands}/board/pickup-delegation-multi.md +4 -4
  27. package/{commands → dist/content/commands}/board/pickup-delegation.md +3 -3
  28. package/{commands → dist/content/commands}/board/pickup-github.md +1 -1
  29. package/{commands → dist/content/commands}/board/pickup-gitlab.md +1 -1
  30. package/{commands → dist/content/commands}/board/pickup-post-impl.md +2 -2
  31. package/{commands → dist/content/commands}/board/shared-azure-devops.md +1 -1
  32. package/{commands → dist/content/commands}/board/shared-github.md +2 -2
  33. package/{commands → dist/content/commands}/board/shared-gitlab.md +1 -1
  34. package/{commands → dist/content/commands}/hatch3r-api-spec.md +8 -1
  35. package/{commands → dist/content/commands}/hatch3r-benchmark.md +8 -1
  36. package/{commands → dist/content/commands}/hatch3r-board-fill.md +14 -7
  37. package/{commands → dist/content/commands}/hatch3r-board-pickup.md +14 -6
  38. package/{commands → dist/content/commands}/hatch3r-bug-plan.md +12 -5
  39. package/{commands → dist/content/commands}/hatch3r-codebase-map.md +10 -2
  40. package/{commands → dist/content/commands}/hatch3r-create.md +68 -15
  41. package/{commands → dist/content/commands}/hatch3r-debug.md +18 -11
  42. package/{commands → dist/content/commands}/hatch3r-feature-plan.md +12 -5
  43. package/{commands → dist/content/commands}/hatch3r-handoff.md +16 -9
  44. package/{commands → dist/content/commands}/hatch3r-healthcheck.md +5 -1
  45. package/{commands → dist/content/commands}/hatch3r-hooks.md +16 -12
  46. package/{commands → dist/content/commands}/hatch3r-learn.md +27 -11
  47. package/{commands → dist/content/commands}/hatch3r-migration-plan.md +9 -2
  48. package/{commands → dist/content/commands}/hatch3r-onboard.md +14 -7
  49. package/{commands → dist/content/commands}/hatch3r-pr-resolve.md +16 -9
  50. package/{commands → dist/content/commands}/hatch3r-project-spec.md +11 -3
  51. package/{commands → dist/content/commands}/hatch3r-quick-change.md +14 -7
  52. package/{commands → dist/content/commands}/hatch3r-refactor-plan.md +11 -4
  53. package/{commands → dist/content/commands}/hatch3r-report.md +1 -1
  54. package/{commands → dist/content/commands}/hatch3r-revision.md +14 -7
  55. package/{commands → dist/content/commands}/hatch3r-roadmap.md +10 -2
  56. package/{commands → dist/content/commands}/hatch3r-security-audit.md +6 -2
  57. package/{commands → dist/content/commands}/hatch3r-test-plan.md +12 -5
  58. package/{commands → dist/content/commands}/hatch3r-workflow.md +18 -10
  59. package/{commands → dist/content/commands}/revision/revision-delegation.md +2 -2
  60. package/{commands → dist/content/commands}/revision/revision-quality.md +2 -2
  61. package/{github-agents → dist/content/github-agents}/hatch3r-docs-agent.md +1 -1
  62. package/{github-agents → dist/content/github-agents}/hatch3r-lint-agent.md +1 -1
  63. package/{github-agents → dist/content/github-agents}/hatch3r-security-agent.md +1 -1
  64. package/{github-agents → dist/content/github-agents}/hatch3r-test-agent.md +1 -1
  65. package/{hooks → dist/content/hooks}/hatch3r-ci-failure.md +3 -3
  66. package/{hooks → dist/content/hooks}/hatch3r-file-save.md +3 -3
  67. package/{hooks → dist/content/hooks}/hatch3r-post-merge.md +1 -1
  68. package/{hooks → dist/content/hooks}/hatch3r-pre-commit.md +1 -1
  69. package/{hooks → dist/content/hooks}/hatch3r-pre-push.md +3 -3
  70. package/{hooks → dist/content/hooks}/hatch3r-session-start.md +3 -3
  71. package/{rules → dist/content/rules}/hatch3r-accessibility-standards.md +2 -1
  72. package/{rules → dist/content/rules}/hatch3r-accessibility-standards.mdc +1 -0
  73. package/{rules → dist/content/rules}/hatch3r-agent-orchestration-detail.md +5 -2
  74. package/{rules → dist/content/rules}/hatch3r-agent-orchestration-detail.mdc +4 -1
  75. package/{rules → dist/content/rules}/hatch3r-agent-orchestration.md +27 -4
  76. package/{rules → dist/content/rules}/hatch3r-agent-orchestration.mdc +26 -3
  77. package/{rules → dist/content/rules}/hatch3r-ai-evals.md +2 -1
  78. package/{rules → dist/content/rules}/hatch3r-ai-evals.mdc +2 -1
  79. package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.md +1 -1
  80. package/{rules → dist/content/rules}/hatch3r-api-versioning.md +1 -0
  81. package/{rules → dist/content/rules}/hatch3r-api-versioning.mdc +1 -0
  82. package/{rules → dist/content/rules}/hatch3r-auth-patterns.md +2 -1
  83. package/{rules → dist/content/rules}/hatch3r-auth-patterns.mdc +1 -0
  84. package/{rules → dist/content/rules}/hatch3r-browser-verification.md +6 -10
  85. package/{rules → dist/content/rules}/hatch3r-browser-verification.mdc +6 -10
  86. package/{rules → dist/content/rules}/hatch3r-ci-cd.md +1 -0
  87. package/{rules → dist/content/rules}/hatch3r-ci-cd.mdc +1 -0
  88. package/{rules → dist/content/rules}/hatch3r-code-standards.md +1 -1
  89. package/{rules → dist/content/rules}/hatch3r-component-conventions.md +1 -1
  90. package/{rules → dist/content/rules}/hatch3r-container-hardening.md +2 -1
  91. package/{rules → dist/content/rules}/hatch3r-container-hardening.mdc +1 -0
  92. package/{rules → dist/content/rules}/hatch3r-contract-testing.md +1 -0
  93. package/{rules → dist/content/rules}/hatch3r-contract-testing.mdc +1 -0
  94. package/{rules → dist/content/rules}/hatch3r-data-classification.md +2 -1
  95. package/{rules → dist/content/rules}/hatch3r-data-classification.mdc +1 -0
  96. package/{rules → dist/content/rules}/hatch3r-deep-context.md +1 -1
  97. package/{rules → dist/content/rules}/hatch3r-dependency-management.md +2 -1
  98. package/{rules → dist/content/rules}/hatch3r-dependency-management.mdc +1 -0
  99. package/{rules → dist/content/rules}/hatch3r-design-system-detection.md +2 -1
  100. package/{rules → dist/content/rules}/hatch3r-design-system-detection.mdc +1 -0
  101. package/{rules → dist/content/rules}/hatch3r-event-schema-evolution.md +1 -0
  102. package/{rules → dist/content/rules}/hatch3r-event-schema-evolution.mdc +1 -0
  103. package/{rules → dist/content/rules}/hatch3r-git-conventions.md +1 -1
  104. package/{rules → dist/content/rules}/hatch3r-handoff-readiness.md +4 -4
  105. package/{rules → dist/content/rules}/hatch3r-handoff-readiness.mdc +3 -3
  106. package/{rules → dist/content/rules}/hatch3r-i18n.md +1 -1
  107. package/{rules → dist/content/rules}/hatch3r-iteration-summary.md +3 -1
  108. package/{rules → dist/content/rules}/hatch3r-iteration-summary.mdc +2 -0
  109. package/{rules → dist/content/rules}/hatch3r-learning-consult.md +7 -7
  110. package/{rules → dist/content/rules}/hatch3r-learning-consult.mdc +6 -6
  111. package/{rules → dist/content/rules}/hatch3r-migrations.md +2 -1
  112. package/{rules → dist/content/rules}/hatch3r-migrations.mdc +1 -0
  113. package/{rules → dist/content/rules}/hatch3r-observability-logging.md +1 -0
  114. package/{rules → dist/content/rules}/hatch3r-observability-logging.mdc +1 -0
  115. package/{rules → dist/content/rules}/hatch3r-observability-metrics.md +1 -0
  116. package/{rules → dist/content/rules}/hatch3r-observability-metrics.mdc +1 -0
  117. package/{rules/hatch3r-observability-tracing-detail.md → dist/content/rules/hatch3r-observability-tracing.md} +85 -10
  118. package/{rules/hatch3r-observability-tracing-detail.mdc → dist/content/rules/hatch3r-observability-tracing.mdc} +84 -9
  119. package/{rules → dist/content/rules}/hatch3r-operability.md +1 -0
  120. package/{rules → dist/content/rules}/hatch3r-operability.mdc +1 -0
  121. package/{rules → dist/content/rules}/hatch3r-passkey-server.md +2 -1
  122. package/{rules → dist/content/rules}/hatch3r-passkey-server.mdc +1 -0
  123. package/{rules → dist/content/rules}/hatch3r-performance-budgets.md +1 -1
  124. package/{rules → dist/content/rules}/hatch3r-performance-budgets.mdc +1 -1
  125. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.md +1 -0
  126. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.mdc +1 -0
  127. package/{rules → dist/content/rules}/hatch3r-secrets-management.md +2 -1
  128. package/{rules → dist/content/rules}/hatch3r-secrets-management.mdc +1 -0
  129. package/{rules → dist/content/rules}/hatch3r-security-patterns.md +2 -1
  130. package/{rules → dist/content/rules}/hatch3r-security-patterns.mdc +1 -0
  131. package/{rules → dist/content/rules}/hatch3r-testing.md +2 -1
  132. package/{rules → dist/content/rules}/hatch3r-testing.mdc +1 -0
  133. package/{rules → dist/content/rules}/hatch3r-theming.md +1 -1
  134. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.md +4 -4
  135. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.mdc +3 -3
  136. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.md +2 -1
  137. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.mdc +1 -0
  138. package/{skills → dist/content/skills}/hatch3r-a11y-audit/SKILL.md +1 -1
  139. package/{skills → dist/content/skills}/hatch3r-ai-feature/SKILL.md +2 -0
  140. package/{skills → dist/content/skills}/hatch3r-api-spec/SKILL.md +68 -0
  141. package/{skills → dist/content/skills}/hatch3r-architecture-review/SKILL.md +1 -1
  142. package/{commands/hatch3r-board-groom.md → dist/content/skills/hatch3r-board-groom/SKILL.md} +7 -16
  143. package/{commands/hatch3r-board-init.md → dist/content/skills/hatch3r-board-init/SKILL.md} +62 -24
  144. package/{commands/hatch3r-board-refresh.md → dist/content/skills/hatch3r-board-refresh/SKILL.md} +7 -16
  145. package/{commands/hatch3r-board-shared.md → dist/content/skills/hatch3r-board-shared/SKILL.md} +13 -20
  146. package/{skills → dist/content/skills}/hatch3r-bug-fix/SKILL.md +1 -1
  147. package/{skills → dist/content/skills}/hatch3r-cli-fd/SKILL.md +1 -1
  148. package/{skills → dist/content/skills}/hatch3r-cli-fzf/SKILL.md +1 -1
  149. package/{skills → dist/content/skills}/hatch3r-cli-gh/SKILL.md +4 -4
  150. package/{skills → dist/content/skills}/hatch3r-cli-jq/SKILL.md +7 -3
  151. package/{skills → dist/content/skills}/hatch3r-cli-ripgrep/SKILL.md +3 -3
  152. package/dist/content/skills/hatch3r-cli-toolbox/SKILL.md +269 -0
  153. package/{skills → dist/content/skills}/hatch3r-context-health/SKILL.md +18 -2
  154. package/{skills → dist/content/skills}/hatch3r-cost-tracking/SKILL.md +59 -7
  155. package/{skills → dist/content/skills}/hatch3r-customize/SKILL.md +6 -4
  156. package/{skills → dist/content/skills}/hatch3r-dep-audit/SKILL.md +6 -2
  157. package/{skills → dist/content/skills}/hatch3r-design-system-detect/SKILL.md +3 -1
  158. package/{skills → dist/content/skills}/hatch3r-feature/SKILL.md +1 -1
  159. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/SKILL.md +4 -4
  160. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/azure-devops.md +2 -2
  161. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/gitlab-ci.md +1 -1
  162. package/{skills → dist/content/skills}/hatch3r-handoff-prepare/SKILL.md +9 -9
  163. package/{skills → dist/content/skills}/hatch3r-handoff-resume/SKILL.md +2 -2
  164. package/{skills → dist/content/skills}/hatch3r-incident-response/SKILL.md +2 -2
  165. package/{skills → dist/content/skills}/hatch3r-issue-workflow/SKILL.md +4 -4
  166. package/{skills → dist/content/skills}/hatch3r-migration/SKILL.md +1 -1
  167. package/{skills → dist/content/skills}/hatch3r-observability-verify/SKILL.md +4 -4
  168. package/{skills → dist/content/skills}/hatch3r-perf-audit/SKILL.md +1 -1
  169. package/{skills → dist/content/skills}/hatch3r-pr-creation/SKILL.md +4 -4
  170. package/{skills → dist/content/skills}/hatch3r-qa-validation/SKILL.md +2 -2
  171. package/{skills → dist/content/skills}/hatch3r-recipe/SKILL.md +82 -2
  172. package/{skills → dist/content/skills}/hatch3r-refactor/SKILL.md +1 -1
  173. package/{skills → dist/content/skills}/hatch3r-release/SKILL.md +35 -2
  174. package/{skills → dist/content/skills}/hatch3r-reliability-verify/SKILL.md +2 -0
  175. package/{skills → dist/content/skills}/hatch3r-ui-ux-verify/SKILL.md +3 -1
  176. package/{skills → dist/content/skills}/hatch3r-visual-refactor/SKILL.md +1 -1
  177. package/package.json +13 -22
  178. package/commands/hatch3r-agent-customize.md +0 -197
  179. package/commands/hatch3r-command-customize.md +0 -109
  180. package/commands/hatch3r-context-health.md +0 -142
  181. package/commands/hatch3r-cost-tracking.md +0 -163
  182. package/commands/hatch3r-dep-audit.md +0 -184
  183. package/commands/hatch3r-recipe.md +0 -190
  184. package/commands/hatch3r-release.md +0 -345
  185. package/commands/hatch3r-rule-customize.md +0 -129
  186. package/commands/hatch3r-skill-customize.md +0 -108
  187. package/prompts/hatch3r-bug-triage.md +0 -158
  188. package/prompts/hatch3r-code-review.md +0 -134
  189. package/prompts/hatch3r-pr-description.md +0 -176
  190. package/rules/hatch3r-observability-tracing.md +0 -87
  191. package/rules/hatch3r-observability-tracing.mdc +0 -82
  192. package/rules/hatch3r-observability.md +0 -20
  193. package/rules/hatch3r-observability.mdc +0 -14
  194. package/skills/hatch3r-agent-customize/SKILL.md +0 -13
  195. package/skills/hatch3r-cli-aichat/SKILL.md +0 -84
  196. package/skills/hatch3r-cli-ast-grep/SKILL.md +0 -85
  197. package/skills/hatch3r-cli-az-devops/SKILL.md +0 -89
  198. package/skills/hatch3r-cli-bat/SKILL.md +0 -85
  199. package/skills/hatch3r-cli-comby/SKILL.md +0 -85
  200. package/skills/hatch3r-cli-csvkit/SKILL.md +0 -84
  201. package/skills/hatch3r-cli-delta/SKILL.md +0 -86
  202. package/skills/hatch3r-cli-difftastic/SKILL.md +0 -84
  203. package/skills/hatch3r-cli-docker/SKILL.md +0 -89
  204. package/skills/hatch3r-cli-duckdb/SKILL.md +0 -84
  205. package/skills/hatch3r-cli-glab/SKILL.md +0 -89
  206. package/skills/hatch3r-cli-lazygit/SKILL.md +0 -78
  207. package/skills/hatch3r-cli-llm/SKILL.md +0 -84
  208. package/skills/hatch3r-cli-miller/SKILL.md +0 -84
  209. package/skills/hatch3r-cli-mods/SKILL.md +0 -84
  210. package/skills/hatch3r-cli-overview/SKILL.md +0 -60
  211. package/skills/hatch3r-cli-playwright/SKILL.md +0 -89
  212. package/skills/hatch3r-cli-podman/SKILL.md +0 -84
  213. package/skills/hatch3r-cli-rtk/SKILL.md +0 -91
  214. package/skills/hatch3r-cli-sd/SKILL.md +0 -85
  215. package/skills/hatch3r-cli-stagehand/SKILL.md +0 -79
  216. package/skills/hatch3r-cli-taplo/SKILL.md +0 -84
  217. package/skills/hatch3r-cli-xsv/SKILL.md +0 -89
  218. package/skills/hatch3r-cli-yq/SKILL.md +0 -85
  219. package/skills/hatch3r-cli-zstd/SKILL.md +0 -85
  220. package/skills/hatch3r-command-customize/SKILL.md +0 -13
  221. package/skills/hatch3r-rule-customize/SKILL.md +0 -13
  222. package/skills/hatch3r-skill-customize/SKILL.md +0 -13
  223. /package/{agents → dist/content/agents}/hatch3r-architect.md +0 -0
  224. /package/{agents → dist/content/agents}/hatch3r-docs-writer.md +0 -0
  225. /package/{agents → dist/content/agents}/hatch3r-perf-profiler.md +0 -0
  226. /package/{agents → dist/content/agents}/modes/architecture.md +0 -0
  227. /package/{agents → dist/content/agents}/modes/boundary-analysis.md +0 -0
  228. /package/{agents → dist/content/agents}/modes/codebase-impact.md +0 -0
  229. /package/{agents → dist/content/agents}/modes/complexity-risk.md +0 -0
  230. /package/{agents → dist/content/agents}/modes/coverage-analysis.md +0 -0
  231. /package/{agents → dist/content/agents}/modes/current-state.md +0 -0
  232. /package/{agents → dist/content/agents}/modes/feature-design.md +0 -0
  233. /package/{agents → dist/content/agents}/modes/impact-analysis.md +0 -0
  234. /package/{agents → dist/content/agents}/modes/library-docs.md +0 -0
  235. /package/{agents → dist/content/agents}/modes/migration-path.md +0 -0
  236. /package/{agents → dist/content/agents}/modes/prior-art.md +0 -0
  237. /package/{agents → dist/content/agents}/modes/refactoring-strategy.md +0 -0
  238. /package/{agents → dist/content/agents}/modes/regression.md +0 -0
  239. /package/{agents → dist/content/agents}/modes/requirements-elicitation.md +0 -0
  240. /package/{agents → dist/content/agents}/modes/risk-assessment.md +0 -0
  241. /package/{agents → dist/content/agents}/modes/risk-prioritization.md +0 -0
  242. /package/{agents → dist/content/agents}/modes/root-cause.md +0 -0
  243. /package/{agents → dist/content/agents}/modes/similar-implementation.md +0 -0
  244. /package/{agents → dist/content/agents}/modes/symptom-trace.md +0 -0
  245. /package/{agents → dist/content/agents}/modes/test-pattern.md +0 -0
  246. /package/{agents → dist/content/agents}/modes/user-flows.md +0 -0
  247. /package/{agents → dist/content/agents}/shared/efficiency-patterns.md +0 -0
  248. /package/{agents → dist/content/agents}/shared/prompt-structure.md +0 -0
  249. /package/{checks → dist/content/checks}/README.md +0 -0
  250. /package/{checks → dist/content/checks}/accessibility.md +0 -0
  251. /package/{checks → dist/content/checks}/code-quality.md +0 -0
  252. /package/{checks → dist/content/checks}/performance.md +0 -0
  253. /package/{checks → dist/content/checks}/security.md +0 -0
  254. /package/{checks → dist/content/checks}/testing.md +0 -0
  255. /package/{commands → dist/content/commands}/board/pickup-modes.md +0 -0
  256. /package/{commands → dist/content/commands}/board/shared-board-overview.md +0 -0
  257. /package/{commands → dist/content/commands}/revision/revision-board-integration.md +0 -0
  258. /package/{commands → dist/content/commands}/revision/revision-modes.md +0 -0
  259. /package/{mcp → dist/content/mcp}/mcp.json +0 -0
  260. /package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.mdc +0 -0
  261. /package/{rules → dist/content/rules}/hatch3r-api-design.md +0 -0
  262. /package/{rules → dist/content/rules}/hatch3r-api-design.mdc +0 -0
  263. /package/{rules → dist/content/rules}/hatch3r-code-standards.mdc +0 -0
  264. /package/{rules → dist/content/rules}/hatch3r-component-conventions.mdc +0 -0
  265. /package/{rules → dist/content/rules}/hatch3r-deep-context.mdc +0 -0
  266. /package/{rules → dist/content/rules}/hatch3r-feature-flags.md +0 -0
  267. /package/{rules → dist/content/rules}/hatch3r-feature-flags.mdc +0 -0
  268. /package/{rules → dist/content/rules}/hatch3r-git-conventions.mdc +0 -0
  269. /package/{rules → dist/content/rules}/hatch3r-i18n.mdc +0 -0
  270. /package/{rules → dist/content/rules}/hatch3r-progressive-delivery.md +0 -0
  271. /package/{rules → dist/content/rules}/hatch3r-progressive-delivery.mdc +0 -0
  272. /package/{rules → dist/content/rules}/hatch3r-theming.mdc +0 -0
  273. /package/{skills → dist/content/skills}/hatch3r-a11y-audit/references/manual-audit-checklist.md +0 -0
  274. /package/{skills → dist/content/skills}/hatch3r-ci-pipeline/SKILL.md +0 -0
  275. /package/{skills → dist/content/skills}/hatch3r-issue-workflow/references/delegation-patterns.md +0 -0
  276. /package/{skills → dist/content/skills}/hatch3r-logical-refactor/SKILL.md +0 -0
package/README.md CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  **Crack the egg. Hatch better agents.**
6
6
 
7
- hatch3r is an open-source CLI and Cursor plugin that installs a battle-tested, tool-agnostic agentic coding setup into any repository. Ship Ready as of Cycle 8 (audit score 83.74/100, 0 Critical findings, 15 platform adapters wired, 20-domain governance audit cycle operational). One command gives you up to 17 agents, 26 skills, 28 rules, 37 commands, and MCP integrations -- optimized for your coding tool of choice. Selective init installs only what you need based on your project type and team size. (Authoritative counts: [`governance/inventory.json`](governance/inventory.json), regenerated by `npm run inventory`.)
7
+ hatch3r is an open-source CLI and Cursor plugin that installs a battle-tested, tool-agnostic agentic coding setup into any repository. Ship Ready as of Cycle 8 (audit score 83.74/100, 0 Critical findings, 3 platform adapters wired, 21-domain governance audit cycle operational). One command gives you the full set of agents, skills, rules, commands, hooks, and MCP integrations -- optimized for your coding tool of choice (live counts in [`governance/inventory.json`](governance/inventory.json) <!-- counts auto-derived; see governance/inventory.json -->). Selective init installs only what you need based on your project type and team size.
8
+
9
+ > **v1.9.0 scope cut:** As of 1.9.0 hatch3r supports only Claude Code, Cursor, and GitHub Copilot. Twelve adapters were removed in a hard cut; canonical content is now read from the bundled npm package (no `.agents/` materialization in user repos), and the manifest moved to `.hatch3r/hatch.json`. See [CHANGELOG.md](CHANGELOG.md) for the full breaking-change list and migration notes.
8
10
 
9
11
  ## Quick Start
10
12
 
@@ -21,64 +23,40 @@ That's it. hatch3r detects your repo, asks about your project context (greenfiel
21
23
  | Category | Count | Highlights |
22
24
  |----------|-------|-----------|
23
25
  | **Agents** | 19 | Code reviewer, test writer, security auditor, implementer (sub-agentic), fixer, researcher, architect, DevOps, handoff loader / preparer, and more |
24
- | **Skills** | 63 | Bug fix, feature implementation, issue workflow, release, incident response, context health, cost tracking, handoff prepare / resume, recipes, API spec, CI pipeline, migration, customization, 30 per-tool CLI skills, and more |
25
- | **Rules** | 42 | Code standards, testing, API design, observability, theming, i18n, security patterns, agent orchestration, deep context analysis, handoff readiness, and more |
26
- | **Commands** | 38 | Board management, planning (feature, bug, refactor, test), workflow, quick-change, revision, debug, healthcheck, security-audit, cost-tracking, onboard, benchmark, customization, handoff (prepare/resume/list/complete/prune), and more |
27
- | **CLI tools** | 29 across 3 tiers | Tier-1 default (ripgrep, fd, jq, yq, gh, delta, bat, sd, ast-grep, zstd); tier-2 conditional (Playwright, duckdb, xsv, taplo, glab, az-devops, Docker, llm, fzf, lazygit, difftastic); tier-3 opt-in (RTK, Stagehand, aichat, mods, Comby, miller, csvkit, Podman) -- emitted as per-tool canonical skills + a decision-tree overview |
26
+ | **Skills** | 39 | Bug fix, feature implementation, issue workflow, release, incident response, context health, cost tracking, handoff prepare / resume, recipes, API spec, CI pipeline, migration, customization, board lifecycle (init/groom/refresh/shared), 5 standalone CLI-tool skills (ripgrep, jq, gh, fd, fzf) + a 24-tool `cli-toolbox`, and more |
27
+ | **Rules** | 40 | Code standards, testing, API design, observability, theming, i18n, security patterns, agent orchestration, deep context analysis, handoff readiness, and more |
28
+ | **Commands** | 25 | Board management, planning (feature, bug, refactor, test), workflow, quick-change, revision, debug, healthcheck, security-audit, onboard, benchmark, handoff (prepare/resume/list/complete/prune), and more |
29
+ | **CLI tools** | 29 across 3 tiers | Tier-1 default (ripgrep, fd, jq, yq, gh, delta, bat, sd, ast-grep, zstd); tier-2 conditional (Playwright, duckdb, qsv, taplo, glab, az-devops, Docker, llm, fzf, lazygit, difftastic); tier-3 opt-in (RTK, Stagehand, aichat, mods, Comby, miller, csvkit, Podman) -- emitted as per-tool canonical skills + a decision-tree overview |
28
30
  | **MCP Servers** | 10 (opt-in) | Playwright, Context7, Filesystem, GitHub, Brave Search, Sentry, Postgres, Linear, Azure DevOps, GitLab -- gated behind a Yes/No prompt during `init` (default No since 1.7.5; pass `--mcp` to restore prior `--yes` behavior) |
29
31
  | **Platforms** | 3 | GitHub, Azure DevOps, GitLab -- auto-detected from git remote |
30
32
 
31
- ## Supported Tools (15 Adapters)
33
+ ## Supported Tools (3 Adapters)
32
34
 
33
35
  | Tool | Output |
34
36
  |------|--------|
35
37
  | **Cursor** | `.mdc` rules, agents, skills, commands, MCP config |
36
38
  | **GitHub Copilot** | instructions, prompts, GitHub agents |
37
39
  | **Claude Code** | `CLAUDE.md`, skills, `.mcp.json` |
38
- | **OpenCode** | `AGENTS.md`, `opencode.json` |
39
- | **Windsurf** | `.windsurfrules` |
40
- | **Amp** | `AGENTS.md` |
41
- | **Codex CLI** | `AGENTS.md`, `codex.md` |
42
- | **Gemini CLI** | `GEMINI.md` |
43
- | **Cline / Roo Code** | `.clinerules` |
44
- | **Aider** | `CONVENTIONS.md` |
45
- | **Kiro** | `.kiro/steering/`, `.kiro/settings/mcp.json` |
46
- | **Goose** | `.goosehints` |
47
- | **Zed** | `.rules` |
48
- | **Amazon Q** | `.amazonq/rules/`, `.amazonq/mcp.json` |
49
- | **Antigravity** | `.antigravity/rules.md`, `.antigravity/settings.json` |
50
40
 
51
41
  Platform is auto-detected from your git remote during `hatch3r init`. All board commands, agents, rules, and skills adapt to your selected platform.
52
42
 
53
43
  ## How It Works
54
44
 
55
45
  ```
56
- .agents/ <- Canonical source (tool-agnostic)
57
- ├── agents/
58
- ├── skills/
59
- ├── rules/
60
- ├── commands/
61
- ├── mcp/
62
- ├── AGENTS.md
63
- └── hatch.json <- Manifest
64
-
65
- .cursor/ <- Generated (Cursor adapter)
66
- .github/ <- Generated (Copilot adapter)
67
- CLAUDE.md <- Generated (Claude adapter)
68
- .windsurfrules <- Generated (Windsurf adapter)
69
- AGENTS.md <- Generated (OpenCode, Amp, Codex adapters)
70
- GEMINI.md <- Generated (Gemini adapter)
71
- .clinerules <- Generated (Cline adapter)
72
- CONVENTIONS.md <- Generated (Aider adapter)
73
- .kiro/ <- Generated (Kiro adapter)
74
- .goosehints <- Generated (Goose adapter)
75
- .rules <- Generated (Zed adapter)
76
- .amazonq/ <- Generated (Amazon Q adapter)
77
- .antigravity/ <- Generated (Antigravity adapter)
78
- .worktreeinclude <- Generated (worktree isolation)
46
+ .hatch3r/ <- hatch3r footprint in your repo
47
+ ├── hatch.json <- Manifest
48
+ ├── overrides/ <- User-authored canonical overrides (escape hatch)
49
+ ├── learnings/ <- /learn-captured project knowledge
50
+ ├── handoffs/ <- Cross-session handoff bundles
51
+ └── mcp/mcp.json <- Resolved MCP server config
52
+
53
+ .claude/ <- Generated (Claude Code adapter) + CLAUDE.md at repo root
54
+ .cursor/ <- Generated (Cursor adapter)
55
+ .github/copilot-instructions.md <- Generated (Copilot adapter, plus .github/instructions, .github/prompts, .github/agents)
56
+ .worktreeinclude <- Generated (worktree isolation)
79
57
  ```
80
58
 
81
- hatch3r keeps one source of truth in `.agents/` and generates native configuration for each tool.
59
+ Canonical content (agents, skills, rules, commands, hooks) lives inside the bundled npm package — adapters read from there directly, so end-user repos no longer contain a `.agents/` mirror. The only hatch3r-managed directory in your repo is `.hatch3r/`.
82
60
 
83
61
  ## Multi-Repo Workspaces
84
62
 
@@ -86,23 +64,25 @@ hatch3r can manage multiple git repos from a single workspace root. Run `hatch3r
86
64
 
87
65
  ```
88
66
  my-platform/ <- Workspace root (not a git repo)
89
- .agents/ <- Shared canonical source
67
+ .hatch3r/ <- Workspace-level hatch3r footprint
90
68
  workspace.json <- Workspace manifest
91
69
  hatch.json
92
- agents/
93
- rules/
70
+ overrides/
94
71
  ...
95
72
  frontend/ <- Git repo (gets its own generated files)
96
73
  .cursor/
97
74
  CLAUDE.md
75
+ .hatch3r/
98
76
  ...
99
77
  backend/ <- Git repo
100
78
  .cursor/
101
79
  CLAUDE.md
80
+ .hatch3r/
102
81
  ...
103
82
  infra/ <- Git repo
104
83
  .cursor/
105
84
  CLAUDE.md
85
+ .hatch3r/
106
86
  ...
107
87
  ```
108
88
 
@@ -114,7 +94,7 @@ npx hatch3r sync --dry-run # preview changes
114
94
  npx hatch3r config # manage repos and sync strategy
115
95
  ```
116
96
 
117
- Content flows from workspace defaults into each sub-repo with optional per-repo overrides (tools, features, include/exclude content). Sub-repos receive independent copies, not symlinks. See the [Workspace guide](https://docs.hatch3r.com/docs/guides/workspace) for full details.
97
+ Content flows from workspace defaults into each sub-repo with optional per-repo overrides (tools, features, include/exclude content). Sub-repos receive independent adapter outputs (not symlinks). See the [Workspace guide](https://docs.hatch3r.com/docs/guides/workspace) for full details.
118
98
 
119
99
  ## Workflow
120
100
 
@@ -141,8 +121,8 @@ npx hatch3r config # Reconfigure tools, MCP servers, features, and platfo
141
121
  npx hatch3r sync # Re-generate from canonical state
142
122
  npx hatch3r update # Pull latest templates (safe merge)
143
123
  npx hatch3r status # Check sync status between canonical and generated files
144
- npx hatch3r validate # Validate canonical .agents/ structure
145
- npx hatch3r verify # Verify file integrity checksums
124
+ npx hatch3r validate # Validate bundled canonical content + on-disk adapter outputs
125
+ npx hatch3r verify # Drift check on adapter outputs (non-zero exit on drift)
146
126
  npx hatch3r clean # Remove generated files (optional --reinit)
147
127
  npx hatch3r worktree-setup <path> # Set up gitignored files in a worktree
148
128
  npx hatch3r worktree-cleanup <path> # Clean up worktree-specific files
@@ -157,21 +137,21 @@ npx hatch3r add <pack> # Install a community pack (coming soon)
157
137
 
158
138
  These commands are invoked inside your coding tool (e.g., as Cursor commands).
159
139
 
160
- **Board management:** `board-init`, `board-fill`, `board-groom`, `board-pickup`, `board-refresh`, `board-shared`
140
+ **Board management:** `board-fill`, `board-pickup` (lifecycle helpers `board-init`, `board-groom`, `board-refresh`, `board-shared` ship as skills)
161
141
 
162
142
  **Planning:** `project-spec`, `codebase-map`, `roadmap`, `feature-plan`, `bug-plan`, `refactor-plan`, `migration-plan`, `test-plan`, `api-spec`
163
143
 
164
- **Workflow:** `workflow`, `quick-change`, `revision`, `debug`, `onboard`, `benchmark`, `hooks`, `learn`, `recipe`, `pr-resolve`, `handoff`
144
+ **Workflow:** `workflow`, `quick-change`, `revision`, `debug`, `onboard`, `benchmark`, `hooks`, `learn`, `pr-resolve`, `handoff`
165
145
 
166
- **Operations:** `healthcheck`, `security-audit`, `dep-audit`, `release`, `context-health`, `cost-tracking`, `report`
146
+ **Operations:** `healthcheck`, `security-audit`, `report` (helpers `dep-audit`, `release`, `context-health`, `cost-tracking`, `recipe` ship as skills)
167
147
 
168
- **Customization:** `create`, `agent-customize`, `command-customize`, `skill-customize`, `rule-customize`
148
+ **Customization:** `create` (single `hatch3r-customize` skill covers agent/command/skill/rule customization)
169
149
 
170
150
  All commands are prefixed with `hatch3r-` (e.g., `hatch3r-board-fill`). See the [CLI Commands reference](https://docs.hatch3r.com/docs/reference/commands/cli-commands) and [Agent Commands reference](https://docs.hatch3r.com/docs/reference/commands/agent-commands) for full details.
171
151
 
172
152
  ## CLI Tools
173
153
 
174
- Since 1.7.5, hatch3r ships a first-class CLI-tools surface area as the token-efficient alternative to MCP. The picker runs during `init` (3 tiers grouped, tier-1 default-on, tier-2 conditional on detected project signals, tier-3 opt-in advanced). Detection probes each tool via `command -v` / `where` with a 2s timeout; the installer prints copy-paste commands grouped by package manager and never executes on your behalf. Every selected tool ships a per-tool skill (`skills/hatch3r-cli-{id}/SKILL.md`) plus the `hatch3r-cli-overview` decision-tree skill, emitted to the 13 skill-capable adapters.
154
+ Since 1.7.5, hatch3r ships a first-class CLI-tools surface area as the token-efficient alternative to MCP. The picker runs during `init` (3 tiers grouped, tier-1 default-on, tier-2 conditional on detected project signals, tier-3 opt-in advanced). Detection probes each tool via `command -v` / `where` with a 2s timeout; the installer prints copy-paste commands grouped by package manager and never executes on your behalf. 5 essentials (ripgrep, jq, gh, fd, fzf) ship as standalone skills (`skills/hatch3r-cli-{id}/SKILL.md`); the remaining 24 tools live in a single category-indexed `hatch3r-cli-toolbox` skill, emitted to all 3 supported adapters.
175
155
 
176
156
  Manage CLI tools at any time:
177
157
 
@@ -245,10 +225,10 @@ Ruler (`@intellectronica/ruler`) is the closest architectural analogue to hatch3
245
225
 
246
226
  | Dimension | hatch3r | Ruler |
247
227
  |-----------|---------|-------|
248
- | Tool targets | 15 native adapters generating tool-specific primitives (Cursor `.mdc` frontmatter, Claude Code skills + hooks, Kiro steering, Copilot prompts) | 32 rule-distribution targets (markdown rules only; no tool-specific feature utilization) |
228
+ | Tool targets | 3 native adapters generating tool-specific primitives (Cursor `.mdc` frontmatter, Claude Code skills + hooks, Copilot prompts) | 32 rule-distribution targets (markdown rules only; no tool-specific feature utilization) |
249
229
  | Canonical content model | 6 artifact types (agents, skills, rules, commands, hooks, MCP servers) plus board workflows and learning loop, indexed in `hatch.json` | 1 artifact type (rules) |
250
230
  | Managed blocks | `<!-- HATCH3R:BEGIN -->` / `<!-- HATCH3R:END -->` markers on every bridge file preserve user content across updates (`src/merge/managedBlocks.ts`) | Full-file replacement semantics |
251
- | Integrity manifest | SHA-256 per-file + manifest-level checksum in `hatch.json`; safe merge via temp file + atomic rename (`src/merge/safeWrite.ts`, `src/integrity/index.ts`) | None |
231
+ | Drift detection | Adapter-output drift detection via `hatch3r status` / `hatch3r verify` (compares regenerated output against on-disk for every managed path); safe merge via temp file + atomic rename (`src/merge/safeWrite.ts`) | None |
252
232
  | Governance audit cycle | 21-domain audit cycle with 121 sub-agents, 4-wave execution, closed-loop PRD evolution (`governance/AUDIT.md`, `governance/AUDIT-EXECUTE.md`) | None |
253
233
  | Supply-chain provenance | npm OIDC trusted publishing + `--provenance` attestations via `.github/workflows/release.yml` (SLSA-level provenance) | Not published with OIDC trusted publishing |
254
234
  | Security | OWASP Agentic Top 10 coverage via `src/pipeline/agentToolAllowlist.ts` + `src/pipeline/mcpDescriptionScan.ts` + `src/pipeline/promptGuard.ts` (500KB input / 1MB output limits) | Rule distribution only |
@@ -261,7 +241,8 @@ hatch3r separates managed from custom files:
261
241
 
262
242
  - `hatch3r-*` files are managed by hatch3r and fully replaced on update
263
243
  - Files without the prefix are your customizations and are never touched
264
- - All hatch3r-generated markdown files use managed blocks (`<!-- HATCH3R:BEGIN -->` / `<!-- HATCH3R:END -->`). Content outside these markers is preserved. Bridge files are emitted by 15 adapters: Cursor, Claude, Copilot, Cline, Codex, Gemini, Windsurf, Amp, OpenCode, Aider, Kiro, Goose, Zed, Amazon Q, Antigravity.
244
+ - All hatch3r-generated markdown files use managed blocks (`<!-- HATCH3R:BEGIN -->` / `<!-- HATCH3R:END -->`). Content outside these markers is preserved. Bridge files are emitted by 3 adapters: Cursor, Claude, Copilot.
245
+ - User-authored canonical overrides live under `.hatch3r/overrides/` (escape hatch). Adapters prefer overrides over bundled canonical content.
265
246
 
266
247
  ## Model Selection
267
248