fix(dotagents): consume latest Skills SDK - #2284
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Changesdotagents submodule update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
What changed
Update the dotagents submodule to the source fix in shunkakinoki/dotagents#186.
This makes the Skills SDK install work from the upstream
~/dotfilescheckout as well as directly insidedotagents/, and uses the current stable SDK through the project-local dependency/lockfile.Verification
make skills-installfrom~/dotfilesmake -C dotagents skills-installmake dotagents-syncSummary by cubic
Update
dotagentssubmodule to pick up the latest Skills SDK fix. Installs now work from~/dotfilesand insidedotagents/, and the project uses the current stable SDK via the local lockfile.make dotagents-sync, thenmake skills-install(ormake -C dotagents skills-install).Written for commit 4038cbc. Summary will update on new commits.