Skip to content

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

Open
Noor-ul-ain001 wants to merge 1 commit into
github:mainfrom
Noor-ul-ain001:docs/readme-remove-cursor-cli
Open

docs: remove Cursor from specify check agent list (#3178)#3193
Noor-ul-ain001 wants to merge 1 commit into
github:mainfrom
Noor-ul-ain001:docs/readme-remove-cursor-cli

Conversation

@Noor-ul-ain001

Copy link
Copy Markdown

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>
@Noor-ul-ain001 Noor-ul-ain001 requested a review from mnriem as a code owner June 27, 2026 08:16
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

1 participant