ck_fs_find
Locate files or directories by path fragment or glob pattern within the project root. Limits results to 50 by default.
Instructions
Find files or directories whose path contains a given fragment, searching within the bound project root. Read-only — no files are modified. query is the path fragment or glob pattern to match against file and directory names. path scopes the search to a subdirectory (relative to project root); omit to search the entire project. limit caps the number of results (default 50). Use ck_fs_find to locate files by name or path. Use ck_fs_grep to search by file content. Use ck_fs_read to read a file at a known path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| path | No | File or directory path relative to the project root. | |
| project_root | No | Absolute path to the project root directory on the local filesystem. | |
| query | Yes | Search query string for filtering or full-text search. | |
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. |