You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaffold a new workflow project. Without [name], scaffolds into the current directory using the cwd basename as the workflow name. With [name], creates ./<name>/ and uses that as the slug. The flat layout matches what workflow execution run <slug> already discovers — no manual file moves.
Alias of eigenpal init <name>. Kept so the init {workflow,agent} namespace stays visible — once the agent surface lights up, both kinds will live as siblings here.
eigenpal init agent [options] <name>
Scaffold a new agent (agentic process) project — coming soon. The namespace is reserved so the workflow / agent split is visible from day one.
Details
eigenpal init workflow [options] <name>
Alias of eigenpal init <name>. Kept so the init {workflow,agent} namespace stays visible — once the agent surface lights up, both kinds will live as siblings here.
Arguments
Name
Required
Variadic
Description
name
yes
no
Options
Flag
Required
Default
Description
--template <name>
no
Skip the picker; use this template
--dir <dir>
no
Target directory (default: ./)
--yes
no
Non-interactive: pick the default template (blank)
eigenpal init agent [options] <name>
Scaffold a new agent (agentic process) project — coming soon. The namespace is reserved so the workflow / agent split is visible from day one.