Releases: mrwogu/promptscript
Releases · mrwogu/promptscript
v1.11.1
v1.11.0
1.11.0 (2026-04-07)
Features
- cli: overlay-aware skill suggestions in prs init (#215) (5c4f4d6)
- cli: prs inspect --layers for debugging skill composition (#213) (71ff860)
- playground: add overlay/sealed gallery examples and compile test (2cf09bb)
- playground: add skill composition example to gallery (09cde5b)
- resolver: integrity hashes in lockfile for registry references (#225) (5ef239b)
- resolver: reference negation syntax for skill extensions (#211) (ab8f33d)
- resolver: sealed property to prevent content override by higher layers (#212) (b709f48)
- resolver: semantic base/overlay validation warnings (#227) (302e271)
- skill composition — import sub-skills within a skill (#200) (#201) (4dc6bf2)
- validator: policy engine for extension compliance validation (#222) (b175f60)
Bug Fixes
v1.10.0
v1.9.0
1.9.0 (2026-03-27)
Features
- resolver: add extractReservedParams and filterBlocks for @use filtering (1c2dfaf)
- resolver: integrate block filtering into @use resolution pipeline (08a84ee)
- validator: add PS021 use-block-filter validation rule (97dd8ea)
- vscode: add VS Code extension with syntax highlighting (#184) (1f09f48)
Bug Fixes
- cli: respect --force flag for unchanged files during compilation (#180) (6cab45b)
- docs: add missing block keywords to Pygments lexer (4074d0a)
- resolver: skip SKILL.md in command auto-discovery to prevent phantom /SKILL shortcut (9da9a0a)
- vscode: publish extension only on release tags and resolve name collision (a9d623a)
v1.8.3
v1.8.2
v1.8.1
1.8.1 (2026-03-26)
Bug Fixes
- cli: validate remote repo before writing lockfile in skills add (c9aa94d)
- formatters: pass-through raw frontmatter from source SKILL.md (5b37394)
- resolver: add validateRemoteAccess for pre-clone repo validation (c162c83)
- resolver: capture raw frontmatter in parseSkillMd (23401a6)
- resolver: pipe raw frontmatter through resolveNativeSkills (ac79f69)
- resolver: recognize root-level SKILL.md in directory discovery (632a048)
v1.8.0
v1.7.1
v1.7.0
1.7.0 (2026-03-25)
Features
- core: add guardsAsSkills and guardsSkillsListing to TargetConfig (f0099fb)
- formatters: add @guards named entries support to Cursor formatter (a1d4901)
- formatters: generate Factory skills from @guards named entries (f7972d1)
- importer: import instruction files with applyTo as @guards entries (acacc41)
- resolver: recursive skill discovery in .promptscript/skills/ (#162) (63c2e9f)