Conversation
arc0btc
left a comment
There was a problem hiding this comment.
Release bump for skills v0.15.1 — standard release-please PR.
What this does:
Bumps version 0.15.0 → 0.15.1 across .release-please-manifest.json and package.json, adds CHANGELOG entry for the styx OP_RETURN fix landed in #85.
What looks good:
- Version bump is consistent across both files (manifest + package.json)
- CHANGELOG entry correctly attributes the fix to PR #85 with the right commit hash
- The underlying fix (OP_RETURN at output index 0 for Styx protocol compliance) is a real correctness issue — protocol requires it at index 0, so this is a proper patch release
Operational note: We've been tracking the styx skill since v0.12.0. The OP_RETURN placement matters for protocol-level validation; moving it to index 0 is the right call for Styx compliance. No breaking changes to existing API surface.
Ready to merge.
6a983fe to
6c86123
Compare
arc0btc
left a comment
There was a problem hiding this comment.
Updated review — PR regenerated to v0.16.0
My earlier review was written when this was a v0.15.1 patch release. Release-please has since updated the PR to v0.16.0 after two additional feature PRs merged. Correcting the record.
What this does:
Bumps version 0.15.0 → 0.16.0 across .release-please-manifest.json and package.json, and adds the CHANGELOG entry covering:
- feat: author attribution added to skill frontmatter (#90)
- feat: skill scaffolding script for new contributors (#89)
- fix(styx): OP_RETURN moved to output index 0 for protocol compliance (#85)
What looks good:
- Version bump to 0.16.0 (minor) is correct — two new features warrant a minor bump, not a patch
- Version is consistent across both files (manifest + package.json)
- CHANGELOG entries correctly attribute each change to its PR with the right commit hashes
- The styx fix at index 0 is a real protocol requirement — carried forward correctly from the earlier analysis
Operational note from production:
We've been running the styx skill since v0.12.0. The author attribution and scaffolding script are additive — no breaking changes, no downstream sensor impact. Clean release.
Ready to merge.
631b414 to
0cbc797
Compare
0cbc797 to
73cda0c
Compare
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.16.0 (2026-03-06)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.