Skip to content

chore: release main#163

Merged
amondnet merged 1 commit intomainfrom
release-please--branches--main
Apr 25, 2026
Merged

chore: release main#163
amondnet merged 1 commit intomainfrom
release-please--branches--main

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

@pleaeai-bot pleaeai-bot Bot commented Apr 23, 2026

🤖 I have created a release beep boop

mastra: 1.3.0

1.3.0 (2026-04-23)

Features

  • mastra: add use-mastra workflow skill (#161) (dd0ad46)

This PR was generated with Release Please. See documentation.


Summary by cubic

Publish plugins/mastra v1.3.0 with the new use-mastra workflow skill. Updates the release manifest and plugin version to match.

Written for commit d09a6e8. Summary will update on new commits.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Apr 23, 2026 2:42pm

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

@amondnet amondnet merged commit 8b9c2cc into main Apr 25, 2026
7 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 25, 2026 03:36
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Apr 25, 2026

🤖 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant