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 outbound-spend Connect adapter.

mod client;
mod service;
mod wire;

pub use client::SpendClient;
pub use service::{SpendAuthority, SpendSvc};