docs: v0.37.0 release notes, version bump, test count (465 tests) (#144)

Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>
This commit is contained in:
nesquena-hermes
2026-04-06 11:19:19 -07:00
committed by GitHub
parent 58eb6e7fd5
commit cd598c896a
3 changed files with 14 additions and 2 deletions

View File

@@ -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: 449 total (449 passing, 0 failures)
> Automated tests: 465 total (461 passing, 4 known isolation failures in test_sprint28)
> Run: `pytest tests/ -v --timeout=60`
---