$ contree ls --helpusage: contree ls [-h] [path]List files in the session image.Uses the /inspect/ API to list directory contents without spawning aninstance. Defaults to the session working directory (set via `cd`).In default format, the API returns a pre-formatted text listing. Instructured formats (json, csv, etc.) the response is cached per(image, path) for instant repeat queries.positional arguments: path Path inside image (defaults to session cwd)options: -h, --help show this help message and exitfor coding agents: read-only command (inspect API, no instance spawn) defaults to session cwd when PATH is omitted use -f json for cacheable structured listingsagent note: Before using this command in an automated workflow, read: contree agent