0.3.0 • Published 2 months ago
@sp8d/diagnostics v0.3.0
@sp8d/diagnostics
Live diagnostics and protocol correctness tracking for @sp8d/core channels.
What is @sp8d/diagnostics?
- Live throughput, lag, and slot state
- Protocol correctness and slot reclamation tracking
- TypeScript-first, ESM output
Local Development (from this package)
Use these scripts for local development only (from this directory):
- Build:
npm run build
For full builds, tests, and E2E/CI, use the monorepo root scripts below.
Monorepo Build & Test (from the root)
- Build only diagnostics:
npm run diagnostics:build # (from the monorepo root)
- Test only diagnostics:
npm run diagnostics:test # (from the monorepo root)
- Build all packages:
npm run build # (from the monorepo root)
- Test all packages:
npm run test # (from the monorepo root)
See the root README for more details and the latest script names.
Documentation
For API, advanced usage, and guides, see the SP8D Documentation Site.
See Also
- @sp8d/core: Core protocol implementation
- @sp8d/harness: E2E test harness and diagnostics dashboard
- Full documentation