hatch3r 1.5.1 → 1.6.2
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.
- package/README.md +18 -2
- package/agents/hatch3r-a11y-auditor.md +2 -0
- package/agents/hatch3r-dependency-auditor.md +18 -0
- package/agents/hatch3r-devops.md +20 -0
- package/agents/hatch3r-fixer.md +28 -12
- package/agents/hatch3r-implementer.md +26 -12
- package/agents/hatch3r-learnings-loader.md +23 -1
- package/agents/hatch3r-researcher.md +101 -114
- package/agents/hatch3r-reviewer.md +27 -1
- package/agents/hatch3r-security-auditor.md +2 -0
- package/agents/modes/architecture.md +1 -0
- package/agents/modes/boundary-analysis.md +1 -0
- package/agents/modes/codebase-impact.md +1 -0
- package/agents/modes/complexity-risk.md +1 -0
- package/agents/modes/coverage-analysis.md +1 -0
- package/agents/modes/feature-design.md +1 -0
- package/agents/modes/impact-analysis.md +1 -0
- package/agents/modes/migration-path.md +1 -0
- package/agents/modes/refactoring-strategy.md +1 -0
- package/agents/modes/regression.md +1 -0
- package/agents/modes/requirements-elicitation.md +1 -0
- package/agents/modes/risk-assessment.md +1 -0
- package/agents/modes/risk-prioritization.md +1 -0
- package/agents/modes/root-cause.md +1 -0
- package/agents/modes/symptom-trace.md +1 -0
- package/agents/modes/test-pattern.md +1 -0
- package/agents/shared/external-knowledge.md +5 -5
- package/agents/shared/injection-patterns.md +78 -0
- package/agents/shared/prompt-structure.md +44 -0
- package/checks/accessibility.md +2 -0
- package/checks/code-quality.md +2 -0
- package/checks/performance.md +2 -0
- package/checks/security.md +2 -0
- package/checks/testing.md +2 -0
- package/commands/board/pickup-delegation-multi.md +2 -2
- package/commands/board/pickup-delegation.md +2 -2
- package/commands/board/pickup-post-impl.md +21 -0
- package/commands/board/shared-github.md +4 -2
- package/commands/hatch3r-agent-customize.md +2 -1
- package/commands/hatch3r-api-spec.md +2 -0
- package/commands/hatch3r-benchmark.md +2 -0
- package/commands/hatch3r-board-fill.md +96 -9
- package/commands/hatch3r-board-groom.md +1 -0
- package/commands/hatch3r-board-init.md +31 -1
- package/commands/hatch3r-board-pickup.md +10 -0
- package/commands/hatch3r-board-refresh.md +1 -0
- package/commands/hatch3r-board-shared.md +5 -1
- package/commands/hatch3r-bug-plan.md +3 -1
- package/commands/hatch3r-codebase-map.md +3 -1
- package/commands/hatch3r-command-customize.md +2 -1
- package/commands/hatch3r-context-health.md +1 -0
- package/commands/hatch3r-cost-tracking.md +1 -0
- package/commands/hatch3r-debug.md +2 -0
- package/commands/hatch3r-dep-audit.md +1 -0
- package/commands/hatch3r-feature-plan.md +3 -1
- package/commands/hatch3r-healthcheck.md +2 -1
- package/commands/hatch3r-hooks.md +1 -0
- package/commands/hatch3r-learn.md +8 -5
- package/commands/hatch3r-migration-plan.md +2 -0
- package/commands/hatch3r-onboard.md +2 -0
- package/commands/hatch3r-project-spec.md +3 -1
- package/commands/hatch3r-quick-change.md +14 -2
- package/commands/hatch3r-recipe.md +1 -0
- package/commands/hatch3r-refactor-plan.md +2 -0
- package/commands/hatch3r-release.md +1 -0
- package/commands/hatch3r-revision.md +10 -0
- package/commands/hatch3r-roadmap.md +3 -1
- package/commands/hatch3r-rule-customize.md +2 -1
- package/commands/hatch3r-security-audit.md +2 -1
- package/commands/hatch3r-skill-customize.md +2 -1
- package/commands/hatch3r-test-plan.md +2 -0
- package/commands/hatch3r-workflow.md +15 -3
- package/commands/revision/revision-quality.md +4 -3
- package/dist/cli/index.js +6235 -2613
- package/dist/cli/index.js.map +1 -1
- package/github-agents/hatch3r-docs-agent.md +1 -0
- package/github-agents/hatch3r-lint-agent.md +1 -0
- package/github-agents/hatch3r-security-agent.md +1 -0
- package/github-agents/hatch3r-test-agent.md +1 -0
- package/package.json +7 -1
- package/rules/hatch3r-accessibility-standards.mdc +1 -0
- package/rules/hatch3r-agent-orchestration-detail.mdc +1 -0
- package/rules/hatch3r-agent-orchestration.md +38 -5
- package/rules/hatch3r-agent-orchestration.mdc +39 -5
- package/rules/hatch3r-api-design.md +1 -1
- package/rules/hatch3r-api-design.mdc +2 -1
- package/rules/hatch3r-browser-verification.md +1 -1
- package/rules/hatch3r-browser-verification.mdc +3 -3
- package/rules/hatch3r-ci-cd.mdc +1 -0
- package/rules/hatch3r-code-standards.md +1 -1
- package/rules/hatch3r-code-standards.mdc +2 -2
- package/rules/hatch3r-component-conventions.md +3 -3
- package/rules/hatch3r-component-conventions.mdc +2 -2
- package/rules/hatch3r-data-classification.mdc +1 -0
- package/rules/hatch3r-dependency-management.md +1 -1
- package/rules/hatch3r-dependency-management.mdc +2 -1
- package/rules/hatch3r-feature-flags.md +1 -1
- package/rules/hatch3r-feature-flags.mdc +1 -1
- package/rules/hatch3r-git-conventions.md +1 -1
- package/rules/hatch3r-git-conventions.mdc +2 -2
- package/rules/hatch3r-i18n.md +2 -2
- package/rules/hatch3r-i18n.mdc +1 -1
- package/rules/hatch3r-learning-consult.md +1 -1
- package/rules/hatch3r-learning-consult.mdc +2 -2
- package/rules/hatch3r-migrations.mdc +1 -0
- package/rules/hatch3r-observability-tracing-detail.mdc +99 -6
- package/rules/hatch3r-observability-tracing.mdc +20 -15
- package/rules/hatch3r-performance-budgets.md +1 -1
- package/rules/hatch3r-performance-budgets.mdc +1 -1
- package/rules/hatch3r-secrets-management.mdc +1 -0
- package/rules/hatch3r-security-patterns.md +1 -1
- package/rules/hatch3r-security-patterns.mdc +3 -2
- package/rules/hatch3r-testing.md +1 -1
- package/rules/hatch3r-testing.mdc +3 -2
- package/rules/hatch3r-theming.md +2 -2
- package/rules/hatch3r-theming.mdc +2 -2
- package/rules/hatch3r-tooling-hierarchy.md +1 -1
- package/rules/hatch3r-tooling-hierarchy.mdc +3 -2
- package/skills/hatch3r-a11y-audit/SKILL.md +21 -55
- package/skills/hatch3r-a11y-audit/references/manual-audit-checklist.md +58 -0
- package/skills/hatch3r-agent-customize/SKILL.md +1 -1
- package/skills/hatch3r-command-customize/SKILL.md +1 -1
- package/skills/hatch3r-gh-agentic-workflows/SKILL.md +42 -136
- package/skills/hatch3r-gh-agentic-workflows/references/azure-devops.md +60 -0
- package/skills/hatch3r-gh-agentic-workflows/references/gitlab-ci.md +51 -0
- package/skills/hatch3r-issue-workflow/SKILL.md +8 -27
- package/skills/hatch3r-issue-workflow/references/delegation-patterns.md +51 -0
- package/skills/hatch3r-rule-customize/SKILL.md +1 -1
- 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.