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(objectql): make the PLATFORM_NAMESPACE docblock describe the post-#13491 reality (#14097)
The docblock still asserted the pre-2026-08-31 invariant: that this regexp is
the third write path carrying the seed loader's rule and that all three must
stay in step. #13491 withdrew the wholesale namespace reading for the runtime
path only, so the assertion is false — and a header stating a false invariant
is worse than one stating none, because the next author reasons from a coupling
that no longer holds.
Rewritten to describe reality rather than deleted: the coupling existed and was
broken DELIBERATELY, and deleting the passage would leave three near-identical
regexps that read as drift. The runtime side's per-object classification is now
named by code location (the PLATFORM_OBJECT_TENANCY ledger in
platform-object-tenancy.ts, read through classifyPlatformObjectTenancy /
isPlatformObjectOutOfTenantAuditScope), not by issue number.
Comment-only. No behaviour change, no cut logic touched.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments