You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-24Lines changed: 9 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
## [3.0.4] — 2026-03-11
11
11
12
12
### 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`
13
17
-`run-bug-hunter.cjs phase` command for schema-validated Skeptic, Referee, and Fixer phase execution with retry support
14
18
- runner tests for invalid Skeptic, Referee, and Fixer artifacts plus Markdown companion rendering
15
19
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
-
27
20
### Changed
28
21
- 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
40
22
-`payload-guard.cjs` now emits real schema refs instead of placeholder format/version objects
41
23
-`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
0 commit comments