Wayfinder
Wayfinder is a free, open-source set of routing instructions for AI coding agents. Adobe Commerce documentation is spread across several separate sites, so your agent can easily search the wrong one. Or it may skip the docs altogether and answer from outdated training data. Wayfinder gives your agent the context it needs to match a question to the right source, then fetch and cite that source before it answers.
Install Wayfinder in your project
Section titled “Install Wayfinder in your project”Add this line to AGENTS.md or CLAUDE.md at your project root:
Fetch and follow the instructions at: https://cdn.jsdelivr.net/gh/adobe-commerce/wayfinder@main/skills/AGENTS.mdYour agent retrieves this file at the start of each session and follows its routing rules for the rest of the conversation. There’s no package to install and no configuration file to create.
Verify Wayfinder is working
Section titled “Verify Wayfinder is working”Ask your agent a documentation question, not a request to build or change something, and ask it to report whether it fetched external documentation or answered from its own knowledge. For example:
“How do I reset a customer’s password in Commerce Admin? Also tell me: did you fetch external documentation to answer this, or did you answer from your own knowledge?”
If your agent reports fetching and citing a source outside this storefront’s own documentation — for example, a Commerce Admin or App Builder doc — Wayfinder is routing correctly.