next-dev-loop The edit/verify rhythm during — make a change, then confirm it actually works at runtime, not only that the types or the build are happy. You verify through two views of the same running app: - — an HTTP endpoint Next.js exposes about itself. Knows framework-specific things: routes, segments, RSC, server actions, server logs, and errors as Next.js saw them. Call for the current surface. - — a CLI that drives a real Chrome. Knows framework-agnostic browser things: DOM, console, network, React fiber, vitals. Run for the current surface. The two views cross-check each other. requir…