toContain('architecture-governance', 'ops-ux') ->and($lane['selectors']['includeGroups'])->toContain('heavy-governance') ->and($files)->toContain('tests/Architecture/PlatformVocabularyBoundaryGuardTest.php') ->and($files)->toContain('tests/Architecture/ReasonTranslationPrimarySurfaceGuardTest.php') ->and($files)->toContain('tests/Deprecation/IsPlatformSuperadminDeprecationTest.php') ->and($files)->toContain('tests/Feature/Guards/ActionSurfaceContractTest.php'); }); it('keeps the heavy-governance command group-driven for intentionally expensive families', function (): void { $command = TestLaneManifest::buildCommand('heavy-governance'); expect($command)->toContain('--group=heavy-governance') ->and(TestLaneManifest::commandRef('heavy-governance'))->toBe('test:heavy'); });