@blackbelt-technology/pi-dashboard-shared
v0.8.0
Published
Shared types and utilities for pi-dashboard
Keywords
Readme
Pi Dashboard Shared
Protocol definitions, shared types, and utilities used by every Pi Dashboard package — the bridge extension, the server, the web client, and plugins.
Install
npm install @blackbelt-technology/pi-dashboard-sharedSubpath exports mirror the source layout:
import type { SessionEvent } from "@blackbelt-technology/pi-dashboard-shared/events";
import type { PluginManifest } from "@blackbelt-technology/pi-dashboard-shared/dashboard-plugin/manifest-types";Also publishes test-support/setup-home.ts, the vitest globalSetup that isolates
HOME per test run — plugin authors can reuse it directly.
License
MIT — part of pi-agent-dashboard.
