delimit_tracker_sync
Sync open GitHub issues into the Delimit ledger as context to enable cross-references. Read-only operation, writes context entries to the ledger.
Instructions
Pull open GitHub issues into the Delimit ledger as context (LED-188).
When to use: to enrich the ledger with external issue context from a GitHub repo so cross-references work. When NOT to use: to write back to GitHub (this is read-only) or to monitor a single issue (delimit_sensor_github_issue).
Sibling contrast: delimit_sensor_github_issue watches one issue; this syncs many into the ledger as context.
Side effects: read-only on GitHub (network calls via gh CLI). Writes context entries into the ledger but does not push back to GitHub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | "owner/repo" GitHub repo. Empty = auto-detect from git remote. | |
| labels | No | Comma-separated label filter (e.g. "bug,priority:high"). | |
| limit | No | Max issues to sync. Default 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||