The README shows bash / POSIX examples for phantom exec, phantom start, and environment variable exports. Windows users need PowerShell / cmd.exe equivalents.
Fix
Add a Windows subsection to Quick Start covering:
- Install via
npx phantom-secrets (works unchanged)
- PowerShell env-var syntax:
$env:OPENAI_BASE_URL = "http://127.0.0.1:PORT/openai"
cmd.exe env-var syntax: set OPENAI_BASE_URL=http://127.0.0.1:PORT/openai
- Note which features are Windows-limited until the tracker issues land (clipboard auto-clear, daemon mode)
- Recommend Windows Terminal + Git for Windows
Severity
Polish.
Tracker: #1
The README shows bash / POSIX examples for
phantom exec,phantom start, and environment variable exports. Windows users need PowerShell /cmd.exeequivalents.Fix
Add a Windows subsection to Quick Start covering:
npx phantom-secrets(works unchanged)$env:OPENAI_BASE_URL = "http://127.0.0.1:PORT/openai"cmd.exeenv-var syntax:set OPENAI_BASE_URL=http://127.0.0.1:PORT/openaiSeverity
Polish.
Tracker: #1