docs: fix test count (294→318) and add Sprint 17 Tests section

CHANGELOG.md and SPRINTS.md incorrectly stated 294 tests for v0.19.
Actual count is 318 (289 from v0.18.1 + 6 new Sprint 17 + 23 in
test_regressions.py). The Sprint 17 commit message miscounted as
'5 new' when test_sprint17.py contains 6 tests.

Also adds a Tests section to the Sprint 17 CHANGELOG entry listing
what the 6 tests cover, and notes the send_key enum validation.

Tests: 318 passed, 0 failed.
This commit is contained in:
Nathan Esquenazi
2026-04-03 11:23:42 +00:00
parent 685aabab38
commit 0c00dae15a
2 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Hermes Web UI -- Forward Sprint Plan
> Current state: v0.19 | 294 tests | Daily driver ready
> Current state: v0.19 | 318 tests | Daily driver ready
> This document plans the path from here to two targets:
>
> Target A: 1:1 feature parity with the Hermes CLI (everything you can do from the
@@ -317,7 +317,7 @@ handler for slash command autocomplete.
- Voice input via Whisper
- Workspace tree/accordion view (full implementation of Issue #22)
**Tests:** 5 new. Total: 294.
**Tests:** 6 new (test_sprint17.py). Total: 318.
**Hermes CLI parity impact:** Low (slash commands add convenience)
**Claude parity impact:** Medium (workspace nav, slash commands match Claude UX)
@@ -504,5 +504,5 @@ address.
---
*Last updated: April 3, 2026*
*Current version: v0.19 | 294 tests*
*Current version: v0.19 | 318 tests*
*Next sprint: Sprint 18 (Voice + Multimodal Input)*