Update an initiative
update_initiativeUpdate an initiative by appending dated progress, adding or completing todos, and changing its status. Use proactively to record real-time progress.
Instructions
Update a named initiative: append a dated progress-log line, add new todos, check off completed todos (matched by case-insensitive substring against existing unchecked items), and/or change status. Call this PROACTIVELY as todos complete or real progress happens — not just at session end — then tell the user in one line what you recorded. Setting status to 'done' removes its pointer from AGENTS.md's Active Initiatives (the file itself is kept as history, still reachable via get_initiative/list_initiatives).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| project | Yes | ||
| codename | Yes | ||
| progress | No | A line to append to the progress log (dated automatically). | |
| add_todos | No | ||
| complete_todos | No | Substrings matching existing unchecked todo lines to check off. |