v0.2.0 — Loop Ledger
Loop Ledger — proof of process
SuperStack now records its loop's execution to .superstack/ledger.jsonl and can verify the loop actually ran before you ship.
Added
- Loop Ledger: a
ledgerhelper (bash + PowerShell) plus the/ss-auditproof-of-process gate — it checks that every mandatory phase (defaultreview,secure) cleared its gate or carries an explicit skip-with-reason./ss-shipruns it and attaches aSuperStack process: …attestation to the PR. An opt-in enforcement hook (SUPERSTACK_AUDIT=1) blocks pushes when the loop is incomplete. - Eight supporting skills —
/ss-debug,/ss-guard,/ss-respond,/ss-worktree,/ss-pause,/ss-resume,/ss-retro,/ss-docs— plus/ss-audit(20 skills total). - Cross-agent install:
install.sh --host codex|cursor|opencode|factory|kiro|--all(and the PowerShell equivalent). - Ralph loop:
--dry-runpreview, per-iteration run logs, archive-on-completion. - Hooks: a SessionStart bootstrap (cross-platform polyglot launcher) and an opt-in
PreToolUseguard. CHANGELOG.md, tag-triggered CI, and SPDX headers on the scripts.
Changed
- Linter upgraded from a structural check to a quality check (trigger-style descriptions, a single H1, resolvable
[[wikilinks]], loop completeness).
Install: /plugin marketplace add Mrshahidali420/superstack then /plugin install superstack@superstack
Full diff: v0.1.0...v0.2.0