Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.68 KB

File metadata and controls

33 lines (23 loc) · 1.68 KB

Specification References

This crate implements the following specs from the canonical context-specs repository:

Primary Specs

Core Specs (via context-core)

Compliance

The CLI is the reference implementation for context resolution. MCP integrations must produce byte-identical output.

Requirement Enforcement
Determinism tests/determinism.rs — diff test from spec
Exit codes tests/exit_codes.rs — frozen mapping
Output schema Serializes context-core::SelectionResult directly
Error mapping exit_codes.rs — domain errors → frozen exit codes 2-7

v0 Scope

  • build, resolve, inspect commands implemented
  • serve deferred — MCP server is a standalone binary (mcp-context-server)
  • ingest removed — ingestion is part of build