dashclaw_optimal_files_manifest
Persist a write plan for selected file changes and return a manifest ID with 24-hour expiry, enabling later application to disk via the dashclaw CLI.
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_*) |