Found while implementing #6914 (PR #7061). Filed unassigned, out of #6914's scope by its own census definition.
Why #6914 could not see these
#6914's corpus was file-level: "retiredKey( sites in files with no os migrate meta sentence anywhere". That query is blind to a site whose neighbor in the same file carries the sentence. Re-running the census per guidance literal (constants resolved to their definitions, comment lines stripped) on main @ 3f7f14e61 finds 15 sites in 4 files that (a) lack the sentence in their own literal and (b) sit over a registered v17 conversion whose apply() covers exactly their key:
| site |
key |
conversion id |
ai/agent.zod.ts:248 |
agent.knowledge |
agent-knowledge-removed |
ui/action.zod.ts:992 |
action.shortcut |
action-inert-keys-removed |
ui/action.zod.ts:999 |
action.bulkEnabled |
action-inert-keys-removed |
ui/app.zod.ts:1253 |
app.version |
app-dead-authoring-keys-removed |
ui/app.zod.ts:1393 |
app.objects |
app-dead-authoring-keys-removed |
ui/app.zod.ts:1399 |
app.apis |
app-dead-authoring-keys-removed |
ui/app.zod.ts:1425 |
app.sharing |
app-dead-authoring-keys-removed |
ui/app.zod.ts:1431 |
app.embed |
app-dead-authoring-keys-removed |
ui/app.zod.ts:1443 |
app.mobileNavigation |
app-dead-authoring-keys-removed |
ui/app.zod.ts:1481 |
app.aria |
app-dead-authoring-keys-removed |
ui/dashboard.zod.ts:379 |
widgets[].actionUrl |
dashboard-widget-action-aria-removed |
ui/dashboard.zod.ts:380 |
widgets[].actionType |
dashboard-widget-action-aria-removed |
ui/dashboard.zod.ts:381 |
widgets[].actionIcon |
dashboard-widget-action-aria-removed |
ui/dashboard.zod.ts:910 |
dashboard.aria |
dashboard-inert-keys-removed |
ui/dashboard.zod.ts:915 |
dashboard.performance |
dashboard-inert-keys-removed |
(The ui/dashboard.zod.ts:379-381 sites are one shared-constant family — see ACTION_URL_RETIRED and siblings around :300; the literal is what needs the sentence, so it may be fewer than 15 EDITS. Line numbers as of 3f7f14e61; re-derive before editing.)
Conversion ids verified against spec-changes.json's from-16 converted list; each apply() in conversions/registry.ts strips the named key wholesale (stripKeys / dedicated walkers). None is a MIXED (partial-value) conversion at these keys.
What does NOT belong here
Per-literal sites without the sentence that have no conversion stay correctly silent (the data/driver.zod.ts:108 precedent): the 32 driver capability bits, data/query.zod.ts cursor/joins/windowFunctions/distinct and the new aggregations[].distinct (#7051, no conversion registered), notifications cursor, engine options, environment-artifact envelope keys, HookContext.session.roles.
Fix shape
Same as PR #7061: append the #6856 route-D house sentence as the final sentence of each qualifying literal — Run `os migrate meta --from 16` to rewrite existing sources automatically. — prose before it byte-identical. The class pin (shared/retired-key-migrate-sentence.test.ts) judges every new sentence automatically; expect its judged count to rise by exactly the number of edited literals.
Dedup
Searched open issues: migrate sentence tombstone, retiredKey "os migrate meta" — only #6914 (whose census definition excludes these by construction) and its PR #7061.
Found while implementing #6914 (PR #7061). Filed unassigned, out of #6914's scope by its own census definition.
Why #6914 could not see these
#6914's corpus was file-level: "
retiredKey(sites in files with noos migrate metasentence anywhere". That query is blind to a site whose neighbor in the same file carries the sentence. Re-running the census per guidance literal (constants resolved to their definitions, comment lines stripped) onmain@3f7f14e61finds 15 sites in 4 files that (a) lack the sentence in their own literal and (b) sit over a registered v17 conversion whoseapply()covers exactly their key:ai/agent.zod.ts:248agent.knowledgeagent-knowledge-removedui/action.zod.ts:992action.shortcutaction-inert-keys-removedui/action.zod.ts:999action.bulkEnabledaction-inert-keys-removedui/app.zod.ts:1253app.versionapp-dead-authoring-keys-removedui/app.zod.ts:1393app.objectsapp-dead-authoring-keys-removedui/app.zod.ts:1399app.apisapp-dead-authoring-keys-removedui/app.zod.ts:1425app.sharingapp-dead-authoring-keys-removedui/app.zod.ts:1431app.embedapp-dead-authoring-keys-removedui/app.zod.ts:1443app.mobileNavigationapp-dead-authoring-keys-removedui/app.zod.ts:1481app.ariaapp-dead-authoring-keys-removedui/dashboard.zod.ts:379widgets[].actionUrldashboard-widget-action-aria-removedui/dashboard.zod.ts:380widgets[].actionTypedashboard-widget-action-aria-removedui/dashboard.zod.ts:381widgets[].actionIcondashboard-widget-action-aria-removedui/dashboard.zod.ts:910dashboard.ariadashboard-inert-keys-removedui/dashboard.zod.ts:915dashboard.performancedashboard-inert-keys-removed(The
ui/dashboard.zod.ts:379-381sites are one shared-constant family — seeACTION_URL_RETIREDand siblings around:300; the literal is what needs the sentence, so it may be fewer than 15 EDITS. Line numbers as of3f7f14e61; re-derive before editing.)Conversion ids verified against
spec-changes.json's from-16convertedlist; eachapply()inconversions/registry.tsstrips the named key wholesale (stripKeys/ dedicated walkers). None is a MIXED (partial-value) conversion at these keys.What does NOT belong here
Per-literal sites without the sentence that have no conversion stay correctly silent (the
data/driver.zod.ts:108precedent): the 32 driver capability bits,data/query.zod.tscursor/joins/windowFunctions/distinctand the newaggregations[].distinct(#7051, no conversion registered), notificationscursor, engine options,environment-artifactenvelope keys,HookContext.session.roles.Fix shape
Same as PR #7061: append the #6856 route-D house sentence as the final sentence of each qualifying literal —
Run `os migrate meta --from 16` to rewrite existing sources automatically.— prose before it byte-identical. The class pin (shared/retired-key-migrate-sentence.test.ts) judges every new sentence automatically; expect its judged count to rise by exactly the number of edited literals.Dedup
Searched open issues:
migrate sentence tombstone,retiredKey "os migrate meta"— only #6914 (whose census definition excludes these by construction) and its PR #7061.