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:
Vendored
+16
@@ -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.
|
||||
Reference in New Issue
Block a user