| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "meta": {
- "timestamp": "2026-01-18T20:05:38.561Z",
- "agent": "delegation-controller",
- "model": "opencode/grok-code-fast",
- "framework_version": "0.1.0",
- "git_commit": "6b5b8f0"
- },
- "summary": {
- "total": 1,
- "passed": 0,
- "failed": 1,
- "duration_ms": 32015,
- "pass_rate": 0
- },
- "by_category": {
- "developer": {
- "passed": 0,
- "total": 1
- }
- },
- "tests": [
- {
- "id": "delegation-controller-routing-simple",
- "category": "developer",
- "passed": false,
- "duration_ms": 32015,
- "events": 66,
- "approvals": 0,
- "violations": {
- "total": 3,
- "errors": 3,
- "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: .opencode/context/core/standards/documentation.md"
- },
- {
- "type": "execution-before-read",
- "severity": "error",
- "message": "A modification tool was executed without prior read operations"
- }
- ]
- }
- }
- ]
- }
|