hivecast-sdk/packages/sdk/CONTRACT.md
Ubuntu 25d8a62140 Revert "chore: rename SDK facade to hivecast-sdk"
This reverts commit de5b25ae232977c693b2a1a457265df4844c3cfd.
2026-06-08 00:21:26 +00:00

19 lines
576 B
Markdown

# @open-matrix/sdk Contract
`@open-matrix/sdk` is a package-author facade over the public SDK package set.
It may export from the Node-safe root:
- `@open-matrix/core`
- `@open-matrix/browser-host`
- `@open-matrix/contracts`
- `@open-matrix/federation`
- `@open-matrix/omega-core`
Browser app build utilities remain in `@open-matrix/browser-kit` and are
imported directly from that package.
It must not depend on provider overlay packages, managed host packages,
platform system actors, installer state, device-link state, Postgres, or
broker-authority/signing packages.