Files
chat_kt/app.md
T
egutierrez f0b5cd6833 chore: auto-commit (1 archivos)
- app.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 00:31:31 +02:00

2.1 KiB

name, domain, version, description, tags, lang, framework, entry_point, dir_path, repo_url, uses_functions, uses_types, e2e_checks
name domain version description tags lang framework entry_point dir_path repo_url uses_functions uses_types e2e_checks
chat_kt tools 0.1.0 WhatsApp-like chat UI demo (single conversation view, mock data)
demo
chat
design-system
kotlin
compose
android
kt compose app/src/main/kotlin/com/fnregistry/chat_kt/MainActivity.kt apps/chat_kt https://gitea.organic-machine.com/dataforge/chat_kt
fn_theme_kt_ui
fn_tokens_kt_ui
id cmd timeout_s
unit fn run gradle_unit_test_bash_infra apps/chat_kt 240
id cmd timeout_s
screenshot fn run gradle_screenshot_test_bash_infra apps/chat_kt 240
id cmd timeout_s
build fn run gradle_assemble_debug_bash_infra apps/chat_kt 360
id cmd timeout_s
emu_start fn run android_emulator_start_bash_infra Medium_Phone_API_35 240
id cmd timeout_s
instrumented fn run gradle_instrumented_test_bash_infra apps/chat_kt 600
id cmd severity timeout_s
emu_stop fn run android_emulator_stop_bash_infra warning 30

chat_kt

WhatsApp-like chat UI demo (single conversation view, mock data)

Build

fn run gradle_assemble_debug_bash_infra apps/chat_kt

Tests unitarios + Roborazzi screenshots

fn run gradle_unit_test_bash_infra apps/chat_kt
fn run gradle_screenshot_test_bash_infra apps/chat_kt

Tests instrumentados (requiere emulador)

fn run android_emulator_start_bash_infra Medium_Phone_API_35
fn run gradle_instrumented_test_bash_infra apps/chat_kt
fn run android_emulator_stop_bash_infra

Package

com.fnregistry.chat_kt

FnTheme

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.