(input, matches)
| 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, |
no test coverage detected