StatePlane is infrastructure for compiling, validating, and explaining the context sent to AI systems we control directly, plus integrations that expose explicit extension surfaces.
context_core provides typed schemas, normalization, validation, deterministic selection, and
typed compilation receipts.provider_openai provides the first provider-specific adapter and request/response receipt
surface.examples/openai_context_demo shows the current golden path: compile a fixture-backed request,
inspect the exact payload, and optionally make one real OpenAI call.StatePlane is not universal hidden-prompt control for closed third-party agent backends.
StatePlane is strongest when one of these is true:
The repo is still early. The current implementation does not include:
The long-form architecture briefs remain available under Architecture for broader intent and roadmap context.