Skip to content

Commit d73f2d7

Browse files
committed
docs: expand v3.0.4 changelog coverage
1 parent 3fa1eab commit d73f2d7

1 file changed

Lines changed: 9 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [3.0.4] — 2026-03-11
1111

1212
### Added
13+
- `schemas/*.schema.json` versioned contracts for recon, findings, skeptic, referee, coverage, fix-report, plus shared definitions and example findings fixtures
14+
- `scripts/schema-runtime.cjs` lightweight schema runtime and `scripts/schema-validate.cjs` CLI for local artifact checks
15+
- `scripts/render-report.cjs` Markdown renderer for report, coverage, skeptic, referee, and fix-report views from canonical JSON artifacts
16+
- canonical `coverage.json` output with derived `coverage.md`
1317
- `run-bug-hunter.cjs phase` command for schema-validated Skeptic, Referee, and Fixer phase execution with retry support
1418
- runner tests for invalid Skeptic, Referee, and Fixer artifacts plus Markdown companion rendering
1519

16-
### Changed
17-
- preflight now checks all shipped structured-output schemas, not just findings
18-
- structured-output migration now enforces orchestrated outbound validation beyond the local/manual path
19-
20-
## [3.0.3] — 2026-03-11
21-
22-
### Added
23-
- `scripts/render-report.cjs` Markdown renderer for final report and coverage summaries from canonical JSON artifacts
24-
- `scripts/tests/render-report.test.cjs` coverage for report and coverage rendering
25-
- `coverage.json` / `coverage.md` output path in `run-bug-hunter.cjs`
26-
2720
### Changed
2821
- Hunter, Skeptic, Referee, and Fixer prompts now describe JSON-first canonical artifacts
29-
- loop, fix-loop, local-sequential, and major mode docs now point at `*.json` phase artifacts and `coverage.json`
30-
- README, SKILL docs, evals, and the subagent wrapper now describe rendered Markdown as a companion to canonical JSON
31-
- local/manual mode docs now validate findings, skeptic, and referee artifacts with `schema-validate.cjs`
32-
33-
## [3.0.2] — 2026-03-11
34-
35-
### Added
36-
- `schemas/*.schema.json` versioned contracts for recon, findings, skeptic, referee, coverage, fix-report, plus shared definitions and example findings fixtures
37-
- `scripts/schema-runtime.cjs` lightweight schema runtime and `scripts/schema-validate.cjs` CLI for local artifact checks
38-
39-
### Changed
4022
- `payload-guard.cjs` now emits real schema refs instead of placeholder format/version objects
4123
- `bug-hunter-state.cjs` now rejects malformed findings and stores canonical `confidenceScore`, `category`, `evidence`, `runtimeTrigger`, and `crossReferences`
42-
- `run-bug-hunter.cjs` now treats missing or invalid `findings.json` as a retriable chunk failure and checks schema assets during preflight
43-
- script tests now cover schema validation, malformed findings rejection, and retry-after-schema-failure
24+
- `run-bug-hunter.cjs` now treats missing or invalid `findings.json` as a retriable chunk failure, validates phase artifacts, and checks all shipped schema assets during preflight
25+
- loop, fix-loop, local-sequential, and major mode docs now point at `*.json` phase artifacts and `coverage.json`
26+
- README, SKILL docs, evals, and the subagent wrapper now describe rendered Markdown as a companion to canonical JSON
27+
- preflight now checks all shipped structured-output schemas, not just findings
28+
- structured-output migration now enforces orchestrated outbound validation beyond the local/manual path
4429

4530
## [3.0.1] — 2026-03-11
4631

0 commit comments

Comments
 (0)