AGENTS.md@packages/flows-anthropic-bridge-plugin · git:20260714.5ae874e · 2026-07-14 · sha256 c6649b26ed941402
AGENTS.md@packages/flows-anthropic-bridge-plugin git:20260714.5ae874eA
Immutable. This exact content is served forever at /api/v1/blob/c6649b26ed941402.
# DOX — packages/flows-anthropic-bridge-plugin
Files in this directory. One row per source file.
| File | Purpose |
|------|---------|
| `README.md` | Package overview. pi-flows-aware bridge plugin. Forwards `@pi/anthropic-messages` hooks into every spawned pi-flows agent subprocess; exposes per-session peer-probe state in Settings. Canonicalizes pi tool names to Claude Code shape (`read`→`Read`, `ask_user`→`mcp__pi__ask_user`), translates responses back, rewrites system prompt. Without bridge, agent tool calls hit Claude allowlist un-prefixed and fail. |
| `vitest.config.ts` | Vitest config for flows-anthropic-bridge-plugin. jsdom env, `src/**/__tests__/**/*.test.{ts,tsx}` include, `pool: "forks"`, `maxWorkers: "50%"`. globalSetup imports `@blackbelt-technology/pi-dashboard-shared/test-support/setup-home.ts`. |