diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-18 08:38:10 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-18 08:38:10 -0700 |
| commit | fe9cf3bdbed1c9cc1e397263056af228573b2a89 (patch) | |
| tree | 3fc33f0c5786dcbc04417f4f9e9753453e544b92 | |
| parent | 9573427f855a68ae359b346eeccd279df17c0e66 (diff) | |
| download | a4-fe9cf3bdbed1c9cc1e397263056af228573b2a89.tar.xz a4-fe9cf3bdbed1c9cc1e397263056af228573b2a89.zip | |
chore: lint
| -rw-r--r-- | lua/99/extensions/work/worker.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/99/extensions/work/worker.lua b/lua/99/extensions/work/worker.lua index dbcf9b3..5cce21c 100644 --- a/lua/99/extensions/work/worker.lua +++ b/lua/99/extensions/work/worker.lua @@ -36,8 +36,8 @@ function M.craft_prompt(worker) return string.format( [[ <YourGoal> -You are to take the current git diff and git diff --staged and figure out what is left to change to complete the work item. -The work item is described in <Description> +You are to take the current git diff and git diff --staged and figure out what is +left to change to complete the work item. The work item is described in <Description> Carefully review everything in git diff and git diff --staged and <Description> before you respond. respond with proper Search Format described in <Rule> and an example in <Output> |
