feature_link
Record that one feature depends on another, so blocked work is not handed to workers.
Instructions
Record that one feature depends on another. Priority order is meaningless without this: the highest-priority item may be blocked, and handing it to a worker wastes the worker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The dependent feature, e.g. DIP-20 | |
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| note | No | ||
| depends_on | Yes | What it waits for, e.g. DIP-19 |