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
fix(docs-audit): scope the dot-directory prune premise to the files the walk collects
`walkSourceFiles` prunes every dot-directory under `packages/**` as build
residue, and `--self-test` re-measures the premise that makes that safe rather
than quoting it. The premise was stated over ALL tracked files, but the walk
collects `.ts` and nothing else, so it was strictly stronger than the property
the prune rests on.
The blank project template now commits `.github/workflows/ci.yml` — a template
asset this audit has never had a reason to read — which reds the pin while the
prune's actual safety is untouched. A false positive about a real premise is
the shape most likely to get a good pin deleted, so the measurement is scoped to
the extension the walk collects and stays armed for the first tracked `.ts`
under a dot-directory, which is the case the comment describes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PbJ5Cy9KDAzeQHo8bsMadG
0 commit comments