ck_fs_ls
List files and directories in a project root to browse directory structure. Read-only operation without modifying any files.
Instructions
List files and directories inside the bound project root. Read-only — no files are modified. path is a relative directory path to list; omit to list the project root. Use ck_fs_ls to browse directory structure. Use ck_fs_find to locate files by name fragment. Use ck_fs_read to read a specific file. Use ck_fs_grep to search file contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| project_root | No | Absolute path to the project root directory on the local filesystem. | |
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | No | ||
| path | No |