Files
mnote/.codex/reasonix-tasks/2026-05-21-batch-j-worker-c-acp-stability-benchmark.md
T

51 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Batch J Worker CACP 稳定性与 benchmark checklist 草案
项目根目录:`/mnt/Data1T/mnote`
## 目标
只读审查 `7-34` 的 P1-2 / P1-3
为 ACP 多会话稳定性测试和 Reasonix cache benchmark 拆出最小可执行方案,供 Codex 后续实现或派发实现 worker。
## 允许范围
只读以下文件和目录,不修改代码:
- `design/07-ai/process/7-15-page-ai-acp-agent-runtime-unified-layer-v1.md`
- `design/07-ai/done/7-25-acp-session-runtime-enhancement-plan-v1.md`
- `design/07-ai/done/7-30-acp-session-load-resume-checklist-v1.md`
- `design/07-ai/done/7-31-acp-permission-decision-loop-checklist-v1.md`
- `design/07-ai/done/7-32-acp-tool-location-and-open-action-checklist-v1.md`
- `design/07-ai/done/7-33-acp-session-info-plan-ui-checklist-v1.md`
- `scripts/`
- `rust/crates/mnote-web/src/acp_*.rs`
## 禁止事项
- 不修改任何源码、设计文档或测试。
- 不提交 git。
- 不移动文件。
- 不运行破坏性命令。
## 输出要求
把结果写入 `.codex/reasonix-tasks/results/batch-j-worker-c-acp-stability-benchmark.md`
必须包含:
1. ACP 多会话稳定性 smoke 的最小脚本方案:输入、操作、断言、证据文件。
2. Reasonix cache benchmark 的最小脚本方案:Hermes / Reasonix 对比维度、样本数、输出格式。
3. 浏览器可见验证点和截图/JSON 证据建议。
4. 哪些属于 P0 稳定性验证,哪些只是 P2 度量。
## 验收命令
只需要运行:
```bash
git diff --check
```
最终回复中列出读取过的关键文件、结论、风险和未完成项。