You'll notice
The Workflow tool rejects a name or scriptPath containing control or invisible formatting characters.
The Workflow tool's name and scriptPath inputs are now validated against a normalization check and rejected if they contain control or invisible formatting characters.
Names in the bundlescriptPath
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
Confirmed since
Anthropic's documentation has since written up scriptPath, on Agent SDK reference - TypeScript.
| `scriptPath` | `string` | Path to the persisted workflow script for this run. Edit it and pass back as `scriptPath` to rerun without resending the script |agent-sdk/typescript see the edit
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees
Anthropic's documentation has since written up scriptPath, on Agent SDK reference - TypeScript.