$ Sreditor · Feature List
Real and planned Sreditor capabilities, each flagged shipped or planned against the live, unpublished local build.
- shipped
sreditor init — AI-assisted anchor-document interview
Drafts a developer-authored goal/uncertainty/success-criteria document; the AI only assists in framing, never invents content, and the document is append-only once saved.
- shipped
sreditor judge — three-part-test eligibility + scope-drift audit
A deliberately skeptical Claude (Sonnet 5) prompt, structured through zod schemas so output is never freeform prose. Scope-drift audit runs as a second, separate model call.
- shipped
Corroborating signals in judge
Three optional git-to-code correlation tools can feed extra context into a judgment, but are structurally barred from ever determining eligibility on their own.
- shipped
sreditor rollup — CRA-shaped project grouping
Gated behind a real pre-call token-cost estimate, since it's the one command that processes the whole accumulated log at once.
- shipped
sreditor report — T661-structured markdown
Real word counts checked against the 350/700/350 line limits.
- shipped
sreditor scan / status / doctor
Utility commands for the day-to-day workflow.
- planned
npm publish, v0.1.0
Held back pending sign-off, not a technical blocker.
- planned
PDF/CSV report output
Markdown-only today.
- planned
Source adapters beyond OpenSpec
The adapter interface is designed to be tool-agnostic; OpenSpec is the only one built so far.
