diff options
| -rw-r--r-- | .tasks/tasks.jsonl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tasks/tasks.jsonl b/.tasks/tasks.jsonl index ce91ebf..ab250ce 100644 --- a/.tasks/tasks.jsonl +++ b/.tasks/tasks.jsonl @@ -229,5 +229,5 @@ {"taskCreatedAt":"2025-11-24T20:04:11.130368679Z","taskDependencies":[],"taskDescription":"Integrate the Omni/Agent worker functionality into jr. The command 'jr work' should replace 'agent start'. Reference Plan: /home/ben/omni/_/llm/PLAN_Jr_Evolution.md. Acceptance Criteria: jr work starts the worker loop (sync, claim task, work), reuses Omni.Agent.Worker logic.","taskId":"t-1o2egbj8o0n.3","taskNamespace":"Omni/Jr.hs","taskParent":"t-1o2egbj8o0n","taskPriority":"P2","taskStatus":"Open","taskTitle":"Port agent start to jr work","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:08:58.300887813Z"} {"taskCreatedAt":"2025-11-24T20:04:11.422967354Z","taskDependencies":[],"taskDescription":"Integrate the harvesting logic into jr. 'jr harvest' should replace 'agent harvest'. Reference Plan: /home/ben/omni/_/llm/PLAN_Jr_Evolution.md. Acceptance Criteria: jr harvest scans worker branches and merges task updates, reuses Omni.Agent.Core/Git logic.","taskId":"t-1o2egbj8o0n.4","taskNamespace":"Omni/Jr.hs","taskParent":"t-1o2egbj8o0n","taskPriority":"P2","taskStatus":"Open","taskTitle":"Port agent harvest to jr harvest","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:08:58.581036298Z"} {"taskCreatedAt":"2025-11-24T20:04:11.719466495Z","taskDependencies":[],"taskDescription":"Update the build system (Omni/Bild.hs and metadata in Omni/Jr.hs) to compile the new 'jr' executable. Reference Plan: /home/ben/omni/_/llm/PLAN_Jr_Evolution.md. Acceptance Criteria: bild Omni/Jr.hs produces a binary named 'jr' (via -- : out jr comment), the binary runs and executes commands.","taskId":"t-1o2egbj8o0n.5","taskNamespace":"Omni/Jr.hs","taskParent":"t-1o2egbj8o0n","taskPriority":"P2","taskStatus":"Open","taskTitle":"Update bild to compile jr","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:08:58.851738246Z"} -{"taskCreatedAt":"2025-11-24T20:29:46.422934385Z","taskDependencies":[],"taskDescription":"Currently, the worker checks out the worker-named branch (e.g., omni-worker-1) after finishing a task. This is unnecessary. The worker should simply finish the task (commit) and leave the repo in that state, ready for the next action (review/merge) or for the operator to inspect. Remove the 'Git.checkout repo base' call in Omni.Agent.Worker.","taskId":"t-1o2eh11fsj1","taskNamespace":"Omni/Agent.hs","taskParent":null,"taskPriority":"P0","taskStatus":"InProgress","taskTitle":"Worker should not reset to worker branch after task completion","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:52:30.189885718Z"} +{"taskCreatedAt":"2025-11-24T20:29:46.422934385Z","taskDependencies":[],"taskDescription":"Currently, the worker checks out the worker-named branch (e.g., omni-worker-1) after finishing a task. This is unnecessary. The worker should simply finish the task (commit) and leave the repo in that state, ready for the next action (review/merge) or for the operator to inspect. Remove the 'Git.checkout repo base' call in Omni.Agent.Worker.","taskId":"t-1o2eh11fsj1","taskNamespace":"Omni/Agent.hs","taskParent":null,"taskPriority":"P0","taskStatus":"Review","taskTitle":"Worker should not reset to worker branch after task completion","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:55:41.829168949Z"} {"taskCreatedAt":"2025-11-24T20:29:46.662959298Z","taskDependencies":[],"taskDescription":"When the 'amp' subprocess completes, it provides a summary of the work done. Currently, Omni.Agent.Worker uses a generic commit message ('feat: implement <tid>'). Modify Omni.Agent.Worker to capture the output/summary from 'amp' and use it as the git commit message. You may need to adjust how 'amp' is invoked or read a specific output file if 'amp' writes the summary to disk.","taskId":"t-1o2eh11kww0","taskNamespace":"Omni/Agent.hs","taskParent":null,"taskPriority":"P0","taskStatus":"Open","taskTitle":"Use Amp's exit summary for task commit message","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:29:46.662959298Z"} |
