Skip to content

Commit 9692a70

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent 763eab1 commit 9692a70

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Compliance includes:
243243

244244
* Comprehensive documentation (README, QUICKSTART, Wiki, CONTRIBUTING, SECURITY)
245245
* Governance (CODE_OF_CONDUCT, MAINTAINERS, TPCF Perimeter 3)
246-
* Build systems (justfile, Makefile, Nix flake, CI/CD)
246+
* Build systems (Justfile, Makefile, Nix flake, CI/CD)
247247
* Security (RFC 9116 security.txt, vulnerability disclosure)
248248
* Emotional safety (Palimpsest license, reversibility, learning culture)
249249
* Offline-first capability

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This project adheres to the [Rhodium Standard Repository](https://github.com/hyp
7777

7878
-**Comprehensive Documentation** - README, QUICKSTART, Wiki, CONTRIBUTING, SECURITY
7979
-**Governance** - CODE_OF_CONDUCT, MAINTAINERS, TPCF Perimeter 3
80-
-**Build Systems** - justfile, Makefile, Nix flake, CI/CD
80+
-**Build Systems** - Justfile, Makefile, Nix flake, CI/CD
8181
-**Security** - RFC 9116 security.txt, vulnerability disclosure, automated tests
8282
-**Emotional Safety** - Palimpsest license, reversibility, learning culture
8383
-**Offline-First** - Air-gapped operation capability

scripts/rsr-verify.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ echo
9696
echo -e "${BLUE}=== Build System ===${NC}"
9797
echo
9898

99-
check "justfile exists" "[ -f justfile ]"
100-
check "justfile has setup recipes" "grep -q 'setup' justfile"
101-
check "justfile has test recipes" "grep -q 'test' justfile"
99+
check "justfile exists" "[ -f Justfile ]"
100+
check "justfile has setup recipes" "grep -q 'setup' Justfile"
101+
check "justfile has test recipes" "grep -q 'test' Justfile"
102102
check "flake.nix exists (Nix)" "[ -f flake.nix ]"
103103
check "Makefile exists" "[ -f Makefile.qubes ]"
104104
check "CI/CD configuration exists" "[ -f .gitlab-ci.yml ] || [ -f .github/workflows/*.yml ]"

0 commit comments

Comments
 (0)