feat(registry): migrate official packs from always-further to nolabs-ai namespace#1385
Open
SequeI wants to merge 2 commits into
Open
feat(registry): migrate official packs from always-further to nolabs-ai namespace#1385SequeI wants to merge 2 commits into
SequeI wants to merge 2 commits into
Conversation
…ai namespace All official packs have moved from the always-further registry namespace to nolabs-ai. This commit updates all forward-facing references and adds a runtime guard so existing users are notified automatically. Changes: - Update all registry pack references (code, CLI help, READMEs, issue template) from always-further/* to nolabs-ai/* - Add runtime deprecation guard in package_status: on every nono run/shell invocation, scan the lockfile for any installed always-further/* pack and print a clear migration instruction (nono remove + nono pull) to stderr - Add migration section to README.md and crates/nono-cli/README.md explaining the remove-then-pull order and why it matters for wiring cleanup Signed-off-by: Aleksy Siek <aleksy@alwaysfurther.ai>
Contributor
PR Review SummarySize
Affected crates
Blast radius — BroadThis PR touches: source code,documentation,configuration / policy files Updated automatically on each push to this PR. |
There was a problem hiding this comment.
nogent code review
No blocking issues; 1 design suggestion.
Findings (not tied to a changed line):
- 🔒 [MEDIUM · security]
crates/nono-cli/src/package_status.rs:31— Theopencodepack is recognized as an official pack incrates/nono-cli/src/migration.rs, but it is completely omitted from the security and yank enforcement targets (OFFICIAL_PACK_STATUS_TARGETS) incrates/nono-cli/src/package_status.rs. This creates a security coverage gap where critical yank/advisory enforcements or update status warnings are bypassed for users of the officialopencodepack. DefineOPENCODE_PACKunderOfficialPackStatusTargetand add it toOFFICIAL_PACK_STATUS_TARGETSso it is checked on invocation.
Automated code + security review. CI already covers clippy, rustfmt, tests, cargo-audit and commit-lint.
Signed-off-by: Aleksy Siek <aleksy@alwaysfurther.ai>
Contributor
|
There are still quite some mentions of Some of them are needed of course (the pack migration guide for example) but others seem still outdated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked Issue
Closes #
Summary
All official packs have moved from the always-further registry namespace to nolabs-ai. This commit updates all forward-facing references and adds a runtime guard so existing users are notified automatically.
Changes:
Test Plan
Checklist
CHANGELOG.mdif needed