0.1.0-0-pre.1
This commit is contained in:
17
docs/validation/001-VALIDATION_GATES.md
Normal file
17
docs/validation/001-VALIDATION_GATES.md
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- file: docs/validation/001-VALIDATION_GATES.md -->
|
||||
<!-- version: 1 -->
|
||||
|
||||
# Gates de validation
|
||||
|
||||
Baseline Rust et documentation :
|
||||
|
||||
```bash
|
||||
cargo fmt --all -- --check
|
||||
python3 scripts/audit_rust_workspace_rules.py
|
||||
python3 scripts/audit_markdown_tables.py README.md RULES.md ROADMAP.md CHANGELOG.md docs deltas prompts
|
||||
cargo check --workspace
|
||||
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
cargo test --workspace
|
||||
```
|
||||
|
||||
Le build Android n'est pas une gate de `0.1.0-0-pre.1` : le projet Gradle exécutable et l'intégration SDL3/NDK sont planifiés pour une prerelease dédiée.
|
||||
Reference in New Issue
Block a user