File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,19 @@ and forcing nothing third-party on the consumer:
105105Durable state and event persistence is tracked separately with the ` durable `
106106runtime, not here.
107107
108+ ## Roadmap: authoring & visualization
109+
110+ The serializable IR is a first-class artifact, not just an internal format: anything
111+ that reads or writes it can build on the engine without reaching into the kernel. A
112+ small set of tools works the IR directly.
113+
114+ - [ ] ** Visual editor** _ (planned)_ : a browser workbench over the IR. Author, simulate,
115+ and inspect machines, with reachability and version-diff overlays from the existing
116+ ` analysis ` and ` evolution ` packages.
117+ - [ ] ** IR CLI** _ (exploring)_ : headless IR tooling for CI. Lint reachability and
118+ nondeterminism, render diagrams, and classify version diffs straight from a machine's
119+ IR.
120+
108121## Design & docs
109122
110123Design rationale, concepts, and guides live on the
You can’t perform that action at this time.
0 commit comments