Files
egutierrez 184f11f9f5 chore: auto-commit (2 archivos)
- app.md
- appicon.ico

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 00:31:31 +02:00

47 lines
1.0 KiB
Markdown

---
name: app_hub_launcher
lang: cpp
domain: tools
version: 0.1.0
description: "Hub launcher: lista y arranca apps C++ desplegadas en Windows Desktop"
tags: [launcher, hub, suite, imgui]
uses_functions:
- app_card_cpp_core
- gl_texture_load_cpp_gfx
- gl_loader_cpp_gfx
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
```
## 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.