chore: auto-commit (1 archivos)

- app.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-19 00:31:31 +02:00
parent be36c3236c
commit f0b5cd6833
+11
View File
@@ -1,6 +1,7 @@
--- ---
name: chat_kt name: chat_kt
domain: tools domain: tools
version: 0.1.0
description: "WhatsApp-like chat UI demo (single conversation view, mock data)" description: "WhatsApp-like chat UI demo (single conversation view, mock data)"
tags: [demo, chat, design-system, kotlin, compose, android] tags: [demo, chat, design-system, kotlin, compose, android]
lang: kt 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`. La app usa FnTheme y FnTokens via composite build en `kotlin/functions/ui`.
Para cambiar colores o tipografia, editar el modulo del registry. 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.