docs(flows): DoD obligatorio con user-facing surface + abrir issues 0100-0103 (taxonomia, frontmatter migration, dev_console, work dashboard)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-17 00:07:04 +02:00
commit d010a03b44
4 changed files with 369 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
---
name: app_hub_launcher
lang: cpp
domain: tools
description: "Hub launcher: lista y arranca apps C++ desplegadas en Windows Desktop"
tags: [launcher, hub, suite, imgui]
uses_functions:
# Uncomment when using data_table::render() — provided via fn_table_viz:
# - 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
uses_types: []
framework: "imgui"
entry_point: "main.cpp"
dir_path: "apps/app_hub_launcher"
repo_url: "https://gitea.organic-machine.com/dataforge/app_hub_launcher"
icon:
phosphor: "squares-four"
accent: "#8b5cf6"
---
# app_hub_launcher
Hub launcher: lista y arranca apps C++ desplegadas en Windows Desktop
## Build
```bash
cd cpp && cmake --build build --target app_hub_launcher -j
```
## Run
```bash
./cpp/build/app_hub_launcher
```