From 89535e5d18eb5ce6b645ebd7b16fe906cce599e5 Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Thu, 15 Jan 2026 17:13:04 -0800 Subject: [PATCH] [compiler] More claude config --- compiler/.claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/.claude/settings.local.json b/compiler/.claude/settings.local.json index cedea420a7..3508150f59 100644 --- a/compiler/.claude/settings.local.json +++ b/compiler/.claude/settings.local.json @@ -9,7 +9,10 @@ "Bash(done)", "Bash(cat:*)", "Bash(sl revert:*)", - "Bash(yarn workspace snap run build:*)" + "Bash(yarn workspace snap run build:*)", + "Bash(yarn tsc:*)", + "Bash(yarn snap:build)", + "Bash(timeout 30 yarn snap:*)" ], "deny": [], "ask": []