Christian Gick
7be5878d35
feat(CF-166): Add investigation workflow with auto-linking
Implements comprehensive investigation task management:
**Schema Changes (Migration 020):**
- Add 'investigation' task type to tasks table
- Add investigation_parent_id and auto_link_enabled columns to session_context
- Add auto_linked and linked_at columns to task_links for tracking
- Create indexes for efficient auto-linking queries
**Auto-Linking Logic:**
1. Investigation Parent Linking: Tasks auto-link to active investigation
2. Current Task Linking: Tasks link to current working task
3. Time-Based Linking: Tasks within 1 hour auto-link (fallback)
**New Tool:**
- task_investigate: Start investigation workflow, sets session context
**Documentation:**
- Add comprehensive investigation workflow guide to README
- Include examples and session context explanation
All checklist items completed:
✓ Investigation task type in schema
✓ Session context table enhancements
✓ Auto-linking implementation
✓ task_investigate command
✓ Documentation updates
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 19:15:25 +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-19 11:38:48 +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-19 14:09:03 +02:00
2026-01-19 16:05:19 +02:00
2026-01-19 18:48:43 +02:00
2026-01-19 19:15:25 +02:00
2026-01-11 07:20:00 +02:00