What problem does it solve?
Ship workflow orchestration automates the end-to-end process of preparing code for deployment, including diff detection, tests, review, version bump, changelog updates, commits, pushes, and PR creation.
Core Features & Use Cases
- End-to-end ship orchestration: detect diff vs base, run tests, review changes, bump VERSION, update CHANGELOG, commit, push, and open a PR. Proactively invoke ship when user asks to deploy or create a PR. (fstack)
- Brain integration: uses the shared memory brain to align intents across agents before shipping.
- PR-first shipping: ensures changes are well-scoped and verifiable before merging; supports plan-mode safety.
Quick Start
Run the ship process when your code is ready to be deployed; the system will coordinate tests, reviews, and PR creation.