Skip to content

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

Description

@mnriem

Summary

README.md (line ~406) states that specify check looks for "Cursor CLI" among installed agents. However, Cursor is registered as an IDE-based integration (requires_cli: False), so specify check never probes for it. This misleads users into expecting a check that does not happen.

Evidence

  • README.md:406 — "The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, ... installed."
  • src/specify_cli/integrations/cursor_agent/__init__.py:26requires_cli: False
  • specify check only probes agents with requires_cli: True.

Suggested fix

Update the README so Cursor is not listed as a CLI-checked agent (remove it from the check list, or clarify that it is IDE-based and not probed).

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions