Skip to content

Commit 93e0035

Browse files
hyperpolymathclaude
andcommitted
chore: standardise, Justfile, (rename,, fix, parse, errors,, remove, useless, commands)
Batch Justfile audit: standardised naming (lowercase→Justfile), fixed parse errors, removed useless build-riscv from non-Rust repos, added missing assail recipe, and fixed code quality issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d1c292 commit 93e0035

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

justfile renamed to Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ bench:
4747
# Pre-commit checks
4848
check: fmt-check lint test
4949
@echo "All checks passed."
50+
51+
# Run panic-attacker pre-commit scan
52+
assail:
53+
@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)