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
39 changes: 39 additions & 0 deletions bucket/uniterm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "1.5.0",
"description": "Lightweight all-in-one terminal emulator with built-in AI Agent.",
"homepage": "https://uniterm.net",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/ys-ll/uniterm/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/ys-ll/uniterm/releases/download/v1.5.0/uniterm-windows-amd64-portable-v1.5.0.zip",
"hash": "61e3ecd0555b781e77ce4c2886512b1405241fb96bcadfa98d64e379fc0c4d7d"
},
"arm64": {
"url": "https://github.com/ys-ll/uniterm/releases/download/v1.5.0/uniterm-windows-arm64-portable-v1.5.0.zip",
"hash": "be11705e0c58c62160fe87d21caf48d1085fd096b775d9202bda5ef111d7f94a"
}
},
"bin": "uniTerm.exe",
"shortcuts": [
[
"uniTerm.exe",
"uniTerm"
]
],
"checkver": {
"github": "https://github.com/ys-ll/uniterm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ys-ll/uniterm/releases/download/v$version/uniterm-windows-amd64-portable-v$version.zip"
},
"arm64": {
"url": "https://github.com/ys-ll/uniterm/releases/download/v$version/uniterm-windows-arm64-portable-v$version.zip"
}
}
}
}
Comment on lines +1 to +39

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 | ⚡ Quick win

Missing linked package request issue for new package.

This is a newly added manifest. Per the Scoop Extras contribution policy, new package requests must have a linked GitHub issue (e.g., #123 or an issue URL) in the description field or PR body. No such link was found in the PR.

Please create a package request issue using this link and reference it in the PR body:
https://github.com/ScoopInstaller/Extras/issues/new?labels=package-request&template=package-request.yml&title=%5BRequest%5D%3A+

Also ensure the package meets the acceptance criteria:

  • Reasonably well-known and widely used (GitHub project should have at least 100 stars).
  • A stable release available (not pre-release or alpha).
  • English interface or at least English documentation.

Contribution guide: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md

🤖 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/uniterm.json` around lines 1 - 32, Create and link a Scoop Extras
package-request GitHub issue for the new uniterm manifest, then reference its
issue number or URL in the manifest description or PR body. Before submitting,
verify the uniterm project satisfies the required acceptance criteria: at least
100 GitHub stars, a stable non-pre-release release, and an English interface or
documentation.

Source: Path instructions

Loading