@a16njs/plugin-cursor
0.12.0 (2026-03-06)
Features
0.11.1 (2026-03-05)
Bug Fixes
0.11.0 (2026-02-23)
Features
0.10.1 (2026-02-19)
Bug Fixes
0.10.0 (2026-02-17)
Features
0.9.1 (2026-02-09)
Bug Fixes
0.9.0 (2026-02-07)
Features
0.8.0 (2026-02-06)
⚠ BREAKING CHANGES
- Phase 9 Milestone 1 - IR Versioning & AgentSkills.io Utilities (#32)
Features
- Phase 9 Milestone 1 - IR Versioning & AgentSkills.io Utilities (#32) (f9a4484)
- Phase 9 Milestone 3 - Frontmatter Parsing & Formatting (#36) (cf4a8da)
- plugin-a16n: Phase 9 M4 - IR Emission + CLI Integration (#37) (b13ed62)
0.7.0 (2026-02-04)
Features
Bug Fixes
- docs: Update package.json homepages to docsite links (4a5f242)
0.6.0 (2026-02-01)
Features
0.5.0 (2026-02-01)
Features
0.4.0 (2026-01-28)
Features
0.3.0 (2026-01-28)
Features
- add npm publishing infrastructure (#5) (104c8a2)
- AgentCommand (phase 4) (#8) (051a464)
- Phase 2 - FileRule and AgentSkill support (#3) (3ff1ed7)
- Phase 3 - AgentIgnore support and CLI polish (#4) (eba0dd4)
- Phase 5 - gitignore management (#11) (b39e658)
- Phase1 - GlobalPrompt MVP (592d4c7)
- Task 1 - Monorepo setup with pnpm workspaces (4016df2)
- Task 3 - Cursor plugin discovery with TDD (9ae8f27)
- Task 4 - Cursor plugin emission with TDD (4d2700e)
Bug Fixes
- address PR #1 round 2 feedback (51fbeb9)
- docs: Remove erroneous claim of MIT license (e44260a)
- PR Feedback (972f2b7)
- recursive discovery in .cursor/rules subdirectories (2665a22)
0.2.0
Minor Changes
-
051a464: feat: Add AgentCommand support (Cursor commands → Claude skills)
- Add
AgentCommandtype to models package withcommandNamefield - Add
isAgentCommand()type guard - Cursor plugin discovers
.cursor/commands/**/*.mdfiles- Simple commands (plain prompt text) become AgentCommand
- Complex commands ($ARGUMENTS, !, @, allowed-tools) are skipped with warning
- Claude plugin emits AgentCommand as
.claude/skills/*/SKILL.md- Skills include
description: "Invoke with /command-name"for slash invocation
- Skills include
- Claude plugin never discovers AgentCommand (one-way conversion)
- Cursor plugin supports command pass-through emission
- Add
Patch Changes
- Updated dependencies [051a464]
- @a16njs/models@0.1.0
0.1.0
Minor Changes
-
eba0dd4: Add AgentIgnore bidirectional support and CLI polish
Phase 3 implementation:
- Cursor plugin:
.cursorignorediscovery and emission - Claude plugin:
permissions.denyRead rules discovery and emission - Bidirectional conversion between
.cursorignore↔permissions.deny - CLI
--verboseflag for debugging output - Improved warning formatting with icons and hints (chalk)
- Improved error messages with suggestions
- Cursor plugin: