@_xtribe/cli 1.0.0-beta.17 → 1.0.0-beta.18

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.0-beta.17",
3
+ "version": "1.0.0-beta.18",
4
4
  "description": "TRIBE multi-agent development system - Zero to productive with one command",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {
@@ -3,9 +3,9 @@
3
3
  # This file is automatically deployed by 'npx @_xtribe/cli'
4
4
  #
5
5
  # IMPORTANT: This deployment uses PUBLIC Docker Hub images from tribexal/tribe
6
- # - tribexal/tribe:taskmaster-latest
7
- # - tribexal/tribe:bridge-latest
8
- # - tribexal/tribe:claude-agent-latest
6
+ # - tribexal/tribe:latest-taskmaster
7
+ # - tribexal/tribe:latest-bridge
8
+ # - tribexal/tribe:latest-claude-agent
9
9
  #
10
10
  # DO NOT change these to local image names for the npm package!
11
11
  ---
@@ -221,7 +221,7 @@ spec:
221
221
  command: ['sh', '-c', 'until nc -z postgres 5432; do echo waiting for db; sleep 2; done']
222
222
  containers:
223
223
  - name: taskmaster
224
- image: tribexal/tribe:taskmaster-latest
224
+ image: tribexal/tribe:latest-taskmaster
225
225
  imagePullPolicy: IfNotPresent
226
226
  ports:
227
227
  - containerPort: 5000
@@ -281,7 +281,7 @@ spec:
281
281
  echo "All services ready!"
282
282
  containers:
283
283
  - name: bridge
284
- image: tribexal/tribe:bridge-latest
284
+ image: tribexal/tribe:latest-bridge
285
285
  imagePullPolicy: IfNotPresent
286
286
  ports:
287
287
  - containerPort: 8080
@@ -336,7 +336,7 @@ spec:
336
336
  spec:
337
337
  containers:
338
338
  - name: claude-agent
339
- image: tribexal/tribe:claude-agent-latest
339
+ image: tribexal/tribe:latest-claude-agent
340
340
  imagePullPolicy: IfNotPresent
341
341
  env:
342
342
  - name: ROLE