We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4434c49 commit ce085b2Copy full SHA for ce085b2
2 files changed
PROJECT_SUMMARY.md
@@ -546,7 +546,7 @@ heterogenous-mobile-computing/
546
│ ├── ai.txt # AI training policy
547
│ └── humans.txt # Team info
548
├── Cargo.toml # Rust package config
549
-├── justfile # Task automation (40+ recipes)
+├── Justfile # Task automation (40+ recipes)
550
├── flake.nix # Nix reproducible builds
551
├── .gitlab-ci.yml # CI/CD pipeline
552
├── .gitignore # Git ignore rules
docs/compliance-checklist.md
@@ -263,7 +263,7 @@ cargo build --release
263
# 6. Documentation
264
cargo doc --no-deps
265
266
-# 7. Full validation (using justfile)
+# 7. Full validation (using Justfile)
267
just validate
268
269
# 8. RSR compliance report
0 commit comments