From 6ccbddd2dc442cbeefdcb61b93ff247c1239d1d9 Mon Sep 17 00:00:00 2001 From: aliersh Date: Mon, 3 Nov 2025 11:18:20 -0500 Subject: [PATCH] fix(prompt): add guidance to skip unrelated CI failures --- ops/ai-eng/contracts-test-maintenance/VERSION | 2 +- ops/ai-eng/contracts-test-maintenance/prompt/prompt.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ops/ai-eng/contracts-test-maintenance/VERSION b/ops/ai-eng/contracts-test-maintenance/VERSION index 26aaba0e866..6085e946503 100644 --- a/ops/ai-eng/contracts-test-maintenance/VERSION +++ b/ops/ai-eng/contracts-test-maintenance/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/ops/ai-eng/contracts-test-maintenance/prompt/prompt.md b/ops/ai-eng/contracts-test-maintenance/prompt/prompt.md index 1adcc5f8df4..c2dd27ace99 100644 --- a/ops/ai-eng/contracts-test-maintenance/prompt/prompt.md +++ b/ops/ai-eng/contracts-test-maintenance/prompt/prompt.md @@ -543,6 +543,11 @@ contract L1FeeVault_Version_Test { - MUST pass before creating any PR 4. Search for any vm.expectRevert() without arguments and fix them +**INTERPRETING CI STATUS:** +- Only investigate actual code failures: build errors, test failures, lint violations +- "Code Review Requirements" status = waiting for reviewer approvals, not code issues +- Test-only changes cannot affect these CI jobs - skip them: `diff-asterisc-bytecode`, `op-program-compat` + **ZERO TOLERANCE - CI FAILURES:** - vm.expectRevert() must ALWAYS have arguments: either selector or bytes message - ALL tests must pass - no exceptions