-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
335 lines (335 loc) · 46.7 KB
/
Copy pathpackage.json
File metadata and controls
335 lines (335 loc) · 46.7 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
{
"name": "agentic-graph",
"private": true,
"workspaces": [
"canvas",
"cloudflare/workers/agentic-graph-mcp",
"grph-shared",
"gympgrph",
"mcp"
],
"overrides": {
"adm-zip": "0.6.0",
"browserslist": "4.28.8",
"@esbuild-kit/core-utils": {
"esbuild": "^0.25.12"
},
"esbuild": "^0.25.12",
"fast-uri": "3.1.6",
"qs": "6.16.0",
"sharp": "0.35.3",
"tsx": {
"esbuild": "^0.28.1"
}
},
"scripts": {
"setup": "npm install",
"dev:source:check": "node ./scripts/check-dev-source-consistency.mjs",
"dev:latest": "node ./scripts/run-dev-latest.mjs && npm run dev",
"worktree:check": "node ./scripts/check-worktree-policy.mjs",
"dev": "npm run dev --workspace=@agentic-graph/canvas --",
"dev:apex": "VITE_BASE_PATH=/ VITE_APEX_ROOT_ALIAS=1 npm run dev --workspace=@agentic-graph/canvas --",
"demo:care-agent": "npm run dev:care-agent --workspace=@agentic-graph/canvas --",
"demo:risk-copilot": "npm run dev:risk-copilot --workspace=@agentic-graph/canvas --",
"demo:xr-physics": "npm run dev:xr-physics --workspace=@agentic-graph/canvas --",
"demo:xr-v2": "npm run dev:xr-v2 --workspace=@agentic-graph/canvas --",
"dev:all": "bash scripts/dev-all.sh",
"build": "npm run build --workspace=@agentic-graph/canvas",
"geospatial-mode:test": "TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test scripts/__tests__/geospatial-*.test.ts scripts/__tests__/geo-authoring-fallback-readiness.test.ts && node --test mcp/__tests__/geospatial-layer-runtime.test.mjs && npm -C canvas run test:ci:unit -- geospatial.invocation && npm -C canvas run test:ci:unit -- geospatial.panel.composition.srpAndCatalogSeam",
"geospatial-mode:check": "npm run build --workspace=grph-shared && npm run build --workspace=gympgrph && npm -C canvas run check && npm run geospatial-mode:test && AG_SKIP_DOCS_UPDATE=1 npm run build && node scripts/check-geospatial-mode-readiness.mjs",
"smoke:prepare": "npm -C canvas run prepare:linked-packages",
"pages:build": "AG_SKIP_DOCS_UPDATE=1 VITE_BASE_PATH=/agentic-graph/ npm run build --workspace=@agentic-graph/canvas && npm run pwa:build-authority:check",
"pages:check-sync": "node ./scripts/sync-pages-agentic-graph.mjs --check",
"pages:sync": "node ./scripts/sync-pages-agentic-graph.mjs",
"pages:build-sync": "npm run pages:build && node ./scripts/check-conflict-compliance.mjs --source-only && npm run pages:sync",
"pages:functions:build": "node ./scripts/build-pages-functions-worker.mjs",
"pages:deploy-cloudflare": "npm run pages:build-sync && npm run pages:functions:build && npx --yes wrangler@latest pages deploy ../huijoohwee --project-name=joohwee --branch=main --commit-dirty=true && npm run storage:d1:seed:docs",
"pages:github-write:configure": "node ./scripts/configure-pages-github-write.mjs",
"e2e:github-canonical-storage:dev": "npm -C canvas run test:ci:unit -- sourceFiles.githubWrite",
"e2e:github-canonical-storage:prod": "node ./scripts/e2e-github-canonical-storage-sync.mjs",
"e2e:github-canonical-storage": "npm run e2e:github-canonical-storage:dev && npm run e2e:github-canonical-storage:prod",
"pages:build-sync-cloudflare": "npm run pages:build-sync && npm run workers:deploy",
"production:fidelity:check": "node ./scripts/verify-production-fidelity.mjs",
"production:sw-upgrade:prewarm": "node ./scripts/verify-production-service-worker-upgrade.mjs prewarm",
"production:sw-upgrade:verify": "node ./scripts/verify-production-service-worker-upgrade.mjs verify",
"release:main-authority:check": "node ./scripts/assert-protected-main-release-authority.mjs",
"production:authorize": "node ./scripts/production-terminal-authorization.mjs",
"release:candidate:authorization": "node ./scripts/production-release-authorization.mjs",
"release:lifecycle:receipts": "node ./scripts/production-release-lifecycle.mjs",
"pwa:build-authority:check": "node ./scripts/check-pwa-build-authority.mjs",
"production:mirror-artifact:create": "node ./scripts/production-mirror-artifact.mjs create",
"production:mirror-artifact:reconcile": "node ./scripts/production-mirror-artifact.mjs reconcile",
"agent-ready:check": "node ./scripts/check-agent-ready.mjs",
"vdeoxpln:check": "node ./scripts/check-vdeoxpln.mjs",
"repository-pack:check": "node ./scripts/check-repository-pack-independence.mjs && node --test mcp/__tests__/repository-pack-contract.test.mjs mcp/__tests__/repository-pack-runtime.test.mjs mcp/__tests__/repository-pack-stdio-e2e.test.mjs scripts/__tests__/repository-pack-independence.test.mjs",
"agent-graph:check": "node --test --test-concurrency=1 mcp/__tests__/agent-graph-*.test.mjs && TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test --test-concurrency=1 canvas/src/__tests__/agentGraphProjectionCompatibility.test.ts",
"application-composition:check": "node scripts/check-application-composition-independence.mjs && node --test contracts/__tests__/agent-application-contract.test.mjs mcp/__tests__/agent-application-component-packs.test.mjs mcp/__tests__/agent-application-hardening.test.mjs mcp/__tests__/agent-application-runtime.test.mjs mcp/__tests__/agent-application-stdio-e2e.test.mjs && npm run vdeoxpln:check",
"voice-studio:check": "node --test contracts/__tests__/voice-studio.schema.test.mjs mcp/__tests__/voice-studio-runtime.test.mjs mcp/__tests__/voice-studio-cost-policy.test.mjs mcp/__tests__/voice-studio-stdio-e2e.test.mjs && npm -C canvas run test:ci:unit -- voice.studio && node scripts/check-voice-studio-readiness.mjs && npm run vdeoxpln:check",
"agent-team:check": "node --test contracts/__tests__/agent-team-contract.test.mjs mcp/__tests__/agent-team-clean-room.test.mjs mcp/__tests__/agent-team-output-contract.test.mjs mcp/__tests__/agent-team-runtime.test.mjs mcp/__tests__/agent-team-runtime-safety.test.mjs mcp/__tests__/agent-team-runtime-lifecycle.test.mjs mcp/__tests__/agent-team-runtime-integrity.test.mjs mcp/__tests__/agent-team-runtime-hardening.test.mjs mcp/__tests__/agent-team-local-host.test.mjs mcp/__tests__/agent-team-stdio-e2e.test.mjs",
"adlc-observability:check": "node --test mcp/__tests__/adlc-native-contract.test.mjs mcp/__tests__/adlc-observability-tool-contract.test.mjs mcp/__tests__/adlc-observability-projection.test.mjs mcp/__tests__/adlc-observability-lifecycle.test.mjs mcp/__tests__/adlc-observability-runtime.test.mjs mcp/__tests__/adlc-observability-stdio-e2e.test.mjs mcp/__tests__/implementation-run-adlc-ledger.test.mjs mcp/__tests__/implementation-run-runtime.test.mjs mcp/__tests__/implementation-run-store.test.mjs",
"agent-team:review-receipt": "node ./scripts/issue-agent-team-review-receipt.mjs",
"skill-evolution:check": "node --test mcp/__tests__/skill-evolution-*.test.mjs",
"persistent-memory:check": "node --test --test-concurrency=1 mcp/__tests__/persistent-memory-*.test.mjs && npm -C canvas run test:ci:unit -- mcp.server.localToolContract.sharedAndStable",
"auth-md:check": "node ./scripts/check-auth-md.mjs",
"dns-aid:contract": "node ./scripts/check-dns-aid-contract.mjs",
"dns-aid:check": "node ./scripts/check-dns-aid-cloudflare.mjs",
"dns-aid:publish": "node ./scripts/publish-dns-aid-cloudflare.mjs",
"agnes:readiness:check": "node ./scripts/check-agnes-readiness.mjs",
"miromind:readiness:check": "node ./scripts/check-miromind-readiness.mjs",
"collaboration:readiness:check": "node ./scripts/check-collaboration-readiness.mjs",
"collaboration:release:check": "node ./scripts/check-collaboration-release-readiness.mjs",
"storyboard:readiness:check": "node ./scripts/check-storyboard-readiness.mjs",
"chat-natural-language-invocation:readiness:check": "node ./scripts/check-chat-natural-language-invocation-readiness.mjs",
"ai-gateway:readiness:check": "node ./scripts/check-ai-gateway-readiness.mjs",
"storage:worker:dev": "npx --yes wrangler@latest dev --config cloudflare/workers/agentic-graph-storage/wrangler.toml",
"storage:worker:deploy": "npx --yes wrangler@latest deploy --config cloudflare/workers/agentic-graph-storage/wrangler.toml",
"payment:worker:dev": "npx --yes wrangler@latest dev --config cloudflare/workers/agentic-graph-payment/wrangler.toml",
"payment:worker:deploy": "npx --yes wrangler@latest deploy --config cloudflare/workers/agentic-graph-payment/wrangler.toml",
"payment:x402:xrpl:configure": "node ./scripts/configure-xrpl-x402-paid-resource.mjs",
"payment:x402:xrpl:typecheck": "tsc --project cloudflare/workers/agentic-graph-payment/tsconfig.xrpl-x402.json --pretty false",
"payment:x402:xrpl:test": "npm -C grph-shared run build && npm run payment:x402:xrpl:typecheck && node --test ./scripts/__tests__/xrpl-x402-paid-resource-*.test.mjs cloudflare/workers/agentic-graph-travel-discovery/__tests__/worker.test.mjs && node --import tsx --test --test-concurrency=1 cloudflare/workers/agentic-graph-payment/__tests__/*.test.ts && vitest run --config cloudflare/workers/agentic-graph-payment/vitest.net-settlement.config.mts && npm run travel-commerce:strytree-ledger:test",
"payment:x402:xrpl:source-check": "npm run payment:x402:xrpl:test && node ./scripts/check-xrpl-x402-pages-candidate.mjs && node ./scripts/check-xrpl-x402-paid-resource.mjs --source-template",
"payment:x402:xrpl:check": "npm run payment:x402:xrpl:test && node ./scripts/check-xrpl-x402-paid-resource.mjs",
"payment:x402:xrpl:smoke": "node ./scripts/smoke-xrpl-x402-paid-resource.mjs",
"mcp:worker:dev": "npx --yes wrangler@latest dev --config cloudflare/workers/agentic-graph-mcp/wrangler.toml",
"mcp:worker:deploy": "npx --yes wrangler@latest deploy --config cloudflare/workers/agentic-graph-mcp/wrangler.toml",
"mcp:worker:test": "node --test cloudflare/workers/agentic-graph-mcp/__tests__/*.test.mjs",
"web:build": "npm run build --prefix web",
"web:test": "node --test web/__tests__/*.test.mjs",
"runtime:check": "npm run runtime:test && npm run repository-pack:check && npm run sme-care-agent:canvas-demo:check && npm -C canvas run test:ci:unit -- smeCareAgent.canvasEvidence.runtimeReady && node ./scripts/check-runtime-ready.mjs",
"runtime:docs-dependency:resolve": "node ./scripts/resolve-runtime-docs-dependency.mjs",
"runtime:docs-dependency:promote": "node ./scripts/promote-agentic-canvas-os-revision.mjs",
"release:manifest:create": "node ./scripts/create-immutable-release-manifest.mjs",
"release:manifest:check": "node ./scripts/validate-immutable-release-manifest.mjs",
"release:publish:immutable": "node ./scripts/publish-immutable.mjs",
"sme-care-agent:canvas-demo": "node ./scripts/build-sme-care-agent-canvas-demo.mjs",
"sme-care-agent:canvas-demo:check": "node ./scripts/build-sme-care-agent-canvas-demo.mjs --check",
"sme-risk-copilot:check": "node ./scripts/check-sme-risk-copilot-readiness.mjs",
"runtime:verify:deployed": "node ./scripts/verify-deployed-runtime.mjs",
"runtime:pages:owner-enforce": "node ./scripts/pages-production-deployment.mjs enforce-direct-upload-owner",
"runtime:pages:capture-current": "node ./scripts/pages-production-deployment.mjs capture-current",
"runtime:pages:capture-candidate": "node ./scripts/pages-production-deployment.mjs capture-candidate",
"runtime:pages:rollback": "node ./scripts/pages-production-deployment.mjs rollback",
"runtime:proof": "node ./scripts/capture-runtime-proof.mjs",
"runtime:demo-pack": "node ./scripts/build-demo-pack-from-proof.mjs",
"runtime:submission-brief": "node ./scripts/export-submission-brief.mjs",
"runtime:bundle": "node ./scripts/package-submission-bundle.mjs",
"runtime:flow": "node ./scripts/run-hosted-submission-flow.mjs",
"export:publish": "npm run build --workspace=grph-shared && node ./scripts/export-publish.mjs",
"export:verify:live": "npm run build --workspace=grph-shared && node ./scripts/verify-export-live.mjs",
"export:ledger:verify": "node ./scripts/fleet.js verify",
"ecs:test": "node --test --test-concurrency=1 ecs/__tests__/*.test.mjs ecs/__pbt__/*.pbt.test.mjs",
"workspace-seeds:authority": "node ./scripts/check-workspace-seed-authority.mjs",
"game-mode:source-authority": "node ./scripts/check-game-fps-readiness.mjs",
"game-flight-sim:boundary": "node --test ./scripts/__tests__/game-flight-sim-boundary.test.mjs && node ./scripts/check-game-flight-sim-boundary.mjs",
"game-flight-sim:source-authority": "node ./scripts/check-game-flight-sim-readiness.mjs",
"native-physics:check": "npm run smoke:prepare && npm -C canvas run test:native-physics && npm -C canvas run test:ci:unit -- canvas.xrMode.physics && node --test scripts/__tests__/native-physics-independence-boundary.test.mjs",
"motion-control:runtime-ready": "npm -C canvas run test:ci:unit -- canvas.xrMode.motionControl && npm -C canvas run test:smoke:motion-control-litert:browser && npm -C canvas run test:smoke:motion-control-live-camera:browser",
"xr:source-runner:test": "node --test ./scripts/__tests__/xr-spatial-capture-fallback-source-smoke.test.mjs",
"xr:review-ready": "npm run xr:source-runner:test && npm run xr:runtime-ready && npm run xr-v2:review-ready",
"xr:runtime-ready": "npm -C canvas run test:smoke:xr-spatial-capture-fallback:source && npm -C canvas run test:smoke:xr-spatial-capture-fallback:browser",
"video-editor:source-runner:test": "node --test ./scripts/__tests__/video-editor-source-smoke.test.mjs",
"video-editor:source-ready": "node ./scripts/run-video-editor-source-smoke.mjs",
"video-editor:compatibility": "npm -C canvas run test:ci:unit -- ui.videoSequence.export.compatibility && npm -C canvas run test:ci:unit -- ui.videoSequence.export.cleanup",
"video-editor:unit": "TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test ./canvas/src/features/gitgraph/__tests__/ganttTimelineTransportCommandAdapter.test.ts ./canvas/src/components/timeline/__tests__/videoSequenceExportRecorderLifecycle.test.ts",
"xr-v2:unit": "TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test --test-concurrency=1 --test-force-exit ./canvas/src/features/xr-v2/__tests__/*.ts ./canvas/src/__tests__/xrV2WorkspaceSeedBrowserSourceAuthority.test.ts ./canvas/src/__tests__/xrV2WorkspaceSeedRuntime.test.tsx",
"xr-v2:source-runner:test": "node --test ./scripts/__tests__/xr-v2-source-smoke.test.mjs ./scripts/__tests__/xr-v2-pin-consistency.test.mjs",
"xr-v2:source-ready": "node ./scripts/run-xr-v2-source-smoke.mjs",
"xr-v2:review-candidate": "npm run check && npm run xr-v2:unit && npm run video-editor:unit && npm run video-editor:compatibility && npm run video-editor:source-ready && npm run xr-v2:source-ready && npm -C canvas run test:smoke:xr-v2:browser",
"xr-v2:review-ready": "npm run xr-v2:source-runner:test && npm run video-editor:source-runner:test && npm run xr-v2:review-candidate",
"xr-mode:source-runner:test": "node --test ./scripts/__tests__/xr-mode-source-smoke.test.mjs",
"xr-mode:source-ready": "npm -C canvas run prepare:linked-packages && node ./scripts/run-xr-mode-source-smoke.mjs",
"xr-mode:runtime-ready": "npm run xr-mode:source-runner:test && npm run xr-mode:source-ready && npm -C canvas run test:smoke:xr-spatial-capture-fallback:browser",
"game-fps:runtime-ready": "node ./scripts/check-game-fps-readiness.mjs && npm run ecs:test && npm -C canvas run test:smoke:game-fps:source && npm -C canvas run check && AG_SKIP_DOCS_UPDATE=1 npm -C canvas run build",
"game-fps:browser-smoke": "npm -C canvas run test:smoke:game-fps:browser",
"game-flight-sim:runtime-ready": "node ./scripts/run-game-flight-sim-runtime-ready.mjs",
"game-flight-sim:orchestration:test": "node --test ./scripts/__tests__/game-flight-sim-verification-aggregation.test.mjs && node --test ./canvas/scripts/__tests__/game-flight-sim-browser-smoke-launcher.test.mjs && python3 -m unittest discover -s ./canvas/scripts/__tests__ -p 'test_game_flight_sim_smoke_ledger.py'",
"game-flight-sim:negative-gates:test": "node --test ./scripts/__tests__/game-flight-sim-negative-gates.test.mjs ./scripts/__tests__/game-flight-sim-readiness-contract.test.mjs",
"game-flight-sim:browser-smoke": "npm -C canvas run test:smoke:game-flight-sim:browser",
"runtime:ci": "node --test --test-concurrency=1 ecs/__tests__/*.test.mjs cloudflare/workers/agentic-graph-mcp/__tests__/*.test.mjs web/__tests__/*.test.mjs contracts/__tests__/*.test.mjs",
"runtime:test": "node --test --test-concurrency=1 ecs/__tests__/*.test.mjs ecs/__pbt__/*.pbt.test.mjs cloudflare/workers/agentic-graph-mcp/__tests__/*.test.mjs cloudflare/workers/agentic-graph-mcp/__pbt__/*.test.mjs mcp/__tests__/*.test.mjs mcp/__pbt__/*.test.mjs web/__tests__/*.test.mjs web/__pbt__/*.test.mjs contracts/__tests__/*.test.mjs contracts/__pbt__/*.test.mjs && npm run storage:relay:test",
"storage:relay:test": "TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test --test-concurrency=1 cloudflare/workers/agentic-graph-storage/storage-relay/*.test.ts cloudflare/workers/agentic-graph-storage/storageRelayRuntime.test.ts",
"storage:shared-node:pbt": "TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test --test-concurrency=1 cloudflare/workers/agentic-graph-storage/__pbt__/*.pbt.test.mjs",
"storage:relay:env:check": "node scripts/check-storage-relay-env.mjs",
"storage:worker:types": "npx --yes wrangler@latest types --config=cloudflare/workers/agentic-graph-storage/wrangler.toml --include-runtime=false --env-interface=AgenticGraphStorageBindings cloudflare/workers/agentic-graph-storage/worker-configuration.d.ts",
"storage:worker:types:check": "npm run storage:worker:types -- --check",
"payment:stripe:configure": "node ./scripts/configure-stripe-payment-worker.mjs",
"payment:stripe:readiness": "node ./scripts/check-stripe-payment-readiness.mjs",
"payment:agentic:readiness": "node ./scripts/check-agentic-payment-readiness.mjs",
"payment:x402:configure": "node ./scripts/configure-x402-payment-worker.mjs",
"payment:x402:readiness": "node ./scripts/check-agent-ready-commerce.mjs",
"payment:readiness": "node ./scripts/check-payment-readiness.mjs",
"payment:local:vcc": "node ./scripts/run-agentic-graph-payments-local-vcc.mjs",
"payment:runtime:readiness": "node ./scripts/check-agentic-graph-payments-readiness.mjs",
"payment:d1:migrate:local": "npx --yes wrangler d1 migrations apply agentic-storage --local --config cloudflare/workers/agentic-graph-payment/wrangler.toml",
"payment:d1:migrate:remote": "npx --yes wrangler d1 migrations apply agentic-storage --remote --config cloudflare/workers/agentic-graph-payment/wrangler.toml",
"storage:d1:migrate:local": "npx --yes wrangler d1 migrations apply agentic-storage --local --config cloudflare/workers/agentic-graph-storage/wrangler.toml",
"storage:d1:migrate:remote": "npx --yes wrangler d1 migrations apply agentic-storage --remote --config cloudflare/workers/agentic-graph-storage/wrangler.toml",
"storage:d1:seed:docs": "node ./scripts/seed-storage-docs-to-cloudflare.mjs",
"storage:d1:seed:docs:dry-run": "node ./scripts/seed-storage-docs-to-cloudflare.mjs --dry-run",
"storage:docs:check": "node ./scripts/check-storage-docs-runtime.mjs",
"storage:deploy": "npm run storage:d1:migrate:remote && npm run storage:worker:deploy && npm run storage:d1:seed:docs",
"workers:deploy": "npm run storage:deploy && npm run payment:worker:deploy",
"hygiene:check": "node ./scripts/check-hygiene-compliance.mjs --changed",
"hygiene:audit": "node ./scripts/check-hygiene-compliance.mjs --all",
"hygiene:layout": "node ./scripts/check-hygiene-compliance.mjs --layout-only",
"hygiene:chunks": "node ./scripts/check-hygiene-compliance.mjs --chunks",
"collaboration:contract:check": "node ./scripts/check-collaboration-runtime.mjs",
"collaboration:report:check": "node ./scripts/validate-collaboration-runtime-report.mjs",
"collaboration:report:check-result": "node ./scripts/validate-collaboration-runtime-validation.mjs",
"collaboration:report:check-schema": "node ./scripts/print-collaboration-runtime-validation-schema.mjs",
"collaboration:report:example": "node ./scripts/print-collaboration-runtime-report-example.mjs",
"collaboration:report:schema": "node ./scripts/print-collaboration-runtime-report-schema.mjs",
"test:collaboration-contract": "node --test scripts/__tests__/collaboration-contract.test.mjs scripts/__tests__/collaboration-runtime-report.test.mjs scripts/__tests__/conflict-compliance.test.mjs scripts/__tests__/dev-latest-preflight.test.mjs scripts/__tests__/dev-source-consistency.test.mjs scripts/__tests__/github-active-scope-client.test.mjs scripts/__tests__/immutable-release-manifest.test.mjs scripts/__tests__/local-agentic-canvas-os-mcp.test.mjs scripts/__tests__/runtime-readiness-contract.test.mjs scripts/__tests__/sync-dev-canonical-sources.test.mjs scripts/__tests__/travel-mesh-release-provider-proof.test.mjs scripts/__tests__/travel-mesh-release.test.mjs scripts/__tests__/worktree-policy.test.mjs",
"surface:validate": "node ./scripts/surface/cli.mjs validate",
"surface:generate": "node ./scripts/surface/cli.mjs generate",
"surface:diff": "node ./scripts/surface/cli.mjs diff",
"surface:gate": "node ./scripts/surface/cli.mjs gate",
"surface:audit": "node ./scripts/surface/cli.mjs audit",
"surface:instruct-fixture": "node ./scripts/surface/instruction-cli.mjs",
"surface:promote-fixture": "node ./scripts/surface/cli.mjs promote-fixture",
"surface:test": "node --test scripts/surface/__tests__/*.test.mjs scripts/surface/__pbt__/*.test.mjs",
"surface:verify": "npm run surface:test && npm run surface:validate && npm run surface:generate",
"surface:check": "npm run surface:verify && npm run surface:audit",
"responsibility-flow:generate": "npm run smoke:prepare && npm run build:settings --workspace=@agentic-graph/canvas",
"responsibility-flow:check": "npm run smoke:prepare && npm run build:settings --workspace=@agentic-graph/canvas -- --check",
"test:responsibility-flow": "npm run smoke:prepare && npm run test:responsibility-flow --workspace=@agentic-graph/canvas",
"ci:affected": "node ./scripts/run-affected-ci.mjs",
"ci:integration": "npm run worktree:check && npm --prefix node_modules/agentic-os run evals && npm run cloudflare:identity:check && npm run collaboration:contract:check && npm run responsibility-flow:check && npm run test:responsibility-flow --workspace=@agentic-graph/canvas && npm run conflict:source && npm run ci:affected",
"test:publish-sync:contract": "node --import tsx --test scripts/__tests__/sync-pages-stale-asset-cleanup.test.mjs scripts/__tests__/production-pages-boundary-contract.test.mjs scripts/__tests__/production-runtime-function-namespace.test.mjs scripts/__tests__/service-worker-import-attestation.test.mjs scripts/__tests__/seed-storage-documents-d1.test.mjs scripts/__tests__/production-mirror-artifact.test.mjs scripts/__tests__/production-release-contract.test.mjs scripts/__tests__/production-release-lifecycle-contract.test.mjs scripts/__tests__/production-release-lifecycle.test.mjs scripts/__tests__/production-runtime-readiness.test.mjs scripts/__tests__/promote-agentic-canvas-os-revision.test.mjs scripts/__tests__/vite-build-asset-namespace.test.mjs scripts/__tests__/workspace-seed-authority.test.mjs canvas/src/__tests__/serviceWorkerRevisionUpdateOwner.test.ts",
"conflict:source": "npm run game-mode:source-authority && npm run workspace-seeds:authority && npm run native-physics:check && npm run hygiene:check && npm run test:publish-sync:contract && npm run pages:build && npm run hygiene:chunks && node ./scripts/check-conflict-compliance.mjs --source-only",
"conflict:mirror:check": "node ./scripts/check-conflict-compliance.mjs",
"conflict:check": "npm run hygiene:check && npm run test:publish-sync:contract && npm run pages:build && npm run hygiene:chunks && node ./scripts/check-conflict-compliance.mjs",
"api-index:generate": "npx tsx --tsconfig canvas/tsconfig.json canvas/src/cli/generateApiCodebaseIndex.ts",
"api-index:check": "npx tsx --tsconfig canvas/tsconfig.json canvas/src/cli/generateApiCodebaseIndex.ts --check",
"preview": "npm run preview --workspace=@agentic-graph/canvas --",
"lint": "npm run naming:check && npm run lint --workspace=@agentic-graph/canvas",
"check": "npm run check --workspace=@agentic-graph/canvas",
"check:registration-gate": "node --test tests/unit/definition-validator.test.mjs tests/scans/no-schema-retention.test.mjs tests/props/cp-02-registration-gate.test.mjs tests/props/cp-05-definition-round-trip.test.mjs tests/props/cp-08-registration-idempotence.test.mjs tests/props/cp-09-malformed-definition.test.mjs",
"check:routing": "node --test tests/unit/agent-registry.test.mjs tests/props/cp-01-routing-exclusivity.test.mjs tests/props/cp-11-no-match-totality.test.mjs",
"check:registry-canvas": "node --test tests/unit/scope-keys.test.mjs tests/unit/registry-canvas.test.mjs tests/props/cp-06-registry-projection.test.mjs tests/props/cp-07-crdt-confluence.test.mjs",
"check:payment-ordering": "node --test tests/unit/session-log.test.mjs tests/unit/runtime-guards.test.mjs tests/props/cp-03-payment-ordering.test.mjs tests/props/cp-04-agent-identifier-parity.test.mjs tests/props/cp-12-unrecognized-agent.test.mjs",
"check:payment-isolation": "node --test tests/unit/runtime-guards.test.mjs tests/props/cp-10-credential-non-propagation.test.mjs",
"check:execution-evidence": "node --test tests/unit/session-log.test.mjs tests/integration/wiring.test.mjs",
"check:invocation-surface": "node --test tests/unit/mcp-surface.test.mjs tests/unit/revalidation.test.mjs tests/integration/wiring.test.mjs",
"check:offline-surfaces": "node --test tests/unit/pending-queue.test.mjs tests/unit/registry-canvas.test.mjs tests/props/cp-07-crdt-confluence.test.mjs tests/props/cp-13-offline-order.test.mjs",
"check:agentic-commerce-platform": "npm run check:registration-gate && npm run check:routing && npm run check:registry-canvas && npm run check:payment-ordering && npm run check:payment-isolation && npm run check:execution-evidence && npm run check:deploy-boundary && npm run check:invocation-surface && npm run check:offline-surfaces && npm run check:marketplace-settlement",
"check:marketplace-settlement": "node --test tests/unit/commission-evaluator.test.mjs tests/unit/minor-unit-allocation.test.mjs tests/unit/payout-dispatch-coordinator.test.mjs tests/unit/payout-state.test.mjs tests/unit/vendor-lifecycle-state.test.mjs tests/unit/vendor-registry.test.mjs tests/unit/vendor-settlement-canvas.test.mjs tests/unit/vendor-split-projector.test.mjs tests/props/cp-14-split-conservation.test.mjs tests/props/cp-15-leg-partition.test.mjs tests/props/cp-16-commission-decomposition.test.mjs tests/props/cp-17-integer-only-amounts.test.mjs tests/props/cp-18-split-reprojection-idempotence.test.mjs tests/props/cp-19-payout-dispatch-idempotence.test.mjs tests/props/cp-20-allocation-order-invariance.test.mjs tests/props/cp-21-vendor-lifecycle-totality.test.mjs tests/props/cp-22-settlement-canvas-confluence.test.mjs tests/props/cp-23-payout-ordering.test.mjs tests/props/cp-24-commission-rule-round-trip.test.mjs tests/integration/marketplace-wiring.test.mjs tests/scans/no-foreign-commerce-dependency.test.mjs && npm run marketplace:worker:types:check && npm run marketplace:typecheck && npm run marketplace:test && npm run travel-commerce:typecheck && npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/native-marketplace-runtime.test.ts && npm run marketplace:dry-run",
"marketplace:typecheck": "tsc --project cloudflare/workers/agentic-graph-marketplace/tsconfig.json --pretty false",
"marketplace:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-marketplace/wrangler.jsonc --env= --dry-run --outdir /tmp/agentic-marketplace-dev-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-marketplace/wrangler.jsonc --env staging --dry-run --outdir /tmp/agentic-marketplace-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-marketplace/wrangler.jsonc --env production --dry-run --outdir /tmp/agentic-marketplace-production-dry-run",
"travel-commerce:worker:types": "wrangler types --config=cloudflare/workers/agentic-graph-travel-commerce/wrangler.jsonc --include-runtime=false --env-interface=TravelCommerceEnv cloudflare/workers/agentic-graph-travel-commerce/worker-configuration.d.ts",
"travel-commerce:worker:types:check": "npm run travel-commerce:worker:types -- --check",
"travel-commerce:typecheck": "tsc --project cloudflare/workers/agentic-graph-travel-commerce/tsconfig.json --pretty false",
"travel-commerce:test": "vitest run --config cloudflare/workers/agentic-graph-travel-commerce/vitest.config.mts",
"travel-commerce:services:test": "npm test --workspace=@agentic-graph/mcp-worker && npm run travel-commerce:mcp:provider-test && node --test cloudflare/workers/agentic-graph-travel-discovery/__tests__/worker.test.mjs && npm run travel-commerce:experience-discovery:test && node --import tsx --test cloudflare/workers/agentic-graph-payment/__tests__/*.test.ts && vitest run --config cloudflare/workers/agentic-graph-payment/vitest.net-settlement.config.mts && npm run travel-commerce:strytree-ledger:test",
"travel-commerce:strytree-ledger:test": "vitest run --config cloudflare/workers/agentic-graph-payment/vitest.strytree-ledger.config.mts",
"travel-commerce:mcp:typecheck": "tsc --project cloudflare/workers/agentic-graph-mcp/tsconfig.json --pretty false",
"travel-commerce:mcp:types": "wrangler types --config=cloudflare/workers/agentic-graph-mcp/wrangler.toml --include-runtime=false --env-interface=Env cloudflare/workers/agentic-graph-mcp/worker-configuration.d.ts",
"travel-commerce:mcp:types:check": "npm run travel-commerce:mcp:types -- --check",
"travel-commerce:experience-discovery:types": "wrangler types --config=cloudflare/workers/agentic-graph-travel-experience-discovery/wrangler.jsonc --include-runtime=false --env-interface=ExperienceDiscoveryEnv cloudflare/workers/agentic-graph-travel-experience-discovery/worker-configuration.d.ts",
"travel-commerce:experience-discovery:types:check": "npm run travel-commerce:experience-discovery:types -- --check",
"travel-commerce:experience-discovery:typecheck": "tsc --project cloudflare/workers/agentic-graph-travel-experience-discovery/tsconfig.json --pretty false",
"travel-commerce:experience-discovery:test": "TSX_TSCONFIG_PATH=cloudflare/workers/agentic-graph-travel-experience-discovery/tsconfig.json node --import tsx --test cloudflare/workers/agentic-graph-travel-experience-discovery/*.test.ts",
"travel-commerce:experience-discovery:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-travel-experience-discovery/wrangler.jsonc --env= --dry-run --outdir /tmp/agentic-travel-experience-discovery-dev-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-experience-discovery/wrangler.jsonc --env staging --dry-run --outdir /tmp/agentic-travel-experience-discovery-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-experience-discovery/wrangler.jsonc --env production --dry-run --outdir /tmp/agentic-travel-experience-discovery-production-dry-run",
"travel-commerce:overflow:typecheck": "tsc --project cloudflare/workers/agentic-graph-travel-ollama-overflow/tsconfig.json --pretty false",
"travel-commerce:overflow:test": "vitest run --config cloudflare/workers/agentic-graph-travel-ollama-overflow/vitest.config.mts",
"travel-commerce:overflow:workers-ai:check": "node scripts/travel-commerce/check-overflow-workers-ai.mjs",
"travel-commerce:settlement-executor:types": "wrangler types --config=cloudflare/workers/agentic-graph-travel-settlement-executor/wrangler.jsonc --include-runtime=false --env-interface=SettlementExecutorEnv cloudflare/workers/agentic-graph-travel-settlement-executor/worker-configuration.d.ts",
"travel-commerce:settlement-executor:types:check": "npm run travel-commerce:settlement-executor:types -- --check",
"travel-commerce:settlement-executor:typecheck": "tsc --project cloudflare/workers/agentic-graph-travel-settlement-executor/tsconfig.json --pretty false",
"travel-commerce:settlement-executor:test": "TSX_TSCONFIG_PATH=cloudflare/workers/agentic-graph-travel-settlement-executor/tsconfig.json node --import tsx --test cloudflare/workers/agentic-graph-travel-settlement-executor/executor.test.ts",
"travel-commerce:settlement-executor:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-travel-settlement-executor/wrangler.jsonc --env= --dry-run --outdir /tmp/agentic-travel-settlement-executor-dev-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-settlement-executor/wrangler.jsonc --env staging --dry-run --outdir /tmp/agentic-travel-settlement-executor-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-settlement-executor/wrangler.jsonc --env production --dry-run --outdir /tmp/agentic-travel-settlement-executor-production-dry-run",
"travel-commerce:net-settlement:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-payment/wrangler.net-settlement.toml --env= --dry-run --outdir /tmp/agentic-travel-net-settlement-dev-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-payment/wrangler.net-settlement.toml --env staging --dry-run --outdir /tmp/agentic-travel-net-settlement-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-payment/wrangler.net-settlement.toml --env production --dry-run --outdir /tmp/agentic-travel-net-settlement-production-dry-run",
"travel-commerce:operator-gateway:types": "wrangler types --config=cloudflare/workers/agentic-graph-travel-operator-gateway/wrangler.jsonc --include-runtime=false --env-interface=TravelOperatorGatewayEnv cloudflare/workers/agentic-graph-travel-operator-gateway/worker-configuration.d.ts",
"travel-commerce:operator-gateway:types:check": "npm run travel-commerce:operator-gateway:types -- --check",
"travel-commerce:operator-gateway:typecheck": "tsc --project cloudflare/workers/agentic-graph-travel-operator-gateway/tsconfig.json --pretty false",
"travel-commerce:operator-gateway:test": "node --import tsx --test cloudflare/workers/agentic-graph-travel-operator-gateway/index.test.ts",
"travel-commerce:operator-gateway:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-travel-operator-gateway/wrangler.jsonc --env= --dry-run --outdir /tmp/agentic-travel-operator-gateway-dev-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-operator-gateway/wrangler.jsonc --env staging --dry-run --outdir /tmp/agentic-travel-operator-gateway-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-operator-gateway/wrangler.jsonc --env production --dry-run --outdir /tmp/agentic-travel-operator-gateway-production-dry-run",
"travel-commerce:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-travel-commerce/wrangler.jsonc --env= --dry-run --outdir /tmp/agentic-travel-commerce-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-commerce/wrangler.jsonc --env staging --dry-run --outdir /tmp/agentic-travel-commerce-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-commerce/wrangler.jsonc --env production --dry-run --outdir /tmp/agentic-travel-commerce-production-dry-run",
"travel-commerce:services:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-mcp/wrangler.toml --env= --dry-run --outdir /tmp/agentic-graph-travel-mcp-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-mcp/wrangler.toml --env dev --dry-run --outdir /tmp/agentic-graph-travel-mcp-dev-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-mcp/wrangler.toml --env staging --dry-run --outdir /tmp/agentic-graph-travel-mcp-staging-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-discovery/wrangler.toml --env= --dry-run --outdir /tmp/agentic-travel-discovery-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-discovery/wrangler.toml --env staging --dry-run --outdir /tmp/agentic-travel-discovery-staging-dry-run && npm run travel-commerce:experience-discovery:dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-payment/wrangler.toml --env= --dry-run --outdir /tmp/agentic-graph-travel-payment-dry-run",
"travel-commerce:overflow:dry-run": "wrangler deploy --config cloudflare/workers/agentic-graph-travel-ollama-overflow/wrangler.jsonc --env= --dry-run --outdir /tmp/agentic-graph-travel-overflow-dry-run && wrangler deploy --config cloudflare/workers/agentic-graph-travel-ollama-overflow/wrangler.jsonc --env staging --dry-run --outdir /tmp/agentic-graph-travel-overflow-staging-dry-run",
"travel-commerce:demo": "node scripts/travel-commerce/run-demo.mjs --local-demo",
"travel-commerce:demo:browser": "node scripts/travel-commerce/run-demo.mjs --local-demo --browser",
"travel-commerce:demo:present": "node scripts/travel-commerce/run-demo.mjs --local-demo --present",
"travel-commerce:shared-canvas:test": "TSX_TSCONFIG_PATH=canvas/tsconfig.json node --import tsx --test --test-concurrency=1 cloudflare/workers/agentic-graph-storage/sharedCanvasNode/travelMutationOutbox.test.ts cloudflare/workers/agentic-graph-storage/sharedCanvasNode/travelMutationReadiness.test.ts",
"travel-commerce:storage-client:test": "npm -C canvas run test:ci:unit -- storage.enhancement.client.pushOutboxCursor && npm -C canvas run test:ci:unit -- storage.enhancement.client.chunkedResponseByteLimit && npm -C canvas run test:ci:unit -- storage.enhancement.client.keysetPagination",
"travel-commerce:shared-canvas:typecheck": "tsc --project cloudflare/workers/agentic-graph-storage/tsconfig.travel-mutation.json --pretty false",
"travel-commerce:shared-canvas:types:check": "npm run storage:worker:types:check",
"travel-commerce:shared-canvas:dry-run": "wrangler deploy --config=cloudflare/workers/agentic-graph-storage/wrangler.toml --dry-run --outdir /tmp/agentic-graph-travel-storage-dry-run",
"travel-commerce:supply-chain:check": "node --test scripts/__tests__/npm-audit.test.mjs && node ./scripts/npm-audit.mjs --audit-level=low && node ./scripts/npm-audit.mjs --omit=dev --audit-level=low && node ./scripts/npm-audit.mjs --prefix=canvas --audit-level=low && node ./scripts/npm-audit.mjs --prefix=canvas --omit=dev --audit-level=low && npm ls --depth=0",
"check:agentic-travel-commerce-platform": "npm run travel-commerce:supply-chain:check && npm run collaboration:contract:check && npm run test:collaboration-contract && npm run hygiene:check && npm run marketplace:worker:types:check && npm run travel-commerce:worker:types:check && npm run travel-commerce:mcp:types:check && npm run travel-commerce:experience-discovery:types:check && npm run travel-commerce:shared-canvas:types:check && npm run travel-commerce:settlement-executor:types:check && npm run travel-commerce:operator-gateway:types:check && npm run marketplace:typecheck && npm run travel-commerce:shared-canvas:typecheck && npm run travel-commerce:typecheck && npm run travel-commerce:mcp:typecheck && npm run travel-commerce:experience-discovery:typecheck && npm run travel-commerce:overflow:typecheck && npm run travel-commerce:settlement-executor:typecheck && npm run travel-commerce:operator-gateway:typecheck && npm run marketplace:test && npm run travel-commerce:overflow:test && npm run travel-commerce:settlement-executor:test && npm run travel-commerce:operator-gateway:test && npm run travel-commerce:overflow:workers-ai:check && npm run travel-commerce:shared-canvas:test && npm run storage:relay:test && npm run travel-commerce:storage-client:test && npm run storage:shared-node:pbt && npm run check --workspace=@agentic-graph/canvas && npm run travel-commerce:test && npm run travel-commerce:services:test && npm run travel-commerce:demo:browser && npm run marketplace:dry-run && npm run travel-commerce:dry-run && npm run travel-commerce:services:dry-run && npm run travel-commerce:settlement-executor:dry-run && npm run travel-commerce:net-settlement:dry-run && npm run travel-commerce:operator-gateway:dry-run && npm run travel-commerce:overflow:dry-run && npm run travel-commerce:shared-canvas:dry-run",
"check:affected-set": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/affected-set.test.ts",
"check:atomic-commit": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/atomic-commit.test.ts",
"check:net-settlement": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/net-settlement.test.ts",
"check:envelope-atomicity": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/envelope-atomicity.test.ts",
"check:hold-lifecycle": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/hold-lifecycle.test.ts",
"check:cascade-bounds": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/cascade-bounds.test.ts",
"check:scale-boundary": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/scale-boundary.test.ts",
"check:storage-placement": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/storage-placement.test.ts",
"check:edge-cache": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/edge-cache.test.ts",
"check:cost-observability": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/cost-observability.test.ts",
"check:inference-license": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/inference-license.test.ts",
"check:reused-interfaces": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/reused-interfaces.test.ts",
"check:deploy-boundary": "node --test tests/unit/runtime-guards.test.mjs tests/process/deploy-boundary.test.mjs tests/travel-commerce/runtime.test.mjs && npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/deploy-boundary.test.ts",
"check:replan-surface": "npm run travel-commerce:test -- --disableConsoleIntercept cloudflare/workers/agentic-graph-travel-commerce/test/evidence/replan-surface.test.ts",
"test": "npm run test:ci --workspace=@agentic-graph/canvas",
"superagent:example": "python3 -m agentic_graph_parser superagent --input agentic_graph_parser/fixtures/superagent-neutral.md --output-dir data/outputs/superagent-neutral-example --run-id superagent-neutral-example",
"goal:run": "python3 -m agentic_graph_parser run-goal --input agentic_graph_parser/fixtures/superagent-neutral.md --goal-file goal --output-dir data/outputs/goal-run-current --run-id goal-run-current --print-summary",
"superagent:test": "python3 -m unittest agentic_graph_parser.superagent_harness_test",
"pipeline": "python3 -m agentic_graph_parser pipeline",
"graphrag:example-workflow": "python3 -m agentic_graph_parser graphrag-workflow",
"docs:byteplus-chat-reference": "npm run doc:generate-byteplus-chat-reference --workspace=@agentic-graph/canvas",
"docs:byteplus-chat-codebase-index": "npm run doc:generate-byteplus-chat-codebase-index --workspace=@agentic-graph/canvas",
"docs:byteplus-image-reference": "npm run doc:generate-byteplus-image-reference --workspace=@agentic-graph/canvas",
"docs:byteplus-image-codebase-index": "npm run doc:generate-byteplus-image-codebase-index --workspace=@agentic-graph/canvas",
"docs:byteplus-video-reference": "npm run doc:generate-byteplus-video-reference --workspace=@agentic-graph/canvas",
"docs:byteplus-video-codebase-index": "npm run doc:generate-byteplus-video-codebase-index --workspace=@agentic-graph/canvas",
"docs:openai-reference": "npm run doc:generate-openai-reference --workspace=@agentic-graph/canvas",
"docs:preview:update": "node ./scripts/update-docs.mjs --preview-only",
"docs:update": "node ./scripts/update-docs.mjs",
"docs:qa": "npm run docs:update && npm run doc:lint --workspace=@agentic-graph/canvas && npm run doc:sanity --workspace=@agentic-graph/canvas && npm run lint && npm run check && npm test",
"docs:grabmaps-reference": "npm run doc:generate-grabmaps-reference --workspace=@agentic-graph/canvas",
"docs:grabmaps-sgp-admin-areas": "npm run doc:generate-grabmaps-sgp-admin-areas-reference --workspace=@agentic-graph/canvas",
"docs:grabmaps-codebase-index": "npm run doc:generate-grabmaps-codebase-index --workspace=@agentic-graph/canvas",
"lane": "agentic-os start",
"land": "agentic-os land",
"status": "agentic-os status",
"reap": "agentic-os reap",
"sync:canonical": "agentic-os canonical-sync",
"test:travel-mesh-release": "node --test scripts/__tests__/travel-mesh-release-provider-proof.test.mjs scripts/__tests__/travel-mesh-release.test.mjs",
"marketplace:worker:types": "wrangler types --config=cloudflare/workers/agentic-graph-marketplace/wrangler.jsonc --include-runtime=false --env-interface=MarketplaceEnv cloudflare/workers/agentic-graph-marketplace/worker-configuration.d.ts",
"marketplace:worker:types:check": "npm run marketplace:worker:types -- --check",
"marketplace:test": "vitest run --config cloudflare/workers/agentic-graph-marketplace/vitest.config.mts",
"travel-commerce:mcp:provider-test": "node --import tsx --test cloudflare/workers/agentic-graph-mcp/commerce-discovery-provider.test.mjs",
"agentic-os:setup": "agentic-os setup",
"agentic-os:doctor": "agentic-os doctor",
"cloudflare:identity:check": "node --test scripts/__tests__/cloudflare-service-identity.test.mjs scripts/__tests__/agentic-os-control-plane-contract.test.mjs scripts/__tests__/legacy-worker-retirement.test.mjs scripts/__tests__/marketplace-display-name-migration.test.mjs",
"naming:check": "node ./scripts/check-agentic-naming.mjs"
},
"dependencies": {
"@huggingface/transformers": "4.2.0",
"@x402/core": "^2.13.0",
"@x402/evm": "^2.13.0",
"@x402/hono": "^2.13.0",
"agentic-os": "github:huijoohwee/agentic-os#8e50a7fd3e84e13403855715447e4daf2b6261da",
"drizzle-orm": "^0.45.2",
"hono": "^4.12.23",
"js-yaml": "^4.1.1",
"jsonwebtoken": "9.0.2",
"ripple-address-codec": "5.0.1",
"yjs": "^13.6.31"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.22.0",
"@cloudflare/workers-types": "5.20260819.1",
"ajv": "8.20.0",
"fake-indexeddb": "^6.2.5",
"fast-check": "3.23.2",
"typescript": "5.9.3",
"vitest": "4.1.0",
"wrangler": "4.124.0",
"x402-xrpl": "0.3.2",
"xrpl": "4.5.0",
"zod": "^4.4.3"
}
}