stack_write_check
Verify write access to the stack by performing a round-trip smoke test: write a marker insight, read it back, and optionally clean up. Ideal for device setup, restart, or troubleshooting.
Instructions
Round-trip smoke test: write a marker insight to the chronicle, read it back, optionally clean up. Confirms the calling instance can WRITE to the stack — useful when bringing up a new device, after a restart, or when troubleshooting comms. By default the marker is left in chronicle/insights/ so the audit trail of write checks is preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Identifier for the calling instance (e.g. claude-iphone, claude-web). Recorded in the marker for attribution. | |
| cleanup | No | If true, remove the marker after readback. Default false — keeps the audit trail. |