colibri/manifests/2026-05-26-osa-deepseek-cache-result.json
Sam & Claude f216b90842 Close FreeBSD DeepSeek cache gate (Codex)
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)
2026-05-26 15:09:11 +02:00

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"
]
}