graphshell 0.0.2

Graphshell presentation host and loopback acceptance view.
1
2
3
4
5
6
7
8
9
//! Castellan's secret-free identity read model, at its pre-founding path.
//!
//! The types moved home to [`castellan::view`] when the keeper surface was
//! founded (2026-08-14): by the port law, identity is a capability the stack
//! owns, castellan is its port, and graphshell composes it. This shim keeps
//! every existing graphshell call site — the endpoint, the native hosts, the
//! receipt bins — compiling unchanged.

pub use castellan::view::*;