baa-conductor

git clone 

baa-conductor / plans
im_wower  ·  2026-03-28

BAA_ARTIFACT_DOWNLOAD_REQUIREMENTS.md

 1# BAA Artifact Download 与 Binary Delivery 需求
 2
 3## 状态
 4
 5- `已废弃(2026-03-28)`
 6- 优先级:`high`
 7- 记录时间:`2026-03-27`
 8
 9## 关联文档
10
11- [BAA_ARTIFACT_CENTER_REQUIREMENTS.md](/Users/george/code/baa-conductor/plans/archive/BAA_ARTIFACT_CENTER_REQUIREMENTS.md)
12- [BAA_DELIVERY_BRIDGE_REQUIREMENTS.md](/Users/george/code/baa-conductor/plans/archive/BAA_DELIVERY_BRIDGE_REQUIREMENTS.md)
13- [09-artifact-delivery-thin-plugin.md](/Users/george/code/baa-conductor/docs/baa-instruction-system-v5/docs/09-artifact-delivery-thin-plugin.md)
14- [firefox-local-ws.md](/Users/george/code/baa-conductor/docs/api/firefox-local-ws.md)
15
16## 背景
17
18这份需求已不再作为当前主线。
19
20`2026-03-28` 主线已明确转向:
21
22- 不再支持 artifact upload / download
23- 不再支持 binary-safe delivery 合同
24- 不再下发 result index / 摘要作为默认交付面
25- 改成 text-only `inject / send`
26- 超长文本默认按前 `200` 行截断,并在末尾追加 `超长截断`
27
28## 核心结论
29
30- 旧的 binary delivery 方案已放弃
31- 当前 delivery 的正式方向是纯文本直注入
32- 如果未来重新评估附件交付,需要另起新需求,不复用这份文档
33
34## 范围
35
36- 当前仅保留废弃说明,方便回溯历史决策
37
38## 废弃说明
39
40- `apps/conductor-daemon/src/artifacts/manifest.ts`
41- `apps/conductor-daemon/src/artifacts/delivery-plan.ts`
42- `apps/conductor-daemon/src/artifacts/materialize.ts`
43- `GET /v1/browser/delivery/artifacts/:plan_id/:artifact_id`
44- `browser.upload_artifacts`
45- `browser.upload_receipt`
46
47以上路径已从当前代码主线移除。