Skip to content

Commit b991953

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 6141643 commit b991953

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

Justfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# RSR Standard Justfile Template
55
# https://just.systems/man/en/
@@ -19,7 +19,9 @@ set positional-arguments := true
1919
import? "contractile.just"
2020

2121
# Project metadata — customize these
22-
project := "{{PROJECT_NAME}}"
22+
project := "a2ml-haskell"
23+
OWNER := "hyperpolymath"
24+
REPO := "a2ml-haskell"
2325
version := "0.1.0"
2426
tier := "infrastructure" # 1 | 2 | infrastructure
2527

@@ -904,11 +906,6 @@ edit:
904906
maint-assault:
905907
@./.machine_readable/scripts/maintenance/maint-assault.sh
906908

907-
# [AUTO-GENERATED] Multi-arch / RISC-V target
908-
build-riscv:
909-
@echo "Building for RISC-V..."
910-
cross build --target riscv64gc-unknown-linux-gnu
911-
912909
# Run panic-attacker pre-commit scan
913910
assail:
914911
@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)