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

@@ -45,7 +45,7 @@ Think of the suites as “increasing realism” (and increasing flakiness/cost):
- Command: `pnpm test`
- Config: `scripts/test-parallel.mjs` (runs `vitest.unit.config.ts`, `vitest.extensions.config.ts`, `vitest.gateway.config.ts`)
- Files: `src/**/*.test.ts`, `extensions/**/*.test.ts`
- Files: `src/**/*.test.ts`, bundled plugin `**/*.test.ts`
- Scope:
- Pure unit tests
- In-process integration tests (gateway auth, routing, tooling, parsing, config)