- src/mediawiki.py: MediaWiki API client with login, edit, and draft approval support
- wiki_scripts/install_gadgets.py: Bot-based script to install draft approval gadgets
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The LLM analysis step was taking too long and causing 524 errors.
Now returns immediately and processes in background.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- RAG-based chat with 39k wiki articles (232k chunks)
- Article ingress pipeline for processing external URLs
- Review queue for AI-generated content
- FastAPI backend with web UI
- Traefik-ready Docker setup for p2pwiki.jeffemmett.com
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>