From b300ad2795cceba2da710e8eec35f9596ef89bc7 Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Tue, 26 May 2026 15:07:25 +0100 Subject: [PATCH 1/2] Add redirect for removed agent-skills page PR #2185 deleted /build-on-celo/build-with-ai/agent-skills and replaced it with /build-on-celo/build-with-ai/celo-pedia but did not add a redirect. This restores continuity for any existing external links. Co-Authored-By: Claude Opus 4.7 --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index 982748c05..bd37b42b0 100644 --- a/docs.json +++ b/docs.json @@ -3073,6 +3073,10 @@ "source": "/build-on-celo/build-with-ai/resources", "destination": "/build-on-celo/build-with-ai/overview" }, + { + "source": "/build-on-celo/build-with-ai/agent-skills", + "destination": "/build-on-celo/build-with-ai/celo-pedia" + }, { "source": "/tooling/overview/network-overview", "destination": "/build-on-celo/network-overview" From 20dd70f38cbe163d127891c35a6ef52e5a812090 Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Tue, 26 May 2026 15:09:28 +0100 Subject: [PATCH 2/2] Rename celo-pedia URL to celopedia, label as "Celopedia (Skill)" - Rename build-on-celo/build-with-ai/celo-pedia.mdx -> celopedia.mdx so the URL matches the product name (no hyphen) - Update sidebarTitle to "Celopedia (Skill)" to disambiguate from other Celopedia references - Update navigation entry in docs.json - Update internal links in 8004.mdx, x402.mdx, overview.mdx - Add redirect from the old /celo-pedia path; update the agent-skills redirect destination to the new URL Co-Authored-By: Claude Opus 4.7 --- build-on-celo/build-with-ai/8004.mdx | 2 +- .../build-with-ai/{celo-pedia.mdx => celopedia.mdx} | 2 +- build-on-celo/build-with-ai/overview.mdx | 2 +- build-on-celo/build-with-ai/x402.mdx | 2 +- docs.json | 8 ++++++-- 5 files changed, 10 insertions(+), 6 deletions(-) rename build-on-celo/build-with-ai/{celo-pedia.mdx => celopedia.mdx} (99%) diff --git a/build-on-celo/build-with-ai/8004.mdx b/build-on-celo/build-with-ai/8004.mdx index bda9cf2de..f8d7359bc 100644 --- a/build-on-celo/build-with-ai/8004.mdx +++ b/build-on-celo/build-with-ai/8004.mdx @@ -273,5 +273,5 @@ ERC-8004 works seamlessly with Celo's ecosystem: ## Related Protocols - [x402](/build-on-celo/build-with-ai/x402) - Payment layer for AI agents -- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants +- [Celopedia](/build-on-celo/build-with-ai/celopedia) - Celo ecosystem knowledge for coding assistants - [MCP Servers](/build-on-celo/build-with-ai/mcp/index) - Connect agents to data and tools diff --git a/build-on-celo/build-with-ai/celo-pedia.mdx b/build-on-celo/build-with-ai/celopedia.mdx similarity index 99% rename from build-on-celo/build-with-ai/celo-pedia.mdx rename to build-on-celo/build-with-ai/celopedia.mdx index d60fba2e0..3211927fd 100644 --- a/build-on-celo/build-with-ai/celo-pedia.mdx +++ b/build-on-celo/build-with-ai/celopedia.mdx @@ -1,6 +1,6 @@ --- title: "Celopedia" -sidebarTitle: "Celopedia" +sidebarTitle: "Celopedia (Skill)" description: "Use Celopedia to query Celo ecosystem data, protocol references, contract addresses, MiniPay guidance, DeFi protocols, grants, and AI agent infrastructure from your coding assistant." --- diff --git a/build-on-celo/build-with-ai/overview.mdx b/build-on-celo/build-with-ai/overview.mdx index 841c396a4..5649aca77 100644 --- a/build-on-celo/build-with-ai/overview.mdx +++ b/build-on-celo/build-with-ai/overview.mdx @@ -7,7 +7,7 @@ sidebarTitle: "Overview" Celo is a leading Ethereum Layer 2 optimized for agentic activity with real-world utility, enabling AI agents to autonomously perform onchain actions tied directly to payments, commerce, and financial coordination. -Agents on Celo can tap into the network's expansive payments ecosystem, leveraging fast finality, sub-cent transaction costs, and a stablecoin-optimized financial stack spanning peer-to-peer transfers, merchant payments, remittances, and onchain FX. Combined with native support for AI agent standards like [ERC-8004](/build-on-celo/build-with-ai/8004) and Celo's [Celopedia](/build-on-celo/build-with-ai/celo-pedia), Celo provides a production-ready environment for deploying AI agents that do more than trade tokens—they move money, coordinate economic activity, and interact with real users at global scale. +Agents on Celo can tap into the network's expansive payments ecosystem, leveraging fast finality, sub-cent transaction costs, and a stablecoin-optimized financial stack spanning peer-to-peer transfers, merchant payments, remittances, and onchain FX. Combined with native support for AI agent standards like [ERC-8004](/build-on-celo/build-with-ai/8004) and Celo's [Celopedia](/build-on-celo/build-with-ai/celopedia), Celo provides a production-ready environment for deploying AI agents that do more than trade tokens—they move money, coordinate economic activity, and interact with real users at global scale. ## Why Build AI Agents on Celo diff --git a/build-on-celo/build-with-ai/x402.mdx b/build-on-celo/build-with-ai/x402.mdx index 3562b8a62..9da931379 100644 --- a/build-on-celo/build-with-ai/x402.mdx +++ b/build-on-celo/build-with-ai/x402.mdx @@ -336,5 +336,5 @@ app.get("/articles/:id", async (req, res) => { ## Related - [ERC-8004](/build-on-celo/build-with-ai/8004) - Trust layer for AI agents -- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants +- [Celopedia](/build-on-celo/build-with-ai/celopedia) - Celo ecosystem knowledge for coding assistants - [Fee Abstraction](/build-on-celo/fee-abstraction/overview) - Pay gas with stablecoins on Celo diff --git a/docs.json b/docs.json index bd37b42b0..de7bb58c3 100644 --- a/docs.json +++ b/docs.json @@ -132,7 +132,7 @@ "pages": [ "build-on-celo/build-with-ai/8004", "build-on-celo/build-with-ai/x402", - "build-on-celo/build-with-ai/celo-pedia", + "build-on-celo/build-with-ai/celopedia", "build-on-celo/build-with-ai/vibe-coding" ] }, @@ -3075,7 +3075,11 @@ }, { "source": "/build-on-celo/build-with-ai/agent-skills", - "destination": "/build-on-celo/build-with-ai/celo-pedia" + "destination": "/build-on-celo/build-with-ai/celopedia" + }, + { + "source": "/build-on-celo/build-with-ai/celo-pedia", + "destination": "/build-on-celo/build-with-ai/celopedia" }, { "source": "/tooling/overview/network-overview",