memory_git_sync
Sync existing commits and pull requests from a connected GitHub repository into persistent memory for semantic search and organization.
Instructions
Sync existing commits and PRs from a connected GitHub repository into memory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name in owner/repo format (optional if repository_id is provided) | |
| limit | No | Maximum number of items to sync (1-100, default: 30) | |
| sync_type | No | What to sync: commits, prs, or all (default: all) | |
| repository_id | No | Repository UUID (optional if repo is provided) |