task_lock_description
Lock or unlock a task's description to prevent accidental rewrites. While locked, updates to the spec are refused, safeguarding the original intent.
Instructions
Lock or unlock a task's description. While locked, task_update refuses to change it — a guard against rewriting the spec when you meant to add a comment. Everything else stays editable. Unlock only when a human asks, never to get past the refusal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| locked | No | true to lock, false to unlock |