@xenosystem/agent-sdk 0.8.12
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/LICENSE +15 -0
- package/README.md +511 -0
- package/dist/agents/index.cjs +17 -0
- package/dist/agents/index.d.cts +244 -0
- package/dist/agents/index.d.ts +244 -0
- package/dist/agents/index.js +17 -0
- package/dist/agents/metafile-cjs.json +1 -0
- package/dist/agents/metafile-esm.json +1 -0
- package/dist/artifacts/browser.cjs +1 -0
- package/dist/artifacts/browser.d.cts +8 -0
- package/dist/artifacts/browser.d.ts +8 -0
- package/dist/artifacts/browser.js +1 -0
- package/dist/artifacts/diff-artifact-C2tQZWcs.d.cts +354 -0
- package/dist/artifacts/diff-artifact-C2tQZWcs.d.ts +354 -0
- package/dist/artifacts/index.cjs +10 -0
- package/dist/artifacts/index.d.cts +588 -0
- package/dist/artifacts/index.d.ts +588 -0
- package/dist/artifacts/index.js +10 -0
- package/dist/artifacts/metafile-cjs.json +1 -0
- package/dist/artifacts/metafile-esm.json +1 -0
- package/dist/automation/index.cjs +438 -0
- package/dist/automation/index.d.cts +878 -0
- package/dist/automation/index.d.ts +878 -0
- package/dist/automation/index.js +438 -0
- package/dist/automation/metafile-cjs.json +1 -0
- package/dist/automation/metafile-esm.json +1 -0
- package/dist/control-plane/index.cjs +7 -0
- package/dist/control-plane/index.d.cts +403 -0
- package/dist/control-plane/index.d.ts +403 -0
- package/dist/control-plane/index.js +7 -0
- package/dist/control-plane/metafile-cjs.json +1 -0
- package/dist/control-plane/metafile-esm.json +1 -0
- package/dist/control-room/index.cjs +1 -0
- package/dist/control-room/index.d.cts +216 -0
- package/dist/control-room/index.d.ts +216 -0
- package/dist/control-room/index.js +1 -0
- package/dist/control-room/metafile-cjs.json +1 -0
- package/dist/control-room/metafile-esm.json +1 -0
- package/dist/electron/index.cjs +1476 -0
- package/dist/electron/index.d.cts +1583 -0
- package/dist/electron/index.d.ts +1583 -0
- package/dist/electron/index.js +1476 -0
- package/dist/electron/metafile-cjs.json +1 -0
- package/dist/electron/metafile-esm.json +1 -0
- package/dist/governance/index.cjs +33 -0
- package/dist/governance/index.d.cts +397 -0
- package/dist/governance/index.d.ts +397 -0
- package/dist/governance/index.js +33 -0
- package/dist/governance/metafile-cjs.json +1 -0
- package/dist/governance/metafile-esm.json +1 -0
- package/dist/hooks/index.cjs +9 -0
- package/dist/hooks/index.d.cts +198 -0
- package/dist/hooks/index.d.ts +198 -0
- package/dist/hooks/index.js +9 -0
- package/dist/hooks/metafile-cjs.json +1 -0
- package/dist/hooks/metafile-esm.json +1 -0
- package/dist/hosted/index.cjs +1 -0
- package/dist/hosted/index.d.cts +490 -0
- package/dist/hosted/index.d.ts +490 -0
- package/dist/hosted/index.js +1 -0
- package/dist/hosted/metafile-cjs.json +1 -0
- package/dist/hosted/metafile-esm.json +1 -0
- package/dist/index.cjs +2161 -0
- package/dist/index.d.cts +12259 -0
- package/dist/index.d.ts +12259 -0
- package/dist/index.js +2161 -0
- package/dist/intelligence/index.cjs +10 -0
- package/dist/intelligence/index.d.cts +220 -0
- package/dist/intelligence/index.d.ts +220 -0
- package/dist/intelligence/index.js +10 -0
- package/dist/intelligence/metafile-cjs.json +1 -0
- package/dist/intelligence/metafile-esm.json +1 -0
- package/dist/mcp/index.cjs +28 -0
- package/dist/mcp/index.d.cts +960 -0
- package/dist/mcp/index.d.ts +960 -0
- package/dist/mcp/index.js +28 -0
- package/dist/mcp/metafile-cjs.json +1 -0
- package/dist/mcp/metafile-esm.json +1 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/metafile-esm.json +1 -0
- package/dist/oracle/index.cjs +1 -0
- package/dist/oracle/index.d.cts +310 -0
- package/dist/oracle/index.d.ts +310 -0
- package/dist/oracle/index.js +1 -0
- package/dist/oracle/metafile-cjs.json +1 -0
- package/dist/oracle/metafile-esm.json +1 -0
- package/dist/providers/index.cjs +11 -0
- package/dist/providers/index.d.cts +462 -0
- package/dist/providers/index.d.ts +462 -0
- package/dist/providers/index.js +11 -0
- package/dist/providers/metafile-cjs.json +1 -0
- package/dist/providers/metafile-esm.json +1 -0
- package/dist/recipes/index.cjs +2 -0
- package/dist/recipes/index.d.cts +86 -0
- package/dist/recipes/index.d.ts +86 -0
- package/dist/recipes/index.js +2 -0
- package/dist/recipes/metafile-cjs.json +1 -0
- package/dist/recipes/metafile-esm.json +1 -0
- package/dist/research/index.cjs +3 -0
- package/dist/research/index.d.cts +285 -0
- package/dist/research/index.d.ts +285 -0
- package/dist/research/index.js +3 -0
- package/dist/research/metafile-cjs.json +1 -0
- package/dist/research/metafile-esm.json +1 -0
- package/dist/session/index.cjs +56 -0
- package/dist/session/index.d.cts +523 -0
- package/dist/session/index.d.ts +523 -0
- package/dist/session/index.js +56 -0
- package/dist/session/metafile-cjs.json +1 -0
- package/dist/session/metafile-esm.json +1 -0
- package/dist/sharing/index.cjs +4 -0
- package/dist/sharing/index.d.cts +272 -0
- package/dist/sharing/index.d.ts +272 -0
- package/dist/sharing/index.js +4 -0
- package/dist/sharing/metafile-cjs.json +1 -0
- package/dist/sharing/metafile-esm.json +1 -0
- package/dist/skills/index.cjs +6 -0
- package/dist/skills/index.d.cts +277 -0
- package/dist/skills/index.d.ts +277 -0
- package/dist/skills/index.js +6 -0
- package/dist/skills/metafile-cjs.json +1 -0
- package/dist/skills/metafile-esm.json +1 -0
- package/dist/soul/index.cjs +32 -0
- package/dist/soul/index.d.cts +138 -0
- package/dist/soul/index.d.ts +138 -0
- package/dist/soul/index.js +32 -0
- package/dist/soul/metafile-cjs.json +1 -0
- package/dist/soul/metafile-esm.json +1 -0
- package/dist/terminal/index.cjs +4 -0
- package/dist/terminal/index.d.cts +55 -0
- package/dist/terminal/index.d.ts +55 -0
- package/dist/terminal/index.js +4 -0
- package/dist/terminal/metafile-cjs.json +1 -0
- package/dist/terminal/metafile-esm.json +1 -0
- package/dist/ui/index.cjs +35 -0
- package/dist/ui/index.d.cts +298 -0
- package/dist/ui/index.d.ts +298 -0
- package/dist/ui/index.js +35 -0
- package/dist/ui/metafile-cjs.json +1 -0
- package/dist/ui/metafile-esm.json +1 -0
- package/dist/utils/index.cjs +23 -0
- package/dist/utils/index.d.cts +245 -0
- package/dist/utils/index.d.ts +245 -0
- package/dist/utils/index.js +23 -0
- package/dist/utils/metafile-cjs.json +1 -0
- package/dist/utils/metafile-esm.json +1 -0
- package/native/mxc/LICENSE.microsoft-mxc-sdk.md +21 -0
- package/native/mxc/README.md +25 -0
- package/native/mxc/bin/arm64/lxc-exec +0 -0
- package/native/mxc/bin/arm64/mxc-exec-mac +0 -0
- package/native/mxc/bin/arm64/wxc-exec.exe +0 -0
- package/native/mxc/bin/arm64/wxc-host-prep.exe +0 -0
- package/native/mxc/bin/x64/lxc-exec +0 -0
- package/native/mxc/bin/x64/wxc-exec.exe +0 -0
- package/native/mxc/bin/x64/wxc-host-prep.exe +0 -0
- package/native/mxc/package.json +58 -0
- package/ownership/CLEAN_ROOM_CONTRIBUTOR_GUIDE.md +63 -0
- package/ownership/audit.mjs +727 -0
- package/ownership/evidence/PROPRIETARY-COMMAND-1/implementation-record.md +77 -0
- package/ownership/evidence/PROPRIETARY-COMMAND-1/provenance-review.md +51 -0
- package/ownership/evidence/PROPRIETARY-MEDIA-1/implementation-record.md +131 -0
- package/ownership/evidence/PROPRIETARY-MEDIA-1/provenance-review.md +50 -0
- package/ownership/evidence/PROPRIETARY-PTY-1/implementation-record.md +86 -0
- package/ownership/evidence/PROPRIETARY-PTY-1/provenance-review.md +52 -0
- package/ownership/evidence/PROPRIETARY-RUNTIME-1/implementation-record.md +68 -0
- package/ownership/evidence/PROPRIETARY-RUNTIME-1/provenance-review.md +32 -0
- package/ownership/evidence/PROPRIETARY-TOOLCHAIN-1/implementation-record.md +53 -0
- package/ownership/evidence/PROPRIETARY-TOOLCHAIN-1/provenance-review.md +32 -0
- package/ownership/evidence/PROPRIETARY-UI-1/implementation-record.md +96 -0
- package/ownership/evidence/PROPRIETARY-UI-1/provenance-review.md +46 -0
- package/ownership/ownership-policy.json +232 -0
- package/ownership/ownership-policy.schema.json +192 -0
- package/ownership/templates/clean-room-implementation-record.md +70 -0
- package/ownership/templates/provenance-review.md +51 -0
- package/package.json +209 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Independent Provenance Review
|
|
2
|
+
|
|
3
|
+
## Review identity
|
|
4
|
+
|
|
5
|
+
- Component:
|
|
6
|
+
- Replacement milestone:
|
|
7
|
+
- Implementation record path:
|
|
8
|
+
- Candidate revision:
|
|
9
|
+
- Reviewer:
|
|
10
|
+
- Domain reviewer (if required):
|
|
11
|
+
- Review date (UTC):
|
|
12
|
+
- Reviewer independent of implementation: yes/no
|
|
13
|
+
|
|
14
|
+
## Evidence checks
|
|
15
|
+
|
|
16
|
+
- [ ] Behavioral contract predates or is independent from implementation work.
|
|
17
|
+
- [ ] Normative and public sources are listed with revisions and evidence paths.
|
|
18
|
+
- [ ] Contributor source-exposure disclosures are complete.
|
|
19
|
+
- [ ] Required separation/counsel decisions are attached.
|
|
20
|
+
- [ ] No copied source, comments, tests, identifiers, non-normative constants, or distinctive internal structure were found.
|
|
21
|
+
- [ ] AI inputs and human review satisfy the contributor guide.
|
|
22
|
+
- [ ] Intentional incompatibilities are approved and versioned.
|
|
23
|
+
- [ ] Conformance, malformed-input, security, resource-limit, and fuzz evidence meets the component gate.
|
|
24
|
+
- [ ] Bundle graph, native hashes, SBOM, ownership inventory, and clean-install graph agree.
|
|
25
|
+
- [ ] Licenses, patents, trademarks, and specification terms have an explicit disposition.
|
|
26
|
+
|
|
27
|
+
## Similarity and provenance review method
|
|
28
|
+
|
|
29
|
+
- Files and revisions reviewed:
|
|
30
|
+
- Comparison method and tools:
|
|
31
|
+
- Findings:
|
|
32
|
+
- False positives and disposition:
|
|
33
|
+
|
|
34
|
+
## Verification summary
|
|
35
|
+
|
|
36
|
+
| Gate | Evidence | Result | Notes |
|
|
37
|
+
| --- | --- | --- | --- |
|
|
38
|
+
| Contract compatibility | | | |
|
|
39
|
+
| Security/resource limits | | | |
|
|
40
|
+
| Fuzz/conformance | | | |
|
|
41
|
+
| Cross-platform | | | |
|
|
42
|
+
| Artifact ownership | | | |
|
|
43
|
+
|
|
44
|
+
## Decision
|
|
45
|
+
|
|
46
|
+
- Engineering provenance decision: approve/reject/needs-work
|
|
47
|
+
- Capability gate may be marked achieved: yes/no
|
|
48
|
+
- Public clean-room/proprietary claim approved by this review: no
|
|
49
|
+
- Required follow-up:
|
|
50
|
+
- Reviewer signature/date:
|
|
51
|
+
- Counsel approval reference (required for public claim):
|
package/package.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@xenosystem/agent-sdk",
|
|
3
|
+
"version": "0.8.12",
|
|
4
|
+
"description": "XENO Agent SDK built from the same engine as XENO CODE",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.js",
|
|
12
|
+
"require": "./dist/index.cjs"
|
|
13
|
+
},
|
|
14
|
+
"./package.json": "./package.json",
|
|
15
|
+
"./ui": {
|
|
16
|
+
"types": "./dist/ui/index.d.ts",
|
|
17
|
+
"import": "./dist/ui/index.js",
|
|
18
|
+
"require": "./dist/ui/index.cjs"
|
|
19
|
+
},
|
|
20
|
+
"./providers": {
|
|
21
|
+
"types": "./dist/providers/index.d.ts",
|
|
22
|
+
"import": "./dist/providers/index.js",
|
|
23
|
+
"require": "./dist/providers/index.cjs"
|
|
24
|
+
},
|
|
25
|
+
"./electron": {
|
|
26
|
+
"types": "./dist/electron/index.d.ts",
|
|
27
|
+
"import": "./dist/electron/index.js",
|
|
28
|
+
"require": "./dist/electron/index.cjs"
|
|
29
|
+
},
|
|
30
|
+
"./session": {
|
|
31
|
+
"types": "./dist/session/index.d.ts",
|
|
32
|
+
"import": "./dist/session/index.js",
|
|
33
|
+
"require": "./dist/session/index.cjs"
|
|
34
|
+
},
|
|
35
|
+
"./terminal": {
|
|
36
|
+
"types": "./dist/terminal/index.d.ts",
|
|
37
|
+
"import": "./dist/terminal/index.js",
|
|
38
|
+
"require": "./dist/terminal/index.cjs"
|
|
39
|
+
},
|
|
40
|
+
"./mcp": {
|
|
41
|
+
"types": "./dist/mcp/index.d.ts",
|
|
42
|
+
"import": "./dist/mcp/index.js",
|
|
43
|
+
"require": "./dist/mcp/index.cjs"
|
|
44
|
+
},
|
|
45
|
+
"./utils": {
|
|
46
|
+
"types": "./dist/utils/index.d.ts",
|
|
47
|
+
"import": "./dist/utils/index.js",
|
|
48
|
+
"require": "./dist/utils/index.cjs"
|
|
49
|
+
},
|
|
50
|
+
"./control-plane": {
|
|
51
|
+
"types": "./dist/control-plane/index.d.ts",
|
|
52
|
+
"import": "./dist/control-plane/index.js",
|
|
53
|
+
"require": "./dist/control-plane/index.cjs"
|
|
54
|
+
},
|
|
55
|
+
"./control-room": {
|
|
56
|
+
"types": "./dist/control-room/index.d.ts",
|
|
57
|
+
"import": "./dist/control-room/index.js",
|
|
58
|
+
"require": "./dist/control-room/index.cjs"
|
|
59
|
+
},
|
|
60
|
+
"./agents": {
|
|
61
|
+
"types": "./dist/agents/index.d.ts",
|
|
62
|
+
"import": "./dist/agents/index.js",
|
|
63
|
+
"require": "./dist/agents/index.cjs"
|
|
64
|
+
},
|
|
65
|
+
"./automation": {
|
|
66
|
+
"types": "./dist/automation/index.d.ts",
|
|
67
|
+
"import": "./dist/automation/index.js",
|
|
68
|
+
"require": "./dist/automation/index.cjs"
|
|
69
|
+
},
|
|
70
|
+
"./artifacts": {
|
|
71
|
+
"types": "./dist/artifacts/index.d.ts",
|
|
72
|
+
"import": "./dist/artifacts/index.js",
|
|
73
|
+
"require": "./dist/artifacts/index.cjs"
|
|
74
|
+
},
|
|
75
|
+
"./artifacts/browser": {
|
|
76
|
+
"types": "./dist/artifacts/browser.d.ts",
|
|
77
|
+
"import": "./dist/artifacts/browser.js",
|
|
78
|
+
"require": "./dist/artifacts/browser.cjs"
|
|
79
|
+
},
|
|
80
|
+
"./skills": {
|
|
81
|
+
"types": "./dist/skills/index.d.ts",
|
|
82
|
+
"import": "./dist/skills/index.js",
|
|
83
|
+
"require": "./dist/skills/index.cjs"
|
|
84
|
+
},
|
|
85
|
+
"./hooks": {
|
|
86
|
+
"types": "./dist/hooks/index.d.ts",
|
|
87
|
+
"import": "./dist/hooks/index.js",
|
|
88
|
+
"require": "./dist/hooks/index.cjs"
|
|
89
|
+
},
|
|
90
|
+
"./governance": {
|
|
91
|
+
"types": "./dist/governance/index.d.ts",
|
|
92
|
+
"import": "./dist/governance/index.js",
|
|
93
|
+
"require": "./dist/governance/index.cjs"
|
|
94
|
+
},
|
|
95
|
+
"./intelligence": {
|
|
96
|
+
"types": "./dist/intelligence/index.d.ts",
|
|
97
|
+
"import": "./dist/intelligence/index.js",
|
|
98
|
+
"require": "./dist/intelligence/index.cjs"
|
|
99
|
+
},
|
|
100
|
+
"./sharing": {
|
|
101
|
+
"types": "./dist/sharing/index.d.ts",
|
|
102
|
+
"import": "./dist/sharing/index.js",
|
|
103
|
+
"require": "./dist/sharing/index.cjs"
|
|
104
|
+
},
|
|
105
|
+
"./hosted": {
|
|
106
|
+
"types": "./dist/hosted/index.d.ts",
|
|
107
|
+
"import": "./dist/hosted/index.js",
|
|
108
|
+
"require": "./dist/hosted/index.cjs"
|
|
109
|
+
},
|
|
110
|
+
"./oracle": {
|
|
111
|
+
"types": "./dist/oracle/index.d.ts",
|
|
112
|
+
"import": "./dist/oracle/index.js",
|
|
113
|
+
"require": "./dist/oracle/index.cjs"
|
|
114
|
+
},
|
|
115
|
+
"./research": {
|
|
116
|
+
"types": "./dist/research/index.d.ts",
|
|
117
|
+
"import": "./dist/research/index.js",
|
|
118
|
+
"require": "./dist/research/index.cjs"
|
|
119
|
+
},
|
|
120
|
+
"./recipes": {
|
|
121
|
+
"types": "./dist/recipes/index.d.ts",
|
|
122
|
+
"import": "./dist/recipes/index.js",
|
|
123
|
+
"require": "./dist/recipes/index.cjs"
|
|
124
|
+
},
|
|
125
|
+
"./soul": {
|
|
126
|
+
"types": "./dist/soul/index.d.ts",
|
|
127
|
+
"import": "./dist/soul/index.js",
|
|
128
|
+
"require": "./dist/soul/index.cjs"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"files": [
|
|
132
|
+
"dist",
|
|
133
|
+
"native/mxc",
|
|
134
|
+
"ownership",
|
|
135
|
+
"README.md",
|
|
136
|
+
"LICENSE"
|
|
137
|
+
],
|
|
138
|
+
"license": "UNLICENSED",
|
|
139
|
+
"publishConfig": {
|
|
140
|
+
"access": "public"
|
|
141
|
+
},
|
|
142
|
+
"homepage": "https://xenostudio.ai",
|
|
143
|
+
"repository": {
|
|
144
|
+
"type": "git",
|
|
145
|
+
"url": "git+https://github.com/XENO-CORPORATION/xeno-agent-sdk.git"
|
|
146
|
+
},
|
|
147
|
+
"bugs": {
|
|
148
|
+
"url": "https://xenostudio.ai/contact"
|
|
149
|
+
},
|
|
150
|
+
"scripts": {
|
|
151
|
+
"build": "node scripts/build-sdk.mjs",
|
|
152
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
153
|
+
"typecheck:tests": "tsc --noEmit -p tsconfig.tests.json",
|
|
154
|
+
"typecheck:compat": "tsc6 --noEmit -p tsconfig.json && tsc6 --noEmit -p tsconfig.tests.json",
|
|
155
|
+
"lint": "eslint .",
|
|
156
|
+
"compliance:provenance": "node scripts/provenance-guard.mjs",
|
|
157
|
+
"compliance:licenses": "node scripts/license-inventory.mjs --write",
|
|
158
|
+
"compliance:ownership": "node ownership/audit.mjs --repo sdk --root . --write",
|
|
159
|
+
"compliance:ownership:artifacts": "node ownership/audit.mjs --repo sdk --root . --write --artifacts",
|
|
160
|
+
"compliance:encoding": "node scripts/verify-encoding-integrity.mjs --verify",
|
|
161
|
+
"compliance:release-actions": "node scripts/verify-release-actions.mjs",
|
|
162
|
+
"compliance:observability": "node scripts/write-observability-report.mjs --write",
|
|
163
|
+
"compliance": "npm run compliance:provenance && npm run compliance:licenses && npm run compliance:ownership && npm run compliance:encoding && npm run compliance:release-actions && npm run compliance:observability",
|
|
164
|
+
"test": "npm run build && node --test --test-concurrency=1 \"tests/**/*.test.*\"",
|
|
165
|
+
"test:media": "npm run build && node --test tests/xeno-deflate.test.mjs tests/xeno-png.test.mjs tests/xeno-jpeg.test.mjs tests/xeno-gif.test.mjs tests/xeno-vp8.test.mjs tests/xeno-webp.test.mjs tests/xeno-svg.test.mjs tests/read-image-preview.test.mjs tests/external-media-coverage-fuzz.test.mjs",
|
|
166
|
+
"test:media:external": "npm run build && node scripts/run-external-media-corpora.mjs",
|
|
167
|
+
"test:media:fuzz": "npm run build && node scripts/fuzz-external-media.mjs --duration-ms 60000",
|
|
168
|
+
"test:media:fuzz:coverage": "npm run build && node scripts/fuzz-external-media-coverage.mjs --duration-ms 300000",
|
|
169
|
+
"test:ui:browser": "npm run build && node scripts/run-ui-browser-smoke.mjs",
|
|
170
|
+
"test:e2e": "npm run build && node --test tests/e2e.test.ts",
|
|
171
|
+
"test:release": "npm run build && node scripts/run-release-smoke.mjs",
|
|
172
|
+
"test:stress": "npm run build && node --test tests/agent-loop-parallel.test.mjs tests/agentic-runtime.test.mjs tests/orchestration.test.mjs tests/tool-result-transport.test.mjs",
|
|
173
|
+
"test:prod": "npm run build && node --test tests/permissions-project-state.test.mjs tests/agentic-runtime.test.mjs tests/e2e.test.ts",
|
|
174
|
+
"test:containment": "npm run build && node --test tests/policy-enforcer.test.mjs tests/platform-process-containment.test.mjs tests/windows-process-containment.test.mjs tests/containment-certification.test.mjs",
|
|
175
|
+
"test:containment:native": "npm run build && node scripts/run-containment-conformance.mjs",
|
|
176
|
+
"containment:approve": "npm run build && node scripts/sign-containment-approval.mjs",
|
|
177
|
+
"containment:certify": "npm run build && node scripts/sign-containment-certification.mjs",
|
|
178
|
+
"test:context-compaction": "npm run build && node --test tests/context-recovery.test.mjs tests/ported-context-manager.test.mjs",
|
|
179
|
+
"test:provider-conformance": "npm run build && node --test tests/direct-provider.test.mjs tests/provider-injection.test.mjs tests/provider-conformance.test.mjs tests/tool-schema-projection.test.mjs && node scripts/write-provider-conformance-report.mjs",
|
|
180
|
+
"test:provider-live": "npm run build && node --test tests/provider-live.test.mjs",
|
|
181
|
+
"test:app-server-v2": "npm run build && node --test tests/app-server.test.mjs tests/app-server-v2.test.mjs tests/app-server-v2-client.test.mjs && node scripts/write-app-server-v2-conformance-report.mjs",
|
|
182
|
+
"test:observability": "npm run build && node --test tests/telemetry.test.mjs && node scripts/benchmark-observability.mjs --write && npm run compliance:observability",
|
|
183
|
+
"test:runtime-coordination": "npm run build && node --test tests/shutdown-coordination.test.mjs tests/version-contract.test.mjs",
|
|
184
|
+
"test:tool-schema-conformance": "npm run build && node --test tests/json-schema-2020-12.test.mjs tests/tool-input-validation.test.mjs tests/tool-schema-projection.test.mjs",
|
|
185
|
+
"test:tool-failure-guard": "npm run build && node --test tests/tool-integrity.test.mjs",
|
|
186
|
+
"test:package-candidate": "npm run test:release",
|
|
187
|
+
"test:release-evidence": "node --test tests/release-certification.test.mjs tests/release-gate-observability.test.mjs",
|
|
188
|
+
"compliance:runtime-platform": "node scripts/collect-runtime-platform-evidence.mjs",
|
|
189
|
+
"test:ga:engineering": "npm run typecheck && npm run compliance && npm run test:runtime-coordination && npm run test:tool-schema-conformance && npm run test:tool-failure-guard && npm run test:containment && npm run test:context-compaction && npm run test:provider-conformance && npm run test:app-server-v2 && npm run test:observability && npm run test:package-candidate && npm run test:release-evidence",
|
|
190
|
+
"test:ga": "npm run test:ga:engineering && node scripts/verify-release-version.mjs --manifest package.json --require-unused --require-greater-than-latest && node scripts/verify-sdk-ga-evidence.mjs",
|
|
191
|
+
"bench:coding-tools": "npm run build && node scripts/run-benchmark.mjs",
|
|
192
|
+
"prepublishOnly": "npm run build && npm run typecheck"
|
|
193
|
+
},
|
|
194
|
+
"devDependencies": {
|
|
195
|
+
"@eslint/js": "^9.39.4",
|
|
196
|
+
"@types/node": "^22.12.0",
|
|
197
|
+
"@typescript/native": "npm:typescript@^7.0.2",
|
|
198
|
+
"eslint": "^9.39.4",
|
|
199
|
+
"tsup": "^8.5.1",
|
|
200
|
+
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
201
|
+
"typescript-eslint": "^8.61.0"
|
|
202
|
+
},
|
|
203
|
+
"engines": {
|
|
204
|
+
"node": ">=20.0.0"
|
|
205
|
+
},
|
|
206
|
+
"overrides": {
|
|
207
|
+
"esbuild": "0.28.1"
|
|
208
|
+
}
|
|
209
|
+
}
|