leopardwm: Add version 0.2.2#18099
Conversation
📝 WalkthroughWalkthroughA new Scoop package manifest file Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
🚥 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. 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
bucket/leopardwm.json (1)
1-30: Run the local manifest validation/install checks before merge.Please run:
scoop config debug truescoop config gh_token <your-github-token>.\bin\checkver.ps1 -App leopardwm -f.\bin\formatjson.ps1 -App leopardwmscoop install bucket/leopardwm.json -a 64bitContribution refs: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md and https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests.
As per coding guidelines: new/updated manifests should be locally validated withcheckver, formatted, and installation-tested per architecture.🤖 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 `@bucket/leopardwm.json` around lines 1 - 30, The leopardwm.json manifest file requires local validation and testing before merging. Run the following checks in order: first configure Scoop by enabling debug mode and setting your GitHub token, then validate the manifest using checkver.ps1 with the force flag to verify version detection and hash accuracy, next format the manifest using formatjson.ps1 to ensure proper JSON formatting, and finally test the actual installation with scoop install using the manifest path and 64bit architecture flag to confirm the application installs correctly. Do not merge until all these validation steps complete successfully.Source: Coding guidelines
🤖 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.
Nitpick comments:
In `@bucket/leopardwm.json`:
- Around line 1-30: The leopardwm.json manifest file requires local validation
and testing before merging. Run the following checks in order: first configure
Scoop by enabling debug mode and setting your GitHub token, then validate the
manifest using checkver.ps1 with the force flag to verify version detection and
hash accuracy, next format the manifest using formatjson.ps1 to ensure proper
JSON formatting, and finally test the actual installation with scoop install
using the manifest path and 64bit architecture flag to confirm the application
installs correctly. Do not merge until all these validation steps complete
successfully.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: be18a513-0aab-4134-ab6a-e3251e48b61f
📒 Files selected for processing (1)
bucket/leopardwm.json
|
Same as #17777 (comment). |
Adds LeopardWM — a scroll-first tiling window manager for Windows 10/11, written in Rust (GPL-3.0).
Re-submission of #17777, updated to the current release (0.2.2). A user has since requested Scoop availability (jcardama/LeopardWM#42).
lwm,leopardwm-cli); the daemon (leopardwm.exe) and watchdog ship in the same directory and are launched by the CLI.checkver: github+autoupdatepull the hash from each release'schecksums.txt, so future versions bump automatically.checksums.txtfor v0.2.2 and the release zip URL resolves.Happy to adjust per review.