Phase 2: persist and reconcile runtime state #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal\nAdd durable session state and a reconciliation policy for semantic parameter values.\n\n## Scope\n- Persist selected section/page/bank, surface bindings, and parameter shadow state.\n- Restore state deterministically at session startup.\n- Define reconciliation behavior for host updates, hardware feedback, and unavailable readback.\n\n## Acceptance criteria\n- A runtime session survives restart with documented persistence semantics.\n- Conflicts between host, shadow, and hardware state have a deterministic policy.\n- Tests cover restore, stale state, and conflicting updates.\n- The fidelity policy is visible to users and provenance consumers.\n\n## Non-goals\n- General preset librarian workflows.