latest.json 680 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "meta": {
  3. "timestamp": "2025-12-09T00:07:10.119Z",
  4. "agent": "opencoder",
  5. "model": "opencode/grok-code-fast",
  6. "framework_version": "0.1.0",
  7. "git_commit": "fd1821c"
  8. },
  9. "summary": {
  10. "total": 1,
  11. "passed": 1,
  12. "failed": 0,
  13. "duration_ms": 10952,
  14. "pass_rate": 1
  15. },
  16. "by_category": {
  17. "developer": {
  18. "passed": 1,
  19. "total": 1
  20. }
  21. },
  22. "tests": [
  23. {
  24. "id": "planning-approval-workflow",
  25. "category": "developer",
  26. "passed": true,
  27. "duration_ms": 10952,
  28. "events": 13,
  29. "approvals": 0,
  30. "violations": {
  31. "total": 0,
  32. "errors": 0,
  33. "warnings": 0
  34. }
  35. }
  36. ]
  37. }