From f6ff1f990a3d5699d79ea521752a417dacddbf93 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Wed, 4 Mar 2026 09:37:24 +0000 Subject: [PATCH] docs(todo): update title and description for non-interactive-query 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. --- todo/queued/non-interactive-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/queued/non-interactive-query.md b/todo/queued/non-interactive-query.md index 6c3a990..0b1ca60 100644 --- a/todo/queued/non-interactive-query.md +++ b/todo/queued/non-interactive-query.md @@ -1,4 +1,4 @@ -# `grokkit query` Go tools integration +# `grokkit query` Simple Query Tool ## 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.