Skip to content
Self-hosted package

Maintainer overlays on the GitHub you already use.

The Gittensory browser extension surfaces miner context, scoreability projections, and reviewability hints on PR pages — visible only to the maintainer running it. Nothing is injected into the page or shown to the PR author.

Download extension
Maintainer-onlyPrivate · APILive API integration
github.com/jsonbored/gittensory/pull/1218
Tighten queue-cap copyopen
jsonbored wants to merge 1 commit into main from feat/queue-copy
+12
−4
1 file
checks · 4 passing · 0 failing
Ggittensory overlay
you only
Reviewabilitylive
endpoint
/v1/extension/pull-context
auth
extension session
boundary
private

Never shown publicly

Overlays render in your browser only. The DOM injection never reaches the PR author or other visitors.

No source upload

The extension uses the existing private API. It reads metadata you already have permission to see — nothing more.

Lives where you work

No tab-switching to a dashboard. Context appears next to the diff, the review tab, and the files-changed view.

Privacy posture. The extension does not read the PR diff, post comments, or open issues. It calls the same private Gittensory API endpoints you already use, then renders the response in your local DOM. Its permission boundary is storage, GitHub PR pages, and the configured Gittensory API origin. Extension tokens are scoped to pull context, stored in browser local storage rather than sync storage, and cleared on logout, expiry, or revoked-session responses. GitHub personal access tokens are rejected.