coderclaw systemSystem-level helpers for the Gateway: enqueue system events, control heartbeats, and view presence.
coderclaw system event --text "Check for urgent follow-ups" --mode now
coderclaw system heartbeat enable
coderclaw system heartbeat last
coderclaw system presence
system eventEnqueue a system event on the main session. The next heartbeat will inject
it as a System: line in the prompt. Use --mode now to trigger the heartbeat
immediately; next-heartbeat waits for the next scheduled tick.
Flags:
--text <text>: required system event text.--mode <mode>: now or next-heartbeat (default).--json: machine-readable output.system heartbeat last|enable|disableHeartbeat controls:
last: show the last heartbeat event.enable: turn heartbeats back on (use this if they were disabled).disable: pause heartbeats.Flags:
--json: machine-readable output.system presenceList the current system presence entries the Gateway knows about (nodes, instances, and similar status lines).
Flags:
--json: machine-readable output.