forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindows.allowlist.json
More file actions
32 lines (32 loc) · 1.45 KB
/
Copy pathwindows.allowlist.json
File metadata and controls
32 lines (32 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"entries": [
{
"path": "desktop/windows/src/main/agentKernel/toolInstructionCoverage.ts",
"reason": "intentional test infrastructure"
},
{
"path": "desktop/windows/src/main/codingAgent/acp.testkit.ts",
"reason": "intentional test infrastructure"
},
{
"path": "desktop/windows/src/main/codingAgent/fixtures/fakeAcpSubprocess.mjs",
"reason": "intentional test infrastructure"
},
{
"path": "desktop/windows/src/main/codingAgent/fixtures/fakeAcpAuthSubprocess.mjs",
"reason": "intentional test infrastructure"
},
{
"path": "desktop/windows/src/main/codingAgent/pi-mono-extension/index.ts",
"reason": "shipped pi-mono payload entry: piMono.ts jiti-loads it at runtime via the constructed path resources/app.asar.unpacked/out/main/pi-mono-extension/index.ts (piMono.ts:404-407); the scanner only matches literal sibling .js/.mjs strings, so that edge is invisible to it"
},
{
"path": "desktop/windows/src/main/codingAgent/pi-mono-extension/node-tools.ts",
"reason": "static import of the pi-mono payload entry (pi-mono-extension/index.ts) and referenced by its comment contract; lives or dies with that allowlisted entry"
},
{
"path": "desktop/windows/src/shared/agentControlTools.ts",
"reason": "test-only contract module (AGENT_CONTROL_TOOL_NAMES assertions); the live IPC handler is self-contained in src/main/ipc/agentControl.ts"
}
]
}