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
chore(lint): delete inert eslint-disable family comments in package sources (#14801)
package.json's lint script runs eslint with --no-inline-config, so every
inline eslint-disable / eslint-disable-next-line / eslint-enable comment
is ignored by the repo's only lint invocation. This deletes the 58 such
comments across 26 non-test source files under packages/** that carry
them at this branch's base (89a156a) -- comment removal only, no code
change. Per-comment measurement against eslint.config.mjs (see PR body)
confirms none of the named rules are configured there either, so the
deletion cannot expose a live finding.
Also re-anchors 5 line-number references in
content/docs/permissions/system-context.mdx that check:system-context-census
pins to exact lines in packages/rest/src/rest-server.ts -- one of this PR's
comment deletions shifted those lines by one, and the gate's own --fix
brought the anchors back in sync (verified green before and after).
Fixes#14529
Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
| 50 |`manage_metadata` bypassed on metadata writes | runtime, rest | Get: schema writes without the capability |`domains/meta.ts:471`, `:874`, `rest-server.ts:4716`, `:6079`, `:6327`, `:6758`, `:6951`|
161
+
| 50 |`manage_metadata` bypassed on metadata writes | runtime, rest | Get: schema writes without the capability |`domains/meta.ts:471`, `:874`, `rest-server.ts:4715`, `:6078`, `:6326`, `:6757`, `:6950`|
162
162
| 51 | The shared metadata-write verdict itself returns `allowed`| metadata-core | Get: the one function all of row 50's doors consult answers yes before any capability is examined |`meta-write-capability.ts:134`|
163
163
| 52 | Anonymous-deny seam satisfied on the domain dispatchers and the package/federation routes | runtime, rest | Get: passes with no `userId`|`domains/actions.ts:411`, `domains/ai.ts:60`, `domains/automation.ts:989`, `domains/meta.ts:232`, `domains/security.ts:78`, `domains/packages.ts:326`, `external-datasource-routes.ts:302`, `package-routes.ts:97`|
164
164
| 53 | MCP principal check satisfied | runtime | Get: MCP surface reachable with no user |`domains/mcp.ts:61`|
0 commit comments