weeek_set_task_parent
Reparent a task by nesting it under a new parent or detaching it to top level with null parent_id, and optionally position it before or after sibling tasks to reorder within the new hierarchy.
Instructions
Nest a task under another one, or detach it with parent_id null. after/before place it among its new siblings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Sibling task id to sit after. | |
| before | No | Sibling task id to sit before. | |
| task_id | Yes | ||
| parent_id | Yes | New parent; null makes it top-level. |