test(coding-agent): add queue characterization coverage

This commit is contained in:
Mario Zechner
2026-04-01 14:31:02 +02:00
parent 09e9de5749
commit 957f21cea8
3 changed files with 210 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ read README.md, then ask which module(s) to work on. Based on the answer, read t
- Run tests from the package root, not the repo root.
- If you create or modify a test file, you MUST run that test file and iterate until it passes.
- When writing tests, run them, identify issues in either the test or implementation, and iterate until fixed.
- For `packages/coding-agent/test/suite/`, use `test/suite/harness.ts` plus the faux provider. Do not use real provider APIs, real API keys, or paid tokens.
- Put issue-specific regressions under `packages/coding-agent/test/suite/regressions/` and name them `<issue-number>-<short-slug>.test.ts`.
- NEVER commit unless user asks
## GitHub Issues