@atlasnomos/atlas 1.1.13 → 1.1.14
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 +1 -1
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.gnu.org/licenses/agpl-3.0)
|
|
5
5
|
[](https://www.npmjs.com/package/@atlasnomos/atlas)
|
|
6
6
|
|
|
7
|
-
> **v1.1.
|
|
7
|
+
> **v1.1.13 — CORE GOVERNANCE ENGINE** • [AGPL-3.0 License](LICENSE)
|
|
8
8
|
|
|
9
9
|
ATLAS is an execution constraint framework for autonomous AI agents. It provides technical controls for decision logging, policy enforcement, and fail-closed execution boundaries via a zero-dependency monolithic architecture.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlasnomos/atlas",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "Production-grade AI governance kernel for autonomous agents with fail-closed security and cryptographic audit trails",
|
|
5
5
|
"main": "atlas.js",
|
|
6
6
|
"bin": {
|
|
@@ -86,15 +86,18 @@
|
|
|
86
86
|
"chai": "4.3.10",
|
|
87
87
|
"eslint": "8.57.1",
|
|
88
88
|
"fs-extra": "^11.1.0",
|
|
89
|
-
"mocha": "^
|
|
89
|
+
"mocha": "^11.7.5",
|
|
90
90
|
"nock": "13.5.6",
|
|
91
91
|
"nodemon": "3.1.11",
|
|
92
92
|
"ora": "^5.4.1",
|
|
93
|
-
"pkg": "^5.8.1",
|
|
94
93
|
"prettier": "3.7.4",
|
|
95
94
|
"proxyquire": "^2.1.3"
|
|
96
95
|
},
|
|
97
96
|
"publishConfig": {
|
|
98
97
|
"access": "public"
|
|
98
|
+
},
|
|
99
|
+
"overrides": {
|
|
100
|
+
"tar": "^7.5.4",
|
|
101
|
+
"diff": "^8.0.3"
|
|
99
102
|
}
|
|
100
|
-
}
|
|
103
|
+
}
|