Skip to content

Releases: agentrules-sh/agentrules

@agentrules/core@0.3.1

27 Dec 03:38
76a5059

Choose a tag to compare

Patch Changes

  • 746d24f: - fix global install paths
    • add extra validation to reject bundles with unsafe path traversal

@agentrules/cli@0.3.2

27 Dec 03:38
76a5059

Choose a tag to compare

Patch Changes

  • 746d24f: - fix global install paths
    • add extra validation to reject bundles with unsafe path traversal
  • Updated dependencies [746d24f]
    • @agentrules/core@0.3.1

@agentrules/cli@0.3.1

25 Dec 00:11
5f7a6ce

Choose a tag to compare

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

24 Dec 06:00
bdf307f

Choose a tag to compare

Minor Changes

  • bad65b2: Add skill type support for multi-file skill bundles

    • Add skill type for opencode, codex, and cursor platforms (claude already supported)
    • Add getInstallDir and normalizeSkillFiles utilities 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 init and prompt to use frontmatter defaults

@agentrules/cli@0.3.0

24 Dec 06:00
bdf307f

Choose a tag to compare

Minor Changes

  • bad65b2: Add skill type support for multi-file skill bundles

    • Add skill type for opencode, codex, and cursor platforms (claude already supported)
    • Add getInstallDir and normalizeSkillFiles utilities 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 init and prompt to use frontmatter defaults

Patch Changes

  • Updated dependencies [bad65b2]
    • @agentrules/core@0.3.0

@agentrules/core@0.2.1

22 Dec 21:31
ba483a8

Choose a tag to compare

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

22 Dec 21:31
ba483a8

Choose a tag to compare

Patch Changes

  • 5e32c15: - Fix global path install: expand ~ in global install paths correctly
    • Align static registry bundle path format to {slug}/{version}/{platform}.json
  • Updated dependencies [5e32c15]
    • @agentrules/core@0.2.1

@agentrules/core@0.2.0

21 Dec 21:48
e31f6a4

Choose a tag to compare

Minor Changes

  • 0bf892a: ### Multi-platform support

    • init command now supports multiple platforms via --platforms flag (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 itemsrules throughout API and types for consistency

    Improved validation

    • Tags and description now optional during init
    • Fixed empty tags input handling

@agentrules/cli@0.2.0

21 Dec 21:48
e31f6a4

Choose a tag to compare

Minor Changes

  • 0bf892a: ### Multi-platform support

    • init command now supports multiple platforms via --platforms flag (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 itemsrules throughout 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

11 Dec 08:23
3411f2c

Choose a tag to compare

Minor Changes

  • 6be7dc6: ### CLI

    • Add share and unshare commands for publishing individual rules
    • Unify preset and rule installation into single add command
    • Show folder-level totals when publishing
    • Use name for input, slug for registry output

    Core

    • Centralize platform config with rule types and install paths
    • Add resolve system for unified preset/rule resolution