--- name: app_gestion lang: cpp domain: tools version: 0.1.0 description: "Gestion central de apps + framework + modulos del registry (read + rebuild + redeploy + open)" tags: [imgui, dashboard, registry, tools] uses_functions: [] uses_modules: [data_table_cpp] uses_types: [] framework: "imgui" entry_point: "main.cpp" dir_path: "apps/app_gestion" repo_url: "https://gitea.organic-machine.com/dataforge/app_gestion" icon: phosphor: "sliders-horizontal" accent: "#0891b2" --- # app_gestion Gestion central de apps + framework + modulos del registry (read + rebuild + redeploy + open) ## Build ```bash cd cpp && cmake --build build --target app_gestion -j ``` ## Run ```bash ./cpp/build/app_gestion ``` ## 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.