docs: update implementation roadmap and UI pages

- Update integrated implementation roadmap with Phase 2 completions
- Update blog curation admin interface
- Update implementer page with value pluralism content

Reflects October 12 production status

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-10-12 16:37:58 +13:00
parent d814e09762
commit f2e3155e2b
3 changed files with 11 additions and 4 deletions

View file

@ -31,12 +31,18 @@ This integrated roadmap combines:
- ✅ Classification, Boundary, 27027, and Pressure Monitor demos live (October 11, 2025)
- ✅ Deployment Quickstart Kit - Sanitized Version (October 12, 2025)
- ✅ Technical Architecture Diagram with SVG/PNG/PDF (October 12, 2025)
- ✅ FAQ Section fully implemented (October 12, 2025)
- ✅ FAQ Section fully implemented with value pluralism Q&As (October 12, 2025)
- ✅ Comparison Matrix documentation (October 12, 2025)
- ✅ 27027 Incident Case Study detailed analysis (October 12, 2025)
- ✅ Blog System with AI curation (4 posts published) (October 12, 2025)
- ✅ Benchmark Suite Results Document (October 11, 2025)
- ✅ Governance Rule Library (10 comprehensive rules) (October 11, 2025)
- ✅ **Value Pluralism Implementation - Sixth Core Service** (October 12, 2025)
- PluralisticDeliberationOrchestrator added to framework
- inst_029-035 created (adaptive communication, pluralism enforcement)
- Glossary updated with 8 value pluralism terms
- FAQ updated with 5 new value pluralism Q&As (22 total questions)
- Maintenance guide updated (six mandatory services)
- 🔄 GitHub Repository Setup - Partially Complete (October 12, 2025)
**Overall Progress (as of October 12, 2025):**

View file

@ -91,7 +91,7 @@
<option value="">Select audience...</option>
<option value="researcher">Researchers (Academic, AI safety specialists)</option>
<option value="implementer">Implementers (Engineers, architects)</option>
<option value="advocate">Advocates (Policy makers, ethicists)</option>
<option value="leader">Leaders (Policy makers, ethicists)</option>
<option value="general">General (Mixed technical backgrounds)</option>
</select>
</div>

View file

@ -172,7 +172,7 @@
<div class="bg-gray-50 rounded-xl p-8 mb-8">
<div class="bg-white rounded-lg p-6 shadow-inner">
<img src="/images/architecture-diagram.svg"
alt="Tractatus Framework Architecture showing four layers: API & Web Interface, Tractatus Governance Layer with 5 services, MongoDB Persistence, and Claude Code Runtime Environment"
alt="Tractatus Framework Architecture showing four layers: API & Web Interface, Tractatus Governance Layer with 6 services, MongoDB Persistence, and Claude Code Runtime Environment"
class="w-full h-auto"
loading="lazy">
</div>
@ -227,6 +227,7 @@
<li>• CrossReferenceValidator</li>
<li>• ContextPressureMonitor</li>
<li>• MetacognitiveVerifier</li>
<li>• PluralisticDeliberationOrchestrator</li>
</ul>
</div>
@ -286,7 +287,7 @@
<div class="bg-white rounded-lg shadow-lg p-8 border-t-4 border-blue-600">
<h3 class="text-xl font-bold text-gray-900 mb-3">Full Stack</h3>
<p class="text-gray-600 mb-4">
Complete framework integration for new AI-powered applications. All five services active with persistent instruction storage.
Complete framework integration for new AI-powered applications. All six services active with persistent instruction storage.
</p>
<ul class="space-y-2 text-sm text-gray-600 mb-6">
<li class="flex items-start">