MCPcopy Create free account
hub / github.com/SethGammon/Citadel / classifyComplexity

Function classifyComplexity

scripts/route-preview.js:176–192  ·  view source on GitHub ↗
(input, matches)

Source from the content-addressed store, hash-verified

174 candidates: [],
175 confidence: 'high',
176 alternatives: alternativesFor(input, []),
177 verification: tier0.verification,
178 dimensions: classifyComplexity(input, []),
179 capability: tier0.capability,
180 });
181 }
182
183 return {
184 mode,
185 tier: 0,
186 selected: tier0.selected,
187 command: tier0.command,
188 reason: tier0.reason,
189 resolver: 'exact-command',
190 final: true,
191 requiresSemanticClassification: false,
192 candidates: [],
193 confidence: 'high',
194 alternatives: alternativesFor(input, []),
195 verification: tier0.verification,

Callers 1

selectRouteFunction · 0.85

Calls 3

wordsFunction · 0.85
normalizedFunction · 0.85
hasSingleFileSignalFunction · 0.85

Tested by

no test coverage detected