docs: standardize gitea pac cicd architecture
Pipelines as Code CI / hwlab-web-probe-sentinel-jd01- Success

This commit is contained in:
Codex
2026-07-06 15:32:08 +00:00
parent a22ea24ded
commit 79a35183aa
16 changed files with 180 additions and 63 deletions
+7 -4
View File
@@ -1,4 +1,4 @@
// SPEC: PJ2026-01060703 CI/CD branch follower and GH-1548 Gitea Actions POC.
// SPEC: PJ2026-01060703 CI/CD branch follower and GH-1548/GH-1560 Gitea PaC migration.
// Responsibility: thin CI/CD top-level route entry; subcommand logic lives in responsibility modules.
import type { UniDeskConfig } from "./config";
import { renderMachine } from "./cicd-render";
@@ -11,10 +11,13 @@ export function cicdHelp(): unknown {
command: "cicd gitea-actions-poc|branch-follower",
output: "text by default for subcommands; top-level help is json",
migration: {
issue: "https://github.com/pikasTech/unidesk/issues/1549",
primary: "cicd gitea-actions-poc",
issue: "https://github.com/pikasTech/unidesk/issues/1560",
primary: "platform-infra pipelines-as-code",
primaryStatus: "bun scripts/cli.ts platform-infra pipelines-as-code status --target JD01",
primaryHistory: "bun scripts/cli.ts platform-infra pipelines-as-code history --target JD01 --limit 10",
archived: "cicd gitea-actions-poc",
deprecated: "cicd branch-follower",
note: "New CI/CD replacement work should use the Gitea Actions driven path; branch-follower is migration-only.",
note: "JD01 CI/CD source/trigger authority is Gitea mirror -> Pipelines-as-Code -> Tekton -> Argo/k8s runtime. Gitea Actions POC and branch-follower are historical or migration-only surfaces.",
},
subcommands: [
cicdGiteaActionsPocHelp(),