From fc9b9510a839e5de27889ad5f6a150e3d4bfc084 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Thu, 30 Oct 2025 22:40:05 +1300 Subject: [PATCH] fix(homepage): correct compliance violations (inst_017, inst_087) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed 3 violations identified via ff framework audit: 1. Line 170: Changed "Cannot be bypassed" to evidence-based language acknowledging bypass flags exist but are logged 2. Line 210: Changed "technically impossible to bypass" to accurate description of architectural enforcement with explicit acknowledgment of --no-verify bypass mechanism 3. Line 319: Removed consultant language "best practices", replaced with specific "deployment patterns & operational procedures" All changes maintain messaging integrity while complying with: - inst_017: No absolute assurance terms - inst_087: No consultant language - inst_088: Candid about limitations 🔍 Framework Audit: audit_6903324e906599d519c8aae2 ✅ Prohibited terms check: passed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index a37467a1..dc94d7e1 100644 --- a/public/index.html +++ b/public/index.html @@ -167,7 +167,7 @@

Not-Separateness

- Governance woven into deployment architecture, not bolted on. Cannot be bypassed—enforcement is structural, happening in critical execution path before actions execute. + Governance woven into deployment architecture, not bolted on. Enforcement is structural, happening in the critical execution path before actions execute—bypasses require explicit flags and are logged.

@@ -207,7 +207,7 @@ Compliance theatre: Documented policies AI can bypass, post-execution monitoring, voluntary adherence.

- Architectural enforcement (Tractatus): Governance services intercept actions before execution—technically impossible to bypass. Services coordinate in real-time, blocking non-compliant operations at the architectural level. + Architectural enforcement (Tractatus): Governance services intercept actions before execution in the critical path. Services coordinate in real-time, blocking non-compliant operations at the architectural level—bypasses require explicit --no-verify flags and are logged.

@@ -316,7 +316,7 @@ Get hands-on with implementation guides, API documentation, and reference code e
  • - Deployment best practices + Deployment patterns & operational procedures