
























@@ -1059,13 +1059,20 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
10591059["scripts/run-oxlint-shards.mjs", ["test/scripts/run-oxlint.test.ts"]],
10601060["scripts/run-with-env.mjs", ["test/scripts/run-with-env.test.ts"]],
10611061["scripts/run-node.mjs", ["src/infra/run-node.test.ts"]],
1062+["scripts/auth-monitor.sh", ["test/scripts/auth-monitor.test.ts"]],
1063+["scripts/mobile-reauth.sh", ["test/scripts/auth-monitor.test.ts"]],
10621064["scripts/committer", ["test/scripts/committer.test.ts"]],
10631065["scripts/gh-read", ["test/scripts/gh-read.test.ts"]],
10641066["scripts/pr", ["test/scripts/pr-wrappers.test.ts"]],
10651067["scripts/pr-merge", ["test/scripts/pr-wrappers.test.ts"]],
10661068["scripts/pr-prepare", ["test/scripts/pr-wrappers.test.ts"]],
10671069["scripts/pr-review", ["test/scripts/pr-wrappers.test.ts"]],
1068-["scripts/setup-auth-system.sh", ["test/scripts/test-projects.test.ts"]],
1070+["scripts/setup-auth-system.sh", ["test/scripts/auth-monitor.test.ts"]],
1071+["scripts/systemd/openclaw-auth-monitor.service", ["test/scripts/auth-monitor.test.ts"]],
1072+["scripts/systemd/openclaw-auth-monitor.timer", ["test/scripts/auth-monitor.test.ts"]],
1073+["scripts/termux-auth-widget.sh", ["test/scripts/auth-monitor.test.ts"]],
1074+["scripts/termux-quick-auth.sh", ["test/scripts/auth-monitor.test.ts"]],
1075+["scripts/termux-sync-widget.sh", ["test/scripts/auth-monitor.test.ts"]],
10691076["scripts/ci-run-timings.mjs", ["test/scripts/ci-run-timings.test.ts"]],
10701077["scripts/docker-e2e.mjs", ["test/scripts/docker-e2e-helper-cli.test.ts"]],
10711078["scripts/docker-e2e-rerun.mjs", ["test/scripts/docker-e2e-helper-cli.test.ts"]],
@@ -1548,6 +1555,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
15481555["extensions/canvas/scripts/copy-a2ui.mjs", ["extensions/canvas/scripts/copy-a2ui.test.ts"]],
15491556]);
15501557const TOOLING_TEST_TARGETS = new Map([
1558+["test/scripts/auth-monitor.test.ts", ["test/scripts/auth-monitor.test.ts"]],
15511559["test/scripts/barnacle-auto-response.test.ts", ["test/scripts/barnacle-auto-response.test.ts"]],
15521560["test/scripts/changed-lanes.test.ts", ["test/scripts/changed-lanes.test.ts"]],
15531561[
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。