a16n
0.13.0 (2026-03-06)
Features
0.12.2 (2026-03-05)
Bug Fixes
0.12.1 (2026-02-19)
Bug Fixes
- SimpleAgentSkill and AgentSkillIO invocable names were lost in translation (#64) (3266bff)
- trailing PR feedback from discovery fixes (#62) (38348fa)
0.12.0 (2026-02-17)
Features
Bug Fixes
0.11.1 (2026-02-09)
Bug Fixes
0.11.0 (2026-02-08)
Features
0.10.0 (2026-02-07)
Features
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)
- 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)
- Phase 6 - --delete-source flag & conditional tense for dry-run actions (#12) (5899e52)
- Phase1 - GlobalPrompt MVP (592d4c7)
- Task 1 - Monorepo setup with pnpm workspaces (4016df2)
- Task 8 - CLI with TDD (ae17551)
- Task 9 - Fixture-based integration tests (6b7a3e1)
Bug Fixes
- address PR #1 round 2 feedback (51fbeb9)
- docs: Remove erroneous claim of MIT license (e44260a)
- improve error handling in CLI and Claude discover (9d44b59)
- PR Feedback (972f2b7)
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
- @a16njs/plugin-cursor@0.2.0
- @a16njs/plugin-claude@0.2.0
- @a16njs/engine@0.0.2
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:
Patch Changes
- Updated dependencies [eba0dd4]
- @a16njs/plugin-cursor@0.1.0
- @a16njs/plugin-claude@0.1.0
- @a16njs/engine@0.0.1