chore: auto-commit (129 archivos)
- .claude/agents/fn-analizador/SKILL.md - .claude/agents/fn-constructor/SKILL.md - .claude/agents/fn-executor/SKILL.md - .claude/agents/fn-mejorador/SKILL.md - .claude/agents/fn-orquestador/SKILL.md - .claude/agents/fn-recopilador/SKILL.md - .claude/commands/app.md - .claude/commands/compile.md - .claude/commands/cpp-app.md - .claude/commands/create_functions.md - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@ go run functions/pipelines/init_metabase/main.go \
|
||||
# Con volume para registry.db (detecta cambios en vivo)
|
||||
go run functions/pipelines/init_metabase/main.go \
|
||||
--project fn_registry \
|
||||
--mb-volumes "/home/lucas/fn_registry/registry.db:/data/registry.db"
|
||||
--mb-volumes "$HOME/fn_registry/registry.db:/data/registry.db"
|
||||
```
|
||||
|
||||
Salida JSON:
|
||||
|
||||
@@ -34,7 +34,7 @@ file_path: "apps/pipeline_launcher/main.go"
|
||||
## Ejemplo
|
||||
|
||||
```bash
|
||||
FN_REGISTRY_ROOT=/home/lucas/fn_registry go run apps/pipeline_launcher/main.go
|
||||
FN_REGISTRY_ROOT=$HOME/fn_registry go run apps/pipeline_launcher/main.go
|
||||
```
|
||||
|
||||
## Notas
|
||||
|
||||
Reference in New Issue
Block a user