Skip to content

Commit 3e9f8c9

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent df17f42 commit 3e9f8c9

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

CHANGELOG.md

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

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Active contributors have demonstrated consistent, quality contributions and assi
9393

9494
### Build & Release
9595
**Lead**: [Core Developer 2]
96-
- justfile, Makefile
96+
- Justfile, Makefile
9797
- Nix flakes
9898
- CI/CD pipelines
9999
- Release process

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ vext/
255255
│ │ ├── git.ts # Git post-receive hook
256256
│ │ └── install.ts
257257
│ └── deno.json
258-
└── justfile # Build automation
258+
└── Justfile # Build automation
259259
----
260260

261261
== License

RSR_COMPLIANCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Bronze level establishes foundational documentation, security policies, build sy
4646
| 8 | .well-known/security.txt (RFC 9116) || `.well-known/security.txt` |
4747
| 9 | .well-known/ai.txt || `.well-known/ai.txt` |
4848
| 10 | .well-known/humans.txt || `.well-known/humans.txt` |
49-
| 11 | Build system (justfile) || `justfile` |
49+
| 11 | Build system (Justfile) || `justfile` |
5050
| 12 | Nix flakes (flake.nix) || `flake.nix` |
5151
| 13 | CI/CD (.gitlab-ci.yml) || `.gitlab-ci.yml` |
5252
| 14 | TPCF governance documentation || `governance/PROJECT_GOVERNANCE.md` |
@@ -76,7 +76,7 @@ Bronze level establishes foundational documentation, security policies, build sy
7676
- Tri-Perimeter Contribution Framework (TPCF)
7777

7878
**Build Automation**:
79-
- justfile with 40+ recipes
79+
- Justfile with 40+ recipes
8080
- Nix flakes for reproducible builds
8181
- GitLab CI/CD with multi-stage pipeline
8282
- Automated testing and linting
@@ -225,7 +225,7 @@ All compliance requirements can be manually verified:
225225
ls -lh *.md governance/*.md .well-known/
226226

227227
# Check build systems
228-
ls -lh justfile flake.nix .gitlab-ci.yml
228+
ls -lh Justfile flake.nix .gitlab-ci.yml
229229

230230
# Check tests
231231
pytest tests/ -v
@@ -377,7 +377,7 @@ Questions about RSR compliance:
377377
✅ .well-known/security.txt
378378
✅ .well-known/ai.txt
379379
✅ .well-known/humans.txt
380-
justfile
380+
Justfile
381381
✅ flake.nix
382382
✅ .gitlab-ci.yml
383383
✅ .gitignore

0 commit comments

Comments
 (0)