pi-baton 0.5.0 → 0.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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project follows semantic versioning.
|
|
6
6
|
|
|
7
|
+
## [0.6.0] - 2026-06-25
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Structured step envelopes for every run step (`summary`, `rawOutputPath`, and review fields when applicable).
|
|
12
|
+
- Step handoff payload carries `taskBrief`, prior `stepOutputSummary`, `rawOutputPath`, and run metadata between isolated steps.
|
|
13
|
+
- Review contract enforcement: `reject` requires non-empty `findings`; `accept` requires `acceptanceNote`.
|
|
14
|
+
- Builtin `default-review-loop` routes `fix` back to `review`; iteration cap stops infinite reject loops.
|
|
15
|
+
- Step-level `model` override with placeholder and session-model fallback via `resolveStepModel`.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Expanded `run-engine` and `review-contract` tests for fix→review routing, model routing, envelope persistence, and contract violations.
|
|
20
|
+
|
|
7
21
|
## [0.5.0] - 2026-06-23
|
|
8
22
|
|
|
9
23
|
### Added
|