This repository contains:
specification/- canonical protocol docs, schemas, and conformance assetslibs/- official adapters and core libraries (TypeScript, Python, Rust)reference-impl/- informative reference implementationwebsite/- Docusaurus docs site and governance pages
- Canonical technical docs live in
specification/docs/. - Website docs in
website/docs/{specification,integration-guides,examples}are synced mirrors. - Sync command:
cd website && npm run sync:docs. - Release runbook:
RELEASING.md.