Conversation
- SECURITY.md pointed at `web-search-boundary.test.ts` and `claude-subscription-ipc-boundary.test.ts`, both deleted in apache#1851; name the tests that enforce the IPC token boundary today. - ARCHITECTURE.md described the Desktop conversation projection as "not yet implemented" while the linked document states it is implemented; the Chinese edition was also missing that reading-path entry. - docs/tui-live-ctx-updates.md still said "Status: design" after apache#4550 shipped `tui-context-refresh.ts`, and referenced `session-trace-refresh.ts` at its pre-move path. Generated-by: Claude 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
Four places in the current (non-archive) documentation point at things that no longer exist or describe a status that is no longer true:
SECURITY.md§2 and §4 citedapps/desktop/src/main/__tests__/web-search-boundary.test.tsandclaude-subscription-ipc-boundary.test.tsas the contract tests for the main→renderer token boundary. Both were deleted in test: improve test suite signal quality #1851. The section now names the tests that enforce it today:settings-ipc-helpers.test.ts(Tavily and bot credentials) andruntime-host-connections-ipc-main.test.ts(Connection credentials, including OAuth subscriptions and custom headers).ARCHITECTURE.mdreading paths described the Desktop conversation projection as "proposed … not yet implemented", while the linkeddocs/architecture/desktop-conversation-host-projection.zh-CN.mdopens with状态:已实施. Wording updated to match.ARCHITECTURE.zh-CN.mdwas missing that reading-path entry entirely (the one Chinese-only document was absent from the Chinese index). Added, keeping the two editions in step.docs/tui-live-ctx-updates.mdstill readStatus: designafter feat(cli): refresh the statusline ctx segment per settled provider request (#4545) #4550 shippedpackages/cli/src/tui-context-refresh.tsand wired it intopi-tui-runner.ts; it also referencedsession-trace-refresh.tsat its pre-move path. Status now says implemented and the path points atfeatures/workbar/tools/inspector/.No code changes.
Verification
node_modules,dist,website): 469 links, 0 broken, before and afterSECURITY.md,ARCHITECTURE*.md, anddocs/tui-live-ctx-updates.mdnow resolves to an existing filegit logthattui-context-refresh.tslanded in f4aae2a (feat(cli): refresh the statusline ctx segment per settled provider request (#4545) #4550) and that the two SECURITY.md test files were removed in 4e29c2e (test: improve test suite signal quality #1851)ARCHITECTURE.mdandARCHITECTURE.zh-CN.mdnow carry the same set of reading-path linksAI use
Select exactly one:
Tool(s) and scope: Claude Code — scanned the docs for stale paths/statuses, verified each against
git logand the current tree, and drafted the edits. Commit carries aGenerated-by: Claude Codetrailer.Checklist
Does this PR entail a change in behavior?