发布

  • Fix: install by name always fetches from GitHub (#180)

    frostbyte_neo 发布于 2026-02-12 21:24:58 +00:00

    • feat(cursor): add Cursor CLI as target provider

    Add converter, writer, types, and tests for converting Claude Code
    plugins to Cursor-compatible format (.mdc rules, commands, skills,
    mcp.json). Agents become Agent Requested rules (alwaysApply: false),
    commands are plain markdown, skills copy directly, MCP is 1:1 JSON.

    • docs: add Cursor spec and update README with cursor target

    • chore: bump CLI version to 0.5.0 for cursor target

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

    • docs: note Cursor IDE + CLI compatibility in README

    • fix: install by name always fetches from GitHub

    Previously, install compound-engineering would resolve to any local
    directory named compound-engineering in the current working directory
    before trying GitHub. This broke installs when users had a same-named
    directory that wasn't a valid plugin.

    Now bare names always go to GitHub. Only explicit paths (starting with
    ./ or / or ~) are treated as local paths.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


    Co-authored-by: Claude Opus 4.6 noreply@anthropic.com

    下载附件