Summary
Two files in the repo still use the pre-rebrand gittensory name in their filename, even though their actual content (dashboard uid/title, tags) was already updated to loopover:
grafana/dashboards/gittensory.json — the dashboard's own uid is already loopover-selfhost and title is already "LoopOver Self-Host"; only the filename on disk is stale.
apps/loopover-ui/public/brand/gittensory-icon-citron.svg — the repo's own brand icon, still referenced by scripts/gittensor-impact-card.mjs under its old pre-rebrand filename.
Expected
Both files renamed to drop the stale gittensory name, with every reference (the dashboard-path constant in test/unit/selfhost-grafana-dashboard.test.ts, the icon path in scripts/gittensor-impact-card.mjs, and the historical-comment mentions in a couple of other dashboard test files) updated to match.
Not in scope: anything under the gittensor (no "y") name — that's the separate, intentional Bittensor-subnet-scoring integration and is unrelated to this pre-rebrand filename cleanup.
Summary
Two files in the repo still use the pre-rebrand
gittensoryname in their filename, even though their actual content (dashboard uid/title, tags) was already updated toloopover:grafana/dashboards/gittensory.json— the dashboard's ownuidis alreadyloopover-selfhostandtitleis already"LoopOver Self-Host"; only the filename on disk is stale.apps/loopover-ui/public/brand/gittensory-icon-citron.svg— the repo's own brand icon, still referenced byscripts/gittensor-impact-card.mjsunder its old pre-rebrand filename.Expected
Both files renamed to drop the stale
gittensoryname, with every reference (the dashboard-path constant intest/unit/selfhost-grafana-dashboard.test.ts, the icon path inscripts/gittensor-impact-card.mjs, and the historical-comment mentions in a couple of other dashboard test files) updated to match.Not in scope: anything under the
gittensor(no "y") name — that's the separate, intentional Bittensor-subnet-scoring integration and is unrelated to this pre-rebrand filename cleanup.