@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 +1 -1
- package/constants.mjs +1 -1
- package/package.json +1 -1
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://
|
|
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 = '
|
|
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';
|