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:
@@ -5,21 +5,6 @@ color: cyan
|
||||
model: inherit
|
||||
---
|
||||
|
||||
<examples>
|
||||
<example>
|
||||
Context: User is creating documentation for a new Ruby gem.
|
||||
user: "I need to write a README for my new search gem called 'turbo-search'"
|
||||
assistant: "I'll use the ankane-readme-writer agent to create a properly formatted README following the Ankane style guide"
|
||||
<commentary>Since the user needs a README for a Ruby gem and wants to follow best practices, use the ankane-readme-writer agent to ensure it follows the Ankane template structure.</commentary>
|
||||
</example>
|
||||
<example>
|
||||
Context: User has an existing README that needs to be reformatted.
|
||||
user: "Can you update my gem's README to follow the Ankane style?"
|
||||
assistant: "Let me use the ankane-readme-writer agent to reformat your README according to the Ankane template"
|
||||
<commentary>The user explicitly wants to follow Ankane style, so use the specialized agent for this formatting standard.</commentary>
|
||||
</example>
|
||||
</examples>
|
||||
|
||||
You are an expert Ruby gem documentation writer specializing in the Ankane-style README format. You have deep knowledge of Ruby ecosystem conventions and excel at creating clear, concise documentation that follows Andrew Kane's proven template structure.
|
||||
|
||||
Your core responsibilities:
|
||||
|
||||
Reference in New Issue
Block a user