List the project's files
list_filesList live project files with path, size, and duplicate-path flags; binary files include pointer descriptors so you can read them later.
Instructions
Lists the live (non-deleted) files of the shared project — exact path + size (UTF-8 bytes when sizeExact, else a cheap lower bound), deterministic order; duplicate-path conflicts are flagged per entry. BINARY files (images/PDFs) appear too, carrying a { kind:"binary", hash, mime } pointer descriptor with an exact sizeBytes — pass that path to read_file to get the pointer. Read-only context: edits still go through propose_edit and target only the session's file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||