GitHub
Connect GitHub to add code context to your specifications.
GitHub gives SpecSource access to your source code, pull requests, and commit history. This makes specifications much more useful — developers can see exactly what code is involved.
Connecting
Go to Connectors → Add Connector → GitHub. Paste a GitHub personal access token with repo scope.
What data gets pulled
During an agent run, SpecSource searches GitHub for:
- Relevant source files — Files referenced in the stack trace or related to the error
- Recent pull requests — PRs that touched the affected code
- Commit history — Recent commits to understand what changed
This context helps developers (and AI coding agents) understand the root cause without digging through the repo manually.