Refactor code structure for improved readability and maintainability; optimize performance in key functions.
This commit is contained in:
22
.gitea/AGENTS.md
Normal file
22
.gitea/AGENTS.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# .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.md`
|
||||
- `docs/modules/ci/architecture.md`
|
||||
- `docs/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.
|
||||
Reference in New Issue
Block a user