Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ops/ai-eng/contracts-test-maintenance/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
5 changes: 5 additions & 0 deletions ops/ai-eng/contracts-test-maintenance/prompt/prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down