[8/15] Docs: rewrite the files and websockets guides, add the v4-to-v5 migration guide - #161
Open
UnknownJoe796 wants to merge 1 commit into
Open
[8/15] Docs: rewrite the files and websockets guides, add the v4-to-v5 migration guide#161UnknownJoe796 wants to merge 1 commit into
UnknownJoe796 wants to merge 1 commit into
Conversation
UnknownJoe796
force-pushed
the
v53/engine-conformance
branch
from
July 29, 2026 22:54
ba49340 to
af9221d
Compare
UnknownJoe796
force-pushed
the
v53/docs-files-websockets
branch
from
July 29, 2026 22:54
4afc36f to
5bd3d6f
Compare
Rewrite docs/files.md to the v5 API: single UploadEarlyEndpoint with the upload-then-reference flow, jail/ready scanner quarantine, ServerFile in models, signed URLs, and the one-instance-per-server footgun. Replace the v4 HttpContent/FileObject examples with the TypedData/PublicFileSystem API and drop the removed Azure backend. Replace the docs/websockets.md TODO stub with real docs: WebSocketHandler lifecycle, pub/sub topics, MultiplexWebSocketHandler, typed ApiWebsocketHandler, and local vs AWS execution models. Add docs/migration-v4-to-v5.md covering the service-abstractions extraction, ServerBuilder / definition-vs-runtime split, dependency and import moves, and common pitfalls, deferring KiteUI client details to the ls5-kui7-migration skill. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> (cherry picked from commit 3c6c27e) (cherry picked from commit 5bd3d6f)
UnknownJoe796
force-pushed
the
v53/engine-conformance
branch
from
July 30, 2026 02:19
af9221d to
d8cf104
Compare
UnknownJoe796
force-pushed
the
v53/docs-files-websockets
branch
from
July 30, 2026 02:19
5bd3d6f to
d1b7d87
Compare
UnknownJoe796
changed the base branch from
v53/engine-conformance
to
version-5.3
July 30, 2026 02:24
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.
Rewrites the files and websockets guides and adds the v4-to-v5 migration guide. Documentation only.