dashclaw_optimal_files_manifest
Persists a write plan for selected file changes. Returns a manifest ID to apply via CLI within 24 hours.
Instructions
Persist a write plan for selected Optimal Files entries. Returns { manifest_id, expires_at, apply_command }. The local CLI invokes dashclaw code apply <manifest_id> to apply the plan to disk. Manifest expires after 24h.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selections | Yes | Subset of paths from the preview to write. Each item: { path, mode?: "skip"|"side_by_side"|"merge"|"overwrite", overwrite?, acceptedHeadings?, acceptedBullets? } | |
| session_id | Yes | Code session id (cs_*) |