Skip to content

ginko start

Terminal window
ginko start [sessionId] [options]

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.

FlagDescription
-v, --verboseShow full session details (~80 lines)
--compactCompact output without table borders
--fullFull table with task list
--clean-slateSimplified label:value format
--no-tableDisable table formatting for piping/scripts
--auto-progressAutomatically advance to next sprint when complete
--noaiDisable AI enhancement
--teamInclude team events in context loading
Terminal window
# Start with default output
ginko start
# Resume a specific session
ginko start abc123
# Verbose output for debugging
ginko start --verbose
# Minimal output for scripts
ginko start --no-table
# Include team context
ginko start --team

The start command outputs a readiness summary that your AI reads:

Ready | Hot (10/10) | Think & Build mode
Last session: Implemented auth middleware
Next up: e001_s01_t02 - Add rate limiting (start)
Sprint: Auth System 40%
Follow: ADR-001, ADR-003
Branch: feature/auth (3 uncommitted files)