Gate Activity

Your tool calls.

Install ID missing or invalid. Your install ID is printed by the gate at install time and is part of your receipts URL (/receipts?id=…). How to read your gate activity.

Anatomy of a holdA held call reads: HELD, filesystem write_file. ChangeKind added-required-param, a fixed taxonomy rather than free prose. Pinned: write_file with path and content, which is your baseline. Live: write_file with path, content and a newly required mode parameter, which is what the server sends now. Posture guard, which is why it held; monitor would only notify. Blast radius write, not reversible, stays on this machine. Three exits are offered: re-pin, reject, or tune the posture. All three are reversible.HELDfilesystem · write_fileChangeKindadded-required-parampinnedwrite_file(path, content)livewrite_file(path, content, mode*)postureguardblast radiusWRITE · not reversible · local* newly required→ re-pin→ reject→ tune posture1A fixed taxonomy. One of thirteensurfaced kinds. Never free prose.2Your baseline. What you saw first.3What the server sends now.4Why it held here. Monitor wouldnotify and let it through.5What the call would have done.6Three exits. All reversible.THE GATE SAYS “THIS CHANGED”, NEVER “THIS IS UNSAFE”.
Fig. 05 · A hold is a decision with three exits, not an error.
Read Fig. 05 as text
  |- HELD   filesystem - write_file
     ChangeKind    added-required-param       (1) fixed taxonomy. never free prose.
     pinned        write_file(path, content)  (2) your baseline. what you saw first.
     live          write_file(path, content,  (3) what the server sends now.
                              mode *)
                              * newly required
     posture       guard                      (4) why it held here. monitor would notify.
     blast radius  WRITE - not reversible     (5) what the call would have done.
                   - stays on this machine
     -> re-pin   -> reject   -> tune posture  (6) three exits. all reversible.

  the gate says "this changed", never "this is unsafe".

Permalink, SVG & reuse · CC BY 4.0