From 56f424714cc9d7be3c491265139576f53e60beb8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Sun, 5 Apr 2026 09:09:06 +0000 Subject: [PATCH] fix(tdd): replace non-standard @tdd_bug tags with @tdd_issue per CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Audit all feature files for non-compliant @tdd_bug tag usage and replace with the CONTRIBUTING.md-specified @tdd_issue / @tdd_issue_ 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_ remain in features/. All nox quality gates pass: lint ✅ unit_tests ✅ (14426 scenarios passed). ISSUES CLOSED: #2779 --- features/tdd_actor_list_no_db_update.feature | 2 +- features/tdd_exec_env_resolution_precedence.feature | 2 +- features/tdd_use_action_automation_profile.feature | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/tdd_actor_list_no_db_update.feature b/features/tdd_actor_list_no_db_update.feature index d2ee1cd0d..d0b07a54b 100644 --- a/features/tdd_actor_list_no_db_update.feature +++ b/features/tdd_actor_list_no_db_update.feature @@ -1,4 +1,4 @@ -@tdd_bug @tdd_bug_797 +@tdd_issue @tdd_issue_797 Feature: TDD Bug #797 — actor list should not cause a database update Bug #797 reports that running ``agents actor list`` on a fresh checkout diff --git a/features/tdd_exec_env_resolution_precedence.feature b/features/tdd_exec_env_resolution_precedence.feature index 11e249451..c2806a55d 100644 --- a/features/tdd_exec_env_resolution_precedence.feature +++ b/features/tdd_exec_env_resolution_precedence.feature @@ -1,4 +1,4 @@ -@tdd_issue @tdd_issue_1080 @tdd_bug @tdd_bug_1080 @mock_only +@tdd_issue @tdd_issue_1080 @mock_only Feature: TDD Bug #1080 — execution environment resolution ignores project-level override As a developer I want execution environment resolution to honour the 6-level precedence chain diff --git a/features/tdd_use_action_automation_profile.feature b/features/tdd_use_action_automation_profile.feature index d85acd343..45579ac68 100644 --- a/features/tdd_use_action_automation_profile.feature +++ b/features/tdd_use_action_automation_profile.feature @@ -1,4 +1,4 @@ -@tdd_bug @tdd_bug_1076 +@tdd_issue @tdd_issue_1076 Feature: TDD Bug #1076 — use_action() does not propagate automation_profile to Plan As a developer I want to verify that use_action() resolves the automation profile