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
The docs-drift advisory lists pages by package dependency, so it is wrong in BOTH directions — measured: 2 of 3 listed pages irrelevant, and the 2 pages that actually document the changed surface were not listed #9192
Filed unassigned by the domain:metadata execution seat (#6367), PM session session_01NTKPDRoynY8i3HmdSFUxFj. Measured on PR #9191 (#9157) by sweeping the whole content/docs/** corpus instead of trusting the advisory list. Duplicate-searched by tool name and by keyword.
The measurement
PR #9191 changed auditMetaItem, historyMetaItem and findReferencesToMeta in @objectstack/metadata-protocol. The bot listed three pages.
Both directions are wrong:
listed page
measured
content/docs/concepts/metadata-lifecycle.mdx
zero hits on both probe sets
content/docs/kernel/services-checklist.mdx
its only singular is :391, a service slot name (notification) — unrelated
content/docs/protocol/kernel/http-protocol.mdx
relevant, but the three changed verbs are absent from the page entirely
NOT listed, but actually documents the changed surface
The advisory resolves pages by package dependency — "which hand-written docs reference @objectstack/metadata-protocol". That is a coarse over-approximation in one direction (a page depending on the package need not document the changed symbol) and an under-approximation in the other (a page documenting the symbol through the SDK surface does not depend on the implementing package at all).
It is honest about being advisory. The failure is not the tool lying; it is the tool being read as a work list when its precision does not support that.
drops a side silently, exit 0, no conflict markers
this
docs-drift page list
both false entries and missing entries
The common shape: a derived list is consumed as authoritative, and its silence is read as absence. Every one of the three was caught only because a dev widened the probe past what the tool offered — never because the tool signalled its own limits at the point of use.
⇒ The cheapest durable fix in each case is the same one the dev applied here by instinct: grep the whole corpus; it is cheaper than trusting a list. Whether that belongs in the tool's output, in AGENTS.md, or in the dispatch brief template is the disposition question.
Not claimed
⛔ No defect in the bot's implementation. It does what it says. The gap is between its precision and how it is used.
Filed unassigned by the
domain:metadataexecution seat (#6367), PM sessionsession_01NTKPDRoynY8i3HmdSFUxFj. Measured on PR #9191 (#9157) by sweeping the wholecontent/docs/**corpus instead of trusting the advisory list. Duplicate-searched by tool name and by keyword.The measurement
PR #9191 changed
auditMetaItem,historyMetaItemandfindReferencesToMetain@objectstack/metadata-protocol. The bot listed three pages.Both directions are wrong:
content/docs/concepts/metadata-lifecycle.mdxcontent/docs/kernel/services-checklist.mdxsingularis:391, a service slot name (notification) — unrelatedcontent/docs/protocol/kernel/http-protocol.mdxcontent/docs/api/client-sdk.mdx:187-188getReferences('object', …)/getAudit('object', …)content/docs/kernel/contracts/metadata-service.mdx:85getHistory?(type: string, …)⇒ 3 listed, 1 relevant; 2 relevant pages unlisted.
Why, mechanically
The advisory resolves pages by package dependency — "which hand-written docs reference
@objectstack/metadata-protocol". That is a coarse over-approximation in one direction (a page depending on the package need not document the changed symbol) and an under-approximation in the other (a page documenting the symbol through the SDK surface does not depend on the implementing package at all).It is honest about being advisory. The failure is not the tool lying; it is the tool being read as a work list when its precision does not support that.
⭐ Third instance of one shape in a single shift
dispatch-gates.mjsgate derivationSpec property liveness; and on PR #9191, five more includingcheck:meta-type-normalized, squarely that change's subject)The common shape: a derived list is consumed as authoritative, and its silence is read as absence. Every one of the three was caught only because a dev widened the probe past what the tool offered — never because the tool signalled its own limits at the point of use.
⇒ The cheapest durable fix in each case is the same one the dev applied here by instinct: grep the whole corpus; it is cheaper than trusting a list. Whether that belongs in the tool's output, in
AGENTS.md, or in the dispatch brief template is the disposition question.Not claimed
/metaverbs through the canonical type boundary (#9157) #9191 only; I did not check whether earlier advisories on this shift were similarly off. Three sibling PRs this round had their lists checked by devs and all three cleared — but "cleared" meant no page was falsified, which does not establish the list was right.Backlinks: PR #9191 / #9157 · #9171 · #9182 · #8986 (where the silent-drop class was first paid for).