docs: batch 7 — learning-path coverage, gateway config files, session sync, migration pointer - #82193
Open
ewardGPT wants to merge 1 commit into
Open
docs: batch 7 — learning-path coverage, gateway config files, session sync, migration pointer#82193ewardGPT wants to merge 1 commit into
ewardGPT wants to merge 1 commit into
Conversation
… 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)
gateway-config.yamlreferences →config.yaml(channel_overrides, restart notifications, typing indicators).gateway-config.yaml→config.yamlfix (heading + prose).display.tool_progress: logmode 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.hermes backup/import,profile export/import,sessions export) — commands verified in CLI reference.Verification
gateway-config.yamldoes not exist in code —gateway/config.pyreads env > config.yaml > legacy gateway.json > defaults (verified from source docstring)