From 5301c48e0304acd0926eccdd3e25ef5a093921b0 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 19 Oct 2025 22:17:03 +1300 Subject: [PATCH] fix(accuracy): remove unverifiable claims from Real-World Testing section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/metrics/hooks-metrics.json | 11 +++++++++-- public/architecture.html | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.claude/metrics/hooks-metrics.json b/.claude/metrics/hooks-metrics.json index d8531380..9138a82b 100644 --- a/.claude/metrics/hooks-metrics.json +++ b/.claude/metrics/hooks-metrics.json @@ -4738,6 +4738,13 @@ "file": "/home/theflow/projects/tractatus/public/architecture.html", "result": "passed", "reason": null + }, + { + "hook": "validate-file-edit", + "timestamp": "2025-10-19T09:16:31.732Z", + "file": "/home/theflow/projects/tractatus/public/architecture.html", + "result": "passed", + "reason": null } ], "blocks": [ @@ -5001,9 +5008,9 @@ } ], "session_stats": { - "total_edit_hooks": 487, + "total_edit_hooks": 488, "total_edit_blocks": 36, - "last_updated": "2025-10-19T09:14:11.391Z", + "last_updated": "2025-10-19T09:16:31.732Z", "total_write_hooks": 190, "total_write_blocks": 7 } diff --git a/public/architecture.html b/public/architecture.html index 1237a171..290b135d 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -426,10 +426,10 @@

Real-World Testing

- This isn't just theory. Tractatus has been running in production for six months, handling real workloads and detecting real failure patterns. + This isn't just theory. Tractatus is running in production, handling real workloads and detecting real failure patterns.

- Early results are promising—223 passing tests, documented incident prevention—but this needs independent validation and much wider testing. + Early results are promising—with documented incident prevention—but this needs independent validation and much wider testing.