config.yaml 635 B

1234567891011121314151617181920212223242526
  1. # ContextScout - Intelligent context discovery and retrieval Test Configuration
  2. # Subagent path format
  3. agent: subagents/core/contextscout
  4. model: anthropic/claude-sonnet-4-5
  5. timeout: 90000
  6. # Test suite configuration
  7. suites:
  8. - smoke
  9. - discovery
  10. - search
  11. - extraction
  12. - tool-usage
  13. - error-handling
  14. - multi-domain
  15. description: |
  16. ContextScout evaluation suite validates:
  17. - Correct file discovery using glob/read/grep
  18. - Accurate context file identification
  19. - Proper priority ratings and line ranges
  20. - Read-only constraint enforcement
  21. - Graceful handling of bad requests
  22. - Multi-domain comprehensive discovery