update_checkpoint
Revise checkpoint details including title, description, dependencies, and git URLs by specifying the milestone ID and checkpoint order.
Instructions
Update a checkpoint's title, description, dependencies, or git references (branch URL, PR URL, commit URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | Yes | The checkpoint order number (1-based) | |
| title | No | New checkpoint title (optional) | |
| depends_on | No | Dependencies. Use number for same-milestone (e.g., 1), or "milestone_id:order" for cross-milestone (e.g., "ms_abc123:4"). Same-milestone deps must reference earlier checkpoints. Cross-milestone deps are validated for cycles. | |
| git_pr_url | No | Git pull request URL (full URL, e.g., https://github.com/org/repo/pull/123) | |
| description | No | New checkpoint description (optional) | |
| milestone_id | Yes | The milestone ID | |
| git_branch_url | No | Git branch URL (full URL, e.g., https://github.com/org/repo/tree/feature/auth) | |
| git_commit_url | No | Git commit URL (full URL, e.g., https://github.com/org/repo/commit/abc123) |