2026-06-08 00:17:38 +00:00
|
|
|
# @open-matrix/hivecast-sdk Contract
|
feat: initial Matrix SDK
Full SDK workspace: core, contracts, sdk, cli, browser-host, browser-kit,
federation, omega-core, oracle, self-healing, strategies, tools, emacs.
Clean extraction from the development monorepo.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 15:54:15 -06:00
|
|
|
|
2026-06-08 00:17:38 +00:00
|
|
|
`@open-matrix/hivecast-sdk` is a package-author facade over the public SDK package set.
|
feat: initial Matrix SDK
Full SDK workspace: core, contracts, sdk, cli, browser-host, browser-kit,
federation, omega-core, oracle, self-healing, strategies, tools, emacs.
Clean extraction from the development monorepo.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 15:54:15 -06:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2026-06-07 23:11:26 +00:00
|
|
|
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.
|