Skip to content

docs: remove Cursor from specify check agent list (#3178)#3193

Merged
mnriem merged 4 commits into
github:mainfrom
Noor-ul-ain001:docs/readme-remove-cursor-cli
Jun 29, 2026
Merged

docs: remove Cursor from specify check agent list (#3178)#3193
mnriem merged 4 commits into
github:mainfrom
Noor-ul-ain001:docs/readme-remove-cursor-cli

Conversation

@Noor-ul-ain001

Copy link
Copy Markdown
Contributor

What

README.md described specify check as probing for "Cursor CLI", but Cursor is registered as an IDE-based integration (requires_cli=False), so specify check never checks for it. This misled users into expecting a check that does not happen.

Fixes #3178.

How

Removed "Cursor CLI" from the agent list on README.md:406. Every remaining entry in that sentence corresponds to an integration with requires_cli=True, which is exactly what specify check probes.

Verification

  • Confirmed src/specify_cli/integrations/cursor_agent/__init__.py sets requires_cli=False.
  • Enumerated all integrations: the 25 with requires_cli=True are the ones specify check probes; Cursor is not among them.
  • No test references the README agent list, so nothing else is affected.

🤖 Generated with Claude Code

Cursor is registered as an IDE-based integration (requires_cli=False),
so `specify check` never probes for a "Cursor CLI". Listing it in the
README's check description misled users into expecting a check that
does not happen. Removed it from the list; the remaining entries all
correspond to integrations with requires_cli=True.

Fixes github#3178.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

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

This PR updates the README to better align the documented “agent tool” precheck behavior with what specify init actually does (only prechecking integrations that require a CLI), by removing Cursor from the listed tools.

Changes:

  • Removed “Cursor CLI” from the README’s list of tools the CLI checks for during initialization.
Show a summary per file
File Description
README.md Removes Cursor from the documented agent-tool precheck list to match Cursor’s requires_cli=False integration behavior.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread README.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

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.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread README.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

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.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread README.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

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.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 0 new
  • Review effort level: Low

@mnriem mnriem merged commit 5a29e4b into github:main Jun 29, 2026
12 checks passed
@mnriem

mnriem commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Thank you!

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.

Docs: README incorrectly lists Cursor as a CLI-checked agent in specify check

3 participants