Internal
This section contains internal documentation for maintaining and contributing to the knowledge base.
Automation and Tools
Section titled “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
Section titled “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
Section titled “Project Management”- Enhancement Queue - Track content enhancement progress across all page types
- Project Roadmap - Future work, infrastructure improvements, and tracking
Quick Commands
Section titled “Quick Commands”Most common operations:
# Run all validatorsnpm run validate
# List pages needing improvementnode scripts/page-improver.mjs --list
# Rebuild data after editing entities.yamlnpm run build:data
# Start dev servernpm run devSee Automation Tools for complete command reference.