aiblueprint-cli 1.4.33 → 1.4.34
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -36323,7 +36323,7 @@ async function openclawProSetupCommand(options = {}) {
|
|
|
36323
36323
|
await import_fs_extra14.default.ensureDir(workspaceDir);
|
|
36324
36324
|
if (await import_fs_extra14.default.pathExists(toolsPath)) {
|
|
36325
36325
|
const existingContent = await import_fs_extra14.default.readFile(toolsPath, "utf-8");
|
|
36326
|
-
if (!existingContent.includes("Claude Code
|
|
36326
|
+
if (!existingContent.includes("Claude Code CLI")) {
|
|
36327
36327
|
await import_fs_extra14.default.appendFile(toolsPath, `
|
|
36328
36328
|
|
|
36329
36329
|
` + CLAUDE_CODE_TOOLS_INSTRUCTIONS);
|