docs: add wiki screenshots for core features
docs: comprehensive wiki audit and update to v0.48.5
- Home: v0.46.0 → v0.48.5, add OS kernel/VFS/TUI features
- Changelog: add v0.46.0 through v0.48.5 entries
- Architecture: add kernel/vfs/tui subsystems, expand agent loop
- TUI: complete rewrite from single-file to full framework
- Database-Migrations: fix all 22-033 migrations, add 034-037
- Pipeline-Hooks: add 3 missing hooks (dlp-guard, compliance, responsible-ai)
- Plugin-System: remove 4 nonexistent files, add deps/install pipeline
- Built-in-Tools: fix file_diff→file_redo, remove sandbox non-tools
- Observability: correct metric names and labels
- Code-Sandbox: remove nonexistent Docker image endpoints
- Service-Installation/Daemon-Supervisor: fix CLI commands
- Glossary: fix REST API paths, remove nonexistent endpoints
- Plus 20+ more accuracy fixes across all wiki pages
docs: update all CLI command references to new nested tree structure
Replaced ~93 old flat command references across 16 wiki pages.
CLI-Reference.md completely rewritten to show nested domain groups.
Command mappings:
chat → agent chat
tui → agent tui
serve → server start
run → sandbox run
update → self update
migrate → db migrate
start → daemon start
stop → daemon stop
restart → daemon restart
chrome-bridge → mcp chrome
a2a → mcp a2a
mcp-gateway → mcp gateway
docs: add GitHub Wiki branch with 43 curated pages
- Home.md: Welcome page with quick links and key features
- _Sidebar.md: Full navigation sidebar
- _Footer.md: Wiki footer with license info
- All core docs: Architecture, Request-Flow, Agent-Loop, Security
- All feature docs: LLM-Providers, Memory-System, Built-in-Tools, Voice-Pipeline
- All CLI/REST API references
- All plugin docs: System, Developing, Manifest-Reference, Best-Practices, Publishing
- Platform docs: Installation, Compatibility, Desktop-App, Service-Installation
- Dev guides: Contributing, Database-Migrations, Adding-a-Tool, Adding-an-LLM-Provider
- Operations: Daemon-Supervisor, Scheduler-and-Jobs, Dashboard, Observability
- Changelog and Security-Policy