feat: tabla apps en registry — modelo, parser, indexer y CLI

Agrega soporte completo para indexar aplicaciones del directorio apps/.
Cada app tiene un descriptor app.md con frontmatter YAML que el indexer
recoge automaticamente. Incluye migracion 004, modelo App, ParseAppMD,
ValidateApp, store CRUD con FTS5, y soporte en fn list/search/show.
Crea descriptores app.md para docker_tui, pipeline_launcher y metabase_registry.
This commit is contained in:
2026-03-29 00:13:57 +01:00
parent 95959f713c
commit f570e783fe
11 changed files with 465 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
---
name: my_app
lang: go
domain: tools
description: "Descripcion breve de la aplicacion."
tags: []
uses_functions: []
uses_types: []
framework: ""
entry_point: "main.go"
dir_path: "apps/my_app"
---
## Notas
Notas adicionales sobre la aplicacion.