File shellware
File shellware, internally named pmio, works with CPS file paths in an attached filesystem. It is the normal tool bundle for repository and document work.
Read and inspect
read returns a file's content or a readable description.
readLines reads a selected line range. list shows directory contents. stat reports file or directory details. grep searches file contents.
Change files
write creates or replaces a file. editFile makes targeted replacements, while editFileByPatch applies a precise patch to one existing file.
mkdir creates a directory. rename moves a file. remove deletes one file.
Transfer
download copies a resource into the workspace. upload places a workspace file in an attached bucket.
Use the narrowest safe operation: inspect first, patch an existing file when possible, and use write for new or intentionally replaced content.
