Function: executeReadFile()
executeReadFile(
args,cwd?):ReadFileResult
Defined in: packages/aiui-claude-channel/src/linter-tools.ts:95
Execute a read_file call. cwd is the prompt cwd (relative paths resolve against it); absent → the process cwd. Never throws.
Parameters
args
Record<string, unknown>
cwd?
string