This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1JdBwSrxHG4XcKCFS_YDM10CKoMlY9S4G
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
This project uses Solokit for Session-Driven Development with AI assistants.
sk start # Begin a session with context briefing
sk end # Complete session with quality gates
sk work-new # Create a new work item
sk work-list # View all work items
sk status # Check current session status| Command | Description |
|---|---|
sk start [id] |
Start session with comprehensive briefing |
sk end |
Complete session with quality gates |
sk status |
View current session status |
sk validate |
Run quality checks without ending session |
| Command | Description |
|---|---|
sk work-new |
Create new work item interactively |
sk work-list |
List all work items |
sk work-show <id> |
Show work item details |
sk work-update <id> |
Update work item fields |
sk work-next |
Get recommended next item |
sk work-delete <id> |
Delete a work item |
sk work-graph |
Visualize work item dependencies |
| Command | Description |
|---|---|
sk learn |
Capture a learning |
sk learn-show |
Browse captured learnings |
sk learn-search <query> |
Search learnings by keyword |
sk learn-curate |
Deduplicate and organize learnings |
The .session/ directory contains:
- specs/ - Work item specifications
- briefings/ - Session context briefings
- history/ - Session summaries
- tracking/ - Work items and learnings data
Adopted with Solokit v0.3.0
