polyc-state-connect 2026.9.0

State plane transport adapter: capability-specific Connect clients and server-trait glue mapping the generated wire types onto the polyc-state kernel — typed outcomes, per-call admission, and the conformance surface the authenticated shell proves itself against (docs/proposals/separated-planes.md).
1
2
3
4
5
6
7
8
//! Capability-specific Connect adapter for the persona directory.

mod client;
mod service;
pub(crate) mod wire;

pub use client::PersonaClient;
pub use service::{PersonaAuthority, PersonaSvc};