This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryFixed unit‑test failures when a Resolve instance runs and added a retrying delete helper for disposable projects.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds retrying delete helper `delete_project_safely` for disposable Resolve projects. Adds retrying delete helper `delete_project_safely` for disposable Resolve projects. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
Fixes three InventoryCacheReuseTests failures when a live Resolve instance runs. Fixes three InventoryCacheReuseTests failures when a live Resolve instance runs. Source: llm_adapter@2026-06-12 Confidence: high |
— |
Full changelog
Test and hygiene hardening; no public tool surface changes and no Resolve behavior changes.
Fixed
- The three
InventoryCacheReuseTestsfailures that appeared whenever a live Resolve instance was running: the reuse/build-path tests now stub the read-only Resolve probe, so the unit suite is green with Resolve open or closed.
Added
src/utils/project_cleanup.delete_project_safely: a retrying delete helper for disposable Resolve projects — switches away from the target project (fallback load or close), retriesDeleteProjectonce after a pause, and reports the leftover by name on persistent failure. The live edit-engine validation harness now uses it during cleanup, so disposable pilot projects stop lingering in the project library.
No live Resolve run was required: the only Resolve-facing change is the cleanup helper used by an explicitly live-run harness; all other changes are test-only.
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
Related context
Beta — feedback welcome: [email protected]