Skip to content

Commit 4a0c9fb

Browse files
docs(readme): document PowerShell CLI tip
1 parent 8197730 commit 4a0c9fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,16 @@ For MCP server usage, point your client at `index.js` (source) to avoid stdio tr
207207
- Performance optimization
208208
- Embedding in other projects
209209

210+
#### PowerShell CLI tip
211+
212+
When invoking the lightweight CLI from PowerShell, use `--%` to prevent PowerShell from rewriting JSON arguments, for example:
213+
214+
```powershell
215+
node --% index.js call start_task --args "{\"description\":\"Convert docs to HTML during build\",\"type\":\"feature\"}"
216+
```
217+
218+
The `--%` prefix and escaped double quotes ensure the JSON reaches the MCP server unchanged.
219+
210220
## 📁 Project-Specific Workflow State
211221

212222
When you install this package in a project, a `.state/workflow-state.json` file is automatically created in your project root. This file:

0 commit comments

Comments
 (0)