AGENTS.md@packages/flows-plugin · git:20260714.5ae874e · 2026-07-14 · sha256 4523a55d24fcce9c
AGENTS.md@packages/flows-plugin git:20260714.5ae874eA
Immutable. This exact content is served forever at /api/v1/blob/4523a55d24fcce9c.
# DOX — packages/flows-plugin
Files in this directory. One row per source file.
| File | Purpose |
|------|---------|
| `README.md` | Package overview. Flow rendering plugin. Owns React components + reducer slices reacting to `flow_*` events from external `pi-flows` pi extension. Extracted from `packages/client/` by change `extract-flows-as-plugin`. Imports: `/reducer` (`isFlowEvent`, `reduceFlowEvent`, `isArchitectEvent`, `reduceArchitectEvent`), `/client` (`FlowDashboard`, `FlowAgentDetail`, `FlowArchitect`, …). Slot claims declared in `pi-dashboard-plugin` manifest. |
| `vitest.config.ts` | Vitest config for flows-plugin package. jsdom env, `src/**/__tests__/**/*.test.{ts,tsx}` include, `pool: "forks"`, `maxWorkers: "50%"`. globalSetup imports `@blackbelt-technology/pi-dashboard-shared/test-support/setup-home.ts`. |