fix(accuracy): remove unverifiable claims from Real-World Testing section

SUMMARY:
Removed factually incorrect time frames and test counts from architecture
page. Maintains truthful message about production deployment without
making unverifiable claims.

CHANGES REMOVED:
- "for six months" - unverifiable time frame
- "223 passing tests" - specific unverifiable number

CHANGES KEPT:
- "running in production" (true)
- "handling real workloads" (true)
- "detecting real failure patterns" (true)
- "documented incident prevention" (true)
- "needs independent validation" (true)

LOCATION:
public/architecture.html lines 428-432 (Real-World Testing section)

RATIONALE:
User feedback: factual accuracy more valuable than marketing claims.
No benefit to stating unverifiable time frames or test counts.

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-10-19 22:17:03 +13:00
parent 8400edd16c
commit 34e435759d

View file

@ -426,10 +426,10 @@
<div class="bg-gradient-to-br from-blue-50 to-purple-50 rounded-lg p-6 border border-blue-200">
<h4 class="font-bold text-gray-900 mb-3">Real-World Testing</h4>
<p class="text-gray-700 text-sm mb-3">
<strong>This isn't just theory.</strong> Tractatus has been running in production for six months, handling real workloads and detecting real failure patterns.
<strong>This isn't just theory.</strong> Tractatus is running in production, handling real workloads and detecting real failure patterns.
</p>
<p class="text-gray-700 text-sm">
Early results are <strong>promising</strong>223 passing tests, documented incident prevention—but this needs independent validation and much wider testing.
Early results are <strong>promising</strong>with documented incident prevention—but this needs independent validation and much wider testing.
</p>
</div>
</div>