bundle_import_plan
Preview the outcome of importing a task bundle: returns create, idempotent, or conflict actions with a read-only guarantee.
Instructions
Plan a task bundle import against this pack without writing anything: returns create, idempotent, or conflict actions with an explicit read-only guarantee. Call to preview exactly what bundle_import with write: true would do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Return structured JSON instead of formatted text. | |
| path | Yes | Path to the bundle JSON file to plan against this pack. | |
| asNew | No | Preview importing under a deterministic new task id instead of the bundle's original id (resolves id collisions). |