Skip to content

Commit 6c5fbee

Browse files
committed
ref: bun fmt
1 parent 36cebbd commit 6c5fbee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ module "claude-code" {
7070
7171
# --- Task Configuration ---
7272
task_prompt = data.coder_parameter.task_prompt.value
73-
continue = true # will fail in a new workspace with no conversation/session to continue
73+
continue = true # will fail in a new workspace with no conversation/session to continue
7474
model = "sonnet"
7575
7676
# --- Permissions & Tools ---
77-
permission_mode = "plan"
77+
permission_mode = "plan"
7878
7979
# --- MCP Configuration ---
80-
mcp =<<-EOF
80+
mcp = <<-EOF
8181
{
8282
"mcpServers": {
8383
"my-custom-tool": {

0 commit comments

Comments
 (0)