prod-push
Installation
SKILL.md
Prod Push
Only run this after the user explicitly told you to push. Never push on your own.
How shipping works here
- Direct pushes to
main. No PRs, no side branches. - GitHub Actions
CI(.github/workflows/ci.yml) always reports requiredverify. Typecheck and lint run for code; generated, browser, DB, and Windows checks run only for relevant paths. The full suite runs nightly. - Vercel (project
deep-api) owns the production build and builds EVERYmainpush — docs-only commits included (ADR 0161 removed the ignored-build rule; do not reconnect it). It promotes to Production only whenverifyis green. Prod servesdeepapi.co. - New CI runs on the same branch cancel in-progress ones (
cancel-in-progress: true).
Landing work from a worktree
Agents build in linked worktrees (cursor/*, agent/* branches); the loop below refuses to run there. To ship worktree work: