importfreeflowuniverse.herolib.core.playbookimportfreeflowuniverse.herolib.core.basemuts:=base.session_new(coderoot:'/tmp/code'interactive:true)!// Path to the code execution directory
pathstring// Command text to execute (e.g., "ls -la")
textstring// Git repository URL for version control
git_urlstring// Pull latest changes from git
git_pullbool// Git branch to use
git_branchstring// Reset repository before pull
git_resetbool// Execute command after setup
executebool=true// Optional session object for state management
session?&base.Sessionmutplbook:=playbook.new(text:"....",session:s)or{panic(err)}