hatch3r 1.1.0 → 1.3.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.
- package/README.md +109 -364
- package/agents/hatch3r-a11y-auditor.md +8 -8
- package/agents/hatch3r-architect.md +2 -4
- package/agents/hatch3r-ci-watcher.md +2 -4
- package/agents/hatch3r-context-rules.md +2 -4
- package/agents/hatch3r-dependency-auditor.md +5 -7
- package/agents/hatch3r-devops.md +2 -4
- package/agents/hatch3r-docs-writer.md +2 -4
- package/agents/hatch3r-fixer.md +2 -0
- package/agents/hatch3r-implementer.md +32 -0
- package/agents/hatch3r-learnings-loader.md +189 -13
- package/agents/hatch3r-lint-fixer.md +3 -14
- package/agents/hatch3r-perf-profiler.md +2 -4
- package/agents/hatch3r-researcher.md +247 -0
- package/agents/hatch3r-reviewer.md +76 -7
- package/agents/hatch3r-security-auditor.md +4 -7
- package/agents/hatch3r-test-writer.md +3 -11
- package/agents/modes/architecture.md +44 -0
- package/agents/modes/boundary-analysis.md +45 -0
- package/agents/modes/codebase-impact.md +81 -0
- package/agents/modes/complexity-risk.md +40 -0
- package/agents/modes/coverage-analysis.md +44 -0
- package/agents/modes/current-state.md +52 -0
- package/agents/modes/feature-design.md +39 -0
- package/agents/modes/impact-analysis.md +45 -0
- package/agents/modes/library-docs.md +31 -0
- package/agents/modes/migration-path.md +55 -0
- package/agents/modes/prior-art.md +31 -0
- package/agents/modes/refactoring-strategy.md +55 -0
- package/agents/modes/regression.md +45 -0
- package/agents/modes/requirements-elicitation.md +68 -0
- package/agents/modes/risk-assessment.md +41 -0
- package/agents/modes/risk-prioritization.md +43 -0
- package/agents/modes/root-cause.md +39 -0
- package/agents/modes/similar-implementation.md +70 -0
- package/agents/modes/symptom-trace.md +39 -0
- package/agents/modes/test-pattern.md +61 -0
- package/agents/shared/external-knowledge.md +11 -0
- package/commands/board/pickup-azure-devops.md +81 -0
- package/commands/board/pickup-delegation-multi.md +197 -0
- package/commands/board/pickup-delegation.md +100 -0
- package/commands/board/pickup-github.md +82 -0
- package/commands/board/pickup-gitlab.md +81 -0
- package/commands/board/pickup-modes.md +143 -0
- package/commands/board/pickup-post-impl.md +120 -0
- package/commands/board/shared-azure-devops.md +149 -0
- package/commands/board/shared-board-overview.md +215 -0
- package/commands/board/shared-github.md +169 -0
- package/commands/board/shared-gitlab.md +142 -0
- package/commands/hatch3r-agent-customize.md +3 -2
- package/commands/hatch3r-api-spec.md +1 -0
- package/commands/hatch3r-benchmark.md +1 -0
- package/commands/hatch3r-board-fill.md +15 -16
- package/commands/hatch3r-board-groom.md +50 -10
- package/commands/hatch3r-board-init.md +1 -0
- package/commands/hatch3r-board-pickup.md +44 -572
- package/commands/hatch3r-board-refresh.md +31 -10
- package/commands/hatch3r-board-shared.md +87 -439
- package/commands/hatch3r-bug-plan.md +1 -0
- package/commands/hatch3r-codebase-map.md +1 -0
- package/commands/hatch3r-command-customize.md +1 -0
- package/commands/hatch3r-context-health.md +23 -2
- package/commands/hatch3r-cost-tracking.md +15 -0
- package/commands/hatch3r-debug.md +1 -0
- package/commands/hatch3r-dep-audit.md +2 -1
- package/commands/hatch3r-feature-plan.md +1 -0
- package/commands/hatch3r-healthcheck.md +2 -1
- package/commands/hatch3r-hooks.md +1 -0
- package/commands/hatch3r-learn.md +69 -2
- package/commands/hatch3r-migration-plan.md +1 -0
- package/commands/hatch3r-onboard.md +1 -0
- package/commands/hatch3r-project-spec.md +1 -0
- package/commands/hatch3r-quick-change.md +1 -0
- package/commands/hatch3r-recipe.md +1 -0
- package/commands/hatch3r-refactor-plan.md +1 -0
- package/commands/hatch3r-release.md +2 -1
- package/commands/hatch3r-revision.md +1 -0
- package/commands/hatch3r-roadmap.md +8 -1
- package/commands/hatch3r-rule-customize.md +1 -0
- package/commands/hatch3r-security-audit.md +2 -1
- package/commands/hatch3r-skill-customize.md +1 -0
- package/commands/hatch3r-test-plan.md +532 -0
- package/commands/hatch3r-workflow.md +1 -0
- package/dist/cli/index.js +4735 -1426
- 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/hooks/hatch3r-ci-failure.md +1 -0
- package/hooks/hatch3r-file-save.md +1 -0
- package/hooks/hatch3r-post-merge.md +1 -0
- package/hooks/hatch3r-pre-commit.md +1 -0
- package/hooks/hatch3r-pre-push.md +1 -0
- package/hooks/hatch3r-session-start.md +1 -0
- package/package.json +2 -2
- package/prompts/hatch3r-bug-triage.md +1 -0
- package/prompts/hatch3r-code-review.md +1 -0
- package/prompts/hatch3r-pr-description.md +1 -0
- package/rules/hatch3r-accessibility-standards.md +1 -0
- package/rules/hatch3r-agent-orchestration.md +289 -73
- package/rules/hatch3r-api-design.md +1 -0
- package/rules/hatch3r-browser-verification.md +1 -0
- package/rules/hatch3r-ci-cd.md +1 -0
- package/rules/hatch3r-code-standards.md +9 -0
- package/rules/hatch3r-component-conventions.md +1 -0
- package/rules/hatch3r-data-classification.md +1 -0
- package/rules/hatch3r-deep-context.md +1 -0
- package/rules/hatch3r-dependency-management.md +13 -0
- package/rules/hatch3r-feature-flags.md +1 -0
- package/rules/hatch3r-git-conventions.md +1 -0
- package/rules/hatch3r-i18n.md +1 -0
- package/rules/hatch3r-learning-consult.md +1 -0
- package/rules/hatch3r-migrations.md +12 -0
- package/rules/hatch3r-observability.md +290 -0
- package/rules/hatch3r-performance-budgets.md +1 -0
- package/rules/hatch3r-secrets-management.md +1 -0
- package/rules/hatch3r-security-patterns.md +12 -0
- package/rules/hatch3r-testing.md +1 -0
- package/rules/hatch3r-theming.md +1 -0
- package/rules/hatch3r-tooling-hierarchy.md +1 -0
- package/skills/hatch3r-a11y-audit/SKILL.md +1 -0
- package/skills/hatch3r-agent-customize/SKILL.md +1 -0
- package/skills/hatch3r-api-spec/SKILL.md +1 -0
- package/skills/hatch3r-architecture-review/SKILL.md +1 -0
- package/skills/hatch3r-bug-fix/SKILL.md +1 -0
- package/skills/hatch3r-ci-pipeline/SKILL.md +1 -0
- package/skills/hatch3r-command-customize/SKILL.md +1 -0
- package/skills/hatch3r-context-health/SKILL.md +1 -0
- package/skills/hatch3r-cost-tracking/SKILL.md +1 -0
- package/skills/hatch3r-dep-audit/SKILL.md +2 -1
- package/skills/hatch3r-feature/SKILL.md +1 -0
- package/skills/hatch3r-gh-agentic-workflows/SKILL.md +1 -0
- package/skills/hatch3r-incident-response/SKILL.md +1 -0
- package/skills/hatch3r-issue-workflow/SKILL.md +1 -0
- package/skills/hatch3r-logical-refactor/SKILL.md +1 -0
- package/skills/hatch3r-migration/SKILL.md +1 -0
- package/skills/hatch3r-perf-audit/SKILL.md +1 -0
- package/skills/hatch3r-pr-creation/SKILL.md +1 -0
- package/skills/hatch3r-qa-validation/SKILL.md +1 -0
- package/skills/hatch3r-recipe/SKILL.md +1 -0
- package/skills/hatch3r-refactor/SKILL.md +1 -0
- package/skills/hatch3r-release/SKILL.md +1 -0
- package/skills/hatch3r-rule-customize/SKILL.md +1 -0
- package/skills/hatch3r-skill-customize/SKILL.md +1 -0
- package/skills/hatch3r-visual-refactor/SKILL.md +1 -0
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
id: hatch3r-researcher
|
|
3
3
|
description: Composable context researcher agent. Receives a research brief with mode selections and depth level, gathers context following the tooling hierarchy, returns structured findings. Does not create files or modify code — the parent orchestrator owns all artifacts.
|
|
4
4
|
model: standard
|
|
5
|
+
tags: [core, planning]
|
|
6
|
+
protected: true
|
|
5
7
|
---
|
|
6
8
|
You are a focused context researcher for the project. You receive a research brief and return structured findings.
|
|
7
9
|
|
|
@@ -759,6 +761,224 @@ Search the codebase for analogous features, components, or modules and extract t
|
|
|
759
761
|
|
|
760
762
|
---
|
|
761
763
|
|
|
764
|
+
### Mode: `coverage-analysis`
|
|
765
|
+
|
|
766
|
+
Map existing test coverage, identify gaps, and surface critical untested paths. Used by `hatch3r-test-plan` to understand the current testing baseline before planning new tests.
|
|
767
|
+
|
|
768
|
+
**Output structure:**
|
|
769
|
+
|
|
770
|
+
```markdown
|
|
771
|
+
## Coverage Analysis
|
|
772
|
+
|
|
773
|
+
### Existing Test Inventory
|
|
774
|
+
| Test File | Type | Module / Area Covered | Test Count | Framework |
|
|
775
|
+
|-----------|------|----------------------|-----------|-----------|
|
|
776
|
+
| {path} | Unit/Integration/E2E | {what it tests} | {approx count} | {vitest/jest/playwright/etc.} |
|
|
777
|
+
|
|
778
|
+
### Coverage Gaps
|
|
779
|
+
| Module / Area | Statement % | Branch % | Function % | Gap Severity | Notes |
|
|
780
|
+
|---------------|------------|----------|-----------|-------------|-------|
|
|
781
|
+
| {module} | {current or "unknown"} | {current or "unknown"} | {current or "unknown"} | Critical/High/Med/Low | {why this gap matters} |
|
|
782
|
+
|
|
783
|
+
### Critical Untested Paths
|
|
784
|
+
| # | Code Path | File(s) | Risk if Untested | Recommended Test Type |
|
|
785
|
+
|---|-----------|---------|-----------------|---------------------|
|
|
786
|
+
| 1 | {description of untested path} | {file paths} | {what could go wrong} | Unit/Integration/E2E/Property |
|
|
787
|
+
|
|
788
|
+
### Coverage Metrics Summary
|
|
789
|
+
| Metric | Current | Target (hatch3r-testing rule) | Gap |
|
|
790
|
+
|--------|---------|-------------------------------|-----|
|
|
791
|
+
| Statement coverage | {N}% or unknown | 80% (90% critical) | {delta} |
|
|
792
|
+
| Branch coverage | {N}% or unknown | 70% (85% critical) | {delta} |
|
|
793
|
+
| Function coverage | {N}% or unknown | 80% | {delta} |
|
|
794
|
+
| Mutation score | {N}% or unknown | 70% critical / 60% general | {delta} |
|
|
795
|
+
| Flaky test rate | {N}% or unknown | < 0.5% | {delta} |
|
|
796
|
+
```
|
|
797
|
+
|
|
798
|
+
**Depth scaling:**
|
|
799
|
+
- **quick**: Test file inventory + coverage metrics summary only. Skip gap analysis and untested paths.
|
|
800
|
+
- **standard**: Full inventory, coverage gaps, critical untested paths (top 5), and metrics summary.
|
|
801
|
+
- **deep**: All sections with exhaustive gap analysis, all untested paths enumerated, cross-reference against `hatch3r-testing` rule thresholds, and flaky test inventory from quarantine directory.
|
|
802
|
+
|
|
803
|
+
---
|
|
804
|
+
|
|
805
|
+
### Mode: `complexity-risk`
|
|
806
|
+
|
|
807
|
+
Identify code complexity hotspots, mutation-prone areas, and error handling coverage to prioritize where tests will have the highest impact. Used by `hatch3r-test-plan` to focus testing effort on the riskiest code.
|
|
808
|
+
|
|
809
|
+
**Output structure:**
|
|
810
|
+
|
|
811
|
+
```markdown
|
|
812
|
+
## Complexity & Risk Analysis
|
|
813
|
+
|
|
814
|
+
### Complexity Hotspots
|
|
815
|
+
| # | File / Function | Complexity Signal | Severity | Current Test Coverage | Testing Priority |
|
|
816
|
+
|---|----------------|------------------|----------|---------------------|-----------------|
|
|
817
|
+
| 1 | {file:function} | {high cyclomatic complexity / deep nesting / large function / many branches} | High/Med/Low | Covered/Partial/None | P0/P1/P2/P3 |
|
|
818
|
+
|
|
819
|
+
### Mutation-Prone Areas
|
|
820
|
+
| # | Module / File | Why Mutation-Prone | Mutation Score (est.) | Recommended Action |
|
|
821
|
+
|---|-------------|-------------------|---------------------|-------------------|
|
|
822
|
+
| 1 | {path} | {many conditionals / complex state transitions / arithmetic logic} | {estimated or measured}% | {add assertions / property tests / mutation testing} |
|
|
823
|
+
|
|
824
|
+
### Error Handling Coverage
|
|
825
|
+
| # | Error Path | File(s) | Currently Tested? | Failure Impact | Priority |
|
|
826
|
+
|---|-----------|---------|------------------|---------------|----------|
|
|
827
|
+
| 1 | {error scenario} | {file paths} | Yes/No/Partial | {what happens if this error path is wrong} | P0/P1/P2/P3 |
|
|
828
|
+
|
|
829
|
+
### Recommended Testing Depth
|
|
830
|
+
| Module / Area | Recommended Depth | Rationale |
|
|
831
|
+
|---------------|------------------|-----------|
|
|
832
|
+
| {module} | Thorough (unit + integration + property) / Standard (unit + integration) / Light (unit only) | {complexity, risk, and coverage factors} |
|
|
833
|
+
```
|
|
834
|
+
|
|
835
|
+
**Depth scaling:**
|
|
836
|
+
- **quick**: Top 5 complexity hotspots + recommended testing depth table only.
|
|
837
|
+
- **standard**: Full hotspots (top 10), mutation-prone areas, error handling coverage (top 5), and recommended depth.
|
|
838
|
+
- **deep**: All sections exhaustively. Cross-reference mutation targets from `hatch3r-testing` rule (70% critical, 60% general). Include estimated mutation scores and specific assertion gaps.
|
|
839
|
+
|
|
840
|
+
---
|
|
841
|
+
|
|
842
|
+
### Mode: `test-pattern`
|
|
843
|
+
|
|
844
|
+
Extract existing test conventions, framework usage, mock patterns, and helper libraries to ensure new tests follow established patterns. Used by `hatch3r-test-plan` to align the test strategy with the project's existing test infrastructure.
|
|
845
|
+
|
|
846
|
+
**Output structure:**
|
|
847
|
+
|
|
848
|
+
```markdown
|
|
849
|
+
## Test Pattern Analysis
|
|
850
|
+
|
|
851
|
+
### Framework & Tooling Inventory
|
|
852
|
+
| Tool | Version | Config File | Purpose |
|
|
853
|
+
|------|---------|------------|---------|
|
|
854
|
+
| {vitest/jest/playwright/stryker/etc.} | {version} | {config path} | {unit/integration/E2E/mutation} |
|
|
855
|
+
|
|
856
|
+
### Directory Conventions
|
|
857
|
+
| Test Type | Directory | Naming Pattern | Co-located? |
|
|
858
|
+
|-----------|-----------|---------------|-------------|
|
|
859
|
+
| Unit | {path} | {pattern — e.g., *.test.ts} | Yes/No |
|
|
860
|
+
| Integration | {path} | {pattern} | Yes/No |
|
|
861
|
+
| E2E | {path} | {pattern} | Yes/No |
|
|
862
|
+
| Fixtures | {path} | {pattern} | — |
|
|
863
|
+
| Quarantine | {path or "none"} | {pattern} | — |
|
|
864
|
+
|
|
865
|
+
### Mock & Fixture Patterns
|
|
866
|
+
| Pattern | Where Used | Convention | Compliance with hatch3r-testing |
|
|
867
|
+
|---------|-----------|-----------|-------------------------------|
|
|
868
|
+
| {fakes / stubs / mocks / MSW / nock / etc.} | {example files} | {how the project uses this pattern} | {aligned — fakes > stubs > mocks / divergent — explain} |
|
|
869
|
+
|
|
870
|
+
### Test Helper Library
|
|
871
|
+
| Helper | Location | Purpose | Used By |
|
|
872
|
+
|--------|----------|---------|---------|
|
|
873
|
+
| {factory function / builder / custom matcher / setup utility} | {file path} | {what it does} | {which test files use it} |
|
|
874
|
+
|
|
875
|
+
### Property-Based Testing Usage
|
|
876
|
+
| Status | Library | Where Used | Coverage |
|
|
877
|
+
|--------|---------|-----------|---------|
|
|
878
|
+
| {Active / Not used / Minimal} | {fast-check / etc. or "none"} | {file paths or "N/A"} | {which function types are covered} |
|
|
879
|
+
|
|
880
|
+
### Convention Compliance
|
|
881
|
+
| Convention (hatch3r-testing rule) | Current State | Compliance |
|
|
882
|
+
|----------------------------------|--------------|-----------|
|
|
883
|
+
| Deterministic (no wall clock) | {compliant / violations found} | {details} |
|
|
884
|
+
| Isolated (own setup/teardown) | {compliant / violations found} | {details} |
|
|
885
|
+
| Fast (unit < 50ms, integration < 2s) | {compliant / unknown / violations} | {details} |
|
|
886
|
+
| Named clearly (behavior descriptions) | {compliant / mixed / non-compliant} | {details} |
|
|
887
|
+
| No network in unit tests | {compliant / violations found} | {details} |
|
|
888
|
+
| No type escape hatches | {compliant / violations found} | {details} |
|
|
889
|
+
| Fakes > stubs > mocks hierarchy | {followed / partially / not followed} | {details} |
|
|
890
|
+
| Factory over fixtures | {followed / partially / not followed} | {details} |
|
|
891
|
+
```
|
|
892
|
+
|
|
893
|
+
**Depth scaling:**
|
|
894
|
+
- **quick**: Framework inventory + directory conventions only.
|
|
895
|
+
- **standard**: Full inventory, directory conventions, mock patterns, and convention compliance summary.
|
|
896
|
+
- **deep**: All sections exhaustively. Include test helper library analysis, property-based testing status, and detailed convention compliance with file-level violations.
|
|
897
|
+
|
|
898
|
+
---
|
|
899
|
+
|
|
900
|
+
### Mode: `boundary-analysis`
|
|
901
|
+
|
|
902
|
+
Map integration boundaries, external dependencies, data flow boundaries, and event chains to identify where integration and contract tests are most needed. Used by `hatch3r-test-plan` to ensure test coverage at system seams.
|
|
903
|
+
|
|
904
|
+
**Output structure:**
|
|
905
|
+
|
|
906
|
+
```markdown
|
|
907
|
+
## Boundary Analysis
|
|
908
|
+
|
|
909
|
+
### Module Boundaries
|
|
910
|
+
| Boundary | Module A | Module B | Interface Type | Current Test Coverage | Test Need |
|
|
911
|
+
|----------|----------|----------|---------------|---------------------|----------|
|
|
912
|
+
| {boundary name} | {module} | {module} | {API / import / event / shared state} | Covered/Partial/None | Integration/Contract/E2E |
|
|
913
|
+
|
|
914
|
+
### External Dependencies
|
|
915
|
+
| Dependency | Type | Mock Strategy | Current Mock Coverage | Risk if Unmocked |
|
|
916
|
+
|-----------|------|-------------|---------------------|-----------------|
|
|
917
|
+
| {database / API / service / SDK} | {runtime / build-time / optional} | {fake / stub / MSW / emulator / none} | Covered/Partial/None | {what breaks without proper mocking} |
|
|
918
|
+
|
|
919
|
+
### Data Flow Boundaries
|
|
920
|
+
| Flow | Source | Transform(s) | Sink | Validation Points | Test Coverage |
|
|
921
|
+
|------|--------|-------------|------|------------------|-------------|
|
|
922
|
+
| {flow name} | {where data enters} | {processing steps} | {where data is consumed} | {where validation happens} | Covered/Partial/None |
|
|
923
|
+
|
|
924
|
+
### Event / Callback Chains
|
|
925
|
+
| Event | Emitter | Listener(s) | Side Effects | Test Coverage |
|
|
926
|
+
|-------|---------|------------|-------------|-------------|
|
|
927
|
+
| {event name} | {where emitted} | {where consumed} | {what changes} | Covered/Partial/None |
|
|
928
|
+
|
|
929
|
+
### API Surface Coverage
|
|
930
|
+
| Endpoint / Interface | Methods | Parameters | Response Shapes | Test Coverage | Priority |
|
|
931
|
+
|---------------------|---------|-----------|----------------|-------------|----------|
|
|
932
|
+
| {endpoint or public interface} | {methods} | {param count / complexity} | {shape count} | Covered/Partial/None | P0/P1/P2/P3 |
|
|
933
|
+
```
|
|
934
|
+
|
|
935
|
+
**Depth scaling:**
|
|
936
|
+
- **quick**: Module boundaries + external dependencies only (top 5 each).
|
|
937
|
+
- **standard**: Full module boundaries, external dependencies, data flow boundaries, and API surface coverage.
|
|
938
|
+
- **deep**: All sections exhaustively. Include event/callback chains, full data flow tracing, and priority-ranked API surface analysis.
|
|
939
|
+
|
|
940
|
+
---
|
|
941
|
+
|
|
942
|
+
### Mode: `risk-prioritization`
|
|
943
|
+
|
|
944
|
+
Produce a risk-ranked prioritization of testing effort considering business impact, security exposure, change frequency, and current coverage. Used by `hatch3r-test-plan` to order test implementation for maximum risk reduction.
|
|
945
|
+
|
|
946
|
+
**Output structure:**
|
|
947
|
+
|
|
948
|
+
```markdown
|
|
949
|
+
## Risk-Based Test Prioritization
|
|
950
|
+
|
|
951
|
+
### Risk Matrix
|
|
952
|
+
| # | Module / Area | Business Impact | Security Exposure | Change Frequency | Current Coverage | Risk Score | Test Priority |
|
|
953
|
+
|---|-------------|----------------|------------------|-----------------|-----------------|-----------|--------------|
|
|
954
|
+
| 1 | {module} | Critical/High/Med/Low | Critical/High/Med/Low | High/Med/Low | High/Med/Low/None | {weighted score} | P0/P1/P2/P3 |
|
|
955
|
+
|
|
956
|
+
### Recommended Test Investment Order
|
|
957
|
+
| Priority | Module / Area | Recommended Tests | Effort | Risk Reduction |
|
|
958
|
+
|----------|-------------|------------------|--------|---------------|
|
|
959
|
+
| P0 | {module} | {test types and count} | S/M/L | {what risk this eliminates} |
|
|
960
|
+
| P1 | {module} | {test types and count} | S/M/L | {what risk this reduces} |
|
|
961
|
+
| P2 | {module} | {test types and count} | S/M/L | {what risk this reduces} |
|
|
962
|
+
| P3 | {module} | {test types and count} | S/M/L | {incremental improvement} |
|
|
963
|
+
|
|
964
|
+
### Quick Wins
|
|
965
|
+
| # | Test to Add | Module | Effort | Risk Reduction | Why It's a Quick Win |
|
|
966
|
+
|---|-----------|--------|--------|---------------|---------------------|
|
|
967
|
+
| 1 | {specific test description} | {module} | XS/S | {impact} | {already has test infra / simple boundary / high-value assertion} |
|
|
968
|
+
|
|
969
|
+
### Technical Debt Tests
|
|
970
|
+
| # | Debt Item | Module | Current Risk | Recommended Test | Blocks |
|
|
971
|
+
|---|----------|--------|-------------|-----------------|--------|
|
|
972
|
+
| 1 | {tech debt — e.g., untested legacy module, missing error handling tests} | {module} | {what could go wrong} | {test type and scope} | {what this blocks — e.g., safe refactoring, migration} |
|
|
973
|
+
```
|
|
974
|
+
|
|
975
|
+
**Depth scaling:**
|
|
976
|
+
- **quick**: Risk matrix (top 5 modules) + quick wins only.
|
|
977
|
+
- **standard**: Full risk matrix, investment order (P0–P2), quick wins, and top 3 technical debt items.
|
|
978
|
+
- **deep**: All sections exhaustively. Full risk matrix with weighted scoring, complete investment order (P0–P3), all quick wins, and comprehensive technical debt test inventory.
|
|
979
|
+
|
|
980
|
+
---
|
|
981
|
+
|
|
762
982
|
## Platform CLI Usage
|
|
763
983
|
|
|
764
984
|
Use the project's configured platform CLI (check `platform` in `.agents/hatch.json`):
|
|
@@ -781,6 +1001,33 @@ Use the project's configured platform CLI (check `platform` in `.agents/hatch.js
|
|
|
781
1001
|
- Use web search for current best practices when Context7 and local docs are insufficient.
|
|
782
1002
|
- The `prior-art` mode wraps this into a structured workflow, but any mode may use web search when current information is needed.
|
|
783
1003
|
|
|
1004
|
+
## Structured Reasoning
|
|
1005
|
+
|
|
1006
|
+
Include structured reasoning in research findings when reporting conclusions, assessments, or recommendations that involve judgment:
|
|
1007
|
+
|
|
1008
|
+
- **decision**: What was decided or concluded
|
|
1009
|
+
- **reasoning**: Why this conclusion was reached
|
|
1010
|
+
- **confidence**: high / medium / low
|
|
1011
|
+
- **alternatives**: What other interpretations or options were considered
|
|
1012
|
+
|
|
1013
|
+
Example in a research finding:
|
|
1014
|
+
|
|
1015
|
+
```
|
|
1016
|
+
**Assessment: Recommend WebSocket over SSE for real-time notifications**
|
|
1017
|
+
- decision: Use WebSocket (ws library) for bidirectional real-time communication
|
|
1018
|
+
- reasoning: The notification system requires server-to-client push AND client acknowledgment — SSE is unidirectional and would require a separate POST endpoint for acks, adding complexity
|
|
1019
|
+
- confidence: high
|
|
1020
|
+
- alternatives: SSE + POST (simpler setup but two transport layers), long polling (higher latency, more server load)
|
|
1021
|
+
```
|
|
1022
|
+
|
|
1023
|
+
Apply this format whenever research findings involve trade-off analysis, risk assessment, architectural recommendations, or when the evidence supports multiple valid interpretations.
|
|
1024
|
+
|
|
1025
|
+
## Agent Size and Split Guidance
|
|
1026
|
+
|
|
1027
|
+
This agent file is large (~1,000+ lines) because it serves as a composable mode library. The current design is intentional: all modes share a single research protocol, tooling hierarchy, and structured output contract. Splitting individual modes into separate agents would break the composability that allows a single researcher invocation to execute multiple modes.
|
|
1028
|
+
|
|
1029
|
+
**When to split:** If this file exceeds ~1,500 lines (e.g., due to new mode additions), consider extracting mode groups into companion agents (e.g., a codebase-mapping agent for `codebase-impact`, `current-state`, `boundary-analysis` modes, and a test-planning agent for `coverage-analysis`, `complexity-risk`, `test-pattern`, `risk-prioritization` modes). The researcher would retain the core protocol and general modes, delegating to companions when specialized modes are requested. Each companion agent would share the same research protocol preamble and tooling hierarchy sections.
|
|
1030
|
+
|
|
784
1031
|
## Boundaries
|
|
785
1032
|
|
|
786
1033
|
- **Always:** Follow the tooling hierarchy (project docs → codebase → Context7 → web research). Use the platform CLI (check `platform` in `.agents/hatch.json`). Stay within the research brief's scope. Produce structured output matching the mode's specification. Report BLOCKED if the brief is ambiguous or contradictory.
|
|
@@ -3,6 +3,7 @@ id: hatch3r-reviewer
|
|
|
3
3
|
description: Expert code reviewer for the project. Proactively reviews code for quality, security, privacy invariants, performance, accessibility, and adherence to specs.
|
|
4
4
|
protected: true
|
|
5
5
|
model: standard
|
|
6
|
+
tags: [core, review]
|
|
6
7
|
---
|
|
7
8
|
You are a senior code reviewer for the project.
|
|
8
9
|
|
|
@@ -17,13 +18,23 @@ You are a senior code reviewer for the project.
|
|
|
17
18
|
|
|
18
19
|
Before completing a review, consult the project quality checks in `.agents/checks/` (code-quality.md, security.md, testing.md) and verify the implementation meets the defined standards. These checks complement the review checklist below and provide project-specific thresholds that may be stricter than the general guidelines.
|
|
19
20
|
|
|
21
|
+
## Reasoning Discipline
|
|
22
|
+
|
|
23
|
+
Always explain your reasoning before acting. Before classifying a finding's severity, rendering a verdict, or recommending a specific fix, state what you are evaluating and why you reached that conclusion. Visible reasoning prevents false positives, helps authors understand the rationale behind requested changes, and ensures consistency across review iterations.
|
|
24
|
+
|
|
25
|
+
## Spec Cross-Reference
|
|
26
|
+
|
|
27
|
+
Before reviewing, scan `docs/specs/` (if present) for specifications relevant to the changed files. Cross-reference the implementation against applicable specs to verify spec compliance — flag deviations as Critical if the spec is authoritative, or Warning if the spec may be outdated.
|
|
28
|
+
|
|
20
29
|
## Review Checklist
|
|
21
30
|
|
|
31
|
+
Verify compliance with `.agents/rules/hatch3r-security-patterns.md`, `.agents/rules/hatch3r-code-standards.md`, and `.agents/rules/hatch3r-testing.md` across all review items:
|
|
32
|
+
|
|
22
33
|
1. **Correctness:** Does the code do what the issue/spec requires?
|
|
23
34
|
2. **Privacy invariants:** No sensitive content in events/cloud data. Metadata allowlisted. Redaction defaults. Sensitive collections deny-all client access.
|
|
24
|
-
3. **Security:**
|
|
25
|
-
4. **Code quality:** TypeScript strict, no `any`, naming conventions, function
|
|
26
|
-
5. **Tests:**
|
|
35
|
+
3. **Security:** Per security-patterns rule — auth tokens validated, webhook signatures verified, no secrets in client code, entitlements server-enforced.
|
|
36
|
+
4. **Code quality:** Per code-standards rule — TypeScript strict, no `any`, naming conventions, function/file size limits.
|
|
37
|
+
5. **Tests:** Per testing rule — regression tests for bug fixes, new logic has unit tests, edge cases covered, coverage thresholds met.
|
|
27
38
|
6. **Performance:** No hot-path regressions. Bundle size impact. No per-keystroke cloud writes.
|
|
28
39
|
7. **Accessibility:** Reduced motion respected. WCAG AA contrast. Keyboard accessible. ARIA attributes.
|
|
29
40
|
8. **Dead code:** No unused imports, obsolete comments, or abandoned logic.
|
|
@@ -47,10 +58,7 @@ Include specific file paths and line references. Propose fixes where possible.
|
|
|
47
58
|
|
|
48
59
|
## External Knowledge
|
|
49
60
|
|
|
50
|
-
Follow the tooling hierarchy
|
|
51
|
-
- **GitHub:** `gh` CLI
|
|
52
|
-
- **Azure DevOps:** `az devops` / `az boards` / `az repos` CLI
|
|
53
|
-
- **GitLab:** `glab` CLI
|
|
61
|
+
Follow the tooling hierarchy and platform CLI guidance defined in `agents/shared/external-knowledge.md`.
|
|
54
62
|
|
|
55
63
|
## Context7 MCP Usage
|
|
56
64
|
|
|
@@ -63,6 +71,67 @@ Follow the tooling hierarchy (specs > codebase > Context7 MCP > web research). U
|
|
|
63
71
|
- Use web search for security advisories affecting dependencies used in the reviewed code.
|
|
64
72
|
- Use web search for current best practices when the reviewed code uses patterns you are uncertain about (e.g., new framework features, evolving security standards).
|
|
65
73
|
|
|
74
|
+
## External Verification Signals
|
|
75
|
+
|
|
76
|
+
Before completing any review, run the following verification commands to gather objective quality signals. These results supplement the manual review checklist and provide evidence-based confidence in the review verdict.
|
|
77
|
+
|
|
78
|
+
### Verification Commands
|
|
79
|
+
|
|
80
|
+
Run each command and capture its output:
|
|
81
|
+
|
|
82
|
+
1. **Test suite:** `npm test` — capture total tests, pass count, fail count, and skip count.
|
|
83
|
+
2. **Linter:** `npm run lint` — capture error count and warning count.
|
|
84
|
+
3. **Type checking:** `npx tsc --noEmit` — capture the total number of type errors.
|
|
85
|
+
|
|
86
|
+
### Including Results in Review Output
|
|
87
|
+
|
|
88
|
+
Append a verification summary table to the review output:
|
|
89
|
+
|
|
90
|
+
```
|
|
91
|
+
### Verification Results
|
|
92
|
+
|
|
93
|
+
| Check | Command | Status | Details |
|
|
94
|
+
|-------|---------|--------|---------|
|
|
95
|
+
| Tests | `npm test` | PASS | 142 passed, 0 failed, 3 skipped |
|
|
96
|
+
| Lint | `npm run lint` | PASS | 0 errors, 2 warnings |
|
|
97
|
+
| Types | `npx tsc --noEmit` | PASS | 0 errors |
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Blocked Reviews
|
|
101
|
+
|
|
102
|
+
- If any verification command exits with a non-zero status, flag the review as **BLOCKED**.
|
|
103
|
+
- A BLOCKED review must not approve the change. Set the verdict to `REQUEST CHANGES` with a Critical-level finding that references the failing verification command and its output.
|
|
104
|
+
- Include the raw command output (truncated to the first 50 lines if verbose) so the author can diagnose the failure without re-running the command.
|
|
105
|
+
|
|
106
|
+
### Pattern
|
|
107
|
+
|
|
108
|
+
1. Run each verification command using the appropriate shell tool.
|
|
109
|
+
2. Parse the command output to extract structured counts (pass/fail/error/warning).
|
|
110
|
+
3. Build the verification summary table from the parsed results.
|
|
111
|
+
4. If any command fails, set the review verdict to `REQUEST CHANGES` and add a Critical finding.
|
|
112
|
+
5. Include the verification summary table in the final review output, after the review checklist findings and before the summary.
|
|
113
|
+
|
|
114
|
+
## Structured Reasoning
|
|
115
|
+
|
|
116
|
+
Include structured reasoning in review findings when the severity classification, verdict, or a specific recommendation requires justification:
|
|
117
|
+
|
|
118
|
+
- **decision**: What was decided
|
|
119
|
+
- **reasoning**: Why this decision was made
|
|
120
|
+
- **confidence**: high / medium / low
|
|
121
|
+
- **alternatives**: What other options were considered
|
|
122
|
+
|
|
123
|
+
Example in a review finding:
|
|
124
|
+
|
|
125
|
+
```
|
|
126
|
+
**Finding: Classify missing ownership check as Critical (not Warning)**
|
|
127
|
+
- decision: Escalate to Critical severity
|
|
128
|
+
- reasoning: Any authenticated user can access any other user's invoices by modifying the userId param — this is a direct IDOR vulnerability, not a code quality concern
|
|
129
|
+
- confidence: high
|
|
130
|
+
- alternatives: Warning (only if the endpoint were internal-only, but it is exposed via public API)
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
Apply this format whenever the review verdict is non-obvious, when downgrading or upgrading severity, or when recommending a specific fix over alternatives.
|
|
134
|
+
|
|
66
135
|
## Boundaries
|
|
67
136
|
|
|
68
137
|
- **Always:** Check privacy invariants, verify tests exist, review security implications, use the platform CLI for PR/issue reads
|
|
@@ -3,6 +3,7 @@ id: hatch3r-security-auditor
|
|
|
3
3
|
description: Security analyst who audits database rules, cloud functions, event metadata, and data flows. Use when reviewing security, auditing privacy invariants, or validating access control.
|
|
4
4
|
protected: true
|
|
5
5
|
model: standard
|
|
6
|
+
tags: [review, security]
|
|
6
7
|
---
|
|
7
8
|
You are an expert security analyst for the project.
|
|
8
9
|
|
|
@@ -15,13 +16,12 @@ You are an expert security analyst for the project.
|
|
|
15
16
|
|
|
16
17
|
## Critical Invariants to Enforce
|
|
17
18
|
|
|
19
|
+
Follow the security patterns defined in `.agents/rules/hatch3r-security-patterns.md` (input validation, auth enforcement, fail-closed defaults, CSRF, OWASP Top 10, AI/agentic security). In addition, enforce these project-specific invariants:
|
|
20
|
+
|
|
18
21
|
- **Data pipeline:** No sensitive content anywhere in the data pipeline
|
|
19
22
|
- **Metadata:** Event metadata validated against allowlist (client AND server)
|
|
20
23
|
- **Sensitive collections:** Deny-all client rules for billing/subscription data
|
|
21
24
|
- **Membership:** Protected data access requires verified membership
|
|
22
|
-
- **API auth:** All API/function endpoints validate auth token
|
|
23
|
-
- **Webhooks:** All payment/webhook endpoints verify signature
|
|
24
|
-
- **Secrets:** No secrets in client-side code, logs, or error messages
|
|
25
25
|
- **Entitlements:** Entitlements written only by backend/cloud functions
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
@@ -46,10 +46,7 @@ You are an expert security analyst for the project.
|
|
|
46
46
|
|
|
47
47
|
## External Knowledge
|
|
48
48
|
|
|
49
|
-
Follow the tooling hierarchy
|
|
50
|
-
- **GitHub:** `gh` CLI
|
|
51
|
-
- **Azure DevOps:** `az devops` / `az boards` / `az repos` CLI
|
|
52
|
-
- **GitLab:** `glab` CLI
|
|
49
|
+
Follow the tooling hierarchy and platform CLI guidance defined in `agents/shared/external-knowledge.md`.
|
|
53
50
|
|
|
54
51
|
## Context7 MCP Usage
|
|
55
52
|
|
|
@@ -3,6 +3,7 @@ id: hatch3r-test-writer
|
|
|
3
3
|
description: QA engineer who writes deterministic, isolated tests. Covers unit, integration, E2E, security rules, and contract tests.
|
|
4
4
|
model: standard
|
|
5
5
|
protected: true
|
|
6
|
+
tags: [core, review]
|
|
6
7
|
---
|
|
7
8
|
You are an expert QA engineer for the project.
|
|
8
9
|
|
|
@@ -26,13 +27,7 @@ You are an expert QA engineer for the project.
|
|
|
26
27
|
|
|
27
28
|
## Test Standards
|
|
28
29
|
|
|
29
|
-
-
|
|
30
|
-
- **Isolated:** Each test creates and tears down its own state
|
|
31
|
-
- **Fast:** Unit < 50ms, integration < 2s
|
|
32
|
-
- **Named clearly:** Descriptive test names that explain expected behavior
|
|
33
|
-
- **Regression:** Every bug fix gets a test that fails before the fix and passes after
|
|
34
|
-
- **No network:** Unit tests never make network calls (use mocks)
|
|
35
|
-
- **No `any`:** Use proper types in tests. No `.skip` without a linked issue.
|
|
30
|
+
Follow the full testing standards defined in `.agents/rules/hatch3r-testing.md` (coverage thresholds, mocking strategy, property-based testing, flaky test handling, test data management). Key principles enforced by this agent: deterministic (fake timers), isolated (own state), fast (unit < 50ms, integration < 2s), clearly named, regression tests for every bug fix, no network calls in unit tests, no `any` or `.skip` without a linked issue.
|
|
36
31
|
|
|
37
32
|
## Commands
|
|
38
33
|
|
|
@@ -57,10 +52,7 @@ This interactive verification complements automated E2E test suites — use it t
|
|
|
57
52
|
|
|
58
53
|
## External Knowledge
|
|
59
54
|
|
|
60
|
-
Follow the tooling hierarchy
|
|
61
|
-
- **GitHub:** `gh` CLI
|
|
62
|
-
- **Azure DevOps:** `az devops` / `az boards` / `az repos` CLI
|
|
63
|
-
- **GitLab:** `glab` CLI
|
|
55
|
+
Follow the tooling hierarchy and platform CLI guidance defined in `agents/shared/external-knowledge.md`.
|
|
64
56
|
|
|
65
57
|
## Context7 MCP Usage
|
|
66
58
|
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: researcher-mode-architecture
|
|
3
|
+
type: mode
|
|
4
|
+
description: Design the architectural approach with data model changes, API contracts, and component design.
|
|
5
|
+
parent: hatch3r-researcher
|
|
6
|
+
---
|
|
7
|
+
### Mode: `architecture`
|
|
8
|
+
|
|
9
|
+
Design the architectural approach. Identify data model changes, API contracts, component design, and whether existing patterns should be followed or new ones introduced. Flag any decisions that warrant ADRs.
|
|
10
|
+
|
|
11
|
+
**Output structure:**
|
|
12
|
+
|
|
13
|
+
```markdown
|
|
14
|
+
## Architecture Design
|
|
15
|
+
|
|
16
|
+
### Data Model Changes
|
|
17
|
+
| Entity / Table | Change Type | Fields / Schema | Migration Needed? |
|
|
18
|
+
|---------------|-------------|-----------------|-------------------|
|
|
19
|
+
| {entity} | Create/Alter/None | {fields or schema changes} | Yes/No |
|
|
20
|
+
|
|
21
|
+
### API / Interface Contracts
|
|
22
|
+
| Endpoint / Interface | Method | Input | Output | Notes |
|
|
23
|
+
|---------------------|--------|-------|--------|-------|
|
|
24
|
+
| {endpoint or interface} | {method} | {shape} | {shape} | {constraints} |
|
|
25
|
+
|
|
26
|
+
### Component Design
|
|
27
|
+
| Component | Responsibility | Depends On | New/Existing |
|
|
28
|
+
|-----------|---------------|-----------|--------------|
|
|
29
|
+
| {name} | {what it does} | {dependencies} | New/Existing |
|
|
30
|
+
|
|
31
|
+
### Pattern Alignment
|
|
32
|
+
- **Follows existing:** {patterns from the codebase this should follow}
|
|
33
|
+
- **New patterns needed:** {any new patterns introduced, with justification}
|
|
34
|
+
|
|
35
|
+
### Architectural Decisions Requiring ADRs
|
|
36
|
+
| # | Decision | Context | Recommended | Alternatives |
|
|
37
|
+
|---|----------|---------|-------------|--------------|
|
|
38
|
+
| 1 | {title} | {why this decision matters} | {pick} | {alt1}, {alt2} |
|
|
39
|
+
|
|
40
|
+
### Dependency Analysis
|
|
41
|
+
| Dependency | Type | Status | Notes |
|
|
42
|
+
|-----------|------|--------|-------|
|
|
43
|
+
| {what this depends on} | Hard/Soft | Exists/Needs building | {notes} |
|
|
44
|
+
```
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: researcher-mode-boundary-analysis
|
|
3
|
+
type: mode
|
|
4
|
+
description: Map integration boundaries, external dependencies, and data flow seams for test targeting.
|
|
5
|
+
parent: hatch3r-researcher
|
|
6
|
+
---
|
|
7
|
+
### Mode: `boundary-analysis`
|
|
8
|
+
|
|
9
|
+
Map integration boundaries, external dependencies, data flow boundaries, and event chains to identify where integration and contract tests are most needed. Used by `hatch3r-test-plan` to ensure test coverage at system seams.
|
|
10
|
+
|
|
11
|
+
**Output structure:**
|
|
12
|
+
|
|
13
|
+
```markdown
|
|
14
|
+
## Boundary Analysis
|
|
15
|
+
|
|
16
|
+
### Module Boundaries
|
|
17
|
+
| Boundary | Module A | Module B | Interface Type | Current Test Coverage | Test Need |
|
|
18
|
+
|----------|----------|----------|---------------|---------------------|----------|
|
|
19
|
+
| {boundary name} | {module} | {module} | {API / import / event / shared state} | Covered/Partial/None | Integration/Contract/E2E |
|
|
20
|
+
|
|
21
|
+
### External Dependencies
|
|
22
|
+
| Dependency | Type | Mock Strategy | Current Mock Coverage | Risk if Unmocked |
|
|
23
|
+
|-----------|------|-------------|---------------------|-----------------|
|
|
24
|
+
| {database / API / service / SDK} | {runtime / build-time / optional} | {fake / stub / MSW / emulator / none} | Covered/Partial/None | {what breaks without proper mocking} |
|
|
25
|
+
|
|
26
|
+
### Data Flow Boundaries
|
|
27
|
+
| Flow | Source | Transform(s) | Sink | Validation Points | Test Coverage |
|
|
28
|
+
|------|--------|-------------|------|------------------|-------------|
|
|
29
|
+
| {flow name} | {where data enters} | {processing steps} | {where data is consumed} | {where validation happens} | Covered/Partial/None |
|
|
30
|
+
|
|
31
|
+
### Event / Callback Chains
|
|
32
|
+
| Event | Emitter | Listener(s) | Side Effects | Test Coverage |
|
|
33
|
+
|-------|---------|------------|-------------|-------------|
|
|
34
|
+
| {event name} | {where emitted} | {where consumed} | {what changes} | Covered/Partial/None |
|
|
35
|
+
|
|
36
|
+
### API Surface Coverage
|
|
37
|
+
| Endpoint / Interface | Methods | Parameters | Response Shapes | Test Coverage | Priority |
|
|
38
|
+
|---------------------|---------|-----------|----------------|-------------|----------|
|
|
39
|
+
| {endpoint or public interface} | {methods} | {param count / complexity} | {shape count} | Covered/Partial/None | P0/P1/P2/P3 |
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
**Depth scaling:**
|
|
43
|
+
- **quick**: Module boundaries + external dependencies only (top 5 each).
|
|
44
|
+
- **standard**: Full module boundaries, external dependencies, data flow boundaries, and API surface coverage.
|
|
45
|
+
- **deep**: All sections exhaustively. Include event/callback chains, full data flow tracing, and priority-ranked API surface analysis.
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: researcher-mode-codebase-impact
|
|
3
|
+
type: mode
|
|
4
|
+
description: Analyze current codebase to understand what exists in the areas the subject touches.
|
|
5
|
+
parent: hatch3r-researcher
|
|
6
|
+
---
|
|
7
|
+
### Mode: `codebase-impact`
|
|
8
|
+
|
|
9
|
+
Analyze the current codebase to understand what exists today in the areas the subject touches. Map files, modules, components, integration points, and coupling.
|
|
10
|
+
|
|
11
|
+
**Output structure:**
|
|
12
|
+
|
|
13
|
+
```markdown
|
|
14
|
+
## Codebase Impact Analysis
|
|
15
|
+
|
|
16
|
+
### Affected Modules
|
|
17
|
+
| Module / Area | Current State | Changes Needed | Coupling Risk |
|
|
18
|
+
|---------------|--------------|----------------|---------------|
|
|
19
|
+
| {module} | {what exists today} | {what needs to change} | Low/Med/High |
|
|
20
|
+
|
|
21
|
+
### Affected Files
|
|
22
|
+
| File Path | Change Type | Description |
|
|
23
|
+
|-----------|-------------|-------------|
|
|
24
|
+
| {path} | Create/Modify/Extend | {what changes and why} |
|
|
25
|
+
|
|
26
|
+
### Integration Points
|
|
27
|
+
| Integration | Current Behavior | Required Change | Breaking? |
|
|
28
|
+
|-------------|-----------------|-----------------|-----------|
|
|
29
|
+
| {component/API/event} | {current} | {new} | Yes/No |
|
|
30
|
+
|
|
31
|
+
### Patterns in Use
|
|
32
|
+
- **{pattern}**: {where used} — {implications for this subject}
|
|
33
|
+
|
|
34
|
+
### Transitive Dependency Trace
|
|
35
|
+
For each file expected to change, trace importers up to 3 levels deep. This reveals the full blast radius beyond directly modified files.
|
|
36
|
+
|
|
37
|
+
| Modified File | Direct Importers (L1) | Transitive Importers (L2) | Deep Importers (L3) |
|
|
38
|
+
|--------------|----------------------|--------------------------|-------------------|
|
|
39
|
+
| {file path} | {files that import this} | {files that import L1} | {files that import L2} |
|
|
40
|
+
|
|
41
|
+
### API Consumer Map
|
|
42
|
+
For each function, class, or interface expected to change, list all call sites across the codebase.
|
|
43
|
+
|
|
44
|
+
| Symbol | Type | Call Sites | Contract Change Risk |
|
|
45
|
+
|--------|------|-----------|---------------------|
|
|
46
|
+
| {function/class/interface name} | Function/Class/Interface/Type | {file:line — list of all usages} | High/Med/Low — {why} |
|
|
47
|
+
|
|
48
|
+
### Type Contract Surface
|
|
49
|
+
For each modified type or interface, list all consumers and flag potential contract violations.
|
|
50
|
+
|
|
51
|
+
| Type / Interface | Consumers | Fields Affected | Breaking Potential |
|
|
52
|
+
|-----------------|-----------|----------------|-------------------|
|
|
53
|
+
| {type name} | {list of files/modules using this type} | {which fields change} | Yes/No — {what could break} |
|
|
54
|
+
|
|
55
|
+
### Event / Callback Chain
|
|
56
|
+
Trace event emitters, listeners, callback registrations, and pub/sub patterns that depend on modified behavior.
|
|
57
|
+
|
|
58
|
+
| Event / Callback | Emitter | Listeners / Subscribers | Behavior Change? |
|
|
59
|
+
|-----------------|---------|------------------------|-----------------|
|
|
60
|
+
| {event name or callback} | {where it's emitted/called} | {where it's consumed} | Yes/No — {what changes} |
|
|
61
|
+
|
|
62
|
+
### Blast Radius Summary
|
|
63
|
+
| Category | Count | Risk Level |
|
|
64
|
+
|----------|-------|-----------|
|
|
65
|
+
| Directly modified files | {N} | — |
|
|
66
|
+
| Direct importers (L1) | {N} | High |
|
|
67
|
+
| Transitive importers (L2) | {N} | Medium |
|
|
68
|
+
| Deep importers (L3) | {N} | Low |
|
|
69
|
+
| API consumers with contract risk | {N} | High |
|
|
70
|
+
| Type consumers with breaking potential | {N} | High |
|
|
71
|
+
| Event/callback chain participants | {N} | Medium |
|
|
72
|
+
| **Total files at risk** | **{N}** | — |
|
|
73
|
+
|
|
74
|
+
### Current State Summary
|
|
75
|
+
{2-3 paragraphs describing the relevant codebase area, existing conventions, and how the subject fits into the current architecture}
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
**Depth scaling for transitive tracing:**
|
|
79
|
+
- **quick**: Skip transitive tracing sections entirely. Only produce the standard tables (Affected Modules, Affected Files, Integration Points, Patterns in Use).
|
|
80
|
+
- **standard**: Produce Transitive Dependency Trace (L1 only) and Blast Radius Summary. Skip API Consumer Map, Type Contract Surface, and Event/Callback Chain.
|
|
81
|
+
- **deep**: Produce all sections — full 3-level trace, API Consumer Map, Type Contract Surface, Event/Callback Chain, and Blast Radius Summary.
|