Compress one validated interaction batch into a compact human line, e.g. clicked "Playful pink"; changed "vibe" to "pink"; typing in "email".
clicked "Playful pink"; changed "vibe" to "pink"; typing in "email"
Pure: consecutive same-field input (typing) records are deduped (the LAST wins — matching the recorder's latest-value semantics), values are defensively re-truncated to WHITEBOARD_INTERACTION_VALUE_MAX_CHARS, and the whole line is capped at WHITEBOARD_INTERACTION_SUMMARY_MAX_CHARS chars (ellipsized).
input
Compress one validated interaction batch into a compact human line, e.g.
clicked "Playful pink"; changed "vibe" to "pink"; typing in "email".Pure: consecutive same-field
input(typing) records are deduped (the LAST wins — matching the recorder's latest-value semantics), values are defensively re-truncated to WHITEBOARD_INTERACTION_VALUE_MAX_CHARS, and the whole line is capped at WHITEBOARD_INTERACTION_SUMMARY_MAX_CHARS chars (ellipsized).