Releases: se4thvin/context-handoff
Releases · se4thvin/context-handoff
v0.1.4 — Polish + repo hygiene
First "professional polish" release. No behavior changes for installed users — this is repo hygiene plus determinism improvements to the filename slug rules.
Added
CHANGELOG.mdto track release history.CONTRIBUTING.mdandSECURITY.mdfor project hygiene."license": "MIT"field inplugin.jsonfor tooling discoverability.- README badges for version, license, and Claude Code compatibility.
Changed
- Slugify rules in
writing-handoffare now deterministic across sessions (explicit bash one-liner + 40-char cap + empty-result handling). - Implementation history (
docs/specs/,docs/plans/,docs/tests/) moved underdocs/development/to declutter the top-level view.
Fixed
- Absolute path containing real-name path component redacted from the verbatim baseline response in
docs/development/tests/baseline-writing-handoff.md.
Install
/plugin marketplace add se4thvin/context-handoff
/plugin install context-handoff
/reload-plugins
v0.1.3 — Fix Claude Code install bug #56043
Fixed
- Marketplace install bug: top-level
nameinmarketplace.jsonpreviously matched the plugin name (context-handoff), triggering Claude Code issue #56043 which misclassifies the install as a "remote plugin with unrecognized source." Renamed the marketplace tose4thvin-plugins.
Changed
- Slash command
/recaprenamed to/handoff-resumefor clarity.
This is the first release that actually installs cleanly on Claude Code.
v0.1.2 — Marketplace source format + /resume rename
Fixed
- Switched marketplace
sourcefrom the unsupported"."shorthand to the verified-working{ "source": "url", "url": "...", "sha": "..." }form. Pinning to a commit SHA so installs are reproducible.
Changed
- Slash command
/resumerenamed to/recapto avoid collision with Claude Code's built-in/resume.
Note: v0.1.2 still hit a marketplace-name-collision bug on install. Fixed in v0.1.3.
v0.1.1 — Install fix + format alignment
Fixes the install path and aligns the skill's confirmation output with the README example.
Added
.claude-plugin/marketplace.jsonso/plugin marketplace add se4thvin/context-handoffactually resolves (this was missing in v0.1.0 — the install would 404).
Changed
writing-handoffskill's "Confirm to the user" step now mandates the exact two-line✓ Wrote ... / Captured: ...format that the README shows.- README's "auto-load if only one exists" softened to "auto-summarize (then asks before continuing)" to match the skill's confirm-before-acting discipline.
Note: v0.1.1's marketplace source type still triggered a "source type not supported" error on some Claude Code versions. Fixed in v0.1.2.
v0.1.0 — Initial release
First public release of context-handoff.
Added
writing-handoffskill — fires on explicit/handoff, "write a handoff" / "save state" phrasing, or context-exhaustion signals.resuming-from-handoffskill — fires on/resumeor "pick up where we left off"; shows a numbered picker for multiple handoffs and confirms before acting.- Slash commands
/handoff [label]and/resume [n]. - TDD-for-skills validation: RED-phase baselines + GREEN-phase verification captured in
docs/tests/.
Note: v0.1.0 shipped without a
marketplace.jsonand is not installable. Use v0.1.4 or later.