From 4eaf4e07438aaebb146b83097613b6960aad544c Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Sun, 12 Apr 2026 22:07:36 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20stale=20test=20count=20in=20READM?= =?UTF-8?q?E=20architecture=20block=20(791=20=E2=86=92=20802)=20(#340)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nathan Esquenazi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c63738c..046becb 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ Or using the agent venv explicitly: ``` Tests run against an isolated server on port 8788 with a separate state directory. -Production data and real cron jobs are never touched. Current count: **791 tests** +Production data and real cron jobs are never touched. Current count: **802 tests** across 51 test files. --- @@ -488,7 +488,7 @@ static/ boot.js Mobile nav, voice input, boot IIFE (~524 lines) tests/ conftest.py Isolated test server (port 8788) - 51 test files 791 test functions + 51 test files 802 test functions Dockerfile python:3.12-slim container image docker-compose.yml Compose with named volume and optional auth .github/workflows/ CI: multi-arch Docker build + GitHub Release on tag