@_xtribe/cli 1.0.0-beta.10 → 1.0.0-beta.11

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 +2 -2
  2. package/package.json +1 -1
package/install-tribe.js CHANGED
@@ -460,8 +460,8 @@ async function deployTribeCluster() {
460
460
  TRIBE_DEPLOYMENT_YAML: destYaml
461
461
  };
462
462
 
463
- // Execute tribe start without validation (services need time to start)
464
- execSync(`${tribePath} start --validate=false`, {
463
+ // Execute tribe start
464
+ execSync(`${tribePath} start`, {
465
465
  stdio: 'pipe',
466
466
  env: env
467
467
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "TRIBE multi-agent development system - Zero to productive with one command",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {