Skip to content

v0.6.0

Choose a tag to compare

@Mrshahidali420 Mrshahidali420 released this 25 Jun 02:57

The verification track — two read-only commands that prove a project is set up right and that the build stayed on plan. 26 skills total.

/ss-doctor — project health check (the verify leg)

The diagnostic counterpart to /ss-init: runs five checks (jq, git, .superstack/config, gitignore, ledger) and prints a [OK]/[WARN]/[FAIL] checklist with an actionable fix on every non-OK line. Validates the ledger jq-free, so it works even while reporting jq missing. Exits 0 (healthy/warnings) or 1 (problems) — usable as a CI preflight. bash + PowerShell.

/ss-drift — plan-vs-build drift detection

Compares a plan's declared **Files:** against what the branch actually changed (base...HEAD + working tree + untracked), reporting unplanned changes (scope creep) and planned-but-untouched files. Desired-vs-actual drift, after Terraform's model, applied to "did the implementation stay within the approved plan." Exits 1 on drift for CI. bash + PowerShell.

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