Use case
Human gate for push and publish
Require a human --approve before git push, cargo publish, or npm publish.
Agents love to “finish the job.” Publishing is often where that job becomes irreversible.
extends:
- pack: git-safe
- pack: rust-dev # or node-dev
mayrun run 'git push'
# Require approval →
mayrun run 'git push' --approve
Same pattern for cargo publish / npm publish via rust-dev and node-dev.
All use cases · Install · Docs