Skip to content

docs: batch 7 — learning-path coverage, gateway config files, session sync, migration pointer - #82193

Open
ewardGPT wants to merge 1 commit into
NousResearch:mainfrom
ewardGPT:docs/audit-fixes-batch7
Open

docs: batch 7 — learning-path coverage, gateway config files, session sync, migration pointer#82193
ewardGPT wants to merge 1 commit into
NousResearch:mainfrom
ewardGPT:docs/audit-fixes-batch7

Conversation

@ewardGPT

@ewardGPT ewardGPT commented Aug 9, 2026

Copy link
Copy Markdown

Summary

Seventh batch from the full docs audit (all 200 pages, 142 findings). Independent of PRs #82150 / #82174 / #82182 — cut from upstream/main.

Changes (9 files, +68/-11)

  • learning-path.md: added Goals, Kanban, Web Dashboard, ACP/IDE, Voice Mode, Wake Word to "Key Features at a Glance" (all feature pages verified to exist); added "Coming from OpenClaw?" pointer to the migration guide (previously unadvertised).
  • messaging/index.md: added a note that A2A + Webhooks are event/passthrough surfaces, not chat platforms (they had no comparison-table rows); fixed 3 phantom gateway-config.yaml references → config.yaml (channel_overrides, restart notifications, typing indicators).
  • irc.md: same gateway-config.yamlconfig.yaml fix (heading + prose).
  • configuration.md: documented display.tool_progress: log mode and indexed the platform-page-only display keys (reasoning_style, live_status, status_phrases, memory_notifications, busy_ack_*, cleanup_progress, background_process_notifications) with pointers to their owning pages.
  • sessions.md: "Moving to a new machine" tip (hermes backup/import, profile export/import, sessions export) — commands verified in CLI reference.
  • fix-masked-phones.py: masked-phone sweep re-applied to this upstream-based branch (4 files) — upstream/main never received the original sweep.

Verification

  • All 6 new learning-path links resolve to existing pages
  • gateway-config.yaml does not exist in code — gateway/config.py reads env > config.yaml > legacy gateway.json > defaults (verified from source docstring)
  • backup/import/profile-export/sessions-export commands confirmed in CLI reference
  • Masked-phone scan clean (0 remaining); llms.txt generator rebuilds clean

… sync, migration pointer

Seventh batch from the docs audit — discoverability and accuracy fixes.

- learning-path.md: add Goals, Kanban, Web Dashboard, ACP/IDE, Voice Mode,
  Wake Word rows to "Key Features at a Glance" (all pages verified to exist);
  add "Coming from OpenClaw?" pointer to migrate-from-openclaw guide.
- messaging/index.md: add note that A2A + Webhooks are event/passthrough
  surfaces, not chat platforms (they had no comparison-table rows); fix
  gateway-config.yaml -> config.yaml (3 refs: channel_overrides, restart
  notifications, typing indicators) — gateway/config.py reads config.yaml +
  legacy gateway.json only, gateway-config.yaml exists nowhere in code.
- irc.md: same gateway-config.yaml -> config.yaml fix (Option A heading).
- configuration.md: document display.tool_progress "log" mode + index the
  platform-page-only display keys (reasoning_style, live_status,
  status_phrases, memory_notifications, busy_ack, cleanup_progress,
  background_process_notifications) with pointers — all verified present in
  code.
- sessions.md: add "Moving to a new machine" tip (hermes backup/import,
  profile export/import, sessions export) — commands verified in CLI ref.
- fix-masked-phones.py: masked phone sweep re-applied to this upstream-based
  branch (4 files) — upstream/main never received the original sweep.

Verified: all 6 new learning-path links exist; backup/import/profile
export/sessions export commands in CLI reference; gateway config precedence
from gateway/config.py docstring (env > config.yaml > legacy gateway.json >
defaults); display keys present in code.
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants