Doc Bridge v1.4.0 — Portable handoffs for coding agents
Portable handoffs for coding agents
Doc Bridge v1.4.0 makes the same deterministic, read-only handoff available across more agent environments without coupling your documentation workflow to one editor or runtime.
The portable skill resolves where an agent may start, what it must read, which roots it may edit, and which checks it must run. Resolution is fail-closed: if the target or authority cannot be established safely, the agent stops instead of guessing.
What is new
- Pi discovery: install directly from npm with
pi install npm:@agentskit/doc-bridge. - Cursor integration: the package now ships a Cursor plugin manifest and pinned MCP configuration.
- Hermes compatibility: the published ClawHub skill is discoverable through Hermes' native ClawHub source.
- Portable Agent Skill: one open skill shape for ClawHub-compatible clients, Hermes, Pi, and Cursor.
- Version-safe distribution: package, Action, MCPB, Cursor, MCP, runtime, and portable resolver versions are synchronized automatically.
Install
npx @agentskit/doc-bridge@1.4.0 init --demo
npx @agentskit/doc-bridge@1.4.0 query package example --agentFor Pi:
pi install npm:@agentskit/doc-bridgeDistribution and integrity
- Published to npm with SLSA provenance.
- Portable skill fixtures contain synthetic public evidence only.
- No credentials are required by the skill or Cursor integration.
- The packaged handoff contract remains bounded and read-only.
Included work
- Fix canonical metadata for the agent landing page in #82.
- Add guidance for choosing the right context layer in #75.
- Add Cursor and portable Agent Skills integrations in #83.
- Link the published ClawHub skill in #85.
- Expose the portable skill to Pi in #86.
- Prepare and verify the
1.4.0package in #87.
Full changelog: v1.3.0...v1.4.0