Skip to content

Commit 9d89bb8

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent 3e79c93 commit 9d89bb8

300 files changed

Lines changed: 700 additions & 700 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ developer-ecosystem/
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
---

HOL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit f26ba140abde8c3900e1e5a6fa816e1e3b3e7eba
1+
Subproject commit 915a1f4d70524ea00e210d5a17007dc04d54f64d

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

ada-ecosystem/ada-loom-registry/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ developer-ecosystem/
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
---

ada-ecosystem/ada-loom-registry/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

affinescript-ecosystem/affinescript-vite/docs/practice/AI-CONVENTIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ MAINTENANCE-CHECKLIST.a2ml, or SOFTWARE-DEVELOPMENT-APPROACH.a2ml in the reposit
7272
7373
## Build System
7474

75-
Use `just` (justfile) for all build, test, lint, and format tasks.
75+
Use `just` (Justfile) for all build, test, lint, and format tasks.
7676

7777
## References
7878

affinescript-ecosystem/affinescriptiser/docs/practice/AI-CONVENTIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ MAINTENANCE-CHECKLIST.a2ml, or SOFTWARE-DEVELOPMENT-APPROACH.a2ml in the reposit
7272
7373
## Build System
7474

75-
Use `just` (justfile) for all build, test, lint, and format tasks.
75+
Use `just` (Justfile) for all build, test, lint, and format tasks.
7676

7777
## References
7878

affinescript-ecosystem/rattlescript/docs/practice/AI-CONVENTIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ MAINTENANCE-CHECKLIST.a2ml, or SOFTWARE-DEVELOPMENT-APPROACH.a2ml in the reposit
7272
7373
## Build System
7474

75-
Use `just` (justfile) for all build, test, lint, and format tasks.
75+
Use `just` (Justfile) for all build, test, lint, and format tasks.
7676

7777
## References
7878

aggregate-library/RSR_COMPLIANCE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The aggregate-library project has achieved **GOLD level RSR compliance (100/100)
5959
- ✅ .well-known/security.txt - RFC 9116 compliant
6060
- ✅ .well-known/ai.txt - AI training policies
6161
- ✅ .well-known/humans.txt - Contributor attribution
62-
-justfile - 30+ recipes for validation and compliance
62+
-Justfile - 30+ recipes for validation and compliance
6363
- ✅ Version control (Git)
6464

6565
**Additional:**
@@ -149,7 +149,7 @@ The aggregate-library project has achieved **GOLD level RSR compliance (100/100)
149149
- ✅ 20 operation specifications
150150
- ✅ Test cases for each operation (YAML format)
151151
- ✅ Edge case coverage
152-
- ✅ Validation recipes in justfile
152+
- ✅ Validation recipes in Justfile
153153
- ⚠️ No automated test execution (specification repo)
154154

155155
**Test Quality:**
@@ -214,7 +214,7 @@ The aggregate-library project has achieved **GOLD level RSR compliance (100/100)
214214
### 9. Build System (9/10) ✅
215215

216216
**Build Tools:**
217-
-justfile with 30+ recipes
217+
-Justfile with 30+ recipes
218218
- ✅ Validation automation
219219
- ✅ Compliance checking
220220
- ✅ Documentation verification
@@ -282,7 +282,7 @@ The aggregate-library project has achieved **GOLD level RSR compliance (100/100)
282282
|---------|--------|----------|
283283
| Comprehensive documentation || SPEC_FORMAT.md, CLAUDE.md |
284284
| .well-known directory || security.txt, ai.txt, humans.txt |
285-
| Build automation || justfile (30+ recipes) |
285+
| Build automation || Justfile (30+ recipes) |
286286
| Test coverage | ⚠️ | Test specs provided (not executable) |
287287
| Security considerations || Comprehensive SECURITY.md |
288288

@@ -350,7 +350,7 @@ just rsr # RSR compliance check
350350
✅ Test Cases: 20/20 operations have tests
351351
✅ Documentation: 9/9 required files present
352352
✅ .well-known: 3/3 files present
353-
✅ Infrastructure: justfile with 30+ recipes
353+
✅ Infrastructure: Justfile with 30+ recipes
354354
✅ Security: Comprehensive policies
355355
✅ Community: TPCF Perimeter 3 compliant
356356
✅ Licensing: Dual MIT / Palimpsest v0.8

aggregate-library/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)