Expand description
Async runtime for repolith — the engine that turns a Plan into BuildEvents.
repolith-core stays a pure types/traits crate. This crate adds the
parallel layer executor on top, with cancellation, semaphore-based
concurrency limiting, and FailFast/KeepGoing semantics.
Modules§
- federation
- Federation —
kind = "repolith"executes a child stack’s manifest as a nested plan (orchestrator-of-orchestrators). Federation —kind = "repolith"runs a child stack’s manifest as a nested plan (orchestrator-of-orchestrators). - orchestrator
- Orchestrator + builder + execution errors.
Orchestrator — drives a
Planto completion.