Conversation
The roadmap is being removed for now. Deletes the page and cleans up all references in navigation, index, FAQ, certified-identity docs, search index, and lastUpdated metadata. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a dedicated release notes page covering breaking changes (evaluation scores, badge strong refs, funding receipt normalization), new lexicons (EVM identity linking, vendored Leaflet), and schema refinements. A dismissible announcement banner appears site-wide above the header linking directly to the release notes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe PR adds a new dismissible announcement banner component and restructures documentation by removing the standalone roadmap page, replacing it with a versioned release notes page for hypercerts-lexicon v0.11.0, and updating navigation and search index entries accordingly. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@lib/lastUpdated.json`:
- Line 38: Add a missing lastUpdated JSON entry for the new page key
"/reference/release-notes-v0-11-0" using the same ISO-8601 timestamp format as
the other entries (e.g., "2026-03-24T21:10:30-07:00"), insert it into the JSON
object alongside the other "/reference/..." entries so ordering/consistency is
preserved, and ensure the JSON remains valid (commas/quotes) after adding the
new key.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: f65ffad9-5e64-4b65-bcec-9bf8c2a44835
📒 Files selected for processing (12)
components/AnnouncementBanner.jscomponents/Layout.jslib/generate-search-index.jslib/lastUpdated.jsonlib/navigation.jspages/core-concepts/certified-identity.mdpages/index.mdpages/reference/faq.mdpages/reference/release-notes-v0-11-0.mdpages/roadmap.mdpublic/search-index.jsonstyles/globals.css
💤 Files with no reviewable changes (4)
- pages/reference/faq.md
- lib/generate-search-index.js
- pages/index.md
- pages/roadmap.md
| "/lexicons/hypercerts-lexicons/rights": "2026-03-05T19:53:52+08:00", | ||
| "/lexicons/introduction-to-lexicons": "2026-03-05T19:42:38+08:00", | ||
| "/reference/faq": "2026-03-06T22:56:46+08:00", | ||
| "/reference/faq": "2026-03-24T21:10:30-07:00", |
There was a problem hiding this comment.
Missing lastUpdated entry for the new release notes page.
The new page /reference/release-notes-v0-11-0 is not included in this JSON file. This will cause the "Last Updated" component to not display a date for that page.
🔧 Proposed fix
"/reference/faq": "2026-03-24T21:10:30-07:00",
+ "/reference/release-notes-v0-11-0": "2026-04-08T14:48:55Z",
"/reference/glossary": "2026-03-05T20:14:26+08:00",🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@lib/lastUpdated.json` at line 38, Add a missing lastUpdated JSON entry for
the new page key "/reference/release-notes-v0-11-0" using the same ISO-8601
timestamp format as the other entries (e.g., "2026-03-24T21:10:30-07:00"),
insert it into the JSON object alongside the other "/reference/..." entries so
ordering/consistency is preserved, and ensure the JSON remains valid
(commas/quotes) after adding the new key.
Summary by CodeRabbit
New Features
Documentation