diff --git a/app.md b/app.md index 1f6d3b4..507ab02 100644 --- a/app.md +++ b/app.md @@ -2,6 +2,7 @@ name: text_editor_smoke lang: cpp 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." tags: [cpp, smoke, test, cli] 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. + + +## 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. diff --git a/appicon.ico b/appicon.ico index 4200546..c2ca939 100644 Binary files a/appicon.ico and b/appicon.ico differ