Skip to content

v0.9.2

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 27 Aug 16:36
· 22 commits to main since this release

Highlights

  • Persisted findings are now the sole auditor-to-coder channel: coder prompts inline each finding's full detail (description, scenario, verification) directly, and auditor response prose is never replayed to the coder — the loop runner only parses the section-summary block
  • review-read shares one finding renderer with coder prompts (formatFindingDetails), so findings read identically on every surface
  • Auditor output economy: the loop addendum now requires a single verdict line on dirty audits instead of restating findings; audit prompts direct the auditor to review-read for existing findings rather than inlining them

What's Changed

  • refactor(loop): inline persisted findings in coder prompts instead of auditor prose
  • chore: bump version to 0.9.2