# @lssm-tech/example.communication-os Standalone CommunicationOS examples, fixtures, and replay proof. This package consumes public CommunicationOS surfaces as an adopter would and keeps example data out of the module package. ## Entry Points - `.` - `./examples` - `./fixtures` - `./proof` ## Preview / export workflow CommunicationOS preview work must keep this package as the source of truth for example fixtures and replay proof. Public preview discovery requires compatible `./example` and `./docs` exports before an inline `./ui` surface can be generated. If a `./ui` preview is added, it should render deterministic local communication fixtures for operational inbox, domain-pack operations, replay/delivery governance, and thread/contact detail screens. Do not duplicate CommunicationOS as a second catalog entry and do not move example data back into the module package. ## Commands - `bun run test` - `bun run typecheck` - `bun run build` - `bun run lint:check`