Record osa FreeBSD build/test and live DeepSeek cache evidence, add the manifests to golden contract coverage, and mark gate #4 complete in the migration inventory. --- Build: pass Tests: pass — 8 passed (golden contracts)
30 lines
793 B
JSON
30 lines
793 B
JSON
{
|
|
"schema": "clawdie.provider-smoke.result.v1",
|
|
"test_id": "colibri-probe-20260526T125645Z",
|
|
"host": "osa",
|
|
"agent": "codex-osa",
|
|
"provider": "deepseek",
|
|
"model": "deepseek-v4-flash",
|
|
"started_at": "2026-05-26T12:56:45.956258868+00:00",
|
|
"ended_at": "2026-05-26T12:56:50.404507738+00:00",
|
|
"status": "ok",
|
|
"warm_usage": {
|
|
"prompt_tokens": 3661,
|
|
"completion_tokens": 2,
|
|
"total_tokens": 3663,
|
|
"prompt_cache_hit_tokens": 3584,
|
|
"prompt_cache_miss_tokens": 77
|
|
},
|
|
"probe_usage": {
|
|
"prompt_tokens": 3661,
|
|
"completion_tokens": 1,
|
|
"total_tokens": 3662,
|
|
"prompt_cache_hit_tokens": 3584,
|
|
"prompt_cache_miss_tokens": 77
|
|
},
|
|
"cache_hit_tokens": 3584,
|
|
"cache_hit_observed": true,
|
|
"notes": [
|
|
"prefix cache HIT on second request"
|
|
]
|
|
}
|