docs(config): example allows every project
This commit is contained in:
+2
-2
@@ -7,13 +7,13 @@
|
|||||||
[machines.mac]
|
[machines.mac]
|
||||||
url = "http://100.65.207.48:3773"
|
url = "http://100.65.207.48:3773"
|
||||||
token_env = "T3_MAC_TOKEN"
|
token_env = "T3_MAC_TOKEN"
|
||||||
projects = ["t3-smoke", "/Users/h/projects/openprise/beaver/*"]
|
projects = ["*"]
|
||||||
model = "claudeAgent/claude-opus-5"
|
model = "claudeAgent/claude-opus-5"
|
||||||
options = { effort = "high", contextWindow = "1m" }
|
options = { effort = "high", contextWindow = "1m" }
|
||||||
|
|
||||||
[machines.dell]
|
[machines.dell]
|
||||||
url = "http://100.76.140.93:3773"
|
url = "http://100.76.140.93:3773"
|
||||||
token_env = "T3_DELL_TOKEN"
|
token_env = "T3_DELL_TOKEN"
|
||||||
projects = ["/root/projects", "/root/projects/*"]
|
projects = ["*"]
|
||||||
model = "claudeAgent/claude-opus-5"
|
model = "claudeAgent/claude-opus-5"
|
||||||
options = { effort = "high", contextWindow = "1m" }
|
options = { effort = "high", contextWindow = "1m" }
|
||||||
|
|||||||
Reference in New Issue
Block a user