1---2name: ship-package-23description: Use at G9 Ops to prepare reproducible Docker/release/GitHub handoff packages with secret checks, rollback notes, and verification evidence.4---5# Ship Package67## Workflow81. Read product spec, release notes, Docker files, README, `.env.example`, and verification output.92. Run release checks: secret scan, required docs, build/test hints, launch scripts, rollback notes.103. Write `release_check_report.md` and update case final delivery paths.114. Package only source, docs, scripts, and safe sample data.125. Exclude `.env`, tokens, sessions, account files, raw company data, caches, and generated secrets.1314## Hard rules15- Never ship `.env`, API keys, Weixin tokens, cookies, sessions, or company raw data.16- Do not claim a package is runnable without a fresh verification command.17- Release notes must include exact paths, commands, and known gaps.18- Prefer reproducible scripts over manual Finder-only operations.19