diff --git a/app.md b/app.md index 3c878d9..d04995d 100644 --- a/app.md +++ b/app.md @@ -1,6 +1,7 @@ --- name: weather_local domain: tools +version: 0.1.0 description: "Local weather + POIs explorer (mock data, design system showcase)" tags: [demo, weather, design-system, 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.