# Task Process Patch Contract

Patch format:

```text
riders-pulse-task-process-patch-v1
```

MVP operations:

- `add_status`;
- `rename_status`;
- `reorder_status`;
- `archive_status`;
- `add_transition`;
- `update_transition`;
- `delete_transition`.

Forbidden by default:

- hard delete status;
- hard delete transition with active tasks unless dry-run says safe;
- move active tasks without explicit approval.

Required flow: proposal, validation, preview, approval, transactional apply, audit.
