summaryrefslogtreecommitdiff
path: root/lua/99/extensions/work/worker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/99/extensions/work/worker.lua')
-rw-r--r--lua/99/extensions/work/worker.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/99/extensions/work/worker.lua b/lua/99/extensions/work/worker.lua
index 60825f3..eff66b9 100644
--- a/lua/99/extensions/work/worker.lua
+++ b/lua/99/extensions/work/worker.lua
@@ -108,6 +108,9 @@ end
function M.craft_prompt(worker)
return string.format(
[[
+## Description
+%s
+
## You must complete the checklist
[ ] - Inspect and understand all changed code
[ ] - git diff
@@ -120,9 +123,6 @@ function M.craft_prompt(worker)
[ ] - If you see bugs, also report those
[ ] - if there are tests, run the tests
-<Description>
-%s
-</Description>
]],
worker.current_work_item
)