How to Regenerate
# Manual:
python3 /mnt/kitchen/from-house/workspace/d3-tui-pi-teams-proto/wiki-gui/generate_wiki.py
# Automatic: runs every 5 minutes via cron
# Check: crontab -l
How to Commit Wiki Content
cd /mnt/kitchen/from-house/workspace/d3-tui-pi-teams-proto/llm-wiki/
git add -A
git commit -m 'descriptive message about what changed'
git push
This pushes to the from-wiki repo on Forgejo. The
generator reads from the live filesystem, so git commits are for version
control — the UI updates from the files on disk.