You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ws.noteWarning("tutorial 01 documents the interactive wizard, but the acceptance harness uses the equivalent non-interactive `gc init ~/my-city --provider claude` path because the wizard requires a real TTY")
ws.noteWarning("tutorial 01 documents the interactive wizard, but the acceptance harness uses the equivalent non-interactive `gc init ~/my-city --provider claude --skip-provider-readiness` path because the wizard requires a real TTY and CI does not carry interactive Claude auth")
45
+
out, err:=ws.runShell("gc init ~/my-city --provider claude --skip-provider-readiness", "")
46
46
iferr!=nil {
47
47
t.Fatalf("gc init wizard: %v\n%s", err, out)
48
48
}
49
49
for_, want:=range []string{
50
50
"Welcome to Gas City!",
51
51
`Initialized city "my-city" with default provider "claude".`,
0 commit comments