@atbash/cli 0.1.2 → 0.1.4
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 +2 -1
package/README.md
CHANGED
|
@@ -534,4 +534,4 @@ The verdict engine is pluggable. Operators can route to their own inference mode
|
|
|
534
534
|
|
|
535
535
|
## License
|
|
536
536
|
|
|
537
|
-
Proprietary — all rights reserved. See [LICENSE](LICENSE). Commercial licensing inquiries: contact the Atbash team.
|
|
537
|
+
Proprietary — all rights reserved. See [LICENSE](./LICENSE). Commercial licensing inquiries: contact the Atbash team.
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atbash/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Atbash CLI — control boundary before the last irreversible step in an agent workflow",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"bin": {
|
|
7
7
|
"atbash": "dist/bin/atbash.js"
|
|
8
8
|
},
|
|
9
|
+
"preferGlobal": true,
|
|
9
10
|
"files": [
|
|
10
11
|
"dist",
|
|
11
12
|
"README.md",
|