@mmmjk/context-bridge 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Context Bridge
2
2
 
3
- **Language:** English | [简体中文](README.zh-CN.md)
3
+ **Language:** English | [简体中文](https://cdn.jsdelivr.net/npm/@mmmjk/context-bridge/README.zh-CN.md)
4
4
 
5
5
  Context Bridge is a local-first session interoperability layer for coding agents. It moves JSONL session history between Claude Code, Codex, and MCP-aware automation surfaces through a canonical intermediate representation, preserving enough operational context to resume work across harness boundaries.
6
6
 
package/README.zh-CN.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Context Bridge
2
2
 
3
- **语言:** [English](README.md) | 简体中文
3
+ **语言:** [English](https://www.npmjs.com/package/@mmmjk/context-bridge) | 简体中文
4
4
 
5
5
  Context Bridge 是一个本地优先的编码代理会话互操作层。它通过统一的 canonical intermediate representation,在 Claude Code、Codex 和支持 MCP 的自动化工具之间迁移 JSONL 会话历史,并尽量保留跨 agent 恢复工作所需的操作上下文。
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmjk/context-bridge",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local-first session bridge to translate, copy, and sync coding-agent histories across Claude Code, Codex, and MCP tools.",
5
5
  "type": "module",
6
6
  "homepage": "https://www.npmjs.com/package/@mmmjk/context-bridge",