Files
stack/packages/mosaic/framework/guides
fred 453f495630
ci/woodpecker/pr/ci Pipeline was successful
guides: correct rule 13's mechanism per rev-code-02
rev-code-02's suggestion on #1316, and it is right. I wrote that 'npx --yes'
ignores the lockfile. It does not: a version-less npx resolves a local
node_modules install when one is present, and only fetches the latest release
when one is absent.

That makes the rule sharper rather than weaker. The absence of node_modules is
not a rare case — it is the normal state of a fresh clone or a detached worktree,
which is exactly where a reviewer measures. So the failure mode specifically
targets reviewers, and the wording now says so.

Gates re-run with the pinned prettier.
2026-08-19 11:03:18 -05:00
..