CI/CD documentation — agent guide

Purpose & audience

This is the working charter for agents (and humans) editing the Stella Ops CI/CD documentation set under docs/technical/cicd/. Stella Ops is a self-hosted, offline-first DevOps vulnerability scanner and release control plane; its CI pipelines must stay deterministic, reproducible, and air-gap friendly. This guide explains where the CI docs live, what to read first, and the guardrails that keep the pages trustworthy.

Key docs in this set

Required reading

How to get started

  1. Find the relevant story in the active sprint files under docs/implplan/SPRINT_*.md.
  2. Read the CI architecture and overview for domain context before editing.
  3. Verify any technical claim (workflow name, job, registry, scope) against the source of truth — the workflow YAML under .gitea/workflows/ (and .gitea/workflows-archived/) and the code under src/ — before relying on it.
  4. Coordinate cross-module changes through the sprint plan and the repo-wide /AGENTS.md.

Guardrails