Complete grading specification
{
"type": "tool_trace",
"config": {
"check_version": 2,
"today": "2028-01-01",
"assertions": [
{
"type": "field_equals",
"tool": "create_calendar_event",
"action_id": "alex_069_create_calendar_event",
"path": "result.ok",
"value": true,
"check_id": "alex_069_00"
},
{
"type": "datetime_absolute_eq",
"path": "result.event.start",
"value": "2028-01-12T14:00:00-05:00",
"tool": "create_calendar_event",
"action_id": "alex_069_create_calendar_event",
"check_id": "alex_069_01"
},
{
"type": "datetime_absolute_eq",
"path": "result.event.end",
"value": "2028-01-12T15:00:00-05:00",
"tool": "create_calendar_event",
"action_id": "alex_069_create_calendar_event",
"check_id": "alex_069_02"
},
{
"type": "field_list_includes",
"path": "result.event.attendees",
"values": [
"anya@example.com"
],
"tool": "create_calendar_event",
"action_id": "alex_069_create_calendar_event",
"check_id": "alex_069_03"
},
{
"type": "field_llm_judge",
"path": "result.event.body",
"criterion": "The agenda is limited to Anya's current North Pier design-system and design-to-engineering handoff work. It assigns no QA shifts, release-note work, or current QA-lane ownership.",
"tool": "create_calendar_event",
"action_id": "alex_069_create_calendar_event",
"check_id": "alex_069_04"
}
]
}
}