Chapter Verification Checklist — September 2026 sweep

Tracked checklist for the verify-or-remove sweep (#1378). One row per chapter. A chapter is Done when every page in it has been read against its authority (see botbook/AGENTS.md → “Where the truth lives”) and either left as verified, corrected, or stripped of unverifiable claims.

Counts are generated from the repository (find botbook/src -name '*.md') — regenerate them rather than editing by hand.

ChapterPagesStatusLast verifiedNotes
01-getting-started7✅ Done2026-09Install, first bot, channels — steps re-run against the current bootstrap
02-architecture-packages44✅ Done2026-09Crate layout audited against botserver/crates/*/; component diagrams regenerated
03-knowledge-ai34✅ Done2026-09hybrid-search.md rewritten from kb_context/ + botqdrant; whats-new.md retired to a pointer; model tables de-staled
04-basic-scripting144✅ Done2026-09Every keyword cross-checked against botserver/src/basic/keywords/; fabricated keywords removed
05-multi-agent8✅ Done2026-09Orchestration docs match the shipped pipeline
06-channels22✅ Done2026-09Provider pages updated; model comparison refreshed (2026 landscape, verified-dated)
07-user-interface105✅ Done2026-09All 73 catalog apps aligned + maturity markers (#1373, #1375); SVGs re-shot (#1374)
08-rest-api-tools68✅ Done2026-09Routes verified against handlers
09-security26✅ Done2026-09Checklists match shipped guards (sql_guard, SafeCommand, rate limits)
10-configuration-deployment16✅ Done2026-09Vault paths + config keys verified against code
11-hardware-scaling8✅ Done2026-09Sizing pages updated
12-ecosystem-reference45✅ Done2026-09Comparison matrix refreshed: OpenClaw + OpenAI Frontier added (#1376); ROADMAP split shipped/planned to 2027 (#1377)
13-ai-os8✅ Done2026-09Roadmap-initiative content separated from reference content
Root pages (SUMMARY, README, features…)8✅ Done2026-09
Total545Baseline was 531 pages; the count grows with the book

Generated numbers — do not hand-edit

FactValueSource
Pages545find botbook/src -name '*.md' | wc -l
Suite apps in catalog73scripts/docs_suite_apps_status.py
Apps documented / missing73 / 0same
Screen SVGs73same

Guards (must pass before any botbook commit)

python3 scripts/docs_link_check.py            # 0 broken/unpublished links
python3 scripts/docs_summary_sync.py --check  # SUMMARY.md complete
python3 scripts/docs_component_versions.py --check
python3 scripts/docs_suite_apps_status.py     # regenerates; expect zero diff
python3 scripts/docs_suite_svg_audit.py       # SVG version claims