diff --git a/README.md b/README.md index 601f4cbd6d..180d4285b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LoopOver -_Formerly LoopOver._ +_Formerly Gittensory._
diff --git a/config/examples/README.md b/config/examples/README.md
index 3b98144141..7bd9aa5a7f 100644
--- a/config/examples/README.md
+++ b/config/examples/README.md
@@ -6,7 +6,7 @@ contains no real policy, thresholds, logins, or repo names — copy what you nee
mounted config directory and edit it there (never in this repo).
See **[TEMPLATES.md](./TEMPLATES.md)** for the full template catalog (minimal + exhaustive
-`gittensory.yml` starters, public-vs-private usage, and fleet notes for `gittensory`,
+`loopover.yml` starters, public-vs-private usage, and fleet notes for `loopover`,
`awesome-claude`, and `metagraphed` without committing private policy).
The private config directory is read by `src/selfhost/private-config.ts` and is kept **out of the
diff --git a/config/examples/TEMPLATES.md b/config/examples/TEMPLATES.md
index 224a5f6faa..4585d0757a 100644
--- a/config/examples/TEMPLATES.md
+++ b/config/examples/TEMPLATES.md
@@ -69,7 +69,7 @@ Point `LOOPOVER_REPO_CONFIG_DIR` at that directory (default `/config` in `docker
These patterns apply to common JSONbored repos. **Do not copy real maintainer logins or thresholds
into public git** — use the private mount for anything marked *private* below.
-### `JSONbored/gittensory` (dogfooding)
+### `JSONbored/loopover` (dogfooding)
- **Public** `.loopover.yml` in the repo: work-area guardrails, test expectations, gate dimensions
contributors should understand.
@@ -89,7 +89,7 @@ into public git** — use the private mount for anything marked *private* below.
### `JSONbored/metagraphed` (sibling product repo)
-- Same split as `gittensory`: public manifest for transparent contributor guidance; private mount
+- Same split as `loopover`: public manifest for transparent contributor guidance; private mount
for thresholds and maintainer-only rules.
- Use `repo-override.loopover.yml` when one repo needs different `expectedCiContexts` or
`gate.checkMode: disabled` while sharing a fleet-wide `global.loopover.yml` baseline.