Skip to content

Commit dd7b35e

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent 11f8541 commit dd7b35e

16 files changed

Lines changed: 48 additions & 48 deletions

CONTRIBUTING.md

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

lithoglyph/CONTRIBUTING.md

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

lithoglyph/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

lithoglyph/analytics/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

lithoglyph/beam/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

lithoglyph/geo/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

lithoglyph/glyphbase/CONTRIBUTING.md

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

lithoglyph/glyphbase/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ podman pull ghcr.io/hyperpolymath/glyphbase:latest
121121
# Run with podman
122122
podman run -p 4000:4000 -v ./data:/data:Z ghcr.io/hyperpolymath/glyphbase:latest
123123

124-
# Or use justfile
124+
# Or use Justfile
125125
just docker-build # Uses podman
126126
just docker-run
127127
```

lithoglyph/glyphbase/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

lithoglyph/glyphbase/scripts/rebrand-to-lithoglyph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ done
114114
# Rebrand build files
115115
echo ""
116116
echo "Rebranding build files..."
117-
for file in justfile docker-compose.yml server/ffi/zig/build.zig server/native/build.zig server/native/Makefile; do
117+
for file in Justfile docker-compose.yml server/ffi/zig/build.zig server/native/build.zig server/native/Makefile; do
118118
rebrand_file "$file"
119119
done
120120

0 commit comments

Comments
 (0)