task_memo_add
Add progress, decision, issue, or summary memos to a task, capturing author and optional replacement of earlier notes to keep a clear, current record of task history.
Instructions
Add a memo record to a task — for tracking progress, recording decisions, marking issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | Author name, default "leader" | leader |
| content | Yes | Memo content | |
| task_id | Yes | Task ID | |
| memo_type | No | Type, one of "progress" / "decision" / "issue" / "summary" | progress |
| supersedes | No | Optional memo ID this entry replaces; the old memo is marked invalid (Zep 失效语义,不删除) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||