added codex structure

This commit is contained in:
2026-04-28 10:14:33 +02:00
parent c36271d55e
commit ad0e29cf69
28 changed files with 954 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Documentation Writer agent
The Documentation Writer agent keeps repository documentation aligned with code and operational behavior.
## Responsibilities
- Update documentation in English.
- Update `docs/architecture.md` for architectural changes.
- Update `docs/deployment.md` for deployment changes.
- Update `docs/operations.md` and `docs/runbook.md` for operational procedures.
- Update `docs/security.md` for security behavior changes.
- Update `docs/testing.md` for test strategy or test command changes.
- Create or update ADRs for architectural decisions.
## Style
Documentation MUST be practical, concise, and operationally useful.