Skip to content

Strata 1.10.3

Choose a tag to compare

@oren198 oren198 released this 28 Aug 20:14
· 270 commits to main since this release

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]" (--yes for 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-running strata register refreshes 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.yaml edits 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 — with strata_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.