Skip to content

Restrict Gemini/Cursor/Kiro engines to smoke-* workflows - #51869

Merged
pelikhan merged 1 commit into
mainfrom
copilot/restrict-gemini-cursor-kiro-workflows
Aug 10, 2026
Merged

Restrict Gemini/Cursor/Kiro engines to smoke-* workflows#51869
pelikhan merged 1 commit into
mainfrom
copilot/restrict-gemini-cursor-kiro-workflows

Conversation

Copilot AI commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Gemini, Cursor, and Kiro have limited credits and should only be exercised in smoke-test workflows, not in daily production automation.

Findings

  • No non-smoke workflow used the gemini engine — only smoke-gemini.md did.
  • Four daily-* workflows used cursor/kiro, burning through their credits on a schedule.

Changes

  • daily-pr-review-cursor.md, daily-schema-audit-cursor.md — engine switched from cursor to copilot (copilot-sdk: true); dropped shared/cursor.md import and "using Cursor" wording.
  • daily-regression-audit-kiro.md, daily-spec-coverage-kiro.md — engine switched from kiro to copilot (copilot-sdk: true); dropped shared/kiro.md import and "using Kiro" wording.
  • Recompiled .lock.yml for all four workflows.
  • smoke-cursor.md, smoke-kiro.md, smoke-gemini.md left untouched — these remain the sanctioned place to run these engines.
# before
engine:
  id: cursor
model: cursor/auto

# after
engine:
  id: copilot
  copilot-sdk: true

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan
pelikhan marked this pull request as ready for review August 10, 2026 20:39
Copilot AI balanced review requested due to automatic review settings August 10, 2026 20:39
@pelikhan
pelikhan merged commit 1b46a96 into main Aug 10, 2026
@pelikhan
pelikhan deleted the copilot/restrict-gemini-cursor-kiro-workflows branch August 10, 2026 20:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Moves daily automation from limited-credit Cursor/Kiro engines to Copilot while retaining those engines for smoke tests only.

Changes:

  • Switched four daily workflows to Copilot SDK.
  • Removed engine-specific imports and wording.
  • Regenerated corresponding compiled workflows.
Show a summary per file
File Description
.github/workflows/daily-pr-review-cursor.md Migrates PR review to Copilot.
.github/workflows/daily-pr-review-cursor.lock.yml Regenerates compiled PR review workflow.
.github/workflows/daily-schema-audit-cursor.md Migrates schema audit to Copilot.
.github/workflows/daily-schema-audit-cursor.lock.yml Regenerates compiled schema audit workflow.
.github/workflows/daily-regression-audit-kiro.md Migrates regression audit to Copilot.
.github/workflows/daily-regression-audit-kiro.lock.yml Regenerates compiled regression audit workflow.
.github/workflows/daily-spec-coverage-kiro.md Migrates specification coverage review to Copilot.
.github/workflows/daily-spec-coverage-kiro.lock.yml Regenerates compiled specification review workflow.

Review details

Tip

Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 6/8 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.2

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants