| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- id: core-context-retriever-content-extraction
- name: "Context Retriever: Content Extraction - Extract Key Findings"
- description: |
- Tests the context-retriever's ability to extract meaningful information
- from context files and present it in a structured format.
-
- Validates:
- - Reads context files completely
- - Extracts key findings (not just summaries)
- - Identifies relevant sections
- - Rates relevance appropriately
- - Provides actionable next steps
-
- Critical Behavior:
- - MUST read the file completely
- - MUST extract specific findings
- - MUST provide exact file paths
- - MUST suggest next steps
- category: developer
- prompts:
- - text: |
- Search for documentation standards in this repository and extract the key
- requirements. I need specific guidelines, not just a summary.
- approvalStrategy:
- type: auto-approve
- behavior:
- mustUseTools:
- - list
- - glob
- - read
- minToolCalls: 3
- maxToolCalls: 15
- expectedViolations:
- - rule: approval-gate
- shouldViolate: false
- severity: error
- timeout: 120000
- tags:
- - context-retriever
- - extraction
- - analysis
- - core-subagent
- - read-only
|