hivecast-sdk/README.md
hypnotranz 1a0419dc0c 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

23 lines
738 B
Markdown

# Matrix SDK Workspace
This workspace is the isolated SDK incubation area for
`WORKSTREAMS/matrix-sdk-isolation`.
Current proven checkpoints:
- copied SDK-bearing packages build/test/type-check/pack independently
- copied package identities were renamed to final `@open-matrix/*` names
- `@open-matrix/sdk` facade package builds/tests/packs
- `@open-matrix/browser-kit` builds package-manager-ready `dist` exports
- a fresh external temp consumer installs packed tarballs, compiles, starts a
`MatrixActor`, and calls it through the Matrix runtime/transport path
Proof commands:
```bash
pnpm --dir projects/matrix-sdk prove
pnpm --dir projects/matrix-sdk prove:external-consumer
```
Matrix-3 consumers have not been repointed yet.