Complete strict execution contract for semantic fallback tasks
This commit is contained in:
@@ -978,6 +978,11 @@ if [[ "$SEMANTIC_PLANNING_BRIDGE" == "1" && "$SEMANTIC_REQUIREMENT_INJECTION" ==
|
||||
dependencyTaskIds: ["task-1"],
|
||||
resourceLocks: [],
|
||||
executionContract: {
|
||||
stepIds: [("semantic-fallback-" + (($idx + 1)|tostring))],
|
||||
targetFiles: [("docs/semantic_fallback_task_" + (($idx + 1)|tostring) + ".md")],
|
||||
requiredTools: ["whetstone_generate_taskitems","whetstone_queue_ready","whetstone_validate_taskitem"],
|
||||
acceptanceCommands: ["step615_test","step616_test","step682_test"],
|
||||
strictExecutionContract: true,
|
||||
deterministic: true,
|
||||
rollbackRequired: true,
|
||||
replayValidationRequired: true,
|
||||
|
||||
Reference in New Issue
Block a user