0.3.17-pre.002
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: docs/validation/034-V0_3_17_RAW_OPERATIONAL_RESILIENCE.md -->
|
||||
<!-- version: 1 -->
|
||||
<!-- version: 2 -->
|
||||
|
||||
# Validation `0.3.17` — résilience opérationnelle et cycle de vie des variantes RAW
|
||||
|
||||
@@ -568,3 +568,63 @@ cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
```
|
||||
|
||||
Aucun test live n'est requis par cette tranche documentaire de planning.
|
||||
|
||||
## 23. Gate opérateur `0.3.17-pre.001` reçu avant `pre.002`
|
||||
|
||||
Le 24 septembre 2026, l'opérateur a exécuté sur son checkout après application de `0.3.17-pre.001` :
|
||||
|
||||
```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 prompts crates deltas
|
||||
cargo check --workspace
|
||||
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
```
|
||||
|
||||
Résultats fournis :
|
||||
|
||||
```text
|
||||
cargo fmt --all -- --check aucun diagnostic
|
||||
General Rust rule audit clean
|
||||
Rust export completeness audit 0 candidate(s)
|
||||
KSP workspace Rust rule audit clean
|
||||
Markdown table audit clean (352 table(s), 965 file(s))
|
||||
cargo check --workspace PASS, 0.3.17-pre.1, 6.11 s
|
||||
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
PASS, 0.3.17-pre.1, 25.28 s
|
||||
```
|
||||
|
||||
Ce gate ferme `pre.001` et autorise `0.3.17-pre.002`. Aucun test runtime/live supplémentaire n'était requis par le delta `pre.001`.
|
||||
|
||||
## 24. Assemblage `0.3.17-pre.002`
|
||||
|
||||
La tranche `pre.002` matérialise uniquement les contrats backend-neutral prévus au sizing :
|
||||
|
||||
```text
|
||||
variant inspection
|
||||
conflict inspection + participants
|
||||
append-only history DTO/query
|
||||
double-revision action request
|
||||
stale/idempotent outcomes
|
||||
StoreErrorClass + StoreErrorClassifier
|
||||
```
|
||||
|
||||
Aucune migration V004, implémentation PostgreSQL, façade Store, politique Worker retry ou reconnexion Transport n'est introduite.
|
||||
|
||||
Audits locaux après assemblage :
|
||||
|
||||
```text
|
||||
General Rust rule audit clean
|
||||
Rust export completeness audit 0 candidate(s)
|
||||
KSP workspace Rust rule audit clean
|
||||
Markdown table audit clean (352 table(s), 966 file(s))
|
||||
```
|
||||
|
||||
Limitation inchangée de l'environnement d'assemblage :
|
||||
|
||||
```text
|
||||
cargo/rustc/rustfmt unavailable
|
||||
cargo fmt/check/clippy/test pre.002 NOT RUN ici
|
||||
```
|
||||
|
||||
Le gate opérateur requis pour fermer `pre.002` est celui de `deltas/0.3.17/pre.002.md`, incluant `cargo test -p ksp-store-api --all-targets --all-features`.
|
||||
|
||||
Reference in New Issue
Block a user