Skip to content

Releases: 44-pixels/handover-mcp

Handover Skills 1.4.0

Choose a tag to compare

@nyasour nyasour released this 05 Aug 05:34

Adds the local-first handoff Agent Skill for switching sessions, models, agents, or owners without losing working state. The skill creates or resumes a concise HANDOFF.md without requiring an account, then optionally publishes it privately through Handover MCP or the CLI with identity and read-back verification. Existing skill slugs remain unchanged.

Handover Research and Evidence Index v1.0

Choose a tag to compare

@nyasour nyasour released this 05 Aug 03:46

A versioned, first-party evidence package for durable AI agent handoffs and human-agent continuation.

Included:

  • AI Handoff Continuity Benchmark finding and source artifacts
  • Reporter to Handover production migration field report
  • Handoff Continuity Record v1.0
  • Runnable human-agent continuation demo
  • JSON Schema, CFF, and BibTeX citation metadata

Every item declares provenance, source links, and material limitations. This release is an inspectable first-party record, not independent validation.

Canonical human index: https://handover.sh/research
Agent-readable index: https://handover.sh/research.json

Handover CLI v0.1.4

Choose a tag to compare

@nyasour nyasour released this 05 Aug 01:55

Handover CLI v0.1.4 connects GitHub and npm discovery to the private AI handoff prompt generator before users install or configure an agent.

  • Adds tracked GitHub and npm paths to the browser-only handoff prompt generator.
  • Keeps generated draft content out of analytics and server-side draft storage.
  • Adds executable-to-manifest version parity testing.
  • Publishes through npm trusted publishing with SLSA provenance.

Install:

npm install --global handover-sh@0.1.4
handover --version

Try the no-account generator: https://handover.sh/tools/ai-handoff-prompt-generator?utm_source=github&utm_medium=release&utm_campaign=ai_handoff_prompt

Handover Skills 1.3.0

Choose a tag to compare

@nyasour nyasour released this 04 Aug 01:55

Adds the open Handoff Continuity Record v1 assets and the installable handover-record Agent Skill for creating, validating, publishing, and verifying portable handoff state.

Handover Agent Skills v1.2.0

Choose a tag to compare

@nyasour nyasour released this 04 Aug 01:08

Adds handover-test-continuity, a release-grade workflow for qualifying a complete Handover MCP handoff across separate authenticated identities.

The skill verifies multi-file read-back, revision-anchored review, optimistic-concurrency correction, resolution against the correcting revision, fresh-successor recovery, and denied, read-only, stale-revision, and revoked-credential paths. It reports connectivity, workflow completion, and continuity separately so a successful connection is never mistaken for a complete handoff.

Install the collection:

npx skills add 44-pixels/handover-mcp

Install only the continuity test:

npx skills add 44-pixels/handover-mcp --skill handover-test-continuity

Catalog: https://skills.handover.sh/
Guide: https://handover.sh/guides/end-to-end-mcp-agent-handoff?utm_source=github&utm_medium=release&utm_campaign=handover_test_continuity

Handover Public Continuation Demo

Choose a tag to compare

@nyasour nyasour released this 04 Aug 10:11

A complete, inspectable handoff that moves one reporting task across two agents and a human reviewer.

The demo includes Markdown, SQL, JSON, an image, three attributable revisions, exact human review evidence, a resolved note, and one bounded next action. No account is required to inspect it.

Following the continuation link opens a prefilled draft after sign-in. It never creates private context until the user explicitly selects Create.

Built to be continued.

AI Handoff Continuity Benchmark v1.0 pilot

Choose a tag to compare

@nyasour nyasour released this 04 Aug 11:50

An open, reproducible pilot for testing whether an AI model recovers continuation-critical state from a conversation transcript, compressed memory, or structured handoff.

Pilot result across OpenAI gpt-5.6-terra and Anthropic claude-sonnet-5:

  • Structured handoff: 79.45
  • Conversation transcript: 76.67
  • Compressed memory: 45.00

This is a small authored pilot, not a model leaderboard. One run per system does not estimate variance, the conditions retain different amounts of detail, and schema adherence affected scores.

Inspect and reproduce:

Dataset license: CC BY 4.0. Runner and repository code: MIT.

Handover CLI v0.1.0

Choose a tag to compare

@nyasour nyasour released this 03 Aug 17:27

The first public Handover CLI release.

Install:

npm install --global handover-sh
handover login
handover whoami

Use it to create, search, pull, publish, review, and continue versioned context from terminal workflows and unattended agents. The package is dependency-free, MIT licensed, and requires Node.js 22.13 or newer.

Verify the active identity with handover whoami before reading or publishing company context.

Handover Agent Skills v1.1.0

Choose a tag to compare

@nyasour nyasour released this 03 Aug 23:35

Verify before protected work

This release expands the open Handover collection to five skills:

  • handover-verify checks the connected MCP or CLI identity, boundary, workspace, role, scopes, and one protected read before an agent writes.
  • handover-publish captures durable context.
  • handover-resume continues another actor's work.
  • handover-review handles revision-anchored feedback.
  • handover-governance scopes and audits agent access.

The verification workflow is read-only by default, never exposes credentials, classifies the first failed layer, and includes an optional two-identity continuity proof.

Catalog: https://skills.handover.sh/?utm_source=github&utm_medium=referral&utm_campaign=agent_skills_launch

Verification skill: https://skills.handover.sh/handover-verify?utm_source=github&utm_medium=referral&utm_campaign=handover_verify_skill

Install: npx skills add 44-pixels/handover-mcp

Handover Agent Skills v1.0.0

Choose a tag to compare

@nyasour nyasour released this 03 Aug 22:18

Four open, installable workflows for continuing work across people and AI agents.

Included skills:

  • handover-publish: preserve decisions, files, evidence, and the next action
  • handover-resume: retrieve the canonical revision and continue without replaying a chat
  • handover-review: create and resolve revision-anchored feedback
  • handover-governance: scope, test, and revoke human and service-agent access

Install the collection:

npx skills add 44-pixels/handover-mcp

Every skill is MIT licensed and source-readable. Skills provide the reusable workflow; Handover MCP or the CLI provides authenticated capabilities and attributable history.