@@ -46,7 +46,7 @@ Bronze level establishes foundational documentation, security policies, build sy
4646| 8 | .well-known/security.txt (RFC 9116) | ✅ | ` .well-known/security.txt ` |
4747| 9 | .well-known/ai.txt | ✅ | ` .well-known/ai.txt ` |
4848| 10 | .well-known/humans.txt | ✅ | ` .well-known/humans.txt ` |
49- | 11 | Build system (justfile ) | ✅ | ` justfile ` |
49+ | 11 | Build system (Justfile ) | ✅ | ` justfile ` |
5050| 12 | Nix flakes (flake.nix) | ✅ | ` flake.nix ` |
5151| 13 | CI/CD (.gitlab-ci.yml) | ✅ | ` .gitlab-ci.yml ` |
5252| 14 | TPCF governance documentation | ✅ | ` governance/PROJECT_GOVERNANCE.md ` |
@@ -76,7 +76,7 @@ Bronze level establishes foundational documentation, security policies, build sy
7676- Tri-Perimeter Contribution Framework (TPCF)
7777
7878** Build Automation** :
79- - justfile with 40+ recipes
79+ - Justfile with 40+ recipes
8080- Nix flakes for reproducible builds
8181- GitLab CI/CD with multi-stage pipeline
8282- Automated testing and linting
@@ -225,7 +225,7 @@ All compliance requirements can be manually verified:
225225ls -lh * .md governance/* .md .well-known/
226226
227227# Check build systems
228- ls -lh justfile flake.nix .gitlab-ci.yml
228+ ls -lh Justfile flake.nix .gitlab-ci.yml
229229
230230# Check tests
231231pytest tests/ -v
@@ -377,7 +377,7 @@ Questions about RSR compliance:
377377✅ .well-known/security.txt
378378✅ .well-known/ai.txt
379379✅ .well-known/humans.txt
380- ✅ justfile
380+ ✅ Justfile
381381✅ flake.nix
382382✅ .gitlab-ci.yml
383383✅ .gitignore
0 commit comments