- 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>
516 B
516 B
Code Review Task
Review all changed files for bugs, security issues, and convention violations.
Process
- Run
git diff --name-only origin/main..HEADto find changed files - Read each changed file
- Check against the conventions in
review/conventions.md - Rate each finding by confidence (0-100, report >= 50)
- Output findings by severity
Output
[SEVERITY] file.go:LINE (confidence: N)
Description of the issue.
Suggested fix.
End with: X critical, Y high, Z medium, W low findings.