stable-harness 0.0.12 → 0.0.13

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.
@@ -52,7 +52,7 @@ Stable Harness is not:
52
52
 
53
53
  - a new planning framework
54
54
  - a LangGraph replacement
55
- - a DeepAgents replacement
55
+ - a DeepAgents execution-semantics replacement
56
56
  - a model router based on prompt keywords
57
57
  - a hosted product by itself
58
58
  - an unbounded tool-call repair layer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stable-harness",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "description": "Stable application runtime and operator control plane for agent workspaces.",
6
6
  "license": "Apache-2.0",