Govern task context and advance execution pointer
This commit is contained in:
35
tests/golden/M15-03B/manifest.json
Normal file
35
tests/golden/M15-03B/manifest.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M15-03B",
|
||||
"parentTask": "M15-03A",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"operation": "BLENDER_NEXT_TASK_SPEC_CHECK",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M15-03A/manifest.json",
|
||||
"sha256": "ff4289e5df910b688e2e30f41e3697c79e6abd3b6a41f2fa06cda4b8dc8aa12c"
|
||||
},
|
||||
"generator": {
|
||||
"path": "tools/web/generate-blender-next-task-plan.mjs",
|
||||
"sha256": "b944d9e0ee37497d397fac6bede348702768ec2fa84ff2246ef39cc58d4242c0"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-blender-next-task-spec.mjs",
|
||||
"sha256": "389634653fb03ddfdd8d2b140f65af5f2317d5b818873da623dc156302dd9787"
|
||||
},
|
||||
"plan": {
|
||||
"path": "tests/golden/M15-03A/next-task-plan.json",
|
||||
"sha256": "a5c46410b419ede40a5adb6a84029e7f303e28e823f33d9d63d5e1815c1b0032"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M15-03B/next-task-spec-check-report.json",
|
||||
"sha256": "20ce475cb146edc422020f16593f95c222fd1956080c224614f0e1f749b6ccc1"
|
||||
},
|
||||
"package": {
|
||||
"path": "web/package.json",
|
||||
"sha256": "540fcf5a711fe65654f5f9dcfccf4dfb4549dcdbef498a4eb37946cc24a76912"
|
||||
}
|
||||
},
|
||||
"nextTask": "M15-03C"
|
||||
}
|
||||
23
tests/golden/M15-03B/next-task-spec-check-report.json
Normal file
23
tests/golden/M15-03B/next-task-spec-check-report.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M15-03B",
|
||||
"operation": "BLENDER_NEXT_TASK_SPEC_CHECK",
|
||||
"source": {
|
||||
"path": "tests/golden/M15-03A/next-task-plan.json",
|
||||
"sha256": "a5c46410b419ede40a5adb6a84029e7f303e28e823f33d9d63d5e1815c1b0032"
|
||||
},
|
||||
"summary": {
|
||||
"tasks": 6900,
|
||||
"completeSpecs": 6900,
|
||||
"missingFields": 0,
|
||||
"malformed": 0
|
||||
},
|
||||
"requiredFields": [
|
||||
"fixture",
|
||||
"desktopCommand",
|
||||
"webCommand",
|
||||
"comparator",
|
||||
"exitCriteria"
|
||||
],
|
||||
"nextTask": "M15-03C"
|
||||
}
|
||||
Reference in New Issue
Block a user