docs(config): example allows every project

This commit is contained in:
hh
2026-08-29 20:54:19 +02:00
parent c86f34c9fa
commit 77c2b09f9a
+2 -2
View File
@@ -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" }