chatroom-cli 1.56.1 → 1.57.1
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/README.md +4 -5
- package/dist/index.js +2610 -2095
- package/dist/index.js.map +95 -67
- package/dist/node-launch.js.map +2 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -28,8 +28,8 @@ This opens your browser for authentication. Confirm in the browser to complete t
|
|
|
28
28
|
|
|
29
29
|
In the web app, click **+ New** and select a team:
|
|
30
30
|
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
31
|
+
- **Duo** - planner, builder
|
|
32
|
+
- **Solo** - solo agent
|
|
33
33
|
|
|
34
34
|
### 5. Initialize Agents
|
|
35
35
|
|
|
@@ -127,11 +127,10 @@ Messages are routed by priority (lower = higher priority):
|
|
|
127
127
|
| 1 | architect |
|
|
128
128
|
| 2 | builder |
|
|
129
129
|
| 3 | frontend-designer |
|
|
130
|
-
| 4 |
|
|
131
|
-
| 5 | tester |
|
|
130
|
+
| 4 | tester |
|
|
132
131
|
| 100 | user |
|
|
133
132
|
|
|
134
|
-
**Note:** User messages always go to the team's designated entry point role (e.g., `
|
|
133
|
+
**Note:** User messages always go to the team's designated entry point role (e.g., `planner` for duo, `solo` for solo).
|
|
135
134
|
|
|
136
135
|
### Workflow
|
|
137
136
|
|