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

View File

@@ -0,0 +1,24 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00020",
"parentTask": "M16-GAP-00019",
"enablingTask": false,
"parityStateChange": true,
"runtime": "BLENDER_5_2_LOCAL_EXACT",
"operation": "SCENE_DATABLOCK_LOCAL_EXACT",
"status": "done",
"artifacts": {
"parentManifest": {"path": "tests/golden/M16-GAP-00019/manifest.json", "sha256": "cbd811536b02f195f1370a85fd2c13788effe1fb11375776c118390a761c9f28"},
"fixture": {"path": "tests/files/web/generated/M16-GAP-00020-datablock-Scene.blend", "sha256": "c12826c7a71f092ee8dc3c32495be295dae95f1f96e6b8310476893c7c76a81b"},
"generator": {"path": "tools/web/generated/M16-GAP-00020.py", "sha256": "51890c98ae84cd4751896e0e84b9b63d5caa3fa58d47bba6f4074489b88dc24e"},
"desktopChecker": {"path": "tools/web/check-scene-desktop.py", "sha256": "ada4022a310510ffe37ccd7ef31a6bab8b37dfbd7a0b914f40fe379ba13db083"},
"webChecker": {"path": "tools/web/check-generated-gap.mjs", "sha256": "092661081aefd4bd63ecb510bfe3cd4c34f3701e55ca2979e593f42c973a7b2a"},
"reader": {"path": "blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp", "sha256": "bc8083ba6ebc4374ad10be004d2ca0a18919f47368c3171485f3bc7b75934e38"},
"protocol": {"path": "web/protocol/scene-ir.ts", "sha256": "330b1219735fe881dc5bf96ce34c1ce8fc6df2e16c5672c67345deffb015563f"},
"wasm": {"path": "web/app/src/vendor/blender/web_engine.wasm", "sha256": "11fd301ef1823d37aaedad00bd9946e13876c517660852bd20f574d12e815d97"},
"wasmJs": {"path": "web/app/src/vendor/blender/web_engine.js", "sha256": "9c831d0351ac9d0714cce3b1da748cba416ced3086e3c59595cf24ac4da459ed"},
"desktopReport": {"path": "tests/golden/M16-GAP-00020/scene-desktop-report.json", "sha256": "fc9fdf2a37f36327e7456d3c17dcfd240b67ce27d9d2f0861fde5db237b2675d"},
"webReport": {"path": "tests/golden/M16-GAP-00020/scene-local-exact-report.json", "sha256": "d964c61c0717865a42574c28d5e4fffdcb45c3c962e9bce4608c5f9438828504"}
},
"nextTask": "M16-GAP-00021"
}

View File

@@ -0,0 +1,21 @@
{
"blenderVersion": "5.2.0 LTS",
"fixture": "/home/mes123456/workinf_Blender_Wasm/tests/files/web/generated/M16-GAP-00020-datablock-Scene.blend",
"fixtureSha256": "c12826c7a71f092ee8dc3c32495be295dae95f1f96e6b8310476893c7c76a81b",
"operation": "SCENE_DATABLOCK_DESKTOP",
"saveReopen": "EXACT",
"scene": {
"fps": 30.0,
"fpsBase": 1.0,
"frameCurrent": 48,
"frameEnd": 180,
"frameStart": 12,
"id": "scene:WebGapScene",
"name": "WebGapScene",
"renderEngine": "BLENDER_EEVEE",
"unitScale": 0.25,
"unitSystem": 1
},
"schemaVersion": 1,
"task": "M16-GAP-00020"
}

View File

@@ -0,0 +1,31 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00020",
"operation": "SCENE_DATABLOCK_LOCAL_EXACT",
"fixture": {
"path": "tests/files/web/generated/M16-GAP-00020-datablock-Scene.blend",
"sha256": "c12826c7a71f092ee8dc3c32495be295dae95f1f96e6b8310476893c7c76a81b"
},
"desktop": {
"status": "EXACT",
"report": "tests/golden/M16-GAP-00020/scene-desktop-report.json",
"saveReopen": "EXACT"
},
"wasm": {
"status": "EXACT",
"sceneId": "scene:WebGapScene",
"frame": {
"current": 48,
"end": 180,
"start": 12
},
"renderEngine": "BLENDER_EEVEE",
"unitSystem": 1,
"unitScale": 0.25
},
"saveReopen": "EXACT",
"negative": {
"malformedBlend": "REJECTED_WITHOUT_MAIN_MUTATION"
},
"nextTask": "M16-GAP-00021"
}

View File

@@ -0,0 +1,124 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00020",
"parentTask": "M16-GAP-00019",
"status": "in_progress",
"goal": "Make the same minimal fixture produce observable datablock:Scene data in Blender desktop and WASM/Main, with save/reopen stability. Change only this gap; do not expand to other data-blocks, editors, or browsers.",
"scope": {
"gap": "datablock:Scene",
"ownerFamily": "RNA_DATABLOCK",
"implementationClass": "LOCAL_EXACT"
},
"commands": [
"build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00020.py -- tests/files/web/generated/M16-GAP-00020-datablock-Scene.blend",
"npm --prefix web run test:generated-gap -- --task M16-GAP-00020",
"node tools/web/check-generated-gap.mjs --task M16-GAP-00020"
],
"inputPaths": [
"tests/files/web/generated/M16-GAP-00020-datablock-Scene.blend",
"tools/web/generated/M16-GAP-00020.py",
"blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp",
"tools/web/check-generated-gap.mjs",
"tests/golden/M16-GAP-00020/",
"docs/status/M16-GAP-00020.md",
"tests/golden/M16-GAP-00020/manifest.json"
],
"exitCriteria": [
"desktop fixture evidence exists",
"WASM uses the same fixture",
"comparator passes",
"save/reopen preserves Main",
"manifest hashes all artifacts"
],
"nextTask": "M16-GAP-00021",
"sourceDocuments": {
"queue": "docs/EXECUTION_QUEUE.md",
"taskCard": "docs/tasks/M16-GAP-00020.md",
"taskIndex": "tests/golden/M15-03A/task-index.json",
"parentManifest": "tests/golden/M16-GAP-00019/manifest.json",
"parentStatus": "docs/status/M16-GAP-00019.md"
},
"readPolicy": {
"required": [
"docs/EXECUTION_QUEUE.md",
"docs/tasks/M16-GAP-00020.md",
"tests/golden/M16-GAP-00019/manifest.json",
"docs/status/M16-GAP-00019.md"
],
"machineOnly": [
"tests/golden/M15-03A/task-index.json",
"tests/golden/M15-03A/task-catalog.jsonl"
],
"optionalByNeed": [
"docs/WEB_BLENDER_MODELER_V1_SCOPE.md",
"任务卡列出的精确协议/生产路径",
"任务卡明确命名的长期计划小节"
],
"forbiddenByDefault": [
"完整 CURRENT_EXECUTION_PLAN.md",
"完整 PROJECT_STATUS_AND_NEXT_WORK.md",
"全部 docs/status/*.md",
"完整 parity/WBS 计划",
"README 历史和 test-results/"
]
},
"parent": {
"manifest": {
"schemaVersion": 1,
"task": "M16-GAP-00019",
"parentTask": "M16-GAP-00018",
"status": "done",
"nextTask": "M16-GAP-00020",
"artifactCount": 11
},
"statusSummary": [
"# M16-GAP-00019 Status",
"status: done ",
"task: PointCloud data-block LOCAL_EXACT slice ",
"updated: 2026-08-19 America/New_York",
"scope: Blender 5.2 PointCloud geometry with four deterministic points, position attributes and radii.",
"evidence:",
"- `tools/web/generated/M16-GAP-00019.py` generated a retained `WebGapPointCloud` through Blender's point-cloud conversion path with four deterministic points and radius values `[0.25, 0.5, 0.75, 1.0]`.",
"- Desktop report reopened after save and matched exactly: four points and all control-point/radius values."
]
},
"budgets": {
"queueBytes": 4096,
"taskBytes": 1724,
"parentManifestBytes": 24576,
"parentStatusBytes": 6144,
"contextTokens": 3500,
"taskLines": 38,
"taskTokens": 424
},
"size": {
"documents": [
{
"path": "docs/EXECUTION_QUEUE.md",
"bytes": 2168,
"lines": 45,
"tokens": 359
},
{
"path": "docs/tasks/M16-GAP-00020.md",
"bytes": 1724,
"lines": 38,
"tokens": 424
},
{
"path": "tests/golden/M16-GAP-00019/manifest.json",
"bytes": 2006,
"lines": 25,
"tokens": 502
},
{
"path": "docs/status/M16-GAP-00019.md",
"bytes": 1788,
"lines": 26,
"tokens": 447
}
],
"totalTokens": 1732,
"withinBudget": true
}
}