//! # vela-navigator
//!
//! Reserved namespace for **Vela Navigator**, the human and agent
//! workbench for inspecting proposals, viewing diffs, tracing
//! evidence, requesting replications, and accepting or rejecting
//! state changes against a Vela frontier.
//!
//! This crate is a placeholder. The working implementation lives
//! in the `vela-protocol` crate at `workbench.rs`. To run it
//! today:
//!
//! ```bash
//! cargo install vela-cli
//! vela serve --path <frontier>
//! ```
//!
//! See `docs/WORKBENCH.md` and `docs/EVENT_LOG.md` in the
//! [vela-science/vela](https://github.com/vela-science/vela)
//! repository.
//!
//! When Navigator is carved out into its own crate (planned for
//! the v0.78+ ecosystem split), this name will host the real
//! crate. Until then it stays as a reservation so the namespace
//! is consistent with the published ecosystem ontology
//! (Vela / Carina / Atlas / Relay / Navigator / Registry /
//! Canopus / Observatory).
pub const VERSION: &str = env!;