| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Formerly Gittensory.
The loop never sleeps. You finally can.
LoopOver automates the entire development lifecycle — write, review, merge, learn — end to end, with agents on both sides and a published safety record. The good kind of infinite loop, on any GitHub repo.
Self-hosting the whole stack is the path available today — and it doubles as the trust story: audit the algorithm, run it on your own infra, replay the published numbers yourself. A hosted plane is in open development on the public milestones (ORB Cloud Readiness, Rent-a-Loop): rentable, metered loops you point at a repo — and, further out, at nothing more than an idea.
It is the single converged home of the native review system; the legacy separate reviewbot repo/runtime is not part of the active architecture described here.
It is not a Gittensor explorer, public leaderboard, reward-farming bot, or wallet dashboard.
LoopOver keeps sensitive context private by default.
A recorded MCP tool call carries exactly four fields, and there is no fifth: the tool name, which surface dispatched it (remote or local), whether it succeeded, and a coarse duration in milliseconds. The allowlist is the event shape itself rather than a filter over a richer one, so there is nowhere to put anything else.
Never tracked: tool arguments, source contents, repository or issue text, and wallet, hotkey, coldkey, reward, private ranking, or raw trust-score data. Events also carry no per-actor identity — every event shares one constant, anonymous handle, so there is no per-user profile to accumulate — and IP-based geo enrichment is disabled.
Each surface is controlled separately, and they differ in who holds the switch:
See Privacy and security for the full boundary.
LoopOver CI and LoopOver review score, gate, and comment on pull requests. The review algorithm is open-source; operators tune behavior through per-repo settings and the LOOPOVER_REVIEW_* feature flags, every one of which ships OFF and is opt-in per repo.
Check-run and comment surfaces, disambiguated (a common point of confusion — these are three independent, separately-configured things, not layers of the same feature):
See Tuning your reviews for the full flag, setting, and .loopover.yml reference.
| Audience | Start | Useful next links |
|---|---|---|
| Miners and contributors | Quickstart | MCP client setup, Miner workflow, Scoreability |
| Maintainers | GitHub App | Maintainer workflow, Self-host reviews, Privacy and security |
| Repo owners and operators | Beta onboarding | Upstream drift, Troubleshooting, Roadmap |
| Agent authors | Agents | API browser, MCP client setup |
| Surface | Link |
|---|---|
| Website | loopover.ai |
| Docs | loopover.ai/docs |
| MCP package | @loopover/mcp |
| Engine package | @loopover/engine — shared deterministic logic for the review stack and miner |
| Miner package | @loopover/miner — local foundation CLI for the autonomous miner runtime |
| API | API browser and OpenAPI JSON |
| GitHub App | Setup docs — self-hosting is the only currently available path |
npm install -g @loopover/mcp@latest
loopover-mcp login
loopover-mcp doctor
loopover-mcp --stdioPrint editor/client snippets:
loopover-mcp init-client --print codex
loopover-mcp init-client --print claude
loopover-mcp init-client --print cursorFor full editor setup and stdio configuration, use MCP client setup.
Run base-agent commands:
loopover-mcp agent plan --login jsonbored --json
loopover-mcp agent packet --login jsonbored --json
loopover-mcp agent status <run-id> --jsonnpm install
npm run cf-typegen
npm run db:migrate:local
npm run devnpm run test:ciRelease-only validation:
npm run test:release
npm run test:release:mcpFrontend:
npm run ui:dev
npm run ui:buildRefreshed weekly by .github/workflows/gittensor-impact.yml.
| Need | Link |
|---|---|
| Contributing | CONTRIBUTING.md |
| Security | SECURITY.md |
| Support | SUPPORT.md |
| Changelog | CHANGELOG.md |
Normal feature/fix PRs do not edit changelogs. Changelogs are release-prep artifacts.
| Back | FazBrowse Home | New Git URL |