feat(cli): install unsigned local Desktop packages - #773
Conversation
✅ Deploy Preview for angry-raman-7c44f6 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 223ee56402
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…install # Conflicts: # ecosystem/morphir-rust
Summary
tools.jsonpath with real verified Desktop package installationmorphir tool install desktop --source <package> --channel developer --version <semver>Unsigned local packages still use bounded acquisition, SHA-256 verification, safe extraction, the Morphir Home content-addressed store, exact locks, transactional activation, and rollback. Stable/preview trust is unchanged.
Depends on finos/morphir-rust#143. The submodule commit is already published on that PR branch.
Validation
cargo clippy -p morphir --all-targets -- -D warningscargo test -p morphir --test cli_integration(48 passed, 2 ignored)cargo test -p morphir --test tool_release_metadata_conformance(4 passed)A full local Windows
cargo test -p morphirrun passed 177 unit tests and failed 30 existingcommands::generate::artifactsfilesystem tests with WindowsERROR_INVALID_PARAMETER/cleanup assertions; the changed CLI and distribution suites above are green.Closes the implementation scope of Beads task
morphir-ds9e.3.1; contributes to #758.