docs: add wiki screenshots for core features
docs: sync wiki for v0.49.0 — 6-package structure, modularization, new features
- Update Home to v0.49.0 with AI agent OS terminology
- Rewrite Architecture to reflect 6-package layout (core/gate/ai/server/infra/cli)
- Add changelog entries for 0.45.4 through 0.49.0
- Update Agent Loop for 7-stage modular decomposition
- Update all 40+ pages with new package-based source paths
- Update Glossary from in-memory to DB-persisted
- Update AgentLint from standalone page to Agents tab
- Update Memory System with graph visualization, episodic fixes
- Rewrite TUI from old single-file to modern component framework
- Update Database-Migrations count 33→40 with new migrations
- Update all contributing/adding guides with correct paths
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