bundle_import
Import a task bundle into your pack. Default returns a read-only plan for inspection; set write=true to apply the import under a lock.
Instructions
Import a task bundle into this pack. By default it only returns the read-only import plan; nothing is written unless write is true. A write import runs under a pack lock, creates a parked task with local verification reset to unknown, retains the bundle and an import manifest, and never changes the current-task pointer. Inspect or plan untrusted bundles first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Return structured JSON instead of formatted text. | |
| path | Yes | Path to the bundle JSON file to import. | |
| asNew | No | Resolve a task-id collision by importing under a deterministic new id. | |
| write | No | Apply the import. When false or omitted, only the read-only plan is returned. |