cuemap_init
Apply the confirmed ingestion scope and start an incremental filesystem watcher to enable repository-aware memory for the project.
Instructions
Apply a user-confirmed repository ingestion scope and start CueMap's incremental filesystem watcher. Always call cuemap_init_preview first for a new repository and obtain explicit user confirmation before setting confirmed=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root. | |
| confirmed | Yes | Must be true only after the user explicitly confirms the previewed ingestion scope. | |
| projectName | No | Optional project ID. Defaults to the stable repository-scoped CueMap project ID. | |
| includedPaths | No | User-approved repository-relative files or folders. Empty means every supported file allowed by ignore rules. | |
| ignoredPatterns | No | Additional gitignore-style exclusion patterns approved by the user. | |
| ignoredExtensions | No | Additional excluded extensions without a leading dot. |