Skip to content

Commit 86a75d7

Browse files
committed
Relax responder phase token check to warning-only
1 parent a5dfe6a commit 86a75d7

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

psyflow/contracts/v0.1.0/responder_context.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ required_context_fields_any:
1414
- phase=
1515
- deadline_s=
1616
- valid_keys=
17-
required_context_phase_tokens_any:
18-
- choice
19-
- response
20-
- decision
21-
- offer
22-
- probe
23-
- selection
24-
- signal
25-
- reveal
26-
- playback
27-
- rest
2817
recommended_context_fields_any:
2918
- condition_id=
3019
- block_id=
3120
- task_factors=
21+
recommended_context_phase_tokens_any:
22+
- cue
23+
- fixation
24+
- target
25+
- response
26+
- choice
27+
- decision
28+
- feedback
29+
- iti
3230
notes:
33-
- phase labels are task-specific; do not hardcode paradigm-specific names.
31+
- phase labels are task-specific; validator should not hard-fail on phase naming style.
3432
- run_trial should execute an auditable trial flow and return serializable trial_data.

0 commit comments

Comments
 (0)