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).
This commit is contained in:
2026-05-14 05:41:48 +00:00
committed by Forgejo
parent a155f6fcad
commit 87e86aecf9
@@ -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