Audit all feature files for non-compliant @tdd_bug tag usage and replace
with the CONTRIBUTING.md-specified @tdd_issue / @tdd_issue_<N> tags.
Three files were affected:
- features/tdd_actor_list_no_db_update.feature:
@tdd_bug @tdd_bug_797 → @tdd_issue @tdd_issue_797
(bug #797 is fixed; permanent regression guard, no @tdd_expected_fail)
- features/tdd_exec_env_resolution_precedence.feature:
Removed duplicate @tdd_bug @tdd_bug_1080 tags; file already had the
correct @tdd_issue @tdd_issue_1080 tags.
- features/tdd_use_action_automation_profile.feature:
@tdd_bug @tdd_bug_1076 → @tdd_issue @tdd_issue_1076
(bug #1076 is fixed in upstream; @tdd_expected_fail not needed)
Zero occurrences of @tdd_bug or @tdd_bug_<N> remain in features/.
All nox quality gates pass: lint ✅ unit_tests ✅ (14426 scenarios passed).
ISSUES CLOSED: #2779