Support optional pre/post hooks in the workspace tool installation lifecycle. This was discussed during the initial tools API design and deferred for simplicity.
Potential hook points:
- Pre/post install (per-tool or global)
- Pre/post uninstall (per-tool or global)
Could be defined in manifest.json under the tool entry or as convention-based scripts (e.g., <tool>.pre-install.sh).
Support optional pre/post hooks in the
workspacetool installation lifecycle. This was discussed during the initial tools API design and deferred for simplicity.Potential hook points:
Could be defined in
manifest.jsonunder the tool entry or as convention-based scripts (e.g.,<tool>.pre-install.sh).