Skip to content

Releases: rgsamways/sreditor

v0.0.5

Choose a tag to compare

@rgsamways rgsamways released this 29 Jul 19:29

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

Choose a tag to compare

@rgsamways rgsamways released this 28 Jul 22:45

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

Choose a tag to compare

@rgsamways rgsamways released this 23 Jul 03:02

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

Choose a tag to compare

@rgsamways rgsamways released this 23 Jul 02:09
  • Live progress spinners for judge and rollup while they wait on Claude API calls, instead of silent multi-second gaps.
  • Colored output across judge, rollup, doctor, status, scan, report, and stats.
  • init, probe, and reflect now use @clack/prompts for interactive prompts (with clean Ctrl+C cancellation), replacing raw readline.
  • Archived the add-probe-command OpenSpec change and promoted uncertainty-probe to a tracked spec.
  • Fixed placeholder GitHub links on the marketing site and added an npm package link.

See CHANGELOG.md for the full history.