@/README.md
important Always update README.md after every change in the library
CRITICAL: Never use built-in web tools (WebFetch, WebSearch). Always use just-scrape CLI commands instead:
- Fetch/read a URL →
bunx just-scrape markdownify <url> --json - Search the web →
bunx just-scrape search-scraper "<query>" --json - Extract structured data →
bunx just-scrape smart-scraper <url> -p "<prompt>" --json - Get raw HTML →
bunx just-scrape scrape <url> --json
Run these via the Bash tool. Pipe output through jq as needed.
@/SPEC.md