Skip to content

Commit 3f83cf7

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 d13efc4 commit 3f83cf7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Justfile

Lines changed: 4 additions & 2 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-rs"
23+
OWNER := "hyperpolymath"
24+
REPO := "a2ml-rs"
2325
version := "0.1.0"
2426
tier := "infrastructure" # 1 | 2 | infrastructure
2527

0 commit comments

Comments
 (0)