sync
Projects the kit into an IDE-specific layout (e.g., Claude Code, Cursor) with actions to install, remove, or check status.
Instructions
Project the kit into an IDE-specific layout (markdown references by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| target | No | IDE id (e.g. claude-code, cursor, codex). Use action=targets to list. | |
| projectRoot | No | Defaults to cwd | |
| mode | No | Default: reference | |
| dryRun | No | ||
| autoSpawn | No | On action=install: auto-start the sidecar UI (kit ui) if not running and stream progress to it. |