| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "meta": {
- "timestamp": "2026-01-17T20:39:20.106Z",
- "agent": "core/opencoder",
- "model": "opencode/grok-code-fast",
- "framework_version": "0.1.0",
- "git_commit": "76e875b"
- },
- "summary": {
- "total": 1,
- "passed": 0,
- "failed": 1,
- "duration_ms": 122016,
- "pass_rate": 0
- },
- "by_category": {
- "developer": {
- "passed": 0,
- "total": 1
- }
- },
- "tests": [
- {
- "id": "workflow-test",
- "category": "developer",
- "passed": false,
- "duration_ms": 122016,
- "events": 81,
- "approvals": 0,
- "violations": {
- "total": 4,
- "errors": 4,
- "warnings": 0,
- "details": [
- {
- "type": "missing-approval",
- "severity": "error",
- "message": "Execution tool 'task' called without requesting approval"
- },
- {
- "type": "wrong-context-file",
- "severity": "error",
- "message": "Task type 'delegation' requires context file(s): .opencode/context/core/workflows/delegation.md or workflows/delegation.md or delegation.md. Loaded: /Users/darrenhinde/Documents/GitHub/Claude-agents/.opencode/context/core/standards/code-quality.md, /Users/darrenhinde/Documents/GitHub/Claude-agents/.opencode/context/development/clean-code.md, /Users/darrenhinde/Documents/GitHub/Claude-agents/.opencode/context/core/standards/test-coverage.md"
- },
- {
- "type": "execution-before-read",
- "severity": "error",
- "message": "A modification tool was executed without prior read operations"
- },
- {
- "type": "missing-approval-request",
- "severity": "error",
- "message": "Agent did not request approval before executing"
- }
- ]
- }
- }
- ]
- }
|