04-content-extraction.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. id: core-context-retriever-content-extraction
  2. name: "Context Retriever: Content Extraction - Extract Key Findings"
  3. description: |
  4. Tests the context-retriever's ability to extract meaningful information
  5. from context files and present it in a structured format.
  6. Validates:
  7. - Reads context files completely
  8. - Extracts key findings (not just summaries)
  9. - Identifies relevant sections
  10. - Rates relevance appropriately
  11. - Provides actionable next steps
  12. Critical Behavior:
  13. - MUST read the file completely
  14. - MUST extract specific findings
  15. - MUST provide exact file paths
  16. - MUST suggest next steps
  17. category: developer
  18. prompts:
  19. - text: |
  20. Search for documentation standards in this repository and extract the key
  21. requirements. I need specific guidelines, not just a summary.
  22. approvalStrategy:
  23. type: auto-approve
  24. behavior:
  25. mustUseTools:
  26. - list
  27. - glob
  28. - read
  29. minToolCalls: 3
  30. maxToolCalls: 15
  31. expectedViolations:
  32. - rule: approval-gate
  33. shouldViolate: false
  34. severity: error
  35. timeout: 120000
  36. tags:
  37. - context-retriever
  38. - extraction
  39. - analysis
  40. - core-subagent
  41. - read-only