@xenosystem/agent-sdk 0.8.13 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/artifacts/metafile-cjs.json +1 -1
- package/dist/artifacts/metafile-esm.json +1 -1
- package/dist/control-plane/metafile-cjs.json +1 -1
- package/dist/control-plane/metafile-esm.json +1 -1
- package/dist/electron/index.cjs +140 -138
- package/dist/electron/index.js +139 -137
- package/dist/electron/metafile-cjs.json +1 -1
- package/dist/electron/metafile-esm.json +1 -1
- package/dist/index.cjs +322 -320
- package/dist/index.d.cts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +322 -320
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/recipes/metafile-cjs.json +1 -1
- package/dist/recipes/metafile-esm.json +1 -1
- package/dist/research/metafile-cjs.json +1 -1
- package/dist/research/metafile-esm.json +1 -1
- package/dist/session/metafile-cjs.json +1 -1
- package/dist/session/metafile-esm.json +1 -1
- package/ownership/ownership-policy.json +273 -273
- package/package.json +1 -1
|
@@ -1,273 +1,273 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./ownership-policy.schema.json",
|
|
3
|
-
"schemaVersion": 1,
|
|
4
|
-
"policyId": "xeno-agent-proprietary-v1",
|
|
5
|
-
"policyRevision": 12,
|
|
6
|
-
"canonicalLocation": "xeno-agent-sdk/ownership/ownership-policy.json",
|
|
7
|
-
"mirrorLocations": [
|
|
8
|
-
"xeno-agent-cli/apps/xeno-agent-cli/ownership/ownership-policy.json"
|
|
9
|
-
],
|
|
10
|
-
"targetLevel": "P2",
|
|
11
|
-
"enforcedLevel": "pre-P1",
|
|
12
|
-
"xenoPackagePrefixes": [
|
|
13
|
-
"@xeno-corporation/",
|
|
14
|
-
"@xenosystem/"
|
|
15
|
-
],
|
|
16
|
-
"repositories": {
|
|
17
|
-
"sdk": {
|
|
18
|
-
"label": "@xenosystem/agent-sdk",
|
|
19
|
-
"manifestPaths": [
|
|
20
|
-
"package.json"
|
|
21
|
-
],
|
|
22
|
-
"sourceRoots": [
|
|
23
|
-
"src"
|
|
24
|
-
],
|
|
25
|
-
"reportDirectory": "docs/compliance"
|
|
26
|
-
},
|
|
27
|
-
"cli": {
|
|
28
|
-
"label": "@xeno-corporation/xeno-agent-cli",
|
|
29
|
-
"manifestPaths": [
|
|
30
|
-
"package.json",
|
|
31
|
-
"apps/xeno-agent-cli/package.json"
|
|
32
|
-
],
|
|
33
|
-
"sourceRoots": [
|
|
34
|
-
"apps/xeno-agent-cli/src",
|
|
35
|
-
"src"
|
|
36
|
-
],
|
|
37
|
-
"additionalOwnedSourceRoots": [
|
|
38
|
-
"../xeno-agent-sdk/src"
|
|
39
|
-
],
|
|
40
|
-
"reportDirectory": "docs/compliance"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"runtimeComponents": [
|
|
44
|
-
{
|
|
45
|
-
"name": "chalk",
|
|
46
|
-
"classification": "temporary-runtime",
|
|
47
|
-
"license": "MIT",
|
|
48
|
-
"usedBy": [
|
|
49
|
-
"sdk",
|
|
50
|
-
"cli"
|
|
51
|
-
],
|
|
52
|
-
"replacement": "xeno-ansi",
|
|
53
|
-
"expiresAtMilestone": "PROPRIETARY-ANSI-1",
|
|
54
|
-
"allowedThrough": "pre-P1"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"name": "microsoft-mxc-native-assets",
|
|
58
|
-
"classification": "external-runtime",
|
|
59
|
-
"license": "MIT",
|
|
60
|
-
"usedBy": [
|
|
61
|
-
"sdk",
|
|
62
|
-
"cli"
|
|
63
|
-
],
|
|
64
|
-
"replacement": "release-certified-platform-containment-adapter",
|
|
65
|
-
"expiresAtMilestone": "never",
|
|
66
|
-
"artifactPathPrefixes": [
|
|
67
|
-
"native/mxc/"
|
|
68
|
-
]
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "undici",
|
|
72
|
-
"classification": "external-runtime",
|
|
73
|
-
"license": "MIT",
|
|
74
|
-
"usedBy": [
|
|
75
|
-
"cli"
|
|
76
|
-
],
|
|
77
|
-
"replacement": "standalone-runtime-network-boundary",
|
|
78
|
-
"expiresAtMilestone": "PROPRIETARY-RUNTIME-1",
|
|
79
|
-
"allowedThrough": "P2"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
"builtinComponents": [
|
|
83
|
-
{
|
|
84
|
-
"name": "node:sqlite",
|
|
85
|
-
"classification": "external-runtime",
|
|
86
|
-
"usedBy": [
|
|
87
|
-
"sdk",
|
|
88
|
-
"cli"
|
|
89
|
-
],
|
|
90
|
-
"replacement": "standalone-runtime-decision",
|
|
91
|
-
"expiresAtMilestone": "PROPRIETARY-RUNTIME-1",
|
|
92
|
-
"allowedThrough": "P2"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"platformBoundaries": [
|
|
96
|
-
{
|
|
97
|
-
"name": "node>=20",
|
|
98
|
-
"classification": "external-runtime",
|
|
99
|
-
"usedBy": [
|
|
100
|
-
"sdk",
|
|
101
|
-
"cli"
|
|
102
|
-
],
|
|
103
|
-
"replacement": "standalone-runtime-decision",
|
|
104
|
-
"expiresAtMilestone": "PROPRIETARY-RUNTIME-1",
|
|
105
|
-
"allowedThrough": "P2"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"name": "windows-kernel32",
|
|
109
|
-
"classification": "platform-api",
|
|
110
|
-
"usedBy": [
|
|
111
|
-
"sdk",
|
|
112
|
-
"cli"
|
|
113
|
-
],
|
|
114
|
-
"replacement": "operating-system-boundary",
|
|
115
|
-
"expiresAtMilestone": "never"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "posix-libc",
|
|
119
|
-
"classification": "platform-api",
|
|
120
|
-
"usedBy": [
|
|
121
|
-
"sdk",
|
|
122
|
-
"cli"
|
|
123
|
-
],
|
|
124
|
-
"replacement": "operating-system-boundary",
|
|
125
|
-
"expiresAtMilestone": "never"
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"developmentPolicy": {
|
|
129
|
-
"classification": "build-only"
|
|
130
|
-
},
|
|
131
|
-
"cleanRoomProtocol": {
|
|
132
|
-
"guide": "ownership/CLEAN_ROOM_CONTRIBUTOR_GUIDE.md",
|
|
133
|
-
"implementationRecordTemplate": "ownership/templates/clean-room-implementation-record.md",
|
|
134
|
-
"provenanceReviewTemplate": "ownership/templates/provenance-review.md",
|
|
135
|
-
"status": "engineering-draft",
|
|
136
|
-
"counselApprovalRequired": true
|
|
137
|
-
},
|
|
138
|
-
"testOracles": [
|
|
139
|
-
{
|
|
140
|
-
"name": "node:zlib",
|
|
141
|
-
"classification": "test-oracle",
|
|
142
|
-
"usedBy": [
|
|
143
|
-
"sdk"
|
|
144
|
-
],
|
|
145
|
-
"replacement": "xeno-deflate",
|
|
146
|
-
"expiresAtMilestone": "never"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "libwebp",
|
|
150
|
-
"classification": "test-oracle",
|
|
151
|
-
"usedBy": [
|
|
152
|
-
"sdk"
|
|
153
|
-
],
|
|
154
|
-
"replacement": "xeno-vp8-webp",
|
|
155
|
-
"expiresAtMilestone": "never"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "libvpx",
|
|
159
|
-
"classification": "test-oracle",
|
|
160
|
-
"usedBy": [
|
|
161
|
-
"sdk"
|
|
162
|
-
],
|
|
163
|
-
"replacement": "xeno-vp8-webp",
|
|
164
|
-
"expiresAtMilestone": "never"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "Pillow",
|
|
168
|
-
"classification": "test-oracle",
|
|
169
|
-
"usedBy": [
|
|
170
|
-
"sdk"
|
|
171
|
-
],
|
|
172
|
-
"replacement": "xeno-owned-media",
|
|
173
|
-
"expiresAtMilestone": "never"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "ImageMagick",
|
|
177
|
-
"classification": "test-oracle",
|
|
178
|
-
"usedBy": [
|
|
179
|
-
"sdk"
|
|
180
|
-
],
|
|
181
|
-
"replacement": "xeno-owned-media",
|
|
182
|
-
"expiresAtMilestone": "never"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"name": "libpng-PNGSuite",
|
|
186
|
-
"classification": "test-oracle",
|
|
187
|
-
"usedBy": [
|
|
188
|
-
"sdk"
|
|
189
|
-
],
|
|
190
|
-
"replacement": "xeno-owned-media",
|
|
191
|
-
"expiresAtMilestone": "never"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "libjpeg-turbo-testimages",
|
|
195
|
-
"classification": "test-oracle",
|
|
196
|
-
"usedBy": [
|
|
197
|
-
"sdk"
|
|
198
|
-
],
|
|
199
|
-
"replacement": "xeno-owned-media",
|
|
200
|
-
"expiresAtMilestone": "never"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "libwebp-test-data",
|
|
204
|
-
"classification": "test-oracle",
|
|
205
|
-
"usedBy": [
|
|
206
|
-
"sdk"
|
|
207
|
-
],
|
|
208
|
-
"replacement": "xeno-owned-media",
|
|
209
|
-
"expiresAtMilestone": "never"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "W3C-SVG-test-suite",
|
|
213
|
-
"classification": "test-oracle",
|
|
214
|
-
"usedBy": [
|
|
215
|
-
"sdk"
|
|
216
|
-
],
|
|
217
|
-
"replacement": "xeno-owned-media",
|
|
218
|
-
"expiresAtMilestone": "never"
|
|
219
|
-
}
|
|
220
|
-
],
|
|
221
|
-
"forbiddenPackages": [
|
|
222
|
-
"@napi-rs/canvas",
|
|
223
|
-
"electron",
|
|
224
|
-
"node-addon-api",
|
|
225
|
-
"node-pty",
|
|
226
|
-
"react",
|
|
227
|
-
"react-dom"
|
|
228
|
-
],
|
|
229
|
-
"capabilityGates": [
|
|
230
|
-
{
|
|
231
|
-
"id": "owned-ansi",
|
|
232
|
-
"requiredFor": "P1",
|
|
233
|
-
"achieved": false,
|
|
234
|
-
"evidence": "PROPRIETARY-ANSI-1"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"id": "owned-command-runtime",
|
|
238
|
-
"requiredFor": "P1",
|
|
239
|
-
"achieved": false,
|
|
240
|
-
"evidence": "PROPRIETARY-COMMAND-1"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"id": "owned-pty",
|
|
244
|
-
"requiredFor": "P1",
|
|
245
|
-
"achieved": false,
|
|
246
|
-
"evidence": "PROPRIETARY-PTY-1"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"id": "owned-framework-neutral-ui",
|
|
250
|
-
"requiredFor": "P2",
|
|
251
|
-
"achieved": false,
|
|
252
|
-
"evidence": "PROPRIETARY-UI-1"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"id": "owned-media-parity",
|
|
256
|
-
"requiredFor": "P2",
|
|
257
|
-
"achieved": false,
|
|
258
|
-
"evidence": "PROPRIETARY-MEDIA-1"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"id": "owned-standalone-runtime",
|
|
262
|
-
"requiredFor": "P3",
|
|
263
|
-
"achieved": false,
|
|
264
|
-
"evidence": "PROPRIETARY-RUNTIME-1"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"id": "owned-development-toolchain",
|
|
268
|
-
"requiredFor": "P4",
|
|
269
|
-
"achieved": false,
|
|
270
|
-
"evidence": "PROPRIETARY-TOOLCHAIN-1"
|
|
271
|
-
}
|
|
272
|
-
]
|
|
273
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./ownership-policy.schema.json",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"policyId": "xeno-agent-proprietary-v1",
|
|
5
|
+
"policyRevision": 12,
|
|
6
|
+
"canonicalLocation": "xeno-agent-sdk/ownership/ownership-policy.json",
|
|
7
|
+
"mirrorLocations": [
|
|
8
|
+
"xeno-agent-cli/apps/xeno-agent-cli/ownership/ownership-policy.json"
|
|
9
|
+
],
|
|
10
|
+
"targetLevel": "P2",
|
|
11
|
+
"enforcedLevel": "pre-P1",
|
|
12
|
+
"xenoPackagePrefixes": [
|
|
13
|
+
"@xeno-corporation/",
|
|
14
|
+
"@xenosystem/"
|
|
15
|
+
],
|
|
16
|
+
"repositories": {
|
|
17
|
+
"sdk": {
|
|
18
|
+
"label": "@xenosystem/agent-sdk",
|
|
19
|
+
"manifestPaths": [
|
|
20
|
+
"package.json"
|
|
21
|
+
],
|
|
22
|
+
"sourceRoots": [
|
|
23
|
+
"src"
|
|
24
|
+
],
|
|
25
|
+
"reportDirectory": "docs/compliance"
|
|
26
|
+
},
|
|
27
|
+
"cli": {
|
|
28
|
+
"label": "@xeno-corporation/xeno-agent-cli",
|
|
29
|
+
"manifestPaths": [
|
|
30
|
+
"package.json",
|
|
31
|
+
"apps/xeno-agent-cli/package.json"
|
|
32
|
+
],
|
|
33
|
+
"sourceRoots": [
|
|
34
|
+
"apps/xeno-agent-cli/src",
|
|
35
|
+
"src"
|
|
36
|
+
],
|
|
37
|
+
"additionalOwnedSourceRoots": [
|
|
38
|
+
"../xeno-agent-sdk/src"
|
|
39
|
+
],
|
|
40
|
+
"reportDirectory": "docs/compliance"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"runtimeComponents": [
|
|
44
|
+
{
|
|
45
|
+
"name": "chalk",
|
|
46
|
+
"classification": "temporary-runtime",
|
|
47
|
+
"license": "MIT",
|
|
48
|
+
"usedBy": [
|
|
49
|
+
"sdk",
|
|
50
|
+
"cli"
|
|
51
|
+
],
|
|
52
|
+
"replacement": "xeno-ansi",
|
|
53
|
+
"expiresAtMilestone": "PROPRIETARY-ANSI-1",
|
|
54
|
+
"allowedThrough": "pre-P1"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "microsoft-mxc-native-assets",
|
|
58
|
+
"classification": "external-runtime",
|
|
59
|
+
"license": "MIT",
|
|
60
|
+
"usedBy": [
|
|
61
|
+
"sdk",
|
|
62
|
+
"cli"
|
|
63
|
+
],
|
|
64
|
+
"replacement": "release-certified-platform-containment-adapter",
|
|
65
|
+
"expiresAtMilestone": "never",
|
|
66
|
+
"artifactPathPrefixes": [
|
|
67
|
+
"native/mxc/"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "undici",
|
|
72
|
+
"classification": "external-runtime",
|
|
73
|
+
"license": "MIT",
|
|
74
|
+
"usedBy": [
|
|
75
|
+
"cli"
|
|
76
|
+
],
|
|
77
|
+
"replacement": "standalone-runtime-network-boundary",
|
|
78
|
+
"expiresAtMilestone": "PROPRIETARY-RUNTIME-1",
|
|
79
|
+
"allowedThrough": "P2"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"builtinComponents": [
|
|
83
|
+
{
|
|
84
|
+
"name": "node:sqlite",
|
|
85
|
+
"classification": "external-runtime",
|
|
86
|
+
"usedBy": [
|
|
87
|
+
"sdk",
|
|
88
|
+
"cli"
|
|
89
|
+
],
|
|
90
|
+
"replacement": "standalone-runtime-decision",
|
|
91
|
+
"expiresAtMilestone": "PROPRIETARY-RUNTIME-1",
|
|
92
|
+
"allowedThrough": "P2"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"platformBoundaries": [
|
|
96
|
+
{
|
|
97
|
+
"name": "node>=20",
|
|
98
|
+
"classification": "external-runtime",
|
|
99
|
+
"usedBy": [
|
|
100
|
+
"sdk",
|
|
101
|
+
"cli"
|
|
102
|
+
],
|
|
103
|
+
"replacement": "standalone-runtime-decision",
|
|
104
|
+
"expiresAtMilestone": "PROPRIETARY-RUNTIME-1",
|
|
105
|
+
"allowedThrough": "P2"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "windows-kernel32",
|
|
109
|
+
"classification": "platform-api",
|
|
110
|
+
"usedBy": [
|
|
111
|
+
"sdk",
|
|
112
|
+
"cli"
|
|
113
|
+
],
|
|
114
|
+
"replacement": "operating-system-boundary",
|
|
115
|
+
"expiresAtMilestone": "never"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "posix-libc",
|
|
119
|
+
"classification": "platform-api",
|
|
120
|
+
"usedBy": [
|
|
121
|
+
"sdk",
|
|
122
|
+
"cli"
|
|
123
|
+
],
|
|
124
|
+
"replacement": "operating-system-boundary",
|
|
125
|
+
"expiresAtMilestone": "never"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"developmentPolicy": {
|
|
129
|
+
"classification": "build-only"
|
|
130
|
+
},
|
|
131
|
+
"cleanRoomProtocol": {
|
|
132
|
+
"guide": "ownership/CLEAN_ROOM_CONTRIBUTOR_GUIDE.md",
|
|
133
|
+
"implementationRecordTemplate": "ownership/templates/clean-room-implementation-record.md",
|
|
134
|
+
"provenanceReviewTemplate": "ownership/templates/provenance-review.md",
|
|
135
|
+
"status": "engineering-draft",
|
|
136
|
+
"counselApprovalRequired": true
|
|
137
|
+
},
|
|
138
|
+
"testOracles": [
|
|
139
|
+
{
|
|
140
|
+
"name": "node:zlib",
|
|
141
|
+
"classification": "test-oracle",
|
|
142
|
+
"usedBy": [
|
|
143
|
+
"sdk"
|
|
144
|
+
],
|
|
145
|
+
"replacement": "xeno-deflate",
|
|
146
|
+
"expiresAtMilestone": "never"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "libwebp",
|
|
150
|
+
"classification": "test-oracle",
|
|
151
|
+
"usedBy": [
|
|
152
|
+
"sdk"
|
|
153
|
+
],
|
|
154
|
+
"replacement": "xeno-vp8-webp",
|
|
155
|
+
"expiresAtMilestone": "never"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "libvpx",
|
|
159
|
+
"classification": "test-oracle",
|
|
160
|
+
"usedBy": [
|
|
161
|
+
"sdk"
|
|
162
|
+
],
|
|
163
|
+
"replacement": "xeno-vp8-webp",
|
|
164
|
+
"expiresAtMilestone": "never"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "Pillow",
|
|
168
|
+
"classification": "test-oracle",
|
|
169
|
+
"usedBy": [
|
|
170
|
+
"sdk"
|
|
171
|
+
],
|
|
172
|
+
"replacement": "xeno-owned-media",
|
|
173
|
+
"expiresAtMilestone": "never"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "ImageMagick",
|
|
177
|
+
"classification": "test-oracle",
|
|
178
|
+
"usedBy": [
|
|
179
|
+
"sdk"
|
|
180
|
+
],
|
|
181
|
+
"replacement": "xeno-owned-media",
|
|
182
|
+
"expiresAtMilestone": "never"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "libpng-PNGSuite",
|
|
186
|
+
"classification": "test-oracle",
|
|
187
|
+
"usedBy": [
|
|
188
|
+
"sdk"
|
|
189
|
+
],
|
|
190
|
+
"replacement": "xeno-owned-media",
|
|
191
|
+
"expiresAtMilestone": "never"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "libjpeg-turbo-testimages",
|
|
195
|
+
"classification": "test-oracle",
|
|
196
|
+
"usedBy": [
|
|
197
|
+
"sdk"
|
|
198
|
+
],
|
|
199
|
+
"replacement": "xeno-owned-media",
|
|
200
|
+
"expiresAtMilestone": "never"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "libwebp-test-data",
|
|
204
|
+
"classification": "test-oracle",
|
|
205
|
+
"usedBy": [
|
|
206
|
+
"sdk"
|
|
207
|
+
],
|
|
208
|
+
"replacement": "xeno-owned-media",
|
|
209
|
+
"expiresAtMilestone": "never"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "W3C-SVG-test-suite",
|
|
213
|
+
"classification": "test-oracle",
|
|
214
|
+
"usedBy": [
|
|
215
|
+
"sdk"
|
|
216
|
+
],
|
|
217
|
+
"replacement": "xeno-owned-media",
|
|
218
|
+
"expiresAtMilestone": "never"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"forbiddenPackages": [
|
|
222
|
+
"@napi-rs/canvas",
|
|
223
|
+
"electron",
|
|
224
|
+
"node-addon-api",
|
|
225
|
+
"node-pty",
|
|
226
|
+
"react",
|
|
227
|
+
"react-dom"
|
|
228
|
+
],
|
|
229
|
+
"capabilityGates": [
|
|
230
|
+
{
|
|
231
|
+
"id": "owned-ansi",
|
|
232
|
+
"requiredFor": "P1",
|
|
233
|
+
"achieved": false,
|
|
234
|
+
"evidence": "PROPRIETARY-ANSI-1"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "owned-command-runtime",
|
|
238
|
+
"requiredFor": "P1",
|
|
239
|
+
"achieved": false,
|
|
240
|
+
"evidence": "PROPRIETARY-COMMAND-1"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "owned-pty",
|
|
244
|
+
"requiredFor": "P1",
|
|
245
|
+
"achieved": false,
|
|
246
|
+
"evidence": "PROPRIETARY-PTY-1"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": "owned-framework-neutral-ui",
|
|
250
|
+
"requiredFor": "P2",
|
|
251
|
+
"achieved": false,
|
|
252
|
+
"evidence": "PROPRIETARY-UI-1"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "owned-media-parity",
|
|
256
|
+
"requiredFor": "P2",
|
|
257
|
+
"achieved": false,
|
|
258
|
+
"evidence": "PROPRIETARY-MEDIA-1"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "owned-standalone-runtime",
|
|
262
|
+
"requiredFor": "P3",
|
|
263
|
+
"achieved": false,
|
|
264
|
+
"evidence": "PROPRIETARY-RUNTIME-1"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "owned-development-toolchain",
|
|
268
|
+
"requiredFor": "P4",
|
|
269
|
+
"achieved": false,
|
|
270
|
+
"evidence": "PROPRIETARY-TOOLCHAIN-1"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
}
|