The repository is organized around a provider-neutral core plus narrow boundary packages.
repo/
docs/
packages/
context_core/
provider_openai/
provider_anthropic/
recorder/
mcp_bridge/
otel_export/
services/
api/
apps/
dashboard/
examples/
openai_context_demo/
anthropic_coding_agent/
langgraph_wrapper/
mcp_ingest_demo/
tests/
unit/
integration/
fixtures/
context_core: provider-neutral schemas, normalization, validation, compilation, and receiptsprovider_openai: first OpenAI adapter and demo-facing request/response modelsprovider_anthropic: placeholder Anthropic adapter boundaryrecorder: persistence, receipts, diffs, and replay artifactsmcp_bridge: MCP-facing context ingestion boundaryotel_export: optional telemetry export boundaryservices/api: FastAPI sidecar boundaryopenai_context_demo: current golden-path exampleanthropic_coding_agent: placeholderlanggraph_wrapper: placeholdermcp_ingest_demo: placeholderThe architecture briefs are still valuable, but they are not the best first entrypoint for new readers:
Use those when you need the broader roadmap or earlier design rationale.