@_xtribe/cli 1.0.23 → 1.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "TRIBE multi-agent development system - Zero to productive with one command",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {
@@ -316,8 +316,8 @@ spec:
316
316
  value: tribe-system
317
317
  readinessProbe:
318
318
  httpGet:
319
- path: /health
320
- port: 8080
319
+ path: /
320
+ port: 3456
321
321
  initialDelaySeconds: 10
322
322
  periodSeconds: 5
323
323
  ---