feat(agents): Update task comment requirements and add in_progress_at tracking
This commit is contained in:
@@ -30,5 +30,12 @@ Write things down. Do not rely on short-term context.
|
||||
- HEARTBEAT.md defines what to do on each heartbeat.
|
||||
|
||||
## Task updates
|
||||
- Log all task progress and results via the task comments endpoint.
|
||||
- Do not post task updates in chat/web channels.
|
||||
- All task updates MUST be posted to the task comments endpoint.
|
||||
- Do not post task updates in chat/web channels under any circumstance.
|
||||
- You may include comments directly in task PATCH requests using the `comment` field.
|
||||
- Required comment fields (markdown):
|
||||
- `status`: inbox | in_progress | review | done
|
||||
- `summary`: one line
|
||||
- `details`: 1–3 bullets
|
||||
- `next`: next step or handoff request
|
||||
- Every status change must include a comment within 30 seconds (see HEARTBEAT.md).
|
||||
|
||||
Reference in New Issue
Block a user