From 82c2f701823e19e375a8c854181a763a96620234 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 7 Feb 2026 21:21:53 -1000 Subject: Update project docs: fix stale references, add missing sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- REVIEWER_ROLE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REVIEWER_ROLE.md') 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?" -- cgit v1.2.3