diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-24 15:30:49 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-24 15:31:06 -0500 |
| commit | 1c77c6aa19cf73d89490ee37546e217169bb6b22 (patch) | |
| tree | 96ac1f967afd61d6b8939e07ec3944ba498d8ef1 /.tasks | |
| parent | e9359717266f64ae159e3d421cd99ddc2f47c8c5 (diff) | |
Planning
Diffstat (limited to '.tasks')
| -rw-r--r-- | .tasks/tasks.jsonl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.tasks/tasks.jsonl b/.tasks/tasks.jsonl index 47ec09b..ad074b1 100644 --- a/.tasks/tasks.jsonl +++ b/.tasks/tasks.jsonl @@ -229,3 +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":"Open","taskTitle":"Worker should not reset to worker branch after task completion","taskType":"WorkTask","taskUpdatedAt":"2025-11-24T20:29:46.422934385Z"} +{"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"} |
