This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summarySupervisor reviews enforce an explicit behavior contract and require comprehensive verification evidence.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Supervisor reviews enforce explicit behavior contract before task acceptance. Supervisor reviews enforce explicit behavior contract before task acceptance. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Feature | Medium |
Reviews compare source/reference, implementation, and verification evidence at same granularity. Reviews compare source/reference, implementation, and verification evidence at same granularity. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Feature | Medium |
Verification evidence must cover primary failure mode, including negative or mixed-state coverage. Verification evidence must cover primary failure mode, including negative or mixed-state coverage. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Feature | Medium |
Retry reviews re-check final diff against full behavior contract, including previously correct mechanisms. Retry reviews re-check final diff against full behavior contract, including previously correct mechanisms. Source: llm_adapter@2026-05-27 Confidence: high |
— |
Full changelog
Patch release focused on supervisor review accuracy.
What's Changed
- Supervisor reviews now identify an explicit behavior contract for behavior-changing work before accepting a task.
- Reviews compare source or reference behavior, final implementation behavior, and verification evidence at the same granularity.
- Verification evidence now needs to cover the requirement's primary failure mode, including negative or mixed-state coverage when behavior spans multiple states, attempts, or inputs.
- Retry reviews now re-check the final diff against the full behavior contract, including mechanisms that were correct in earlier attempts.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Galley
Local-first runtime for supervised AI coding tasks: isolated git worktrees, supervisor review against acceptance criteria, retry/escalate loops, on-disk run evidence, and PR handoff. Supports Codex CLI and Claude Code. Go, MIT.
Related context
Beta — feedback welcome: [email protected]