From 77c2b09f9ae1ed4ac22e61afa8216fcc924ac487 Mon Sep 17 00:00:00 2001 From: h Date: Sat, 29 Aug 2026 20:54:19 +0200 Subject: [PATCH] docs(config): example allows every project --- t3code.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t3code.example.toml b/t3code.example.toml index 25fb1f5..e6cdcd7 100644 --- a/t3code.example.toml +++ b/t3code.example.toml @@ -7,13 +7,13 @@ [machines.mac] url = "http://100.65.207.48:3773" token_env = "T3_MAC_TOKEN" -projects = ["t3-smoke", "/Users/h/projects/openprise/beaver/*"] +projects = ["*"] model = "claudeAgent/claude-opus-5" options = { effort = "high", contextWindow = "1m" } [machines.dell] url = "http://100.76.140.93:3773" token_env = "T3_DELL_TOKEN" -projects = ["/root/projects", "/root/projects/*"] +projects = ["*"] model = "claudeAgent/claude-opus-5" options = { effort = "high", contextWindow = "1m" }