@one-agent-ctx/runtime-darwin-x64 0.1.2 → 0.1.3

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
  # @one-agent-ctx/runtime-darwin-x64
2
2
 
3
- `agent-ctx-os` 运行时内核的 **darwin-x64** 构建(版本 0.1.2,协议 1.2)。
3
+ `agent-ctx-os` 运行时内核的 **darwin-x64** 构建(版本 0.1.3,协议 1.2)。
4
4
 
5
5
  这是 `@one-agent-ctx/runtime` 的实现包:由 loader 通过 `optionalDependencies` 按平台自动选装,通常不需要直接依赖它。用 loader 解析路径并核对身份:
6
6
 
@@ -9,6 +9,6 @@ import { binaryPath, verifyBinary } from '@one-agent-ctx/runtime'
9
9
  console.log(binaryPath(), verifyBinary())
10
10
  ```
11
11
 
12
- - 二进制:`agent-ctx-os`(sha256 `0c8eacf0a3f0750453032d34c6df6c5157ab93727ae83d09d247efe0d5cc41ee`)
12
+ - 二进制:`agent-ctx-os`(sha256 `5e8c376d311f1e9baec401b00286e9a9996f4dd60c813fb2ed0291b26416f264`)
13
13
  - 描述符:`component.json`(版本/协议/digest/source_revision 的唯一权威)
14
14
  - 许可证:AGPL-3.0-only,对应源码见 `SOURCE.md`
package/SOURCE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 对应源码(AGPL-3.0 §6)
2
2
 
3
- 内核 `agent-ctx-os` 的 darwin-amd64(0.1.2) 构建以 AGPL-3.0-only 分发。
3
+ 内核 `agent-ctx-os` 的 darwin-amd64(0.1.3) 构建以 AGPL-3.0-only 分发。
4
4
 
5
5
  对应源码 = 公开仓 github.com/wocrab/one-ctx(2026-09-13 以单提交重建并公开) 的全量 AGPL-3.0 源码:Rust 契约(crates/agent-ctx-os-contract)、内核(crates/agent-ctx-os-core / agent-ctx-os-server)、C++ 引擎与其 shim(vendor/engine-cpp、engine-shim)、构建配方(scripts/,含 Cargo.lock 与 build-env.sh)、第三方组件与许可见证(packages/runtime/third-party-inventory.json)。每个已发布平台包的 component.json 记录构建它的 source_revision 与 source_tree_id,可在该公开仓检出对应提交重建。
6
6
 
package/agent-ctx-os CHANGED
Binary file
package/component.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "component": "agent-ctx-os",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "protocol": "1.2",
6
6
  "target": "darwin-amd64",
7
7
  "executable": "agent-ctx-os",
8
- "sha256": "0c8eacf0a3f0750453032d34c6df6c5157ab93727ae83d09d247efe0d5cc41ee",
9
- "source_revision": "38b32fa6212ae09daafadf15bc97677299b3372b",
10
- "source_tree_id": "c00025a4e1e340c26137526023f7fbb468368ddc",
8
+ "sha256": "5e8c376d311f1e9baec401b00286e9a9996f4dd60c813fb2ed0291b26416f264",
9
+ "source_revision": "7ce9fd3e0e2abf9d68c7659a9e0d239bb4e1134e",
10
+ "source_tree_id": "eb1431241ded09d55c707ad73a43fda2667ea433",
11
11
  "build": {
12
12
  "host": "darwin-arm64",
13
- "toolchain": "cargo",
13
+ "toolchain": "cargo + LC_UUID 由 source_revision 派生(见 set-macho-uuid.mjs)",
14
14
  "cross": true
15
15
  }
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-agent-ctx/runtime-darwin-x64",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "agent-ctx-os 运行时内核(darwin-x64):memory/knowledge/skill 能力的本地执行体",
5
5
  "license": "AGPL-3.0-only",
6
6
  "os": [