From db79629165f655f91431d22757a3a8f952a5b307 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Tue, 19 May 2026 00:31:31 +0200 Subject: [PATCH] chore: auto-commit (1 archivos) - app.md Co-Authored-By: Claude Opus 4.7 (1M context) --- app.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app.md b/app.md index 3db7a0c..ec930b8 100644 --- a/app.md +++ b/app.md @@ -1,6 +1,7 @@ --- name: citas_kt domain: tools +version: 0.1.0 description: "Demo dating app: swipe profiles, matches y chat usando @fn_compose" tags: [demo, dating, design-system, kotlin, compose, android, kotlin, compose, android] lang: kt @@ -67,3 +68,13 @@ fn run android_emulator_stop_bash_infra La app usa FnTheme y FnTokens via composite build en `kotlin/functions/ui`. Para cambiar colores o tipografia, editar el modulo del registry. + + +## 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.