Skip to content

Commit b3b4add

Browse files
hyperpolymathclaude
andcommitted
chore: standardise, Justfile, (rename,, fix, parse, errors,, remove, useless, commands), remove, just, from, .tool-versions
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 d3b7eb4 commit b3b4add

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.tool-versions

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
# Primary runtime
66
deno 2.1.4
77

8-
# Build tools
9-
just 1.36.0

justfile renamed to Justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ release VERSION:
3232
@echo "Releasing {{VERSION}}..."
3333

3434

35-
# [AUTO-GENERATED] Multi-arch / RISC-V target
36-
build-riscv:
37-
@echo "Building for RISC-V..."
38-
cross build --target riscv64gc-unknown-linux-gnu
39-
4035
# Run panic-attacker pre-commit scan
4136
assail:
4237
@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)