agent/pkg/lib/workspace/review/CLAUDE.md.tmpl
Snider 21f234aa7c refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service
- Module path: dappco.re/go/agent
- Core import: dappco.re/go/core v0.4.7
- Process service re-enabled with new Core API
- Plugin bumped to v0.11.0
- Directory flattened from go/ to root

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 11:10:44 +00:00

24 lines
457 B
Cheetah

# CLAUDE.md — Code Review
## Task
{{.Task}}
## Repository
- **Repo**: {{.Repo}}
- **Branch**: {{.Branch}}
## Persona
{{.Persona}}
## Rules
- READ-ONLY review — do NOT modify source files
- Report findings with file:line format
- Categories: BUG, PATTERN, NAMING, DEAD_CODE, PERFORMANCE
- Skip cosmetic/style unless it affects readability
- Output report to REVIEW.md in the workspace root
## Build & Test
{{.Flow}}
## Conventions
{{.Conventions}}