Skip to content

fix(cli): list cursor in skills install --platform help text#305

Merged
placerda merged 1 commit into
developfrom
feature/issue-157-cli-cursor-platform
Jun 14, 2026
Merged

fix(cli): list cursor in skills install --platform help text#305
placerda merged 1 commit into
developfrom
feature/issue-157-cli-cursor-platform

Conversation

@placerda

Copy link
Copy Markdown
Contributor

Closes #157.

The --platform help string for agentops skills install only mentioned copilot and claude even though the cursor platform has been a first-class target for some time:

  • PLATFORMS in src/agentops/services/skills.py lists a full cursor entry mapping to .cursor/rules.
  • _register_cursor in the same file writes .cursor/rules/agentops.mdc.
  • Auto-detection in detect_platforms already returns cursor for repos with .cursor/rules or .cursorrules.

Updated the Typer help to Target platform(s): copilot, claude, cursor. so the supported value is discoverable from --help.

Validation

  • No existing test asserts that exact help string. Help-text-only change.
  • Manual: python -m agentops skills install --help shows the new platform list.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

The --platform option's help string only mentioned copilot and claude
even though the cursor platform is fully implemented (PLATFORMS table in
src/agentops/services/skills.py and _register_cursor in the same file
write to .cursor/rules/agentops.mdc). Update the help to advertise
cursor so users discover it from agentops skills install --help.

Closes #157

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@placerda placerda merged commit c803457 into develop Jun 14, 2026
9 checks passed
@placerda placerda deleted the feature/issue-157-cli-cursor-platform branch June 14, 2026 15:35
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.

1 participant