AGENTS.md@packages/dashboard-plugin-runtime · git:20260714.5ae874e · 2026-07-14 · sha256 b705949ebad5bd03
AGENTS.md@packages/dashboard-plugin-runtime git:20260714.5ae874eA
Immutable. This exact content is served forever at /api/v1/blob/b705949ebad5bd03.
# DOX — packages/dashboard-plugin-runtime Files in this directory. One row per source file. | File | Purpose | |------|---------| | `README.md` | Package overview. Plugin loader, slot registry, slot consumers, plugin context API, Vite plugin. Public import paths: barrel, `/context` (client hooks), `/server` (loader, `ServerPluginContext`, config validator), `/vite-plugin` (`viteDashboardPluginsPlugin`). Plugins import ONLY these paths; internal-package imports banned (lint fails). Manifest = `pi-dashboard-plugin` field in `package.json`. | | `vitest.config.ts` | Vitest config for runtime package. jsdom env, forks pool, `src/**/__tests__` include, `globalSetup` from shared test-support. Aliases `@blackbelt-technology/pi-dashboard-shared` to `../shared/src` so worktree-local shared source wins over hoisted symlink. |