feat(cli): recommend adding arkenv agent skill as a next step#944
Conversation
🦋 Changeset detectedLatest commit: 818846c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
🤖 Hi @yamcodes, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThe CLI adds a package-manager-aware ChangesCLI Post-Scaffolding Guidance
Sequence Diagram(s)sequenceDiagram
participant CLI
participant getDlxCommand
participant UserShell
CLI->>getDlxCommand: getDlxCommand(packageManager)
getDlxCommand-->>CLI: dlx command string
CLI->>UserShell: log step `${dlx} skills add yamcodes/arkenv`
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
arkenv
@arkenv/bun-plugin
@arkenv/cli
@arkenv/fumadocs-ui
@arkenv/vite-plugin
commit: |
|
🤖 I'm sorry @yamcodes, but I was unable to process your request. Please see the logs for more details. |
📦 Bundle Size Report✅ All size limits passed! |
|
Good enough for now but keep an eye on #924 |
|
🤖 Hi @yamcodes, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
🤖 I'm sorry @yamcodes, but I was unable to process your request. Please see the logs for more details. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. Warning Rate limit exceeded@yamcodes has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 18 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered by pushing new commits to this PR or by re-running the workflow. We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?We enforce hourly and daily rate limits to ensure stability and fair usage of resources. |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @arkenv/cli@0.0.4 ### Patch Changes - #### Add ArkEnv Agent Skill as recommended next step _[`#944`](#944) [`718fb4b`](718fb4b) [@yamcodes](https://github.com/yamcodes)_ - #### Adapt CLI templates for framework plugins (Vite/Bun) _[`#943`](#943) [`eba2f83`](eba2f83) [@yamcodes](https://github.com/yamcodes)_ ## @arkenv/fumadocs-ui@0.0.8 ### Patch Changes - #### Fix hamburger menu fade-in behavior on mobile _[`#935`](#935) [`f1ee3de`](f1ee3de) [@yamcodes](https://github.com/yamcodes)_ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixes #942
Adds a new recommended next step to the CLI output that suggests installing the ArkEnv agent skill. The command is now dynamically generated based on the detected package manager (e.g.,
pnpm dlx,bunx,yarn dlx, ornpx).Summary by CodeRabbit
Release Notes