You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -433,6 +440,12 @@ public function testContractDocumentExposesMatchingRoleShapeOnOperatorSnapshot()
433
440
),
434
441
);
435
442
}
443
+
444
+
$this->assertStringContainsString(
445
+
'`lease_ownership`',
446
+
$contents,
447
+
'Task matching contract must name the lease_ownership backpressure model so operator surfaces can expose the durable admission boundary without paraphrasing it.',
0 commit comments