feature_update
Update a tracked feature item's status, title, body, or priority, with each change recorded in append-only history and stamped against the current git commit.
Instructions
Change a tracked item: status, title, body or priority. Every change is recorded in the append-only history, stamped with the git commit it was made against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | e.g. DIP-17 | |
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| body | No | ||
| note | No | Why it changed. | |
| actor | No | ||
| title | No | ||
| status | No | ||
| priority | No | ||
| acceptance | No | What done looks like, concretely enough to test. |