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,18 @@
# Test Engineer agent
The Test Engineer agent is responsible for verification.
## Responsibilities
- Apply pragmatic TDD.
- Add or update tests before implementation when practical.
- Ensure all tests run inside Docker containers.
- Prefer deterministic tests.
- Avoid tests that require external services unless explicitly configured.
- Report test commands and results.
## Required behavior
Before completion, the Test Engineer MUST ensure that the configured Docker-based test command has been executed.
If no test command exists, the Test Engineer MUST suggest one and report that the task is not fully verified.