Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
No issues found across 3 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant CI as Release Process (CI)
participant Reg as Plugin Marketplace
participant FS as File System / Manifest
participant Claude as Claude Code (Client)
participant Plugin as Next.js Plugin
Note over CI, FS: Release and Registration Flow
CI->>FS: NEW: Update .release-please-manifest.json
CI->>FS: NEW: Generate CHANGELOG.md for plugins/next
CI->>Reg: NEW: Publish plugins/next@1.0.0
Note over Reg, Claude: Runtime Plugin Discovery
Claude->>Reg: Query available marketplace plugins
Reg-->>Claude: Return registry metadata (including Next.js)
Note over Claude, Plugin: Plugin Initialization
Claude->>Plugin: NEW: Read .claude-plugin/plugin.json
Plugin-->>Claude: Metadata (keywords: ssr, rsc, etc.)
Claude->>Plugin: NEW: Load skill definitions
Note right of Plugin: Skills located at ./.agents/skills/
Plugin-->>Claude: Export Next.js capabilities
Claude->>Claude: NEW: Integrate Next.js skills into session
0c8a041 to
0fb65ee
Compare
0fb65ee to
a987772
Compare
a987772 to
9b857f9
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
mastra: 1.2.0
1.2.0 (2026-04-02)
Features
next: 1.0.0
1.0.0 (2026-04-02)
Features
react: 1.0.0
1.0.0 (2026-04-02)
Features
react-native: 1.0.0
1.0.0 (2026-04-02)
Features
tiptap: 1.0.0
1.0.0 (2026-04-02)
Features
This PR was generated with Release Please. See documentation.