Govern task context and advance execution pointer
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-20 06:02:43 -04:00
parent 380cbed4ff
commit 10640aeb3c
984 changed files with 543475 additions and 327 deletions

31
docs/tasks/M15-01F.md Normal file
View File

@@ -0,0 +1,31 @@
# M15-01FBlender 5.2 Main/Scene/Mesh/Depsgraph/core inventory
- `task`: `M15-01F`
- `parent`: `M15-01E`
- `status`: `in_progress`
## 目标
为 Main、Scene、Mesh、Depsgraph 和现有 V1 core slice 生成同级的 Blender 5.2 RNA 类与属性清单。
此项只冻结机器基线,不把“当前范围完成”映射为全量 parity 完成。
## 验收
```text
npm --prefix web run test:blender-core-inventory
npm --prefix web run typecheck
git diff --check
```
## 产物和交接
- inventory`tests/golden/M15-01F/blender-core-inventory.json`
- report`tests/golden/M15-01F/core-inventory-check-report.json`
- manifest`tests/golden/M15-01F/manifest.json`
- 状态页:`docs/status/M15-01F.md`
- 下一任务:由 manifest 的 `nextTask` 决定
## 回滚
删除 core generator、checker、inventory、report、manifest、package 命令和本任务状态页;恢复
`M15-01E` 作为队列尾,不修改 editor inventory。