Skip to content

Commit e7cffb4

Browse files
committed
docs: update changelog for audit fixes
1 parent b31b22e commit e7cffb4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Added the `parallel-fix` Codex skill and example workflow for proposing independent fixes concurrently, then integrating and verifying serially.
6+
- Hardened replay/cache correctness: implicit cwd is now part of cache identity, nested phases inside parallel no longer alias, and failed topology branches keep completed child dependencies for downstream invalidation.
7+
- Hardened concurrency and writable isolation: FIFO semaphore handoff no longer over-admits, writable cwd locks stay held across transient retries, additional writable directories are locked, and writable configuration errors propagate through topologies.
8+
- Hardened determinism and abort handling: adapter-side global randomness no longer shifts workflow `ctx.random`, and adapters cannot return success after timeout/abort.
9+
- Hardened budget handling: parallel agents reserve budget before async backend work, so replayed/skipped nodes do not bypass the guard.
10+
- Hardened strict schema handling: object-like combinator branches are enforced, root `allOf`/`oneOf` object combinators no longer make valid payloads impossible, and boolean `false` schemas are rejected instead of disabling validation.
11+
- Hardened transient stream handling: prefixed Codex `Reconnecting...` advisories are ignored as reconnect notices instead of being promoted to fatal stream errors.
12+
313
## 0.2.3 — 2026-06-05
414

515
- Moved the install command into the README first screen so GitHub visitors see it immediately.

0 commit comments

Comments
 (0)