docs(dispatch): correct dispatch-composer-evidence.md and headless-dispatch design.md - #78
Merged
Merged
Conversation
…spatch design.md Five small corrections to the docs landed in #77 (merged as 2fcd42c), no expansion, no product source changes: - Replace the evidence doc's own stale BACKLOG.md line-209 citation with a heading-anchor link to "Dispatch loses whole 1 KiB chunks from the head of a long prompt" (currently line 243), so it survives future line drift instead of going stale again. design.md's own "209" citation is left untouched: it is pinned to historical commit 2907adf by the file's existing convention and was accurate for that commit. - Correct "#![cfg(target_os = "linux")] and will not compile elsewhere" to "compiles to an empty crate on any other platform rather than failing to compile": the cfg attribute empties the module, it does not block compilation. - Correct the Invocation section: no model request is made because the fixture never submits the prompt, not because of the -s read-only -a never flags (those are additional insurance, not the actual reason). - Correct Shared::prompt_limit to SessionManager::prompt_limit in design.md (impl SessionManager at lib.rs:591 owns prompt_limit at lib.rs:631; there is no Shared type at that location). - Remove the one em dash in design.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NUFXMx3cG7t89s51BtU8VW
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.
What changed and why
Five small corrections to two docs landed in #77 (dispatch-composer-evidence.md, headless-dispatch/design.md), no expansion, no product source touched:
BACKLOG.mdline-209 citation replaced with a heading-anchor link to the "Dispatch loses whole 1 KiB chunks..." entry (currently line 243), so it survives future line drift. design.md's own "209" citation is left as-is: it's pinned to historical commit2907adfby the file's existing convention and was accurate for that commit.#![cfg(target_os = "linux")]and will not compile elsewhere" corrected to "compiles to an empty crate on any other platform rather than failing to compile."-s read-only -a neverflags.Shared::prompt_limitcorrected toSessionManager::prompt_limitin design.md (verified againstimpl SessionManageratlib.rs:591).Cross-model review
See CONTRIBUTING.md for the full process. Summary here:
Verification
cargo testrun locally: not applicable: docs-only change, no source touchedpnpm buildrun locally: not applicable: docs-only change, no source touchedSecurity impact
Scope
Docs-only, 2 files changed (13 insertions, 7 deletions). Diff was reviewed and approved by root before this commit was made, per the recovery task's own precommit-review requirement.
🤖 Generated with Claude Code
https://claude.ai/code/session_01NUFXMx3cG7t89s51BtU8VW