Skip to content

Releases: mrwogu/promptscript

v1.11.1

07 Apr 11:49
ca993b3

Choose a tag to compare

1.11.1 (2026-04-07)

Bug Fixes

v1.11.0

07 Apr 10:25
5e9188b

Choose a tag to compare

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

  • browser-compiler: apply only/exclude reserved params on @use imports (d7388f4)
  • cli: wire up skill suggestions in prs init (#216) (eeef0d4)
  • docs: skip unsupported syntax in docs validator (#220) (5827c38)
  • resolver: cross-platform path traversal check for relative @use (#224) (0f06f8c)

v1.10.0

30 Mar 23:41
4799752

Choose a tag to compare

1.10.0 (2026-03-30)

Features

Bug Fixes

  • cli: prs lock discovers @use github.com imports from .prs files (#185) (b0303df)

v1.9.0

27 Mar 20:10
59fc50b

Choose a tag to compare

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

26 Mar 22:13
89e815e

Choose a tag to compare

1.8.3 (2026-03-26)

Bug Fixes

  • compiler: use relative paths in generated file markers (#178) (8fdeaea)

v1.8.2

26 Mar 20:17

Choose a tag to compare

1.8.2 (2026-03-26)

Bug Fixes

  • validator: accept domain-based registry paths in PS006 (0a76a37)

v1.8.1

26 Mar 17:52

Choose a tag to compare

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

26 Mar 14:42
270bca9

Choose a tag to compare

1.8.0 (2026-03-26)

Features

v1.7.1

25 Mar 22:49

Choose a tag to compare

1.7.1 (2026-03-25)

Bug Fixes

  • cli: add yaml to ignoredDependencies in eslint config (52512b8)
  • formatters: preserve argument-hint in skill SKILL.md frontmatter (2313aaf)

v1.7.0

25 Mar 21:54
cc27a12

Choose a tag to compare

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)

Bug Fixes

  • formatters: replace glob heuristic with standards-driven categorization (#168) (939c4c6)
  • validator: skip fenced code blocks in PS011 authority injection check (0f03a62)