Skip to content

v1.0.0

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 10 Sep 16:19
· 13 commits to main since this release
238a813

First stable release of opencode-forge.

Highlights

  • Durable audit handoffs: loop audit attempts are persisted with full audit snapshots, so a restart resumes the audit with the exact findings, evidence, and code state it started from instead of re-auditing from scratch; restarts from a stalled final audit rebuild their prompts from the persisted attempt snapshot
  • Obscura replaces Chromium in the sandbox image: the image ships the Obscura headless browser (Rust, CDP-compatible with Puppeteer and Playwright) instead of the Playwright Chromium build, and the sandbox context note announces it with a pointer to obscura --help
  • Tighter audit/fix convergence: verification evidence is reused only when command, outcome, environment, and code state all align; remediation is reproduction-first with shared root-cause ordering; delegated auditor subtasks are narrowly scoped and non-overlapping; coder decisions count as evidence, never an automatic waiver

What's Changed

  • feat(sandbox): replace chromium with obscura in the sandbox image (#99)
  • feat(loop): ship durable audit handoffs in 1.0.0
  • feat(agents): restrict architect planning to the current repository boundary
  • fix(storage): repair audit table after migration ID collision
  • fix(loop): strengthen audit remediation and verification evidence rules (#98)