@letterblack/lbe-core 1.3.7 → 1.3.8

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 1.3.7 — 2026-06-24
3
+ ## 1.3.8 — 2026-06-24
4
4
 
5
5
  ### Fixed
6
6
  - Fixed internal linting errors preventing clean CI execution.
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # @letterblack/lbe-core
2
+ > **Note:** This repository is the public release mirror. Release/build authority lives in LetterBlack-LBE-Core.
3
+
2
4
 
3
5
  LBE Core is **local execution control for AI agents**.
4
6
 
package/Release-README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @letterblack/lbe-core
2
2
 
3
- **Release 1.3.7**
3
+ **Release 1.3.8**
4
4
 
5
5
  LBE is local execution control for AI agents. It evaluates file and shell
6
6
  actions routed through its execution boundary, records local evidence, and
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letterblack/lbe-core",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Local-first execution governance SDK for AI agents. Agents propose → Controller validates → Adapters execute.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -74,5 +74,5 @@
74
74
  "directories": {
75
75
  "doc": "docs"
76
76
  },
77
- "gitHead": "d9e8ae578d77842012296e87636964e60899e960"
77
+ "gitHead": "f3a04f1d1e23348a389e19d56db4b0f8e5ccc3e2"
78
78
  }
Binary file
package/npm-pack.json DELETED
File without changes