Strata 1.10.3
The first-run and live-fleet release, from three rounds of operator QA.
- Register asks the two questions that matter: a markerless directory gets "Register here anyway? [y/N]" (
--yesfor scripts), and an interactive register offers to store your judge key in.env(created owner-only, gitignore-verified). - Guidance reaches agents — and stays current: the seeded AGENTS.md and skills now tell agents memory access is only through the strata MCP tools (never
strata start), and re-runningstrata registerrefreshes its own unmodified artifacts when the shipped versions change; your edits are never touched. - The fleet is live: the Console and the MCP server pick up
fleet.yamledits without restart (invalid edits keep the last good fleet, with a visible warning), and a session can rebind to another scope — including one it just created — withstrata_bind. Session identity never changes; every contribution records the binding it was made under. - Startup now refuses a binding to an archived scope (previously accepted).
Judged-memory flows remain backend-free; the backend serves the Console only.