From d5c56d0762cad8853f0c23c0a6f49d32e7d72b54 Mon Sep 17 00:00:00 2001 From: NeiRo21 Date: Fri, 15 May 2026 23:54:32 +0100 Subject: [PATCH] chore: Clarify instructions in upstream sync workflow --- .clinerules/workflows/sync-with-upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clinerules/workflows/sync-with-upstream.md b/.clinerules/workflows/sync-with-upstream.md index 0a495e19c..cd32d8b99 100644 --- a/.clinerules/workflows/sync-with-upstream.md +++ b/.clinerules/workflows/sync-with-upstream.md @@ -84,7 +84,7 @@ Ask the user to resolve the outstand merge conflicts and wait for confirmation. ## Step 11: Validate merge -Run the standard build workflow (as defined in `AGENTS.md`) to validate the merge. In case of any issues, report them to the user and ask how to proceed. +Run the standard build workflow (as defined in `AGENTS.md`) to validate the merge. In case of build or test failures, or any other issues, report them to the user and ask how to proceed. ## Step 12: Commit conflict resolution changes