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§
- Agent
Status - Status information written by agent to communicate with watch
Enums§
- Agent
Status State - Status enum for agent execution state
Functions§
- read_
status - Read agent status from a file
- write_
status - Write agent status to a file atomically