feat(browser): 動線を3段にし、実 Chromium の役を terminal-browser に渡す - #515
Merged
Conversation
#514 で 4 段と書いたのは整理を誤っていた。1 と 2 はコストの階段だが、3 と 4 は どちらも実 Chromium で重さがほぼ同じで、分かれ目は「見せるか見せないか」 だった。梯子ではなく、2 段の下に枝が生えている形。 terminal-browser に寄せる。3 段に畳んで、Helium は動線から外す。 1. WebFetch 2. Lightpanda (9223 / MCP 8932) — 裏で回す既定、14MB 3. terminal-browser — 実 Chromium、必ず見える 8931 の playwright-mcp は撤去した。繋ぐ相手が居なくなるため。terminal-browser も CDP は出しているが、**ポートが起動のたび変わる** (実測 53218 → 53337) ので固定の --cdp-endpoint では掴めない。あれは `terminal-browser action` で駆動するのが 正しい入口。 Helium 自体は残す。ヘッドレスで WebGL とスクリーンショットが要る検証 (vrma-lab の scripts/chrome-lab.sh) がまだそこに依存していて、Lightpanda は レンダラを持たず、terminal-browser は必ず見えてしまうので代われない。 動線には出てこないもの、という位置づけを CLAUDE.md に明記した。
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.
#514 で4段と書いたのは整理を誤っていた。1と2はコストの階段だが、3と4はどちらも実 Chromium で重さがほぼ同じで、分かれ目は「見せるか見せないか」だった。梯子ではなく、2段の下に枝が生えている形。
terminal-browser に寄せて3段に畳む。
8931 の playwright-mcp を撤去
繋ぐ相手が居なくなるため。terminal-browser も CDP は出しているが、ポートが起動のたび変わる(実測 53218 → 53337)ので固定の
--cdp-endpointでは掴めない。あれはterminal-browser action -- snapshot|click|fill|evalで駆動するのが正しい入口。Helium は残す(動線からは外す)
ヘッドレスで WebGL とスクリーンショットが要る検証(vrma-lab の
scripts/chrome-lab.sh)がまだそこに依存している。Lightpanda はレンダラを持たず、terminal-browser は必ず見えてしまうので代われない。「動線には出てこないもの」という位置づけを CLAUDE.md に明記した。