latest.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "meta": {
  3. "timestamp": "2026-01-18T20:05:38.561Z",
  4. "agent": "delegation-controller",
  5. "model": "opencode/grok-code-fast",
  6. "framework_version": "0.1.0",
  7. "git_commit": "6b5b8f0"
  8. },
  9. "summary": {
  10. "total": 1,
  11. "passed": 0,
  12. "failed": 1,
  13. "duration_ms": 32015,
  14. "pass_rate": 0
  15. },
  16. "by_category": {
  17. "developer": {
  18. "passed": 0,
  19. "total": 1
  20. }
  21. },
  22. "tests": [
  23. {
  24. "id": "delegation-controller-routing-simple",
  25. "category": "developer",
  26. "passed": false,
  27. "duration_ms": 32015,
  28. "events": 66,
  29. "approvals": 0,
  30. "violations": {
  31. "total": 3,
  32. "errors": 3,
  33. "warnings": 0,
  34. "details": [
  35. {
  36. "type": "missing-approval",
  37. "severity": "error",
  38. "message": "Execution tool 'task' called without requesting approval"
  39. },
  40. {
  41. "type": "wrong-context-file",
  42. "severity": "error",
  43. "message": "Task type 'delegation' requires context file(s): .opencode/context/core/workflows/delegation.md or workflows/delegation.md or delegation.md. Loaded: .opencode/context/core/standards/documentation.md"
  44. },
  45. {
  46. "type": "execution-before-read",
  47. "severity": "error",
  48. "message": "A modification tool was executed without prior read operations"
  49. }
  50. ]
  51. }
  52. }
  53. ]
  54. }