mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:20:43 +00:00
feat(codex): add guardian app-server mode (#70090)
Reworks the Codex app-server Guardian change into the final landing shape: - keep YOLO as the default local app-server mode - add explicit `appServer.mode: "guardian"` - remove the legacy `OPENCLAW_CODEX_APP_SERVER_GUARDIAN` shortcut - document Guardian configuration and behavior - add Guardian event projection and Docker live probes for approved/ask-back decisions Co-authored-by: pashpashpash <nik@vault77.ai>
This commit is contained in:
@@ -51,6 +51,15 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("does not route live tests through the normal changed-test lane", () => {
|
||||
expect(
|
||||
resolveChangedTestTargetPlan(["src/gateway/gateway-codex-harness.live.test.ts"]),
|
||||
).toEqual({
|
||||
mode: "targets",
|
||||
targets: [],
|
||||
});
|
||||
});
|
||||
|
||||
it("routes changed extension vitest configs to their own shard", () => {
|
||||
expect(
|
||||
buildVitestRunPlans(["--changed", "origin/main"], process.cwd(), () => [
|
||||
|
||||
Reference in New Issue
Block a user