| test(setup_cli): accept either zh/en setup-success marker
The smoke test asserted the stdout contains "Setup 完成", but in a fresh
tmpdir there is no config.toml, so locale detection falls back to the
system default. On CI / English-locale dev machines that produces
"Setup complete" instead, and the test fails despite setup itself
succeeding (exit 0, skill installed).
Accept either marker so the assertion tracks "setup succeeded", not
"setup ran under a Chinese locale".
| 13 天前 |