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
9
10
//! Query-audit capability on the State wire.

pub mod client;
pub mod error;
pub mod service;
pub mod wire;

pub use client::QueryAuditClient;
pub use error::{QUERY_AUDIT_ERROR_DETAIL_TYPE, from_connect_error, to_connect_error};
pub use service::{QueryAuditAuthority, QueryAuditSvc};