a76ec74338
C++ ImGui kanban for steering LLM agents. Six panels (Board, Calendar, Dashboard, Agent runs, Worktrees, DoD inspector) wired to registry functions http_request, kpi_card, sparkline, agent_runs_timeline, dod_evidence_panel. Backend Go on :8403 (independent operations.db from kanban_web).
4 lines
182 B
SQL
4 lines
182 B
SQL
-- actor_id en histories (quien movió la card / quien bloqueó).
|
|
ALTER TABLE card_column_history ADD COLUMN actor_id TEXT;
|
|
ALTER TABLE card_lock_history ADD COLUMN actor_id TEXT;
|