aidex_files
List and filter project files with indexed status for code search. Use to view project structure, filter by file type, and identify recently modified files.
Instructions
List all files and directories in the indexed project. Returns the complete project structure with file types (code, config, doc, asset, test, other) and whether each file is indexed for code search. Use modified_since to find files changed in this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| type | No | Filter by file type | |
| pattern | No | Glob pattern to filter files (e.g., "src/**/*.ts") | |
| modified_since | No | Only files indexed after this time. Supports: "2h", "30m", "1d", "1w", or ISO date. Use to find files changed this session. |