src/console/server.ts justifies using listRequests rather than getHead/peekHead with "the console is documented as view-only (console.md)". requirements/console.md has said the opposite since before this comment — it records the console's writes and states it is no longer strictly view-only.
test/integration/console.test.ts has the same staleness in a test name ("view-only local dev console").
The comment's actual argument is sound and unaffected: viewing a page must not mutate queue state. Only the citation is wrong.
Pre-existing — both lines are byte-identical at the commit before the upstream-fallback work (#20), where this was found and reported each review round.
src/console/server.tsjustifies usinglistRequestsrather thangetHead/peekHeadwith "the console is documented as view-only (console.md)".requirements/console.mdhas said the opposite since before this comment — it records the console's writes and states it is no longer strictly view-only.test/integration/console.test.tshas the same staleness in a test name ("view-only local dev console").The comment's actual argument is sound and unaffected: viewing a page must not mutate queue state. Only the citation is wrong.
Pre-existing — both lines are byte-identical at the commit before the upstream-fallback work (#20), where this was found and reported each review round.