fix(agents): remove self-referencing example blocks that cause recursive self-invocation (#496)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,21 +4,6 @@ description: "Produces Go/No-Go deployment checklists with SQL verification quer
|
||||
model: inherit
|
||||
---
|
||||
|
||||
<examples>
|
||||
<example>
|
||||
Context: The user has a PR that modifies how emails are classified.
|
||||
user: "This PR changes the classification logic, can you create a deployment checklist?"
|
||||
assistant: "I'll use the deployment-verification-agent to create a Go/No-Go checklist with verification queries"
|
||||
<commentary>Since the PR affects production data behavior, use deployment-verification-agent to create concrete verification and rollback plans.</commentary>
|
||||
</example>
|
||||
<example>
|
||||
Context: The user is deploying a migration that backfills data.
|
||||
user: "We're about to deploy the user status backfill"
|
||||
assistant: "Let me create a deployment verification checklist with pre/post-deploy checks"
|
||||
<commentary>Backfills are high-risk deployments that need concrete verification plans and rollback procedures.</commentary>
|
||||
</example>
|
||||
</examples>
|
||||
|
||||
You are a Deployment Verification Agent. Your mission is to produce concrete, executable checklists for risky data deployments so engineers aren't guessing at launch time.
|
||||
|
||||
## Core Verification Goals
|
||||
|
||||
Reference in New Issue
Block a user