@@ -184,6 +214,17 @@ async function main(): Promise<void> {
assert(!(awaitpathExists(path.join(workspaceRoot,"skills",variantSkillEntry.a))),"Variant A skill entry was not cleaned up after replacement with variant B.");
assert(!(awaitpathExists(path.join(workspaceRoot,"cron",variantCronEntry.a))),"Variant A cron entry was not cleaned up after replacement with variant B.");
assert(injectedFallbackCount===1,`Expected one injected fallback backup failure, received ${injectedFallbackCount}.`);
assert(replacementFailure==="Simulated syncBundleProject failure after bundle replacement commit.","Injected replacement failure did not surface the expected error.");