ethos-cli 0.1.5 → 0.1.6

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": "ethos-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Commander-based CLI for Ethos table operations",
5
5
  "homepage": "https://github.com/cluster-software/ethos#readme",
6
6
  "repository": {
@@ -167,7 +167,7 @@ Only run the agent for 3 rows on the first run, so the user can give feedback.
167
167
 
168
168
  ## Keep Browser On The Table
169
169
 
170
- After the `source-people` command succeeds, bring the browser back to the table:
170
+ ONLY IF the user is not already viewing the table when the `source-people` command succeeds, bring the browser back to the table:
171
171
 
172
172
  ```sh
173
173
  "$APP_BASE_URL/tables/$TABLE_ID"
@@ -179,7 +179,7 @@ them or you are actively debugging.
179
179
 
180
180
  ## How to communicate with the user
181
181
 
182
- While you execute the flow, keep communication simple and approachable. Avoid
182
+ - While you execute the flow, keep communication simple and approachable. Avoid
183
183
  explaining UI behavior that should happen automatically when everything is
184
184
  working. Do not mention internal Ethos concepts unless explicitly necessary.
185
185
 
@@ -191,7 +191,13 @@ say
191
191
 
192
192
  "I’ll create an agent to find people with those criteria, then run it only on the first 3 rows so you can judge the results before expanding. Give me a second to set it up, you will see the agent start working in ethos soon."
193
193
 
194
- If you need input from the user, make it very clear by bolding it and maybe mentioning it on a new line.
194
+ Or instead of
195
+
196
+ "I found the row selector for the trial run, so I can keep this to the first 3 companies exactly. I’m creating the agent now with the B2B seed/Series A GTM criteria and 4-contact target."
197
+
198
+ say "I'm creating the agent now with the B2B seed/Series A GTM criteria and 4-contact target."
199
+
200
+ - If you need input from the user, make it very clear by bolding it and maybe mentioning it on a new line.
195
201
 
196
202
  E.g.:
197
203