Skip to content

Commit ce085b2

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent 4434c49 commit ce085b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PROJECT_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ heterogenous-mobile-computing/
546546
│ ├── ai.txt # AI training policy
547547
│ └── humans.txt # Team info
548548
├── Cargo.toml # Rust package config
549-
├── justfile # Task automation (40+ recipes)
549+
├── Justfile # Task automation (40+ recipes)
550550
├── flake.nix # Nix reproducible builds
551551
├── .gitlab-ci.yml # CI/CD pipeline
552552
├── .gitignore # Git ignore rules

docs/compliance-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ cargo build --release
263263
# 6. Documentation
264264
cargo doc --no-deps
265265

266-
# 7. Full validation (using justfile)
266+
# 7. Full validation (using Justfile)
267267
just validate
268268

269269
# 8. RSR compliance report

0 commit comments

Comments
 (0)