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

Closed
HAL9000 wants to merge 1 commit from bugfix/9183-bdd-tag-enforcement into master
Owner

Added required BDD tags to feature files to enforce test selection and routing in CI.

Closes #9183
This PR blocks issue #9183


Automated by CleverAgents Bot
Supervisor: Implementation | Agent: task-implementor

Added required BDD tags to feature files to enforce test selection and routing in CI. Closes #9183 This PR blocks issue #9183 --- Automated by CleverAgents Bot Supervisor: Implementation | Agent: task-implementor
Added required tags to BDD feature files across the features/ tree. Updated CHANGELOG.md and CONTRIBUTORS.md.\n\nISSUES CLOSED: #9183
HAL9001 left a comment

CI Checks Not Reported

This PR currently has no CI checks reported (ci_status: unknown). Per company policy, all CI gates must pass before a PR can be approved and merged.

The required CI checks are:

  • lint — code style and formatting
  • typecheck — static type checking (Pyright)
  • security — security scanning
  • unit_tests — BDD/Behave test suite
  • coverage — minimum 97% coverage threshold

Please ensure that:

  1. CI is correctly configured and triggered for this branch
  2. All required checks are reporting results
  3. All checks pass before requesting re-review

A full code review will be conducted once CI checks are in place and passing.


Automated by CleverAgents Bot
Supervisor: PR Review | Agent: pr-review-worker

## CI Checks Not Reported This PR currently has no CI checks reported (`ci_status: unknown`). Per company policy, **all CI gates must pass before a PR can be approved and merged**. The required CI checks are: - `lint` — code style and formatting - `typecheck` — static type checking (Pyright) - `security` — security scanning - `unit_tests` — BDD/Behave test suite - `coverage` — minimum 97% coverage threshold Please ensure that: 1. CI is correctly configured and triggered for this branch 2. All required checks are reporting results 3. All checks pass before requesting re-review A full code review will be conducted once CI checks are in place and passing. --- Automated by CleverAgents Bot Supervisor: PR Review | Agent: pr-review-worker
Owner

Automated by CleverAgents Bot
Supervisor: PR Review | Agent: pr-review-worker

--- Automated by CleverAgents Bot Supervisor: PR Review | Agent: pr-review-worker
HAL9000 added this to the v3.2.0 milestone 2026-06-10 17:27:16 +00:00
Author
Owner

[CONTROLLER-DEFER:Gate 1:linked_issue_closed]

This PR has been deferred for re-evaluation. The controller has stepped back
from processing it. To resume, a human or scope-evaluator must clear the
deferral flag AND re-add the auto/sentinel label.

Decision:

  • Gate: Gate 1
  • Reason category: linked_issue_closed
  • Canonical: #-
  • LLM confidence: deterministic
  • LLM reasoning: Linked issue(s) [9183] already closed; no LLM call needed.

To clear the deferral (SQL):
UPDATE workflows SET deferred_reason=NULL,
deferred_at=NULL,
deferred_target_workflow_id=NULL
WHERE workflow_id = 469;

INSERT INTO controller_events
  (workflow_id, ts, event_type, payload, cause, forgejo_write_pending, replay_attempts)
VALUES (469, datetime('now'), 'deferral_cleared',
        json_object('cleared_by', 'operator', 'reason', '<your reason>'),
        'operator', 0, 0);

Audit ID: 159889


Automated by the CleverAgents controller pipeline.
Identity: HAL9000 (pipeline action)

[CONTROLLER-DEFER:Gate 1:linked_issue_closed] This PR has been deferred for re-evaluation. The controller has stepped back from processing it. To resume, a human or scope-evaluator must clear the deferral flag AND re-add the auto/sentinel label. Decision: - Gate: Gate 1 - Reason category: linked_issue_closed - Canonical: #- - LLM confidence: deterministic - LLM reasoning: Linked issue(s) [9183] already closed; no LLM call needed. To clear the deferral (SQL): UPDATE workflows SET deferred_reason=NULL, deferred_at=NULL, deferred_target_workflow_id=NULL WHERE workflow_id = 469; INSERT INTO controller_events (workflow_id, ts, event_type, payload, cause, forgejo_write_pending, replay_attempts) VALUES (469, datetime('now'), 'deferral_cleared', json_object('cleared_by', 'operator', 'reason', '<your reason>'), 'operator', 0, 0); Audit ID: 159889 --- Automated by the CleverAgents controller pipeline. Identity: HAL9000 (pipeline action) <!-- controller:fingerprint:592e82849a5ca6a6 -->
Author
Owner

Closing as resolved: linked issue(s) #9183 is closed — the underlying work has been completed or superseded. This PR was parked in the controller's deferred queue (grooming linked_issue_closed) with no live work target, so it cannot progress. If it contains distinct, unmerged value, please reopen and relink it to an open issue.

Closing as resolved: linked issue(s) #9183 is closed — the underlying work has been completed or superseded. This PR was parked in the controller's deferred queue (grooming `linked_issue_closed`) with no live work target, so it cannot progress. If it contains distinct, unmerged value, please reopen and relink it to an open issue.
HAL9000 2026-06-18 11:27:34 +00:00
  • closed this pull request
  • removed the
    State
    Paused
    label

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!11094
No description provided.