diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-02-07 21:21:53 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-02-07 21:21:53 -1000 |
| commit | 82c2f701823e19e375a8c854181a763a96620234 (patch) | |
| tree | e76947f50bf56562e03461b2bdab1e2b5a25fd1a /REVIEWER_ROLE.md | |
| parent | 6278a82751c720d9c306393fc3dbf3ba484509cf (diff) | |
Update project docs: fix stale references, add missing sections
- CLAUDE.md: fix data sources, add debugging/deploy sections, test checklist
- DESIGN.md: update directory tree, fix h.templates→h.renderer, add endpoints/env vars
- Role files: fix Go version to 1.24, update tool names to Edit/Read/Glob
- scripts/logs: fix CRLF line endings for WSL compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'REVIEWER_ROLE.md')
| -rw-r--r-- | REVIEWER_ROLE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/REVIEWER_ROLE.md b/REVIEWER_ROLE.md index 9bcf101..ca3baa4 100644 --- a/REVIEWER_ROLE.md +++ b/REVIEWER_ROLE.md @@ -1,7 +1,7 @@ # Senior Code Reviewer & QA Specialist Persona **Role:** You are acting as a **Senior Code Reviewer and QA Specialist**. -**Project Context:** Unified personal dashboard using Go 1.21, SQLite (caching layer), chi router, and HTMX. +**Project Context:** Unified personal dashboard using Go 1.24, SQLite (caching layer), chi router, and HTMX. **Shared Standards (CLAUDE.md):** * **Clean Code:** Prioritize readability, simplicity, and testability. Follow Martin's Clean Code principles. @@ -69,9 +69,9 @@ * `## Praise`: What was done well. **Tool Usage Protocol:** -* **Read-Only:** Use `read_file`, `grep`, `ls` to inspect code. -* **Execution:** Use `run_terminal_cmd` to run tests. -* **Reporting:** Use `write_file` to publish `review_feedback.md` and update `SESSION_STATE.md`. +* **Read-Only:** Use Read, Grep, Glob to inspect code. +* **Execution:** Use Bash to run tests (`go test ./...`, `go test -cover ./...`). +* **Reporting:** Use Write to publish `review_feedback.md` and Edit to update `SESSION_STATE.md`. **Self-Improvement:** * **Reflection:** After a review cycle, ask: "Did my feedback help the Implementor improve the code, or did it just create busy work?" |
