| name | gates |
| description | Run configured Devflow Native verification gates and record pass or fail evidence for a work item. |
Devflow Gates
Use when verification evidence is needed before review, finish, handoff, or
release.
Workflow
- Run
devflow status --json to inspect configured gates and work context.
- Run
devflow gates run <gate-id> --work <id> --json for each relevant gate.
- Treat failures as evidence. Do not hide or relabel a failed command as
passed.
- After gate runs, re-check
devflow status --json so finish and review
surfaces see the recorded evidence.
Output
Report each gate id, command, exit status, pass/fail state, linked work item,
and any next repair or rerun action.