Skip to content

Releases: se4thvin/context-handoff

v0.1.4 — Polish + repo hygiene

13 May 01:46

Choose a tag to compare

First "professional polish" release. No behavior changes for installed users — this is repo hygiene plus determinism improvements to the filename slug rules.

Added

  • CHANGELOG.md to track release history.
  • CONTRIBUTING.md and SECURITY.md for project hygiene.
  • "license": "MIT" field in plugin.json for tooling discoverability.
  • README badges for version, license, and Claude Code compatibility.

Changed

  • Slugify rules in writing-handoff are now deterministic across sessions (explicit bash one-liner + 40-char cap + empty-result handling).
  • Implementation history (docs/specs/, docs/plans/, docs/tests/) moved under docs/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

13 May 01:46

Choose a tag to compare

Fixed

  • Marketplace install bug: top-level name in marketplace.json previously 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 to se4thvin-plugins.

Changed

  • Slash command /recap renamed to /handoff-resume for clarity.

This is the first release that actually installs cleanly on Claude Code.

v0.1.2 — Marketplace source format + /resume rename

13 May 01:46

Choose a tag to compare

Fixed

  • Switched marketplace source from the unsupported "." shorthand to the verified-working { "source": "url", "url": "...", "sha": "..." } form. Pinning to a commit SHA so installs are reproducible.

Changed

  • Slash command /resume renamed to /recap to 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

13 May 01:46

Choose a tag to compare

Fixes the install path and aligns the skill's confirmation output with the README example.

Added

  • .claude-plugin/marketplace.json so /plugin marketplace add se4thvin/context-handoff actually resolves (this was missing in v0.1.0 — the install would 404).

Changed

  • writing-handoff skill'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

13 May 01:46

Choose a tag to compare

First public release of context-handoff.

Added

  • writing-handoff skill — fires on explicit /handoff, "write a handoff" / "save state" phrasing, or context-exhaustion signals.
  • resuming-from-handoff skill — fires on /resume or "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.json and is not installable. Use v0.1.4 or later.