docs: params/output semántico en 506 funciones para composabilidad

Añade campos params y output al frontmatter YAML de las 506 funciones del registry.
Cada parámetro tiene descripción semántica (qué representa, unidades, rango típico)
y cada función describe qué produce su output. Permite a agentes razonar sobre
cadenas de composición (ej: prices → log_return → sharpe_ratio) sin leer código.
This commit is contained in:
2026-04-05 18:45:16 +02:00
parent bd1bf2b5dc
commit 988e901066
506 changed files with 2964 additions and 0 deletions
+2
View File
@@ -40,6 +40,8 @@ error_type: "error_go_core"
imports:
- github.com/charmbracelet/bubbletea
- github.com/lucasdataproyects/devfactory
params: []
output: "Ejecutable TUI fullscreen que gestiona Docker containers, images, volumes, networks y compose"
tested: false
tests: []
test_file_path: ""
+2
View File
@@ -21,6 +21,8 @@ returns: []
returns_optional: false
error_type: "error_go_core"
imports: [os/exec, encoding/json]
params: []
output: "stdout: JSON con IDs de red, contenedores (postgres, metabase) y URL de acceso"
tested: false
tests: []
test_file_path: ""
+2
View File
@@ -23,6 +23,8 @@ imports:
- github.com/lucasdataproyects/devfactory
- fn-registry/registry
- fn-registry/fn_operations
params: []
output: "Ejecutable TUI fullscreen con tabs de Pipelines (lista filtrable + launch) e History (ejecuciones)"
tested: false
tests: []
test_file_path: ""