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 - SQLite-based system for indexing and AI summaries
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
- Enhancement Queue - Track content enhancement progress across all page types
- 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.