mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2025-12-16 19:57:44 +01:00
- Add CLI flag to preserve Docker containers when tasks fail - Create ExecutionConfig structure to pass configuration through system - Modify DockerRuntime to conditionally skip container cleanup on failure - Add support for both CLI run and TUI modes - Log helpful debugging messages with container ID and inspection commands - Preserve containers only when exit_code != 0 and flag is enabled - Untrack preserved containers from automatic cleanup system Fixes issue where failed containers were always deleted, preventing users from inspecting the actual state when debugging workflow failures.