@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 +3 -0
- package/README.zh-CN.md +3 -0
- package/package.json +1 -1
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