Read Files (Batch)
sdlc_read_filesRead batches of up to 20 files from a target directory, automatically redacting secrets and enforcing size or line limits. Ideal for safe, efficient code review or analysis.
Instructions
Bounded batch read of up to 20 files. Each file gets the same safety treatment as sdlc_read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Target directory. Filesystem roots are rejected; UNC/network paths require an explicit environment override. | |
| maxBytes | No | ||
| maxLines | No | ||
| filePaths | Yes | Files to read, relative to the target directory. | |
| redactSecrets | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| fileCount | No |