Dennis

Results 5 issues of Dennis

```ruby desc 'Breaking Grape', security: [jwt: []], success: { code: 201, model: SomeRepresenter } params do with documentation: { param_type: 'body' } do requires :arg_one, type: String, values: %w[one two...

bug?

### Do you need to ask a question? - [x] I have searched the existing question and discussions and this question is not already answered. - [x] I believe this...

question

### Feedback Summary The task master does not understand folder structures. E.g. it started over and over to do `middleware.ts` meanwhile I had already implemented in `src/middleware.ts` and it just...

feedback

## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: -...

bug
has repro
area:core

The _stem method performs unnecessary checks that are already handled upstream: - Punctuation check: remove_non_alphanumeric() already removes all punctuation - Lowercase conversion: SimpleTokenizer.tokenize() already converts to lowercase These redundant operations...