From fbf003d7ec23c63d3d0bfc8700012972285d8009 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 25 Jul 2025 06:32:40 +0200 Subject: [PATCH] Add comment --- app/models/command/parser/context.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/command/parser/context.rb b/app/models/command/parser/context.rb index cb5a7e0a4..ee90de458 100644 --- a/app/models/command/parser/context.rb +++ b/app/models/command/parser/context.rb @@ -3,6 +3,8 @@ class Command::Parser::Context MAX_CARDS = 75 + # TODO: +source_context+, +originally_viewing_card_contents?+ and +original_cards+ are part + # of a workaround for the "get insight" experiment. I'll remove once I remove that. def initialize(user, url:, script_name: "", source_context: nil) @user = user @url = url