LoopX v0.1.1 — can-write repair deadlock fix
LoopX v0.1.1 Release Notes
LoopX v0.1.1 is a patch release that fixes a self-deadlock in the write-protection
gate, and polishes the public repo for installation and discovery.
Highlights
-
Repair write-lock deadlock fixed: previously, when a stage such as
health_gatefailed withCHANGES_REQUIREDand returned todevelopment,
can-write --kind businessstill blocked all business writes — including the
code changes required to fix that very stage. The repair path deadlocked
itself.Now a
CHANGES_REQUIREDstage no longer locks business writes when the run
is atdevelopmentwith an open repair ticket whosereturn_to=development
and with solution/test reviews satisfied.BLOCKEDstages still always lock
writes, and ticket-lessCHANGES_REQUIREDstill blocks out-of-band writes. -
Installable as a plugin: LoopX now ships
marketplace.jsonplus
.claude-plugin/.codex-pluginmanifests, so ZCode and Claude Code users
can install it directly:plugin marketplace add https://github.com/rye567/loopx plugin install loopx
-
README now opens with an end-to-end demo GIF and a Mermaid flow diagram of
the staged workflow (human confirmation gates and the write-unlock point).
Upgrade
Plugin users: plugin update loopx.
Manual installs: git pull in your clone.
Full details: CHANGELOG.md.