From 87e86aecf9699e7aa196c5c9ddfc820c8185d80b Mon Sep 17 00:00:00 2001 From: CleverThis Date: Thu, 14 May 2026 05:41:48 +0000 Subject: [PATCH] test(auto_debug): add missing @tdd_issue tags per CI quality gate (issue #10496) The feature file for auto-debug state mutation tests was missing required TDD tags (@tdd_issue, @tdd_issue_10496). This caused CI / tdd_quality_gate to fail the tag validation check. Added minimal tagging to pass CI while keeping the fix PR's scenarios passing (no @tdd_expected_fail needed since the underlying bug is being fixed). --- features/tdd_auto_debug_state_mutation.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/tdd_auto_debug_state_mutation.feature b/features/tdd_auto_debug_state_mutation.feature index 415fb7b25..cd0f753c8 100644 --- a/features/tdd_auto_debug_state_mutation.feature +++ b/features/tdd_auto_debug_state_mutation.feature @@ -1,3 +1,4 @@ +@tdd_issue @tdd_issue_10496 Feature: AutoDebug node functions must not mutate state in-place As a LangGraph developer I want AutoDebug node functions to return new state dicts