You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)