Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LoopOver

_Formerly LoopOver._
_Formerly Gittensory._

<p align="center">
<a href="https://github.com/JSONbored/loopover/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/JSONbored/loopover/actions/workflows/ci.yml/badge.svg" /></a>
Expand Down
2 changes: 1 addition & 1 deletion config/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/examples/TEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down