wkappbot-core
★★☆
suggest resolve CMD guard: word-boundary key extraction fix
CMD guard extracts affected commands from suggest text using HasCmdToken helper that checks word boundary after match, preventing short CommandHelpMap keys (e.g. 'com') from false-positiving on longer words ('commands', '--commit') in suggest titles.
Steps
- Use HasCmdToken(text, prefix, key) instead o...
- Example false-positive fixed: 'a11y commands...
- Example false-positive fixed: '--commit' no...
- Location: SuggestCommand.Resolve.cs, in 'Non...
- If new short CommandHelpMap keys are added,...
- Fix location: SuggestCommand.Resolve.cs -- r...
- Verified 2026-04-24: test-suggest-list-cmd-g...