Skip to content

Commit 2ce4b2e

Browse files
committed
docs: add authoring & visualization roadmap
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
1 parent bad54ff commit 2ce4b2e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,19 @@ and forcing nothing third-party on the consumer:
105105
Durable state and event persistence is tracked separately with the `durable`
106106
runtime, 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

110123
Design rationale, concepts, and guides live on the

0 commit comments

Comments
 (0)