Releases: maxtechera/ship
Release list
v0.3.0 — /ship team mode + credentials DX
What's new
/ship team mode
Run /ship once — a 9-agent GTM team spawns and a live dashboard renders.
Pre-defined roster: coordinator, critic, strategist, content, growth, nurture, closer, launcher, analyst
Dynamic roles spawned by coordinator as needed: researcher, seo-specialist, outreach, designer
Dashboard shows active runs (by stage), pipeline metrics (30d), blocked items with fix commands, and per-agent status.
Credentials DX tools
Three new scripts in credentials/scripts/:
install.py— idempotent CLI installer (wizard / --all / --list / --only)auth.sh— interactive auth wizard for all 30+ services (whoami + authenticate failures)refresh.py— auto-refresh expiring tokens (Meta 60d, MercadoLibre 6h, MercadoPago 180d)
All use SHIP_CRED_DIR env var with full fallback chain.
oss_tool pipeline
product_type: oss_tool now routes correctly through strategy, nurture, and closing supervisors with OSS-specific conversion chain (GitHub install → newsletter → course).
Launch credential gate
Launch supervisor runs check_local.py --json before any deploy action — intentionally redundant with the engine-level gate.
ship v0.2.0
ship-engine GTM pipeline migrated from private workspace.
ship-engine/— full 8-stage GTM pipeline: validate → strategy → awareness → lead-capture → nurture → closing → launch → measureship-engine/engine.py— Linear run management, stage transitions, talent tickets, lesson extractionship-engine/approval_queue.py— content approval workflow (Telegram + Linear inline buttons, batch + daily digest)ship-engine/WORKFLOW.md— canonical pipeline spec (decisions, gate logic, blackboard protocol)supervisors/— 10 supervisor SKILL.md files (engine + 9 stage supervisors)- All hardcoded
/data/paths replaced with env-var-first lookups (LINEAR_API_KEY,SHIP_RUNS_DIR,CLAWDBOT_DIR, etc.) .env.exampleadded for all configurable variables- Credentials preflight wires into team spawn gate (see SKILL.md § Team Credential Gate)