ppcos 1.0.8 → 1.0.9

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.
@@ -10,7 +10,7 @@ import { constants } from 'node:fs';
10
10
  // Directories to skip during template file enumeration.
11
11
  // tmp/ dirs hold generated runtime data (analysis output, caches)
12
12
  // that must never be distributed to clients.
13
- const EXCLUDED_DIR_NAMES = new Set(['tmp']);
13
+ const EXCLUDED_DIR_NAMES = new Set(['tmp', 'node_modules']);
14
14
 
15
15
  /**
16
16
  * Check if a file exists (async)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ppcos",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI tool to manage Google Ads AI workflow skills and agents for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {