refactor(skills): check bundled hosts concurrently#98
Conversation
Bundled skill installation now probes host home directories in parallel. This keeps host order stable while matching the existing list command pattern and avoiding unnecessary sequential filesystem checks. Signed-off-by: Kevin Cui <bh@bugs.cc>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Summary by CodeRabbit
WalkthroughThe 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
Bundled skill installation now probes host home directories in parallel.
This keeps host order stable while matching the existing list command
pattern and avoiding unnecessary sequential filesystem checks.