Longterm Wiki
Updated 2026-03-13HistoryData
Page StatusDocumentation
Edited today118 words
Content1/13
LLM summaryScheduleEntityEdit historyOverview
Tables0/ ~1Diagrams0Int. links10/ ~3Ext. links0/ ~1Footnotes0/ ~2References0/ ~1Quotes0Accuracy0
Issues1
StructureNo tables or diagrams - consider adding visual content

Internal

This section contains internal documentation for maintaining and contributing to the knowledge base.

Getting Started

  • About This Wiki - Comprehensive overview of how the wiki works, technical architecture, and content organization

Automation and Tools

  • Automation Tools - Complete reference for all scripts and CLI workflows
  • Content Database - Storage architecture (PostgreSQL, caching, YAML)

Style Guides

  • Knowledge Base Style Guide - Guidelines for risk and response pages (kb-2.0)
  • Model Style Guide - Guidelines for analytical model pages
  • Mermaid Diagrams - How to create diagrams

Project Management

  • Project Roadmap - Future work, infrastructure improvements, and tracking

Technical Reports

  • Internal Reports - Technical research and design decisions
    • Causal Diagram Visualization - 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 Tools for complete command reference.