Skip to content

fix: [self-heal] apply Ruff formatting to unblock CI format-check gate#54

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-ci-failure-main-25490840604
Draft

fix: [self-heal] apply Ruff formatting to unblock CI format-check gate#54
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-ci-failure-main-25490840604

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 7, 2026

CI run 25490840604 failed in the CI workflow because the format-check step (ruff format --check) reported 10 unformatted files on main.
This PR is a formatting-only correction to align the repository with the enforced Ruff style gate.

  • Scope of changes

    • Applied Ruff formatting to the exact files flagged by CI:
      • packages/devcd-core/src/devcd/cli.py
      • packages/devcd-core/src/devcd/slices/ambient_context/service.py
      • packages/devcd-core/src/devcd/slices/events/models.py
      • packages/devcd-core/src/devcd/slices/mcp_server/service.py
      • packages/devcd-core/src/devcd/slices/vision_layer/__init__.py
      • scripts/internal_agentic_benchmark.py
      • tests/test_agentic_context.py
      • tests/test_cli.py
      • tests/test_mcp_server.py
      • tests/test_skill_contract.py
  • Change characteristics

    • No behavioral logic updates.
    • No API/schema/contract changes.
    • No dependency or workflow changes.
  • Representative formatting delta

    # before
    result = some_call(arg_one, arg_two, arg_three, arg_four)
    
    # after (ruff format)
    result = some_call(
        arg_one,
        arg_two,
        arg_three,
        arg_four,
    )

Copilot AI linked an issue May 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix CI failure in workflow run 25490840604 fix: [self-heal] apply Ruff formatting to unblock CI format-check gate May 7, 2026
Copilot AI requested a review from mick-gsk May 7, 2026 11:11
@github-actions github-actions Bot added devcd/events Event normalization, ledger, event schema devcd/cli CLI commands, config init, devcd run devcd/ambient-context devcd/mcp-server labels May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devcd/ambient-context devcd/cli CLI commands, config init, devcd run devcd/events Event normalization, ledger, event schema devcd/mcp-server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: CI Self-Heal run:25490840604 — CI failed

2 participants