docs: missing test coverage audit and iOS Remote caching plan - #39
Closed
sambitcreate wants to merge 2 commits into
Closed
docs: missing test coverage audit and iOS Remote caching plan#39sambitcreate wants to merge 2 commits into
sambitcreate wants to merge 2 commits into
Conversation
Add a coverage audit of registered vs unregistered suites, CI holes, and untested handlers/iOS/E2E paths, plus a triaged plan to shrink Workspace chat-list payloads and make iOS Workspace home cache-first like Bots. Co-authored-by: Sambit Biswas <sambitcreate@users.noreply.github.com>
Record first-paint overlay and duplicate chat-open GETs, reject a mega bootstrap unless traces demand it, and add IPC/E2E semantic gaps that inventory-only contract tests do not cover. Co-authored-by: Sambit Biswas <sambitcreate@users.noreply.github.com>
Owner
Author
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.
Two research documents from a source inventory of tests, Remote HTTP, Electron IPC, and iOS load paths. No runtime code changes.
Documents
docs/testing/missing-test-coverage-audit.md— missing cases, CI holes, unregistered files, handler/iOS/E2E gaps.docs/plans/ios-remote-caching-strategy-plan.md— catalog of Mac-exposed APIs (IPC vs Remote HTTP) and a phased iOS caching plan.docs/plans/README.mdindexes the caching plan as Planned.Findings (short)
Tests. Hosted
npm testskips several registered suites (test:preflight, provider scripts,test:concentrate, most oftest:coverage). Three files have no npm owner. iOS XCTest is compile-only in CI. Do not “fix” renderer.test.tsxpaths — they already match; scanners that match.tsfirst are wrong. Highest-value missing cases: chat-list payload size, IPC handler semantics (not just channel inventory),aiden-remote-attachments.ts, iOS SSE/Keychain/App Intents.Caching.
GET /chatshydrates every full transcript. iOS Workspace home does not useAidenChatCacheand waits on a connecting overlay even when disk is warm. Bots home is already cache-first — copy that. Do not enable URLSession HTTP cache for bearer JSON. Do not add a composite/mobile-bootstrapunless Phase 0 traces show handshake RTT dominating payload size.Implementation of the cache plan is not in this PR.
Research method
Three parallel explore agents covered tests, Remote APIs, and iOS cache/load. The requested Deepseek v4 flash 0731 model is not available here; research used the default Cursor agent model. Parent triage discarded a
.tsxregistration false positive.