sync_push
Commit local memory changes and push to a git remote to synchronize memories across machines. Auto-generates a timestamped commit message when none is provided.
Instructions
Commit any local memory changes and push to the configured git remote. Auto-generates a timestamped commit message if none provided. Use at the end of a session to make memories available on your other machines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional commit message. Defaults to a timestamp. |