baa-conductor

git clone 

commit
00fab89
parent
4bef17e
author
im_wower
date
2026-03-28 18:02:55 +0800 CST
docs: task cards only push, never merge — merger handles merge separately

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 files changed,  +15, -25
M tasks/T-S039.md
+3, -5
 1@@ -35,12 +35,10 @@
 2 3. `cd ../baa-conductor-artifact-foundation`
 3 4. 在这个 worktree 目录里开发,不要回到主仓库目录
 4 
 5-完成后合并步骤:
 6+完成后提交与推送(由执行者完成,不要合并):
 7 
 8-1. 在 worktree 里提交所有变更
 9-2. `cd /Users/george/code/baa-conductor`
10-3. `git merge feat/artifact-foundation`
11-4. `git worktree remove ../baa-conductor-artifact-foundation`
12+1. 在 worktree 里提交所有变更(包括更新后的任务文档)
13+2. `git push -u origin feat/artifact-foundation`
14 
15 合并冲突处理:
16 
M tasks/T-S040.md
+3, -5
 1@@ -35,12 +35,10 @@
 2 3. `cd ../baa-conductor-artifact-pipeline`
 3 4. 在这个 worktree 目录里开发,不要回到主仓库目录
 4 
 5-完成后合并步骤:
 6+完成后提交与推送(由执行者完成,不要合并):
 7 
 8-1. 在 worktree 里提交所有变更
 9-2. `cd /Users/george/code/baa-conductor`
10-3. `git merge feat/artifact-pipeline`
11-4. `git worktree remove ../baa-conductor-artifact-pipeline`
12+1. 在 worktree 里提交所有变更(包括更新后的任务文档)
13+2. `git push -u origin feat/artifact-pipeline`
14 
15 合并冲突处理:
16 
M tasks/T-S041.md
+3, -5
 1@@ -35,12 +35,10 @@
 2 3. `cd ../baa-conductor-artifact-query-routes`
 3 4. 在这个 worktree 目录里开发,不要回到主仓库目录
 4 
 5-完成后合并步骤:
 6+完成后提交与推送(由执行者完成,不要合并):
 7 
 8-1. 在 worktree 里提交所有变更
 9-2. `cd /Users/george/code/baa-conductor`
10-3. `git merge feat/artifact-query-routes`
11-4. `git worktree remove ../baa-conductor-artifact-query-routes`
12+1. 在 worktree 里提交所有变更(包括更新后的任务文档)
13+2. `git push -u origin feat/artifact-query-routes`
14 
15 合并冲突处理:
16 
M tasks/T-S042.md
+3, -5
 1@@ -36,12 +36,10 @@
 2 3. `cd ../baa-conductor-d1-async-adapter`
 3 4. 在这个 worktree 目录里开发,不要回到主仓库目录
 4 
 5-完成后合并步骤:
 6+完成后提交与推送(由执行者完成,不要合并):
 7 
 8-1. 在 worktree 里提交所有变更
 9-2. `cd /Users/george/code/baa-conductor`
10-3. `git merge feat/d1-async-adapter`
11-4. `git worktree remove ../baa-conductor-d1-async-adapter`
12+1. 在 worktree 里提交所有变更(包括更新后的任务文档)
13+2. `git push -u origin feat/d1-async-adapter`
14 
15 合并冲突处理:
16 
M tasks/T-S043.md
+3, -5
 1@@ -38,12 +38,10 @@
 2 3. `cd ../baa-conductor-claude-code-daemon`
 3 4. 在这个 worktree 目录里开发,不要回到主仓库目录
 4 
 5-完成后合并步骤:
 6+完成后提交与推送(由执行者完成,不要合并):
 7 
 8-1. 在 worktree 里提交所有变更
 9-2. `cd /Users/george/code/baa-conductor`
10-3. `git merge feat/claude-code-daemon`
11-4. `git worktree remove ../baa-conductor-claude-code-daemon`
12+1. 在 worktree 里提交所有变更(包括更新后的任务文档)
13+2. `git push -u origin feat/claude-code-daemon`
14 
15 合并冲突处理:
16