This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryFixed regression test failure caused by hardcoded absolute path.
Full changelog
v0.19.5 tag was pushed but the release pipeline failed: the new
regression test for the bundled hello-world.skill.md had a hardcoded
absolute path (/Users/scotts/Development/skillscript/...) that
worked locally but ENOENT'd in CI. No artifact shipped (no npm publish,
no GHCR push).
Fix in v0.19.6: same regression test, now using REPO_ROOT-relative
resolution (fileURLToPath(import.meta.url)-derived). All other
v0.19.5 fixes carry forward unchanged.
Lesson: CI-only path failures slip past local probes. Worth pinning a
test for the test surface itself — but the simpler discipline is "never
hardcode an absolute path in a test." Sibling to v0.19.5's own banked
lesson.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Skillscript
All releases →Related context
Related tools
Earlier breaking changes
- v0.35.0 Editing `# Deadline:` on an approved skill drops it to Draft (signature invalidates).
Beta — feedback welcome: [email protected]