6946e595d3
- Changed gate logic to pass trivially when no TDD test exists for a referenced issue - This allows feature PRs (like #629) to pass without requiring a TDD test - Only enforces tag removal IF a TDD test exists for the bug - Extracted helper functions from tdd_quality_gate_steps.py to tdd_quality_gate_helpers.py - Reduced steps file from 541 lines to 472 lines (under 500-line limit) - All quality gates passing: lint, typecheck Fixes #629