polyc-state-connect 2026.8.3

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 delegation-witness burn Connect adapter.

mod client;
mod service;
mod wire;

pub use client::BurnClient;
pub use service::{BurnAuthority, BurnSvc};