You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clean up grove-configs directory when deleting a grove from hub
When deleting a grove via the hub API, the ~/.scion/grove-configs/<slug>__<uuid>/
directory (containing external settings, templates, and agent homes) was not
being removed. This adds cleanup using the grove's slug and ID to compute
the grove-configs directory path via GroveMarker, then calls RemoveGroveConfig.
0 commit comments