Skip to content
Closed
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
21 changes: 21 additions & 0 deletions bucket/roost.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "0.1.0",
"description": "A resident Windows 11 tray utility that moves the active window to another virtual desktop from a type-to-search palette, and creates and names new desktops on the fly.",
"homepage": "https://github.com/WillyGarage/roost",
"license": "MIT",
Comment on lines +2 to +5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟠 Major | 🏗️ Heavy lift

Meet the new-package request policy before merge.

The supplied PR context does not link a valid package-request issue. Create and link the issue in the PR description. The upstream project reports 0 stars as of August 6, 2026, so it does not meet the required 100-star acceptance criterion. (github.com)

Use the package request form and review the contribution guide.

As per path instructions, new manifests must link a package-request issue in the PR description and meet the stated acceptance criteria. Based on learnings, keep the issue reference in the PR description instead of adding it to the manifest description field.

🤖 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/roost.json` around lines 2 - 5, Before merging, create a valid
package-request issue using the required form, link it in the pull request
description, and confirm the upstream project meets the 100-star acceptance
criterion. Do not add the issue reference to the manifest description field in
bucket/roost.json; keep the manifest metadata unchanged for this requirement.

Sources: Path instructions, Learnings

"url": "https://github.com/WillyGarage/roost/releases/download/v0.1.0/Roost.exe",
"hash": "0b64a9a5efdfac33261c77b38ec1c6d53b1181d10aedda656281357c7db6c4b7",
"bin": "Roost.exe",
"shortcuts": [
[
"Roost.exe",
"Roost"
]
],
"checkver": {
"github": "https://github.com/WillyGarage/roost"
},
"autoupdate": {
"url": "https://github.com/WillyGarage/roost/releases/download/v$version/Roost.exe"
}
}