hatch3r 1.8.0 → 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 +36 -55
  2. package/dist/cli/index.js +13073 -14671
  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 +5 -5
  7. package/{agents → dist/content/agents}/hatch3r-creator.md +15 -15
  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 +11 -11
  12. package/{agents → dist/content/agents}/hatch3r-handoff-preparer.md +7 -7
  13. package/{agents → dist/content/agents}/hatch3r-implementer.md +2 -2
  14. package/{agents → dist/content/agents}/hatch3r-learnings-loader.md +11 -11
  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 +4 -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 +10 -10
  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 +1 -1
  35. package/{commands → dist/content/commands}/hatch3r-benchmark.md +1 -1
  36. package/{commands → dist/content/commands}/hatch3r-board-fill.md +7 -7
  37. package/{commands → dist/content/commands}/hatch3r-board-pickup.md +6 -6
  38. package/{commands → dist/content/commands}/hatch3r-bug-plan.md +5 -5
  39. package/{commands → dist/content/commands}/hatch3r-codebase-map.md +2 -2
  40. package/{commands → dist/content/commands}/hatch3r-create.md +11 -11
  41. package/{commands → dist/content/commands}/hatch3r-debug.md +11 -11
  42. package/{commands → dist/content/commands}/hatch3r-feature-plan.md +5 -5
  43. package/{commands → dist/content/commands}/hatch3r-handoff.md +9 -9
  44. package/{commands → dist/content/commands}/hatch3r-healthcheck.md +1 -1
  45. package/{commands → dist/content/commands}/hatch3r-hooks.md +12 -12
  46. package/{commands → dist/content/commands}/hatch3r-learn.md +11 -11
  47. package/{commands → dist/content/commands}/hatch3r-migration-plan.md +2 -2
  48. package/{commands → dist/content/commands}/hatch3r-onboard.md +7 -7
  49. package/{commands → dist/content/commands}/hatch3r-pr-resolve.md +8 -8
  50. package/{commands → dist/content/commands}/hatch3r-project-spec.md +3 -3
  51. package/{commands → dist/content/commands}/hatch3r-quick-change.md +7 -7
  52. package/{commands → dist/content/commands}/hatch3r-refactor-plan.md +4 -4
  53. package/{commands → dist/content/commands}/hatch3r-report.md +1 -1
  54. package/{commands → dist/content/commands}/hatch3r-revision.md +7 -7
  55. package/{commands → dist/content/commands}/hatch3r-roadmap.md +2 -2
  56. package/{commands → dist/content/commands}/hatch3r-security-audit.md +2 -2
  57. package/{commands → dist/content/commands}/hatch3r-test-plan.md +5 -5
  58. package/{commands → dist/content/commands}/hatch3r-workflow.md +9 -9
  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 +2 -2
  74. package/{rules → dist/content/rules}/hatch3r-agent-orchestration-detail.mdc +1 -1
  75. package/{rules → dist/content/rules}/hatch3r-agent-orchestration.md +2 -2
  76. package/{rules → dist/content/rules}/hatch3r-agent-orchestration.mdc +1 -1
  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 +1 -1
  108. package/{rules → dist/content/rules}/hatch3r-learning-consult.md +7 -7
  109. package/{rules → dist/content/rules}/hatch3r-learning-consult.mdc +6 -6
  110. package/{rules → dist/content/rules}/hatch3r-migrations.md +2 -1
  111. package/{rules → dist/content/rules}/hatch3r-migrations.mdc +1 -0
  112. package/{rules → dist/content/rules}/hatch3r-observability-logging.md +1 -0
  113. package/{rules → dist/content/rules}/hatch3r-observability-logging.mdc +1 -0
  114. package/{rules → dist/content/rules}/hatch3r-observability-metrics.md +1 -0
  115. package/{rules → dist/content/rules}/hatch3r-observability-metrics.mdc +1 -0
  116. package/{rules → dist/content/rules}/hatch3r-observability-tracing.md +1 -0
  117. package/{rules → dist/content/rules}/hatch3r-observability-tracing.mdc +1 -0
  118. package/{rules → dist/content/rules}/hatch3r-operability.md +1 -0
  119. package/{rules → dist/content/rules}/hatch3r-operability.mdc +1 -0
  120. package/{rules → dist/content/rules}/hatch3r-passkey-server.md +2 -1
  121. package/{rules → dist/content/rules}/hatch3r-passkey-server.mdc +1 -0
  122. package/{rules → dist/content/rules}/hatch3r-performance-budgets.md +1 -1
  123. package/{rules → dist/content/rules}/hatch3r-performance-budgets.mdc +1 -1
  124. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.md +1 -0
  125. package/{rules → dist/content/rules}/hatch3r-resilience-patterns.mdc +1 -0
  126. package/{rules → dist/content/rules}/hatch3r-secrets-management.md +2 -1
  127. package/{rules → dist/content/rules}/hatch3r-secrets-management.mdc +1 -0
  128. package/{rules → dist/content/rules}/hatch3r-security-patterns.md +2 -1
  129. package/{rules → dist/content/rules}/hatch3r-security-patterns.mdc +1 -0
  130. package/{rules → dist/content/rules}/hatch3r-testing.md +2 -1
  131. package/{rules → dist/content/rules}/hatch3r-testing.mdc +1 -0
  132. package/{rules → dist/content/rules}/hatch3r-theming.md +1 -1
  133. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.md +4 -4
  134. package/{rules → dist/content/rules}/hatch3r-tooling-hierarchy.mdc +3 -3
  135. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.md +2 -1
  136. package/{rules → dist/content/rules}/hatch3r-ux-states-and-flows.mdc +1 -0
  137. package/{skills → dist/content/skills}/hatch3r-a11y-audit/SKILL.md +1 -1
  138. package/{skills → dist/content/skills}/hatch3r-architecture-review/SKILL.md +1 -1
  139. package/{commands/hatch3r-board-groom.md → dist/content/skills/hatch3r-board-groom/SKILL.md} +5 -18
  140. package/{commands/hatch3r-board-init.md → dist/content/skills/hatch3r-board-init/SKILL.md} +17 -30
  141. package/{commands/hatch3r-board-refresh.md → dist/content/skills/hatch3r-board-refresh/SKILL.md} +5 -18
  142. package/{commands/hatch3r-board-shared.md → dist/content/skills/hatch3r-board-shared/SKILL.md} +7 -14
  143. package/{skills → dist/content/skills}/hatch3r-bug-fix/SKILL.md +1 -1
  144. package/{skills → dist/content/skills}/hatch3r-cli-fd/SKILL.md +1 -1
  145. package/{skills → dist/content/skills}/hatch3r-cli-fzf/SKILL.md +1 -1
  146. package/{skills → dist/content/skills}/hatch3r-cli-gh/SKILL.md +4 -4
  147. package/{skills → dist/content/skills}/hatch3r-cli-jq/SKILL.md +3 -3
  148. package/{skills → dist/content/skills}/hatch3r-cli-ripgrep/SKILL.md +3 -3
  149. package/dist/content/skills/hatch3r-cli-toolbox/SKILL.md +269 -0
  150. package/{skills → dist/content/skills}/hatch3r-context-health/SKILL.md +18 -2
  151. package/{skills → dist/content/skills}/hatch3r-cost-tracking/SKILL.md +59 -7
  152. package/{skills → dist/content/skills}/hatch3r-customize/SKILL.md +5 -6
  153. package/{skills → dist/content/skills}/hatch3r-dep-audit/SKILL.md +6 -2
  154. package/{skills → dist/content/skills}/hatch3r-design-system-detect/SKILL.md +1 -1
  155. package/{skills → dist/content/skills}/hatch3r-feature/SKILL.md +1 -1
  156. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/SKILL.md +4 -4
  157. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/azure-devops.md +2 -2
  158. package/{skills → dist/content/skills}/hatch3r-gh-agentic-workflows/references/gitlab-ci.md +1 -1
  159. package/{skills → dist/content/skills}/hatch3r-handoff-prepare/SKILL.md +9 -9
  160. package/{skills → dist/content/skills}/hatch3r-handoff-resume/SKILL.md +2 -2
  161. package/{skills → dist/content/skills}/hatch3r-incident-response/SKILL.md +2 -2
  162. package/{skills → dist/content/skills}/hatch3r-issue-workflow/SKILL.md +4 -4
  163. package/{skills → dist/content/skills}/hatch3r-migration/SKILL.md +1 -1
  164. package/{skills → dist/content/skills}/hatch3r-observability-verify/SKILL.md +0 -1
  165. package/{skills → dist/content/skills}/hatch3r-perf-audit/SKILL.md +1 -1
  166. package/{skills → dist/content/skills}/hatch3r-pr-creation/SKILL.md +4 -4
  167. package/{skills → dist/content/skills}/hatch3r-qa-validation/SKILL.md +2 -2
  168. package/{skills → dist/content/skills}/hatch3r-recipe/SKILL.md +82 -2
  169. package/{skills → dist/content/skills}/hatch3r-refactor/SKILL.md +1 -1
  170. package/{skills → dist/content/skills}/hatch3r-release/SKILL.md +35 -2
  171. package/{skills → dist/content/skills}/hatch3r-ui-ux-verify/SKILL.md +1 -1
  172. package/{skills → dist/content/skills}/hatch3r-visual-refactor/SKILL.md +1 -1
  173. package/package.json +6 -18
  174. package/commands/hatch3r-agent-customize.md +0 -201
  175. package/commands/hatch3r-command-customize.md +0 -113
  176. package/commands/hatch3r-context-health.md +0 -147
  177. package/commands/hatch3r-cost-tracking.md +0 -163
  178. package/commands/hatch3r-dep-audit.md +0 -188
  179. package/commands/hatch3r-recipe.md +0 -194
  180. package/commands/hatch3r-release.md +0 -350
  181. package/commands/hatch3r-rule-customize.md +0 -133
  182. package/commands/hatch3r-skill-customize.md +0 -112
  183. package/prompts/hatch3r-bug-triage.md +0 -158
  184. package/prompts/hatch3r-code-review.md +0 -134
  185. package/prompts/hatch3r-pr-description.md +0 -176
  186. package/rules/hatch3r-observability-tracing-detail.md +0 -20
  187. package/rules/hatch3r-observability-tracing-detail.mdc +0 -14
  188. package/rules/hatch3r-observability.md +0 -20
  189. package/rules/hatch3r-observability.mdc +0 -14
  190. package/skills/hatch3r-agent-customize/SKILL.md +0 -23
  191. package/skills/hatch3r-cli-aichat/SKILL.md +0 -84
  192. package/skills/hatch3r-cli-ast-grep/SKILL.md +0 -85
  193. package/skills/hatch3r-cli-az-devops/SKILL.md +0 -89
  194. package/skills/hatch3r-cli-bat/SKILL.md +0 -85
  195. package/skills/hatch3r-cli-comby/SKILL.md +0 -85
  196. package/skills/hatch3r-cli-csvkit/SKILL.md +0 -84
  197. package/skills/hatch3r-cli-delta/SKILL.md +0 -86
  198. package/skills/hatch3r-cli-difftastic/SKILL.md +0 -84
  199. package/skills/hatch3r-cli-docker/SKILL.md +0 -89
  200. package/skills/hatch3r-cli-duckdb/SKILL.md +0 -84
  201. package/skills/hatch3r-cli-glab/SKILL.md +0 -89
  202. package/skills/hatch3r-cli-lazygit/SKILL.md +0 -78
  203. package/skills/hatch3r-cli-llm/SKILL.md +0 -84
  204. package/skills/hatch3r-cli-miller/SKILL.md +0 -84
  205. package/skills/hatch3r-cli-mods/SKILL.md +0 -84
  206. package/skills/hatch3r-cli-overview/SKILL.md +0 -60
  207. package/skills/hatch3r-cli-playwright/SKILL.md +0 -89
  208. package/skills/hatch3r-cli-podman/SKILL.md +0 -84
  209. package/skills/hatch3r-cli-qsv/SKILL.md +0 -91
  210. package/skills/hatch3r-cli-rtk/SKILL.md +0 -91
  211. package/skills/hatch3r-cli-sd/SKILL.md +0 -85
  212. package/skills/hatch3r-cli-stagehand/SKILL.md +0 -111
  213. package/skills/hatch3r-cli-taplo/SKILL.md +0 -84
  214. package/skills/hatch3r-cli-yq/SKILL.md +0 -85
  215. package/skills/hatch3r-cli-zstd/SKILL.md +0 -85
  216. package/skills/hatch3r-command-customize/SKILL.md +0 -23
  217. package/skills/hatch3r-rule-customize/SKILL.md +0 -23
  218. package/skills/hatch3r-skill-customize/SKILL.md +0 -23
  219. /package/{agents → dist/content/agents}/hatch3r-architect.md +0 -0
  220. /package/{agents → dist/content/agents}/hatch3r-docs-writer.md +0 -0
  221. /package/{agents → dist/content/agents}/hatch3r-perf-profiler.md +0 -0
  222. /package/{agents → dist/content/agents}/modes/architecture.md +0 -0
  223. /package/{agents → dist/content/agents}/modes/boundary-analysis.md +0 -0
  224. /package/{agents → dist/content/agents}/modes/codebase-impact.md +0 -0
  225. /package/{agents → dist/content/agents}/modes/complexity-risk.md +0 -0
  226. /package/{agents → dist/content/agents}/modes/coverage-analysis.md +0 -0
  227. /package/{agents → dist/content/agents}/modes/current-state.md +0 -0
  228. /package/{agents → dist/content/agents}/modes/feature-design.md +0 -0
  229. /package/{agents → dist/content/agents}/modes/impact-analysis.md +0 -0
  230. /package/{agents → dist/content/agents}/modes/library-docs.md +0 -0
  231. /package/{agents → dist/content/agents}/modes/migration-path.md +0 -0
  232. /package/{agents → dist/content/agents}/modes/prior-art.md +0 -0
  233. /package/{agents → dist/content/agents}/modes/refactoring-strategy.md +0 -0
  234. /package/{agents → dist/content/agents}/modes/regression.md +0 -0
  235. /package/{agents → dist/content/agents}/modes/requirements-elicitation.md +0 -0
  236. /package/{agents → dist/content/agents}/modes/risk-assessment.md +0 -0
  237. /package/{agents → dist/content/agents}/modes/risk-prioritization.md +0 -0
  238. /package/{agents → dist/content/agents}/modes/root-cause.md +0 -0
  239. /package/{agents → dist/content/agents}/modes/similar-implementation.md +0 -0
  240. /package/{agents → dist/content/agents}/modes/symptom-trace.md +0 -0
  241. /package/{agents → dist/content/agents}/modes/test-pattern.md +0 -0
  242. /package/{agents → dist/content/agents}/modes/user-flows.md +0 -0
  243. /package/{agents → dist/content/agents}/shared/efficiency-patterns.md +0 -0
  244. /package/{agents → dist/content/agents}/shared/prompt-structure.md +0 -0
  245. /package/{checks → dist/content/checks}/README.md +0 -0
  246. /package/{checks → dist/content/checks}/accessibility.md +0 -0
  247. /package/{checks → dist/content/checks}/code-quality.md +0 -0
  248. /package/{checks → dist/content/checks}/performance.md +0 -0
  249. /package/{checks → dist/content/checks}/security.md +0 -0
  250. /package/{checks → dist/content/checks}/testing.md +0 -0
  251. /package/{commands → dist/content/commands}/board/pickup-modes.md +0 -0
  252. /package/{commands → dist/content/commands}/board/shared-board-overview.md +0 -0
  253. /package/{commands → dist/content/commands}/revision/revision-board-integration.md +0 -0
  254. /package/{commands → dist/content/commands}/revision/revision-modes.md +0 -0
  255. /package/{mcp → dist/content/mcp}/mcp.json +0 -0
  256. /package/{rules → dist/content/rules}/hatch3r-ai-ux-patterns.mdc +0 -0
  257. /package/{rules → dist/content/rules}/hatch3r-api-design.md +0 -0
  258. /package/{rules → dist/content/rules}/hatch3r-api-design.mdc +0 -0
  259. /package/{rules → dist/content/rules}/hatch3r-code-standards.mdc +0 -0
  260. /package/{rules → dist/content/rules}/hatch3r-component-conventions.mdc +0 -0
  261. /package/{rules → dist/content/rules}/hatch3r-deep-context.mdc +0 -0
  262. /package/{rules → dist/content/rules}/hatch3r-feature-flags.md +0 -0
  263. /package/{rules → dist/content/rules}/hatch3r-feature-flags.mdc +0 -0
  264. /package/{rules → dist/content/rules}/hatch3r-git-conventions.mdc +0 -0
  265. /package/{rules → dist/content/rules}/hatch3r-i18n.mdc +0 -0
  266. /package/{rules → dist/content/rules}/hatch3r-iteration-summary.mdc +0 -0
  267. /package/{rules → dist/content/rules}/hatch3r-progressive-delivery.md +0 -0
  268. /package/{rules → dist/content/rules}/hatch3r-progressive-delivery.mdc +0 -0
  269. /package/{rules → dist/content/rules}/hatch3r-theming.mdc +0 -0
  270. /package/{skills → dist/content/skills}/hatch3r-a11y-audit/references/manual-audit-checklist.md +0 -0
  271. /package/{skills → dist/content/skills}/hatch3r-ai-feature/SKILL.md +0 -0
  272. /package/{skills → dist/content/skills}/hatch3r-api-spec/SKILL.md +0 -0
  273. /package/{skills → dist/content/skills}/hatch3r-ci-pipeline/SKILL.md +0 -0
  274. /package/{skills → dist/content/skills}/hatch3r-issue-workflow/references/delegation-patterns.md +0 -0
  275. /package/{skills → dist/content/skills}/hatch3r-logical-refactor/SKILL.md +0 -0
  276. /package/{skills → dist/content/skills}/hatch3r-reliability-verify/SKILL.md +0 -0
@@ -48,16 +48,12 @@ Browser verification is opt-in per command session. The orchestrator follows a s
48
48
  | Supports Browser Verification | Does NOT Support |
49
49
  | ------------------------------ | ---------------- |
50
50
  | `hatch3r-workflow` | `hatch3r-board-fill` |
51
- | `hatch3r-board-pickup` | `hatch3r-board-groom` |
52
- | `hatch3r-quick-change` | `hatch3r-board-refresh` |
53
- | `hatch3r-revision` | `hatch3r-roadmap` |
54
- | `hatch3r-debug` | `hatch3r-release` |
55
- | | `hatch3r-refactor-plan` |
56
- | | `hatch3r-security-audit` |
57
- | | `hatch3r-rule-customize` |
58
- | | `hatch3r-skill-customize` |
59
-
60
- Commands in the "Does NOT Support" column are documentation-only, planning-only, or non-implementation commands. They MUST NOT prompt for browser verification.
51
+ | `hatch3r-board-pickup` | `hatch3r-roadmap` |
52
+ | `hatch3r-quick-change` | `hatch3r-refactor-plan` |
53
+ | `hatch3r-revision` | `hatch3r-security-audit` |
54
+ | `hatch3r-debug` | |
55
+
56
+ Commands in the "Does NOT Support" column are documentation-only, planning-only, or non-implementation commands. They MUST NOT prompt for browser verification. Skills (including `hatch3r-board-groom`, `hatch3r-board-refresh`, `hatch3r-release`) are invoked outside the orchestrator command lifecycle and therefore do not prompt for browser verification.
61
57
 
62
58
  ---
63
59
 
@@ -43,16 +43,12 @@ Browser verification is opt-in per command session. The orchestrator follows a s
43
43
  | Supports Browser Verification | Does NOT Support |
44
44
  | ------------------------------ | ---------------- |
45
45
  | `hatch3r-workflow` | `hatch3r-board-fill` |
46
- | `hatch3r-board-pickup` | `hatch3r-board-groom` |
47
- | `hatch3r-quick-change` | `hatch3r-board-refresh` |
48
- | `hatch3r-revision` | `hatch3r-roadmap` |
49
- | `hatch3r-debug` | `hatch3r-release` |
50
- | | `hatch3r-refactor-plan` |
51
- | | `hatch3r-security-audit` |
52
- | | `hatch3r-rule-customize` |
53
- | | `hatch3r-skill-customize` |
54
-
55
- Commands in the "Does NOT Support" column are documentation-only, planning-only, or non-implementation commands. They MUST NOT prompt for browser verification.
46
+ | `hatch3r-board-pickup` | `hatch3r-roadmap` |
47
+ | `hatch3r-quick-change` | `hatch3r-refactor-plan` |
48
+ | `hatch3r-revision` | `hatch3r-security-audit` |
49
+ | `hatch3r-debug` | |
50
+
51
+ Commands in the "Does NOT Support" column are documentation-only, planning-only, or non-implementation commands. They MUST NOT prompt for browser verification. Skills (including `hatch3r-board-groom`, `hatch3r-board-refresh`, `hatch3r-release`) are invoked outside the orchestrator command lifecycle and therefore do not prompt for browser verification.
56
52
 
57
53
  ---
58
54
 
@@ -4,6 +4,7 @@ type: rule
4
4
  description: CI/CD pipeline standards covering stage gates, deployment strategies, and rollback procedures
5
5
  scope: "**/.github/workflows/**,**/Dockerfile*,**/docker-compose*,**/.gitlab-ci*,**/Jenkinsfile,**/azure-pipelines*,**/.circleci/**,**/deploy/**,**/*pipeline*"
6
6
  tags: [devops]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: CI/CD pipeline standards covering stage gates, deployment strategies, and rollback procedures
3
3
  globs: ["**/.github/workflows/**", "**/Dockerfile*", "**/docker-compose*", "**/.gitlab-ci*", "**/Jenkinsfile", "**/azure-pipelines*", "**/.circleci/**", "**/deploy/**", "**/*pipeline*"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # CI/CD Standards
7
8
 
@@ -3,7 +3,7 @@ id: hatch3r-code-standards
3
3
  type: rule
4
4
  description: TypeScript typing discipline, naming, file size caps, Result types, barrel exports, import ordering, and monorepo boundary rules
5
5
  scope: always
6
- tags: [core, lang:typescript]
6
+ tags: [implementation, lang:typescript]
7
7
  quality_charter: agents/shared/quality-charter.md
8
8
  cache_friendly: true
9
9
  ---
@@ -4,7 +4,7 @@ type: rule
4
4
  description: Component structure, styling tokens, loading/error/empty states, form validation timing, and accessible label patterns for Vue, React, and JSX
5
5
  scope: conditional
6
6
  globs: "src/**/*.vue,src/**/*.tsx,src/**/*.jsx"
7
- tags: [implementation, lang:typescript]
7
+ tags: [implementation, floor:ui-ux, lang:typescript]
8
8
  quality_charter: agents/shared/quality-charter.md
9
9
  cache_friendly: true
10
10
  ---
@@ -3,7 +3,8 @@ id: hatch3r-container-hardening
3
3
  type: rule
4
4
  description: Container image hardening — digest pinning, distroless / Wolfi base, non-root user, SBOM-in-image, cosign signing + verification, multi-stage builds, CVE scanning
5
5
  scope: "**/Dockerfile*,**/docker-compose*,**/*.containerfile,**/charts/**,**/k8s/**,**/kubernetes/**,**/manifests/**"
6
- tags: [security, devops]
6
+ tags: [devops, floor:security]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Container image hardening — digest pinning, distroless / Wolfi base, non-root user, SBOM-in-image, cosign signing + verification, multi-stage builds, CVE scanning
3
3
  globs: ["**/Dockerfile*", "**/docker-compose*", "**/*.containerfile", "**/charts/**", "**/k8s/**", "**/kubernetes/**", "**/manifests/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Container Hardening
7
8
 
@@ -4,6 +4,7 @@ type: rule
4
4
  description: Consumer-driven and spec-driven contract testing between services — Pact, Schemathesis, Dredd, pact-broker can-i-deploy gate
5
5
  scope: "**/contracts/**,**/pacts/**,**/api/**,**/openapi*,**/asyncapi*,**/*.proto,**/__tests__/contract/**"
6
6
  tags: [review, implementation]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Consumer-driven and spec-driven contract testing between services — Pact, Schemathesis, Dredd, pact-broker can-i-deploy gate
3
3
  globs: ["**/contracts/**", "**/pacts/**", "**/api/**", "**/openapi*", "**/asyncapi*", "**/*.proto", "**/__tests__/contract/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Contract Testing
7
8
 
@@ -3,7 +3,8 @@ id: hatch3r-data-classification
3
3
  type: rule
4
4
  description: Data classification standards covering PII handling, encryption, retention policies, and regulatory compliance
5
5
  scope: "**/models/**,**/schemas/**,**/schema*,**/database/**,**/db/**,**/*model*,**/*entity*,**/prisma/**,**/drizzle/**,**/*migration*"
6
- tags: [security]
6
+ tags: [floor:security]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Data classification standards covering PII handling, encryption, retention policies, and regulatory compliance
3
3
  globs: ["**/models/**", "**/schemas/**", "**/schema*", "**/database/**", "**/db/**", "**/*model*", "**/*entity*", "**/prisma/**", "**/drizzle/**", "**/*migration*"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Data Classification Standards
7
8
 
@@ -3,7 +3,7 @@ id: hatch3r-deep-context
3
3
  type: rule
4
4
  description: Adaptive pre-implementation analysis — complexity scoring, requirements elicitation, similar implementation discovery, and transitive dependency tracing before coding
5
5
  scope: always
6
- tags: [core]
6
+ tags: [orchestration, floor:protocol]
7
7
  quality_charter: agents/shared/quality-charter.md
8
8
  cache_friendly: true
9
9
  ---
@@ -3,7 +3,8 @@ id: hatch3r-dependency-management
3
3
  type: rule
4
4
  description: Lockfile discipline, CVE scanning, transitive dependency audits, major version upgrade protocol, and bundle-size impact gates for package manifests
5
5
  scope: "**/package.json,**/package-lock.json,**/yarn.lock,**/pnpm-lock.yaml,**/Cargo.toml,**/Cargo.lock,**/requirements*.txt,**/pyproject.toml,**/go.mod,**/go.sum,**/Gemfile*"
6
- tags: [maintenance, security]
6
+ tags: [maintenance, floor:security]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Lockfile discipline, CVE scanning, transitive dependency audits, major version upgrade protocol, and bundle-size impact gates for package manifests
3
3
  globs: ["**/package.json", "**/package-lock.json", "**/yarn.lock", "**/pnpm-lock.yaml", "**/Cargo.toml", "**/Cargo.lock", "**/requirements*.txt", "**/pyproject.toml", "**/go.mod", "**/go.sum", "**/Gemfile*"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Dependency Management
7
8
 
@@ -3,7 +3,8 @@ id: hatch3r-design-system-detection
3
3
  type: rule
4
4
  description: Mandatory detection of existing design tokens, theme primitives, and component library before AI agents author new UI components
5
5
  scope: "**/*.vue,**/*.jsx,**/*.tsx,**/*.svelte,**/*.css,**/*.scss,**/components/**,**/tokens*,**/theme*,**/design-system/**,**/tailwind*"
6
- tags: [ui, design-system, frontend]
6
+ tags: [implementation, floor:ui-ux, ui, design-system, frontend]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Mandatory detection of existing design tokens, theme primitives, and component library before AI agents author new UI components
3
3
  globs: ["**/*.vue", "**/*.jsx", "**/*.tsx", "**/*.svelte", "**/*.css", "**/*.scss", "**/components/**", "**/tokens*", "**/theme*", "**/design-system/**", "**/tailwind*"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Design System Detection
7
8
 
@@ -4,6 +4,7 @@ type: rule
4
4
  description: Event and message schema evolution patterns for Kafka / Kinesis / Pub-Sub / event store — backward + forward + full compatibility modes, schema registry, consumer-side defaults
5
5
  scope: "**/events/**,**/schemas/**,**/*.avsc,**/*.proto,**/messaging/**,**/kafka/**,**/pubsub/**"
6
6
  tags: [implementation, devops]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Event and message schema evolution patterns for Kafka / Kinesis / Pub-Sub / event store — backward + forward + full compatibility modes, schema registry, consumer-side defaults
3
3
  globs: ["**/events/**", "**/schemas/**", "**/*.avsc", "**/*.proto", "**/messaging/**", "**/kafka/**", "**/pubsub/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Event Schema Evolution
7
8
 
@@ -3,7 +3,7 @@ id: hatch3r-git-conventions
3
3
  type: rule
4
4
  description: Conventional Commits type list, subject line rules, breaking-change footer format, and branch naming template for type/short-description
5
5
  scope: "**/.git/**,**/.gitignore,**/.gitattributes,**/.gitmodules,**/COMMIT_EDITMSG"
6
- tags: [core]
6
+ tags: [orchestration]
7
7
  quality_charter: agents/shared/quality-charter.md
8
8
  cache_friendly: true
9
9
  ---
@@ -3,15 +3,15 @@ id: hatch3r-handoff-readiness
3
3
  type: rule
4
4
  description: Handoff readiness checklist — pre-write validation before persisting a canonical handoff document.
5
5
  scope: conditional
6
- globs: .agents/handoffs/active/**/*.md
6
+ globs: .hatch3r/handoffs/active/**/*.md
7
7
  precedence: high
8
- tags: [core, maintenance]
8
+ tags: [orchestration, maintenance]
9
9
  quality_charter: agents/shared/quality-charter.md
10
10
  cache_friendly: true
11
11
  ---
12
12
  # Handoff Readiness Checklist
13
13
 
14
- Before writing a handoff to `.agents/handoffs/active/`, verify each criterion. Refuse the write if any **Required** criterion fails; warn on **Recommended** failures.
14
+ Before writing a handoff to `.hatch3r/handoffs/active/`, verify each criterion. Refuse the write if any **Required** criterion fails; warn on **Recommended** failures.
15
15
 
16
16
  ## Required (fail = refuse write)
17
17
 
@@ -39,7 +39,7 @@ The `hatch3r-handoff-preparer` agent applies this checklist before invoking `wri
39
39
 
40
40
  ## Cross-references
41
41
 
42
- - Body sections schema: `.agents/handoffs/README.md`
42
+ - Body sections schema: `.hatch3r/handoffs/README.md`
43
43
  - Iteration Summary contract (populates Work Done / Work Remaining / Blockers): `rules/hatch3r-iteration-summary.md`
44
44
  - Injection-pattern catalog: `agents/shared/injection-patterns.md` Section B
45
45
  - Quality charter (confidence levels): `agents/shared/quality-charter.md`
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  description: Handoff readiness checklist — pre-write validation before persisting a canonical handoff document.
3
- globs: [".agents/handoffs/active/**/*.md"]
3
+ globs: [".hatch3r/handoffs/active/**/*.md"]
4
4
  alwaysApply: false
5
5
  precedence: high
6
6
  ---
7
7
  # Handoff Readiness Checklist
8
8
 
9
- Before writing a handoff to `.agents/handoffs/active/`, verify each criterion. Refuse the write if any **Required** criterion fails; warn on **Recommended** failures.
9
+ Before writing a handoff to `.hatch3r/handoffs/active/`, verify each criterion. Refuse the write if any **Required** criterion fails; warn on **Recommended** failures.
10
10
 
11
11
  ## Required (fail = refuse write)
12
12
 
@@ -34,7 +34,7 @@ The `hatch3r-handoff-preparer` agent applies this checklist before invoking `wri
34
34
 
35
35
  ## Cross-references
36
36
 
37
- - Body sections schema: `.agents/handoffs/README.md`
37
+ - Body sections schema: `.hatch3r/handoffs/README.md`
38
38
  - Iteration Summary contract (populates Work Done / Work Remaining / Blockers): `rules/hatch3r-iteration-summary.md`
39
39
  - Injection-pattern catalog: `agents/shared/injection-patterns.md` Section B
40
40
  - Quality charter (confidence levels): `agents/shared/quality-charter.md`
@@ -4,7 +4,7 @@ type: rule
4
4
  description: Internationalization, localization, and RTL support conventions for the project
5
5
  scope: conditional
6
6
  globs: "src/**/*.vue,src/**/*.tsx,src/**/*.jsx,src/**/*.ts,**/locales/**,**/i18n/**,**/*i18n*,**/*locale*"
7
- tags: [implementation, lang:typescript]
7
+ tags: [implementation, floor:ui-ux, lang:typescript]
8
8
  quality_charter: agents/shared/quality-charter.md
9
9
  cache_friendly: true
10
10
  ---
@@ -3,7 +3,7 @@ id: hatch3r-iteration-summary
3
3
  type: rule
4
4
  description: Every user-facing iteration ends with the canonical Iteration Summary block — a 5-field contract exposing status, gaps, and confidence at a glance.
5
5
  scope: always
6
- tags: [core]
6
+ tags: [orchestration, floor:protocol]
7
7
  quality_charter: agents/shared/quality-charter.md
8
8
  precedence: high
9
9
  cache_friendly: true
@@ -1,19 +1,19 @@
1
1
  ---
2
2
  id: hatch3r-learning-consult
3
3
  type: rule
4
- description: Consult .agents/learnings/ for pitfalls, patterns, and past decisions before implementation with frontmatter-first scan and priority ordering
5
- scope: "**/.agents/learnings/**,**/learnings/**"
6
- tags: [core]
4
+ description: Consult .hatch3r/learnings/ for pitfalls, patterns, and past decisions before implementation with frontmatter-first scan and priority ordering
5
+ scope: "**/.hatch3r/learnings/**,**/learnings/**"
6
+ tags: [orchestration]
7
7
  quality_charter: agents/shared/quality-charter.md
8
8
  cache_friendly: true
9
9
  ---
10
10
  # Learning Consultation
11
11
 
12
- Before implementing any task, check `.agents/learnings/` for relevant past learnings.
12
+ Before implementing any task, check `.hatch3r/learnings/` for relevant past learnings.
13
13
 
14
14
  ## Consultation Process
15
15
 
16
- 1. If `.agents/learnings/` exists and contains files:
16
+ 1. If `.hatch3r/learnings/` exists and contains files:
17
17
  - Scan learning file frontmatter for matching `tags` or `area` that overlap with the current task.
18
18
  - Read the `## Applies When` section of potential matches.
19
19
  - Surface relevant learnings to the developer/agent before implementation begins.
@@ -23,7 +23,7 @@ Before implementing any task, check `.agents/learnings/` for relevant past learn
23
23
 
24
24
  - During `hatch3r-board-pickup` Step 6: consult learnings before implementation delegation.
25
25
  - During `hatch3r-board-fill` Step 4: consult learnings when scoping and estimating issues.
26
- - During `hatch3r-board-groom` Step 4c: consult learnings when re-scoping or reclassifying existing issues.
26
+ - During the `hatch3r-board-groom` skill (Step 4c): consult learnings when re-scoping or reclassifying existing issues.
27
27
  - During any skill execution: check for relevant pitfalls before coding.
28
28
 
29
29
  ## Learning Priority
@@ -39,4 +39,4 @@ To avoid excessive token usage during consultation:
39
39
  1. **Scan frontmatter first.** Read only the YAML frontmatter (`tags`, `area`, `category`) of each learning file to determine relevance. Only read the full body of learnings that match the current task.
40
40
  2. **Limit surfaced learnings.** Present at most 5 relevant learnings per consultation. If more are relevant, prioritize by confidence level (high > medium > low) and recency.
41
41
  3. **Cache consultation results.** If consultation was already performed for this task (e.g., during board-pickup), do not re-consult during skill execution. The orchestrator passes relevant learnings to subagents as part of prompt enrichment.
42
- 4. **Skip when empty.** If `.agents/learnings/` has fewer than 3 files, consultation overhead exceeds value. Skip silently.
42
+ 4. **Skip when empty.** If `.hatch3r/learnings/` has fewer than 3 files, consultation overhead exceeds value. Skip silently.
@@ -1,15 +1,15 @@
1
1
  ---
2
- description: Consult .agents/learnings/ for pitfalls, patterns, and past decisions before implementation with frontmatter-first scan and priority ordering
3
- globs: ["**/.agents/learnings/**", "**/learnings/**"]
2
+ description: Consult .hatch3r/learnings/ for pitfalls, patterns, and past decisions before implementation with frontmatter-first scan and priority ordering
3
+ globs: ["**/.hatch3r/learnings/**", "**/learnings/**"]
4
4
  alwaysApply: false
5
5
  ---
6
6
  # Learning Consultation
7
7
 
8
- Before implementing any task, check `.agents/learnings/` for relevant past learnings.
8
+ Before implementing any task, check `.hatch3r/learnings/` for relevant past learnings.
9
9
 
10
10
  ## Consultation Process
11
11
 
12
- 1. If `.agents/learnings/` exists and contains files:
12
+ 1. If `.hatch3r/learnings/` exists and contains files:
13
13
  - Scan learning file frontmatter for matching `tags` or `area` that overlap with the current task.
14
14
  - Read the `## Applies When` section of potential matches.
15
15
  - Surface relevant learnings to the developer/agent before implementation begins.
@@ -19,7 +19,7 @@ Before implementing any task, check `.agents/learnings/` for relevant past learn
19
19
 
20
20
  - During `hatch3r-board-pickup` Step 6: consult learnings before implementation delegation.
21
21
  - During `hatch3r-board-fill` Step 4: consult learnings when scoping and estimating issues.
22
- - During `hatch3r-board-groom` Step 4c: consult learnings when re-scoping or reclassifying existing issues.
22
+ - During the `hatch3r-board-groom` skill (Step 4c): consult learnings when re-scoping or reclassifying existing issues.
23
23
  - During any skill execution: check for relevant pitfalls before coding.
24
24
 
25
25
  ## Learning Priority
@@ -35,4 +35,4 @@ To avoid excessive token usage during consultation:
35
35
  1. **Scan frontmatter first.** Read only the YAML frontmatter (`tags`, `area`, `category`) of each learning file to determine relevance. Only read the full body of learnings that match the current task.
36
36
  2. **Limit surfaced learnings.** Present at most 5 relevant learnings per consultation. If more are relevant, prioritize by confidence level (high > medium > low) and recency.
37
37
  3. **Cache consultation results.** If consultation was already performed for this task (e.g., during board-pickup), do not re-consult during skill execution. The orchestrator passes relevant learnings to subagents as part of prompt enrichment.
38
- 4. **Skip when empty.** If `.agents/learnings/` has fewer than 3 files, consultation overhead exceeds value. Skip silently.
38
+ 4. **Skip when empty.** If `.hatch3r/learnings/` has fewer than 3 files, consultation overhead exceeds value. Skip silently.
@@ -3,7 +3,8 @@ id: hatch3r-migrations
3
3
  type: rule
4
4
  description: Database migration and schema change patterns — expand-contract, online DDL, backfills, compatibility windows, reversibility, multi-region, tooling
5
5
  scope: "**/migrations/**,**/*migration*,**/migrate/**,**/seeds/**,**/seeders/**,**/prisma/migrations/**,**/drizzle/**,**/knex/**"
6
- tags: [implementation, brownfield]
6
+ tags: [implementation, ctx:brownfield-only]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Database migration and schema change patterns — expand-contract, online DDL, backfills, compatibility windows, reversibility, multi-region, tooling
3
3
  globs: ["**/migrations/**", "**/*migration*", "**/migrate/**", "**/seeds/**", "**/seeders/**", "**/prisma/migrations/**", "**/drizzle/**", "**/knex/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Migrations
7
8
 
@@ -5,6 +5,7 @@ description: Structured logging and error reporting conventions for the project
5
5
  scope: conditional
6
6
  globs: "**/*log*,**/*logger*,**/*logging*,**/*error*,**/observability/**,**/routes/**,**/handlers/**,**/services/**,**/api/**,**/middleware/**,**/controllers/**,**/lib/**"
7
7
  tags: [devops]
8
+ precedence: high
8
9
  quality_charter: agents/shared/quality-charter.md
9
10
  cache_friendly: true
10
11
  ---
@@ -2,6 +2,7 @@
2
2
  description: Structured logging and error reporting conventions for the project
3
3
  globs: ["**/*log*", "**/*logger*", "**/*logging*", "**/*error*", "**/observability/**", "**/routes/**", "**/handlers/**", "**/services/**", "**/api/**", "**/middleware/**", "**/controllers/**", "**/lib/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Observability -- Logging & Error Reporting
7
8
 
@@ -5,6 +5,7 @@ description: Metrics, SLO/SLI definitions, alerting, and dashboard conventions f
5
5
  scope: conditional
6
6
  globs: "**/*metric*,**/*slo*,**/*sli*,**/*alert*,**/*dashboard*,**/observability/**,**/routes/**,**/handlers/**,**/services/**,**/api/**,**/middleware/**,**/controllers/**,**/lib/**"
7
7
  tags: [devops]
8
+ precedence: high
8
9
  quality_charter: agents/shared/quality-charter.md
9
10
  cache_friendly: true
10
11
  ---
@@ -2,6 +2,7 @@
2
2
  description: Metrics, SLO/SLI definitions, alerting, and dashboard conventions for the project
3
3
  globs: ["**/*metric*", "**/*slo*", "**/*sli*", "**/*alert*", "**/*dashboard*", "**/observability/**", "**/routes/**", "**/handlers/**", "**/services/**", "**/api/**", "**/middleware/**", "**/controllers/**", "**/lib/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Observability -- Metrics, SLOs & Alerting
7
8
 
@@ -5,6 +5,7 @@ description: Distributed tracing, OpenTelemetry conventions, and AI agent instru
5
5
  scope: conditional
6
6
  globs: "**/*trac*,**/*span*,**/*telemetry*,**/*otel*,**/*agent*,**/observability/**,**/routes/**,**/handlers/**,**/services/**,**/api/**,**/middleware/**,**/controllers/**,**/lib/**"
7
7
  tags: [devops]
8
+ precedence: high
8
9
  quality_charter: agents/shared/quality-charter.md
9
10
  cache_friendly: true
10
11
  ---
@@ -2,6 +2,7 @@
2
2
  description: Distributed tracing, OpenTelemetry conventions, and AI agent instrumentation for the project
3
3
  globs: ["**/*trac*", "**/*span*", "**/*telemetry*", "**/*otel*", "**/*agent*", "**/observability/**", "**/routes/**", "**/handlers/**", "**/services/**", "**/api/**", "**/middleware/**", "**/controllers/**", "**/lib/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Observability -- Distributed Tracing & OpenTelemetry
7
8
 
@@ -4,6 +4,7 @@ type: rule
4
4
  description: Operability patterns in user code — liveness / readiness / startup probes, graceful shutdown, feature flags, runbook URL annotations, health endpoints
5
5
  scope: "**/services/**,**/handlers/**,**/health*,**/probes/**,**/k8s/**,**/manifests/**,**/charts/**,**/feature*,**/flags/**"
6
6
  tags: [implementation, devops]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Operability patterns in user code — liveness / readiness / startup probes, graceful shutdown, feature flags, runbook URL annotations, health endpoints
3
3
  globs: ["**/services/**", "**/handlers/**", "**/health*", "**/probes/**", "**/k8s/**", "**/manifests/**", "**/charts/**", "**/feature*", "**/flags/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Operability
7
8
 
@@ -3,7 +3,8 @@ id: hatch3r-passkey-server
3
3
  type: rule
4
4
  description: Server-side WebAuthn / passkey ceremony — registration, authentication, attestation, counter, RP-ID, recovery, FIDO CXP/CXF awareness
5
5
  scope: "**/auth/**,**/passkey*,**/webauthn*,**/fido*,**/credentials/**,**/api/**,**/handlers/**"
6
- tags: [security, implementation]
6
+ tags: [implementation, floor:security]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Server-side WebAuthn / passkey ceremony — registration, authentication, attestation, counter, RP-ID, recovery, FIDO CXP/CXF awareness
3
3
  globs: ["**/auth/**", "**/passkey*", "**/webauthn*", "**/fido*", "**/credentials/**", "**/api/**", "**/handlers/**"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Passkey Server — WebAuthn Ceremony
7
8
 
@@ -111,5 +111,5 @@ Targets align with Google's "Good" thresholds (measured at p75 from real user da
111
111
  | Memory / CPU | Chrome DevTools, profiler | Infrastructure metrics (Prometheus) |
112
112
  | Visual regression | Playwright screenshot diffing | RUM CLS tracking |
113
113
 
114
- - Automated regression detection: compare each PR's metrics against the default branch baseline (`board.defaultBranch` from `.agents/hatch.json`; fallback: `"main"`). Flag regressions > 5% in any budget metric.
114
+ - Automated regression detection: compare each PR's metrics against the default branch baseline (`board.defaultBranch` from `.hatch3r/hatch.json`; fallback: `"main"`). Flag regressions > 5% in any budget metric.
115
115
  - Review performance budgets quarterly and tighten thresholds as the application matures.
@@ -106,5 +106,5 @@ Targets align with Google's "Good" thresholds (measured at p75 from real user da
106
106
  | Memory / CPU | Chrome DevTools, profiler | Infrastructure metrics (Prometheus) |
107
107
  | Visual regression | Playwright screenshot diffing | RUM CLS tracking |
108
108
 
109
- - Automated regression detection: compare each PR's metrics against the default branch baseline (`board.defaultBranch` from `.agents/hatch.json`; fallback: `"main"`). Flag regressions > 5% in any budget metric.
109
+ - Automated regression detection: compare each PR's metrics against the default branch baseline (`board.defaultBranch` from `.hatch3r/hatch.json`; fallback: `"main"`). Flag regressions > 5% in any budget metric.
110
110
  - Review performance budgets quarterly and tighten thresholds as the application matures.
@@ -4,6 +4,7 @@ type: rule
4
4
  description: Resilience patterns in user code — circuit breakers, retry with decorrelated jitter, timeouts with deadline propagation, idempotency keys, bulkheads, hedged requests
5
5
  scope: "**/services/**,**/handlers/**,**/clients/**,**/integrations/**,**/api/**,**/middleware/**,**/circuit*,**/retry*,**/resilience*"
6
6
  tags: [implementation, devops]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Resilience patterns in user code — circuit breakers, retry with decorrelated jitter, timeouts with deadline propagation, idempotency keys, bulkheads, hedged requests
3
3
  globs: ["**/services/**", "**/handlers/**", "**/clients/**", "**/integrations/**", "**/api/**", "**/middleware/**", "**/circuit*", "**/retry*", "**/resilience*"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Resilience Patterns
7
8
 
@@ -3,7 +3,8 @@ id: hatch3r-secrets-management
3
3
  type: rule
4
4
  description: Secret management, rotation, and secure handling patterns for the project
5
5
  scope: "**/.env*,**/*secret*,**/*credential*,**/*token*,**/config/**,**/.gitignore,**/vault/**,**/*auth*.config*"
6
- tags: [security]
6
+ tags: [floor:security]
7
+ precedence: critical
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Secret management, rotation, and secure handling patterns for the project
3
3
  globs: ["**/.env*", "**/*secret*", "**/*credential*", "**/*token*", "**/config/**", "**/.gitignore", "**/vault/**", "**/*auth*.config*"]
4
4
  alwaysApply: false
5
+ precedence: critical
5
6
  ---
6
7
  # Secrets Management
7
8
 
@@ -3,7 +3,8 @@ id: hatch3r-security-patterns
3
3
  type: rule
4
4
  description: Security patterns including input validation, auth enforcement, and AI/agentic security for the project
5
5
  scope: "**/auth/**,**/security/**,**/middleware/**,**/*auth*,**/*guard*,**/*policy*,**/*permission*,**/*sanitiz*,**/*validat*"
6
- tags: [security]
6
+ tags: [floor:security]
7
+ precedence: critical
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Security patterns including input validation, auth enforcement, and AI/agentic security for the project
3
3
  globs: ["**/auth/**", "**/security/**", "**/middleware/**", "**/*auth*", "**/*guard*", "**/*policy*", "**/*permission*", "**/*sanitiz*", "**/*validat*"]
4
4
  alwaysApply: false
5
+ precedence: critical
5
6
  ---
6
7
  # Security Patterns
7
8
 
@@ -3,7 +3,8 @@ id: hatch3r-testing
3
3
  type: rule
4
4
  description: Coverage thresholds, mocking strategy, property-based testing, mutation-score targets, flaky test quarantine, and snapshot test discipline
5
5
  scope: "**/*.test.*,**/*.spec.*,**/__tests__/**,**/tests/**,**/test/**,**/*.cy.*,**/playwright/**,**/vitest.config.*,**/jest.config.*,**/cypress.config.*"
6
- tags: [core]
6
+ tags: [review, orchestration]
7
+ precedence: high
7
8
  quality_charter: agents/shared/quality-charter.md
8
9
  cache_friendly: true
9
10
  ---
@@ -2,6 +2,7 @@
2
2
  description: Coverage thresholds, mocking strategy, property-based testing, mutation-score targets, flaky test quarantine, and snapshot test discipline
3
3
  globs: ["**/*.test.*", "**/*.spec.*", "**/__tests__/**", "**/tests/**", "**/test/**", "**/*.cy.*", "**/playwright/**", "**/vitest.config.*", "**/jest.config.*", "**/cypress.config.*"]
4
4
  alwaysApply: false
5
+ precedence: high
5
6
  ---
6
7
  # Testing Standards
7
8
 
@@ -4,7 +4,7 @@ type: rule
4
4
  description: Theming, dark mode, and color system conventions for the project
5
5
  scope: conditional
6
6
  globs: "src/**/*.vue,src/**/*.tsx,src/**/*.jsx,src/**/*.css,src/**/*.scss,**/*theme*,**/*color*"
7
- tags: [implementation, lang:typescript]
7
+ tags: [implementation, floor:ui-ux, lang:typescript]
8
8
  quality_charter: agents/shared/quality-charter.md
9
9
  cache_friendly: true
10
10
  ---