From 641723bdf1f3da24b08367f91e4c00202389e8a6 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Mon, 4 May 2026 11:46:06 +0200 Subject: [PATCH] docs(app.md): document additional uses_functions deps Co-Authored-By: Claude Opus 4.7 (1M context) --- app.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/app.md b/app.md index 260627a..8d59640 100644 --- a/app.md +++ b/app.md @@ -5,15 +5,31 @@ domain: tui description: "Dashboard ImGui para visualizar el estado del fn_registry. Consume datos via sqlite_api HTTP (fallback a SQLite directo). KPIs, charts, tablas, desglose por lenguaje/dominio/pureza." tags: [dashboard, imgui, visualization, registry, http] uses_functions: + # viz - kpi_card_cpp_viz - bar_chart_cpp_viz - pie_chart_cpp_viz - table_view_cpp_viz - sparkline_cpp_viz + # core (dashboard primitives) - dashboard_panel_cpp_core - dashboard_grid_cpp_core - - fps_overlay_cpp_core - fullscreen_window_cpp_core + - page_header_cpp_core + - badge_cpp_core + - empty_state_cpp_core + # core (UI primitives — projects/reindex/add modals) + - button_cpp_core + - icon_button_cpp_core + - toolbar_cpp_core + - modal_dialog_cpp_core + - text_input_cpp_core + - select_cpp_core + - toast_cpp_core + - tree_view_cpp_core + # core (process orchestration — reindex) + - process_runner_cpp_core + - process_state_machine_cpp_core uses_types: [] framework: "imgui" entry_point: "main.cpp"