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.
9f60f86
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
6cae7df
docs: expand M31A to M31 Autonomous on first mention in all 21 wiki pages
Every wiki page that references the product now introduces the full name
"M31 Autonomous (M31A)" on first mention for brand recognition. Also
fixes install.sh URLs from /main/ to /master/ branch.
2fec9ee
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.
db96fc7
doc: create first wiki page
c03cec2