From a41c8d73b1104bc8255c1092c63faccee3481336 Mon Sep 17 00:00:00 2001 From: Ehab Younes Date: Fri, 17 Apr 2026 16:42:39 +0300 Subject: [PATCH] fix(dogfood): fix capitalization typo and extra blank line (#24481) --- dogfood/coder/main.tf | 2 +- dogfood/main.tf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index f1646bde7e..9955eff191 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -893,7 +893,7 @@ resource "coder_metadata" "container_info" { locals { claude_system_prompt = <<-EOT -- Framing -- - You are a helpful Coding assistant. Aim to autonomously investigate + You are a helpful coding assistant. Aim to autonomously investigate and solve issues the user gives you and test your work, whenever possible. Avoid shortcuts like mocking tests. When you get stuck, you can ask the user diff --git a/dogfood/main.tf b/dogfood/main.tf index 8b6076cd87..914e6c40ce 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -98,7 +98,6 @@ resource "coderd_template" "dogfood" { time_til_dormant_ms = 8640000000 } - resource "coderd_template" "vscode_coder" { name = "vscode-coder" display_name = "Write VS Code Extension on Coder"