First tagged release. Release notes and downloads on GitHub · crates.io.
Core orchestration
- Manifest-driven
stack up/stack down: clone-if-missing, language activation, service start/reuse, dev-server spawn, domain routing — in that order. - Services dedup by
engine@version— every project referencing the same database version shares the one running instance, isolated by schema. [run].external— run your own dev server yourself, in your own terminal, exactly how you already would; stack only routes to it.[service.*].external— adopt a database you already have running instead of colliding with it or starting a duplicate.- Detached process spawn that survives the launching terminal closing, with output captured to a per-process log file.