feat(FN-3929): dedupe REPO_OVERRIDE_RE export from core

Cleaned up a duplicate export of `REPO_OVERRIDE_RE` from the core package index, removing the redundant declaration from `packages/core/src/index.ts` while keeping it defined in `github-tracking.ts` where it logically belongs.

Fusion-Task-Id: FN-3929
This commit is contained in:
Fusion
2026-05-10 08:23:04 -07:00
committed by gsxdsm
parent 68c3cc6099
commit 05b9ebe279
2 changed files with 1 additions and 2 deletions

View File

@@ -109,7 +109,6 @@ export {
type GhError,
} from "./gh-cli.js";
export {
REPO_OVERRIDE_RE,
parseRepoSlug,
isValidRepoSlug,
resolveTaskGithubTracking,