story-kit: queue 108_story_test_coverage_http_agents_rs_to_70 for QA

This commit is contained in:
Dave
2026-02-23 22:07:15 +00:00
parent d00fecf608
commit 6b9554f04b

View File

@@ -1,20 +0,0 @@
---
name: "Test Coverage: http/agents.rs to 70%"
---
# Story 108: Test Coverage: http/agents.rs to 70%
## User Story
As a developer, I want http/agents.rs to have at least 70% test coverage, so that regressions in REST agent status/control endpoints are caught early.
## Acceptance Criteria
- [ ] server/src/http/agents.rs reaches at least 70% line coverage (currently 38%, 155 lines missed)
- [ ] cargo clippy passes with no warnings
- [ ] cargo test passes with all tests green
- [ ] No changes to production code, only test code added
## Out of Scope
- TBD