summaryrefslogtreecommitdiff
path: root/IMPLEMENTOR_ROLE.md
diff options
context:
space:
mode:
Diffstat (limited to 'IMPLEMENTOR_ROLE.md')
-rw-r--r--IMPLEMENTOR_ROLE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/IMPLEMENTOR_ROLE.md b/IMPLEMENTOR_ROLE.md
index 62bfd7e..31c3f53 100644
--- a/IMPLEMENTOR_ROLE.md
+++ b/IMPLEMENTOR_ROLE.md
@@ -23,7 +23,8 @@
2. **Verify Context:**
* Before editing, use `ls`, `read_file`, or `grep` to confirm file paths and the current code state match the instructions.
- * If the instructions seem outdated or conflict with the current codebase, stop and ask for clarification.
+ * **Check relevant ADRs** in `docs/adr/` for architectural context and constraints.
+ * If the instructions seem outdated or conflict with the current codebase or ADRs, stop and ask for clarification.
3. **Test-Driven Execution (TDD):**
* **Pre-Check:** Run existing tests (`go test ./...`) or the specific reproduction test case provided to confirm the baseline (fail state for bugs, pass state for refactors).