Skip to content

chore: release main#160

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

chore: release main#160
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

better-auth: 1.2.0

1.2.0 (2026-04-23)

Features

  • better-auth: add use-better-auth workflow skill (#159) (0945eb2)

This PR was generated with Release Please. See documentation.


Summary by cubic

Publish plugins/better-auth v1.2.0 adding the use-better-auth workflow skill. Updates .release-please-manifest.json and the plugin changelog for the release.

Written for commit e7833c4. 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 6:21am

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.

1 issue found across 2 files

Confidence score: 5/5

  • This PR is low risk to merge because the only finding is documentation housekeeping, not runtime or user-facing behavior.
  • The issue in plugins/better-auth/CHANGELOG.md is a duplicate 1.2.0 section, which could cause conflicting release notes but should not affect functionality.
  • Pay close attention to plugins/better-auth/CHANGELOG.md - consolidate the duplicate 1.2.0 entry into a single release section.
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:3">
P3: This adds a duplicate `1.2.0` changelog entry. Keep a single section per released version to avoid conflicting release notes.</violation>
</file>
Architecture diagram
sequenceDiagram
    participant Agent as Claude Agent
    participant Plugin as Better-Auth Plugin
    participant Skill as NEW: use-better-auth Skill
    participant FS as Local Filesystem
    participant Registry as Plugin Registry

    Note over Agent,Registry: Runtime Workflow: Plugin Capability Execution

    Agent->>Plugin: Invoke "use-better-auth" skill
    
    Plugin->>Skill: NEW: Initialize workflow logic
    
    Skill->>FS: Scan codebase (package.json, schema)
    FS-->>Skill: Return project metadata
    
    alt Project matches Better-Auth requirements
        Skill->>FS: NEW: Generate/Update auth configuration files
        Skill->>FS: NEW: Inject middleware/provider logic
        Skill-->>Plugin: Workflow completion status
    else Missing dependencies or incompatible environment
        Skill-->>Plugin: Error: Missing requirements
    end

    Plugin-->>Agent: Return execution summary & next steps
    
    Note over Agent,FS: Version 1.2.0 enables this specific skill interaction 100% via Agent-Plugin bridge.
Loading

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread plugins/better-auth/CHANGELOG.md
@amondnet amondnet merged commit 5bde14b into main Apr 23, 2026
7 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 23, 2026 08:13
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Apr 23, 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