Skip to content

Commit c33e16f

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 ce5a24a commit c33e16f

2 files changed

Lines changed: 1547 additions & 4 deletions

File tree

Justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,6 @@ sync-metadata:
10591059
echo "✓ Metadata synchronized"
10601060
fi
10611061
1062-
# [AUTO-GENERATED] Multi-arch / RISC-V target
1063-
build-riscv:
1064-
@echo "Building for RISC-V..."
1065-
cross build --target riscv64gc-unknown-linux-gnu
1062+
# Run panic-attacker pre-commit scan
1063+
assail:
1064+
@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)