Skip to content

Commit 0832a6f

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

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
@@ -213,3 +213,7 @@ build-pwa: build-wasm
213213
@echo "✅ WASM compiled to pkg/"
214214
@echo "✅ PWA files in web/"
215215
@echo "📝 Ready to deploy!"
216+
217+
# Run panic-attacker pre-commit scan
218+
assail:
219+
@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)