Command-line interface for interacting with Ved programs and runtime.
ved-cli provides developer tooling for:
- compiling Ved source files into executable bundles
- launching the Ved 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.
ved compileved runved replayved 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