Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions bucket/wmux
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Rename manifest to bucket/wmux.json to satisfy Scoop naming rules.

This new manifest is currently bucket/wmux, but Scoop manifests must end with .json and follow the filename constraints. Please rename it to bucket/wmux.json.

As per coding guidelines: “The filename MUST … end with .json.” See also: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md and https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests.

🤖 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/wmux` at line 1, The manifest filename "bucket/wmux" does not conform
to Scoop rules; rename the file to "bucket/wmux.json" so the manifest ends with
.json and satisfies scoop manifest filename constraints; update any references
to the manifest filename (e.g., CI config, scripts, or imports that reference
"bucket/wmux") to the new "bucket/wmux.json" name to avoid broken links.

Source: Coding guidelines

"version": "0.8.2",
"description": "Windows cmux terminal fork with vertical tabs and notifications for AI coding agents",
"homepage": "https://github.com/amirlehmam/wmux",
"license": "MIT",
"url": "https://github.com/amirlehmam/wmux/releases/download/v0.8.2/wmux-0.8.2-win-x64.zip",
"hash": "sha256:09F1038D81C1E58026D3F5EB8B11D590A1B77F186A8B295094E80A2718C6DDD6",
"bin": "wmux.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/amirlehmam/wmux/releases/download/v$version/wmux-$version-win-x64.zip",
"hash": {
"mode": "download"
}
}
}