get-shit-done-cc 1.9.2 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/install.js +3 -0
- package/package.json +1 -1
package/bin/install.js
CHANGED
|
@@ -181,6 +181,9 @@ function cleanupOrphanedHooks(settings) {
|
|
|
181
181
|
const orphanedHookPatterns = [
|
|
182
182
|
'gsd-notify.sh', // Removed in v1.6.x
|
|
183
183
|
'hooks/statusline.js', // Renamed to gsd-statusline.js in v1.9.0
|
|
184
|
+
'gsd-intel-index.js', // Removed in v1.9.2
|
|
185
|
+
'gsd-intel-session.js', // Removed in v1.9.2
|
|
186
|
+
'gsd-intel-prune.js', // Removed in v1.9.2
|
|
184
187
|
];
|
|
185
188
|
|
|
186
189
|
let cleaned = false;
|
package/package.json
CHANGED