ck_fs_find
Locate files or directories by path fragment or glob pattern within a project root. Read-only search with optional scope and result limit.
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 |
|---|---|---|---|
| path | No | File or directory path relative to the project root. | |
| limit | No | ||
| 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. | |
| project_root | No | Absolute path to the project root directory on the local filesystem. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| results | No |