-LoopOver is a deterministic control plane for Gittensor OSS contribution work.
+LoopOver is a two-sided autonomy layer for Gittensor OSS contribution work: an autonomous maintainer review agent on one side, a miner stack (MCP copilot plus an autonomous miner runtime) on the other, and a statistical accountability layer underneath that scores every decision against its real outcome.
-It helps contributors plan cleaner work, helps maintainers review with less public noise, and keeps private scoring, wallet, hotkey, and reviewability context out of public GitHub output.
+- **Maintainer side (self-hosted):** works the PR queue end-to-end — AI review grounded in finished CI status, full post-change file content, and codebase RAG — then gates, approves, requests changes, merges, or closes on its own, governed by dry-run / pause / freeze / kill-switch controls.
+- **Miner side:** the [`@loopover/mcp`](https://www.npmjs.com/package/@loopover/mcp) copilot brings predicted gate verdicts, scoreability, duplicate detection, and cross-repo opportunity discovery into the contributor's own AI harness; the autonomous miner runtime (`@loopover/miner`) runs unattended across a fleet of repos, respecting each target repo's `.loopover-miner.yml` goal spec.
+- **Accountability:** merge/close decisions are outcome-confirmed (merged / reopened / reverted), published with coverage and confidence intervals on the live [fairness report](https://loopover.ai/fairness), and backed by a certified close-precision guarantee that self-tightens as data grows. The backtest corpus behind the published numbers is checksummed and [replayable by anyone](https://loopover.ai/docs/verify-this-review).
-It is also 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 keeps private scoring, wallet, hotkey, and reviewability context out of public GitHub output, and 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, wallet dashboard, or autonomous PR agent.
+It is not a Gittensor explorer, public leaderboard, reward-farming bot, or wallet dashboard.
## Privacy Boundary
From 39b74b4503ec47dbf893531495614a59b930f00a Mon Sep 17 00:00:00 2001
From: JSONbored <49853598+JSONbored@users.noreply.github.com>
Date: Sun, 26 Jul 2026 18:46:59 -0700
Subject: [PATCH 2/4] docs(brand): reposition as PR-loop agents for any GitHub
repo, not Gittensor-only
---
README.md | 44 ++++++++++---------
.../content/docs/beta-onboarding.mdx | 11 ++---
.../content/docs/upstream-drift.mdx | 6 +--
.../src/components/site/site-footer.tsx | 5 ++-
apps/loopover-ui/src/routes/__root.tsx | 7 +--
apps/loopover-ui/src/routes/index.tsx | 26 ++++++-----
apps/loopover-ui/src/routes/roadmap.tsx | 3 +-
packages/loopover-mcp/README.md | 14 +++---
8 files changed, 63 insertions(+), 53 deletions(-)
diff --git a/README.md b/README.md
index 17d74a1199..9c6216b824 100644
--- a/README.md
+++ b/README.md
@@ -7,16 +7,20 @@ _Formerly Gittensory._
+
+
+
-LoopOver is a two-sided autonomy layer for Gittensor OSS contribution work: an autonomous maintainer review agent on one side, a miner stack (MCP copilot plus an autonomous miner runtime) on the other, and a statistical accountability layer underneath that scores every decision against its real outcome.
+LoopOver runs the pull-request loop with agents — on any GitHub repo, on both sides.
-- **Maintainer side (self-hosted):** works the PR queue end-to-end — AI review grounded in finished CI status, full post-change file content, and codebase RAG — then gates, approves, requests changes, merges, or closes on its own, governed by dry-run / pause / freeze / kill-switch controls.
-- **Miner side:** the [`@loopover/mcp`](https://www.npmjs.com/package/@loopover/mcp) copilot brings predicted gate verdicts, scoreability, duplicate detection, and cross-repo opportunity discovery into the contributor's own AI harness; the autonomous miner runtime (`@loopover/miner`) runs unattended across a fleet of repos, respecting each target repo's `.loopover-miner.yml` goal spec.
-- **Accountability:** merge/close decisions are outcome-confirmed (merged / reopened / reverted), published with coverage and confidence intervals on the live [fairness report](https://loopover.ai/fairness), and backed by a certified close-precision guarantee that self-tightens as data grows. The backtest corpus behind the published numbers is checksummed and [replayable by anyone](https://loopover.ai/docs/verify-this-review).
+- **For maintainers (self-hosted):** an autonomous review agent works the PR queue end-to-end — AI review grounded in finished CI status, full post-change file content, and codebase RAG — then gates, approves, requests changes, merges, or closes on its own, governed by dry-run / pause / freeze / kill-switch controls.
+- **For contributors:** the [`@loopover/mcp`](https://www.npmjs.com/package/@loopover/mcp) copilot brings predicted gate verdicts, branch preflight, duplicate detection, and cross-repo opportunity discovery into your own AI harness; the autonomous miner runtime (`@loopover/miner`) runs unattended across a fleet of repos, respecting each target repo's `.loopover-miner.yml` goal spec.
+- **With proof:** merge/close decisions are outcome-confirmed (merged / reopened / reverted), published with coverage and confidence intervals on the live [fairness report](https://loopover.ai/fairness), and backed by a certified close-precision guarantee that self-tightens as data grows. The backtest corpus behind the published numbers is checksummed and [replayable by anyone](https://loopover.ai/docs/verify-this-review).
+- **Gittensor-native intelligence built in:** for Bittensor SN74 miners the same engine adds scoreability previews, registry economics, and the cross-repo duplicate graph — while keeping wallet, hotkey, and raw trust-score context out of public GitHub output.
-It keeps private scoring, wallet, hotkey, and reviewability context out of public GitHub output, and 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 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.
@@ -73,24 +77,24 @@ See [Tuning your reviews](https://loopover.ai/docs/tuning) for the full flag, se
## Start Here
-| Audience | Start | Useful next links |
-| ------------------------- | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Miners and contributors | [Quickstart](https://loopover.ai/docs/quickstart) | [MCP client setup](https://loopover.ai/docs/mcp-clients), [Miner workflow](https://loopover.ai/docs/miner-workflow), [Scoreability](https://loopover.ai/docs/scoreability) |
-| Maintainers | [GitHub App](https://loopover.ai/docs/github-app) | [Maintainer workflow](https://loopover.ai/docs/maintainer-workflow), [Self-host reviews](https://loopover.ai/docs/maintainer-self-hosting), [Privacy and security](https://loopover.ai/docs/privacy-security) |
-| Repo owners and operators | [Beta onboarding](https://loopover.ai/docs/beta-onboarding) | [Upstream drift](https://loopover.ai/docs/upstream-drift), [Troubleshooting](https://loopover.ai/docs/troubleshooting), [Roadmap](https://loopover.ai/roadmap) |
-| Agent authors | [Agents](https://loopover.ai/agents) | [API browser](https://loopover.ai/api), [MCP client setup](https://loopover.ai/docs/mcp-clients) |
+| Audience | Start | Useful next links |
+| ------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Miners and contributors | [Quickstart](https://loopover.ai/docs/quickstart) | [MCP client setup](https://loopover.ai/docs/mcp-clients), [Miner workflow](https://loopover.ai/docs/miner-workflow), [Scoreability](https://loopover.ai/docs/scoreability) |
+| Maintainers | [GitHub App](https://loopover.ai/docs/github-app) | [Maintainer workflow](https://loopover.ai/docs/maintainer-workflow), [Self-host reviews](https://loopover.ai/docs/maintainer-self-hosting), [Privacy and security](https://loopover.ai/docs/privacy-security) |
+| Repo owners and operators | [Beta onboarding](https://loopover.ai/docs/beta-onboarding) | [Upstream drift](https://loopover.ai/docs/upstream-drift), [Troubleshooting](https://loopover.ai/docs/troubleshooting), [Roadmap](https://loopover.ai/roadmap) |
+| Agent authors | [Agents](https://loopover.ai/agents) | [API browser](https://loopover.ai/api), [MCP client setup](https://loopover.ai/docs/mcp-clients) |
## Surfaces
-| Surface | Link |
-| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
-| Website | [loopover.ai](https://loopover.ai/) |
-| Docs | [loopover.ai/docs](https://loopover.ai/docs) |
-| MCP package | [@loopover/mcp](https://www.npmjs.com/package/@loopover/mcp) |
-| Engine package | [`@loopover/engine`](packages/loopover-engine/README.md) — shared deterministic logic for the review stack and miner |
-| Miner package | [`@loopover/miner`](packages/loopover-miner/README.md) — local foundation CLI for the autonomous miner runtime |
-| API | [API browser](https://loopover.ai/api) and [OpenAPI JSON](https://api.loopover.ai/openapi.json) |
-| GitHub App | [Setup docs](https://loopover.ai/docs/github-app) — self-hosting is the only currently available path |
+| Surface | Link |
+| -------------- | -------------------------------------------------------------------------------------------------------------------- |
+| Website | [loopover.ai](https://loopover.ai/) |
+| Docs | [loopover.ai/docs](https://loopover.ai/docs) |
+| MCP package | [@loopover/mcp](https://www.npmjs.com/package/@loopover/mcp) |
+| Engine package | [`@loopover/engine`](packages/loopover-engine/README.md) — shared deterministic logic for the review stack and miner |
+| Miner package | [`@loopover/miner`](packages/loopover-miner/README.md) — local foundation CLI for the autonomous miner runtime |
+| API | [API browser](https://loopover.ai/api) and [OpenAPI JSON](https://api.loopover.ai/openapi.json) |
+| GitHub App | [Setup docs](https://loopover.ai/docs/github-app) — self-hosting is the only currently available path |
## MCP Install
diff --git a/apps/loopover-ui/content/docs/beta-onboarding.mdx b/apps/loopover-ui/content/docs/beta-onboarding.mdx
index 6d947944b7..f491a8b01a 100644
--- a/apps/loopover-ui/content/docs/beta-onboarding.mdx
+++ b/apps/loopover-ui/content/docs/beta-onboarding.mdx
@@ -5,11 +5,12 @@ eyebrow: Get started
---
- **Product positioning.** LoopOver is a deterministic base-agent and control-plane layer for the
- Gittensor ecosystem. It is [jsonbored/loopover](https://github.com/jsonbored/loopover),
- independent of [entrius/gittensor](https://github.com/entrius/gittensor). Use it to plan work,
- preflight branches, and keep GitHub review surfaces quiet — not as an official Gittensor frontend,
- wallet UI, or payout dashboard.
+ **Product positioning.** LoopOver is an agent stack for both sides of the pull request on any
+ GitHub repo, with Gittensor-native intelligence built in. It is
+ [jsonbored/loopover](https://github.com/jsonbored/loopover), independent of
+ [entrius/gittensor](https://github.com/entrius/gittensor). Use it to plan work, preflight
+ branches, and keep GitHub review surfaces quiet — not as an official Gittensor frontend, wallet
+ UI, or payout dashboard.
## Miner journey
diff --git a/apps/loopover-ui/content/docs/upstream-drift.mdx b/apps/loopover-ui/content/docs/upstream-drift.mdx
index d49504796a..7a7bed71c9 100644
--- a/apps/loopover-ui/content/docs/upstream-drift.mdx
+++ b/apps/loopover-ui/content/docs/upstream-drift.mdx
@@ -11,9 +11,9 @@ LoopOver stores versioned snapshots of the Gittensor source and ruleset from
without re-deriving the whole world.
- **Upstream relationship.** `entrius/gittensor` is the upstream project LoopOver analyzes. LoopOver
- is [jsonbored/loopover](https://github.com/jsonbored/loopover) — an independent base-agent layer
- for the Gittensor ecosystem, not affiliated with the official subnet.
+ **Upstream relationship.** `entrius/gittensor` is the upstream project LoopOver's Gittensor-native
+ intelligence analyzes. LoopOver is [jsonbored/loopover](https://github.com/jsonbored/loopover) —
+ an independent project, not affiliated with the official subnet.
## Signal fidelity vs readiness
diff --git a/apps/loopover-ui/src/components/site/site-footer.tsx b/apps/loopover-ui/src/components/site/site-footer.tsx
index c2ca8a4d31..19d6fcebd0 100644
--- a/apps/loopover-ui/src/components/site/site-footer.tsx
+++ b/apps/loopover-ui/src/components/site/site-footer.tsx
@@ -60,8 +60,9 @@ export function SiteFooter() {
ittensory
- Deterministic base-agent layer for Gittensor OSS contribution mining. Built for the
- Gittensor ecosystem — not affiliated with the official subnet.
+ Agents for both sides of the pull request — autonomous reviews for maintainers, an MCP
+ copilot and autonomous miner for contributors. Gittensor-native intelligence included;
+ not affiliated with the official subnet.
- Agents for both sides of the pull request — autonomous reviews for maintainers, an MCP
- copilot and autonomous miner for contributors. Gittensor-native intelligence included;
- not affiliated with the official subnet.
+ Closed loop, open receipts — agents write, review, and merge, and every outcome trains
+ the next pass. Gittensor-native intelligence included; not affiliated with the official
+ subnet.
- The pull-request loop, run by agents.
- With a published error rate.
+ Software delivery is a pipeline.
+ LoopOver makes it a loop.
- LoopOver works both sides of the PR on any GitHub repo: an autonomous review agent that
- gates, merges, and closes with outcome-scored accuracy, and a contributor stack — MCP
- copilot plus autonomous miner — that plans and ships real, reviewable work.
- Gittensor-native mining intelligence built in.
+ Agents write, agents review, agents merge — and every outcome trains the next pass. An
+ autonomous maintainer works your PR queue end-to-end, a contributor stack plans and
+ ships real work, and the loop's error rate is published, certified, and replayable.
+ Any GitHub repo; Gittensor-native mining intelligence built in.