From e4d3cc99074b4b88b566993503968060d03ff37b Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:56:42 -0700 Subject: [PATCH] chore: fix gittensory -> loopover rename residue in docs README.md self-referentially said "Formerly LoopOver" (should credit the actual former name, Gittensory). config/examples/README.md and TEMPLATES.md still referred to the manifest filename as gittensory.yml and the dogfooding repo as JSONbored/gittensory, both stale post-rename (canonical filename is .loopover.yml / .yml.example; repo is JSONbored/loopover). Left two related items untouched, deliberately: the docs badge domain (gittensory.aethereal.dev) may still be the correct live website domain per prior rename-status notes -- not confirmed stale, so not changed here; and the legacy comment renderer's HTML marker, which needs an alias (not a straight rename) to avoid orphaning in-flight comments -- left for whatever comes out of the separate legacy-renderer-retirement investigation. Closes #6074 --- README.md | 2 +- config/examples/README.md | 2 +- config/examples/TEMPLATES.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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._

CI 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.