chore: auto-commit (3 archivos)
- app.md - appicon.ico - data_factory.db-shm Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
name: data_factory
|
name: data_factory
|
||||||
lang: cpp
|
lang: cpp
|
||||||
domain: tools
|
domain: tools
|
||||||
|
version: 0.1.0
|
||||||
description: "Factorio-style data pipeline factory: extractors, transformers, databases, sinks. Live updates via WS pubsub."
|
description: "Factorio-style data pipeline factory: extractors, transformers, databases, sinks. Live updates via WS pubsub."
|
||||||
tags: [imgui, dashboard, data-pipeline, factory, http, websocket]
|
tags: [imgui, dashboard, data-pipeline, factory, http, websocket]
|
||||||
uses_functions:
|
uses_functions:
|
||||||
- empty_state_cpp_core
|
- empty_state_cpp_core
|
||||||
- badge_cpp_core
|
- badge_cpp_core
|
||||||
- data_table_cpp_viz
|
|
||||||
uses_types: []
|
uses_types: []
|
||||||
uses_modules: [data_table_cpp]
|
uses_modules: [data_table_cpp]
|
||||||
framework: "imgui"
|
framework: "imgui"
|
||||||
@@ -75,3 +75,13 @@ Apunta a `http://127.0.0.1:8484` (sqlite_api). Endpoints consumidos:
|
|||||||
- `GET /api/datafactory/databases`
|
- `GET /api/datafactory/databases`
|
||||||
- `GET /api/functions/{id}` (registry metadata para FnInfo)
|
- `GET /api/functions/{id}` (registry metadata para FnInfo)
|
||||||
- `GET /api/ws/datafactory` (snapshot + delta runs cada 250ms)
|
- `GET /api/ws/datafactory` (snapshot + delta runs cada 250ms)
|
||||||
|
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|||||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
Reference in New Issue
Block a user