Expand description
Local agent task assignment store.
Stores one TOML file per task in .heddle/agent-tasks/<task-id>.toml.
These records are local operational provenance: they explain delegated
agent work without becoming source attribution or repository history.
Structs§
- Agent
Task Record - Local agent task assignment record.
- Agent
Task Store - Manages local task assignment records stored in
.heddle/agent-tasks/.
Enums§
- Agent
Task Status - Lifecycle status for a local agent task assignment.
Constants§
- AGENT_
TASK_ SCHEMA_ VERSION - Current agent task TOML schema version.
Functions§
- generate_
agent_ task_ id - Generate a local task assignment id.
- validate_
task_ id - Validate a task id for direct use as a single TOML filename stem.