Skip to content

Commit 1d2ea0f

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 a5e4324 commit 1d2ea0f

2 files changed

Lines changed: 3 additions & 384 deletions

File tree

Justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ help:
375375
@echo ""
376376
@echo "Run 'just --list' to see all available commands"
377377

378-
# [AUTO-GENERATED] Multi-arch / RISC-V target
379-
build-riscv:
380-
@echo "Building for RISC-V..."
381-
cross build --target riscv64gc-unknown-linux-gnu
378+
# Run panic-attacker pre-commit scan
379+
assail:
380+
@command -v panic-attack >/dev/null 2>&1 && panic-attack assail . || echo "panic-attack not found — install from https://github.com/hyperpolymath/panic-attacker"

justfile

Lines changed: 0 additions & 380 deletions
This file was deleted.

0 commit comments

Comments
 (0)