chore: auto-commit (3 archivos)

- app.md
- appicon.ico
- tabs.cpp

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-19 00:31:31 +02:00
parent 4a786911cb
commit 1bad5685a1
3 changed files with 81 additions and 88 deletions
+11 -12
View File
@@ -2,21 +2,10 @@
name: dag_engine_ui
lang: cpp
domain: tools
version: 0.1.0
description: "Frontend ImGui para dag_engine. Lista, lanza e inspecciona DAGs con live updates via WS."
tags: [imgui, dashboard, dag, scheduler, http, websocket]
uses_functions:
- data_table_cpp_viz
- viz_render_cpp_viz
- compute_stage_cpp_core
- compute_pipeline_cpp_core
- compute_column_stats_cpp_core
- auto_detect_type_cpp_core
- tql_emit_cpp_core
- tql_apply_cpp_core
- lua_engine_cpp_core
- join_tables_cpp_core
- tql_to_sql_cpp_core
- llm_anthropic_cpp_core
- empty_state_cpp_core
uses_types: []
uses_modules: [data_table_cpp]
@@ -77,3 +66,13 @@ cd cpp && cmake --build build --target dag_engine_ui -j
## Backend
Apunta a `http://127.0.0.1:8090` (dag_engine.service via systemd user unit). Para usuario / formato de DAG / troubleshooting: **[apps/dag_engine/README.md](../../apps/dag_engine/README.md)**.
## Capability growth log
Una linea por bump SemVer. Bump-type segun `.claude/commands/version.md`:
- `major`: breaking observable (CLI args, schema BBDD propia, formato wire).
- `minor`: feature aditiva (nuevo panel, endpoint, opcion).
- `patch`: bugfix sin cambio observable.
- v0.1.0 (2026-05-18) — baseline.