hatch3r 1.1.0 → 1.2.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 (125) hide show
  1. package/README.md +79 -370
  2. package/agents/hatch3r-a11y-auditor.md +7 -4
  3. package/agents/hatch3r-architect.md +1 -0
  4. package/agents/hatch3r-ci-watcher.md +1 -0
  5. package/agents/hatch3r-context-rules.md +1 -0
  6. package/agents/hatch3r-dependency-auditor.md +1 -0
  7. package/agents/hatch3r-devops.md +1 -0
  8. package/agents/hatch3r-docs-writer.md +1 -0
  9. package/agents/hatch3r-fixer.md +2 -0
  10. package/agents/hatch3r-implementer.md +32 -0
  11. package/agents/hatch3r-learnings-loader.md +56 -11
  12. package/agents/hatch3r-lint-fixer.md +2 -10
  13. package/agents/hatch3r-perf-profiler.md +1 -0
  14. package/agents/hatch3r-researcher.md +252 -0
  15. package/agents/hatch3r-reviewer.md +75 -3
  16. package/agents/hatch3r-security-auditor.md +3 -3
  17. package/agents/hatch3r-test-writer.md +2 -7
  18. package/commands/board/pickup-azure-devops.md +81 -0
  19. package/commands/board/pickup-delegation-multi.md +197 -0
  20. package/commands/board/pickup-delegation.md +100 -0
  21. package/commands/board/pickup-github.md +82 -0
  22. package/commands/board/pickup-gitlab.md +81 -0
  23. package/commands/board/pickup-modes.md +143 -0
  24. package/commands/board/pickup-post-impl.md +120 -0
  25. package/commands/board/shared-azure-devops.md +149 -0
  26. package/commands/board/shared-board-overview.md +215 -0
  27. package/commands/board/shared-github.md +169 -0
  28. package/commands/board/shared-gitlab.md +142 -0
  29. package/commands/hatch3r-agent-customize.md +3 -2
  30. package/commands/hatch3r-api-spec.md +1 -0
  31. package/commands/hatch3r-benchmark.md +1 -0
  32. package/commands/hatch3r-board-fill.md +15 -16
  33. package/commands/hatch3r-board-groom.md +50 -10
  34. package/commands/hatch3r-board-init.md +1 -0
  35. package/commands/hatch3r-board-pickup.md +44 -572
  36. package/commands/hatch3r-board-refresh.md +31 -10
  37. package/commands/hatch3r-board-shared.md +62 -439
  38. package/commands/hatch3r-bug-plan.md +1 -0
  39. package/commands/hatch3r-codebase-map.md +1 -0
  40. package/commands/hatch3r-command-customize.md +1 -0
  41. package/commands/hatch3r-context-health.md +1 -0
  42. package/commands/hatch3r-cost-tracking.md +1 -0
  43. package/commands/hatch3r-debug.md +1 -0
  44. package/commands/hatch3r-dep-audit.md +2 -1
  45. package/commands/hatch3r-feature-plan.md +1 -0
  46. package/commands/hatch3r-healthcheck.md +2 -1
  47. package/commands/hatch3r-hooks.md +1 -0
  48. package/commands/hatch3r-learn.md +1 -0
  49. package/commands/hatch3r-migration-plan.md +1 -0
  50. package/commands/hatch3r-onboard.md +1 -0
  51. package/commands/hatch3r-project-spec.md +1 -0
  52. package/commands/hatch3r-quick-change.md +1 -0
  53. package/commands/hatch3r-recipe.md +1 -0
  54. package/commands/hatch3r-refactor-plan.md +1 -0
  55. package/commands/hatch3r-release.md +2 -1
  56. package/commands/hatch3r-revision.md +1 -0
  57. package/commands/hatch3r-roadmap.md +8 -1
  58. package/commands/hatch3r-rule-customize.md +1 -0
  59. package/commands/hatch3r-security-audit.md +2 -1
  60. package/commands/hatch3r-skill-customize.md +1 -0
  61. package/commands/hatch3r-test-plan.md +532 -0
  62. package/commands/hatch3r-workflow.md +1 -0
  63. package/dist/cli/index.js +2640 -1057
  64. package/dist/cli/index.js.map +1 -1
  65. package/github-agents/hatch3r-docs-agent.md +1 -0
  66. package/github-agents/hatch3r-lint-agent.md +1 -0
  67. package/github-agents/hatch3r-security-agent.md +1 -0
  68. package/github-agents/hatch3r-test-agent.md +1 -0
  69. package/hooks/hatch3r-ci-failure.md +1 -0
  70. package/hooks/hatch3r-file-save.md +1 -0
  71. package/hooks/hatch3r-post-merge.md +1 -0
  72. package/hooks/hatch3r-pre-commit.md +1 -0
  73. package/hooks/hatch3r-pre-push.md +1 -0
  74. package/hooks/hatch3r-session-start.md +1 -0
  75. package/package.json +2 -2
  76. package/prompts/hatch3r-bug-triage.md +1 -0
  77. package/prompts/hatch3r-code-review.md +1 -0
  78. package/prompts/hatch3r-pr-description.md +1 -0
  79. package/rules/hatch3r-accessibility-standards.md +1 -0
  80. package/rules/hatch3r-agent-orchestration.md +277 -73
  81. package/rules/hatch3r-api-design.md +1 -0
  82. package/rules/hatch3r-browser-verification.md +1 -0
  83. package/rules/hatch3r-ci-cd.md +1 -0
  84. package/rules/hatch3r-code-standards.md +9 -0
  85. package/rules/hatch3r-component-conventions.md +1 -0
  86. package/rules/hatch3r-data-classification.md +1 -0
  87. package/rules/hatch3r-deep-context.md +1 -0
  88. package/rules/hatch3r-dependency-management.md +13 -0
  89. package/rules/hatch3r-feature-flags.md +1 -0
  90. package/rules/hatch3r-git-conventions.md +1 -0
  91. package/rules/hatch3r-i18n.md +1 -0
  92. package/rules/hatch3r-learning-consult.md +1 -0
  93. package/rules/hatch3r-migrations.md +12 -0
  94. package/rules/hatch3r-observability.md +290 -0
  95. package/rules/hatch3r-performance-budgets.md +1 -0
  96. package/rules/hatch3r-secrets-management.md +1 -0
  97. package/rules/hatch3r-security-patterns.md +12 -0
  98. package/rules/hatch3r-testing.md +1 -0
  99. package/rules/hatch3r-theming.md +1 -0
  100. package/rules/hatch3r-tooling-hierarchy.md +1 -0
  101. package/skills/hatch3r-a11y-audit/SKILL.md +1 -0
  102. package/skills/hatch3r-agent-customize/SKILL.md +1 -0
  103. package/skills/hatch3r-api-spec/SKILL.md +1 -0
  104. package/skills/hatch3r-architecture-review/SKILL.md +1 -0
  105. package/skills/hatch3r-bug-fix/SKILL.md +1 -0
  106. package/skills/hatch3r-ci-pipeline/SKILL.md +1 -0
  107. package/skills/hatch3r-command-customize/SKILL.md +1 -0
  108. package/skills/hatch3r-context-health/SKILL.md +1 -0
  109. package/skills/hatch3r-cost-tracking/SKILL.md +1 -0
  110. package/skills/hatch3r-dep-audit/SKILL.md +1 -0
  111. package/skills/hatch3r-feature/SKILL.md +1 -0
  112. package/skills/hatch3r-gh-agentic-workflows/SKILL.md +1 -0
  113. package/skills/hatch3r-incident-response/SKILL.md +1 -0
  114. package/skills/hatch3r-issue-workflow/SKILL.md +1 -0
  115. package/skills/hatch3r-logical-refactor/SKILL.md +1 -0
  116. package/skills/hatch3r-migration/SKILL.md +1 -0
  117. package/skills/hatch3r-perf-audit/SKILL.md +1 -0
  118. package/skills/hatch3r-pr-creation/SKILL.md +1 -0
  119. package/skills/hatch3r-qa-validation/SKILL.md +1 -0
  120. package/skills/hatch3r-recipe/SKILL.md +1 -0
  121. package/skills/hatch3r-refactor/SKILL.md +1 -0
  122. package/skills/hatch3r-release/SKILL.md +1 -0
  123. package/skills/hatch3r-rule-customize/SKILL.md +1 -0
  124. package/skills/hatch3r-skill-customize/SKILL.md +1 -0
  125. package/skills/hatch3r-visual-refactor/SKILL.md +1 -0
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-qa-validation
3
3
  description: E2E validation workflow producing a structured pass/fail report with evidence. Use when running QA validation, acceptance testing, verifying releases, or working on QA E2E validation issues.
4
+ tags: [core, review]
4
5
  ---
5
6
  # QA E2E Validation Workflow
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-recipe
3
3
  description: Create, test, and manage workflow recipes that compose hatch3r capabilities into guided sequences. Use when creating new recipes, customizing existing ones, or troubleshooting recipe execution.
4
+ tags: [core]
4
5
  ---
5
6
  # Recipe Management
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-refactor
3
3
  description: Internal code quality improvement workflow without changing external behavior. Use when refactoring code structure, simplifying modules, or improving maintainability.
4
+ tags: [core, implementation]
4
5
  ---
5
6
  > **Note:** Commands below use `npm` as an example. Substitute with your project's package manager (`yarn`, `pnpm`, `bun`) or build tool as appropriate.
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-release
3
3
  description: Cut a release with version bump, changelog, tagging, and deploy verification. Use when preparing a release, cutting a version, or deploying to production.
4
+ tags: [devops]
4
5
  ---
5
6
  > **Note:** Commands below use `npm` as an example. Substitute with your project's package manager (`yarn`, `pnpm`, `bun`) or build tool as appropriate.
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-rule-customize
3
3
  description: Create and manage per-rule customization files for scope overrides, description changes, enable/disable control, and project-specific markdown instructions. Use when tailoring rules to project-specific needs.
4
+ tags: [customize]
4
5
  ---
5
6
  # Rule Customization Management
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-skill-customize
3
3
  description: Create and manage per-skill customization files for description overrides, enable/disable control, and project-specific markdown instructions. Use when tailoring skill workflows to project-specific needs.
4
+ tags: [customize]
4
5
  ---
5
6
  # Skill Customization Management
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: hatch3r-visual-refactor
3
3
  description: UI/UX change workflow matching design, accessibility, and responsiveness requirements. Use when making visual changes, updating components, working on UI issues, or implementing design mockups.
4
+ tags: [implementation]
4
5
  ---
5
6
  > **Note:** Commands below use `npm` as an example. Substitute with your project's package manager (`yarn`, `pnpm`, `bun`) or build tool as appropriate.
6
7