Brings the framework CRS repo up to date with all content that was living in agent-runtimes (local-dev fallback) but hadn't been promoted. New composites: feature-delivery-loop, integration-direct, scaffolding-repo, sonnet-impl-narrow, sonnet-manager, test-writing-repo New contexts: integration/v1, scaffolding/v1, sonnet-manager/v1, z-ai/v1, airouter/v1/bin (anthropic-compat-wrapper.sh), cp-harness/v1/init.sh New task-templates: sonnet-integrator.yaml, workflow/* (17 typed workflow task templates for the Epic 1 pipeline) Updated: agent-repo/v1/finalize.sh — adds AR-38/F97 empty-deliverable audit (SKIP_BRANCH_PUSH support, boilerplate-path filtering, ci_metadata.json flag) Also adds MEMORY.md index and memory/ topic files for the framework repo.
32 lines
975 B
YAML
32 lines
975 B
YAML
name: impl-review-sonnet
|
|
version: 1
|
|
description: Code review of implementation using Sonnet code-review
|
|
runtime: best-practices-airouter-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-airouter-repo
|
|
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. |