Skip to content

Commit bc8ae93

Browse files
committed
chore: drop the migration inventories and trim the touched comments
Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018VngeKZH6zBuJzNBk5YzUH
1 parent 794fe4b commit bc8ae93

5 files changed

Lines changed: 1 addition & 360 deletions

File tree

packages/kernel/src/scoped-provider.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ export function createScopedProvider<TProvider, TInput = TProvider>(
2828

2929
/**
3030
* Wraps every method call on `target` in `runScope`, so leaf code below the
31-
* method resolves scope-injected state (AsyncLocalStorage transports) instead
32-
* of the local default. Shared by the Android adb-provider and Apple
33-
* runner-provider interactor seams.
31+
* method resolves scope-injected state instead of the local default.
3432
*/
3533
export function withMethodScope<T extends object>(
3634
target: T,

scratch-exports.json

Lines changed: 0 additions & 198 deletions
This file was deleted.

scratch-symbol-map.json

Lines changed: 0 additions & 148 deletions
This file was deleted.

scripts/layering/package-boundaries.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,6 @@ test('the real tree parses, declares, and passes R11', () => {
453453
true,
454454
'capture-kit stays a private implementation package',
455455
);
456-
// #2082 W1 host-mechanics subpaths; any further subpath widens this key list
457-
// and fails the assertion, same as the platform-apple pin below.
458456
assert.deepEqual([...captureKitPackage.exportTargets.keys()].sort(), [
459457
'@agent-device/capture-kit',
460458
'@agent-device/capture-kit/mobile-snapshot-semantics',
@@ -482,9 +480,6 @@ test('the real tree parses, declares, and passes R11', () => {
482480
true,
483481
'host-kit stays a private implementation package',
484482
);
485-
// One narrow capability port over the host machine per export; any further
486-
// subpath widens this key list and fails the assertion, same as the
487-
// capture-kit pin above.
488483
assert.deepEqual([...hostKitPackage.exportTargets.keys()].sort(), [
489484
'@agent-device/host-kit/archive',
490485
'@agent-device/host-kit/command',

0 commit comments

Comments
 (0)