(input)
| 142 | boundary: 'semantic-classification-required', |
| 143 | }; |
| 144 | } |
| 145 | |
| 146 | function selectAutomaticRoute(input, mode = 'execute', options = {}) { |
| 147 | if (!input.trim()) { |
| 148 | return { |
| 149 | mode, |
| 150 | tier: 0, |
| 151 | selected: '/do --list', |
| 152 | command: '/do --list', |
| 153 | reason: 'empty input should show available routes instead of guessing.', |
| 154 | resolver: 'exact-command', |
| 155 | final: true, |
no test coverage detected