Christian Gick
3745a13eaf
Add session documentation system (migration + MCP tools)
Phase 1-2 complete: Database schema + 9 MCP tools for session docs
Database Changes (migration 016):
- session_notes table (accomplishments, decisions, gotchas, etc.)
- session_plans table (plan mode plans with lifecycle tracking)
- project_documentation table (persistent project docs)
- sessions.documentation column (auto-generated markdown)
- HNSW indexes for semantic search across all doc types
MCP Tools Added (session-docs.ts):
1. session_note_add - Add structured notes to session
2. session_notes_list - List notes by type
3. session_plan_save - Save plan with embedding
4. session_plan_update_status - Track plan lifecycle
5. session_plan_list - List session plans
6. project_doc_upsert - Create/update project docs
7. project_doc_get - Get specific doc by type
8. project_doc_list - List all project docs
9. session_documentation_generate - Auto-generate markdown
Replaces: CLAUDE.md files, ~/.claude/plans/ directory
Next: Update session-start/end scripts for temp file management
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 10:13:57 +02:00
..
2026-01-09 17:21:40 +02:00
2026-01-09 10:32:10 +02:00
2026-01-10 09:16:37 +02:00
2026-01-10 09:22:26 +02:00
2026-01-10 09:48:08 +02:00
2026-01-10 10:28:21 +02:00
2026-01-10 10:28:21 +02:00
2026-01-10 10:28:21 +02:00
2026-01-11 07:20:00 +02:00
2026-01-17 07:41:03 +02:00
2026-01-17 07:41:03 +02:00
2026-01-17 07:41:03 +02:00
2026-01-17 08:38:18 +02:00
2026-01-17 08:44:19 +02:00
2026-01-19 09:40:02 +02:00
2026-01-19 10:13:57 +02:00
2026-01-11 07:20:00 +02:00