cuemap_project_pack
Write a project's data to a local .cuemap file for querying. Requires explicit user approval of the output path and overwrite confirmation.
Instructions
Write a ready-to-query .cuemap package for one project to a local file. The package contains sensitive project content; use only after the user explicitly approves the exact output path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project ID to package. Defaults to the repository-scoped project. | |
| confirmed | No | Must be true after explicit user approval of the output path and any overwrite. | |
| overwrite | No | Replace an existing output file. Default is false. | |
| output_path | Yes | Absolute local path for the .cuemap file. |