litra-autotoggle: Add version 1.4.0#18271
Conversation
📝 WalkthroughWalkthroughThis pull request adds a new Scoop bucket manifest file, bucket/litra-autotoggle.json, for the litra-autotoggle package at version 1.4.0. The manifest specifies package metadata (description, homepage, license), startup notes for headless scheduled task usage, a suggested dependency on vcredist2022, architecture-specific download URLs and SHA256 hashes for 64bit and arm64, the installed binary name, and autoupdate configuration for generating versioned download URLs. Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
/verify |
|
All changes look good. Wait for review from human collaborators. litra-autotoggle
|
There was a problem hiding this comment.
🧹 Nitpick comments (1)
bucket/litra-autotoggle.json (1)
1-39: 📐 Maintainability & Code Quality | 🔵 TrivialTest the manifest locally before submission.
Run the following commands to validate the manifest:
# Optional: Enable debug mode and set GitHub token for release API access scoop config debug true scoop config gh_token <your-github-token> # Read access only # Force version detection and autoupdate .\bin\checkver.ps1 -App litra-autotoggle -f # Auto-format (lint) the JSON manifest .\bin\formatjson.ps1 -App litra-autotoggle # Test installation for each architecture scoop install .\bucket\litra-autotoggle.json -a 64bit scoop install .\bucket\litra-autotoggle.json -a arm64Also, ensure the manifest file uses CRLF line endings, as required for Scoop manifests.
As per path instructions, provide clear instructions for testing the manifest locally before submission.
🤖 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/litra-autotoggle.json` around lines 1 - 39, The manifest update needs local validation before submission, and the file must use CRLF line endings. Verify the litra-autotoggle manifest with the existing Scoop tooling by running checkver and formatjson against the manifest, then test installs for both 64bit and arm64 using the scoop install path. Also confirm the manifest is saved with CRLF to match Scoop requirements.Source: Path instructions
🤖 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/litra-autotoggle.json`:
- Around line 1-39: The manifest update needs local validation before
submission, and the file must use CRLF line endings. Verify the litra-autotoggle
manifest with the existing Scoop tooling by running checkver and formatjson
against the manifest, then test installs for both 64bit and arm64 using the
scoop install path. Also confirm the manifest is saved with CRLF to match Scoop
requirements.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 6d31d4ba-9802-48c1-adba-3164bc36e093
📒 Files selected for processing (1)
bucket/litra-autotoggle.json
Closes #18270
<manifest-name[@version]|chore>: <general summary of the pull request>