bump to version 0.1.74#121
Conversation
Ship #119 (install better-auth/skills when --auth better-auth is used). The CLI already installed insforge/agent-skills and find-skills globally on every link/create; 0.1.74 also installs the upstream better-auth/skills pack whenever the user opts into Better Auth, so agents get the provider's own scaffolding patterns alongside InsForge's bridge skills. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
WalkthroughThe package version in ChangesPackage Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 3: The version field "version": "0.1.74" was bumped before PR `#119` is
merged which would publish v0.1.74 missing the better-auth change; revert or
remove this version bump in package.json (the "version" entry) so the PR doesn't
advance the package version, then reapply or update the version after PR `#119`
("feat(skills): install better-auth/skills when --auth better-auth") is merged
to ensure the published release includes that feature.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 301f8596-1097-420d-b295-adbcb1e7b0f5
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
| { | ||
| "name": "@insforge/cli", | ||
| "version": "0.1.73", | ||
| "version": "0.1.74", |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Check if PR `#119` is merged before this version bump PR is merged.
# Check PR `#119` status
echo "=== Checking status of PR `#119` ==="
gh pr view 119 --json number,title,state,mergedAt,baseRefName,headRefName
# Check if PR `#119` commits are in the target branch (main)
echo -e "\n=== Checking if PR `#119` changes are in main branch ==="
gh pr view 119 --json commits --jq '.commits[].oid' | head -5 | while read commit; do
echo "Checking commit $commit in main:"
git branch -r --contains "$commit" 2>/dev/null | grep "origin/main" && echo "✓ Found in main" || echo "✗ Not in main"
doneRepository: InsForge/CLI
Length of output: 417
This PR cannot be merged until PR #119 has been merged first.
PR #119 ("feat(skills): install better-auth/skills when --auth better-auth") is currently in OPEN state and has not been merged into main. According to the stated merge order, PR #119 must be merged before this version bump is applied. Merging this version bump before PR #119 will result in v0.1.74 being published without the better-auth feature included.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 3, The version field "version": "0.1.74" was bumped
before PR `#119` is merged which would publish v0.1.74 missing the better-auth
change; revert or remove this version bump in package.json (the "version" entry)
so the PR doesn't advance the package version, then reapply or update the
version after PR `#119` ("feat(skills): install better-auth/skills when --auth
better-auth") is merged to ensure the published release includes that feature.
There was a problem hiding this comment.
No issues found across 2 files
Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more
Ship #119 (install
better-auth/skillswhen--auth better-authis used).The CLI already installed
insforge/agent-skillsandfind-skillsglobally on every link/create; 0.1.74 also installs the upstreambetter-auth/skillspack whenever the user opts into Better Auth, so agents get the provider's own scaffolding patterns alongside InsForge's bridge skills.Merge order:
v0.1.74on main → GitHub Actions publishes to npm🤖 Generated with Claude Code
Summary by cubic
Release 0.1.74 of
@insforge/cli, enabling auto-install ofbetter-auth/skillswhen--auth better-authis used. This ships Better Auth scaffolding alongsideinsforge/agent-skillsandfind-skills.Written for commit d60ef5c. Summary will update on new commits.
Summary by CodeRabbit
0.1.74.