@one-agent-ctx/runtime-darwin-x64 1.3.2 → 1.4.0

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** 构建(版本 1.3.2,协议 1.3)。
3
+ `agent-ctx-os` 运行时内核的 **darwin-x64** 构建(版本 1.4.0,协议 1.4)。
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 `9dcc7c9c5e65827b4c425b1c3a64a8cbce31f2529a2452548080c8a17cb837c9`)
12
+ - 二进制:`agent-ctx-os`(sha256 `97bab3e8e56b1128dea5771b2f1c97c2a2508e12c4f57d02a22fe00472ecc80d`)
13
13
  - 描述符:`component.json`(版本/协议/digest/source_revision 的唯一权威)
14
14
  - 许可证:AGPL-3.0-only,对应源码见 `SOURCE.md`
package/SOURCE.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # 对应源码(AGPL-3.0 §6)
2
2
 
3
- 内核 `agent-ctx-os` 的 darwin-amd64(1.3.2) 构建以 AGPL-3.0-only 分发。
3
+ 内核 `agent-ctx-os` 的 darwin-amd64(1.4.0) 构建以 AGPL-3.0-only 分发。
4
4
 
5
5
  对应源码随每次发布以 npm 包 @one-agent-ctx/source@<version> 附带(AGPL-3.0 §6:与二进制同一提交、同一版本的完整源码归档):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 用 git archive 打出归档,并先于任何二进制发布——源码发不出去,二进制就不发。上游参考实现 volcengine/OpenViking 为公开仓,以 NOTICE 记录的提交号引用。
6
6
 
7
- 对应源码随本次发布以 npm 包提供:`@one-agent-ctx/source@1.3.2`(https://www.npmjs.com/package/@one-agent-ctx/source)。
7
+ 对应源码随本次发布以 npm 包提供:`@one-agent-ctx/source@1.4.0`(https://www.npmjs.com/package/@one-agent-ctx/source)。
8
8
 
9
- - 来源提交:`ffd43becb05aa00ae2b9d15c79a322e49961c736`(tree `fc897cc5143e854f2f5b40b6cac3f7f77f5453af`)——与本包 `component.json` 的 `source_revision` 相同;
10
- - 归档:`source.tar.gz`(sha256 `a1788078a06630e98640b50e22f5294affb105b2c1ac1abb059079a1631b2133`),`git archive` 该提交的全部 tracked 文件(含 C++ 引擎 `vendor/engine-cpp`、构建配方 `scripts/` 与 `Cargo.lock`);
11
- - 取得:`npm pack @one-agent-ctx/source@1.3.2` 后解包 `package/source.tar.gz`;重建见包内 README.md。
9
+ - 来源提交:`e6732432266eaab6a333744270a25151cf5cd320`(tree `3cf1c201967e51bf51644d8b4ade9197303625af`)——与本包 `component.json` 的 `source_revision` 相同;
10
+ - 归档:`source.tar.gz`(sha256 `5dc110ff1ff2a8dfe4e020cb06144e5e91a11e6a892de297a9ce80c87bf3f903`),`git archive` 该提交的全部 tracked 文件(含 C++ 引擎 `vendor/engine-cpp`、构建配方 `scripts/` 与 `Cargo.lock`);
11
+ - 取得:`npm pack @one-agent-ctx/source@1.4.0` 后解包 `package/source.tar.gz`;重建见包内 README.md。
package/agent-ctx-os CHANGED
Binary file
package/component.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "component": "agent-ctx-os",
4
- "version": "1.3.2",
5
- "protocol": "1.3",
4
+ "version": "1.4.0",
5
+ "protocol": "1.4",
6
6
  "target": "darwin-amd64",
7
7
  "executable": "agent-ctx-os",
8
- "sha256": "9dcc7c9c5e65827b4c425b1c3a64a8cbce31f2529a2452548080c8a17cb837c9",
9
- "source_revision": "ffd43becb05aa00ae2b9d15c79a322e49961c736",
10
- "source_tree_id": "fc897cc5143e854f2f5b40b6cac3f7f77f5453af",
8
+ "sha256": "97bab3e8e56b1128dea5771b2f1c97c2a2508e12c4f57d02a22fe00472ecc80d",
9
+ "source_revision": "e6732432266eaab6a333744270a25151cf5cd320",
10
+ "source_tree_id": "3cf1c201967e51bf51644d8b4ade9197303625af",
11
11
  "build": {
12
12
  "host": "darwin-arm64",
13
13
  "toolchain": "cargo + LC_UUID 由 source_revision 派生(见 set-macho-uuid.mjs)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-agent-ctx/runtime-darwin-x64",
3
- "version": "1.3.2",
3
+ "version": "1.4.0",
4
4
  "description": "agent-ctx-os 运行时内核(darwin-x64):memory/knowledge/skill 能力的本地执行体",
5
5
  "license": "AGPL-3.0-only",
6
6
  "os": [