OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

AI index

Domain docs

Context Storage

Durable context, memory, provenance, and retrieval boundaries for agents and apps.

Source packages

Start with packages/modules/context-storage, then use the spec and runtime packages as compatibility boundaries.

  • packages/libs/context-storage
  • packages/bundles/library/application/context-storage

Platform stance

Define the domain once. Render web and mobile with platform-native shells after contract, role, tenant, and policy resolution.

Canonical surfaces

  • Context records
  • Retrieval policies
  • Provenance-aware storage

Implementation notes

  • Persist source and tenant boundaries with every context record.
  • Expose compact mobile summaries rather than raw context dumps.
OSS docsdomainsStart with OSS. Adopt Studio when you want the operating layer.

Why ContractSpec

Keep educational and comparison content reachable without letting it define the primary OSS learning path.