11## Summary
22
3- What does this change do?
3+ What does this change do, and why ?
44
55## Determinism Impact
66
77- [ ] No determinism impact
88- [ ] Improves determinism
9- - [ ] Changes arithmetic behavior
9+ - [ ] Changes arithmetic behavior (Q16.16 / ` FxpScalar ` )
1010
11- Explain why.
11+ If arithmetic behavior changes, explain why and what compatibility fixtures were updated.
12+
13+ ## ` no_std ` / Kernel ABI
14+
15+ Only applies if ` crates/valori-kernel ` or ` crates/valori-core ` were touched.
16+
17+ - [ ] N/A — kernel/core not touched
18+ - [ ] No ` use std:: ` added inside ` valori-kernel/src/ ` ; std-only code is gated behind ` #[cfg(feature = "std")] `
19+ - [ ] ` cargo build -p valori-kernel --target wasm32-unknown-unknown ` passes locally
20+
21+ ## Standalone + Cluster Parity
22+
23+ Only applies if this adds or changes an HTTP endpoint or a ` KernelEvent ` .
24+
25+ - [ ] N/A — no endpoint/event change
26+ - [ ] Handler added to ** both** ` server.rs ` and ` cluster_server.rs `
27+ - [ ] Write path in cluster mode goes through ` raft.client_write() ` , not a direct engine lock
28+ - [ ] ` cargo test -p valori-node --test route_parity ` passes (or the allowlist was updated with a reason)
1229
1330## Cross-Architecture Behavior
1431
@@ -19,9 +36,18 @@ Tested on:
1936
2037## Tests
2138
22- Include reproduction / validation cases.
39+ - [ ] ` cargo test -p valori-kernel -p valori-node ` passes
40+ - [ ] ` cargo fmt --all -- --check ` and ` cargo clippy --workspace --all-targets -- -D warnings ` pass
41+
42+ Include reproduction / validation cases below.
43+
44+ ## UI (if applicable)
45+
46+ - [ ] N/A — no UI change
47+ - [ ] Verified in both dark and light mode (semantic tokens only, no hardcoded colors)
2348
2449## Notes
2550
26- If this relates to forensic or evaluator tracks,
27- confirm that logic is kernel-appropriate.
51+ If this relates to forensic or evaluator tracks, confirm that logic is kernel-appropriate.
52+
53+ Anything deferred to a follow-up, and which phase/issue owns it.
0 commit comments