Christian Gick
cc88b234ae
Add infrastructure changelog system to task-mcp
Implements session-aware infrastructure change tracking for CF-179.
Changes:
- New changelog.ts with 3 MCP tools:
- changelog_add: Add infrastructure changes
- changelog_since_session: Query changes since last session
- changelog_list: Time-based fallback query
- Integrated with session-start command via MCP
- Database-first architecture (PostgreSQL on infra VM)
- Session-relative queries (not fixed time windows)
Database schema:
- infrastructure_changelog table (6 fields)
- Migrated 5 historical changes
- Indexes on date, session_id, created_at
Task: CF-179
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-17 12:13:24 +02:00
..
2026-01-17 12:13:24 +02:00
2026-01-17 09:11:37 +02:00
2026-01-08 20:58:14 +02:00
2026-01-17 12:13:24 +02:00
2026-01-10 10:28:21 +02:00