Skip to content

v0.1.2 — stress-test hardening

Choose a tag to compare

@Peeyushmeher Peeyushmeher released this 13 Jul 04:08
· 14 commits to master since this release

Fixes what the head-to-head stress test surfaced the day v0.1.0 shipped.

  • Scoped redo: patch-sized redo-lists take a cheap path — one fix worker + re-verification instead of a full wave re-run (~275–300k tokens saved per cycle). Breaker ladder bounded at fail → scoped → fail → full → fail → stop.
  • Contracts own their invariants: every data-store invariant names an owner — writer guarantees it or readers tolerate violations.
  • --codex --local installs now resolve: ./.agents/agent-agile/playbooks joined the resolution rule (project-local before home-level).
  • /aa-panel wording matches the critic agents (Panel protocol + own section).
  • npm hygiene: tarball allowlist, repo metadata, Windows-safe npm test.

Full notes: RELEASE-NOTES.md