fix(sidecar): protocol 13 — a configuration write no longer waits for its reload (F9) #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/protocol-13-config-reload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The sidecar half of protocol 13's first piece (
PLAN_FIXES.mdF9, D177; spec docs#286 §19.2). Pairs with Rust-Plugins#16.edgewas re-created frommain(it had been deleted after the phase-18 cutover).PROTOCOL_VERSIONis 13, and there's a new# Protocol 13section inmain.rs.config.outcomeis anevent, soFiling::ofalready stores and feeds it.CONFIG_RELOAD_WINDOWanda_rollback_fits_inside_the_rpc_budget. That arithmetic existed because the reply waited for the reload, and it doesn't any more./config/write504body dropsreloadWindowSeconds. Module-Rust never read it. The comment no longer points at a rollback in progress.Checks:
cargo fmt --checkandcargo clippy --all-targets -D warningsare clean, andcargo testpasses 65/65.🤖 Generated with Claude Code
https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY