skills: document sightmapUploadUrl in tunnel-first flow#58
Merged
Conversation
live-tunnel now returns sightmapUploadUrl alongside relayUrl and connectionId. Update shared and tunnel skills so agents know to extract and use it in the tunnel-first flow. shared/SKILL.md: list all three upload URL sources (review-open, live-connect, live-tunnel) with their field names and response formats. Note timing: upload before live-view-new in tunnel flow, before review-view/review-diff in review/connect flows. tunnel/SKILL.md: add sightmapUploadUrl to the step 1 return values, insert a new step 2 for the sightmap upload, and show the field in the code example.
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
live-tunnelnow returnssightmapUploadUrlin its response, giving the tunnel-first flow a first-class path to upload sightmap definitions. Previously the only tools that issued a sightmap upload URL werereview-openandlive-connect— so agents using the tunnel-first flow (live-tunnel→tunnel-connect→live-view-new) had no documented upload path.shared/SKILL.md— sightmap upload section now lists all three source tools in a table with field names and response formats:review-opensightmap_upload_url:live-connectsightmap_upload_url:live-tunnelsightmapUploadUrlAlso clarifies timing: upload before
live-view-newin the tunnel flow, beforereview-view/review-diffin review/connect flows.tunnel/SKILL.md— tunnel-first flow steps updated:sightmapUploadUrlin the return values.sightmap/definitionssightmapUploadUrlin thelive-tunnelresponsePairs with cowpaths/mn#104010.