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
docs(lint): record that the "Template version-time rewriter" comment's scheduling gap closed (#10052)
The comment above lint.yml's `Template version-time rewriter self-test` step is a
second, near-verbatim carrier of the claim `scripts/sync-template-versions.mjs`'s
GAP 1 header makes: that a diff confined to that rewriter yields `core=false`, so
`Test Core` is skipped entirely and the vitest never runs. The `test` job now ORs a
second paths-filter output (`scripts`) into its `if:`, so that half is retired. It
is recorded here rather than deleted, with the mechanism attached.
Also corrects the picomatch version: the comment cited 4.0.5 as "the matcher
dorny/paths-filter uses". The action's own package-lock.json resolves picomatch
2.3.1 as a runtime, non-dev dependency; 4.0.5 is this repo's tree copy. Both agree
on these globs, so no downstream verdict was wrong.
Comment prose only. Both versions parsed with the `yaml` package and compared on
job ids, job names, step counts, and every `run:`/`uses:` line: the parsed shapes
are identical (sha256/16 2d5048dd42a4bc45 both sides), so the required context
`Lint & Repo Gates` is untouched.
Claude-Session: https://claude.ai/code/session_01XqDQYVU5smx29ts9pAErja
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments