faf_list
List directories and discover projects containing a project.faf file, with options to filter by type and set scan depth.
Instructions
List directories and discover projects with project.faf files - Essential for FAF discovery workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to list (e.g., ~/Projects, /Users/username/Projects) | |
| filter | No | Filter: "faf" (only dirs with project.faf), "dirs" (all directories), "all" (dirs and files). Default: "dirs" | |
| depth | No | Directory depth to scan: 1 (immediate children) or 2 (one level deeper). Default: 1 | |
| showHidden | No | Show hidden files/directories (starting with .). Default: false |