chore: auto-commit (2 archivos)

- app.md
- appicon.ico

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-19 00:31:32 +02:00
parent 71a13ff0d3
commit 4b6d3efa7e
2 changed files with 11 additions and 0 deletions
+11
View File
@@ -2,6 +2,7 @@
name: text_editor_smoke name: text_editor_smoke
lang: cpp lang: cpp
domain: tools domain: tools
version: 0.1.0
description: "Smoke test CLI (sin GUI) que valida los wrappers PIMPL de text_editor y file_watcher (inotify Linux / ReadDirectoryChangesW Win). No abre ventana ImGui — solo crea/settea texto/lee/poll/destruye." description: "Smoke test CLI (sin GUI) que valida los wrappers PIMPL de text_editor y file_watcher (inotify Linux / ReadDirectoryChangesW Win). No abre ventana ImGui — solo crea/settea texto/lee/poll/destruye."
tags: [cpp, smoke, test, cli] tags: [cpp, smoke, test, cli]
uses_functions: uses_functions:
@@ -29,3 +30,13 @@ cd cpp && cmake --build build --target text_editor_smoke -j
``` ```
Salida esperada: log con bytes leidos del editor + eventos del file_watcher. Salida esperada: log con bytes leidos del editor + eventos del file_watcher.
## 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
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB