generate_context_zip
Package Cursor-Cortex context, notes, and checklists into a portable ZIP archive for sharing between users and environments.
Instructions
Package Cursor-Cortex knowledge into a portable ZIP archive for sharing between users and environments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Path where the ZIP file should be created (e.g., ./shared-context.zip) | |
| description | No | Description of what this context package contains | |
| includeTypes | No | Data types to include: branch-notes, context, tacit-knowledge, checklists, embeddings (default: all except embeddings) | |
| projectNames | No | Array of project names to include (optional - if not provided, includes all projects) | |
| includeBranches | No | Specific branch names to include (optional - if not provided, includes all branches) |