Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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.mdis a duplicate1.2.0section, which could cause conflicting release notes but should not affect functionality. - Pay close attention to
plugins/better-auth/CHANGELOG.md- consolidate the duplicate1.2.0entry 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.
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
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
better-auth: 1.2.0
1.2.0 (2026-04-23)
Features
This PR was generated with Release Please. See documentation.
Summary by cubic
Publish
plugins/better-authv1.2.0 adding theuse-better-authworkflow skill. Updates.release-please-manifest.jsonand the plugin changelog for the release.Written for commit e7833c4. Summary will update on new commits.