Add or edit bundles in markdown under documentation/collections/ and collections/manifest.json.
Bundles
Pick a shape
Ready-made bundles: each entry stitches workflow intents, tool surfaces, and org patterns for a concrete product shape. 3 bundles.
- Product shape
Web application
SDLC grid, PR previews, hosted Playwright, and audit lanes — picked for browser apps.
webe2espa - Product shape
API / backend service
SDLC with CI gates and security/architecture audits; lighter on browser E2E, heavier on contracts.
apicontractsservices - Starter
Adoption minimum
Capability overview, methodology API, and onboarding prompts before a full scheduled grid.
starteragentsapi
Ship CLI
Collections commands
Reads collections/manifest.json from disk — no API. From the Ship repo root (or SHIP_REPO). Cross-link discovery: ship docs search when the API is running (http://127.0.0.1:8100).
List bundle ids
npm run ship -- collections list
Print one bundle (markdown)
npm run ship -- collections show web-application
Semantic search (needs API)
npm run ship -- docs search "collections bundle web app" --top-k 6