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.
Files changed (2) hide show
  1. package/bin/install.js +3 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-shit-done-cc",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
5
5
  "bin": {
6
6
  "get-shit-done-cc": "bin/install.js"