Releases: devallibus/shiplog
Releases · devallibus/shiplog
v0.5.1
What's Changed
- docs(#156/T2): add CONTRIBUTING.md with versioning policy by @devallibus in #158
- ci(#156/T3): add version-bump-check workflow by @devallibus in #159
- ci(#156/T4): add release-on-version-change workflow by @devallibus in #160
- fix(#161): de-hardcode master in CONTRIBUTING and CI workflows by @devallibus in #162
- fix(#163): fold comments into hunt Step 2 pr-list call by @devallibus in #164
Full Changelog: v0.5.0...v0.5.1
v0.5.0 — Cumulative drift catchup
v0.5.0 — Catching up cumulative drift since 0.1.0
This is the first cut release after introducing a versioning policy (#156).
0.5.0 reflects five phases of changes that shipped on master without version
bumps. Future releases will increment per-PR per the new policy.
Slash commands and conventions
- feat(#108): add slash commands for explicit phase entry points (#110)
- feat(#85): shiplog-managed labels (#86)
- feat(#79, #80): task-ID convention, partial delivery, mode routing (#82)
- feat(#97): self-audit verification profile (#98)
- feat(#93): bold shiplog brand formatting rule (#94)
Review / hunt workflow
- feat(#122): identity-aware hunt command with review-gating and tier filtering (#126)
- feat(#114): tier-3 validation rules (#115)
- feat(#123): Last-code-by provenance field, updated review-gating (#125)
- fix(#120): approve-with-follow-ups disposition (#121)
- feat(#78): internalize delegated commit/PR workflows (#127)
- docs(#132): PR-body review snapshot workflow (#133)
Skill simplification (April)
- refactor(#144): remove Quiet Mode (#148) — BREAKING (in 0.x): Quiet Mode workflows no longer supported
- refactor(#145): vocabulary triad, inline signing, triage derivation (#149)
- refactor(#146): co-locate policy + query + checklist across sub-skills, includes hunt fix from #140 (#151)
- refactor(#147): SKILL.md golden-path restructure (#152)
- refactor(#150): remove invented tags (#153)
Bug fixes
- fix(#77): self-review must auto-attach review contract (#81)
- fix(#88): remove leftover Codex workaround file (#89)
- fix(#137): sync cleanup command order and dispatch template tag (#138)
- fix(#154): use
<default-branch>in SKILL.md walkthrough (#155)
Docs
- docs(#87): prioritize npx skills install path (#90)
- docs(#99): README rewrite for clarity and prominent install (#100)
- feat(#113): LLM testimonial blurbs (#118)
- docs(#92): orchestration protocol guidance (#136)
Notable
- This release implicitly fixes #140: the post-#151
commands/shiplog/hunt.md
always fetches PR comments and scans for signedReviewed-by:/Disposition:
lines. Existing0.1.0installs were silently running the pre-fix copy
becauseplugin.jsonversion had never been bumped — see #156 for the
versioning policy follow-up.
Upgrade
npx skills add devallibus/shiplog --skill shiplogVerify the post-#151 hunt scan-comments behavior is now present:
grep -c 'gh pr view <N> --json comments' ~/.claude/commands/shiplog/hunt.md
# expected: 1