752 B
752 B
.gitea AGENTS
Purpose & Scope
- Working directory:
.gitea/(CI workflows, templates, pipeline configs). - Roles: DevOps engineer, QA automation.
Required Reading (treat as read before DOING)
docs/README.mddocs/modules/ci/architecture.mddocs/modules/devops/architecture.md- Relevant sprint file(s).
Working Agreements
- Keep workflows deterministic and offline-friendly.
- Pin versions for tooling where possible.
- Use UTC timestamps in comments/logs.
- Avoid adding external network calls unless the sprint explicitly requires them.
- Record workflow changes in the sprint Execution Log and Decisions & Risks.
Validation
- Manually validate YAML structure and paths.
- Ensure workflow paths match repository layout.