added codex structure
This commit is contained in:
18
.codex/agents/test-engineer.md
Normal file
18
.codex/agents/test-engineer.md
Normal 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.
|
||||
Reference in New Issue
Block a user