agent-orchestrator/packages
Prateek ae8cf46d64 fix: update plugin-integration tests for getCIChecks field name changes
The getCIChecks fix changed field names from `conclusion`/`detailsUrl`
to `state`/`link`. Updated test mocks to match:

- Changed `conclusion: "SUCCESS"` → `state: "SUCCESS"`
- Changed `conclusion: "FAILURE"` → `state: "FAILURE"`
- Changed `detailsUrl` → `link`

Tests now pass with correct field names.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 03:28:26 +05:30
..
cli feat: layered prompt system for agent sessions (#27) 2026-02-14 20:07:13 +05:30
core fix: update plugin-integration tests for getCIChecks field name changes 2026-02-15 03:28:26 +05:30
integration-tests fix: detect agent exit for all agent types, not just idle-reporting ones (#22) 2026-02-14 16:52:46 +05:30
plugins fix: CRITICAL - fix field name mismatch in getCIChecks causing all checks to fail 2026-02-15 03:23:19 +05:30
web fix: address bugbot comments (cache leak, PR skip, CI alert) 2026-02-15 03:21:31 +05:30