feat(FN-4777): complete Step 3 — wire GitHub tracking dedup pre-check
Fusion-Task-Id: FN-4777 Fusion-Task-Lineage: ed00f639-c928-4c14-be1f-2b43db6022c7
This commit is contained in:
committed by
gsxdsm
parent
de5a5c91d4
commit
f60dde01fe
@@ -13,6 +13,13 @@ export {
|
||||
export { createSkillsAdapter, getProjectSettingsPath, type SkillsAdapter, type DiscoveredSkill, type CatalogEntry, type CatalogFetchResult, type ToggleSkillResult, type UpstreamError, type UpstreamErrorCode, type SkillContent, type SkillFileEntry } from "./skills-adapter.js";
|
||||
export { GitHubClient, isPrMergeReady, type GitHubClientOptions, type PrMergeStatus, type PrCheckStatus, type ReviewDecision, type MergePrParams, type FindPrParams, type CreateIssueParams, type CreatedIssue } from "./github.js";
|
||||
export { maybeCreateTrackingIssue, type MaybeCreateTrackingIssueDeps } from "./github-tracking.js";
|
||||
export {
|
||||
buildIssueSearchQueries,
|
||||
DEDUP_MATCH_THRESHOLD,
|
||||
extractFileScopePaths,
|
||||
extractSymptomKeywords,
|
||||
scoreCandidateIssue,
|
||||
} from "./github-tracking-dedup.js";
|
||||
export { registerGithubTrackingHook } from "./github-tracking-hook.js";
|
||||
export {
|
||||
resolveGithubTrackingAuth,
|
||||
|
||||
Reference in New Issue
Block a user