docs: add Mermaid diagrams, metrics page, and document new features
Replace all ASCII art diagrams with Mermaid.js across 7 pages.
Add Metrics & Observability page for pkg/metrics package.
Document intent classification, research phase, chunked planning,
coverage gates, and ship preflight in Six-Phase-Workflow.
Fix Edit tool risk level (medium → dangerous), update Grep with
ring buffer streaming and ReDoS protection, add O(1) dedup notes
to Code-Intelligence and Prompt-History pages.
docs: update wiki for v1.1.0 release
- Add NVIDIA-NIM-Provider.md page
- Add Command-Palette.md page
- Add Chat-History.md page
- Add CodeComplexity-Tool.md page
- Add Mouse-Support.md page
- Update Home.md: v1.1.0, 31 screens, new page links
- Update Provider-System.md: NVIDIA NIM section, 3-provider registration
- Update Terminal-UI.md: 31 screens, mouse support, command palette
- Update Slash-Commands.md: /complexity analysis command
- Update Tools-System.md: CodeComplexity tool
- Update Architecture.md: nvidia/ directory, DefaultNvidiaBaseURL constant
- Update Keybindings.md: mouse support section
- Update Error-Handling.md: HTTPStatusError, improved provider error detection
docs: add comprehensive 24-page wiki covering entire codebase
Covers architecture, six-phase workflow, tools system, provider system,
subagents, task runner, prompt system, code intelligence (4 language
parsers), token estimation, git integration, terminal UI (29 screens),
session management, prompt history, public packages, security model,
error handling, logging, file utilities, configuration reference,
slash commands, keybindings, and development guide.
doc: create first wiki page