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 +1 -1
- package/skills/find-people.md +5 -3
package/package.json
CHANGED
package/skills/find-people.md
CHANGED
|
@@ -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`:
|
|
202
|
-
|
|
203
|
-
|
|
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.
|