ginko start
ginko start [sessionId] [options]Description
Section titled “Description”Starts a new session or resumes an existing one. Loads context from your last session including events, decisions, and current sprint progress. Your AI coding assistant reads this output to understand where you left off.
Options
Section titled “Options”| Flag | Description |
|---|---|
-v, --verbose | Show full session details (~80 lines) |
--compact | Compact output without table borders |
--full | Full table with task list |
--clean-slate | Simplified label:value format |
--no-table | Disable table formatting for piping/scripts |
--auto-progress | Automatically advance to next sprint when complete |
--noai | Disable AI enhancement |
--team | Include team events in context loading |
Examples
Section titled “Examples”# Start with default outputginko start
# Resume a specific sessionginko start abc123
# Verbose output for debuggingginko start --verbose
# Minimal output for scriptsginko start --no-table
# Include team contextginko start --teamOutput
Section titled “Output”The start command outputs a readiness summary that your AI reads:
Ready | Hot (10/10) | Think & Build modeLast session: Implemented auth middlewareNext up: e001_s01_t02 - Add rate limiting (start)
Sprint: Auth System 40% Follow: ADR-001, ADR-003Branch: feature/auth (3 uncommitted files)Related Commands
Section titled “Related Commands”- ginko status — Check current session status
- ginko handoff — Save session for later
- ginko log — Log events during session