Deprecated shim that delegates scraping to browser-extract while emitting a deprecation notice; removed in plugin v0.3.0.
Tasks
Migrate existing invocations from /browser-scrape <url> to /browser-extract <url> before upgrading to plugin v0.3.0 where this shim is removed entirely
Encode any specific extraction shapes previously depended upon by porting them to browser-extract using the --template <name> flag
Inputs
<url>
Outputs
Deprecation notice emitted to stderr
Redirection of execution to browser-extract
Limitations and checks
Deprecated since plugin v0.2.0 and removed entirely in v0.3.0
No behavior is preserved beyond the redirect to browser-extract
Specific extraction shapes formerly relied upon are not maintained and must be re-encoded using --template
Confirm that the deprecation notice appears in the agent transcript when invoking browser-scrape
Verify that the shim successfully delegates execution to browser-extract without silent failure
Audit existing invocations to ensure none depend on extraction output shapes that have not yet been ported to browser-extract via --template