Skip to content

Commit 449dd7e

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent fc32d98 commit 449dd7e

13 files changed

Lines changed: 17 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vexometer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

EXPLAINME.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for satellite intervention modules.
8585
`satellite-template/` is the scaffolding template for creating new satellite
8686
projects.
8787
The root `Justfile` provides monorepo-wide recipes (`just build-all`,
88-
`just test-all`, `just ci-gate`) that invoke sub-project justfiles in order.
88+
`just test-all`, `just ci-gate`) that invoke sub-project Justfiles in order.
8989

9090
*Honest caveat.*
9191
The `vext-email-gateway/` is explicitly marked in the README as a prototype

lazy-eliminator/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vexometer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

satellite-template/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vexometer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

vexometer-satellites/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vexometer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

vexometer/CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
=== Perimeter 1 (Core)
99
Maintainers only. Includes:
1010

11-
* Build system (flake.nix, justfile)
11+
* Build system (flake.nix, Justfile)
1212
* Core Ada packages
1313
* Security-critical code
1414

vexometer/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vexometer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

vexometer/docs/SATELLITES.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ vex-SATELLITE_NAME/
263263
├── alire.toml # Ada package (if applicable)
264264
├── Cargo.toml # Rust package (if applicable)
265265
├── flake.nix
266-
└── justfile
266+
└── Justfile
267267
----
268268

269269
== Satellite ECOSYSTEM.scm Template
@@ -405,7 +405,7 @@ All satellites must follow:
405405
orchestration, Haskell for pure logic. Avoid Python.
406406
* *VCS*: GitLab primary, GitHub mirror acceptable
407407
* *Containers*: Podman over Docker
408-
* *Build*: justfile over Makefile
408+
* *Build*: Justfile over Makefile
409409
* *Package managers*: Alire (Ada), Cargo (Rust), Mix (Elixir), Cabal (Haskell)
410410
* *Standard*: RSR (Rhodium Standard Repository) compliance
411411
* *License*: PMPL-1.0-or-later

vext-email-gateway/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vexometer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

vext/CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Team attribution (`.well-known/humans.txt`)
2121
- Automated RSR compliance checker (`tools/rsr_checker.py`)
2222
- Nix flakes for reproducible builds (`flake.nix`)
23-
- justfile for build automation
23+
- Justfile for build automation
2424
- GitLab CI/CD configuration
2525
- Comprehensive security policy (SECURITY.md)
2626
- Code of Conduct with emotional safety framework

0 commit comments

Comments
 (0)