docs(web): document test harness and runtime behavior updates#1527
Merged
tyler-dane merged 1 commit intomainfrom Mar 7, 2026
Merged
docs(web): document test harness and runtime behavior updates#1527tyler-dane merged 1 commit intomainfrom
tyler-dane merged 1 commit intomainfrom
Conversation
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
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.
Update existing docs to cover strict web test harness behavior (MSW defaults, version.json handler, floating-ui test setup), client version polling/update CTA flow, task drag-handle floating style guard, and repo-local Yarn cache usage in dev environments.
Note
Low Risk
Docs-only changes with no production code or configuration behavior modifications; risk is limited to potential developer confusion if instructions are inaccurate.
Overview
Updates developer docs to cover repo-local Yarn caching (
.yarn-cache) for cleaner CI/sandbox runs, and expands runtime documentation for client version polling + update CTA behavior plus the Day task drag-handle@floating-uipositioning guard.Improves navigability and testing guidance by extending the feature/file map and documenting the web Jest harness defaults (MSW strict unhandled-request failures, built-in
version.json/auth handlers, test globals) along with when to use the sharedfloating-uiJSDOM setup.Written by Cursor Bugbot for commit d36eabf. This will update automatically on new commits. Configure here.