Record Goal Interpretation
record_goal_interpretationSave the clarified meaning of the Goal card as a reference to judge future events that resolve it during the solo RPG session.
Instructions
Save the player-and-Claude-agreed meaning of the Goal card onto the Goal, for later reference.
Call once, during the Sitting, right after the player has answered what
the Goal means and Claude has reflected that answer back in a sentence
or two — pass that reflected sentence in. This becomes the saved
reference that complete_goal later checks against (via get_sheet's
'goal' field) to judge whether a moment in play genuinely resolves the
Goal.
interpretation: a plain-language sentence or two capturing what the
Goal means for this character — Claude's own reflected summary, not a
verbatim quote of the player's answer.
Raises ValueError if called before draw_goal_card has dealt a Goal.
Not idempotent: overwrites any existing interpretation on the shared
Goal. Returns the full updated Goal card dict, including the new
'interpretation' field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interpretation | Yes |