From d258fc2bb574554c9f31be56abf30c28eb5f6d4c Mon Sep 17 00:00:00 2001 From: reachableceo Date: Fri, 4 Sep 2026 07:26:54 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20CI/CD=20fleet=20standard=20=E2=80=94=20?= =?UTF-8?q?gitea=20runner=20+=20repo=20workflow=20duty=20[#784]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://community.turnsys.com/t/333 --- AGENTS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 5a853b1..35e3daf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -463,6 +463,18 @@ requirement once GLPI/CMDB change control is online (ITIL/ITSM ramp): Mechanical enforcement (rule-engine check for the ticket-comment URL in commit bodies when `[#NNN]` is present) is tracked under [#441]. +## CI/CD (fleet standard, 2026-09-04) + +**Every gitea repo runs CI via Gitea Actions.** Runner: +`ukrrs-pfv-gitea-runner` (act_runner 0.2.13, compose at +`~/projects/ukrrs/ci/gitea-runner/` on the pfv workstation). Repo duty: +carry `.gitea/workflows/ci.yml` — lint for the repo's language (pinned +container images, never `:latest`) + a secret-scan step, on `dev` and +`release` pushes. Branch model: `dev` = WIP (CI must pass), `release` = +production/deploy branch (CI is the final gate). +Full standard: [Discourse topic #333](https://community.turnsys.com/t/333). +Tracking: [#784](https://projects.knownelement.com/issues/784). + ## TDD & Linting - **Red/green TDD for all code.** Mandatory (founder 2026-08-27). Interim