Files
cleveragents-core/features
HAL9000 4c415567ed
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 33s
CI / lint (pull_request) Successful in 1m9s
CI / helm (pull_request) Successful in 49s
CI / quality (pull_request) Successful in 1m25s
CI / build (pull_request) Successful in 1m17s
CI / security (pull_request) Successful in 1m49s
CI / typecheck (pull_request) Successful in 2m29s
CI / e2e_tests (pull_request) Successful in 5m4s
CI / integration_tests (pull_request) Failing after 5m50s
CI / unit_tests (pull_request) Failing after 16m44s
CI / coverage (pull_request) Failing after 22m15s
CI / docker (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
fix(a2a): fix lint/format failures and remove incorrect tdd_expected_fail tags
- Run ruff format to fix formatting in a2a_agent_card_steps.py,
  helper_a2a_agent_card.py, and _handlers_extension.py (CI lint job
  runs both ruff check and ruff format --check)
- Remove try/except ImportError with # type: ignore from
  a2a_jsonrpc_wire_format_steps.py (zero-tolerance violation);
  use direct imports instead
- Add @mock_only tag to a2a_jsonrpc_wire_format.feature (no DB needed)
- Remove @tdd_expected_fail/@tdd_issue/@tdd_issue_4229 tags from
  A2aErrorDetail scenarios — the data field already exists in the model
  so the bug is fixed; keeping @tdd_expected_fail caused unexpected-pass
  failures in CI unit_tests
- Fix A2aErrorDetail step definitions to use integer codes via
  A2A_CODE_MAP instead of raw string codes
2026-05-05 17:09:47 +00:00
..