Complete the test suite review documentation

This commit is contained in:
2026-07-19 00:32:17 +00:00
parent 4f96abf42c
commit 9d3175d36a
2 changed files with 14 additions and 7 deletions

View File

@@ -132,8 +132,8 @@ handling of debug data is defined in [Operations](../operations.md#debug).
## Tests To Inspect
- `internal/framework/llm/scriptorium_client_test.go` and
`scriptorium_api_test.go`: adapter mapping and local HTTP integration.
- `internal/framework/llm/scriptorium_client_test.go`: adapter mapping and local
HTTP integration.
- `internal/framework/llm/scheduler_test.go` and
`scheduled_client_test.go`: permits, FIFO behavior, cancellation, and wrapper
release.