Block a user
feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport
Addressed the review finding in da43620: all three implementations now track an upgrading flag — read(), write(), and a second upgradeTls() reject while an upgrade handshake is in flight…
feat(tsconnect/wasm): add upgradeTLS to wrapped conns
Reviewed alongside webnet/webnet#63 (the consumer of upgradeTLS). The Go side here looks correct in isolation, but flagging for context: the new wrapConn(tlsConn) returned by upgradeTLS…
feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport
Autonomous review
Read through both diffs (origin/main...HEAD here, and origin/webnet...HEAD in the tailscale submodule). The design is sound and the happy path (verified against…
WIP: feat(transport): add explicit TLS upgrade (STARTTLS / AUTH TLS) to RawTransport
WIP: feat(tsconnect/wasm): add upgradeTLS to wrapped conns
docs(agents): clarify CLAUDE.md symlink and tea mergeability output
docs(agents): clarify CLAUDE.md symlink and tea mergeability output
Reviewed the diff (git diff origin/main...HEAD). All three clarifications are accurate and match what I have observed in practice:
WIP: docs(agents): clarify CLAUDE.md symlink and tea mergeability output