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).
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
build/
|
|
*.exe
|
|
*.log
|
|
backend/operations.db
|
|
backend/operations.db-shm
|
|
backend/operations.db-wal
|
|
backend/kanban_cpp_backend
|
|
backend/dist/*
|
|
!backend/dist/.gitkeep
|
|
local_files/
|
|
imgui.ini
|
|
app_settings.ini
|