Longterm Wiki

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

Style Guides

Project Management

Technical Reports


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.