docs: add axis run process working set
This commit is contained in:
68
work/working9-执行过程按钮/05-验收证据.md
Normal file
68
work/working9-执行过程按钮/05-验收证据.md
Normal file
@@ -0,0 +1,68 @@
|
||||
# 05-验收证据
|
||||
|
||||
## 记录规则
|
||||
|
||||
每次验证后追加证据。建议格式:
|
||||
|
||||
```text
|
||||
## YYYY-MM-DD HH:MM EDT - 任务 W9-xxx
|
||||
|
||||
### 命令
|
||||
|
||||
### 输出摘要
|
||||
|
||||
### 页面/截图/trace/report
|
||||
|
||||
### 结论
|
||||
```
|
||||
|
||||
证据可以包括:
|
||||
|
||||
- 命令和关键输出。
|
||||
- 页面 URL。
|
||||
- Playwright trace 路径。
|
||||
- 截图目录。
|
||||
- `manifest.json`。
|
||||
- `job_id`、`report_id`。
|
||||
- PDF 或报告文件。
|
||||
- WASM hash、dist hash。
|
||||
|
||||
## 2026-07-07 16:42 EDT - 任务 W9-000
|
||||
|
||||
### 命令
|
||||
|
||||
```bash
|
||||
sed -n '1,260p' '项目分析/AXIS主控制按钮调用链与WASM完善指南.md'
|
||||
sed -n '261,620p' '项目分析/AXIS主控制按钮调用链与WASM完善指南.md'
|
||||
sed -n '621,980p' '项目分析/AXIS主控制按钮调用链与WASM完善指南.md'
|
||||
find 'work/working9-执行过程按钮' -maxdepth 1 -type f -print | sort
|
||||
```
|
||||
|
||||
### 输出摘要
|
||||
|
||||
- 已读取 AXIS 主控制按钮调用链与 WASM 完善指南。
|
||||
- 已确认工作目录为 `/home/mes123456/cnc_wams/work/working9-执行过程按钮`。
|
||||
- 已创建 working9 文档体系。
|
||||
|
||||
### 页面/截图/trace/report
|
||||
|
||||
本轮为文档初始化,无页面、截图、trace、job_id、report_id 或 PDF。
|
||||
|
||||
### 结论
|
||||
|
||||
`W9-000` 已完成。后续从 `W9-001` 开始进入代码和验证阶段。
|
||||
|
||||
## 待补证据清单
|
||||
|
||||
| 任务编号 | 必需证据 |
|
||||
|---|---|
|
||||
| W9-001 | `verify_task_state_matrix.mjs` 命令和输出,至少覆盖 Run 接受/拒绝矩阵。 |
|
||||
| W9-002 | Web policy Node 测试输出,证明按钮门禁与 LinuxCNC 条件一致。 |
|
||||
| W9-003 | program open/canonical plan 测试输出,证明无 plan 时拒绝 Run。 |
|
||||
| W9-004 | WASM status 输出片段,证明 Run 后 `interpState=READING`。 |
|
||||
| W9-005 | motion status 输出片段,证明 queue/id/programLine 推进。 |
|
||||
| W9-006 | store 测试输出,证明 Web running 来自 WASM status。 |
|
||||
| W9-007 | Home 过程态测试输出,证明 homing 中 Run 被拒绝。 |
|
||||
| W9-008 | Pause/Resume/Step 回归输出。 |
|
||||
| W9-009 | Playwright trace、截图目录、manifest 路径。 |
|
||||
| W9-010 | build 命令输出、WASM/dist hash 或文件时间戳。 |
|
||||
Reference in New Issue
Block a user