@ai-substrate/engineering-harness 0.2.0-canary.45 → 0.2.0-canary.46

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,8 +47,6 @@ Intent flows down. Evidence flows up. The engineering harness is the **determini
47
47
  (image, not a ```mermaid block, so it renders on npm too — npm doesn't render Mermaid). -->
48
48
  ![The engineering harness layers — intent flows down, evidence flows up; the deterministic (engineering harness) layer sits between the inference layer and the codebase.](docs/media/harness-layers.png)
49
49
 
50
- > "If the agent had to infer it twice, encode it here."
51
-
52
50
  ## The focal point
53
51
 
54
52
  Reduce all that diffuse engineering-environment information to a single focal point — the harness CLI — and you get three things:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-substrate/engineering-harness",
3
- "version": "0.2.0-canary.45",
3
+ "version": "0.2.0-canary.46",
4
4
  "description": "Starter Harness CLI Core — the agent-friendly front door to this repo's engineering harness.",
5
5
  "type": "module",
6
6
  "repository": {