update-task
Mark a task as done or pending in tasks.md by matching its text content or line number, tracking implementation progress.
Instructions
Mark a task as done or pending in tasks.md. Use this during implementation to track progress. The task is identified by matching its text content (case-insensitive partial match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Text to match against task descriptions (partial, case-insensitive) | |
| done | Yes | true = [x], false = [ ] | |
| line | No | Exact line number (0-indexed) |