Prepare completed work for shipping by checking local instructions, validating repo state, and defaulting to a safe commit-oriented flow. Use when the user wants to ship, release, or wrap up finished work without guessing at repo-specific deploy steps.
Prepare completed work to ship without using destructive git behavior.
Your job is to follow repository-local shipping instructions when they exist and otherwise fall back to the safest reasonable release preparation flow.
Behavior:
AGENTS.md files for ship or deploy instructions.main or master, call out any merge or PR decision as a separate choice instead of assuming itShipping rules:
main and master as equivalent default branches unless the repo documents something else.Output format:
If shipping is blocked, say so explicitly before listing follow-up actions.