Fix stale invisible-playwright-mcp references left over from the aihawk merge - #1255
Merged
Merged
Conversation
…wk merge
Seven leftovers found after the server moved into this package (0.10.0/0.11.0):
- A command wrapped across a line break in
docs/claude-computer-use-detected-as-bot.md escaped yesterday's blanket
replace (it matched "uvx invisible-playwright-mcp" on one line, not the
wrapped form), so it still told Claude Code to add the old package.
- Three pages (ai-browser-agent-local-llm.md, ai-browser-agent-open-source.md,
running-aihawk-with-cline.md) still named invisible-playwright-mcp as the
package or command, inconsistent with the rest of the docs, which say
aihawk.
- A dead anchor, repeated in both articles, pointed at a README heading that
no longer has that wording ("you already use an assistant that can run
tools" was reworded to "From your assistant, over MCP" days ago).
- One article's "Reproducing it" section gave the old command as a live
instruction (its "Recorded against" table nearby is correctly historical
and untouched).
- test_shim_contract.py's docstring described the old two-script contract
while the tests below it already checked the new one-command contract.
Historical references left alone: the dated version tables, the aihawk-do
removal notes, and the shim note in docs/mcp-server.md (correctly dated
"before 0.11.0").
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.
Seven leftovers found after the server moved into this package (0.10.0/0.11.0): a command wrapped across a line break that escaped a blanket replace, three pages still naming invisible-playwright-mcp where the rest of the docs say aihawk, a dead anchor repeated in two articles pointing at a reworded README heading, one live instruction that should have followed the update (its nearby historical table is untouched), and a test docstring describing the old two-script contract while the tests below it already checked the new one. Historical references (dated tables, aihawk-do removal notes, the shim note in mcp-server.md) left alone.