From 83fa7a76ee34823a39e7d52c9650c51f8a672ef6 Mon Sep 17 00:00:00 2001 From: JY Tan Date: Mon, 29 Dec 2025 14:45:51 -0800 Subject: [PATCH] Update templates --- internal/templates/code-relaxed.json | 3 +++ internal/templates/code.json | 3 +++ internal/templates/disable-telemetry.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/internal/templates/code-relaxed.json b/internal/templates/code-relaxed.json index aa56b5a..4d18d41 100644 --- a/internal/templates/code-relaxed.json +++ b/internal/templates/code-relaxed.json @@ -21,6 +21,9 @@ ".", // Temp files "/tmp", + + // Local cache, needed by tools like `uv` + "~/.cache/**", // Claude Code state/config "~/.claude*", diff --git a/internal/templates/code.json b/internal/templates/code.json index 848f443..ecfebd9 100644 --- a/internal/templates/code.json +++ b/internal/templates/code.json @@ -59,6 +59,9 @@ // Temp files "/tmp", + // Local cache, needed by tools like `uv` + "~/.cache/**", + // Claude Code state/config "~/.claude*", "~/.claude/**", diff --git a/internal/templates/disable-telemetry.json b/internal/templates/disable-telemetry.json index 5bdf0df..e5250dd 100644 --- a/internal/templates/disable-telemetry.json +++ b/internal/templates/disable-telemetry.json @@ -85,6 +85,9 @@ ".", "/tmp", + // Local cache, needed by tools like `uv` + "~/.cache/**", + // Claude Code state/config "~/.claude*", "~/.claude/**",