-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
329 lines (329 loc) · 34.2 KB
/
Copy pathpackage.json
File metadata and controls
329 lines (329 loc) · 34.2 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
{
"name": "openclinxr-agent-factory",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=24.15.0",
"pnpm": ">=11.4.0"
},
"packageManager": "pnpm@11.4.0+sha512.f0febc7e37552ab485494a914241b338e0b3580b93d54ce31f00933015880863129038a1b4ae4e414a0ee63ac35bf21197e990172c4a68256450b5636310968f",
"scripts": {
"agent:generate": "tsx tools/agent-factory/generate-agent-scaffold.ts",
"agent:harness:sync": "tsx tools/agent-factory/generate-harness-agents.ts",
"agent:harness:prove": "tsx tools/agent-factory/prove-grok-harness.ts",
"grok:tier:introspect": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts introspect",
"grok:tier:brief": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts brief",
"grok:tier:check": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts check",
"grok:tier:work-order": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts work-order",
"grok:tier:advise": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts advise",
"grok:tier:upgrade": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts upgrade",
"grok:tier:slice-start": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts slice-start",
"grok:tier:slice-introspect": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts slice-introspect",
"grok:tier:post-slice": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts post-slice",
"test:deepseek:capabilities": "tsx tools/openclinxr/openclaw/test-deepseek-capabilities.ts",
"grok:agent:list": "tsx tools/openclinxr/openclaw/grok-agent-cli.ts list",
"grok:agent:spawn-spec": "tsx tools/openclinxr/openclaw/grok-agent-cli.ts spawn-spec",
"grok:agent:validate": "tsx tools/openclinxr/openclaw/grok-agent-cli.ts validate",
"grok:agent:consult": "tsx tools/openclinxr/openclaw/grok-agent-cli.ts consult",
"agent:memory:append": "tsx tools/agent-factory/append-role-memory-lesson.ts",
"agent:validate": "tsx tools/agent-factory/validate-artifacts.ts",
"agent:index": "tsx tools/agent-factory/build-memory-index.ts",
"agent:alignment": "tsx tools/agent-factory/check-coordination-alignment.ts",
"agent:score": "tsx tools/agent-factory/score-iteration.ts",
"agent:compare": "tsx tools/agent-factory/compare-iterations.ts",
"agent:leadership": "tsx tools/agent-factory/generate-leadership-packet.ts",
"agent:risks": "tsx tools/agent-factory/find-stale-risks.ts",
"agent:evidence": "tsx tools/agent-factory/find-evidence-debt.ts",
"agent:sources": "tsx tools/agent-factory/check-source-ledger.ts",
"agent:pins": "tsx tools/agent-factory/check-pinned-dependencies.ts",
"agent:benchmarks": "tsx tools/agent-factory/build-benchmark-gate-report.ts",
"agent:benchmark-ids": "tsx tools/agent-factory/check-benchmark-gate-evidence-ids.ts",
"agent:loop": "tsx tools/agent-factory/run-agent-loop.ts",
"agent:loop:verify": "tsx tools/agent-factory/check-agent-loop-artifacts.ts",
"agent:maturity": "tsx tools/agent-factory/build-maturity-report.ts",
"docs:authority": "tsx tools/agent-factory/build-doc-authority-registry.ts",
"agent:verify": "pnpm agent:alignment && pnpm agent:validate && pnpm agent:index && pnpm agent:sources && pnpm agent:pins && pnpm agent:loop:verify && pnpm agent:risks && pnpm agent:evidence && pnpm agent:maturity && pnpm agent:benchmarks && pnpm local:model:cache:validate && pnpm local:model:source-currentness:validate && pnpm local:model:quality:validate && pnpm local:voice:runtime:validate && pnpm local:voice:model-source-currentness:validate && pnpm local:voice:qwen-tts-smoke:validate && pnpm local:voice:moshi-package:validate && pnpm local:voice:bun-websocket-smoke:validate && pnpm local:voice:python-backend-smoke:validate && pnpm local:voice:bun-python-proxy-smoke:validate && pnpm local:voice:blueprint-simulation:validate && pnpm local:voice:realtime-spike:validate && pnpm local:voice:live-dialog:validate && pnpm godot:project:import-check:validate && pnpm asset:gltf-transform:smoke:validate && pnpm asset:production:readiness:validate && pnpm asset:production:artifact-evidence:validate && pnpm pages:validate && pnpm agent:benchmark-ids",
"packages:typecheck": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run typecheck --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:test": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run test --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:build": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run build --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:typecheck:affected": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run typecheck --affected --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:test:affected": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run test --affected --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:build:affected": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run build --affected --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:lint": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run lint --filter '@openclinxr/*' --filter '@cellix/*'",
"packages:lint:affected": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run lint --affected --filter '@openclinxr/*' --filter '@cellix/*'",
"playwright:codegen": "playwright codegen",
"playwright:test": "playwright test",
"playwright:install": "playwright install --with-deps",
"architecture": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo run architecture --filter '@openclinxr/architecture-rules'",
"boundaries": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo boundaries",
"boundaries:check": "TURBO_TELEMETRY_DISABLED=1 DO_NOT_TRACK=1 turbo boundaries",
"turbo:remote:status": "turbo info",
"ide:tsconfig:sync": "tsx tools/agent-factory/sync-ide-tsconfig-references.ts",
"typecheck": "pnpm typecheck:strict && pnpm typecheck:relaxed && pnpm typecheck:guardrails && pnpm packages:typecheck",
"typecheck:strict": "tsgo --noEmit",
"typecheck:relaxed": "tsgo --noEmit -p tsconfig.tools-relaxed.json",
"typecheck:guardrails": "tsx tools/agent-factory/check-typescript-guardrails.ts",
"test": "pnpm //#test:tools && pnpm packages:test",
"//#test:tools": "vitest run tools/**/*.test.ts",
"test:tools": "pnpm //#test:tools",
"security:audit": "pnpm audit --audit-level=high",
"security:audit:snapshot": "TS=$(date +%Y-%m-%d) && pnpm audit --audit-level=high --json > docs/openclinxr/security-audit-${TS}.json && pnpm security:audit-policy -- --audit-json docs/openclinxr/security-audit-${TS}.json --output docs/openclinxr/security-audit-policy-${TS}.json",
"security:audit:prod": "pnpm audit --prod --audit-level=high",
"security:audit:dev": "pnpm audit --dev --audit-level=high",
"security:audit-policy": "tsx tools/openclinxr/evidence/check-security-audit-policy.ts",
"security:licenses": "tsx tools/openclinxr/evidence/check-license-policy.ts",
"verify": "pnpm agent:verify && pnpm typecheck && pnpm test && pnpm security:audit && pnpm security:audit-policy && pnpm security:licenses",
"pages:sync-validate": "tsx tools/openclinxr/evidence/sync-github-pages-evidence-links.ts --check && pnpm pages:validate",
"pages:validate": "tsx tools/openclinxr/evidence/check-github-pages-site.ts",
"pages:sync-evidence-links": "tsx tools/openclinxr/evidence/sync-github-pages-evidence-links.ts",
"arena:iwsdk:verify": "pnpm iwsdk:verify",
"arena:iwsdk:dev": "pnpm --filter @openclinxr/ui-xr-iwsdk-spike dev",
"arena:voice:dev": "pnpm --filter @openclinxr/mock-realtime-voice-server dev",
"iwsdk:verify": "pnpm --filter @openclinxr/iwsdk-spike typecheck && pnpm --filter @openclinxr/iwsdk-spike test && pnpm iwsdk:contract:tests && pnpm iwsdk:preinstall && pnpm iwsdk:preinstall:fixture && pnpm iwsdk:workspace:posture -- --approved-sidecar --approved-phase2-devtools --approved-sharp-libvips-exception --approved-uikitml-spatial-text && pnpm iwsdk:npm-currentness:validate && pnpm iwsdk:evidence:validate && pnpm xr:quest:mr:check -- --input docs/openclinxr/quest-mixed-reality-manual-template.json --output .agent-factory/quest-mixed-reality-manual-template-check.json && pnpm --filter @openclinxr/architecture-rules typecheck && pnpm --filter @openclinxr/architecture-rules test && pnpm agent:sources",
"iwsdk:contract:tests": "vitest run tools/openclinxr/evidence/iwsdk-operator-steering-blockers.test.ts tools/openclinxr/evidence/iwsdk-ui-xr-parity.test.ts",
"iwsdk:preinstall": "tsx tools/openclinxr/evidence/iwsdk-preinstall-check.ts",
"iwsdk:preinstall:fixture": "tsx tools/openclinxr/evidence/iwsdk-preinstall-check.ts --proposal docs/openclinxr/iwsdk-first-slice-preinstall-proposal.json",
"iwsdk:workspace:posture": "tsx tools/openclinxr/evidence/iwsdk-workspace-posture-check.ts",
"iwsdk:browser:evidence": "tsx tools/openclinxr/evidence/iwsdk-managed-browser-evidence-check.ts",
"iwsdk:compatibility:evidence": "tsx tools/openclinxr/evidence/iwsdk-compatibility-evidence-check.ts",
"iwsdk:metadata-drift:evidence": "tsx tools/openclinxr/evidence/iwsdk-metadata-drift-evidence-check.ts",
"iwsdk:npm-currentness": "tsx tools/openclinxr/evidence/iwsdk-npm-currentness-check.ts",
"iwsdk:npm-currentness:validate": "tsx tools/openclinxr/evidence/iwsdk-npm-currentness-check.ts --validate-latest",
"iwsdk:agent-tooling:evidence": "tsx tools/openclinxr/evidence/iwsdk-agent-tooling-evidence-check.ts",
"iwsdk:mcp-inventory:evidence": "tsx tools/openclinxr/evidence/iwsdk-mcp-inventory-evidence.ts",
"iwsdk:iwer:evidence": "pnpm iwer:sidecar:evidence && pnpm iwer:auto-entry:evidence && pnpm iwer:controller-input:evidence",
"iwer:sidecar:evidence": "tsx tools/openclinxr/evidence/iwer-sidecar-emulation-evidence-check.ts",
"iwer:sidecar:evidence:validate": "tsx tools/openclinxr/evidence/iwer-sidecar-emulation-evidence-check.ts --validate-latest",
"iwer:auto-entry:evidence": "tsx tools/openclinxr/evidence/iwer-auto-entry-browser-smoke-check.ts",
"iwer:auto-entry:evidence:validate": "tsx tools/openclinxr/evidence/iwer-auto-entry-browser-smoke-check.ts --validate-latest",
"iwer:controller-input:evidence": "tsx tools/openclinxr/evidence/iwer-controller-input-probe-check.ts",
"iwer:controller-input:evidence:validate": "tsx tools/openclinxr/evidence/iwer-controller-input-probe-check.ts --validate-latest",
"visual:qa:evidence": "tsx tools/openclinxr/evidence/visual-qa-evidence-check.ts",
"visual:qa:evidence:validate": "tsx tools/openclinxr/evidence/visual-qa-evidence-check.ts --validate-latest",
"visual:qa:adversarial": "tsx tools/openclinxr/evidence/adversarial-visual-qa-evidence.ts",
"visual:qa:adversarial:validate": "tsx tools/openclinxr/evidence/adversarial-visual-qa-evidence.ts --validate-latest",
"asset:anny-candidate:preflight": "tsx tools/openclinxr/evidence/anny-candidate-preflight.ts",
"asset:anny-candidate:validate": "tsx tools/openclinxr/evidence/anny-candidate-preflight.ts --validate-latest",
"asset:model-vetting:report": "tsx tools/openclinxr/evidence/model-vetting-report.ts",
"asset:model-vetting:validate": "tsx tools/openclinxr/evidence/model-vetting-report.ts --validate-latest",
"asset:model-vetting:local-candidate-mirror": "tsx tools/openclinxr/evidence/model-vetting-local-candidate-mirror.ts",
"asset:model-vetting:capture-manifest": "tsx tools/openclinxr/evidence/model-vetting-capture-manifest.ts",
"asset:model-vetting:capture-manifest:validate": "tsx tools/openclinxr/evidence/model-vetting-capture-manifest.ts --validate-latest",
"asset:model-vetting:turntable-capture": "tsx tools/openclinxr/evidence/model-vetting-turntable-capture.ts",
"asset:model-vetting:video-capture": "tsx tools/openclinxr/evidence/model-vetting-turntable-capture.ts --capture-views turntable,viseme_timeline,emotion_transition",
"asset:model-vetting:runtime-mapping": "tsx tools/openclinxr/evidence/model-vetting-runtime-mapping-evidence.ts",
"asset:model-vetting:runtime-mapping:validate": "tsx tools/openclinxr/evidence/model-vetting-runtime-mapping-evidence.ts --validate-latest",
"asset:model-vetting:runtime-hook-bindings": "tsx tools/openclinxr/evidence/model-vetting-runtime-hook-bindings.ts",
"asset:model-vetting:runtime-hook-bindings:validate": "tsx tools/openclinxr/evidence/model-vetting-runtime-hook-bindings.ts --validate-latest",
"asset:model-vetting:actor-player-runtime": "tsx tools/openclinxr/evidence/model-vetting-actor-player-runtime-evidence.ts",
"asset:model-vetting:actor-player-runtime:validate": "tsx tools/openclinxr/evidence/model-vetting-actor-player-runtime-evidence.ts --validate-latest",
"asset:anny-runtime:probe": "tsx tools/openclinxr/evidence/anny-local-runtime-probe.ts",
"asset:anny-runtime:validate": "tsx tools/openclinxr/evidence/anny-local-runtime-probe.ts --validate-latest",
"asset:anny-skin:cagematch-probe": "tsx tools/openclinxr/evidence/anny-skin-cagematch-probe.ts",
"asset:anny-skin:cagematch-validate": "tsx tools/openclinxr/evidence/anny-skin-cagematch-probe.ts --validate-latest",
"asset:anny-skin:track-a-pbr": "tsx tools/openclinxr/evidence/anny-skin-track-a-pbr-cagematch.ts",
"asset:anny-skin:track-a-pbr:validate": "tsx tools/openclinxr/evidence/anny-skin-track-a-pbr-cagematch.ts --validate-latest",
"asset:anny-skin:realvisxl-direct-texture": "tsx tools/openclinxr/evidence/realvisxl-direct-texture-cagematch.ts",
"asset:anny-skin:comfy-masked-texture": "tsx tools/openclinxr/evidence/comfy-masked-face-texture-cagematch.ts",
"asset:anny-skin:comfy-masked-texture:real-only": "tsx tools/openclinxr/evidence/comfy-masked-face-texture-cagematch.ts --require-comfy-diffusion",
"asset:anny-skin:head-detail-texture": "python3 tools/openclinxr/evidence/create_head_detail_texture.py",
"asset:anny-source:uv-masks": "python3 tools/openclinxr/evidence/create_anny_source_uv_masks.py",
"asset:anny:mpfb2-eye-rig": "blender --background --python tools/openclinxr/asset-pipeline/anny/add_mpfb2_eye_rig.py --",
"asset:anny:school-age-mpfb2-eye": "tsx tools/openclinxr/evidence/anny-school-age-mpfb2-eye-cagematch.ts",
"asset:ui-xr:peds-school-age-mouth-gaze-capture": "tsx tools/openclinxr/evidence/ui-xr-peds-school-age-mouth-gaze-capture.ts",
"asset:ui-xr:peds-adaptive-dialogue-capture": "tsx tools/openclinxr/evidence/ui-xr-peds-adaptive-dialogue-capture.ts",
"asset:humanoid-source:decide": "tsx tools/openclinxr/factory/humanoid-source-decision-tree-cli.ts",
"asset:mpfb:pediatric-patient-cagematch": "tsx tools/openclinxr/evidence/mpfb-pediatric-patient-cagematch.ts",
"asset:humanoid-source:side-by-side-cagematch": "tsx tools/openclinxr/evidence/humanoid-source-side-by-side-cagematch.ts",
"asset:cagematch:report-page": "tsx tools/openclinxr/evidence/cagematch-report-page.ts",
"asset:anny-skin:comfy-masked-actor-bind": "tsx tools/openclinxr/evidence/comfy-masked-face-actor-bind-cagematch.ts",
"asset:cagematch:init-output-home": "tsx tools/openclinxr/evidence/generated-output-home.ts",
"asset:cagematch:strip-visual-audit-markers": "tsx tools/openclinxr/evidence/strip-cagematch-visual-audit-markers.ts",
"local:moonbridge:probe": "tsx tools/openclinxr/evidence/moonbridge-deepseek-direct-probe.ts",
"local:moonbridge:validate": "tsx tools/openclinxr/evidence/moonbridge-deepseek-direct-probe.ts --validate-latest",
"iwsdk:sidecar:metrics": "tsx tools/openclinxr/evidence/iwsdk-sidecar-metrics-check.ts",
"iwsdk:evidence": "tsx tools/openclinxr/evidence/iwsdk-evidence-contract-check.ts",
"iwsdk:evidence:validate": "tsx tools/openclinxr/evidence/iwsdk-evidence-contract-check.ts --validate-latest",
"bench:mock": "pnpm --filter @openclinxr/test-harness bench:mock",
"local:exam:smoke": "pnpm --filter @openclinxr/test-harness exec vitest run --root . src/station-simulation.test.ts -t \"without cloud services\"",
"local:runtime:probe": "tsx tools/openclinxr/evidence/local-runtime-probe.ts",
"local:provider:benchmark": "tsx tools/openclinxr/evidence/local-provider-benchmark.ts",
"local:provider:benchmark:validate": "tsx tools/openclinxr/evidence/local-provider-benchmark.ts --validate-latest",
"local:model:runtime": "tsx tools/openclinxr/evidence/local-model-runtime-benchmark.ts",
"local:model:actor-policy": "tsx tools/openclinxr/evidence/local-model-actor-policy-benchmark.ts",
"local:model:cache": "tsx tools/openclinxr/evidence/local-model-cache-evidence.ts",
"local:model:cache:validate": "tsx tools/openclinxr/evidence/local-model-cache-evidence.ts --validate-latest",
"local:model:source-currentness": "tsx tools/openclinxr/evidence/local-model-source-currentness-check.ts",
"local:model:source-currentness:validate": "tsx tools/openclinxr/evidence/local-model-source-currentness-check.ts --validate-latest",
"local:model:quality": "tsx tools/openclinxr/evidence/local-model-quality-benchmark.ts",
"local:model:quality:validate": "tsx tools/openclinxr/evidence/local-model-quality-benchmark.ts --validate-latest",
"local:voice:runtime": "tsx tools/openclinxr/evidence/local-voice-runtime-benchmark.ts",
"local:voice:runtime:validate": "tsx tools/openclinxr/evidence/local-voice-runtime-benchmark.ts --validate-latest",
"local:voice:model-cache": "tsx tools/openclinxr/evidence/local-realtime-voice-model-cache-evidence.ts",
"local:voice:model-cache:validate": "tsx tools/openclinxr/evidence/local-realtime-voice-model-cache-evidence.ts --validate-latest",
"local:voice:model-source-currentness": "tsx tools/openclinxr/evidence/local-realtime-voice-model-source-currentness-check.ts",
"local:voice:model-source-currentness:validate": "tsx tools/openclinxr/evidence/local-realtime-voice-model-source-currentness-check.ts --validate-latest",
"local:voice:qwen-tts-smoke": "tsx tools/openclinxr/evidence/local-qwen-tts-runtime-smoke.ts",
"local:voice:qwen-tts-smoke:validate": "tsx tools/openclinxr/evidence/local-qwen-tts-runtime-smoke.ts --validate-latest",
"local:voice:moshi-package": "tsx tools/openclinxr/evidence/local-moshi-runtime-package-evidence.ts",
"local:voice:moshi-package:validate": "tsx tools/openclinxr/evidence/local-moshi-runtime-package-evidence.ts --validate-latest",
"local:voice:live-dialog": "tsx tools/openclinxr/evidence/local-voice-live-dialog-benchmark.ts",
"local:voice:live-dialog:validate": "tsx tools/openclinxr/evidence/local-voice-live-dialog-benchmark.ts --validate-latest",
"local:voice:blueprint-simulation": "tsx tools/openclinxr/evidence/blueprint-voice-simulation-spike.ts",
"local:voice:blueprint-simulation:validate": "tsx tools/openclinxr/evidence/blueprint-voice-simulation-spike.ts --validate-latest",
"local:voice:realtime-spike": "tsx tools/openclinxr/evidence/realtime-voice-transport-spike.ts",
"local:voice:realtime-spike:validate": "tsx tools/openclinxr/evidence/realtime-voice-transport-spike.ts --validate-latest",
"local:voice:bun-websocket-smoke": "tsx tools/openclinxr/evidence/api-bun-websocket-runtime-smoke.ts",
"local:voice:bun-websocket-smoke:validate": "tsx tools/openclinxr/evidence/api-bun-websocket-runtime-smoke.ts --validate-latest",
"local:voice:bun-python-proxy-smoke": "tsx tools/openclinxr/evidence/api-bun-python-proxy-runtime-smoke.ts",
"local:voice:bun-python-proxy-smoke:validate": "tsx tools/openclinxr/evidence/api-bun-python-proxy-runtime-smoke.ts --validate-latest",
"local:voice:python-backend-smoke": "tsx tools/openclinxr/evidence/api-python-backend-runtime-smoke.ts",
"local:voice:python-backend-smoke:validate": "tsx tools/openclinxr/evidence/api-python-backend-runtime-smoke.ts --validate-latest",
"godot:quest:voice:evidence": "tsx tools/openclinxr/evidence/godot-quest-voice-evidence-check.ts",
"godot:project:import-check": "tsx tools/openclinxr/evidence/godot-project-import-check.ts",
"godot:project:import-check:validate": "tsx tools/openclinxr/evidence/godot-project-import-check.ts --validate-latest",
"asset:gltf:smoke": "tsx tools/openclinxr/evidence/gltf-pipeline-smoke.ts",
"asset:gltf:smoke:validate": "tsx tools/openclinxr/evidence/gltf-pipeline-smoke.ts --validate-latest",
"asset:blender:bake": "tsx tools/openclinxr/evidence/blender-asset-bake-smoke.ts",
"asset:blender:bake:validate": "tsx tools/openclinxr/evidence/blender-asset-bake-smoke.ts --validate-latest",
"asset:human-rigging:generate": "tsx tools/openclinxr/factory/generated-human-rigging-artifacts.ts",
"asset:character:anny-pipeline": "python3 tools/openclinxr/asset-pipeline/anny/orchestrate_character.py",
"asset:human-rigging:validate": "tsx tools/openclinxr/factory/generated-human-rigging-artifacts.ts --validate-latest",
"asset:human-rigging:variant-matrix": "tsx tools/openclinxr/factory/generated-human-rigging-variant-matrix.ts",
"asset:human-rigging:variant-matrix:validate": "tsx tools/openclinxr/factory/generated-human-rigging-variant-matrix.ts --validate-latest",
"asset:body-rig:appendage-motion-cagematch": "tsx tools/openclinxr/evidence/body-rig-appendage-motion-cagematch.ts",
"asset:body-rig:appendage-motion-visuals": "blender --background --python tools/openclinxr/evidence/blender/render_appendage_motion_pose_evidence.py --",
"asset:azurite:upload-smoke": "tsx tools/openclinxr/evidence/azurite-asset-upload-smoke.ts --attempt-upload",
"asset:azurite:upload-smoke:validate": "tsx tools/openclinxr/evidence/azurite-asset-upload-smoke.ts --validate-latest",
"asset:generated-station-bundle": "tsx tools/openclinxr/factory/generated-ed-station-runtime-bundle.ts",
"asset:generated-station-bundle:validate": "tsx tools/openclinxr/factory/generated-ed-station-runtime-bundle.ts --validate-latest",
"asset:humanoid-realism:gate": "tsx tools/openclinxr/evidence/humanoid-realism-gate.ts",
"asset:humanoid-realism:validate": "tsx tools/openclinxr/evidence/humanoid-realism-gate.ts --validate-latest",
"asset:humanoid-idle-pose:materialize": "tsx tools/openclinxr/evidence/materialize-clinical-idle-pose-clip.ts",
"asset:humanoid-material-contrast:refine": "tsx tools/openclinxr/evidence/refine-humanoid-material-contrast.ts",
"asset:runtime-realism:evidence": "tsx tools/openclinxr/evidence/runtime-realism-evidence-check.ts",
"asset:runtime-realism:validate": "tsx tools/openclinxr/evidence/runtime-realism-evidence-check.ts --validate-latest",
"asset:humanoid-collision:probe": "tsx tools/openclinxr/evidence/humanoid-collision-probe.ts",
"asset:humanoid-collision:validate": "tsx tools/openclinxr/evidence/humanoid-collision-probe.ts --validate-latest",
"asset:scene-generation-review-decisions:export": "tsx tools/openclinxr/factory/scene-generation-review-decision-export.ts",
"asset:generated-learner-bundle:publish": "tsx tools/openclinxr/factory/publish-generated-learner-runtime-bundle.ts",
"asset:skin-clothing:generate": "tsx tools/openclinxr/evidence/skin-clothing-provenance-artifacts.ts",
"asset:skin-clothing:validate": "tsx tools/openclinxr/evidence/skin-clothing-provenance-artifacts.ts --validate-latest",
"asset:medical-equipment:generate": "tsx tools/openclinxr/evidence/medical-equipment-artifacts.ts",
"asset:medical-equipment:validate": "tsx tools/openclinxr/evidence/medical-equipment-artifacts.ts --validate-latest",
"asset:environment:generate": "tsx tools/openclinxr/evidence/environment-artifacts.ts",
"asset:environment:validate": "tsx tools/openclinxr/evidence/environment-artifacts.ts --validate-latest",
"asset:production:support-artifacts": "tsx tools/openclinxr/evidence/asset-production-support-artifacts.ts",
"asset:production:support-artifacts:validate": "tsx tools/openclinxr/evidence/asset-production-support-artifacts.ts --validate-latest",
"asset:capability:evidence": "tsx tools/openclinxr/evidence/asset-capability-job-evidence.ts",
"asset:capability:evidence:validate": "tsx tools/openclinxr/evidence/asset-capability-job-evidence.ts --validate-latest",
"asset:encounter-queue:plan": "tsx tools/openclinxr/factory/encounter-asset-generation-queue.ts",
"asset:encounter-queue:validate": "tsx tools/openclinxr/factory/encounter-asset-generation-queue.ts --validate-latest",
"asset:encounter-worker:run": "tsx tools/openclinxr/factory/encounter-asset-generation-worker.ts",
"asset:encounter-worker:azurite": "tsx tools/openclinxr/factory/encounter-asset-generation-worker.ts --azure-storage-queue",
"asset:encounter-worker:validate": "tsx tools/openclinxr/factory/encounter-asset-generation-worker.ts --validate-latest",
"asset:encounter-publication:materialize": "tsx tools/openclinxr/factory/encounter-publication-payloads.ts",
"asset:encounter-publication:validate": "tsx tools/openclinxr/factory/encounter-publication-payloads.ts --validate-latest",
"asset:encounter-publication:summarize-dry-run": "tsx tools/openclinxr/factory/encounter-publication-payloads.ts --summarize-dry-run-plan",
"asset:encounter-launch-selection": "tsx tools/openclinxr/factory/encounter-local-launch-selection.ts",
"asset:encounter-launch-selection:validate": "tsx tools/openclinxr/factory/encounter-local-launch-selection.ts --validate-latest",
"asset:encounter-factory-operation-manifest": "tsx tools/openclinxr/factory/encounter-local-factory-operation-manifest.ts",
"asset:encounter-factory-operation-manifest:validate": "tsx tools/openclinxr/factory/encounter-local-factory-operation-manifest.ts --validate-latest",
"asset:encounter-factory-handoff-preflight": "tsx tools/openclinxr/factory/encounter-local-factory-handoff-preflight.ts",
"asset:encounter-factory-handoff-preflight:validate": "tsx tools/openclinxr/factory/encounter-local-factory-handoff-preflight.ts --validate-latest",
"asset:encounter-guarded-runtime-selection-intent": "tsx tools/openclinxr/factory/encounter-guarded-runtime-selection-intent.ts",
"asset:encounter-guarded-runtime-selection-intent:validate": "tsx tools/openclinxr/factory/encounter-guarded-runtime-selection-intent.ts --validate-latest",
"asset:encounter-runtime-selection-review-packet": "tsx tools/openclinxr/factory/encounter-runtime-selection-review-packet.ts",
"asset:encounter-runtime-selection-review-packet:validate": "tsx tools/openclinxr/factory/encounter-runtime-selection-review-packet.ts --validate-latest",
"runtime:realism-evidence-input": "tsx tools/openclinxr/factory/encounter-runtime-realism-evidence-input-draft.ts",
"runtime:evidence-capture-scaffold": "tsx tools/openclinxr/factory/encounter-runtime-evidence-capture-scaffold.ts",
"runtime:ui-xr-evidence-consumer": "tsx tools/openclinxr/factory/ui-xr-runtime-evidence-consumer.ts",
"asset:encounter-materialization-evidence": "tsx tools/openclinxr/factory/encounter-materialization-evidence.ts",
"asset:encounter-materialization-input-manifest": "tsx tools/openclinxr/factory/encounter-materialization-input-manifest.ts",
"asset:encounter-materialization-attachment-plan": "tsx tools/openclinxr/factory/encounter-materialization-attachment-plan.ts",
"asset:encounter-materialization-evidence-attachments": "tsx tools/openclinxr/factory/encounter-materialization-evidence-attachments.ts",
"asset:generated-learner-bundle:publish-plan": "tsx tools/openclinxr/factory/publish-generated-learner-runtime-bundle.ts",
"asset:production:ladder": "tsx tools/openclinxr/evidence/asset-production-evidence-ladder.ts",
"asset:production:ladder:validate": "tsx tools/openclinxr/evidence/asset-production-evidence-ladder.ts --validate-latest",
"asset:production:artifact-evidence": "tsx tools/openclinxr/evidence/asset-production-artifact-evidence.ts",
"asset:production:artifact-evidence:validate": "tsx tools/openclinxr/evidence/asset-production-artifact-evidence.ts --validate-latest",
"asset:production:readiness": "tsx tools/openclinxr/evidence/asset-production-readiness-benchmark.ts",
"asset:production:readiness:validate": "tsx tools/openclinxr/evidence/asset-production-readiness-benchmark.ts --validate-latest",
"xr:quest:smoke": "tsx tools/openclinxr/evidence/quest-cdp-smoke.ts",
"xr:quest:smoke:validate": "tsx tools/openclinxr/evidence/quest-cdp-smoke.ts --validate-latest",
"xr:quest:manual:harvest": "tsx tools/openclinxr/evidence/quest-cdp-smoke.ts --harvest-manual-evidence",
"xr:quest:manual:check": "tsx tools/openclinxr/evidence/check-quest-manual-performance.ts",
"xr:quest:mr:check": "tsx tools/openclinxr/evidence/check-quest-mixed-reality-manual.ts",
"xr:quest:http3:check": "tsx tools/openclinxr/evidence/check-quest-http3-compatibility.ts",
"hygiene:knip": "knip --no-progress --reporter compact --no-exit-code",
"hygiene:biome": "biome ci biome.json package.json tsconfig.json tsconfig.tools-relaxed.json vitest.config.ts tools/agent-factory tools/openclinxr/evidence/*-check.ts tools/openclinxr/factory/scene-generation-review-decision-export.test.ts packages/openclinxr/graphql/src apps/api apps/ui-admin packages/openclinxr/data-sources-mongoose-models packages/openclinxr/asset-registry packages/openclinxr/test-harness packages/openclinxr/review-workflow packages/openclinxr/domain apps/arena/ui-xr-iwsdk-spike apps/ui-xr packages/openclinxr/data-mongodb packages/openclinxr/capability-gateway packages/openclinxr/scenario-fixtures packages/openclinxr/shared-schemas packages/openclinxr/trace-ledger packages/openclinxr/scenario-runtime packages/openclinxr/session-state apps/arena/mock-realtime-voice-server packages/openclinxr/voice-gateway packages/openclinxr/agent-loop packages/openclinxr/arena/multi-actor-state-spike packages/openclinxr/exam-assembly packages/openclinxr/graphql/codegen.ts packages/openclinxr/graphql/scripts packages/openclinxr/arena/iwsdk-spike packages/openclinxr/telemetry packages/openclinxr/config-rolldown packages/openclinxr/model-gateway packages/openclinxr/architecture-rules/vitest.config.ts tools/openclinxr",
"hygiene:e18e:help": "e18e-cli analyze --help",
"hygiene:e18e:analyze": "e18e-cli analyze --log-level error",
"asset:shared-library-cache:evidence": "tsx tools/openclinxr/evidence/shared-asset-library-cache-evidence.ts",
"asset:shared-library-cache:validate": "tsx tools/openclinxr/evidence/shared-asset-library-cache-evidence.ts --validate-latest",
"asset:external-ai-provider:preflight": "tsx tools/openclinxr/evidence/external-ai-asset-provider-preflight.ts",
"asset:external-ai-provider:validate": "tsx tools/openclinxr/evidence/external-ai-asset-provider-preflight.ts --validate-latest",
"asset:humanoid-toolchain:bakeoff": "tsx tools/openclinxr/evidence/humanoid-toolchain-bakeoff.ts",
"asset:humanoid-toolchain:validate": "tsx tools/openclinxr/evidence/humanoid-toolchain-bakeoff.ts --validate-latest",
"hooks:install": "git config core.hooksPath .githooks",
"hooks:pre-commit": "tsx tools/openclinxr/openclaw/agentic-hook-runner.ts --profile pre-commit",
"hooks:pre-push": "tsx tools/openclinxr/openclaw/agentic-hook-runner.ts --profile pre-push",
"hooks:strict": "tsx tools/openclinxr/openclaw/agentic-hook-runner.ts --profile strict",
"hooks:local-exam": "tsx tools/openclinxr/openclaw/agentic-hook-runner.ts --profile local-exam",
"codex:hook": "tsx tools/openclinxr/openclaw/codex-lifecycle-hook.ts",
"grok:hook": "tsx tools/openclinxr/openclaw/codex-lifecycle-hook.ts",
"openclaw:preflight": "pnpm agent:alignment && pnpm docs:drift-check && pnpm openclaw:lease -- status",
"openclaw:checkpoint:archive": "tsx tools/openclinxr/openclaw/checkpoint-archive-cli.ts",
"openclaw:post-slice": "tsx tools/agent-factory/check-openclaw-operational-redundancy.ts --post-slice",
"openclaw:slice-token:start": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts slice-start",
"openclaw:slice-token:finish": "tsx tools/openclinxr/openclaw/grok-tier-cli.ts post-slice",
"openclaw:automation-prompt": "tsx tools/agent-factory/check-openclaw-operational-redundancy.ts --print-automation-prompt",
"openclaw:run-next": "tsx tools/openclinxr/openclaw/openclaw-slice-runner.ts",
"openclaw:watchdog": "tsx tools/openclinxr/openclaw/openclaw-slice-runner.ts --watchdog",
"openclaw:lease": "tsx tools/openclinxr/openclaw/openclaw-automation-lease.ts",
"openclaw:slice:init": "tsx tools/openclinxr/openclaw/slice-team-cli.ts init",
"openclaw:team-spawn": "tsx tools/openclinxr/openclaw/slice-team-cli.ts team-spawn",
"openclaw:slice:verify": "tsx tools/openclinxr/openclaw/slice-team-cli.ts verify",
"openclaw:slice:status": "tsx tools/openclinxr/openclaw/slice-team-cli.ts status",
"openclaw:ready": "tsx tools/agent-factory/check-openclaw-readiness.ts",
"docs:artifacts": "tsx tools/agent-factory/build-generated-artifact-registry.ts",
"docs:drift-check": "tsx tools/agent-factory/check-openclaw-drift.ts",
"docs:evidence-index": "tsx tools/agent-factory/build-evidence-index.ts",
"docs:worktree-cleanup": "tsx tools/agent-factory/build-worktree-cleanup-report.ts",
"hygiene:e18e:summary": "tsx tools/agent-factory/summarize-e18e-hygiene.ts",
"hygiene:e18e:summary:write": "tsx tools/agent-factory/summarize-e18e-hygiene.ts --write",
"asset:gltf-transform:smoke": "tsx tools/openclinxr/evidence/gltf-transform-smoke.ts",
"asset:gltf-transform:smoke:validate": "tsx tools/openclinxr/evidence/gltf-transform-smoke.ts --validate-latest",
"asset:review-glb:optimization-benchmark": "tsx tools/openclinxr/evidence/review-glb-optimization-benchmark.ts",
"asset:review-glb:optimization-benchmark:validate": "tsx tools/openclinxr/evidence/review-glb-optimization-benchmark.ts --validate-latest",
"asset:review-glb:optimization-visual-cagematch": "tsx tools/openclinxr/evidence/review-glb-optimization-visual-cagematch.ts",
"asset:review-glb:optimization-visual-cagematch:validate": "tsx tools/openclinxr/evidence/review-glb-optimization-visual-cagematch.ts --validate-latest",
"benchmark:glb-optimization": "tsx benchmarks/glb-optimization/benchmark-glb-optimization.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@dimforge/rapier3d-compat": "^0.19.3",
"@e18e/cli": "0.5.0",
"@gltf-transform/cli": "^4.3.0",
"@gltf-transform/core": "^4.3.0",
"@gltf-transform/extensions": "^4.3.0",
"@gltf-transform/functions": "^4.3.0",
"@playwright/test": "^1.59.1",
"@types/node": "25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260503.1",
"ajv": "8.20.0",
"draco3d": "1.5.7",
"gltf-pipeline": "4.3.1",
"gltfpack": "1.1.0",
"knip": "6.11.0",
"meshoptimizer": "1.0.1",
"mongoose": "9.6.1",
"playwright": "1.59.1",
"tinyglobby": "^0.2.16",
"tsx": "4.21.0",
"turbo": "2.9.14",
"typescript": "6.0.3",
"vitest": "4.1.5"
}
}