From f23a64f8e5f5849cf55863fa31bd6fc7e24b6aa2 Mon Sep 17 00:00:00 2001 From: Omni Worker Date: Fri, 21 Nov 2025 05:15:26 -0500 Subject: fix(doc): use live instead of origin/live for base branch --- Omni/Agent/WORKER_AGENT_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Agent/WORKER_AGENT_GUIDE.md') diff --git a/Omni/Agent/WORKER_AGENT_GUIDE.md b/Omni/Agent/WORKER_AGENT_GUIDE.md index 938c98e..e832a2a 100644 --- a/Omni/Agent/WORKER_AGENT_GUIDE.md +++ b/Omni/Agent/WORKER_AGENT_GUIDE.md @@ -55,7 +55,7 @@ task update t-123 in-progress 2. **Check for Unmerged Work**: Look for dependencies that have existing branches (e.g., `task/t-parent-id`) which are NOT yet merged into `live`. 3. **Select Base**: * If you find an unmerged dependency branch, check it out: `git checkout task/t-parent-id`. - * Otherwise, start from fresh live code: `git fetch origin live && git checkout -b task/t-123 origin/live`. + * Otherwise, start from fresh live code: `git checkout -b task/t-123 live`. 4. **Implement**: (Proceed to implementation) -- cgit v1.2.3