From dd89c2cd0eaa4898eac07099d2876c408bac6a59 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Thu, 30 Oct 2025 23:20:55 +1300 Subject: [PATCH] fix(i18n): add missing data-i18n-html attributes to homepage Alexander section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit added i18n attributes only to titles but missed the descriptions. This adds data-i18n-html attributes to all 19 Alexander principles content blocks: - Section heading & subtitle - 5 principle descriptions (with HTML formatting) - CTA card description & links - Enforcement distinction paragraphs French and German translations now properly display for all content. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/index.html b/public/index.html index 411d9e58..1462cc2e 100644 --- a/public/index.html +++ b/public/index.html @@ -95,10 +95,10 @@
-

+

Built on Living Systems Principles

-

+

Governance that evolves with your organization—not compliance theatre, but architectural enforcement woven into deployment.

@@ -114,7 +114,7 @@

Deep Interlock

-

+

Six governance services coordinate, not operate in silos. When one detects an issue, others reinforce—creating resilient enforcement through mutual validation.

@@ -127,7 +127,7 @@

Structure-Preserving

-

+

Framework changes enhance without breaking. Audit logs remain interpretable, governance decisions stay valid—institutional memory preserved across evolution.

@@ -140,7 +140,7 @@

Gradients Not Binary

-

+

Governance operates on intensity levels (NORMAL/ELEVATED/HIGH/CRITICAL), not yes/no switches. Nuanced response to risk—avoiding alert fatigue and mechanical enforcement.

@@ -153,7 +153,7 @@

Living Process

-

+

Framework evolves from real failures, not predetermined plans. Grows smarter through operational experience—adaptive resilience, not static rulebook.

@@ -166,7 +166,7 @@

Not-Separateness

-

+

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.

@@ -175,16 +175,16 @@

Architectural Principles

-

+

These principles guide every framework change—ensuring coherence, adaptability, and structural enforcement rather than compliance theatre.

@@ -200,13 +200,13 @@
-

+

Architectural Enforcement vs Compliance Theatre

-

+

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

-

+

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.