create-claude-workspace 1.1.2 → 1.1.3

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.
@@ -374,7 +374,7 @@ async function main() {
374
374
  workDir = ensureWorktree(opts.projectDir);
375
375
  log(`Worktree: ${workDir}`);
376
376
  } catch (e) {
377
- warn(`Worktree setup failed: ${e.message}. Working in project directory.`);
377
+ log(`Worktree setup failed: ${e.message}. Working in project directory.`);
378
378
  }
379
379
  }
380
380
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-claude-workspace",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Scaffold a project with Claude Code agents for autonomous AI-driven development",
5
5
  "type": "module",
6
6
  "bin": {