- tasks.md: Simplified for end users (no code, no HTMX)
- README.md (apps): Clean user-friendly app guide
- api-possibilities.md: New chapter for bot builders with API integration examples
- SUMMARY.md: Added API Possibilities link
- Create maintenance chapter with component update guides
- Add updating-components.md with step-by-step procedures for all stack components
- Add component-reference.md with versions, URLs, checksums, and alternatives for each service
- Add security-auditing.md with cargo audit, CVE monitoring, Trivy/Grype scanning
- Add backup-recovery.md with full backup/restore procedures
- Add troubleshooting.md for common issues and solutions
- Update SUMMARY.md with new chapter entry
- Add new section 'Configuring Local Development Access' after Quick Start
- Document IP-based access as default (zero configuration)
- Document optional hostname access via hosts file or CoreDNS
- Use standardized component names: tables, drive, cache, vectordb
- Include code examples for Python, Node.js, and Rust mTLS
- Add troubleshooting and certificate trust instructions
- Created src/17-testing/ chapter with complete testing documentation
- Added README.md - testing overview and structure
- Added e2e-testing.md - comprehensive E2E testing guide (447 lines)
- Added architecture.md - testing architecture and patterns (410 lines)
- Updated SUMMARY.md to include Part XIV - Testing
- All E2E testing documentation now centralized in botbook
- Developers refer to botbook and test PROMPT.md, not scattered files
- Update all model references across 14+ documentation files
- GPT-4.1 → GPT-5, GPT-5 mini
- Claude Sonnet/Opus → Claude Sonnet 4.5, Claude Opus 4.5
- DeepSeek-R1 → DeepSeek-R3
- Add Template: Attendance CRM to SUMMARY.md
- Update attendant.csv docs with multi-channel columns
- Update TASKS.md with completed model updates
New Documentation:
- chapter-11-features/attendant-llm-assist.md - Full guide for AI copilot features
- chapter-11-features/transfer-to-human.md - Human handoff and needs_human flag
Updated Documentation:
- executive-vision.md - Added investor highlights, competitive advantages, LLM assist overview
- SUMMARY.md - Added new chapters
- appendix-external-services/README.md - Added CRM/attendant config options
- appendix-external-services/llm-providers.md - Updated model names to current/generic
- chapter-02/gbai.md - Updated model name examples
Features Documented:
- needs_human flag and how it routes messages
- WhatsApp attendant commands (/queue, /tips, /polish, etc.)
- All 5 LLM assist features with config.csv options
- Analytics and insights APIs
- Troubleshooting guide