Skip to content

Commit 826fcf2

Browse files
hyperpolymathclaude
andcommitted
chore: OpenSSF workflows and compliance updates
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e237d56 commit 826fcf2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ verify:
8888
@test -f .machine_read/SPEC.playground.scm && echo "[OK] SPEC.playground.scm exists" || echo "[FAIL] SPEC.playground.scm missing"
8989
@test -d hives && echo "[OK] hives/ exists" || echo "[FAIL] hives/ missing"
9090
@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

Comments
 (0)