Skip to main content

Module status

Module status 

Source
Expand description

Agent status file format for worktree communication

Provides the data structure and I/O operations for agents to communicate their status to the watch process via .chant-status.json files.

Structs§

AgentStatus
Status information written by agent to communicate with watch

Enums§

AgentStatusState
Status enum for agent execution state

Functions§

read_status
Read agent status from a file
write_status
Write agent status to a file atomically