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 Agent as Claude Agent
participant Plugin as Mastra Plugin
participant Mastra as Mastra AI Framework
participant FS as Local Filesystem
Note over Agent, Mastra: NEW: use-mastra workflow skill execution
Agent->>Plugin: Invoke skill: use-mastra (workflow_id, inputs)
Plugin->>FS: NEW: Read workflow definitions/config
FS-->>Plugin: Workflow source code/metadata
Plugin->>Mastra: NEW: Initialize & Run Workflow
alt Workflow Execution Success
Mastra-->>Plugin: Step results & state
Plugin-->>Agent: Return workflow completion summary
else Execution Error
Mastra-->>Plugin: Runtime Exception / Timeout
Plugin-->>Agent: Return error trace & partial state
end
Contributor
Author
|
🤖 Created releases: 🌻 |
amondnet
added a commit
that referenced
this pull request
Apr 29, 2026
… them)
Both CHANGELOG.md and plugin.json version are auto-managed by
release-please for plugins/* (see release-please-config.json
extra-files: [{ jsonpath: "$.version" }] and existing release
PRs #158/#160/#163). Manual edits race with the next release PR.
Skill relocations and the plugin.json `skills` array change remain
intact — they're the actual fix release-please will pick up via the
fix(...) commits already on this branch.
amondnet
added a commit
that referenced
this pull request
Apr 29, 2026
#164) * fix(mastra): move use-mastra skill to skills/ per repo convention The hand-written use-mastra skill was added at .agents/skills/use-mastra/ in #161, but .agents/skills/ is reserved for vendor-managed skills.sh output tracked in skills-lock.json (see CLAUDE.md). Move it to the default skills/ location and switch the plugin.json skills field to array form ["./skills/", "./.agents/skills/"] so both paths load. No skill content changed. Refs #161 * fix(better-auth): move use-better-auth skill to skills/ per repo convention The hand-written use-better-auth skill was added at .agents/skills/use-better-auth/ in #159, but .agents/skills/ is reserved for vendor-managed skills.sh output tracked in skills-lock.json (see CLAUDE.md). Move it to the default skills/ location and switch the plugin.json skills field to array form ["./skills/", "./.agents/skills/"] so both paths load. No skill content changed. Refs #159 * chore: revert manual CHANGELOG and version bumps (release-please owns them) Both CHANGELOG.md and plugin.json version are auto-managed by release-please for plugins/* (see release-please-config.json extra-files: [{ jsonpath: "$.version" }] and existing release PRs #158/#160/#163). Manual edits race with the next release PR. Skill relocations and the plugin.json `skills` array change remain intact — they're the actual fix release-please will pick up via the fix(...) commits already on this branch.
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.3.0
1.3.0 (2026-04-23)
Features
This PR was generated with Release Please. See documentation.
Summary by cubic
Publish
plugins/mastrav1.3.0 with the newuse-mastraworkflow skill. Updates the release manifest and plugin version to match.Written for commit d09a6e8. Summary will update on new commits.