feat(docs): point a lost agent somewhere useful from the 404 - #12599
Open
Conversation
This was referenced Aug 28, 2026
Member
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🔴 3 of 7 protections blocking · waiting on 👀 reviews and ⛓️ dependency
🔴 ⛓️ Depends-On RequirementsWaiting for
This rule is failing.Requirement based on the presence of
🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
Show 4 satisfied protections🟢 🤖 Continuous Integration
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
jd
force-pushed
the
devs/jd/agentic-readiness/point-lost-agent-somewhere-useful-404--bb77d582
branch
from
August 28, 2026 13:33
4e0375e to
af4b8b8
Compare
Member
Author
Revision history
|
There was a problem hiding this comment.
Pull request overview
Improves the 404 page to provide “next steps” for automated agents (and humans) by adding a small, machine-readable recovery navigation section alongside the existing search and home link.
Changes:
- Add a “Where to look next” recovery
<nav>with links to index,llms.txt, sitemap, API reference, and OpenAPI. - Add scoped CSS styles for the recovery section on the 404 page.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jd
force-pushed
the
devs/jd/agentic-readiness/point-lost-agent-somewhere-useful-404--bb77d582
branch
from
August 28, 2026 13:38
af4b8b8 to
12b683f
Compare
jd
marked this pull request as ready for review
August 28, 2026 14:09
jd
force-pushed
the
devs/jd/agentic-readiness/point-lost-agent-somewhere-useful-404--bb77d582
branch
from
August 28, 2026 14:37
12b683f to
26f0c28
Compare
The 404 offered a search box and a link home. That works for a person; an agent that followed a dead link gets a page with nothing machine-readable on it, and a 404 is the one page where it has no other context to work from. Add a short recovery list: the documentation index, `llms.txt`, the sitemap, the API reference and the OpenAPI document — plus a note that appending `.md` to any URL, or sending `Accept: text/markdown`, returns the Markdown source. Useful to a human who mistyped a URL too. Change-Id: Ibb77d5829360bfb5b6ae4b1768362c860f5670d8
jd
force-pushed
the
devs/jd/agentic-readiness/point-lost-agent-somewhere-useful-404--bb77d582
branch
from
August 28, 2026 15:09
26f0c28 to
db22260
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 404 offered a search box and a link home. That works for a person; an
agent that followed a dead link gets a page with nothing machine-readable on
it, and a 404 is the one page where it has no other context to work from.
Add a short recovery list: the documentation index,
llms.txt, the sitemap,the API reference and the OpenAPI document — plus a note that appending
.mdto any URL, or sending
Accept: text/markdown, returns the Markdown source.Useful to a human who mistyped a URL too.
Depends-On: #12598