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
15 lines
573 B
Markdown
15 lines
573 B
Markdown
---
|
|
"@united-workforce/cli": patch
|
|
"@united-workforce/agent-hermes": patch
|
|
"@united-workforce/agent-claude-code": patch
|
|
"@united-workforce/agent-builtin": patch
|
|
"@united-workforce/agent-mock": 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
|