Skip to content

Commit 3a7a2d6

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent 4783a86 commit 3a7a2d6

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8686
- .well-known/security.txt (RFC 9116)
8787
- .well-known/ai.txt (AI training policies)
8888
- .well-known/humans.txt (attribution)
89-
- justfile with build recipes
89+
- Justfile with build recipes
9090
- flake.nix for Nix reproducible builds
9191
- .gitlab-ci.yml for CI/CD
9292

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8585
- .well-known/security.txt (RFC 9116)
8686
- .well-known/ai.txt (AI training policies)
8787
- .well-known/humans.txt (attribution)
88-
- justfile with build recipes
88+
- Justfile with build recipes
8989
- flake.nix for Nix reproducible builds
9090
- .gitlab-ci.yml for CI/CD
9191

RSR_COMPLIANCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ cargo check
231231
- Cross-platform support
232232
- All common tasks covered
233233

234-
#### ✅ Just (justfile)
234+
#### ✅ Just (Justfile)
235235
- 30+ recipes
236236
- RSR compliance validation
237237
- Development workflows
@@ -456,7 +456,7 @@ Document this as **intentional design decision**:
456456
| .well-known/ai.txt || 10/10 | AI training policies |
457457
| .well-known/humans.txt || 10/10 | Comprehensive attribution |
458458
| TPCF || 10/10 | Perimeter 3 implemented |
459-
| justfile || 10/10 | 30+ recipes |
459+
| Justfile || 10/10 | 30+ recipes |
460460
| flake.nix || 10/10 | Nix reproducibility |
461461

462462
---
@@ -534,7 +534,7 @@ just validate-rsr
534534
# ✅ .well-known/security.txt
535535
# ✅ .well-known/ai.txt
536536
# ✅ .well-known/humans.txt
537-
#justfile
537+
#Justfile
538538
# ✅ Makefile
539539
# ✅ Cargo.toml
540540
# ✅ Tests compile

RSR_OUTLINE.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository provides the standardized structure, configuration, and tooling
1717

1818
* Bootstrap new projects with RSR compliance
1919
* Reference the standard directory structure
20-
* Copy configuration templates (justfile, STATE.scm, etc.)
20+
* Copy configuration templates (Justfile, STATE.scm, etc.)
2121

2222
== Quick Start
2323

@@ -32,7 +32,7 @@ rm -rf .git
3232
git init
3333
3434
# Customize
35-
sed -i 's/RSR-template-repo/my-project/g' justfile guix.scm README.adoc
35+
sed -i 's/RSR-template-repo/my-project/g' Justfile guix.scm README.adoc
3636
3737
# Enter development environment
3838
guix shell -D -f guix.scm
@@ -83,7 +83,7 @@ just validate-rsr
8383

8484
== Justfile Features
8585

86-
The template justfile provides:
86+
The template Justfile provides:
8787

8888
* **~10 billion recipe combinations** via matrix recipes
8989
* **Cookbook generation**: `just cookbook` → `docs/just-cookbook.adoc`
@@ -109,7 +109,7 @@ just ci # Full CI pipeline
109109
110110
just validate # RSR + STATE validation
111111
just docs # Generate all docs
112-
just cookbook # Generate justfile docs
112+
just cookbook # Generate Justfile docs
113113
114114
just guix-shell # Guix dev environment
115115
just container-build # Build container
@@ -133,7 +133,7 @@ project/
133133
│ ├── man/
134134
│ └── just-cookbook.adoc
135135
├── guix.scm # Guix package
136-
├── justfile # Task runner
136+
├── Justfile # Task runner
137137
├── LICENSE.txt # Dual license
138138
├── README.adoc # Overview
139139
├── RSR_COMPLIANCE.adoc # Compliance

0 commit comments

Comments
 (0)