4221760a29
- dev-issue-722-trace-integration.mjs: drives hwlab-cli agent trace --render web with a 4151-char final response and asserts the rendered terminal row body equals the full text without any 内容已截断 marker - dev-issue-722-streaming-integration.mjs: drives the same path with a long non-terminal streaming message and asserts the CLI preview cap still fires at 1200 chars + the ... marker, while the terminal row in the same trace keeps the full text - package.json: expose the two scripts as dev:issue-722:* for repeatable CLI verification on the v0.2 runtime Refs: pikasTech/HWLAB#722
52 lines
3.5 KiB
JSON
52 lines
3.5 KiB
JSON
{
|
|
"name": "hwlab",
|
|
"version": "0.0.0-l0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"validate": "node scripts/check-runner.mjs --profile validate",
|
|
"check": "node scripts/check-runner.mjs --profile check",
|
|
"check:plan": "node scripts/check-runner.mjs --profile check --list",
|
|
"check:cloud-api": "node scripts/check-runner.mjs --profile check --group cloud-api",
|
|
"check:cloud-web": "node scripts/check-runner.mjs --profile check --group cloud-web",
|
|
"dev-runtime-base:build": "node scripts/dev-runtime-base-image.mjs",
|
|
"cloud-api:smoke": "node scripts/run-bun.mjs scripts/cloud-api-runtime-smoke.mjs",
|
|
"m1:smoke": "node scripts/run-bun.mjs scripts/m1-contract-smoke.mjs",
|
|
"l2:smoke": "node scripts/l2-runtime-contract-smoke.mjs",
|
|
"dev:evidence": "node scripts/dev-evidence-blocker-aggregator.mjs --pretty",
|
|
"dev:evidence:check": "node scripts/dev-evidence-blocker-aggregator.mjs --check",
|
|
"dev:issue-722:trace-integration": "node scripts/run-bun.mjs scripts/dev-issue-722-trace-integration.mjs",
|
|
"dev:issue-722:streaming-integration": "node scripts/run-bun.mjs scripts/dev-issue-722-streaming-integration.mjs",
|
|
"report:lifecycle": "node scripts/report-lifecycle.mjs",
|
|
"dev-edge:smoke": "node scripts/dev-edge-health-smoke.mjs",
|
|
"deploy:contract:plan": "node scripts/run-bun.mjs scripts/deploy-contract-plan.mjs --pretty",
|
|
"deploy:contract:check": "node scripts/run-bun.mjs scripts/deploy-contract-plan.mjs --check",
|
|
"deploy:desired-state:plan": "node scripts/run-bun.mjs scripts/deploy-desired-state-plan.mjs --pretty",
|
|
"deploy:desired-state:check": "node scripts/run-bun.mjs scripts/deploy-desired-state-plan.mjs --check",
|
|
"cli:client": "node scripts/run-bun.mjs tools/hwlab-cli/bin/hwlab-cli.ts client",
|
|
"web:check": "cd web/hwlab-cloud-web && bun run check",
|
|
"web:build": "(cd web/hwlab-cloud-web && bun run build)",
|
|
"artifact-catalog:preview-blocked": "node scripts/refresh-artifact-catalog.mjs --target-ref HEAD --blocked --no-write",
|
|
"g14:gitops:render": "node scripts/g14-gitops-render.mjs",
|
|
"docs:validate:m3-rollout": "node scripts/validate-m3-rollout-runbook.mjs",
|
|
"d601:k3s:readonly": "node scripts/d601-k3s-readonly-observability.mjs",
|
|
"report:lifecycle:test": "node scripts/report-lifecycle.test.mjs",
|
|
"dev-runtime:provisioning": "node scripts/run-bun.mjs scripts/dev-runtime-provisioning.mjs",
|
|
"dev-runtime:migration": "node scripts/run-bun.mjs scripts/dev-runtime-migration.mjs",
|
|
"dev-runtime:postflight": "node scripts/run-bun.mjs scripts/dev-runtime-postflight.mjs",
|
|
"dev-runtime:hotfix-audit": "node scripts/dev-runtime-hotfix-audit.mjs",
|
|
"m3:io:e2e": "node scripts/run-bun.mjs scripts/m3-io-control-e2e.mjs",
|
|
"web:layout": "node scripts/dev-cloud-workbench-layout-smoke.mjs --static --report /tmp/hwlab-dev-gate/dev-cloud-workbench-layout.json",
|
|
"web:layout:build": "node scripts/dev-cloud-workbench-layout-smoke.mjs --build --report /tmp/hwlab-dev-gate/dev-cloud-workbench-layout-build.json",
|
|
"web:layout:live": "node scripts/dev-cloud-workbench-layout-smoke.mjs --live --url http://74.48.78.17:16666/ --report /tmp/hwlab-dev-gate/dev-cloud-workbench-layout-live.json",
|
|
"gateway:demo:smoke": "node scripts/run-bun.mjs scripts/gateway-outbound-demo-smoke.mjs",
|
|
"gateway:demo:edge-smoke": "node scripts/run-bun.mjs scripts/gateway-outbound-demo-smoke.mjs --edge"
|
|
},
|
|
"dependencies": {
|
|
"@openai/codex": "^0.128.0",
|
|
"fzstd": "0.1.1",
|
|
"pg": "^8.21.0",
|
|
"playwright": "1.59.1"
|
|
}
|
|
}
|