fix: drop Windows support; recommend WSL#44
Conversation
PR SummaryMedium Risk Overview A Release CI no longer builds or packages Unix-only paths replace Reviewed by Cursor Bugbot for commit 61869ff. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Warning Review limit reached
More reviews will be available in 11 minutes and 31 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✨ 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 |
b7bc124 to
4c7f5b9
Compare
Maintaining a Windows build path forced us to carry parallel filesystem fallbacks (`.workspace-ref`, `copy_skill_tree`-as-symlink) and a degraded `is_executable` that never matched what Unix users rely on. Paying that cost on every new feature isn't worth it when WSL2 already runs a real Linux kernel. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
4c7f5b9 to
61869ff
Compare
|
for everyone wonder in the future, sorry, I don't have a Window computer since 2013, and with WSL, you can get the benefits as well. |
After #44 dropped Windows support, lingering doc references to a Windows copy-fallback path and to Windows credential backends misled readers about what the runtime actually does. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
.workspace-ref,copy_skill_tree-as-symlink) and a degradedis_executablethat never matched what Unix users rely on — paying that cost on every new feature isn't worth it when WSL2 already runs a real Linux kernel.compile_error!on non-Unix targets makes the policy explicit at build time; the README disclaimer points Windows users at WSL.