docs: update mac skills install types
parent
4ee292a952
commit
b9eabe532e
|
|
@ -13,7 +13,7 @@ The macOS app surfaces Clawdis skills via the gateway; it does not parse skills
|
||||||
- Requirements are derived from `metadata.clawdis.requires` in each `SKILL.md`.
|
- Requirements are derived from `metadata.clawdis.requires` in each `SKILL.md`.
|
||||||
|
|
||||||
## Install actions
|
## Install actions
|
||||||
- `metadata.clawdis.install` defines install options (brew/node/go/pnpm/shell).
|
- `metadata.clawdis.install` defines install options (brew/node/go/shell).
|
||||||
- The app calls `skills.install` to run installers on the gateway host.
|
- The app calls `skills.install` to run installers on the gateway host.
|
||||||
- The gateway surfaces only one preferred installer when multiple are provided (brew when available, otherwise node manager from `skillsInstall`, default npm).
|
- The gateway surfaces only one preferred installer when multiple are provided (brew when available, otherwise node manager from `skillsInstall`, default npm).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue