chore: auto-commit (7 archivos)
- CMakeLists.txt - app.md - appicon.ico - http_client.cpp - http_client.h - main.cpp - vendor/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user