@a16njs/models
0.12.0 (2026-03-06)
Features
0.11.0 (2026-02-23)
Features
0.10.1 (2026-02-19)
Bug Fixes
0.10.0 (2026-02-17)
Features
Bug Fixes
0.9.0 (2026-02-08)
Features
0.8.0 (2026-02-07)
Features
0.7.0 (2026-02-06)
⚠ BREAKING CHANGES
- Phase 9 Milestone 1 - IR Versioning & AgentSkills.io Utilities (#32)
Features
0.6.0 (2026-02-04)
Features
Bug Fixes
- docs: Update package.json homepages to docsite links (4a5f242)
0.5.0 (2026-02-01)
Features
0.4.0 (2026-02-01)
Features
0.3.0 (2026-01-28)
Features
0.2.0 (2026-01-28)
Features
- add npm publishing infrastructure (#5) (104c8a2)
- AgentCommand (phase 4) (#8) (051a464)
- Phase 5 - gitignore management (#11) (b39e658)
- Phase1 - GlobalPrompt MVP (592d4c7)
- Task 1 - Monorepo setup with pnpm workspaces (4016df2)
- Task 2 - Models package with TDD (6af74a4)
Bug Fixes
0.1.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