Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
2 issues found across 5 files
Confidence score: 4/5
- This PR looks safe to merge with minimal risk, since the reported issues are limited to changelog accuracy rather than runtime behavior or functional code paths.
- The most significant impact is user-facing documentation quality:
plugins/better-auth/CHANGELOG.mdincludes duplicated previously released commits in the 1.3.0 entry, which can mislead release-note consumers. - A similar non-incremental duplication appears in
plugins/mastra/CHANGELOG.mdfor 1.4.0, creating confusion about what is actually new in this release. - Pay close attention to
plugins/better-auth/CHANGELOG.mdandplugins/mastra/CHANGELOG.md- ensure each version entry only contains new, version-specific changes.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="plugins/better-auth/CHANGELOG.md">
<violation number="1" location="plugins/better-auth/CHANGELOG.md:8">
P2: The new 1.3.0 changelog entry duplicates previously released commits, so the release notes are inaccurate for this version.</violation>
</file>
<file name="plugins/mastra/CHANGELOG.md">
<violation number="1" location="plugins/mastra/CHANGELOG.md:8">
P2: The 1.4.0 changelog entry duplicates changes already released in prior versions, so the release notes are inaccurate and non-incremental.</violation>
</file>
Architecture diagram
sequenceDiagram
participant Claude as Claude Agent
participant Registry as Plugin Marketplace
participant Plugin as Plugin Runtime
participant Skills as Skills (Tools)
participant MCP as MCP Docs Server
participant Ext as External Framework (Mastra/Better-Auth)
Note over Claude, Registry: Discovery & Versioning
Claude->>Registry: Request plugin metadata
Registry-->>Claude: Return plugin.json (CHANGED: v1.4.0 / v1.3.0)
Note over Claude, Skills: Skill Discovery & Execution
Claude->>Plugin: Initialize Plugin
Plugin->>Skills: Load skill definitions
Note right of Skills: CHANGED: Path moved from<br/>.agents/skills/ to skills/
Claude->>Skills: Execute Workflow Skill (NEW: use-mastra / use-better-auth)
opt Context Enrichment
Skills->>MCP: NEW: Query docs context
MCP-->>Skills: Return documentation/schema
end
Skills->>Ext: Invoke Framework operations
Ext-->>Skills: Operation result
Skills-->>Claude: Skill output (Success/Error)
opt Image Generation (Nanobanana)
Claude->>Skills: NEW: Generate image request
Skills->>Ext: Request generation
Ext-->>Skills: Return image metadata/URL
Skills-->>Claude: Display result
end
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
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.4.0
1.4.0 (2026-04-29)
Features
Bug Fixes
better-auth: 1.3.0
1.3.0 (2026-04-29)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by cubic
Release
plugins/mastra1.4.0 andplugins/better-auth1.3.0 with new marketplace entries and workflow skills. Manifest and plugin metadata updated to publish these versions.New Features
mastra1.4.0: adds marketplace vendor + plugin,use-mastraskill, and MCP docs server config.better-auth1.3.0: adds marketplace vendor plugin anduse-better-authskill.Bug Fixes
.agents/skills/toskills/.Written for commit 0c8f745. Summary will update on new commits.