@_xtribe/cli 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/install-tribe.js +1 -1
  2. package/package.json +1 -1
package/install-tribe.js CHANGED
@@ -619,7 +619,7 @@ async function installTribeCLI() {
619
619
  // Multiple sources for reliability
620
620
  // For testing, use a direct URL to our releases folder
621
621
  const isTestEnv = process.env.TRIBE_TEST_BINARY_URL;
622
- const githubRepo = process.env.TRIBE_INSTALLER_REPO || 'TRIBE-INC/0zen';
622
+ const githubRepo = process.env.TRIBE_INSTALLER_REPO || 'TRIBE-INC/releases';
623
623
 
624
624
  let downloadUrl = '';
625
625
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "TRIBE multi-agent development system - Zero to productive with one command",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {