docs: update PRD and progress for US-036

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nathan Flurry 2026-03-17 15:32:09 -07:00
parent 9fc60937e5
commit 8ace9cd9f1
2 changed files with 13 additions and 2 deletions

View file

@ -589,8 +589,8 @@
"Tests pass"
],
"priority": 36,
"passes": false,
"notes": "Console and network monitoring have real complexity (background tasks, ring buffers, event correlation) but zero test coverage currently."
"passes": true,
"notes": "Console test uses HTML page with console.log/error/warn calls, verifies messages captured and level filtering works. Network test verifies navigation generates captured network requests. CDP reports console.warn level as 'warn' not 'warning'. Both tests use 1s sleep for async CDP event capture."
},
{
"id": "US-037",