From 3a38f4c1d85470c17cc05981aa8b18ad1e66540b Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Wed, 13 May 2026 22:28:29 -0400 Subject: [PATCH] chore: add agent instructions to typescript templates --- typescript/agent-with-human-in-loop/AGENTS.md | 20 +++++++++++++++++++ typescript/agent-with-human-in-loop/CLAUDE.md | 1 + .../amazon-global-price-comparison/AGENTS.md | 20 +++++++++++++++++++ .../amazon-global-price-comparison/CLAUDE.md | 1 + typescript/amazon-product-scraping/AGENTS.md | 20 +++++++++++++++++++ typescript/amazon-product-scraping/CLAUDE.md | 1 + typescript/basic-caching/AGENTS.md | 20 +++++++++++++++++++ typescript/basic-caching/CLAUDE.md | 1 + typescript/basic-recaptcha/AGENTS.md | 20 +++++++++++++++++++ typescript/basic-recaptcha/CLAUDE.md | 1 + typescript/browser-agent-demo/AGENTS.md | 20 +++++++++++++++++++ typescript/browser-agent-demo/CLAUDE.md | 1 + typescript/browserbase-reducto/AGENTS.md | 20 +++++++++++++++++++ typescript/browserbase-reducto/CLAUDE.md | 1 + typescript/business-lookup/AGENTS.md | 20 +++++++++++++++++++ typescript/business-lookup/CLAUDE.md | 1 + typescript/company-address-finder/AGENTS.md | 20 +++++++++++++++++++ typescript/company-address-finder/CLAUDE.md | 1 + .../company-value-prop-generator/AGENTS.md | 20 +++++++++++++++++++ .../company-value-prop-generator/CLAUDE.md | 1 + typescript/context/AGENTS.md | 20 +++++++++++++++++++ typescript/context/CLAUDE.md | 1 + typescript/council-events/AGENTS.md | 20 +++++++++++++++++++ typescript/council-events/CLAUDE.md | 1 + .../download-financial-statements/AGENTS.md | 20 +++++++++++++++++++ .../download-financial-statements/CLAUDE.md | 1 + typescript/dynamic-form-filling/AGENTS.md | 20 +++++++++++++++++++ typescript/dynamic-form-filling/CLAUDE.md | 1 + typescript/exa-browserbase/AGENTS.md | 20 +++++++++++++++++++ typescript/exa-browserbase/CLAUDE.md | 1 + typescript/extend-browserbase/AGENTS.md | 20 +++++++++++++++++++ typescript/extend-browserbase/CLAUDE.md | 1 + typescript/form-filling/AGENTS.md | 20 +++++++++++++++++++ typescript/form-filling/CLAUDE.md | 1 + typescript/gemini-3-flash/AGENTS.md | 20 +++++++++++++++++++ typescript/gemini-3-flash/CLAUDE.md | 1 + typescript/gemini-cua/AGENTS.md | 20 +++++++++++++++++++ typescript/gemini-cua/CLAUDE.md | 1 + .../AGENTS.md | 20 +++++++++++++++++++ .../CLAUDE.md | 1 + typescript/gift-finder/AGENTS.md | 20 +++++++++++++++++++ typescript/gift-finder/CLAUDE.md | 1 + typescript/google-trends/AGENTS.md | 20 +++++++++++++++++++ typescript/google-trends/CLAUDE.md | 1 + typescript/image-url-download/AGENTS.md | 20 +++++++++++++++++++ typescript/image-url-download/CLAUDE.md | 1 + typescript/job-application/AGENTS.md | 20 +++++++++++++++++++ typescript/job-application/CLAUDE.md | 1 + typescript/license-verification/AGENTS.md | 20 +++++++++++++++++++ typescript/license-verification/CLAUDE.md | 1 + typescript/manual-mfa-with-contexts/AGENTS.md | 20 +++++++++++++++++++ typescript/manual-mfa-with-contexts/CLAUDE.md | 1 + typescript/mfa-handling/AGENTS.md | 20 +++++++++++++++++++ typescript/mfa-handling/CLAUDE.md | 1 + typescript/microsoft-cua/AGENTS.md | 20 +++++++++++++++++++ typescript/microsoft-cua/CLAUDE.md | 1 + typescript/nurse-verification/AGENTS.md | 20 +++++++++++++++++++ typescript/nurse-verification/CLAUDE.md | 1 + typescript/pickleball/AGENTS.md | 20 +++++++++++++++++++ typescript/pickleball/CLAUDE.md | 1 + typescript/playwright-mfa-handling/AGENTS.md | 20 +++++++++++++++++++ typescript/playwright-mfa-handling/CLAUDE.md | 1 + .../playwright/basic-recaptcha/AGENTS.md | 20 +++++++++++++++++++ .../playwright/basic-recaptcha/CLAUDE.md | 1 + .../quickstart-playwright/AGENTS.md | 20 +++++++++++++++++++ .../quickstart-playwright/CLAUDE.md | 1 + typescript/polymarket-research/AGENTS.md | 20 +++++++++++++++++++ typescript/polymarket-research/CLAUDE.md | 1 + typescript/proxies-weather/AGENTS.md | 20 +++++++++++++++++++ typescript/proxies-weather/CLAUDE.md | 1 + typescript/proxies/AGENTS.md | 20 +++++++++++++++++++ typescript/proxies/CLAUDE.md | 1 + .../puppeteer/quickstart-puppeteer/AGENTS.md | 20 +++++++++++++++++++ .../puppeteer/quickstart-puppeteer/CLAUDE.md | 1 + typescript/sec-filing-research/AGENTS.md | 20 +++++++++++++++++++ typescript/sec-filing-research/CLAUDE.md | 1 + .../selenium/quickstart-selenium/AGENTS.md | 20 +++++++++++++++++++ .../selenium/quickstart-selenium/CLAUDE.md | 1 + typescript/smart-fetch-scraper/AGENTS.md | 20 +++++++++++++++++++ typescript/smart-fetch-scraper/CLAUDE.md | 1 + typescript/website-link-tester/AGENTS.md | 20 +++++++++++++++++++ typescript/website-link-tester/CLAUDE.md | 1 + 82 files changed, 861 insertions(+) create mode 100644 typescript/agent-with-human-in-loop/AGENTS.md create mode 100644 typescript/agent-with-human-in-loop/CLAUDE.md create mode 100644 typescript/amazon-global-price-comparison/AGENTS.md create mode 100644 typescript/amazon-global-price-comparison/CLAUDE.md create mode 100644 typescript/amazon-product-scraping/AGENTS.md create mode 100644 typescript/amazon-product-scraping/CLAUDE.md create mode 100644 typescript/basic-caching/AGENTS.md create mode 100644 typescript/basic-caching/CLAUDE.md create mode 100644 typescript/basic-recaptcha/AGENTS.md create mode 100644 typescript/basic-recaptcha/CLAUDE.md create mode 100644 typescript/browser-agent-demo/AGENTS.md create mode 100644 typescript/browser-agent-demo/CLAUDE.md create mode 100644 typescript/browserbase-reducto/AGENTS.md create mode 100644 typescript/browserbase-reducto/CLAUDE.md create mode 100644 typescript/business-lookup/AGENTS.md create mode 100644 typescript/business-lookup/CLAUDE.md create mode 100644 typescript/company-address-finder/AGENTS.md create mode 100644 typescript/company-address-finder/CLAUDE.md create mode 100644 typescript/company-value-prop-generator/AGENTS.md create mode 100644 typescript/company-value-prop-generator/CLAUDE.md create mode 100644 typescript/context/AGENTS.md create mode 100644 typescript/context/CLAUDE.md create mode 100644 typescript/council-events/AGENTS.md create mode 100644 typescript/council-events/CLAUDE.md create mode 100644 typescript/download-financial-statements/AGENTS.md create mode 100644 typescript/download-financial-statements/CLAUDE.md create mode 100644 typescript/dynamic-form-filling/AGENTS.md create mode 100644 typescript/dynamic-form-filling/CLAUDE.md create mode 100644 typescript/exa-browserbase/AGENTS.md create mode 100644 typescript/exa-browserbase/CLAUDE.md create mode 100644 typescript/extend-browserbase/AGENTS.md create mode 100644 typescript/extend-browserbase/CLAUDE.md create mode 100644 typescript/form-filling/AGENTS.md create mode 100644 typescript/form-filling/CLAUDE.md create mode 100644 typescript/gemini-3-flash/AGENTS.md create mode 100644 typescript/gemini-3-flash/CLAUDE.md create mode 100644 typescript/gemini-cua/AGENTS.md create mode 100644 typescript/gemini-cua/CLAUDE.md create mode 100644 typescript/getting-started-with-browserbase/AGENTS.md create mode 100644 typescript/getting-started-with-browserbase/CLAUDE.md create mode 100644 typescript/gift-finder/AGENTS.md create mode 100644 typescript/gift-finder/CLAUDE.md create mode 100644 typescript/google-trends/AGENTS.md create mode 100644 typescript/google-trends/CLAUDE.md create mode 100644 typescript/image-url-download/AGENTS.md create mode 100644 typescript/image-url-download/CLAUDE.md create mode 100644 typescript/job-application/AGENTS.md create mode 100644 typescript/job-application/CLAUDE.md create mode 100644 typescript/license-verification/AGENTS.md create mode 100644 typescript/license-verification/CLAUDE.md create mode 100644 typescript/manual-mfa-with-contexts/AGENTS.md create mode 100644 typescript/manual-mfa-with-contexts/CLAUDE.md create mode 100644 typescript/mfa-handling/AGENTS.md create mode 100644 typescript/mfa-handling/CLAUDE.md create mode 100644 typescript/microsoft-cua/AGENTS.md create mode 100644 typescript/microsoft-cua/CLAUDE.md create mode 100644 typescript/nurse-verification/AGENTS.md create mode 100644 typescript/nurse-verification/CLAUDE.md create mode 100644 typescript/pickleball/AGENTS.md create mode 100644 typescript/pickleball/CLAUDE.md create mode 100644 typescript/playwright-mfa-handling/AGENTS.md create mode 100644 typescript/playwright-mfa-handling/CLAUDE.md create mode 100644 typescript/playwright/basic-recaptcha/AGENTS.md create mode 100644 typescript/playwright/basic-recaptcha/CLAUDE.md create mode 100644 typescript/playwright/quickstart-playwright/AGENTS.md create mode 100644 typescript/playwright/quickstart-playwright/CLAUDE.md create mode 100644 typescript/polymarket-research/AGENTS.md create mode 100644 typescript/polymarket-research/CLAUDE.md create mode 100644 typescript/proxies-weather/AGENTS.md create mode 100644 typescript/proxies-weather/CLAUDE.md create mode 100644 typescript/proxies/AGENTS.md create mode 100644 typescript/proxies/CLAUDE.md create mode 100644 typescript/puppeteer/quickstart-puppeteer/AGENTS.md create mode 100644 typescript/puppeteer/quickstart-puppeteer/CLAUDE.md create mode 100644 typescript/sec-filing-research/AGENTS.md create mode 100644 typescript/sec-filing-research/CLAUDE.md create mode 100644 typescript/selenium/quickstart-selenium/AGENTS.md create mode 100644 typescript/selenium/quickstart-selenium/CLAUDE.md create mode 100644 typescript/smart-fetch-scraper/AGENTS.md create mode 100644 typescript/smart-fetch-scraper/CLAUDE.md create mode 100644 typescript/website-link-tester/AGENTS.md create mode 100644 typescript/website-link-tester/CLAUDE.md diff --git a/typescript/agent-with-human-in-loop/AGENTS.md b/typescript/agent-with-human-in-loop/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/agent-with-human-in-loop/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/agent-with-human-in-loop/CLAUDE.md b/typescript/agent-with-human-in-loop/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/agent-with-human-in-loop/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/amazon-global-price-comparison/AGENTS.md b/typescript/amazon-global-price-comparison/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/amazon-global-price-comparison/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/amazon-global-price-comparison/CLAUDE.md b/typescript/amazon-global-price-comparison/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/amazon-global-price-comparison/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/amazon-product-scraping/AGENTS.md b/typescript/amazon-product-scraping/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/amazon-product-scraping/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/amazon-product-scraping/CLAUDE.md b/typescript/amazon-product-scraping/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/amazon-product-scraping/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/basic-caching/AGENTS.md b/typescript/basic-caching/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/basic-caching/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/basic-caching/CLAUDE.md b/typescript/basic-caching/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/basic-caching/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/basic-recaptcha/AGENTS.md b/typescript/basic-recaptcha/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/basic-recaptcha/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/basic-recaptcha/CLAUDE.md b/typescript/basic-recaptcha/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/basic-recaptcha/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/browser-agent-demo/AGENTS.md b/typescript/browser-agent-demo/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/browser-agent-demo/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/browser-agent-demo/CLAUDE.md b/typescript/browser-agent-demo/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/browser-agent-demo/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/browserbase-reducto/AGENTS.md b/typescript/browserbase-reducto/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/browserbase-reducto/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/browserbase-reducto/CLAUDE.md b/typescript/browserbase-reducto/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/browserbase-reducto/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/business-lookup/AGENTS.md b/typescript/business-lookup/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/business-lookup/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/business-lookup/CLAUDE.md b/typescript/business-lookup/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/business-lookup/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/company-address-finder/AGENTS.md b/typescript/company-address-finder/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/company-address-finder/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/company-address-finder/CLAUDE.md b/typescript/company-address-finder/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/company-address-finder/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/company-value-prop-generator/AGENTS.md b/typescript/company-value-prop-generator/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/company-value-prop-generator/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/company-value-prop-generator/CLAUDE.md b/typescript/company-value-prop-generator/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/company-value-prop-generator/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/context/AGENTS.md b/typescript/context/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/context/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/context/CLAUDE.md b/typescript/context/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/context/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/council-events/AGENTS.md b/typescript/council-events/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/council-events/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/council-events/CLAUDE.md b/typescript/council-events/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/council-events/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/download-financial-statements/AGENTS.md b/typescript/download-financial-statements/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/download-financial-statements/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/download-financial-statements/CLAUDE.md b/typescript/download-financial-statements/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/download-financial-statements/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/dynamic-form-filling/AGENTS.md b/typescript/dynamic-form-filling/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/dynamic-form-filling/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/dynamic-form-filling/CLAUDE.md b/typescript/dynamic-form-filling/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/dynamic-form-filling/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/exa-browserbase/AGENTS.md b/typescript/exa-browserbase/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/exa-browserbase/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/exa-browserbase/CLAUDE.md b/typescript/exa-browserbase/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/exa-browserbase/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/extend-browserbase/AGENTS.md b/typescript/extend-browserbase/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/extend-browserbase/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/extend-browserbase/CLAUDE.md b/typescript/extend-browserbase/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/extend-browserbase/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/form-filling/AGENTS.md b/typescript/form-filling/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/form-filling/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/form-filling/CLAUDE.md b/typescript/form-filling/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/form-filling/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/gemini-3-flash/AGENTS.md b/typescript/gemini-3-flash/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/gemini-3-flash/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/gemini-3-flash/CLAUDE.md b/typescript/gemini-3-flash/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/gemini-3-flash/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/gemini-cua/AGENTS.md b/typescript/gemini-cua/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/gemini-cua/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/gemini-cua/CLAUDE.md b/typescript/gemini-cua/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/gemini-cua/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/getting-started-with-browserbase/AGENTS.md b/typescript/getting-started-with-browserbase/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/getting-started-with-browserbase/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/getting-started-with-browserbase/CLAUDE.md b/typescript/getting-started-with-browserbase/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/getting-started-with-browserbase/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/gift-finder/AGENTS.md b/typescript/gift-finder/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/gift-finder/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/gift-finder/CLAUDE.md b/typescript/gift-finder/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/gift-finder/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/google-trends/AGENTS.md b/typescript/google-trends/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/google-trends/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/google-trends/CLAUDE.md b/typescript/google-trends/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/google-trends/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/image-url-download/AGENTS.md b/typescript/image-url-download/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/image-url-download/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/image-url-download/CLAUDE.md b/typescript/image-url-download/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/image-url-download/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/job-application/AGENTS.md b/typescript/job-application/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/job-application/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/job-application/CLAUDE.md b/typescript/job-application/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/job-application/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/license-verification/AGENTS.md b/typescript/license-verification/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/license-verification/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/license-verification/CLAUDE.md b/typescript/license-verification/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/license-verification/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/manual-mfa-with-contexts/AGENTS.md b/typescript/manual-mfa-with-contexts/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/manual-mfa-with-contexts/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/manual-mfa-with-contexts/CLAUDE.md b/typescript/manual-mfa-with-contexts/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/manual-mfa-with-contexts/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/mfa-handling/AGENTS.md b/typescript/mfa-handling/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/mfa-handling/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/mfa-handling/CLAUDE.md b/typescript/mfa-handling/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/mfa-handling/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/microsoft-cua/AGENTS.md b/typescript/microsoft-cua/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/microsoft-cua/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/microsoft-cua/CLAUDE.md b/typescript/microsoft-cua/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/microsoft-cua/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/nurse-verification/AGENTS.md b/typescript/nurse-verification/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/nurse-verification/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/nurse-verification/CLAUDE.md b/typescript/nurse-verification/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/nurse-verification/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/pickleball/AGENTS.md b/typescript/pickleball/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/pickleball/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/pickleball/CLAUDE.md b/typescript/pickleball/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/pickleball/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/playwright-mfa-handling/AGENTS.md b/typescript/playwright-mfa-handling/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/playwright-mfa-handling/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/playwright-mfa-handling/CLAUDE.md b/typescript/playwright-mfa-handling/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/playwright-mfa-handling/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/playwright/basic-recaptcha/AGENTS.md b/typescript/playwright/basic-recaptcha/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/playwright/basic-recaptcha/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/playwright/basic-recaptcha/CLAUDE.md b/typescript/playwright/basic-recaptcha/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/playwright/basic-recaptcha/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/playwright/quickstart-playwright/AGENTS.md b/typescript/playwright/quickstart-playwright/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/playwright/quickstart-playwright/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/playwright/quickstart-playwright/CLAUDE.md b/typescript/playwright/quickstart-playwright/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/playwright/quickstart-playwright/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/polymarket-research/AGENTS.md b/typescript/polymarket-research/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/polymarket-research/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/polymarket-research/CLAUDE.md b/typescript/polymarket-research/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/polymarket-research/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/proxies-weather/AGENTS.md b/typescript/proxies-weather/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/proxies-weather/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/proxies-weather/CLAUDE.md b/typescript/proxies-weather/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/proxies-weather/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/proxies/AGENTS.md b/typescript/proxies/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/proxies/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/proxies/CLAUDE.md b/typescript/proxies/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/proxies/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/puppeteer/quickstart-puppeteer/AGENTS.md b/typescript/puppeteer/quickstart-puppeteer/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/puppeteer/quickstart-puppeteer/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/puppeteer/quickstart-puppeteer/CLAUDE.md b/typescript/puppeteer/quickstart-puppeteer/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/puppeteer/quickstart-puppeteer/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/sec-filing-research/AGENTS.md b/typescript/sec-filing-research/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/sec-filing-research/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/sec-filing-research/CLAUDE.md b/typescript/sec-filing-research/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/sec-filing-research/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/selenium/quickstart-selenium/AGENTS.md b/typescript/selenium/quickstart-selenium/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/selenium/quickstart-selenium/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/selenium/quickstart-selenium/CLAUDE.md b/typescript/selenium/quickstart-selenium/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/selenium/quickstart-selenium/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/smart-fetch-scraper/AGENTS.md b/typescript/smart-fetch-scraper/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/smart-fetch-scraper/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/smart-fetch-scraper/CLAUDE.md b/typescript/smart-fetch-scraper/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/smart-fetch-scraper/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/typescript/website-link-tester/AGENTS.md b/typescript/website-link-tester/AGENTS.md new file mode 100644 index 00000000..11a7be6e --- /dev/null +++ b/typescript/website-link-tester/AGENTS.md @@ -0,0 +1,20 @@ +# Stagehand Project + + + +Before any Stagehand work, find and read the relevant doc in `node_modules/@browserbasehq/stagehand/dist/docs/`. The installed package docs are the source of truth for this project's Stagehand version. + +Useful starting points: + +- `node_modules/@browserbasehq/stagehand/dist/docs/index.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/first-steps/quickstart.md` +- `node_modules/@browserbasehq/stagehand/dist/docs/v3/references/stagehand.md` + +Useful searches: + +```bash +rg "stagehand\\.act|stagehand\\.extract|stagehand\\.observe|stagehand\\.agent" node_modules/@browserbasehq/stagehand/dist/docs +rg "env:|model:|browserbaseSession" node_modules/@browserbasehq/stagehand/dist/docs +``` + + diff --git a/typescript/website-link-tester/CLAUDE.md b/typescript/website-link-tester/CLAUDE.md new file mode 100644 index 00000000..43c994c2 --- /dev/null +++ b/typescript/website-link-tester/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md