@@ -106,7 +106,7 @@ export function discoverFacadeEntryFiles(repoRoot: string): string[] {
106106 */
107107export const FACADE_BUDGETS : Readonly < Record < string , number > > = Object . freeze ( {
108108 // --- @agent-device/ad-replay ---
109- 'packages/ad-replay/src/index.ts' : 61 ,
109+ 'packages/ad-replay/src/index.ts' : 62 ,
110110
111111 // --- @agent-device/ad-script ---
112112 'packages/ad-script/src/index.ts' : 41 ,
@@ -233,6 +233,7 @@ export const FACADE_BUDGETS: Readonly<Record<string, number>> = Object.freeze({
233233 'packages/contracts/src/interactor-types.ts' : 1 ,
234234 // #2190's iOS snapshot vocabulary has type-only imports and remains a one-module entry.
235235 'packages/contracts/src/ios-snapshot.ts' : 1 ,
236+ 'packages/contracts/src/is-predicate.ts' : 1 ,
236237 'packages/contracts/src/keyboard.ts' : 1 ,
237238 'packages/contracts/src/logs-runtime-plan.ts' : 5 ,
238239 'packages/contracts/src/managed-web-backend.ts' : 1 ,
@@ -300,7 +301,7 @@ export const FACADE_BUDGETS: Readonly<Record<string, number>> = Object.freeze({
300301 'packages/kernel/src/snapshot.ts' : 1 ,
301302
302303 // --- @agent-device/maestro ---
303- 'packages/maestro/src/index.ts' : 110 ,
304+ 'packages/maestro/src/index.ts' : 111 ,
304305
305306 // --- @agent-device/platform-*: ADR-0019's metadata-eager/implementation-lazy façades. Each
306307 // evaluates only itself; every implementation sits behind a function-scoped `await import`.
@@ -351,7 +352,7 @@ export const FACADE_BUDGETS: Readonly<Record<string, number>> = Object.freeze({
351352 // --- @agent-device/selectors ---
352353 'packages/selectors/src/ast.ts' : 16 ,
353354 'packages/selectors/src/engine.ts' : 19 ,
354- 'packages/selectors/src/index.ts' : 54 ,
355+ 'packages/selectors/src/index.ts' : 55 ,
355356
356357 // --- @agent-device/xml ---
357358 'packages/xml/src/index.ts' : 3 ,
@@ -410,9 +411,9 @@ export const HUB_BUDGETS: Readonly<Record<string, number>> = Object.freeze({
410411 // #2148 moves output-only CLI dependencies behind call-time imports and reduces the entry
411412 // closure by two modules.
412413 // #2146 splits one eagerly reached URL utility into its client and Metro owners.
413- 'src/cli.ts' : 379 ,
414+ 'src/cli.ts' : 380 ,
414415 'src/platform-runtime.ts' : 47 ,
415- 'src/core/command-descriptor/registry.ts' : 71 ,
416+ 'src/core/command-descriptor/registry.ts' : 72 ,
416417 'src/core/command-descriptor/platform-execution-entry.ts' : 3 ,
417418 'src/core/interactors/register-builtins.ts' : 6 ,
418419 // R64 removes the perf plugin facet and keeps collector binding behind the selected runtime
0 commit comments