Trust Center · Şeffaflık
Sprint 12 denetimi pazarlama iddiası ile üretim gerçekliği arasında bir sapma yakalamıştı (170–230 ajan iddiası, 120 gerçek). Bu bölüm tekrarını engeller: her satır canlı sevkiyat dosyasına, denetim raporuna, ya da manifest/canonical-stats.json anahtarına bağlı.
Sprint 12 audit caught drift between marketing claims and production reality (170-230 agent claim vs 120 actual). This section prevents that — every line is verifiable against the live manifest or audit report.
manifest/canonical-stats.json through the typed Python loader (core/integrations/canonical_stats.py) and the TypeScript mirror (web/src/lib/canonical-stats.ts). The loader fails to import if the manifest disagrees with the live LLM registry, so a future drift gets caught at backend boot.runtime_status field — code_only, deployed_partial, or deployed_full— so “code exists in repo” never gets passed off as “deployed in production.”tests/test_sprint37_phase2_canonical_stats_consumer.py scans marketing pages for hard-coded counts that should reference the canonical manifest; the build fails if anyone re-introduces a literal “120 agents” string.