Skip to content

Commit 2c29ede

Browse files
committed
chore: checkpoint local changes
1 parent be29620 commit 2c29ede

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

PHRONESIS-ALIGNMENT-GAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ impl PackageManager {
417417
### Phase 1: Quick Wins (1 week)
418418
**Goal:** Close easy gaps
419419
1. ✅ Create TOOLCHAIN-WISHLIST.md (complete)
420-
2. ✅ Align justfile structure (complete)
420+
2. ✅ Align Justfile structure (complete)
421421
3. Create syntax highlighting files
422422
4. Enhanced error messages
423423

RSR_OUTLINE.adoc

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

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

2323
== Quick Start
2424

@@ -33,7 +33,7 @@ rm -rf .git
3333
git init
3434
3535
# Customize
36-
sed -i 's/RSR-template-repo/my-project/g' justfile guix.scm README.adoc
36+
sed -i 's/RSR-template-repo/my-project/g' Justfile guix.scm README.adoc
3737
3838
# Enter development environment
3939
guix shell -D -f guix.scm
@@ -84,7 +84,7 @@ just validate-rsr
8484

8585
== Justfile Features
8686

87-
The template justfile provides:
87+
The template Justfile provides:
8888

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

0 commit comments

Comments
 (0)