From 70a486ddef8ef26bb4fc50a1092f7de904d55cb2 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Mon, 6 Apr 2026 23:15:21 -0700 Subject: [PATCH] docs: sweep sprint and testing counts to v0.38.6 (#166) Co-authored-by: Nathan Esquenazi --- SPRINTS.md | 2 +- TESTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPRINTS.md b/SPRINTS.md index 8ea694e..cca80f1 100644 --- a/SPRINTS.md +++ b/SPRINTS.md @@ -1164,7 +1164,7 @@ New test cases in `tests/test_sprint26.py`: --- *Last updated: April 5, 2026* -*Current version: v0.36.2 | 440 tests* +*Current version: v0.38.6 | 466 tests* *Next sprint: Sprint 24 (Web Polish + Bug Fix Pass)* *Horizon sprint: Sprint 25 (macOS Desktop Application)* *Docs sweep policy: update markdown proactively during PR reviews and after significant releases* diff --git a/TESTING.md b/TESTING.md index 1db0767..075d79f 100644 --- a/TESTING.md +++ b/TESTING.md @@ -8,7 +8,7 @@ > Prerequisites: SSH tunnel is active on port 8786. Open http://localhost:8786 in browser. > Server health check: curl http://127.0.0.1:8786/health should return {"status":"ok"}. > -> Automated tests: 465 total (461 passing, 4 known isolation failures in test_sprint28) +> Automated tests: 466 total (466 passing, 0 known isolation failures) > Run: `pytest tests/ -v --timeout=60` ---