hatch3r 1.5.0 → 1.6.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 (132) hide show
  1. package/README.md +18 -2
  2. package/agents/hatch3r-a11y-auditor.md +2 -0
  3. package/agents/hatch3r-dependency-auditor.md +18 -0
  4. package/agents/hatch3r-devops.md +20 -0
  5. package/agents/hatch3r-fixer.md +28 -12
  6. package/agents/hatch3r-implementer.md +26 -12
  7. package/agents/hatch3r-learnings-loader.md +23 -1
  8. package/agents/hatch3r-researcher.md +101 -114
  9. package/agents/hatch3r-reviewer.md +27 -1
  10. package/agents/hatch3r-security-auditor.md +2 -0
  11. package/agents/modes/architecture.md +1 -0
  12. package/agents/modes/boundary-analysis.md +1 -0
  13. package/agents/modes/codebase-impact.md +1 -0
  14. package/agents/modes/complexity-risk.md +1 -0
  15. package/agents/modes/coverage-analysis.md +1 -0
  16. package/agents/modes/feature-design.md +1 -0
  17. package/agents/modes/impact-analysis.md +1 -0
  18. package/agents/modes/migration-path.md +1 -0
  19. package/agents/modes/refactoring-strategy.md +1 -0
  20. package/agents/modes/regression.md +1 -0
  21. package/agents/modes/requirements-elicitation.md +1 -0
  22. package/agents/modes/risk-assessment.md +1 -0
  23. package/agents/modes/risk-prioritization.md +1 -0
  24. package/agents/modes/root-cause.md +1 -0
  25. package/agents/modes/symptom-trace.md +1 -0
  26. package/agents/modes/test-pattern.md +1 -0
  27. package/agents/shared/external-knowledge.md +5 -5
  28. package/agents/shared/injection-patterns.md +78 -0
  29. package/agents/shared/prompt-structure.md +44 -0
  30. package/checks/accessibility.md +2 -0
  31. package/checks/code-quality.md +2 -0
  32. package/checks/performance.md +2 -0
  33. package/checks/security.md +2 -0
  34. package/checks/testing.md +2 -0
  35. package/commands/board/pickup-delegation-multi.md +2 -2
  36. package/commands/board/pickup-delegation.md +2 -2
  37. package/commands/board/pickup-post-impl.md +21 -0
  38. package/commands/board/shared-github.md +4 -2
  39. package/commands/hatch3r-agent-customize.md +2 -1
  40. package/commands/hatch3r-api-spec.md +2 -0
  41. package/commands/hatch3r-benchmark.md +2 -0
  42. package/commands/hatch3r-board-fill.md +96 -9
  43. package/commands/hatch3r-board-groom.md +1 -0
  44. package/commands/hatch3r-board-init.md +31 -1
  45. package/commands/hatch3r-board-pickup.md +10 -0
  46. package/commands/hatch3r-board-refresh.md +1 -0
  47. package/commands/hatch3r-board-shared.md +5 -1
  48. package/commands/hatch3r-bug-plan.md +3 -1
  49. package/commands/hatch3r-codebase-map.md +3 -1
  50. package/commands/hatch3r-command-customize.md +2 -1
  51. package/commands/hatch3r-context-health.md +1 -0
  52. package/commands/hatch3r-cost-tracking.md +1 -0
  53. package/commands/hatch3r-debug.md +2 -0
  54. package/commands/hatch3r-dep-audit.md +1 -0
  55. package/commands/hatch3r-feature-plan.md +3 -1
  56. package/commands/hatch3r-healthcheck.md +2 -1
  57. package/commands/hatch3r-hooks.md +1 -0
  58. package/commands/hatch3r-learn.md +8 -5
  59. package/commands/hatch3r-migration-plan.md +2 -0
  60. package/commands/hatch3r-onboard.md +2 -0
  61. package/commands/hatch3r-project-spec.md +3 -1
  62. package/commands/hatch3r-quick-change.md +14 -2
  63. package/commands/hatch3r-recipe.md +1 -0
  64. package/commands/hatch3r-refactor-plan.md +2 -0
  65. package/commands/hatch3r-release.md +1 -0
  66. package/commands/hatch3r-revision.md +57 -120
  67. package/commands/hatch3r-roadmap.md +3 -1
  68. package/commands/hatch3r-rule-customize.md +2 -1
  69. package/commands/hatch3r-security-audit.md +2 -1
  70. package/commands/hatch3r-skill-customize.md +2 -1
  71. package/commands/hatch3r-test-plan.md +2 -0
  72. package/commands/hatch3r-workflow.md +15 -3
  73. package/commands/revision/revision-board-integration.md +87 -0
  74. package/commands/revision/revision-delegation.md +93 -0
  75. package/commands/revision/revision-modes.md +91 -0
  76. package/commands/revision/revision-quality.md +97 -0
  77. package/dist/cli/index.js +8528 -5017
  78. package/dist/cli/index.js.map +1 -1
  79. package/github-agents/hatch3r-docs-agent.md +1 -0
  80. package/github-agents/hatch3r-lint-agent.md +1 -0
  81. package/github-agents/hatch3r-security-agent.md +1 -0
  82. package/github-agents/hatch3r-test-agent.md +1 -0
  83. package/package.json +7 -1
  84. package/rules/hatch3r-accessibility-standards.mdc +1 -0
  85. package/rules/hatch3r-agent-orchestration-detail.mdc +1 -0
  86. package/rules/hatch3r-agent-orchestration.md +38 -5
  87. package/rules/hatch3r-agent-orchestration.mdc +39 -5
  88. package/rules/hatch3r-api-design.md +1 -1
  89. package/rules/hatch3r-api-design.mdc +2 -1
  90. package/rules/hatch3r-browser-verification.md +1 -1
  91. package/rules/hatch3r-browser-verification.mdc +3 -3
  92. package/rules/hatch3r-ci-cd.mdc +1 -0
  93. package/rules/hatch3r-code-standards.md +1 -1
  94. package/rules/hatch3r-code-standards.mdc +2 -2
  95. package/rules/hatch3r-component-conventions.md +3 -3
  96. package/rules/hatch3r-component-conventions.mdc +2 -2
  97. package/rules/hatch3r-data-classification.mdc +1 -0
  98. package/rules/hatch3r-dependency-management.md +1 -1
  99. package/rules/hatch3r-dependency-management.mdc +2 -1
  100. package/rules/hatch3r-feature-flags.md +1 -1
  101. package/rules/hatch3r-feature-flags.mdc +1 -1
  102. package/rules/hatch3r-git-conventions.md +1 -1
  103. package/rules/hatch3r-git-conventions.mdc +2 -2
  104. package/rules/hatch3r-i18n.md +2 -2
  105. package/rules/hatch3r-i18n.mdc +1 -1
  106. package/rules/hatch3r-learning-consult.md +1 -1
  107. package/rules/hatch3r-learning-consult.mdc +2 -2
  108. package/rules/hatch3r-migrations.mdc +1 -0
  109. package/rules/hatch3r-observability-tracing-detail.mdc +99 -6
  110. package/rules/hatch3r-observability-tracing.mdc +20 -15
  111. package/rules/hatch3r-performance-budgets.md +1 -1
  112. package/rules/hatch3r-performance-budgets.mdc +1 -1
  113. package/rules/hatch3r-secrets-management.mdc +1 -0
  114. package/rules/hatch3r-security-patterns.md +1 -1
  115. package/rules/hatch3r-security-patterns.mdc +3 -2
  116. package/rules/hatch3r-testing.md +1 -1
  117. package/rules/hatch3r-testing.mdc +3 -2
  118. package/rules/hatch3r-theming.md +2 -2
  119. package/rules/hatch3r-theming.mdc +2 -2
  120. package/rules/hatch3r-tooling-hierarchy.md +1 -1
  121. package/rules/hatch3r-tooling-hierarchy.mdc +3 -2
  122. package/skills/hatch3r-a11y-audit/SKILL.md +21 -55
  123. package/skills/hatch3r-a11y-audit/references/manual-audit-checklist.md +58 -0
  124. package/skills/hatch3r-agent-customize/SKILL.md +1 -1
  125. package/skills/hatch3r-command-customize/SKILL.md +1 -1
  126. package/skills/hatch3r-gh-agentic-workflows/SKILL.md +42 -136
  127. package/skills/hatch3r-gh-agentic-workflows/references/azure-devops.md +60 -0
  128. package/skills/hatch3r-gh-agentic-workflows/references/gitlab-ci.md +51 -0
  129. package/skills/hatch3r-issue-workflow/SKILL.md +8 -27
  130. package/skills/hatch3r-issue-workflow/references/delegation-patterns.md +51 -0
  131. package/skills/hatch3r-rule-customize/SKILL.md +1 -1
  132. package/skills/hatch3r-skill-customize/SKILL.md +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.