ethos-cli 0.7.20 → 0.7.21

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.7.20",
3
+ "version": "0.7.21",
4
4
  "description": "Commander-based CLI for Ethos table operations",
5
5
  "homepage": "https://github.com/cluster-software/ethos#readme",
6
6
  "repository": {
@@ -198,9 +198,11 @@ The job reaches one of these terminal statuses:
198
198
  `response.people_table_url` for the user. Ethos materializes up to 1,000
199
199
  prospects for successful searches, and the backend reports `profileCount` as
200
200
  that materialized people-table row count.
201
- - `needs_refinement`: more than 10,000 matching profiles were found. Use
202
- `response.refinementSuggestions` and the parsed params to suggest narrower
203
- criteria, then ask the user how to refine.
201
+ - `needs_refinement`: the search needs a revised query before tables can be
202
+ created. If `profileCount` is `0`, no matching profiles were found; use
203
+ `response.refinementSuggestions` and the parsed params to suggest broader or
204
+ looser criteria. If `profileCount` is above the search limit, suggest narrower
205
+ criteria. Then ask the user how to refine.
204
206
  - `failed`: explain `response.error.message` and retry only after changing the
205
207
  query or environment issue.
206
208
  - `canceled`: the search was interrupted.