7a788a9d90
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
573 B
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 --helpmentions interactive wizard mode