From b5cec1942be99b02c48d535c03f76b3ed60ccbe2 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 21:11:10 +0000 Subject: [PATCH] story-kit: create 108_story_test_coverage_http_agents_rs_to_70 --- ...tory_test_coverage_http_agents_rs_to_70.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/108_story_test_coverage_http_agents_rs_to_70.md diff --git a/.story_kit/work/1_upcoming/108_story_test_coverage_http_agents_rs_to_70.md b/.story_kit/work/1_upcoming/108_story_test_coverage_http_agents_rs_to_70.md new file mode 100644 index 0000000..d40c21c --- /dev/null +++ b/.story_kit/work/1_upcoming/108_story_test_coverage_http_agents_rs_to_70.md @@ -0,0 +1,20 @@ +--- +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