Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ Please choose versions by [Semantic Versioning](http://semver.org/).
* MINOR version when you add functionality in a backwards-compatible manner, and
* PATCH version when you make backwards-compatible bug fixes.

## Unreleased

- fix: session-close offers "leave it open" as an anchor-task resolution — a task gated on a scheduled event is neither finished nor abandoned, and the previous complete/defer/hold menu had no correct option for it

## v0.126.2

- fix: `pkg/ops` a failed headless `work-on` turn now surfaces the child's own reason as the FIRST line instead of burying it. `sessionFailureResult` and `goal_workon`'s equivalent no longer re-log an error they already return — that second copy carried a full `bborbe/errors` stack to stderr, and vault-ui concatenates stderr into its red banner. The secondary "turn rejected by predicate" signal drops from `Warn` to `Debug` for the same reason. Measured against a seeded failing turn: stderr goes from ~45 lines to 2, leading with `start claude session: <child result text> (<failed predicate>)`. Completes spec 045 SC5.

## v0.126.1

- fix: `/vault-cli:post-compact` now reads the anchor task's parent goal from the task file's own `goals:` frontmatter instead of trusting the checkpoint's `Goal:` line. That line is prose written at checkpoint time and validated against nothing, and a wrong goal name still returns a valid status — so the anchor check passed while the goal was misattributed for a whole session, including its success-criteria counts in every closer panel.
- fix: session-close offers "leave it open" as an anchor-task resolution — a task gated on a scheduled event is neither finished nor abandoned, and the previous complete/defer/hold menu had no correct option for it

## v0.126.0

Expand Down
Loading