docs(plugins): refresh bundled plugin runtime docs

This commit is contained in:
Peter Steinberger
2026-03-29 09:09:56 +01:00
parent caeeecf399
commit 341e617c84
37 changed files with 245 additions and 280 deletions

View File

@@ -28,7 +28,7 @@ pnpm test -- \
"src/agents/pi-tools*.test.ts" \
"src/agents/pi-settings.test.ts" \
"src/agents/pi-tool-definition-adapter*.test.ts" \
"src/agents/pi-extensions/**/*.test.ts"
"src/agents/pi-hooks/**/*.test.ts"
```
To include the live provider exercise:
@@ -44,7 +44,7 @@ This covers the main Pi unit suites:
- `src/agents/pi-tools*.test.ts`
- `src/agents/pi-settings.test.ts`
- `src/agents/pi-tool-definition-adapter.test.ts`
- `src/agents/pi-extensions/*.test.ts`
- `src/agents/pi-hooks/*.test.ts`
## Manual Testing