From b965ad9ab8c8d9d137a321ecca68a759f511a96a Mon Sep 17 00:00:00 2001
From: TheFlow
Date: Mon, 20 Oct 2025 17:35:56 +1300
Subject: [PATCH] fix(about): correct framework component count from 5 to 6
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
SUMMARY:
Fixed About page to accurately reflect all 6 Tractatus Framework components.
PluralisticDeliberationOrchestrator was missing from the "How It Works" section.
CHANGES:
- Updated intro text: "five" → "six" integrated components
- Added PluralisticDeliberationOrchestrator component card
- Updated locale file (about.json) with 6th component description
- Removed lock file from docs/outreach
DETAILS:
All other pages (architecture, researcher, leader, implementer, index) correctly
showed 6 components. About page was the only page with the discrepancy.
TESTED:
- Verified locally at http://localhost:9000/about.html
- All 6 components now display correctly
- Locale strings properly applied
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude
---
...ck.AI-Led-Pluralistic-Deliberation-Presentation.pptx# | 1 -
public/about.html | 9 ++++++++-
public/locales/en/about.json | 4 +++-
3 files changed, 11 insertions(+), 3 deletions(-)
delete mode 100644 docs/outreach/.~lock.AI-Led-Pluralistic-Deliberation-Presentation.pptx#
diff --git a/docs/outreach/.~lock.AI-Led-Pluralistic-Deliberation-Presentation.pptx# b/docs/outreach/.~lock.AI-Led-Pluralistic-Deliberation-Presentation.pptx#
deleted file mode 100644
index b0c5d1ae..00000000
--- a/docs/outreach/.~lock.AI-Led-Pluralistic-Deliberation-Presentation.pptx#
+++ /dev/null
@@ -1 +0,0 @@
-,theflow,the-flow,17.10.2025 21:06,file:///home/theflow/.config/libreoffice/4;
\ No newline at end of file
diff --git a/public/about.html b/public/about.html
index feda28dd..c48bb834 100644
--- a/public/about.html
+++ b/public/about.html
@@ -121,7 +121,7 @@
How It Works
- The Tractatus Framework consists of five integrated components that work together to enforce structural safety:
+ The Tractatus Framework consists of six integrated components that work together to enforce structural safety:
@@ -160,6 +160,13 @@
AI self-checks complex reasoning before proposing actions. Evaluates alignment, coherence, completeness, safety, and alternatives.
+
+
+
PluralisticDeliberationOrchestrator
+
+ When AI encounters values decisions—choices with no single "correct" answer—coordinates deliberation among affected stakeholders rather than making autonomous choices. Preserves human agency over moral decisions.
+
+
diff --git a/public/locales/en/about.json b/public/locales/en/about.json
index 3c6bdef2..e2fe3da0 100644
--- a/public/locales/en/about.json
+++ b/public/locales/en/about.json
@@ -29,7 +29,7 @@
},
"how_it_works": {
"heading": "How It Works",
- "intro": "The Tractatus Framework consists of five integrated components that work together to enforce structural safety:",
+ "intro": "The Tractatus Framework consists of six integrated components that work together to enforce structural safety:",
"classifier_title": "InstructionPersistenceClassifier",
"classifier_desc": "Classifies instructions by quadrant (Strategic, Operational, Tactical, System, Stochastic) and determines persistence level (HIGH/MEDIUM/LOW/VARIABLE).",
"validator_title": "CrossReferenceValidator",
@@ -40,6 +40,8 @@
"pressure_desc": "Detects when session conditions increase error probability (token pressure, message length, task complexity) and adjusts behavior or suggests handoff.",
"metacognitive_title": "MetacognitiveVerifier",
"metacognitive_desc": "AI self-checks complex reasoning before proposing actions. Evaluates alignment, coherence, completeness, safety, and alternatives.",
+ "deliberation_title": "PluralisticDeliberationOrchestrator",
+ "deliberation_desc": "When AI encounters values decisions—choices with no single \"correct\" answer—coordinates deliberation among affected stakeholders rather than making autonomous choices. Preserves human agency over moral decisions.",
"read_technical_btn": "Read Technical Documentation & Implementation Guide →"
},
"origin_story": {