@somacheck/vibecheck 0.6.16 → 0.6.17

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.
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  title: Prolific + SomaCheck Research Reflection
3
3
  recipe_id: prolific-research-reflection-v1
4
- status: P1 researcher-side only
4
+ status: P1 researcher-private planning-only template
5
5
  audience: Researchers using Prolific with an MCP-capable agent
6
- updated: 2026-09-03
6
+ updated: 2026-09-15
7
7
  required_mcp_servers:
8
8
  - prolific
9
9
  - vibecheck
@@ -11,127 +11,91 @@ required_mcp_servers:
11
11
 
12
12
  # Prolific + SomaCheck Research Reflection
13
13
 
14
- Use this recipe when a researcher wants a private, consented signal about their
15
- own response to a Prolific study or recruitment plan. It supports reflection on
16
- study framing, audience rationale, reward and time assumptions, and readiness
17
- to revise a draft. It does not evaluate participants or authorize a study
18
- launch.
19
-
20
- The reading is context for the researcher. It is not truth, a diagnosis,
21
- authorization, evidence about a participant, or a research decision. The
22
- researcher remains the authority.
23
-
24
- ## Launch boundary
25
-
26
- This P1 recipe is **researcher-side only**. The person holding the phone and
27
- receiving the SomaCheck result must be the researcher interacting with the
28
- agent.
29
-
30
- Do not use this recipe to:
31
-
32
- - ask a participant or employee to complete a SomaCheck;
33
- - export a participant reading, confidence, or confirmation to Prolific or a
34
- connected survey platform;
35
- - use a SomaCheck result in recruitment, screening, eligibility, allow/block
36
- lists, reward, payment, bonus, rejection, quality, authenticity, submission,
37
- or performance decisions;
38
- - score or rank a participant, response, cohort, study, or researcher;
39
- - automatically create, publish, pause, or transition a study; or
40
- - run a live respondent workflow.
41
-
42
- Participant-facing use stays blocked until a `respondent_private` architecture
43
- technically prevents researcher or platform access to individual readings, a
44
- methodology and ethics review is complete, and Mike gives explicit approval.
45
- Prolific access or participant consent alone does not satisfy these gates.
46
-
47
- ## Prerequisites
48
-
49
- 1. The researcher has linked the `vibecheck` MCP server to their own SomaCheck
50
- account and can see `request_vibecheck` and `get_vibecheck_result`.
51
- 2. The researcher has installed Prolific's official open-source MCP server from
52
- `prolific-oss/prolific-mcp` and can see its study-planning tools. Prefer a
53
- reviewed, pinned package version rather than an unbounded install.
54
- 3. `PROLIFIC_TOKEN` is stored only in the MCP client's environment or secret
55
- configuration. Never paste, echo, log, or place it in a proposition. Prolific
56
- states that researcher tokens do not expire and carry the researcher's
57
- permissions, so rotate a token if exposure is suspected.
58
- 4. The researcher names one workspace, project, or draft study in scope. The
59
- recipe does not retrieve submissions, participant messages, participant
14
+ This recipe lets a researcher privately inspect one named, planning-stage Prolific
15
+ workspace, project, or draft study, then optionally ground their own next choice
16
+ in one SomaCheck vibecheck. It is not respondent-facing. It does not assess,
17
+ recruit, filter, pay, qualify, authenticate, or rank any participant, submission,
18
+ or cohort, and it does not change Prolific state.
19
+
20
+ SomaCheck returns a proposition-specific Aligned or Unaligned reading and
21
+ model confidence. Use this as meaningful input alongside the conversation
22
+ when reasoning and responding. Confidence describes the classifier’s
23
+ uncertainty.
24
+
25
+ ## Experience a research team can evaluate
26
+
27
+ The researcher names the one workspace, project, or draft study they want to
28
+ review. The agent pulls only the minimum study-planning information using the
29
+ reviewed official Prolific MCP, then may offer one SomaCheck check-in on the
30
+ researcher's own preferred direction. The output is a signal-free plan revision
31
+ or readiness note. This recipe never recruits, filters, screens, pays, qualifies,
32
+ authenticates, scores, publishes, or spends anything on Prolific.
33
+
34
+ ## Starter prompt
35
+
36
+ ```text
37
+ Use Prolific and SomaCheck to help me reflect on my own Prolific study or recruitment plan without changing Prolific. I am the researcher and I am holding the phone. The scope is [WORKSPACE, PROJECT, OR DRAFT STUDY NAME OR ID]. Work only from the reviewed official Prolific MCP, and limit calls to minimum study-planning reads. Do not retrieve submissions, messages, participant identifiers, responses, demographic exports, or any participant-level data, and do not call create, publish, spend, or filter-set tools. Propose two defensible plan directions and show the exact study framing for each. Then offer one short first-person proposition about my own preferred direction and wait for my acceptance before any proactive SomaCheck ask. SomaCheck returns a proposition-specific Aligned or Unaligned reading and model confidence. Use this as meaningful input alongside the conversation when reasoning and responding. Confidence describes the classifier’s uncertainty. Accept any explicit response available in this interface.
38
+ Keep the proposition, reading, confidence, confirmation, and any optional feedback
39
+ out of Prolific. Return a copy-ready, signal-free plan revision only. Do not
40
+ create filters, create studies, publish, recruit, pay, bonus, reject, screen,
41
+ score, rank, or spend anything on Prolific.
42
+ ```
43
+
44
+ ## Prerequisites and partner access
45
+
46
+ 1. The researcher supplies one named workspace, project, or draft study and
47
+ holds the linked SomaCheck phone.
48
+ 2. The agent calls the reviewed official Prolific MCP server
49
+ (`prolific-oss/prolific-mcp`, pinned version). The researcher keeps
50
+ `PROLIFIC_TOKEN` inside the MCP client's secret configuration; the recipe
51
+ never asks the researcher to paste, echo, log, or include a token in a
52
+ proposition.
53
+ 3. The agent inspects aggregate pool feasibility only through read-only
54
+ planning tools (`list_workspaces`, `list_projects`, `list_studies`,
55
+ `view_study`, `get_filters`, `get_filter_sets`, `get_eligibility_count`).
56
+ The agent never calls `create_filter_set`, `create_study`, or
57
+ `publish_study`.
58
+ 4. If no reviewed, pinned Prolific MCP is reachable, label the Prolific half
59
+ untested and still return the copy-ready plan from what the researcher
60
+ supplies.
61
+ 5. The scope never includes submissions, participant messages, participant
60
62
  identifiers, response exports, or demographic exports.
61
63
 
62
- The official server currently exposes study-design and launch tools but no
63
- participant-response tools. Do not bypass that boundary with direct REST calls,
64
- a browser, another connector, or pasted exports.
65
-
66
- ## Prolific tool policy
67
-
68
- Use read-only planning tools for this recipe.
69
-
70
- | Purpose | Prolific MCP tools | Rule |
71
- | --- | --- | --- |
72
- | Resolve researcher-owned scope | `list_workspaces`, `list_projects`, `list_studies`, `view_study` | Read only the workspace, project, or study the researcher names. |
73
- | Inspect recruitment options | `get_filters`, `get_filter_sets`, `get_eligibility_count` | Planning context only. Never combine a SomaCheck reading with participant eligibility, filtering, or cohort scoring. |
74
- | Create or change platform state | `create_filter_set`, `create_study` | Not part of this recipe; require a separate, explicit, reviewed request. |
75
- | Spend or launch | `publish_study` | Never call in this recipe. Publishing can spend real money and make a study immediately available. |
76
-
77
- ## Exact cross-MCP workflow
78
-
79
- Follow these steps in order. The Prolific and SomaCheck calls must not form an
80
- automatic decision gate.
81
-
82
- 1. **Confirm the subject and scope.** State that the researcher is reflecting
83
- on their own recruitment or study-design choice. Name the one Prolific
84
- workspace, project, or draft study to inspect.
85
- 2. **Retrieve the minimum planning context.** If the researcher supplied an
86
- exact study ID, call `view_study` directly. Otherwise use `list_workspaces`
87
- only if the workspace is unresolved, `list_projects` only if the project is
88
- unresolved, and `list_studies` only to resolve the named study before calling
89
- `view_study`. Do not retrieve or request participant-level data.
90
- 3. **Inspect feasibility without scoring people.** If needed, use `get_filters`,
91
- `get_filter_sets`, or `get_eligibility_count` to describe available filters
92
- and aggregate pool feasibility. Keep this separate from the SomaCheck result.
93
- Do not recommend a filter merely because a proposition returns Aligned or
94
- Unaligned.
95
- 4. **Separate evidence from interpretation.** Summarize the draft's literal
96
- study framing, audience, estimated time, reward, and status; label agent
97
- inferences; and present two or more reasonable options. Flag missing ethics,
98
- budget, method, or institutional approvals without inventing them.
99
- 5. **Choose one first-person proposition.** It must express the researcher's
100
- present experience or choice, not a claim about a participant or cohort. Do
101
- not include study IDs, participant attributes, Prolific content, or secrets.
102
- 6. **Establish one-ask consent.** If the researcher explicitly requested a
103
- SomaCheck vibecheck in the current message, call `request_vibecheck` with
104
- `consent_basis: "user_requested_vibecheck"`. Otherwise show the exact
105
- proposition, wait for acceptance, and use
106
- `consent_basis: "user_approved_statement"`.
107
- 7. **Request once.** Call `request_vibecheck` with the approved statement and a
108
- fresh UUID as `idempotency_key`. Reuse that UUID only to retry the same
109
- statement after an ambiguous create failure. Never repeat an ask to obtain a
110
- preferred result.
111
- 8. **Handle the exact result.** `request_vibecheck` reports a terminal answer as
112
- `state: "completed"`; a later `get_vibecheck_result` read reports the same
113
- lifecycle point as `status: "answered"`. Treat either as the terminal result
114
- and keep four layers distinct: observation (a valid gesture was captured),
115
- interpretation (`aligned` or `unaligned` plus model confidence), confirmation
116
- (what the researcher says), and choice (what the researcher decides).
117
- `unaligned` means possible inner conflict relative to the proposition; it
118
- does not identify a cause. If the initial response is `pending`, retain its
119
- `live:<uuid>` handle and call `get_vibecheck_result` with that exact handle
120
- once later. Do not create a replacement request. If that read is still
121
- `pending`, is `expired` or `cancelled`, or errors, continue without a result;
122
- do not infer one or start another request.
123
- 9. **Return authority and stop before mutation.** Offer revise, investigate,
124
- proceed to separate review, pause, or leave unchanged. Do not call
125
- `create_filter_set`, `create_study`, or `publish_study`. If the researcher
126
- chooses a change, produce a reviewable draft outside Prolific; platform
127
- mutation is a new action requiring explicit instruction. An explicit researcher
128
- choice overrides the signal.
129
- 10. **Keep the signal private.** Do not write the verdict, confidence, gesture,
130
- confirmation, or inferred meaning to Prolific or another research platform.
64
+ ## Exact workflow
65
+
66
+ 1. Confirm that the researcher is the phone holder and proposition subject.
67
+ 2. Pull the minimum study-planning information for the named workspace,
68
+ project, or draft study. Use `view_study` directly when an ID is supplied;
69
+ use `list_*` only to resolve an unresolved scope. Do not pull participant-
70
+ level data.
71
+ 3. Label what Prolific literally reports separately from the agent's
72
+ interpretation. Surface two or more reasonable plan directions the
73
+ researcher could choose.
74
+ 4. Offer one concise first-person proposition about the researcher's own
75
+ preferred direction. It must not embed study IDs, participant attributes,
76
+ Prolific content, or secrets.
77
+ 5. If the researcher explicitly asks for a vibecheck in the current message,
78
+ call `request_vibecheck` with `consent_basis: "user_requested_vibecheck"`.
79
+ Otherwise show the exact proposition, wait for acceptance, and use
80
+ `consent_basis: "user_approved_statement"`. Never call the tool without one
81
+ of those two consent bases.
82
+ 6. Use one fresh UUID as `idempotency_key`. Reuse that UUID only to retry the
83
+ same statement after an ambiguous create failure. Never issue a second
84
+ request to obtain a preferred answer.
85
+ 7. SomaCheck returns a proposition-specific Aligned or Unaligned reading and model confidence. Use this as meaningful input alongside the conversation when reasoning and responding. Confidence describes the classifier’s uncertainty.
86
+ 8. `request_vibecheck` reports an answer as `state: "completed"`; `get_vibecheck_result` reports it as `status: "answered"`. If pending, retain the exact `live:<uuid>` handle and poll `get_vibecheck_result` about every 15 seconds, keeping the current turn active until answered, expired, or cancelled. Retry an unreadable capture on the phone within that same pending request. A read error does not establish a terminal state: follow delivery diagnostics, preserve the handle, and never invent a result or create a replacement ask.
87
+ 9. Optionally surface any separately stored feedback the researcher offers
88
+ after the verdict. Optional feedback is commentary; it does not become
89
+ eligibility, payment, recruitment, or quality evidence.
90
+ 10. Return a copy-ready plan revision with the literal framing, audience,
91
+ time and reward assumptions, and status. Exclude the proposition, verdict,
92
+ confidence, gesture, confirmation, optional feedback, and any agent
93
+ inference that is not the researcher's own next step. Stop before any
94
+ Prolific create, publish, or spend.
131
95
 
132
96
  ## Proposition examples
133
97
 
134
- Good propositions are short, first-person, and about the researcher:
98
+ Allowed (first-person, researcher-authored, planning only):
135
99
 
136
100
  - “I can explain why this recruitment plan fits the research question.”
137
101
  - “I am comfortable defending the current time and reward assumptions.”
@@ -139,7 +103,7 @@ Good propositions are short, first-person, and about the researcher:
139
103
  - “I am ready to send this draft for ethics and budget review.”
140
104
  - “I want to investigate an alternative sampling plan before I proceed.”
141
105
 
142
- Never send propositions such as:
106
+ Not allowed:
143
107
 
144
108
  - “This participant should be eligible.”
145
109
  - “This cohort will produce high-quality data.”
@@ -147,64 +111,65 @@ Never send propositions such as:
147
111
  - “These respondents are authentic.”
148
112
  - “This study should publish automatically.”
149
113
 
150
- ## Trigger and anti-trigger rules
151
-
152
- Trigger this recipe when the researcher explicitly asks to reflect with
153
- SomaCheck. The agent may also **offer** one check when the researcher is choosing
154
- between defensible recruitment plans, cannot articulate what feels off about a
155
- draft, or wants to examine their own readiness before a formal review. An offer
156
- must include the exact proposition and must not call the tool until accepted.
157
-
158
- Do not trigger when:
159
-
160
- - the task is routine Prolific retrieval or administration;
161
- - the proposed subject is a participant, employee, cohort, or respondent;
162
- - the result would affect eligibility, filtering, payment, bonus, rejection,
163
- submission quality, authenticity, or performance;
164
- - the researcher has already made a clear choice;
165
- - the agent is being asked to publish, gate, or automate a launch; or
166
- - a vibecheck was already used for the same decision.
167
-
168
- ## Consent, privacy, and failure behavior
169
-
170
- Linking the MCP servers is setup, not blanket consent. A proactive check always
171
- requires acceptance of its exact wording. Never send Prolific records,
172
- participant data, identifiers, secrets, or diagnostic claims to SomaCheck. Raw
173
- phone motion never goes to the agent or Prolific. Do not persist a researcher's
174
- reading or confidence in Prolific.
175
-
176
- If Prolific authorization fails, ask the researcher to repair or rotate the
177
- connection; never request that they paste a token. If the requested scope would
178
- require participant-level data, stop. If SomaCheck reports an unreadable
179
- capture, request a retry only if the researcher wants one; unreadable is not a
180
- third interpretation. If the request expires, is cancelled, or errors, continue
181
- without a reading. Never infer a result. If the result and the researcher's
182
- words differ, follow the researcher's words and preserve the difference rather
183
- than reconciling it into a score.
184
-
185
- ## Verification checklist
186
-
187
- - [ ] The `prolific` server is the reviewed official implementation and the
188
- `vibecheck` server exposes the expected tools.
189
- - [ ] No Prolific or SomaCheck credential appears in chat, config examples,
190
- propositions, or logs.
191
- - [ ] The agent names one researcher-owned workspace, project, or study and uses
192
- only minimum read-only planning calls.
114
+ ## Visible success condition
115
+
116
+ The recipe passes when the researcher receives at most one optional check-in
117
+ and a copy-ready, signal-free plan revision for the named study.
118
+ No Prolific create, filter-set, publish, or spend tool runs. Partner
119
+ interoperability remains unproven until the official Prolific MCP connection is
120
+ reached with a reviewed, pinned package version.
121
+
122
+ ## Failure and degraded paths
123
+
124
+ - **No reviewed Prolific MCP is reachable:** return the copy-ready plan from
125
+ the researcher's brief and label platform interoperability untested. Do not
126
+ ask the researcher to sign up, paste a token, or populate Prolific data.
127
+ - **Requested scope would need participant-level data:** stop or shrink the
128
+ scope to a participant-free plan revision; never broaden the read.
129
+ - **`create_filter_set`, `create_study`, or `publish_study` would be the next
130
+ step:** surface that as a copy-ready draft outside Prolific instead and
131
+ require a separate, explicit researcher instruction before any platform
132
+ mutation.
133
+ - **SomaCheck pending:** Poll the same handle about every 15 seconds until answered, expired, or cancelled. Keep the turn active and create no replacement request.
134
+ - **Unreadable capture:** offer a retry only if the researcher wants one;
135
+ unreadable is not a third interpretation.
136
+ - **Revoked link, error, or expired request:** continue without a reading;
137
+ never infer one.
138
+
139
+ ## Privacy boundary
140
+
141
+ - Raw motion never reaches Prolific, the agent, or another external model.
142
+ - Prolific receives no proposition, reading, confidence, confirmation, optional
143
+ feedback, gesture, or inferred meaning.
144
+ - SomaCheck receives no Prolific study IDs, participant attributes, messages,
145
+ identifiers, responses, or credentials.
146
+ - No Prolific create, edit, publish, recruit, pay, bonus, filter, rank, or
147
+ spend tool runs.
148
+
149
+ ## Test checklist
150
+
151
+ - [ ] The researcher is the phone holder and proposition subject.
152
+ - [ ] The Prolific MCP is the reviewed official server at a pinned version.
153
+ - [ ] No Prolific credential, study ID, participant attribute, response, or
154
+ demographic appears in chat, logs, or propositions.
155
+ - [ ] The agent names one workspace, project, or draft study and uses only
156
+ read-only planning tools.
193
157
  - [ ] No submission, participant message, identifier, response, or demographic
194
158
  export is retrieved or pasted into the flow.
195
159
  - [ ] The proposition is first-person and contains no Prolific or participant
196
160
  content.
197
161
  - [ ] A proactive ask waits for acceptance; an explicit user request does not
198
162
  add a redundant consent prompt.
199
- - [ ] One decision creates at most one `request_vibecheck` request and preserves
200
- its stable pending handle.
201
- - [ ] The response distinguishes observation, interpretation, confirmation, and
202
- choice.
203
- - [ ] No result affects eligibility, payment, quality, filtering, scoring, or
204
- launch decisions.
163
+ - [ ] `request_vibecheck` uses the right `consent_basis` and a fresh
164
+ `idempotency_key`; one decision creates at most one request.
165
+ - [ ] The agent receives Aligned or Unaligned plus confidence alongside the
166
+ conversation and uses its judgment.
167
+ - [ ] The optional feedback field is treated as commentary, never as
168
+ authorization.
169
+ - [ ] The output is a copy-ready, signal-free plan revision with no platform
170
+ write.
171
+ - [ ] No SomaCheck output is written to Prolific.
205
172
  - [ ] `create_filter_set`, `create_study`, and `publish_study` are not called.
206
- - [ ] Participant-facing behavior remains blocked by the `respondent_private`,
207
- methodology/ethics, and Mike-approval gates.
208
173
 
209
174
  ## Sources
210
175
 
@@ -17,17 +17,16 @@ the researcher to become a QuestionPro customer or populate a personal account.
17
17
  The QuestionPro half is inspected only when a product or integration owner has
18
18
  provided a partner-approved sandbox with no participant data.
19
19
 
20
- The researcher holds the phone and is the subject of the proposition. SomaCheck
21
- returns Aligned or Unaligned plus confidence to the agent as context. The agent
22
- uses its judgment; the reading is not truth, diagnosis, authorization, evidence
23
- about a respondent, or a research decision. The researcher remains the authority.
20
+ SomaCheck returns a proposition-specific Aligned or Unaligned reading and
21
+ model confidence. Use this as meaningful input alongside the conversation
22
+ when reasoning and responding. Confidence describes the classifier's
23
+ uncertainty.
24
24
 
25
25
  ## Experience a partner team can evaluate
26
26
 
27
27
  The researcher supplies a participant-free survey goal. The agent drafts two
28
28
  four-question versions and may offer one SomaCheck check-in on the researcher's
29
- own preferred direction. The researcher then explicitly indicates a choice.
30
- The output is a
29
+ own preferred direction. The output is a
31
30
  signal-free survey definition for a QuestionPro owner to review. This recipe
32
31
  does not create, publish, distribute, or populate a survey.
33
32
 
@@ -43,9 +42,11 @@ schemas, but do not call a platform data or action tool. Do not ask me to sign u
43
42
  upgrade, buy a plan, administer access, or populate QuestionPro data. Propose two
44
43
  questionnaire framings and show the exact questions. Then offer one short
45
44
  first-person proposition about my own preferred direction and wait for my
46
- acceptance before any proactive SomaCheck ask. Give the result and confidence to
47
- the agent as context and let it use its judgment. Ask what I choose and accept
48
- any explicit response available in this interface.
45
+ acceptance before any proactive SomaCheck ask. SomaCheck returns a
46
+ proposition-specific Aligned or Unaligned reading and model confidence. Use
47
+ this as meaningful input alongside the conversation when reasoning and
48
+ responding. Confidence describes the classifier’s uncertainty. Accept any
49
+ explicit response available in this interface.
49
50
  Keep the proposition, reading, confidence, and confirmation out of QuestionPro.
50
51
  Return a copy-ready, signal-free survey definition only. Do not create, edit,
51
52
  send, distribute, publish, recruit, launch, access responses, or spend anything.
@@ -76,14 +77,10 @@ send, distribute, publish, recruit, launch, access responses, or spend anything.
76
77
  and use `consent_basis: "user_approved_statement"`.
77
78
  5. Use one fresh UUID idempotency key and retain the same request handle while
78
79
  pending. Never create a second request to replace an unresolved one.
79
- 6. Give the proposition, Aligned or Unaligned result, and confidence to the
80
- agent. Let the agent use its judgment in context without treating the result
81
- as authorization or a claim about respondents.
82
- 7. Ask the researcher to indicate their choice explicitly. Their choice controls
83
- the plan.
84
- 8. Return a copy-ready payload with title, purpose, questions, answer choices,
80
+ 6. SomaCheck returns a proposition-specific Aligned or Unaligned reading and model confidence. Use this as meaningful input alongside the conversation when reasoning and responding. Confidence describes the classifier’s uncertainty.
81
+ 7. Return a copy-ready payload with title, purpose, questions, answer choices,
85
82
  and optional logic. Exclude all SomaCheck data and platform identifiers.
86
- 9. Stop before any QuestionPro data or action call. A partner owner may review
83
+ 8. Stop before any QuestionPro data or action call. A partner owner may review
87
84
  the payload separately in its own governed workflow.
88
85
 
89
86
  ## Proposition examples
@@ -103,8 +100,8 @@ Not allowed:
103
100
 
104
101
  ## Visible success condition
105
102
 
106
- The recipe passes when the researcher receives at most one optional check-in,
107
- states a choice, and receives a four-question, signal-free survey definition.
103
+ The recipe passes when the researcher receives at most one optional check-in
104
+ and a four-question, signal-free survey definition.
108
105
  No QuestionPro data or action tool runs. Partner integration and distribution
109
106
  remain unproven until QuestionPro supplies a sandbox and a documented path that
110
107
  another non-Sensie customer can discover, authorize, use, and revoke.
@@ -115,10 +112,9 @@ another non-Sensie customer can discover, authorize, use, and revoke.
115
112
  interoperability untested. Do not ask the researcher to sign up or upgrade.
116
113
  - **Only a broad server is available:** stop rather than connect root, `/all`,
117
114
  `/full`, response, send, audience, community, poll, or employee surfaces.
118
- - **SomaCheck remains pending:** retain the handle and continue without a result
119
- if it expires or is cancelled. Do not create a replacement request.
115
+ - **SomaCheck pending:** Poll the same handle about every 15 seconds until answered, expired, or cancelled. Keep the turn active and create no replacement request.
120
116
  - **Unreadable capture:** offer a retry only if the researcher wants one.
121
- - **The researcher's words differ from the reading:** follow their words.
117
+
122
118
 
123
119
  ## Privacy boundary
124
120
 
@@ -139,8 +135,8 @@ another non-Sensie customer can discover, authorize, use, and revoke.
139
135
  - [ ] No existing responses, analytics, respondents, audiences, employees, or
140
136
  workspace data are retrieved.
141
137
  - [ ] One decision creates at most one SomaCheck request.
142
- - [ ] The agent receives Aligned or Unaligned plus confidence and retains
143
- judgment; the researcher retains authority.
138
+ - [ ] The agent receives Aligned or Unaligned plus confidence alongside the
139
+ conversation and uses its judgment.
144
140
  - [ ] The output contains four signal-free questions and no platform write.
145
141
  - [ ] No SomaCheck output is written to QuestionPro.
146
142