ppcos 0.3.0 → 0.4.0

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.
@@ -15,7 +15,8 @@ const SCHEMA_VERSION = '1.0';
15
15
  const CONFIG_ONLY_FILES = new Set([
16
16
  'config/ads-context.config.json',
17
17
  '.claude/settings.local.json',
18
- 'config/.env'
18
+ 'config/.env',
19
+ 'context/business.md'
19
20
  ]);
20
21
 
21
22
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ppcos",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "CLI tool to manage Google Ads AI workflow skills and agents for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {