You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surfaced while reviewing #98. The agentic reviewer asked that PR to update specs/03-dsl.md § browser after browser.newPage was deleted. That file does not exist.
git log --all -- specs/03-dsl.md is empty, and the path is not gitignored — it has never been committed on any branch. Meanwhile 83 source files carry a Spec: specs/03-dsl.md § … trailer, plus more pointing at specs/pm/plan.md (also absent).
Reviews will keep generating this finding. It is correct in principle every time a capability's surface changes, and unfixable every time.
Worth deciding which way to close it: write the specs the trailers promise, repoint them at whatever is now authoritative (the ADRs, AGENTS.md, the docs app), or drop the trailers. Whichever it is, doing it in one sweep is cheaper than the recurring review noise, and it should land as its own change rather than riding along on an unrelated capability PR.
Surfaced while reviewing #98. The agentic reviewer asked that PR to update
specs/03-dsl.md § browserafterbrowser.newPagewas deleted. That file does not exist.specs/contains four files, all ADRs:git log --all -- specs/03-dsl.mdis empty, and the path is not gitignored — it has never been committed on any branch. Meanwhile 83 source files carry aSpec: specs/03-dsl.md § …trailer, plus more pointing atspecs/pm/plan.md(also absent).Two things this costs:
browser.newPage— the last dying stub in a live Layer #98 — hits nothing, and the request cannot be actioned.Worth deciding which way to close it: write the specs the trailers promise, repoint them at whatever is now authoritative (the ADRs,
AGENTS.md, the docs app), or drop the trailers. Whichever it is, doing it in one sweep is cheaper than the recurring review noise, and it should land as its own change rather than riding along on an unrelated capability PR.