Phase: β — Schuster demo · Plan task: β.1 · Est: 3 pd · Suggested role: Dev A (Julia+Node critical path)
What to build
The D9 thin orchestrator: a Node CLI amico-run <script.jl> [--executor local] [--lab <id>] that spawns julia [--sysimage] <script>, writes manifest.toml (first) + the FINISHED sentinel ({status, exitCode}) from outside Julia, exposes Executor.submit(scriptPath, lab) → RunHandle (LocalExecutor only), and relays AMICODE_ITER lines + a final DONE summary. Passes the lab pointer (path/id) — never parses/merges params (D10).
Acceptance criteria
Key challenges to keep in mind that are making the time estimate higher
- It is absolutely critical that this components satisfies a proper interface for the extension to invoke AND also satisfies publishing data back into the extension correctly so that data can be catalogued, tracked, and provided to researchers using the extension (must be validated across a number of solves, systems, against schemas ideally.
- Needs to work with our pre-existing software stack as an runner/interface leading to possible integration / interface changes from our other software into this component
- Needs to be build in a way that is extensible on systems, solvers, quantum systems, and with our changing software stack (for the future)
Blocked by: none (keystone — everything reads the run-dir contract it emits)
Authoritative refs: plan §2 β.1 · PRD S7/S31 · decision D9/D10 · architecture
Phase: β — Schuster demo · Plan task: β.1 · Est: 3 pd · Suggested role: Dev A (Julia+Node critical path)
What to build
The D9 thin orchestrator: a Node CLI
amico-run <script.jl> [--executor local] [--lab <id>]that spawnsjulia [--sysimage] <script>, writesmanifest.toml(first) + theFINISHEDsentinel ({status, exitCode}) from outside Julia, exposesExecutor.submit(scriptPath, lab) → RunHandle(LocalExecutor only), and relaysAMICODE_ITERlines + a finalDONEsummary. Passes the lab pointer (path/id) — never parses/merges params (D10).Acceptance criteria
manifest.tomlfirst,FINISHED{status,exitCode}terminal,result.tomlatomic (temp+rename). (S7)FINISHED{status=failed, exitCode=rc}; clean run ⇒FINISHED{status=completed}. (S7)0solved /64orchestrator-config-error / other = julia rc.Key challenges to keep in mind that are making the time estimate higher
Blocked by: none (keystone — everything reads the run-dir contract it emits)
Authoritative refs: plan §2 β.1 · PRD S7/S31 · decision D9/D10 · architecture