GitHub connector

Your codebase has decisions. Your agent should know them.

Every commit message, PR description, and code comment holds a decision your team made. The Hebbrix GitHub connector reads your repository activity and turns it into searchable agent memory, so your coding agent knows why you use JWT, why you moved to TypeScript, and what the last outage taught you.

what gets extracted

From commit history to agent knowledge

Hebbrix reads your repository and extracts the decisions, patterns, and lessons embedded in your commit history, PRs, and issues.

Your repository

main · 847 commits
a3f9c12
feat: migrate auth from sessions to JWT + refresh rotation
Fixes the mobile app timeout issues. Refresh tokens expire in 7 days.
b7e2d04
fix: rate limiting now per-user not per-IP
IP-based was breaking shared office networks. Per-user is 1000 req/min.
c5a1890
refactor: strict TypeScript across all API routes
Catches ~60% of bugs before they reach staging. Worth the migration cost.
d9f3421
fix: staging deploy requires WS_TOKEN env var
Spent 2 days on this. Must be set before npm run start.
extract

Agent memory

Auth uses JWT with 7-day refresh tokens. Migrated from sessions to fix mobile timeout issues.
DECISION · AUTH
Rate limiting is per-user at 1000 req/min. IP-based was breaking shared office networks.
DECISION · API
Staging deploy requires WS_TOKEN env var set before npm run start. Spent 2 days debugging this.
LESSON · DEVOPS
TypeScript strict mode enabled across all API routes. Catches ~60% of bugs before staging.
CONVENTION · TOOLING
what syncs

Every piece of context your agent needs to understand your codebase

Commit messages

Decisions and lessons embedded in commit history. The why behind code changes.

PR descriptions

Detailed context for architecture changes, migration rationale, and trade-offs.

Issue discussions

Bug reports, reproduction steps, and solutions that took days to find.

Code comments

Inline explanations of non-obvious patterns, temporary hacks with context, and TODOs with reasons.

README + docs

Setup guides, architecture overviews, runbooks, and onboarding documentation.

Release notes

What changed in each version, what was deprecated, what broke and what was fixed.

Hebbrix dashboard connecting a GitHub repo with sync toggles and extracted memories

Let your agent know your codebase

Connect GitHub and give your coding agent the institutional knowledge it's been missing. Free tier, no credit card.