agent-afk 5.51.1 → 5.51.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,7 @@ Dispatch both agents simultaneously in a single response turn.
50
50
  - inputs: site list (from site-finder, passed inline if available; if not yet available, derive from change type + scope)
51
51
  - artifacts:
52
52
  - `contracts`: array of `{symbol, signature_before, exported_by, consumed_by[]}`
53
- - `test_commands`: array of shell commands that exercise the affected contracts (e.g., `pnpm test -- --grep "AuthService"`)
53
+ - `test_commands`: array of shell commands that SCOPE to the affected contracts — target the specific test files or a name pattern, never the whole suite (e.g., `pnpm test src/auth/auth-service.test.ts` or `pnpm test -t "AuthService"`). Under pnpm, `pnpm test -- <file>` drops the file arg and runs the entire suite — never emit that form.
54
54
  - `test_coverage_verdict`: "adequate" | "partial" | "absent"
55
55
  - `confidence`: low | medium | high
56
56
  - `coverage_gaps`: test paths not reachable by the identified commands