clipboard
POST /clipboard/capture-current
Capture whatever is on the OS clipboard right now into history, without waiting for a change event (issue #1169: lets a caller preserve a concurrent write — e.g. something copied during the daemon's startup window — before overwriting the OS clipboard with a restored entry). Wrapped in the canonical { data, ts } envelope (ADR-008 §0.1/§0.2). entryId: null means there was nothing on the OS clipboard to capture; this is not an error.
post/clipboard/capture-current
Response
Current OS clipboard content captured (or nothing to capture)