Conductor/new-workspace
New workspace from a prompt
Creates a fresh workspace in a repo, with the prompt already entered.
Format
conductor://prompt={prompt}&path={path}Try it
conductor://prompt=Refactor%20auth&path=/Users/dev/myrepoOpenWhat you supply
{prompt}Text to pre-populate in the new workspace.
URL-encode it.
{path}optionalAbsolute path of the repository to target.
Drop
&path=entirely to use the first available repository.
Note the shape: conductor://prompt=…, with no ? before the first key. This is not a query
string, and a URL builder will not produce it correctly.
path fails soft. Point it at a repository Conductor does not have configured and you do not
get an error — you get a workspace in the first available repository instead. Check the path
before you hand the link to somebody.