Skip to content

docs: reframe agent guidance#628

Open
brendanjryan wants to merge 1 commit into
mainfrom
brendanjryan/docs-agents-guidance
Open

docs: reframe agent guidance#628
brendanjryan wants to merge 1 commit into
mainfrom
brendanjryan/docs-agents-guidance

Conversation

@brendanjryan

@brendanjryan brendanjryan commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Motivation

AGENTS.md was very stale and needed clearer guidance for agents updating Tempo docs.

Updating this to be much more like mpp.dev's agents.md which has scaled pretty well

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tempo-docs Ready Ready Preview, Comment Jun 30, 2026 10:50pm

Request Review

@brendanjryan brendanjryan marked this pull request as ready for review June 30, 2026 22:50

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 20e7f10f97

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread AGENTS.md
## Adding a New Page
- `src/pages/` - Vocs file-based routes
- `src/pages/docs/` - main docs site
- `src/pages/protocol/tips/` - TIP pages read by `TipsList`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point agents to the routed TIP directory

This newly added Project Structure entry points agents at src/pages/protocol/tips/, but the TIP files in this repo live under src/pages/docs/protocol/tips/, and TipsList imports only ../pages/docs/protocol/tips/tip-*.mdx (src/components/TipsList.tsx:4). Following this guidance to add a TIP would create it in an un-routed, un-globbed directory, so it would not appear on /docs/protocol/tips.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant