Remove the legacy notes about aihawk-do's removal and the dated version tables - #1256
Merged
Merged
Conversation
…on tables
Historical asides that outlived their usefulness, at the owner's request:
- The "Recorded against" version tables in both articles (invisible-playwright-mcp
0.3.0, engine firefox-26, dated 2026-09-03/04) - the "Reproducing it" section
right below each one already gives a working command, and the table added a
stale snapshot nobody needed to reproduce it.
- Every code comment and test docstring explaining that `aihawk do` /
`runner.drive` was removed on 2026-09-03 (agent.py, link.py, runner.py,
test_key_isolation.py, test_real_cli.py, test_cli_surface.py). Where the
surrounding paragraph carried a real architectural point (why run_task still
exists, why the loop has one consumer, what test_real_cli.py actually proves),
it is kept, rephrased without naming the removed command.
- The PyPI-shim compatibility sentence in docs/mcp-server.md
("invisible-playwright-mcp lives on... before 0.11.0 keeps working
unchanged") - the shim's own README, on the archived package, already
documents this in full.
Two more inaccuracies caught while touching this code, both stale references
to the removed `drive`: test_ui_drive.py compared its spawn to
`aihawk.runner.drive`, which does not exist, and named a dead
`pkg-cli/tests/` path in its run-it-yourself line; test_agent_loop.py made the
same comparison. Both now describe what actually spawns the server today.
…sion gate treats as shipped
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.
Historical asides that outlived their usefulness, at the owner's request: the dated Recorded against version tables in both articles (the Reproducing it section right below each already gives a working command), and every code comment/test docstring explaining that aihawk-do/runner.drive was removed on 2026-09-03. Where a paragraph carried a real architectural point it is kept, rephrased without naming the removed command. Also fixed two stale references caught along the way: test_ui_drive.py and test_agent_loop.py compared their spawn to aihawk.runner.drive, which no longer exists, and test_ui_drive.py named a dead pkg-cli/tests path.