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 @@ print(r)
|
||||
CLI directo:
|
||||
|
||||
```bash
|
||||
/home/lucas/fn_registry/python/.venv/bin/python3 \
|
||||
$HOME/fn_registry/python/.venv/bin/python3 \
|
||||
python/functions/pipelines/dedup_duckdb_table_by_hash.py \
|
||||
apps/data_factory/data/hn_top_stories.duckdb hn_stories
|
||||
```
|
||||
|
||||
@@ -48,7 +48,7 @@ python python/functions/pipelines/metabase_add_ops_db.py --list
|
||||
El contenedor Metabase debe tener montado el directorio de la app como volumen RW:
|
||||
|
||||
```
|
||||
-v /home/lucas/fn_registry/apps/<app_name>:/data/ops-<app-name>
|
||||
-v $HOME/fn_registry/apps/<app_name>:/data/ops-<app-name>
|
||||
```
|
||||
|
||||
Ademas, el directorio debe tener permisos para el usuario metabase (UID 2000):
|
||||
|
||||
@@ -82,7 +82,7 @@ notes: |
|
||||
|
||||
```bash
|
||||
# Siempre hacer dry-run primero para revisar
|
||||
cd /home/lucas/fn_registry
|
||||
cd $HOME/fn_registry
|
||||
python/.venv/bin/python3 python/functions/pipelines/migrate_issues_frontmatter.py dev/issues --dry-run
|
||||
|
||||
# Aplicar migracion real
|
||||
|
||||
Reference in New Issue
Block a user