justsisyphus
599fad0e86
fix(atlas): capture stderr from git commands to prevent help text leak
...
When git commands fail (e.g., not in a repo, invalid HEAD), git outputs
help text to stderr. Without explicit stdio option, execSync inherits
the parent's stdio causing help text to appear on terminal during
delegate_task execution.
Add stdio: ['pipe', 'pipe', 'pipe'] to capture stderr instead of
letting it leak to terminal.
2026-01-23 15:42:35 +09:00
..
2026-01-16 18:31:08 +09:00
2026-01-17 21:12:55 +09:00
2026-01-23 15:42:35 +09:00
2026-01-22 12:15:09 +07:00
2026-01-23 14:20:38 +09:00
2026-01-22 22:47:31 +09:00
2026-01-10 14:00:25 +09:00
2026-01-23 02:14:08 +09:00
2026-01-17 21:12:55 +09:00
2026-01-16 11:35:37 +09:00
2026-01-22 22:47:01 +09:00
2026-01-01 20:23:23 +09:00
2025-12-28 16:13:50 +09:00
2026-01-02 21:16:23 +09:00
2025-12-28 16:13:50 +09:00
2026-01-23 01:53:59 +09:00
2026-01-22 22:47:31 +09:00
2026-01-22 22:46:50 +09:00
2026-01-17 19:56:50 +09:00
2026-01-02 10:27:33 +09:00
2026-01-21 11:19:00 +09:00
2026-01-21 11:19:00 +09:00
2026-01-16 18:31:08 +09:00
2026-01-03 23:21:44 +09:00
2025-12-28 14:55:27 +09:00
2026-01-23 02:14:08 +09:00
2026-01-16 11:35:37 +09:00
2025-12-08 17:00:02 +09:00
2026-01-20 16:52:20 +09:00
2025-12-27 17:17:13 +09:00
2026-01-17 17:04:40 +09:00
2026-01-07 23:44:03 +09:00
2026-01-17 17:04:40 +09:00
2026-01-16 13:54:22 +09:00
2026-01-03 12:09:34 +09:00
2026-01-16 02:17:00 +09:00