Map lib/src/remote/direct and the sidecar's node-datachannel addon in AGENTS.md - #632
Draft
dormouse-bot wants to merge 1 commit into
Draft
Map lib/src/remote/direct and the sidecar's node-datachannel addon in AGENTS.md#632dormouse-bot wants to merge 1 commit into
dormouse-bot wants to merge 1 commit into
Conversation
Deploying mouseterm with
|
| Latest commit: |
278083f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ab8786bc.mouseterm.pages.dev |
| Branch Preview URL: | https://fix-agents-md-direct-path.mouseterm.pages.dev |
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.
lib/src/remote/direct/has been the shared half of the WebRTC direct path since #613, and AGENTS.md's architecture map does not mention it. An agent navigating the repo from that map — which is what the map is for — seesburrow/,client/,pocket-app/, andws.tsunderlib/src/remote/and has no reason to look for the ~1,900 lines that implement the cutover, the peer wrapper, and the per-session endpoint both ends run.Two lines change:
lib/src/remote/gainsdirect/, described as the direct path both ends run (the endpoint, peer, and cutover are one implementation shared by the Client and the Burrow, which is the fact the map should carry).standalone/sidecar/now saysnode-datachannelbesidenode-pty. The sidecar picked up a second native addon in the same change —standalone/sidecar/package.jsondeclares it and six prebuilt platform packages — so "Node.js PTY manager (native PTY via node-pty)" is no longer the whole of what ships there.Documentation only, so there is no regression test.
node scripts/spec-lint.mjspasses on the branch, including the path-existence check on the newlib/src/remote/direct/reference; AGENTS.md lands at 3341 words against its 3350 budget, soscripts/spec-word-budgets.jsonis unchanged.