Skip to content

1.3.0

Latest

Choose a tag to compare

@mackysoft mackysoft released this 01 Jul 07:52
9dac9d2

Added

  • Added bundled SKILL dependency metadata generated with MackySoft.AgentSkills 0.7.0. Exact --skill selections now include transitive dependencies, so selecting workflows such as pr-merge also includes the workflow skills they invoke. (#7)
  • Added skillBundleVersion metadata to bundled source definitions and generated manifests so installed packages can be compared against the bundled skill set version. (#7)

Changed

  • Updated the bundled AgentSkills generator and runtime dependency to MackySoft.AgentSkills 0.7.0. Generated manifests now include deterministic dependencies and skillBundleVersion fields, so manifest digests change. (#7)
  • Changed generated SKILL sources to use the AgentSkills-generated # skill-name heading instead of carrying duplicate top-level headings in source templates. (#7)
  • Changed skills-pack skills list output to expose each selected package's dependencies and skillBundleVersion while keeping skillNames as the caller's root selection. (#7)

Fixed

  • Preserved string skillName values in SkillsPack command JSON output after AgentSkills moved public manifest and install identity APIs to the validated SkillName value type. (#7)