Releases: rgsamways/sreditor
Release list
v0.0.5
Fixed the `scc`/`jscpd`/`sem` corroborating signals to analyze a change's full implementation window instead of only its final archiving commit. Previously, workflows with several commits between implementing and archiving a change would only ever see whatever the archiving commit itself touched — often just a folder move with no code in it.
Verified against a real project's archive history, not just synthetic tests: 8 of 15 changes now correctly widen (one from 14 files to 47).
See CHANGELOG.md for the full history.
v0.0.4
Added `sreditor scaffold`: bootstraps a new project by running OpenSpec's own `init` if one isn't set up yet, then appends a usage note to `CLAUDE.md` pointing at `init`/`probe`/`reflect`/`judge`/`rollup`/`report`.
`judge` now shows a single live progress bar with a running percentage across all changes being judged, instead of a spinner per change. `status` now reports judged-change completion as a percentage too.
See CHANGELOG.md for the full history.
v0.0.3
Fixed `sreditor --version` reporting a stale, hardcoded `0.0.1` instead of the actual installed version. This bug was present in the published `0.0.2` release (confirmed against the actual npm tarball) — everything else about `0.0.2` worked correctly, only the `--version` flag's own output was wrong.
See CHANGELOG.md for the full history.
v0.0.2
- Live progress spinners for
judgeandrollupwhile they wait on Claude API calls, instead of silent multi-second gaps. - Colored output across
judge,rollup,doctor,status,scan,report, andstats. init,probe, andreflectnow use@clack/promptsfor interactive prompts (with clean Ctrl+C cancellation), replacing rawreadline.- Archived the
add-probe-commandOpenSpec change and promoteduncertainty-probeto a tracked spec. - Fixed placeholder GitHub links on the marketing site and added an npm package link.
See CHANGELOG.md for the full history.