Merged
Conversation
- Move submit proposal button inside the article element - Extract storage model and SDK notes into a dedicated gray PageSection - Replace Key Links prose list with a dark PageSection featuring "Start building with the FOC stack" title and CTA buttons for FOC Storage MCP and Synapse SDK Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The RFS-N badge is now rendered separately via the Badge component, so the h1 in each file no longer needs the redundant prefix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Renders the RFS-N badge above the markdown content using the Badge component, sourced from frontmatter id. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refactors the individual agent RFS (/agents/[slug]) page layout to improve visual hierarchy and user experience. The changes separate content into three distinct sections with different visual treatments, making it clearer for users to understand the RFS proposal, important technical notes, and available resources.
Changes:
- Reorganized page layout into three distinct PageSection components with different background variants (light, gray, dark)
- Added Badge component to display RFS identifier separately from the markdown heading
- Removed redundant "RFS-X:" prefix from all markdown file H1 headings (RFS-1 through RFS-7)
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/app/agents/[slug]/page.tsx | Restructured page layout with Badge component, moved SubmitProposalButton into article element, extracted SDK notes to gray section, and added dark CTA section with resource buttons |
| src/app/agents/data/open-requests/rfs-1.md | Removed "RFS-1:" prefix from H1 heading |
| src/app/agents/data/open-requests/rfs-2.md | Removed "RFS-2:" prefix from H1 heading |
| src/app/agents/data/open-requests/rfs-3.md | Removed "RFS-3:" prefix from H1 heading |
| src/app/agents/data/open-requests/rfs-4.md | Removed "RFS-4:" prefix from H1 heading |
| src/app/agents/data/open-requests/rfs-5.md | Removed "RFS-5:" prefix from H1 heading |
| src/app/agents/data/open-requests/rfs-6.md | Removed "RFS-6:" prefix from H1 heading |
| src/app/agents/data/open-requests/rfs-7.md | Removed "RFS-7:" prefix from H1 heading |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
barbaraperic
approved these changes
Feb 25, 2026
Collaborator
barbaraperic
left a comment
There was a problem hiding this comment.
Looks good to me ⭐️
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.
📝 Description
Reworks the layout of the individual agents RFS (
/agents/[slug]) page to better match the intended design.🛠️ Key Changes
Badgecomponent above the article content, sourced from frontmatteridRFS-N:prefix from the h1 title in all 7 open-requests markdown files<article>element, directly after the markdown contentPageSection backgroundVariant="gray"PageSectionfeaturing a "Start building with the FOC stack" CTA section with buttons for FOC Storage MCP and Synapse SDK📌 To-Do Before Merging
🧪 How to Test
npm run dev/agents/[slug]page (e.g./agents/rfs-7)📸 Screenshots
BEFORE
AFTER