Skip to content

v0.2.0 — Loop Ledger

Choose a tag to compare

@Mrshahidali420 Mrshahidali420 released this 23 Jun 12:17

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 ledger helper (bash + PowerShell) plus the /ss-audit proof-of-process gate — it checks that every mandatory phase (default review,secure) cleared its gate or carries an explicit skip-with-reason. /ss-ship runs it and attaches a SuperStack 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-run preview, per-iteration run logs, archive-on-completion.
  • Hooks: a SessionStart bootstrap (cross-platform polyglot launcher) and an opt-in PreToolUse guard.
  • 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