append_note
Append content to a note using a per-file lock and expected hash to prevent overwrites. Pass the current hash to verify the note hasn't changed before updating.
Instructions
Append to a note under a per-file lock with optimistic-concurrency check on expected_hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| content | Yes | ||
| expected_hash | No |