cuemap_init_preview
Preview which repository files will be ingested before initialization. See grouped file paths and confirm or adjust the selection prior to creating the project map.
Instructions
Preview supported repository files without ingesting content. Call this before first-time repository initialization, present the grouped paths to the user, and ask them to confirm or adjust the selection before calling cuemap_init.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root. | |
| projectName | No | Optional project ID. Defaults to the stable repository-scoped CueMap project ID. | |
| includedPaths | No | Optional repository-relative files or folders to preview. Empty means every supported file allowed by ignore rules. | |
| ignoredPatterns | No | Optional additional gitignore-style exclusion patterns. | |
| ignoredExtensions | No | Optional additional excluded extensions without a leading dot. |