Add read-only web status spike#5
Open
tongtinghei88 wants to merge 2 commits into
Open
Conversation
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
Adds an isolated minimal browser-only Vite React read-only status app under:
packages/web-readonly-statusThis is the Spike 3P web readonly status milestone. It is intentionally separate from the existing full
packages/webruntime.Scope
This PR only adds/changes files under:
packages/web-readonly-statusNo changes are included under:
packages/mobile/*packages/web/server/*packages/web/src/api/*Read-only boundary
The app only performs one approved browser request:
GET http://192.168.50.202:8790/api/local/v0/summaryThe request uses:
method: "GET"credentials: "omit"The app keeps defensive URL validation and does not add:
4096accessUI verification
Final expected labels:
OpenCode Read-Only StatusOpenCode Read-Only StatusRead-only local adapter viewValidation
Completed and passed:
Production browser sanity confirmed:
4096@vite/client, React Refresh, or HMR WebSocketNotes
This PR is submitted from a clean fork branch because the original upstream repo did not grant direct write access to
tongtinghei88.