Skip to content

Commit 4b57b95

Browse files
committed
chore: update TODO comments
1 parent fd84df0 commit 4b57b95

File tree

1 file changed

+2
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+2
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ variable "report_tasks_system_prompt" {
190190
type = bool
191191
description = "Include the Coder system prompt for task reporting when report_tasks is true. Defaults to false for backward compatibility, will default to true in the next major release."
192192
# TODO(major): default to true in the next major release
193-
# Related to PR: https://github.com/coder/registry/pull/443
193+
# Context PR: https://github.com/coder/registry/pull/443
194+
# See discussion for the `report_tasks` variable definition: https://github.com/coder/registry/pull/443#discussion_r2405788746
194195
default = false
195196
}
196197

0 commit comments

Comments
 (0)