[BUG] Add required @a2a, @session, @cli tags to BDD feature files #11024

Closed
HAL9000 wants to merge 1 commits from bugfix/pr-9183-bdd-tags into master

1 Commits

Author SHA1 Message Date
HAL9000 9dbb32beff fix(bdd): add @a2a, @session, @cli file-level tags to 117 BDD feature files
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Failing after 54s
CI / push-validation (pull_request) Failing after 13m50s
CI / helm (pull_request) Failing after 13m51s
CI / build (pull_request) Failing after 13m53s
CI / e2e_tests (pull_request) Failing after 13m55s
CI / integration_tests (pull_request) Failing after 13m56s
CI / unit_tests (pull_request) Failing after 13m57s
CI / quality (pull_request) Failing after 13m58s
CI / security (pull_request) Failing after 13m58s
CI / typecheck (pull_request) Failing after 13m58s
CI / lint (pull_request) Failing after 13m59s
CI / coverage (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
Add mandatory domain classification tags (a2a, session, cli) to the first
line of all BDD feature files that match their respective naming patterns.
Files containing 'a2a', 'session', or 'cli' in their filename receive the
corresponding file-level tags sorted alphabetically before the Feature:
header tag line. This enables Behave-based test pipelines in CI to filter
and select scenarios by technology domain without scanning scenario content.

Changes:
- 117 feature files tagged (98 with new line + 19 with existing tags merged)
- 22 deletions from reformatting existing tag lines
- CHANGELOG.md updated under [Unreleased] Added section
- CONTRIBUTORS.md updated with contribution entry

ISSUES CLOSED: #9183
2026-05-08 07:09:37 +00:00