Files
egutierrez 4b6d3efa7e 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:32 +02:00

1.2 KiB

name, lang, domain, version, description, tags, uses_functions, uses_types, framework, entry_point, dir_path, repo_url, icon
name lang domain version description tags uses_functions uses_types framework entry_point dir_path repo_url icon
text_editor_smoke cpp tools 0.1.0 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.
cpp
smoke
test
cli
text_editor_cpp_core
file_watcher_cpp_core
cli main.cpp apps/text_editor_smoke
phosphor accent
note-pencil #0d9488

text_editor_smoke

Smoke test que verifica las APIs de text_editor y file_watcher linkean correctamente. Sin ventana ImGui.

Build & run

cd cpp && cmake --build build --target text_editor_smoke -j
./build/text_editor_smoke

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.