docs: add auto-tune, consensus_mode, chat_template to Configuration.md (#57)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: backend presets, flash_attn values, ROCm multi-GPU troubleshooting
- Configuration.md: add backend presets table, extra_args/env reference,
flash_attn string value docs
- Troubleshooting.md: add ROCm multi-GPU hangs section with fix guidance
- CLI-Reference.md: document non-interactive tightwad init flags
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: document Docker healthcheck and log volume in Architecture and Configuration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: replace nonexistent Qwen3-72B with Qwen3-32B across wiki
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add Docker, env var config, and tightwad init documentation
- Home: add Getting Started quick paths (Docker + init), update page descriptions
- Architecture: add Docker deployment section with diagram and design decisions
- Configuration: add env var config reference table, Docker deployment guide,
Mac/Docker Desktop notes, tightwad init cross-reference
- CLI-Reference: add tightwad init section with full example output
- Troubleshooting: add Docker issues (LAN access, config not found, port
conflicts), tightwad init issues (no servers, wrong subnet, scan timeout,
single server, wrong model names)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add logs command, chat inline stats, and doctor config validation
- CLI-Reference: add logs command section, config validation table,
update chat section with inline stats example
- Configuration: add Validation and Logging sections
- Speculative-Decoding: add Chat Inline Stats section
- Troubleshooting: update coordinator debug to use tightwad logs,
add config validation warnings section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add combined mode to wiki pages
Add speculation-over-RPC-pool documentation to Architecture, Configuration,
and Speculative-Decoding wiki pages. Includes benchmark results, config
examples, and critical requirement that llamacpp backend is needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update wiki with multi-drafter parallelism docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all wiki pages for tightwad rename
Replace all Hydra/Specula references with Tightwad across all 9 pages.
Preserves speculative/speculation as English words.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add speculative decoding proxy documentation
New page: Speculative-Decoding.md — algorithm, architecture, backends,
API endpoints, verification modes, use cases, tested configurations.
Updated: Home (two modes overview), Architecture (proxy section + PID table),
CLI-Reference (proxy start/stop/status), Configuration (full proxy YAML
reference), OpenClaw-Integration (proxy provider registration),
Troubleshooting (proxy-specific issues).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add wiki pages: architecture, hardware, config, CLI, troubleshooting, networking, OpenClaw