v0.3.0 — /ss-report + /ss-evolve
Acting on the ledger
v0.2.0 gave SuperStack a Loop Ledger and a proof-of-process gate. v0.3.0 puts that signal to work — two features that read the ledger.
Added
/ss-report— a shareable, copy-pasteable Markdown summary of how a change was built (phases run, skip reasons, elapsed time, change size), sourced from the ledger + git. Drop it in a PR or a status update. Read-only; never gates.scripts/ss-report(+ PowerShell twin);--savewrites.superstack/run-report-<change>.md./ss-evolve— project self-improvement from the ledger. It detects recurring patterns (a phase skipped >= a threshold, a gate that repeatedly fails) and auto-applies low-riskCONTEXT.mdinsights as revertablechore(evolve):commits, while routing brand-new skill drafts to.superstack/proposals/for your review (never auto-committed).scripts/ss-evolve(+ PowerShell twin);--dry-runpreviews; deduped via.superstack/evolve-state; threshold via.superstack/configevolve_threshold(default 3).
Both ship bash + PowerShell twins with byte-identical output and are covered by the self-test (tests/run.sh is now [1/6]..[6/6]). 22 skills, 4 agents, 2 hooks.
Install: /plugin marketplace add Mrshahidali420/superstack then /plugin install superstack@superstack
Full diff: v0.2.0...v0.3.0