vela-observatory 0.0.0

Reserved namespace for Vela Observatory: the institutional intelligence layer over Vela Atlases. What changed this week, which claims weakened, what evidence was added, which experiments are highest-leverage, what should stop being trusted. Planned for the v4+ ecosystem layer; see github.com/vela-science/vela for the working substrate.
Documentation
//! # vela-observatory
//!
//! Reserved namespace for **Vela Observatory**, the institutional
//! intelligence layer over Vela Atlases.
//!
//! Observatory answers questions like:
//!
//! - What changed this week?
//! - Which claims were weakened?
//! - What evidence was added?
//! - Which experiments are now the highest-leverage?
//! - What results should stop being trusted?
//! - What should a funder pay to replicate?
//! - What should a lab test next?
//!
//! Observatory is a planned future-cycle layer (v4+ on the
//! ten-year ecosystem playbook). This crate is a placeholder.
//! The
//! [vela-science/vela](https://github.com/vela-science/vela)
//! repository ships the substrate that Observatory will read.
//!
//! Until Observatory exists as a real crate, this name 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!("CARGO_PKG_VERSION");