From 5e93e5c18758d8fdce230636872e49a5361fbffa Mon Sep 17 00:00:00 2001 From: Alex Ultra Date: Wed, 17 Jun 2026 13:27:53 +0200 Subject: [PATCH] docs(agents): correct stale test count Co-Authored-By: Codex --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 09fbaf9..cc5bbec 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -152,7 +152,7 @@ touching any feature. ## Conventions -- **TDD**: write tests in `tests/*.test.ts` first; run with `bun test`. All ~578 tests must pass. +- **TDD**: write tests in `tests/*.test.ts` first; run with `bun test`. All 1010 tests must pass. - **Codex review** before committing non-trivial changes: `codex exec review --uncommitted` (findings appear at the end of output after thinking/exec noise — use `tail -80`). - **Version bumps**: the `VERSION` const in `tg` must have a matching `## ` section in