- commit
- 803c895
- parent
- 6068e17
- author
- im_wower
- date
- 2026-03-24 23:44:03 +0800 CST
chore: rename coordination to plans
25 files changed,
+25,
-22
+4,
-2
1@@ -19,7 +19,7 @@
2 4. [`docs/api/README.md`](./docs/api/README.md)
3 5. [`docs/runtime/README.md`](./docs/runtime/README.md)
4 6. [`docs/ops/README.md`](./docs/ops/README.md)
5-7. [`coordination/TASK_OVERVIEW.md`](./coordination/TASK_OVERVIEW.md)
6+7. [`plans/TASK_OVERVIEW.md`](./plans/TASK_OVERVIEW.md)
7
8 如果你关心“Codex 不再手工开 TUI,而是作为本地常驻代理工作”,再读:
9
10@@ -70,10 +70,12 @@ ops/
11 scripts/
12 ops/
13 runtime/
14-coordination/
15+plans/
16 STATUS_SUMMARY.md
17 TASK_OVERVIEW.md
18 WORKFLOW.md
19+tasks/
20+bugs/
21 docs/
22 api/
23 auth/
R coordination/bugs/BUG-008-codexd-second-thread-turn-timeout.md =>
bugs/BUG-008-codexd-second-thread-turn-timeout.md
+0,
-0
R coordination/bugs/BUG-009-conductor-daemon-index-test-leaks-local-listener.md =>
bugs/BUG-009-conductor-daemon-index-test-leaks-local-listener.md
+0,
-0
R coordination/bugs/BUG-010-codexd-turn-status-stuck-inprogress.md =>
bugs/BUG-010-codexd-turn-status-stuck-inprogress.md
+0,
-0
R coordination/bugs/BUG-TEMPLATE.md =>
bugs/BUG-TEMPLATE.md
+0,
-0
R coordination/bugs/FIX-BUG-008.md =>
bugs/FIX-BUG-008.md
+1,
-1
1@@ -11,7 +11,7 @@
2 建议分支:fix/codexd-second-thread-timeout
3
4 先读:
5-1. /Users/george/Desktop/bugs/BUG-008-codexd-second-thread-turn-timeout.md
6+1. /Users/george/code/baa-conductor/bugs/BUG-008-codexd-second-thread-turn-timeout.md
7 2. /Users/george/code/baa-conductor/apps/codexd/src/daemon.ts
8 3. /Users/george/code/baa-conductor/apps/codexd/src/app-server-transport.ts
9 4. /Users/george/code/baa-conductor/packages/codex-app-server/src/*
R coordination/bugs/README.md =>
bugs/README.md
+1,
-1
1@@ -14,7 +14,7 @@
2
3 修复任务:
4
5-- FIX-BUG-008:`/Users/george/code/baa-conductor/coordination/bugs/FIX-BUG-008.md`
6+- FIX-BUG-008:`/Users/george/code/baa-conductor/bugs/FIX-BUG-008.md`
7
8 ## 编号规则
9
+1,
-1
1@@ -8,7 +8,7 @@
2 "typecheck": "pnpm -r typecheck",
3 "lint": "echo 'TODO: add linting'",
4 "test": "echo 'TODO: add tests'",
5- "tasks": "ls coordination/tasks"
6+ "tasks": "ls tasks"
7 },
8 "devDependencies": {
9 "typescript": "^5.8.2"
R coordination/STATUS_SUMMARY.md =>
plans/STATUS_SUMMARY.md
+0,
-0
R coordination/TASK_OVERVIEW.md =>
plans/TASK_OVERVIEW.md
+2,
-2
1@@ -8,7 +8,7 @@
2 - canonical public host: `https://conductor.makefile.so`
3 - `control-api.makefile.so`、Cloudflare Worker、D1 只剩迁移期兼容残留
4 - `baa-hand` / `baa-shell` 只保留为接口语义参考,不再作为主系统维护
5-- 活动任务见 [`tasks/`](./tasks/)
6+- 活动任务见 [`tasks/`](../tasks/)
7
8 ## 当前建议
9
10@@ -28,7 +28,7 @@
11
12 ## 如需新任务
13
14-- 直接在 `coordination/tasks/` 新建任务卡
15+- 直接在 `tasks/` 新建任务卡
16 - 所有新任务默认以 `100.71.210.78:4317` 和 `conductor.makefile.so` 为 canonical 接口面
17 - `control-api.makefile.so` 只允许作为删旧前的兼容背景出现
18 - 不再恢复旧 wave 文档;历史内容继续靠 tag `ha-failover-archive-2026-03-22` 回溯
R coordination/WORKFLOW.md =>
plans/WORKFLOW.md
+0,
-0
R coordination/tasks/T-C001.md =>
tasks/T-C001.md
+1,
-1
1@@ -55,7 +55,7 @@ updated_at: 2026-03-24
2
3 ## files_changed
4
5-- `coordination/tasks/T-C001.md`
6+- `tasks/T-C001.md`
7 - `apps/conductor-daemon/src/firefox-ws.ts`
8 - `apps/conductor-daemon/src/index.ts`
9 - `apps/conductor-daemon/src/local-api.ts`
R coordination/tasks/T-C002.md =>
tasks/T-C002.md
+1,
-1
1@@ -55,7 +55,7 @@ updated_at: 2026-03-24
2
3 ## files_changed
4
5-- `coordination/tasks/T-C002.md`
6+- `tasks/T-C002.md`
7 - `plugins/baa-firefox/controller.js`
8 - `plugins/baa-firefox/controller.html`
9 - `plugins/baa-firefox/controller.css`
R coordination/tasks/T-C003.md =>
tasks/T-C003.md
+1,
-1
1@@ -58,7 +58,7 @@ updated_at: 2026-03-24
2
3 ## files_changed
4
5-- `coordination/tasks/T-C003.md`
6+- `tasks/T-C003.md`
7 - `packages/host-ops/package.json`
8 - `packages/host-ops/tsconfig.json`
9 - `packages/host-ops/src/index.ts`
R coordination/tasks/T-C004.md =>
tasks/T-C004.md
+1,
-1
1@@ -72,7 +72,7 @@ updated_at: 2026-03-24
2
3 ## files_changed
4
5-- `coordination/tasks/T-C004.md`
6+- `tasks/T-C004.md`
7 - `apps/control-api-worker/**`(已删除)
8 - `scripts/runtime/common.sh`
9 - `scripts/runtime/install-mini.sh`
R coordination/tasks/T-L001.md =>
tasks/T-L001.md
+8,
-7
1@@ -12,7 +12,8 @@ write_scope:
2 - docs/api/**
3 - docs/ops/**
4 - docs/runtime/**
5- - coordination/**
6+ - plans/**
7+ - tasks/T-L001.md
8 updated_at: 2026-03-22
9 ---
10
11@@ -31,7 +32,7 @@ updated_at: 2026-03-22
12
13 - 更新顶层设计与 README
14 - 更新 `docs/api`、`docs/ops`、`docs/runtime`
15-- 更新 `coordination` 里的协作和状态说明
16+- 更新 `plans` 里的协作和状态说明
17 - 给后续 cutover 任务写清迁移顺序和删旧范围
18
19 ## 本任务不包含
20@@ -72,16 +73,16 @@ updated_at: 2026-03-22
21 - `docs/runtime/environment.md`
22 - `docs/runtime/launchd.md`
23 - `docs/runtime/node-verification.md`
24-- `coordination/TASK_OVERVIEW.md`
25-- `coordination/STATUS_SUMMARY.md`
26-- `coordination/WORKFLOW.md`
27-- `coordination/tasks/T-L001.md`
28+- `plans/TASK_OVERVIEW.md`
29+- `plans/STATUS_SUMMARY.md`
30+- `plans/WORKFLOW.md`
31+- `tasks/T-L001.md`
32
33 ## commands_run
34
35 - `git status --short --branch`
36 - `git rev-parse --short HEAD`
37-- `sed -n '1,260p' ...` 读取顶层、API、ops、runtime、coordination 文档
38+- `sed -n '1,260p' ...` 读取顶层、API、ops、runtime、plans 文档
39 - `rg -n "control-api\\.makefile\\.so|Cloudflare Worker|D1|baa-hand|baa-shell|..." ...` 盘点旧口径
40 - `git diff --stat`
41 - `git diff --check`
R coordination/tasks/T-L003.md =>
tasks/T-L003.md
+0,
-0
R coordination/tasks/T-L004.md =>
tasks/T-L004.md
+1,
-1
1@@ -60,7 +60,7 @@ updated_at: 2026-03-22
2
3 ## files_changed
4
5-- `coordination/tasks/T-L004.md`
6+- `tasks/T-L004.md`
7 - `packages/host-ops/package.json`
8 - `packages/host-ops/tsconfig.json`
9 - `packages/host-ops/src/index.ts`
R coordination/tasks/_TEMPLATE.md =>
tasks/_TEMPLATE.md
+0,
-0
R coordination/tasks/browser-control/README.md =>
tasks/browser-control/README.md
+0,
-0
R coordination/tasks/browser-control/T-BRW001.md =>
tasks/browser-control/T-BRW001.md
+0,
-0
R coordination/tasks/browser-control/T-BRW002.md =>
tasks/browser-control/T-BRW002.md
+1,
-1
1@@ -1,7 +1,7 @@
2 ## 最短提示词
3
4 ```text
5-读 /Users/george/Desktop/baa-conductor-browser-control-tasks/T-BRW002.md,完成任务。
6+读 /Users/george/code/baa-conductor/tasks/browser-control/T-BRW002.md,完成任务。
7 ```
8
9 上面这一句就够了;本文件已经包含完整约束、修改范围、验收标准和结束要求。
R coordination/tasks/browser-control/T-BRW003.md =>
tasks/browser-control/T-BRW003.md
+1,
-1
1@@ -1,7 +1,7 @@
2 ## 最短提示词
3
4 ```text
5-读 /Users/george/Desktop/baa-conductor-browser-control-tasks/T-BRW003.md,完成任务。
6+读 /Users/george/code/baa-conductor/tasks/browser-control/T-BRW003.md,完成任务。
7 ```
8
9 上面这一句就够了;本文件已经包含完整约束、修改范围、验收标准和结束要求。
R coordination/tasks/browser-control/T-BRW004.md =>
tasks/browser-control/T-BRW004.md
+1,
-1
1@@ -1,7 +1,7 @@
2 ## 最短提示词
3
4 ```text
5-读 /Users/george/Desktop/baa-conductor-browser-control-tasks/T-BRW004.md,完成任务。
6+读 /Users/george/code/baa-conductor/tasks/browser-control/T-BRW004.md,完成任务。
7 ```
8
9 上面这一句就够了;本文件已经包含完整约束、修改范围、验收标准和结束要求。
R coordination/tasks/browser-control/VERIFY-BROWSER-CONNECTION.md =>
tasks/browser-control/VERIFY-BROWSER-CONNECTION.md
+0,
-0