Add saved query management functions.#191
Conversation
Linter didn't like:
```
> src/cb/saved_query.cr:95:29
> [W] Lint/NotNil: Avoid using `not_nil!`
> > name: @name.not_nil!,
```
So removed the `not_nil!`. It is now consistent with other
functions in the existing code base by not type-annotating
client method parameters
|
Tried a 3-phased approach to this PR with checkpoints that I could review. I also found that it made the process repeatable on a fresh branch.
Once artifacts were generated, started a new session and asked Claude to implement changes. Everything generated/passed on the first pass, save for the linter error. |
No description provided.