claude-autopm 2.8.7 → 2.8.8

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.
@@ -976,7 +976,7 @@ See: https://github.com/rafeekpro/ClaudeAutoPM
976
976
 
977
977
  // Install scripts
978
978
  if (metadata.scripts && metadata.scripts.length > 0) {
979
- const targetDir = path.join(this.targetDir, 'scripts');
979
+ const targetDir = path.join(this.targetDir, '.claude', 'scripts');
980
980
  if (!fs.existsSync(targetDir)) {
981
981
  fs.mkdirSync(targetDir, { recursive: true });
982
982
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-autopm",
3
- "version": "2.8.7",
3
+ "version": "2.8.8",
4
4
  "description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
5
5
  "main": "bin/autopm.js",
6
6
  "workspaces": [