feat: use gitea as source authority

This commit is contained in:
Codex
2026-07-05 09:46:05 +00:00
parent 345b1cb7bb
commit d5a97318a3
5 changed files with 1253 additions and 17 deletions
+3
View File
@@ -693,6 +693,9 @@ function platformInfraHelpSummary(): unknown {
"bun scripts/cli.ts platform-infra gitea apply --target JD01 --confirm",
"bun scripts/cli.ts platform-infra gitea status --target JD01",
"bun scripts/cli.ts platform-infra gitea validate --target JD01",
"bun scripts/cli.ts platform-infra gitea mirror plan --target JD01",
"bun scripts/cli.ts platform-infra gitea mirror sync --target JD01 --confirm",
"bun scripts/cli.ts platform-infra gitea mirror status --target JD01",
],
description: "Operate platform-infra services such as Sub2API, shared egress-proxy benchmarks, LangBot, n8n, WeChat archive workflows, the YAML-controlled Codex pool, and internal Gitea for the GH-1548/GH-1549 CI/CD migration.",
};