docs: fix documentation/code inconsistencies, audit round 3 (#36051 salvage) - #65539
Merged
Conversation
Cross-checked website/docs against the source at main HEAD and corrected documented commands, env vars, config keys, headers, and default values that don't match the code. Docs-only; no behavioral changes. Refs #36048 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PR #36051's values went stale since May 31: session-store SCHEMA_VERSION is now 21 (PR said 14), and the dashboard ships 8 built-in themes (PR said 7). Also document the v16/v18/v20 data migrations added since.
teknium1
force-pushed
the
salvage/36051-docs-audit-r3
branch
from
July 16, 2026 11:41
d2738cc to
3ccefb7
Compare
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
Docs audit round 3: reconciles documentation with actual code across 17 files — stale constants, wrong defaults, nonexistent env vars, and command-surface drift.
Salvage of #36051 by @kocaemre (rounds 1 #22784 and 2 #22858 both merged) — original branch was CONFLICTING. Cherry-picked with authorship preserved; every conflicted hunk re-verified against current code (code is the source of truth), then refreshed values that drifted since the PR was opened.
Changes
TERMINAL_ENV(notTERMINAL_BACKEND),hermes authsubcommand list (incl.spotify, nologin),hermes pairing approve(nogateway pair),DEFAULT_MINIMAX_MODEL speech-02-hd,SMS_WEBHOOK_HOSTdefault127.0.0.1, removal of nonexistentX-Hermes-Modelheader +HERMES_CORE_TOOLSenv row, image-gen model list.SCHEMA_VERSION14→21 (+ v16/v18/v20 migration notes), dashboard themes 7→8 (Nous Blue row kept).HERMES_MD_NAMESenv-var row (no such env var —_HERMES_MD_NAMESis an internal constant), staleHERMES_WRITE_SAFE_ROOT"requires approval" wording (code hard-denies).scripts/release.py: AUTHOR_MAP entry.Validation
Docs-only + one AUTHOR_MAP line. Touched pages MDX-compile;
environment-variables.mdhas a pre-existing compile quirk identical on unmodified main (not introduced here).Infographic