vibemap_update_kanban_status
Advance or update the kanban status of features, user stories, or acceptance criteria by validating allowed state transitions.
Instructions
[DEPRECATED — use the typed transition tools (claim, report_progress, submit_for_review, resolve_review, block, unblock) instead. This tool will be removed in a future release.] Atomically advance or update the kanban status of a feature, user story, or acceptance criterion. Validates allowed state transitions and prevents invalid moves. Call this when you start or finish implementing something.
Feature stages: draft → open → in_progress → completed Story stages: draft → has_criteria → open → in_progress → completed Criterion stages: draft → pending → passed | failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional context about why this transition was made | |
| entityId | Yes | ID of the feature, story, or criterion | |
| newStatus | Yes | Target kanban status | |
| entityType | Yes | Type of item to update |