@ghl-ai/aw 0.1.36-beta.17 → 0.1.36-beta.19

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.
package/commands/push.mjs CHANGED
@@ -113,7 +113,7 @@ function generatePrTitle(files, awHome = null) {
113
113
  return `feat(registry): ${verb} ${files.length} files across ${namespaces.length} namespaces`;
114
114
  }
115
115
 
116
- const AW_BRANDING = `---\n⟁ Generated by [AW CLI](https://github.com/GoHighLevel/ghl-agentic-workspace)`;
116
+ const AW_BRANDING = `---\n⟁ Generated by [AW CLI](https://platform.docs/agentic-workspace/guides/cli)`;
117
117
 
118
118
  function generatePrBody(files, newNamespaces, awHome = null) {
119
119
  const added = files.filter(f => !f.deleted);
package/constants.mjs CHANGED
@@ -4,7 +4,7 @@ import { homedir } from 'node:os';
4
4
  import { join } from 'node:path';
5
5
 
6
6
  /** Base branch for PRs and sync checkout */
7
- export const REGISTRY_BASE_BRANCH = 'main';
7
+ export const REGISTRY_BASE_BRANCH = 'test-conflict-detection';
8
8
 
9
9
  /** Default registry repository */
10
10
  export const REGISTRY_REPO = 'GoHighLevel/platform-docs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghl-ai/aw",
3
- "version": "0.1.36-beta.17",
3
+ "version": "0.1.36-beta.19",
4
4
  "description": "Agentic Workspace CLI — pull, push & manage agents, skills and commands from the registry",
5
5
  "type": "module",
6
6
  "bin": {