33 lines
985 B
YAML
33 lines
985 B
YAML
name: impl-review-sonnet
|
|
version: 1
|
|
description: Code review of implementation using Sonnet code-review
|
|
runtime: best-practices-opus-repo
|
|
input:
|
|
state: integrated
|
|
tags_forbidden: []
|
|
required_artifacts: []
|
|
output:
|
|
state: impl-reviewed
|
|
scope_budget:
|
|
files_modified_max: 1
|
|
lines_diff_max: 80
|
|
wall_clock_seconds_max: 1200
|
|
nodes:
|
|
- id: agent
|
|
kind: agent
|
|
template: best-practices-opus-repo
|
|
model: sonnet
|
|
prompt: |
|
|
Code-review the implementation for the following task.
|
|
|
|
**Title**: ${artifacts.item_title}
|
|
|
|
Review all changed Python files in the workspace (compare against main branch).
|
|
Check for:
|
|
1. Correctness against the spec requirements
|
|
2. Test coverage for new code paths
|
|
3. Security issues (injection, auth bypass, data leaks)
|
|
4. Performance or concurrency bugs
|
|
|
|
Write your review to /workspace/.agent-output/review.md with a PASS or
|
|
REWORK verdict. If REWORK, list specific changes required. |