Signal agent health checks instantly
nudge-syncskillsetup L2★64
Tibsfox/gsd-skill-creator ↗What it does
Send synchronous urgent signals between agents with latest-wins overwrite
Best for
Gastown health checks and stall detection where only the latest signal matters and fast overwrite is critical
Inputs
- · NudgeMessage (from, type, message, timestamp, requires_response)
- · recipient agent ID
Outputs
- · latest.json nudge file
Preconditions
.chipset/state/nudge/{agent-id} directory writable; sender agent ID valid
Failure modes
Nudge lost if reader checks before write completes; requires_response flag ignored if agent offline
Trust signals
- · Single file per agent prevents message accumulation
- · Atomic rename ensures durability
- · Deacon heartbeat pattern integrated