Ops Workflow Pack
This repository includes an optional workflow pack in ops-workflow-pack/.
Install
aynig install hacknlove/all-you-need-is-git ops-workflow-packThis copies a .dwp/ directory into your current repository.
Included states
See the pack’s COMMANDS.md after installing.
Currently included:
stalled— recover from a stalled lease
How stalled is intended to be used
Example: mark a branch as stalled
If your branch is stuck in working and the lease is expired, you can transition it to stalled (policy choice).
Minimal commit message example:
ops: mark stalled
Lease appears expired; moving to stalled recovery.
dwp-state: stalledThen run aynig run again and let the stalled command decide the next state.
When a runner crashes or a lease expires, a branch may be left in:
dwp-state: working(or a recovery marker such as stalled, depending on your policy).
The stalled command provides a human/agent playbook:
- inspect the job start
- inspect
workingcommits and changes - decide whether to retry, continue, switch state, or fail
It is intentionally minimal and designed to be adapted.