docs: list all 6 test files in AGENTS.md, not just 2

This commit is contained in:
you
2026-03-23 23:59:49 +00:00
parent 058fb5b0d0
commit 6324879d24

View File

@@ -141,10 +141,14 @@ Uses firmware-standard type names (GRP_TXT, TXT_MSG, REQ) with aliases for conve
### Unit Tests
```bash
node test-packet-filter.js # 62 tests — filter engine
node test-aging.js # 29 tests — node aging system
node test-packet-filter.js # 62 tests — filter engine
node test-aging.js # 29 tests — node aging system
node test-regional-filter.js # 22 tests — regional observer filtering
node test-regional-integration.js # 3 tests — regional integration (1 known failure)
node tools/e2e-test.js # E2E test (requires running server)
node tools/frontend-test.js # Frontend integration (requires running server)
```
Run BOTH before every push. Add tests for new logic.
Run the first three before every push (they don't need a server). Add tests for new logic.
### Browser Validation
After pushing, verify in the browser: