Skip to content

v0.5.0

Choose a tag to compare

@Mrshahidali420 Mrshahidali420 released this 24 Jun 11:15

Two additions to the SuperStack loop (24 skills total).

/ss-init — per-project bootstrap

Make a project loop-ready in one idempotent, non-destructive command: writes a default .superstack/config (with the tunable mandatory_phases / evolve_threshold keys), ensures .superstack/ is gitignored, and records a genesis ledger entry. --dry-run previews the plan; --force resets the config. The per-project counterpart to the global install.sh. bash + PowerShell.

/ss-replay — the "story" leg of the proof trio

Replays a loop run from the ledger as a chronological ASCII timeline (elapsed time, phase, event, PASS/FAIL/SKIP, (retry) tags) with a footer of story stats. --save writes a shareable fenced Markdown file to .superstack/replays/. Completes the proof trio: audit (gate) + report (stats) + replay (story). bash + PowerShell.

Full changelog: https://github.com/Mrshahidali420/superstack/blob/main/CHANGELOG.md