@humanu/orchestra 0.5.3 → 0.5.5

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/install.js CHANGED
@@ -154,8 +154,8 @@ function buildFromSource() {
154
154
  }
155
155
 
156
156
  function printShellWrapperInstructions(binaryPath) {
157
- const distPathEscaped = distDir.replace(/\/g, '\\');
158
- const binaryPathEscaped = binaryPath.replace(/\/g, '\\');
157
+ const distPathEscaped = distDir.split('\\').join('\\\\');
158
+ const binaryPathEscaped = binaryPath.split('\\').join('\\\\');
159
159
 
160
160
  console.log('\nšŸ“ Shell wrapper functions needed for directory switching:\n');
161
161
  console.log(`# GW Orchestrator shell wrappers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanu/orchestra",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "AI-powered Git worktree and tmux session manager with modern TUI",
5
5
  "keywords": [
6
6
  "git",
Binary file
Binary file