latest.json 874 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "meta": {
  3. "timestamp": "2026-01-09T13:10:17.718Z",
  4. "agent": "ContextScout",
  5. "model": "opencode/grok-code-fast",
  6. "framework_version": "0.1.0",
  7. "git_commit": "41c5917"
  8. },
  9. "summary": {
  10. "total": 1,
  11. "passed": 1,
  12. "failed": 0,
  13. "duration_ms": 15339,
  14. "pass_rate": 1
  15. },
  16. "by_category": {
  17. "developer": {
  18. "passed": 1,
  19. "total": 1
  20. }
  21. },
  22. "tests": [
  23. {
  24. "id": "core-contextscout-smoke-test",
  25. "category": "developer",
  26. "passed": true,
  27. "duration_ms": 15339,
  28. "events": 18,
  29. "approvals": 0,
  30. "violations": {
  31. "total": 1,
  32. "errors": 0,
  33. "warnings": 1,
  34. "details": [
  35. {
  36. "type": "insufficient-read",
  37. "severity": "warning",
  38. "message": "Read/execution ratio < 1 (0.67)"
  39. }
  40. ]
  41. }
  42. }
  43. ]
  44. }