feat(nexis): add Nexis system optimizer#1849
Conversation
GitHub Releases with .deb packages for amd64 and arm64. Closes wimpysworld#1845
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 3/5
- There is a concrete medium-severity issue (6/10, high confidence): a new package was added at
01-main/packages/nexiswithout the required entry in01-main/manifest. - This creates real merge risk because package discovery/build or release workflows that depend on
01-main/manifestmay not includenexiscorrectly until that manifest entry is added. - Pay close attention to
01-main/packages/nexis,01-main/manifest- ensure the new package is registered so downstream tooling can resolve it.
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
cubic-dev-ai flagged that 01-main/packages/nexis was added without the required 01-main/manifest entry. Insert 'nexis' in alphabetical order between net.downloadhelper.coapp and nextcloud-desktop so the package discovery/build and release workflows pick it up.
|
Added the nexis manifest entry in e893d9c. Inserted alphabetically between net.downloadhelper.coapp and nextcloud-desktop, so package discovery and release workflows pick it up. |
Optimise out unnecessary head
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Auto-approved: Adding package manifest for the Nexis system optimizer; one-line addition to the manifest list and a new package script with standard GitHub release URL handling.
Re-trigger cubic
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Auto-approved: Adds package manifest for Nexis system optimizer. Simple, non-breaking addition following existing patterns.
Re-trigger cubic
Added package manifest for Nexis, a cross-platform system optimizer that succeeds Stacer (9k+ stars), rebuilt on Qt 6/C++17.
GitHub Releases provide
.debpackages for amd64 and arm64.Closes #1845