@brawnen/agent-harness-protocol 0.1.1 → 0.1.2

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
@@ -32,6 +32,9 @@ The current repository already places the protocol resources here:
32
32
  - `rules/full.md`
33
33
  - `adapters/` for host-specific notes and example configuration
34
34
 
35
+ This package is stable enough to keep publishing as the reusable protocol layer of `Agent Harness Runtime`.
36
+ It should remain small, reusable, and maintenance-oriented rather than absorbing higher-level runtime behavior.
37
+
35
38
  ## Typical Use
36
39
 
37
40
  If you only want the behavior contract, without installing the full CLI:
package/README.zh-CN.md CHANGED
@@ -20,3 +20,6 @@
20
20
  - `schemas/` 与 `templates/` 已进入 `packages/protocol`
21
21
  - `rules/` 已拆出 `base.md` 与 `full.md`
22
22
  - `adapters/` 先提供宿主接入说明和示例配置
23
+
24
+ 这个包当前适合作为 `Agent Harness Runtime` 的可复用协议层持续发布。
25
+ 后续应保持小而稳定,不承担更高层的 runtime 执行逻辑。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brawnen/agent-harness-protocol",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Protocol assets for agent-harness: rules, schemas, templates, and adapter examples.",
5
5
  "license": "MIT",
6
6
  "files": [