feat: 接入 AgentRun v0.1 adapter

This commit is contained in:
Codex
2026-06-01 17:06:11 +08:00
parent 923fcf6e92
commit 3d10fd275b
11 changed files with 1107 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export const checkProfiles = Object.freeze({
{ id: "validate-011-artifact-artifact-runtime-readiness-guard", group: "artifact", command: ["node","--check","scripts/src/artifact-runtime-readiness-guard.mjs"] },
{ id: "validate-012-dev-runtime-dev-runtime-hotfix-audit", group: "dev-runtime", command: ["node","--check","scripts/dev-runtime-hotfix-audit.mjs"] },
{ id: "validate-013-dev-runtime-dev-runtime-hotfix-audit", group: "dev-runtime", command: ["node","--check","scripts/src/dev-runtime-hotfix-audit.mjs"] },
{ id: "validate-014-artifact-artifact-runtime-readiness-guard-test", group: "artifact", command: ["node","--test","scripts/artifact-runtime-readiness-guard.test.mjs","scripts/src/dev-runtime-hotfix-audit.test.mjs"] }
{ id: "validate-014-artifact-artifact-runtime-readiness-guard-test", group: "artifact", command: ["node","scripts/run-bun.mjs","test","scripts/artifact-runtime-readiness-guard.test.mjs","scripts/src/dev-runtime-hotfix-audit.test.mjs"] }
]),
check: Object.freeze([
{ id: "check-001-check-runner-check-runner", group: "check-runner", command: ["node","--check","scripts/check-runner.mjs"] },