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
|
|
|
# @open-matrix/cli Contract
|
|
|
|
|
|
|
|
|
|
`@open-matrix/cli` is scoped to package-author development.
|
|
|
|
|
|
|
|
|
|
It may depend on:
|
|
|
|
|
|
|
|
|
|
- `@open-matrix/core`
|
|
|
|
|
- other packages in the SDK package set, when needed
|
|
|
|
|
- Node standard library modules
|
|
|
|
|
|
|
|
|
|
It must not depend on:
|
|
|
|
|
|
2026-06-07 23:11:26 +00:00
|
|
|
- legacy product CLI packages
|
|
|
|
|
- provider overlay CLIs
|
|
|
|
|
- managed host or host-control packages
|
|
|
|
|
- platform system actor packages
|
|
|
|
|
- gateway/auth packages
|
|
|
|
|
- broker-authority/signing packages
|
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
|
|
|
|
|
|
|
|
User packages must depend on SDK libraries, not on this CLI package.
|