Engine Architecture
Task Orchestration Pipeline
- Parse
run.toml. - Topological sort of task dependency graph.
- Secret injection wrapper via
Muthifenv = ["muth"]. - Process spawning and stdout/stderr stream piping to
StreamPrinter. - Debounced
fsnotifywatcher loop for auto-restarting tasks on file changes.