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.
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.
Organization Planning
Implement planning cycles, org context, priorities, and execution alignment with explicit contracts.
Lifecycle
Implement delivery loops, review evidence, release readiness, and managed lifecycle guidance.
Why ContractSpec
Keep educational and comparison content reachable without letting it define the primary OSS learning path.