Strata 1.10.4
Unregister fixes from live QA.
strata unregister --harness codexnow removes the entiremcp_servers.stratasubtree — including approval-state subtables the Codex CLI adds on its own — so removal can never leave a config Codex refuses to load. Manually-created entries stay untouched.- Artifacts matching an older shipped version (a project registered under an earlier release) are recognized as Strata's own and removed cleanly, instead of being flagged "edited" with a failing exit code. Only content you actually changed is kept, with a warning.
- The release-discipline guard now also covers the Codex config blocks.
- Docs: after upgrading, plain
strata registerrefreshes everything — no unregister needed.