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): derive package roots from the filesystem, not a special-cased regex (#4162) (#4206)
The drift mapper special-cased only `packages/plugins/*`, so the 30
packages nested under the other six container dirs collapsed into their
container — whose missing package.json killed the npm-name matching arm.
A doc naming `@objectstack/service-automation` but never the repo path
was a guaranteed miss (`automation/flows.mdx` on a service-automation-
only change). The root is now the deepest ancestor with a package.json,
with no hardcoded container list to drift out of sync.
Also from the issue thread: `<packageRoot>/scripts/**` is build tooling,
not documented behaviour, and no longer counts as an implementation
change (#4183); `package.json` and `src/scripts/**` stay counted. Both
the derivation and the classifiers are now pinned by `--self-test`.
Claude-Session: https://claude.ai/code/session_01J2x8Tie9WT1VgWFifqMKrR
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments