fix(about): correct framework component count from 5 to 6
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 <noreply@anthropic.com>
This commit is contained in:
parent
4bfa8241ab
commit
b965ad9ab8
3 changed files with 11 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
,theflow,the-flow,17.10.2025 21:06,file:///home/theflow/.config/libreoffice/4;
|
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="how_it_works.heading">How It Works</h2>
|
<h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="how_it_works.heading">How It Works</h2>
|
||||||
<div class="prose prose-lg text-gray-600">
|
<div class="prose prose-lg text-gray-600">
|
||||||
<p class="mb-6" data-i18n="how_it_works.intro">
|
<p class="mb-6" data-i18n="how_it_works.intro">
|
||||||
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:
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -160,6 +160,13 @@
|
||||||
AI self-checks complex reasoning before proposing actions. Evaluates alignment, coherence, completeness, safety, and alternatives.
|
AI self-checks complex reasoning before proposing actions. Evaluates alignment, coherence, completeness, safety, and alternatives.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="bg-gray-50 rounded-lg p-6">
|
||||||
|
<h3 class="text-lg font-bold text-gray-900 mb-2" data-i18n="how_it_works.deliberation_title">PluralisticDeliberationOrchestrator</h3>
|
||||||
|
<p class="text-sm text-gray-600" data-i18n="how_it_works.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.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-8 text-center">
|
<div class="mt-8 text-center">
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"how_it_works": {
|
"how_it_works": {
|
||||||
"heading": "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_title": "InstructionPersistenceClassifier",
|
||||||
"classifier_desc": "Classifies instructions by quadrant (Strategic, Operational, Tactical, System, Stochastic) and determines persistence level (HIGH/MEDIUM/LOW/VARIABLE).",
|
"classifier_desc": "Classifies instructions by quadrant (Strategic, Operational, Tactical, System, Stochastic) and determines persistence level (HIGH/MEDIUM/LOW/VARIABLE).",
|
||||||
"validator_title": "CrossReferenceValidator",
|
"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.",
|
"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_title": "MetacognitiveVerifier",
|
||||||
"metacognitive_desc": "AI self-checks complex reasoning before proposing actions. Evaluates alignment, coherence, completeness, safety, and alternatives.",
|
"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 →"
|
"read_technical_btn": "Read Technical Documentation & Implementation Guide →"
|
||||||
},
|
},
|
||||||
"origin_story": {
|
"origin_story": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue