docs: rename AI-contributor tooling and meta-docs for LoopOver - #5431
Merged
Conversation
Renames genuine brand-prose mentions of gittensory to LoopOver across
AGENTS.md/CLAUDE.md (the AI-contributor guide auto-loaded by Codex and
Claude Code), the .claude/skills/contributing-to-gittensory/ skill
directory (renamed to contributing-to-loopover/, including its own
frontmatter name field and cross-references in CONTRIBUTING.md and
scripts/check-schema-drift.mjs), and THIRD_PARTY_NOTICES.md.
As with the earlier docs-copy pass, every not-yet-renamed technical
identifier is left untouched: npm package names, check-run names, the
.gittensory.yml config filename, GITTENSORY_-prefixed env vars, the
repo path, and MCP tool names -- each is tracked by its own separate
rebrand issue, and renaming them here would describe a system that
doesn't exist yet. gittensor (no trailing Y, the permanent Bittensor
SN74 subnet brand) is untouched everywhere, including
THIRD_PARTY_NOTICES.md's "Gittensor Scoring References" section and
entrius/gittensor references.
Also leaves src/review/repo-skill-render.ts's REPO_SKILL_MARKER_START/
END constants ("<!-- gittensory-skill-doc:start/end -->") deliberately
unrenamed -- these are live, externally-persisted HTML comment markers
already baked into other repos' generated skill files by this
feature's own refresh mechanism (confirmed wired up via
src/github/repo-doc-pr.ts); renaming them risks breaking refresh for
any repo where this has already run, the same class of risk as the
check-run name and visual-capture-fallback.yml rebrand issues. Only
the file's descriptive comments referencing the skill directory path
were updated.
CONVERGENCE_RUNBOOK.md is deliberately excluded pending a maintainer
decision on whether an internal engineering runbook is in scope for
this rebrand pass at all.
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5431 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 552 552
Lines 44310 44310
Branches 14659 14659
=======================================
Hits 41851 41851
Misses 1784 1784
Partials 675 675
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This was referenced Jul 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames genuine brand-prose mentions of "gittensory" to "LoopOver" across
AGENTS.md/CLAUDE.md(the AI-contributor guide auto-loaded by Codex and Claude Code), the.claude/skills/contributing-to-gittensory/skill directory (renamed tocontributing-to-loopover/, including its own frontmattername:field and cross-references inCONTRIBUTING.mdandscripts/check-schema-drift.mjs), andTHIRD_PARTY_NOTICES.md.As with the earlier docs-copy pass (#5376), every not-yet-renamed technical identifier is left untouched: npm package names, check-run names, the
.gittensory.ymlconfig filename,GITTENSORY_-prefixed env vars, the repo path, and MCP tool names -- each is tracked by its own separate rebrand issue.Found and deliberately left alone
src/review/repo-skill-render.ts'sREPO_SKILL_MARKER_START/ENDconstants (<!-- gittensory-skill-doc:start/end -->) are live, externally-persisted HTML comment markers already baked into other repos' generated skill files by this feature's own refresh mechanism (confirmed wired up viasrc/github/repo-doc-pr.ts). Renaming them risks breaking refresh for any repo where this has already run -- the same class of risk as the check-run-name and visual-capture-fallback.yml rebrand issues. Only the file's descriptive comments referencing the skill directory path were updated.CONVERGENCE_RUNBOOK.mdis excluded pending a maintainer decision on whether an internal engineering runbook is in scope for this rebrand pass at all.Test plan
npm run typecheckcontributing-to-gittensoryreferences anywhere in the repoAGENTS.md/CLAUDE.mdall test the generic repo-doc-generation feature for arbitrary external target repos, not this repo's own root files -- none needed changestest:cigate green end-to-endCloses #5334.