fix: suppress ExperimentalWarning, PEP 668 guidance, setup help (#116) #117

Merged
xiaomo merged 1 commits from fix/116-setup-ux-2 into main 2026-06-05 16:15:27 +00:00

1 Commits

Author SHA1 Message Date
xiaoju 7a788a9d90 fix: suppress ExperimentalWarning, PEP 668 guidance, setup help
CI / check (pull_request) Successful in 2m31s
- All 5 CLI bins: shebang --disable-warning=ExperimentalWarning
- Remove NODE_OPTIONS injection from thread.ts spawn (redundant now)
- Bootstrap pip install: venv (recommended) / pipx / source options
- setup --help mentions interactive wizard mode
- Update shebang test to accept -S flag

Fixes #116
2026-06-05 16:12:06 +00:00