Command-line interface for interacting with Lexum programs and runtime.
Lexum-cli provides developer tooling for:
- compiling Lexum source files into executable bundles
- launching the Lexum runtime
- replaying deterministic execution journals
- inspecting convergence behaviour and runtime state
The CLI is intended to remain lightweight while exposing essential operational controls for orchestration workflows.
Lexum compileLexum runLexum replayLexum inspect
- Clear and predictable developer experience
- Minimal abstraction over runtime semantics
- Scriptable interface for automation environments
- Structured logging and diagnostic output
Early scaffolding stage.
Initial milestones include:
- argument parser
- runtime launcher integration
- basic execution tracing output
Apache License 2.0