feat(ql3): capture stopped reconciliation bundles

This commit is contained in:
whyour
2026-08-21 16:52:22 +08:00
parent a789c4a4d6
commit c341a92a18
16 changed files with 2837 additions and 33 deletions
+1
View File
@@ -148,6 +148,7 @@
"audit:local-image:ql3": "node scripts/ql3-local-image-audit.cjs",
"test:local-compose-preflight:ql3": "node scripts/ql3-local-compose-preflight-live-contract.cjs",
"test:local-compose-rollout:ql3": "node scripts/ql3-local-compose-rollout-live-contract.cjs",
"test:local-reconciliation-capture:ql3": "node scripts/ql3-local-reconciliation-capture-docker-gate.cjs",
"test:worker-runtime:ql3": "pnpm --filter @qinglong/worker-runtime test",
"panel": "npm run build:back && node static/build/app.js",
"gen:proto": "protoc --experimental_allow_proto3_optional --plugin=./node_modules/.bin/protoc-gen-ts_proto ./back/protos/*.proto --ts_proto_out=./ --ts_proto_opt=outputServices=grpc-js,env=node,esModuleInterop=true,snakeToCamel=false",