| name | hotfix |
| description | Fast but controlled hotfix workflow for urgent production incidents. Use when a critical bug needs an immediate targeted fix. |
| disable-model-invocation | true |
Hotfix
Follow .agent/workflows/hotfix.md strictly.
Execution requirements:
- Document incident impact and minimal fix scope.
- Apply smallest root-cause-oriented fix.
- Run critical smoke tests for affected flows.
- Update
CHANGELOG.md and minimal impacted docs.
- Run pre-commit checks before final handoff.
- Record post-hotfix follow-up items.
Do not bundle unrelated improvements.