Initial commit

This commit is contained in:
2026-04-28 10:28:32 +02:00
commit 05b06d409f
29 changed files with 1188 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.