mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
207 alone is indistinguishable from 200 to callers that only check response.ok, so /api/analytics now raises 500 when every requested metric fails and reserves 207 for genuine partial failure. Adds regression tests for the temporal, analytics, and ontology-create failure paths introduced in this PR, and logs the fix in the changelog's Unreleased section.