File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "entry" : [" drizzle.config.ts" , " src/schema/drizzle.ts" ]
1818 },
1919 "infra/containers/sandbox/browser-driver" : {
20- // The snapshot launches this non-workspace service directly.
21- "entry" : [" server.js" ]
20+ // The snapshot launches this service from start-browser-driver.sh.
21+ "entry" : [" server.js" ],
22+ // Stagehand resolves these peer packages dynamically inside the snapshot,
23+ // so a clean root-only CI install exposes no source-level import to Knip.
24+ "ignoreDependencies" : [" playwright-core" , " zod" ]
2225 },
2326 "infra/containers/sandbox/skill-runtime" : {
2427 "entry" : [" bin/*.mjs" ],
25- // The runtime resolves this executable from an absolute installed path.
26- "ignoreDependencies" : [" tsx" ]
28+ // Snapshot launchers resolve these executables by installed binary name;
29+ // a root-only install cannot expose those child-process edges to Knip.
30+ "ignoreDependencies" : [" agent-browser" , " tsx" ],
31+ "ignoreBinaries" : [" agent-browser" ]
2732 }
2833 }
2934}
You can’t perform that action at this time.
0 commit comments