Your First Session
Start a session
Section titled “Start a session”ginko startginko loads context from your last session (if any) and presents a readiness summary:
Ready | Hot (10/10) | Think & Build modeLast session: Set up project structure and API routesNext up: e001_s01_t01 - Implement auth middleware (start)
Sprint: Auth System 20% Follow: ADR-001, ADR-003Branch: feature/auth (3 uncommitted files)Your AI coding assistant reads this output and knows exactly where you left off.
Start options
Section titled “Start options”ginko start --verbose # Full session detailsginko start --compact # Minimal outputginko start --team # Include team eventsginko start --auto-progress # Auto-advance to next sprint when completeWork with your AI
Section titled “Work with your AI”During your session, ginko provides commands to maintain context:
Log important events
Section titled “Log important events”ginko log "Implemented JWT validation middleware"ginko log -c decision "Chose bcrypt over argon2 for password hashing"ginko log -c insight -i high "Found race condition in session cleanup"Check status
Section titled “Check status”ginko statusRecalibrate when stuck
Section titled “Recalibrate when stuck”ginko vibecheckOpens a conversational check-in: “What are we actually trying to achieve?” Helps when you’ve drifted from the goal or feel uncertain.
Check process health
Section titled “Check process health”ginko healthShows a dashboard of your session quality — logging frequency, task tracking, decision recording.
Handoff
Section titled “Handoff”When you’re done for now:
ginko handoffThis saves:
- Current session state and progress
- Uncommitted work context
- A handoff summary for the next session
ginko handoff "Completed auth middleware, need to add rate limiting next"ginko handoff --verbose # Show detailed sync infoThe next time you (or a teammate) runs ginko start, the full context is restored.
The session lifecycle
Section titled “The session lifecycle”ginko start → work → ginko log → work → ginko handoff ↑ | └────────────────────────────────────────┘Each cycle builds on the last. Your AI partner accumulates project understanding across sessions instead of starting from zero every time.