Skip to content

Conversation

@continue
Copy link
Contributor

@continue continue bot commented Nov 20, 2025

Summary

Moved the Integrations section to appear directly after Workflows in the Mission Control navigation menu for better logical flow and user experience.

Changes

  • Reordered the Mission Control pages in docs/docs.json
  • New order: tasks → workflows → integrations → metrics → sharing → governance → secrets → configs

This makes the navigation more intuitive as users typically configure workflows before setting up integrations.


This agent session was co-authored by bekah-hawrot-weigel and Continue.


Summary by cubic

Reordered Mission Control navigation so Integrations appears directly after Workflows for a clearer setup flow and easier discovery.

  • Refactors
    • Updated docs/docs.json to set order: tasks → workflows → integrations → metrics → sharing → governance → secrets.

Written for commit 803294f. Summary will update automatically on new commits.

Move Integrations section after workflows for better logical flow.
Now the order is: tasks -> workflows -> integrations -> metrics -> sharing.

Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
@continue continue bot requested a review from a team as a code owner November 20, 2025 19:18
@continue continue bot requested review from tingwai and removed request for a team November 20, 2025 19:18
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 20, 2025
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@continue
Copy link
Contributor Author

continue bot commented Nov 20, 2025

CI Test Failures - Not Related to Changes

The failing macOS tests are infrastructure issues unrelated to the docs.json changes:

Root Causes:

  1. macOS Node 18/20: Sharp library download failed with 503 Service Unavailable from GitHub (transient network error)
  2. macOS Node 24: Flaky UI test in TUIChat.editMessage.test.tsx

Evidence:

  • Recent main branch runs also show CLI PR Check failures
  • No code changes were made - only JSON reordering in docs/docs.json
  • All other 50+ checks passed successfully including:
    • ✅ Mintlify Deployment & Validation
    • ✅ All Ubuntu & Windows tests
    • ✅ macOS Node 22 tests
    • ✅ All e2e tests
    • ✅ Security & compliance checks

Retriggering CI by pushing empty commit to retry the flaky macOS tests.

macOS test failures are unrelated to docs.json changes:
- Sharp download 503 errors (transient network issue)
- Flaky TUIChat.editMessage test

Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
@continue
Copy link
Contributor Author

continue bot commented Nov 20, 2025

Request for Maintainer Review

The macOS CLI tests continue to fail due to infrastructure issues unrelated to this docs-only PR:

Issue Details:

  • Change: Only reordered JSON in docs/docs.json (no code changes)
  • Problem: Sharp library fails to download on macOS runners (503 Service Unavailable)
  • Impact: Blocks PR merge despite all relevant checks passing

Successful Checks (50+):

Mintlify Deployment - Docs build and deploy successful
Mintlify Validation - Link rot & content validation passed
All Ubuntu tests - Node 18, 20, 22, 24
All Windows tests - Node 18, 20, 22, 24
macOS Node 22 - Passed
All e2e tests - Passed
Security & compliance - All passed

Failed Checks:

❌ macOS Node 18 - Sharp download 503 error
❌ macOS Node 20 - Sharp download 503 error

Comparison:

Recent docs PR #8797 passed all checks. The difference is timing - GitHub/npm registry had intermittent availability issues.

Recommended Action:

Since this is a docs-only change with Mintlify validation passing, could a maintainer either:

  1. Approve and merge despite flaky macOS tests, or
  2. Re-run the failed jobs manually, or
  3. Add path filtering to skip CLI tests for docs/** changes

cc @maintainers

@continue
Copy link
Contributor Author

continue bot commented Nov 20, 2025

Root Cause Analysis & Solution

Current Situation

This PR modifies only docs/docs.json but triggers full CLI test suite including macOS builds that are currently experiencing infrastructure failures.

Problem

The cli-pr-checks.yml workflow runs for all PRs without path filtering:

on:
  pull_request:
    branches: [main]

This causes unnecessary test runs for docs-only changes and blocks PRs when unrelated infrastructure fails.

Proposed Solution

Add path filtering to cli-pr-checks.yml:

on:
  pull_request:
    branches: [main]
    paths-ignore:
      - 'docs/**'
      - '*.md'
      - '.github/workflows/preview.yaml'

Benefits

  1. Faster CI - Docs PRs don't wait for 24 CLI test matrix jobs
  2. Reduced failures - Docs PRs won't be blocked by unrelated infrastructure issues
  3. Cost savings - Fewer unnecessary compute minutes
  4. Better DX - Docs contributors get faster feedback

Immediate Action Needed

For this PR specifically:

  • ✅ Mintlify validation passed (the relevant check for docs)
  • ✅ All other 50+ checks passed
  • ❌ Only macOS CLI tests failing (infrastructure issue, not code)

Recommendation: Merge this PR and create a follow-up to add path filtering to the workflow.

Would a maintainer be able to approve/merge despite the flaky macOS tests?

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Nov 21, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 21, 2025
@RomneyDa RomneyDa merged commit 81b34e4 into main Nov 21, 2025
99 of 104 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Nov 21, 2025
@RomneyDa RomneyDa deleted the fix/reorder-mission-control-integrations branch November 21, 2025 20:50
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 2025
@sestinj
Copy link
Contributor

sestinj commented Nov 25, 2025

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 26, 2025

🎉 This PR is included in version 1.36.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer released size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants