diff --git a/AGENTS.md b/AGENTS.md index 11445bf6f..2c31ce9a3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,14 +2,14 @@ IMPORTANT: Prefer retrieval-led reasoning. Read relevant docs before generating code. Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainKit, MiniKit. [Docs]|root:./docs -|ai-agents:index,resources-for-ai-agents,trading +|ai-agents:index,trading |ai-agents/core-concepts:agent-apps,agent-frameworks,identity-verification-auth,payments-and-transactions,wallets |base-account/basenames:basename-transfer,basenames-faq,basenames-wagmi-tutorial |base-account/contribute:contribute-to-base-account-docs,security-and-bug-bounty |base-account/framework-integrations:cdp,rainbowkit,reown,thirdweb |base-account/framework-integrations/privy:authentication,setup,spend-permissions,sub-accounts,wallet-actions |base-account/framework-integrations/wagmi:base-pay,basenames,batch-transactions,other-use-cases,setup,sign-in-with-base,sub-accounts -|base-account/guides:accept-payments,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data +|base-account/guides:accept-payments,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data,verify-social-accounts |base-account/guides/tips:inspect-txn-simulation,popup-tips |base-account/improve-ux:batch-transactions,spend-permissions,sub-accounts |base-account/improve-ux/sponsor-gas:erc20-paymasters,paymasters @@ -32,7 +32,7 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK |base-chain/quickstart:base-solana-bridge,connecting-to-base,deploy-on-base,why-base |base-chain/reference:json-rpc-api |base-chain/security:avoid-malicious-flags,bug-bounty,report-vulnerability,security-council -|get-started:base-mentorship-program,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library +|get-started:base-mentorship-program,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library,resources-for-ai-agents |mini-apps/core-concepts:authentication,base-account,context,embeds-and-previews,manifest,navigation,notifications |mini-apps/featured-guidelines:design-guidelines,notification-guidelines,overview,product-guidelines,technical-guidelines |mini-apps/growth:build-viral-mini-apps,optimize-onboarding,rewards diff --git a/claude_eval/index.html b/claude_eval/index.html deleted file mode 100644 index 167aa8877..000000000 --- a/claude_eval/index.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - Base Account Integration (HTML + JS) - - - -
-

Base Account: Sign in with Base + Base Pay (no framework)

-

- Minimal integration using the Base Account SDK loaded from a CDN. - Run this via a local server (not file://). -

-
- -
-
-
- - -
Not connected
-
-
Auth status will appear here.
-

- SIWB uses wallet_connect with the signInWithEthereum capability. - In production, send the returned message and signature to your backend for verification. -

-
- -
-

Base Pay

-
-
- - -
-
- - -
-
- - -
-
- -
- - -
Last payment id: (none)
-
- -
Payment status will appear here.
- -

- Note: Base Pay works even if the user hasn’t signed in first. -

-
-
- - - - - - - - - diff --git a/docs/docs.json b/docs/docs.json index ea7de30f3..4ee796fd0 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -12,8 +12,36 @@ "options": [ "copy", "view", - "chatgpt", - "claude" + + "assistant", + { + "title": "Chat with Claude about this page", + "description": "Ask Claude about this page", + "icon": "https://img.icons8.com/ios-glyphs/30/claude-ai.png", + "href": { + "base": "https://claude.ai/new", + "query": [ + { + "key": "q", + "value": "Read from $path so I can ask questions about it." + } + ] + } + }, + { + "title": "Chat with ChatGPT about this page", + "description": "Ask ChatGPT about this page", + "icon": "OpenAI", + "href": { + "base": "https://chatgpt.com/", + "query": [ + { + "key": "q", + "value": "Read from $path so I can ask questions about it." + } + ] + } + } ] }, "api": { @@ -46,6 +74,7 @@ { "group": "Quickstart", "pages": [ + "get-started/resources-for-ai-agents", "get-started/build-app", "get-started/launch-token", "get-started/deploy-smart-contracts", @@ -479,12 +508,6 @@ "ai-agents/core-concepts/agent-apps" ] }, - { - "group": "Resources", - "pages": [ - "ai-agents/resources-for-ai-agents" - ] - }, { "group": "Trading & Execution", "pages": [ diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index b2459afcc..c292e60a8 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -1,5 +1,5 @@ --- -title: "Build a Base App" +title: "Build an app on Base" description: "A step-by-step guide to building a Next.js tally app on Base using wagmi and viem, with wallet connection, contract reads and writes, and batch transaction support." --- diff --git a/docs/ai-agents/resources-for-ai-agents.mdx b/docs/get-started/resources-for-ai-agents.mdx similarity index 100% rename from docs/ai-agents/resources-for-ai-agents.mdx rename to docs/get-started/resources-for-ai-agents.mdx