docs(todo): update title and description for non-interactive-query
All checks were successful
CI / Test (push) Successful in 36s
CI / Lint (push) Successful in 26s
CI / Build (push) Successful in 21s

Rename from "grokkit query Go tools integration" to "grokkit query Simple Query Tool"
and revise description to focus on a one-shot prompt/answer tool for concise queries.
This commit is contained in:
Gregory Gauthier 2026-03-04 09:37:24 +00:00
parent 5d251e88d4
commit f6ff1f990a

View File

@ -1,4 +1,4 @@
# `grokkit query` Go tools integration # `grokkit query` Simple Query Tool
## Priority: x of 13 ## Priority: x of 13
**Description**: A "one shot" prompt/answer query tool. Use it to ask StackOverflow style questions, like "how do I do x? Or What library do I use for y?". The sweet spot is concise, actionable answers with just enough context, a code snippet if relevant, and no unnecessary fluff. Think: problem solved in 100-300 words, tops. However, a "wordy" flag will be included to allow for full "textbook" style answers, as well. **Description**: A "one shot" prompt/answer query tool. Use it to ask StackOverflow style questions, like "how do I do x? Or What library do I use for y?". The sweet spot is concise, actionable answers with just enough context, a code snippet if relevant, and no unnecessary fluff. Think: problem solved in 100-300 words, tops. However, a "wordy" flag will be included to allow for full "textbook" style answers, as well.