We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e237d56 commit 826fcf2Copy full SHA for 826fcf2
1 file changed
Justfile
@@ -88,3 +88,7 @@ verify:
88
@test -f .machine_read/SPEC.playground.scm && echo "[OK] SPEC.playground.scm exists" || echo "[FAIL] SPEC.playground.scm missing"
89
@test -d hives && echo "[OK] hives/ exists" || echo "[FAIL] hives/ missing"
90
@echo "Verification complete."
91
+
92
+# Run panic-attacker pre-commit scan
93
+assail:
94
+ @command -v panic-attack >/dev/null 2>&1 && panic-attack assail . || echo "panic-attack not found — install from https://github.com/hyperpolymath/panic-attacker"
0 commit comments