ppcos 1.0.9 → 1.1.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.
@@ -149,7 +149,7 @@ async function createConfigTemplate() {
149
149
  console.log('Next steps:');
150
150
  console.log(' 1. Edit main-config.json with your client names');
151
151
  console.log(' 2. Run: ppcos init-all');
152
- console.log(' 3. Run: /my-brand to set up your agency branding');
152
+ console.log(' 3. Run: /branding-generator to set up your agency branding');
153
153
  }
154
154
 
155
155
  /**
@@ -162,7 +162,7 @@ export default async function status(options = {}) {
162
162
  console.log(` Branding: ${chalk.yellow('invalid brand.json')}`);
163
163
  }
164
164
  } else {
165
- console.log(` Branding: ${chalk.yellow('not configured')} — run /my-brand`);
165
+ console.log(` Branding: ${chalk.yellow('not configured')} — run /branding-generator`);
166
166
  }
167
167
  console.log('');
168
168
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ppcos",
3
- "version": "1.0.9",
3
+ "version": "1.1.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": {