- Create `codewalker` module with file system utilities - Refactor `Workspace` file operations to use `codewalker` - Add `include_tree` flag to `HeropromptChild` struct - Implement new `/selection` API endpoint for workspace - Sync frontend selection state to backend via new API
heroprompt
To get started
import freeflowuniverse.herolib.clients. heroprompt
mut client:= heroprompt.get()!
client...
example heroscript
!!heroprompt.configure
secret: '...'
host: 'localhost'
port: 8888