WEFT_OS/crates/weft-servo-shell
Marco Allegretti 265868bf67 feat(pack): add install subcommand; clean up servo-shell stub comment
weft-pack:
- install <dir>: validates the package (runs check), resolves the user
  app store root (WEFT_APP_STORE > ~/.local/share/weft/apps), copies
  the package directory to <root>/<app_id>/. Fails if the destination
  already exists.
- resolve_install_root(): replaces the unused _resolve_store_roots;
  returns a single writable root rather than a search list.
- copy_dir(): recursive directory copy using std::fs only; no new deps.
- Updated usage text to include all three subcommands.

weft-servo-shell: removed stale implementation-note comment from
embed_servo stub.
2026-03-11 09:45:31 +01:00
..
src feat(pack): add install subcommand; clean up servo-shell stub comment 2026-03-11 09:45:31 +01:00
Cargo.toml feat(servo-shell): add weft-shell-protocol client-side binding 2026-03-11 08:05:03 +01:00