unpack_context
Import shared context packages into Cursor-Cortex storage, using safe conflict resolution with merge, replace, or skip strategies.
Instructions
Import shared context package and place content in appropriate Cursor-Cortex storage locations with safe conflict resolution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zipPath | Yes | Path to the context ZIP file to import | |
| previewOnly | No | If true, only show what would be imported without making changes (default: false) | |
| createBackup | No | Create backup before import (default: true) | |
| conflictStrategy | No | How to handle conflicts: merge (default), replace, skip |