Skip to content

Commit 077a173

Browse files
committed
refactor(capture-kit): relocate snapshot and recording zones into capture-kit
Move the ADR 0019 end-state capture zones into @agent-device/capture-kit: - src/snapshot/** -> packages/capture-kit/src/snapshot/** (presentation, freshness, scroll-edge-state, ios-snapshot-runtime, android occlusion) - src/recording/** -> packages/capture-kit/src/recording/** - src/core/snapshot-{chrome,state,tree-ingestion,node-lookup}.ts -> packages/capture-kit/src/ - src/snapshot-quality/ test -> capture-kit presentation tree (directory retires with its last file) Pure renames: import re-pointing and gate updates follow in the next commit. The snapshot-desktop-surface test parks in src/__tests__/ because it pins the root eager-import-closure walker.
1 parent 65ff270 commit 077a173

72 files changed

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/recording/__tests__/overlay.test.ts renamed to packages/capture-kit/src/recording/__tests__/overlay.test.ts

File renamed without changes.

src/recording/__tests__/recording-scripts.test.ts renamed to packages/capture-kit/src/recording/__tests__/recording-scripts.test.ts

File renamed without changes.

src/recording/output-path.test.ts renamed to packages/capture-kit/src/recording/output-path.test.ts

File renamed without changes.

src/recording/output-path.ts renamed to packages/capture-kit/src/recording/output-path.ts

File renamed without changes.

src/recording/overlay.ts renamed to packages/capture-kit/src/recording/overlay.ts

File renamed without changes.

src/recording/swift-cache.test.ts renamed to packages/capture-kit/src/recording/swift-cache.test.ts

File renamed without changes.

src/recording/swift-cache.ts renamed to packages/capture-kit/src/recording/swift-cache.ts

File renamed without changes.

src/recording/telemetry.ts renamed to packages/capture-kit/src/recording/telemetry.ts

File renamed without changes.

src/recording/video-webm.test.ts renamed to packages/capture-kit/src/recording/video-webm.test.ts

File renamed without changes.

src/recording/video-webm.ts renamed to packages/capture-kit/src/recording/video-webm.ts

File renamed without changes.

0 commit comments

Comments
 (0)