egutierrez
fe784d090f
fix(fn-run): propagar stdout/stderr de bash functions library-style
...
Scripts bash del registry siguen dos patrones:
- Con guarda BASH_SOURCE[0]==$0: se auto-invocan al ejecutar directamente
- Library-style (sin guarda): definen una función <basename>() pero no la
llaman al nivel top-level → bash <script> args produce silencio total
El dispatcher en buildBashCommand detecta ahora tres casos:
1. Tiene guarda BASH_SOURCE[0]==$0 → ejecutar directamente (sin cambio)
2. Library-style con función <basename>() → source + llamada explícita:
bash -c 'source "$1"; shift; fn_name "$@"' -- <script> [args...]
3. Pipeline top-level (sin función ni guarda) → ejecutar directamente
También corrige scan_secrets_in_dirty.sh y git_hook_audit_app_drift.sh
para aceptar worktrees git (donde .git es un archivo, no un directorio).
Añade bashFunctionName() helper y 4 tests unitarios/integración.
Fix reportado en issue 0077 con gradle_unit_test como caso canario.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-15 13:52:23 +02:00
..
2026-05-13 00:50:34 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-04-05 18:45:16 +02:00
2026-03-28 23:23:30 +01:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:46:36 +02:00
2026-05-14 02:06:44 +02:00
2026-05-10 13:30:27 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 02:06:44 +02:00
2026-05-10 13:30:27 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-07 01:42:10 +02:00
2026-05-12 21:04:24 +02:00
2026-04-13 01:17:14 +02:00
2026-04-13 01:17:14 +02:00
2026-04-05 18:45:16 +02:00
2026-03-28 23:23:30 +01:00
2026-05-14 02:06:44 +02:00
2026-05-09 18:11:24 +02:00
2026-04-28 22:05:31 +02:00
2026-05-12 03:13:53 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-08 00:07:56 +02:00
2026-05-14 00:28:20 +02:00
2026-05-15 13:52:23 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 17:29:56 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-05-12 03:13:53 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 04:23:51 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:46:36 +02:00
2026-04-12 13:54:21 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:10 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:57 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-04-12 13:54:21 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 02:06:44 +02:00
2026-05-14 02:06:44 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-09 18:11:24 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 02:06:44 +02:00
2026-05-14 02:06:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:57 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-04-05 18:45:16 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-04-05 18:45:16 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 02:09:33 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 02:09:33 +02:00
2026-04-12 17:29:56 +02:00
2026-04-12 17:29:56 +02:00
2026-04-15 02:12:38 +02:00
2026-04-15 02:12:38 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-05-14 00:28:20 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-05-14 00:28:20 +02:00
2026-04-24 14:02:54 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-14 00:28:20 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 04:23:51 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-04-17 15:39:20 +02:00
2026-04-17 15:39:20 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 04:23:51 +02:00
2026-04-05 18:45:16 +02:00
2026-04-13 01:17:19 +02:00
2026-04-05 18:45:16 +02:00
2026-04-13 01:17:19 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 20:55:55 +02:00