MCPcopy
hub / github.com/kirodotdev/Kiro / DuplicateMatch

Interface DuplicateMatch

scripts/data_models.ts:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface DuplicateMatch {
13 issue_number: number;
14 issue_title: string;
15 similarity_score: number;
16 reasoning: string;
17 url: string;
18}
19
20export class LabelTaxonomy {
21 feature_component: string[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected