vela-navigator 0.0.0

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. Working code lives at github.com/vela-science/vela; see crates/vela-protocol/src/workbench.rs.
Documentation
# 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 code lives at
[github.com/vela-science/vela](https://github.com/vela-science/vela);
see `docs/WORKBENCH.md` and `crates/vela-protocol/src/workbench.rs`.

To run it today:

```bash
cargo install vela-cli
vela serve --path <frontier>
```

The Navigator surface will move into this crate when the v0.78+
ecosystem split happens.

## License

Dual-licensed under Apache-2.0 OR MIT.