Continue Blender Web parity task handoff
This commit is contained in:
182
tests/golden/M16-GAP-00254/task-context.json
Normal file
182
tests/golden/M16-GAP-00254/task-context.json
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M16-GAP-00254",
|
||||
"parentTask": "M16-GAP-00253",
|
||||
"status": "in_progress",
|
||||
"goal": "Make the same minimal fixture produce observable operator:armature.select_linked_pick 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": "operator:armature.select_linked_pick",
|
||||
"ownerFamily": "OPERATOR",
|
||||
"implementationClass": "LOCAL_EXACT"
|
||||
},
|
||||
"commands": [
|
||||
"build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00254.py -- tests/files/web/generated/M16-GAP-00254-operator-armature.select_linked_pick.blend",
|
||||
"npm --prefix web run test:generated-gap -- --task M16-GAP-00254",
|
||||
"node tools/web/check-generated-gap.mjs --task M16-GAP-00254"
|
||||
],
|
||||
"inputPaths": [],
|
||||
"inputSelection": {
|
||||
"schemaVersion": 1,
|
||||
"limits": {
|
||||
"maxFiles": 12,
|
||||
"evidenceBytes": 8192,
|
||||
"contextRemainingBytes": 1997,
|
||||
"contextRemainingTokens": 498
|
||||
},
|
||||
"source": {
|
||||
"bytes": 7907,
|
||||
"tokens": 1978
|
||||
},
|
||||
"selected": [],
|
||||
"excluded": [
|
||||
{
|
||||
"path": "tests/files/web/generated/M16-GAP-00254-operator-armature.select_linked_pick.blend",
|
||||
"bytes": 86478,
|
||||
"reason": "EVIDENCE_BYTE_BUDGET"
|
||||
},
|
||||
{
|
||||
"path": "tools/web/generated/M16-GAP-00254.py",
|
||||
"bytes": 2037,
|
||||
"reason": "CONTEXT_REMAINING_SPACE"
|
||||
},
|
||||
{
|
||||
"path": "blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp",
|
||||
"bytes": 240371,
|
||||
"reason": "EVIDENCE_BYTE_BUDGET"
|
||||
},
|
||||
{
|
||||
"path": "tools/web/check-generated-gap.mjs",
|
||||
"bytes": 747407,
|
||||
"reason": "EVIDENCE_BYTE_BUDGET"
|
||||
},
|
||||
{
|
||||
"path": "tests/golden/M16-GAP-00254/",
|
||||
"bytes": null,
|
||||
"reason": "GENERATED_EVIDENCE_OUTPUT"
|
||||
},
|
||||
{
|
||||
"path": "docs/status/M16-GAP-00254.md",
|
||||
"bytes": null,
|
||||
"reason": "GENERATED_EVIDENCE_OUTPUT"
|
||||
},
|
||||
{
|
||||
"path": "tests/golden/M16-GAP-00254/manifest.json",
|
||||
"bytes": null,
|
||||
"reason": "GENERATED_EVIDENCE_OUTPUT"
|
||||
}
|
||||
],
|
||||
"totals": {
|
||||
"files": 0,
|
||||
"bytes": 0,
|
||||
"tokens": 0
|
||||
}
|
||||
},
|
||||
"exitCriteria": [
|
||||
"desktop fixture evidence exists",
|
||||
"WASM uses the same fixture",
|
||||
"comparator passes",
|
||||
"save/reopen preserves Main",
|
||||
"manifest hashes all artifacts"
|
||||
],
|
||||
"nextTask": "M16-GAP-00255",
|
||||
"sourceDocuments": {
|
||||
"queue": "docs/EXECUTION_QUEUE.md",
|
||||
"taskCard": "docs/tasks/M16-GAP-00254.md",
|
||||
"taskIndex": "tests/golden/M15-03A/task-index.json",
|
||||
"parentManifest": "tests/golden/M16-GAP-00253/manifest.json",
|
||||
"parentStatus": "docs/status/M16-GAP-00253.md"
|
||||
},
|
||||
"readPolicy": {
|
||||
"required": [
|
||||
"docs/EXECUTION_QUEUE.md",
|
||||
"docs/tasks/M16-GAP-00254.md",
|
||||
"tests/golden/M16-GAP-00253/manifest.json",
|
||||
"docs/status/M16-GAP-00253.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-00253",
|
||||
"parentTask": "M16-GAP-00252",
|
||||
"status": "done",
|
||||
"nextTask": "M16-GAP-00254",
|
||||
"artifactCount": 15
|
||||
},
|
||||
"statusSummary": [
|
||||
"# M16-GAP-00253 Status",
|
||||
"status: done",
|
||||
"task: armature.select_linked operator LOCAL_EXACT slice",
|
||||
"updated: 2026-08-23 America/New_York",
|
||||
"scope:",
|
||||
"- The minimal fixture contains a selected root, two unselected connected",
|
||||
" descendants, and an independent unselected bone. Blender desktop runs",
|
||||
" `ARMATURE_OT_select_linked(all_forks=false)`, selecting the linked chain while"
|
||||
]
|
||||
},
|
||||
"budgets": {
|
||||
"queueBytes": 4096,
|
||||
"taskBytes": 1824,
|
||||
"parentManifestBytes": 24576,
|
||||
"parentStatusBytes": 6144,
|
||||
"evidenceFiles": 12,
|
||||
"evidenceBytes": 8192,
|
||||
"contextTokens": 3500,
|
||||
"contextEnvelopeTokens": 1024,
|
||||
"taskLines": 38,
|
||||
"taskTokens": 456
|
||||
},
|
||||
"size": {
|
||||
"documents": [
|
||||
{
|
||||
"path": "docs/EXECUTION_QUEUE.md",
|
||||
"bytes": 2495,
|
||||
"lines": 47,
|
||||
"tokens": 624
|
||||
},
|
||||
{
|
||||
"path": "docs/tasks/M16-GAP-00254.md",
|
||||
"bytes": 1824,
|
||||
"lines": 38,
|
||||
"tokens": 456
|
||||
},
|
||||
{
|
||||
"path": "tests/golden/M16-GAP-00253/manifest.json",
|
||||
"bytes": 2682,
|
||||
"lines": 29,
|
||||
"tokens": 671
|
||||
},
|
||||
{
|
||||
"path": "docs/status/M16-GAP-00253.md",
|
||||
"bytes": 906,
|
||||
"lines": 25,
|
||||
"tokens": 227
|
||||
}
|
||||
],
|
||||
"sourceTokens": 1978,
|
||||
"evidenceFiles": 0,
|
||||
"evidenceBytes": 0,
|
||||
"evidenceTokens": 0,
|
||||
"totalTokens": 1978,
|
||||
"reservedEnvelopeTokens": 1024,
|
||||
"estimatedContextTokens": 3002,
|
||||
"serializedContextTokens": 724,
|
||||
"withinBudget": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user