Skip to content

feat(cli): install unsigned local Desktop packages - #773

Merged
DamianReeves merged 3 commits into
mainfrom
t3code/local-desktop-install
Sep 1, 2026
Merged

feat(cli): install unsigned local Desktop packages#773
DamianReeves merged 3 commits into
mainfrom
t3code/local-desktop-install

Conversation

@DamianReeves

Copy link
Copy Markdown
Member

Summary

  • replace the metadata-only tools.json path with real verified Desktop package installation
  • add explicit local policy syntax: morphir tool install desktop --source <package> --channel developer --version <semver>
  • expose verified list, update, repair, rollback, and atomic uninstall operations
  • report exact version, digest, platform, launch path, developer channel, and local-unsigned trust policy
  • add an end-to-end clean-home lifecycle test plus generated CLI docs, completions, man page, and contributor instructions

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 warnings
  • cargo test -p morphir --test cli_integration (48 passed, 2 ignored)
  • cargo test -p morphir --test tool_release_metadata_conformance (4 passed)
  • morphir-distribution: 78 unit, 89 integration, and 6 doctests passed
  • CLI reference, completions, and man page regenerated with usage 6.6.0

A full local Windows cargo test -p morphir run passed 177 unit tests and failed 30 existing commands::generate::artifacts filesystem tests with Windows ERROR_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.

@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for angry-raman-7c44f6 ready!

Name Link
🔨 Latest commit 06c0d07
🔍 Latest deploy log https://app.netlify.com/projects/angry-raman-7c44f6/deploys/6a971afa0acc2c000812dd37
😎 Deploy Preview https://deploy-preview-773--angry-raman-7c44f6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T16:18:42.393328Z 223ee56 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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".

Comment thread crates/morphir/src/commands/tool.rs Outdated
Comment thread crates/morphir/src/commands/tool.rs Outdated
Comment thread crates/morphir/src/commands/tool.rs Outdated
@DamianReeves
DamianReeves merged commit c344bd2 into main Sep 1, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant