v0.9.2
·
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-readshares 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-readfor 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