Releases: agentrules-sh/agentrules
Releases · agentrules-sh/agentrules
@agentrules/core@0.3.1
Patch Changes
- 746d24f: - fix global install paths
- add extra validation to reject bundles with unsafe path traversal
@agentrules/cli@0.3.2
@agentrules/cli@0.3.1
Patch Changes
-
1291a04: Unify init and quick publish flows with shared prompts
- Quick publish any directory (not just skill directories)
- Per-platform path prompting for multi-platform directories
- Multi-platform support for quick publish
- Prompt to create agentrules.json after quick publish (including dry run)
- Add keyboard hint to platform multiselect
- Add rule preview with tags/features hints
@agentrules/core@0.3.0
Minor Changes
-
bad65b2: Add skill type support for multi-file skill bundles
- Add
skilltype for opencode, codex, and cursor platforms (claude already supported) - Add
getInstallDirandnormalizeSkillFilesutilities for SKILL.md anchor-based bundling - Support LICENSE.txt as metadata file alongside LICENSE.md
- Enable config-based skill publishing with proper path normalization
- Add skill directory quick publish:
agentrules publish ./my-skill --platform claude - Parse SKILL.md frontmatter for name/license defaults
- Auto-detect skill directories in
agentrules initand prompt to use frontmatter defaults
- Add
@agentrules/cli@0.3.0
Minor Changes
-
bad65b2: Add skill type support for multi-file skill bundles
- Add
skilltype for opencode, codex, and cursor platforms (claude already supported) - Add
getInstallDirandnormalizeSkillFilesutilities for SKILL.md anchor-based bundling - Support LICENSE.txt as metadata file alongside LICENSE.md
- Enable config-based skill publishing with proper path normalization
- Add skill directory quick publish:
agentrules publish ./my-skill --platform claude - Parse SKILL.md frontmatter for name/license defaults
- Auto-detect skill directories in
agentrules initand prompt to use frontmatter defaults
- Add
Patch Changes
- Updated dependencies [bad65b2]
- @agentrules/core@0.3.0
@agentrules/core@0.2.1
Patch Changes
- 5e32c15: - Fix global path install: expand ~ in global install paths correctly
- Align static registry bundle path format to {slug}/{version}/{platform}.json
@agentrules/cli@0.2.1
@agentrules/core@0.2.0
Minor Changes
-
0bf892a: ### Multi-platform support
initcommand now supports multiple platforms via--platformsflag (e.g.,--platforms claude,cursor)- Per-platform path customization for multi-platform rules
Unified rules format
- Presets and rules consolidated into single "rules" format for publishing
- Renamed
items→rulesthroughout API and types for consistency
Improved validation
- Tags and description now optional during
init - Fixed empty tags input handling
@agentrules/cli@0.2.0
Minor Changes
-
0bf892a: ### Multi-platform support
initcommand now supports multiple platforms via--platformsflag (e.g.,--platforms claude,cursor)- Per-platform path customization for multi-platform rules
Unified rules format
- Presets and rules consolidated into single "rules" format for publishing
- Renamed
items→rulesthroughout API and types for consistency
Improved validation
- Tags and description now optional during
init - Fixed empty tags input handling
Patch Changes
- Updated dependencies [0bf892a]
- @agentrules/core@0.2.0
@agentrules/core@0.1.0
Minor Changes
-
6be7dc6: ### CLI
- Add
shareandunsharecommands for publishing individual rules - Unify preset and rule installation into single
addcommand - Show folder-level totals when publishing
- Use
namefor input,slugfor registry output
Core
- Centralize platform config with rule types and install paths
- Add resolve system for unified preset/rule resolution
- Add