Reorganize Blender Web execution around capabilities
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions

This commit is contained in:
mes123456
2026-08-24 18:37:46 -04:00
parent 0b2c3ba0dd
commit a081c68c87
2530 changed files with 763976 additions and 79 deletions

View File

@@ -0,0 +1,43 @@
{
"schemaVersion": 1,
"task": "WBV2-P0-001",
"operation": "CAPABILITY_QUEUE_RECONCILIATION",
"status": "PASS",
"executionPointer": {
"task": "WBV2-P0-001",
"parentManifest": "tests/golden/WBV2-BASELINE/manifest.json",
"parentNextTask": "WBV2-P0-001",
"nextTask": "WBV2-P0-002"
},
"legacyCoverage": {
"task": "M16-GAP-00282",
"parentManifest": "tests/golden/M16-GAP-00281/manifest.json",
"state": "active",
"meaning": "regression coverage only; not a production capability task"
},
"correctiveCheckpoint": {
"task": "C6-003",
"handoff": "tests/golden/corrective/C6-003/handoff.json",
"queueMutation": true,
"meaning": "historical migration evidence"
},
"efficiency": {
"legacyGapTasks": 6900,
"legacyCompleted": 281,
"capabilityClusters": 3,
"mappedLegacyGaps": 9,
"averageGapsPerCapability": 3,
"parallelism": "read-only inventory/schema/checkers may parallelize; Main and generated pointers remain serialized"
},
"commands": [
{"command": "node tools/web/check-web-parity-v2-plan.mjs", "exitCode": 0},
{"command": "node tools/web/check-corrective-plan.mjs", "exitCode": 0},
{"command": "node tools/web/check-execution-control-plane.mjs", "exitCode": 0},
{"command": "node tools/web/check-execution-health.mjs", "exitCode": 0},
{"command": "npm --prefix web run test:task-context", "exitCode": 0},
{"command": "npm --prefix web run test:context-governance", "exitCode": 0},
{"command": "npm --prefix web run test:execution-control-plane", "exitCode": 0},
{"command": "git diff --check", "exitCode": 0}
],
"failurePolicy": "hash drift, malformed plan, duplicate ready task, missing parent or context budget failure keeps the current task in_progress/blocked"
}