|
| 1 | +# Ship Gate |
| 2 | + |
| 3 | +> No repo is "done" until every applicable line is checked. |
| 4 | +
|
| 5 | +**Tags:** `[all]` every repo · `[npm]` `[pypi]` `[vsix]` `[desktop]` `[container]` published artifacts · `[mcp]` MCP servers · `[cli]` CLI tools |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## A. Security Baseline |
| 10 | + |
| 11 | +- [x] `[all]` SECURITY.md exists (report email, supported versions, response timeline) (2026-02-27) |
| 12 | +- [x] `[all]` README includes threat model paragraph (data touched, data NOT touched, permissions required) (2026-02-27) |
| 13 | +- [x] `[all]` No secrets, tokens, or credentials in source or diagnostics output (2026-02-27) |
| 14 | +- [x] `[all]` No telemetry by default — state it explicitly even if obvious (2026-02-27) |
| 15 | + |
| 16 | +### Default safety posture |
| 17 | + |
| 18 | +- [ ] `[cli|mcp|desktop]` SKIP: data/validation tools — no destructive actions |
| 19 | +- [ ] `[cli|mcp|desktop]` SKIP: operates on local marketing data files only |
| 20 | +- [ ] `[mcp]` SKIP: not an MCP server |
| 21 | +- [ ] `[mcp]` SKIP: not an MCP server |
| 22 | + |
| 23 | +## B. Error Handling |
| 24 | + |
| 25 | +- [x] `[all]` Errors follow the Structured Error Shape: `code`, `message`, `hint`, `cause?`, `retryable?` (2026-02-27) |
| 26 | +- [ ] `[cli]` SKIP: not a CLI tool — validation scripts |
| 27 | +- [ ] `[cli]` SKIP: not a CLI tool |
| 28 | +- [ ] `[mcp]` SKIP: not an MCP server |
| 29 | +- [ ] `[mcp]` SKIP: not an MCP server |
| 30 | +- [ ] `[desktop]` SKIP: not a desktop application |
| 31 | +- [ ] `[vscode]` SKIP: not a VS Code extension |
| 32 | + |
| 33 | +## C. Operator Docs |
| 34 | + |
| 35 | +- [x] `[all]` README is current: what it does, install, usage, supported platforms + runtime versions (2026-02-27) |
| 36 | +- [x] `[all]` CHANGELOG.md (Keep a Changelog format) (2026-02-27) |
| 37 | +- [x] `[all]` LICENSE file present and repo states support status (2026-02-27) |
| 38 | +- [ ] `[cli]` SKIP: not a CLI tool |
| 39 | +- [ ] `[cli|mcp|desktop]` SKIP: data repo — no logging levels |
| 40 | +- [ ] `[mcp]` SKIP: not an MCP server |
| 41 | +- [ ] `[complex]` SKIP: has comprehensive schema docs and examples |
| 42 | + |
| 43 | +## D. Shipping Hygiene |
| 44 | + |
| 45 | +- [x] `[all]` `verify` script exists (validate + lock:check) (2026-02-27) |
| 46 | +- [x] `[all]` Version in manifest matches git tag (2026-02-27) |
| 47 | +- [x] `[all]` Dependency scanning runs in CI (ecosystem-appropriate) (2026-02-27) |
| 48 | +- [x] `[all]` Automated dependency update mechanism exists (2026-02-27) |
| 49 | +- [ ] `[npm]` SKIP: private repo — not published to npm |
| 50 | +- [ ] `[npm]` SKIP: private repo — not published to npm |
| 51 | +- [ ] `[npm]` SKIP: private repo — not published to npm |
| 52 | +- [ ] `[vsix]` SKIP: not a VS Code extension |
| 53 | +- [ ] `[desktop]` SKIP: not a desktop application |
| 54 | + |
| 55 | +## E. Identity (soft gate — does not block ship) |
| 56 | + |
| 57 | +- [ ] `[all]` SKIP: no logo — internal marketing data repo |
| 58 | +- [ ] `[all]` SKIP: translations not applicable — data repo |
| 59 | +- [ ] `[org]` SKIP: personal repo — no landing page |
| 60 | +- [x] `[all]` GitHub repo metadata: description, homepage, topics (2026-02-27) |
| 61 | + |
| 62 | +--- |
| 63 | + |
| 64 | +## Gate Rules |
| 65 | + |
| 66 | +**Hard gate (A–D):** Must pass before any version is tagged or published. |
| 67 | +If a section doesn't apply, mark `SKIP:` with justification — don't leave it unchecked. |
| 68 | + |
| 69 | +**Soft gate (E):** Should be done. Product ships without it, but isn't "whole." |
0 commit comments