story-kit: queue 111_story_add_test_coverage_for_api_agents_ts for QA

This commit is contained in:
Dave
2026-02-23 22:13:53 +00:00
parent 6510faf39f
commit e2030c0cff

View File

@@ -1,20 +0,0 @@
---
name: "Add test coverage for api/agents.ts"
---
# Story 111: Add test coverage for api/agents.ts
## User Story
As a developer, I want better test coverage for api/agents.ts, so that regressions in the agent API wrapper are caught early.
## Acceptance Criteria
- [ ] api/agents.ts reaches 80% coverage (currently 29.5%, 67 lines missing)
- [ ] Tests use fetch mocks to exercise all agent API wrapper functions
- [ ] All vitest tests pass
- [ ] No production code changes are made
## Out of Scope
- TBD