Files
united-workforce/.changeset/setup-ux-2.md
T
xiaoju 7a788a9d90
CI / check (pull_request) Successful in 2m31s
fix: suppress ExperimentalWarning, PEP 668 guidance, setup help
- 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

573 B

@united-workforce/cli, @united-workforce/agent-hermes, @united-workforce/agent-claude-code, @united-workforce/agent-builtin, @united-workforce/agent-mock
@united-workforce/cli @united-workforce/agent-hermes @united-workforce/agent-claude-code @united-workforce/agent-builtin @united-workforce/agent-mock
patch patch patch patch patch

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

  • All CLI bins use shebang #!/usr/bin/env -S node --disable-warning=ExperimentalWarning
  • Remove NODE_OPTIONS injection from spawn (shebang handles it)
  • Bootstrap pip install guidance covers venv/pipx/source options for PEP 668 systems
  • uwf setup --help mentions interactive wizard mode