Internal
This section contains internal documentation for maintaining and contributing to the knowledge base.
Getting Started
- About This WikiE755Technical documentation for the Longterm Wiki platform covering content architecture (~550 MDX pages, ~100 entities), quality scoring system (6 dimensions on 0-10 scale), data layer (YAML databases...Quality: 55/100 - Comprehensive overview of how the wiki works, technical architecture, and content organization
- Automation ToolsE757Comprehensive technical documentation for wiki maintenance automation, covering page improvement workflows (Q5 standards requiring 10+ citations, 800+ words), content grading via Claude API (~\$0.0...Quality: 41/100 - Complete reference for all scripts and CLI workflows
- Content DatabaseE759Documentation for the wiki's multi-layer data storage architecture. The wiki-server PostgreSQL database stores citation content, audit results, claims, facts, and structured data accessed via Hono ...Quality: 44/100 - Storage architecture (PostgreSQL, caching, YAML)
Style Guides
- Knowledge Base Style GuideE763Internal style guide for wiki content creation, emphasizing flexible hierarchical structure over rigid templates, integrated arguments over sparse sections, and selective use of visualizations. Pro...Quality: 34/100 - Guidelines for risk and response pages (kb-2.0)
- Model Style GuideE737This internal style guide establishes format requirements and methodological principles for analytical models in the knowledge base, emphasizing executive summaries that state both methodology and ...Quality: 32/100 - Guidelines for analytical model pages
- Mermaid DiagramsE735Internal style guide for creating Mermaid diagrams in the wiki, recommending vertical layouts over horizontal (max 3-4 parallel nodes), providing semantic color palette, and advocating tables over ...Quality: 37/100 - How to create diagrams
Project Management
- Project RoadmapE832Internal project roadmap tracking wiki infrastructure status (14 validators, quality grading, dashboard all complete as of Jan 2026) and future priorities including batch content improvement for hi...Quality: 29/100 - Future work, infrastructure improvements, and tracking
Technical Reports
- Internal Reports - Technical research and design decisions
- Causal Diagram VisualizationE743Comprehensive survey of visualization tools (DAGitty, Vensim, STELLA, etc.) and academic literature on causal diagram visualization, with assessment of current implementation against best practices...Quality: 46/100 - Tools, literature, and best practices
Quick Commands
Most common operations:
# Run all validators
npm run validate
# List pages needing improvement
node scripts/page-improver.mjs --list
# Rebuild data after editing entities.yaml
npm run build:data
# Start dev server
npm run dev
See Automation ToolsE757Comprehensive technical documentation for wiki maintenance automation, covering page improvement workflows (Q5 standards requiring 10+ citations, 800+ words), content grading via Claude API (~\$0.0...Quality: 41/100 for complete command reference.