sync_github_repository
Ingest a GitHub repository to extract factual claims, persist them in SQLite, and run automatic contradiction discovery on touched claims.
Instructions
Ingests a real GitHub repository, extracts factual claims (runtimes, dependencies, ports), idempotently persists them in SQLite, and runs automatic contradiction discovery on touched claims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The repository name | |
| owner | Yes | The GitHub organization or username owning the repository | |
| branch | No | Optional git branch or tag name (defaults to repository default branch) | |
| runDiscovery | No | Whether to automatically trigger incremental contradiction discovery after sync (default: true) |