@nexus-cortex/cli 4.74.0 → 4.75.0
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/.env.example +6 -0
- package/package.json +2 -2
package/.env.example
CHANGED
|
@@ -553,3 +553,9 @@ MENTORSHIP_ACTIVE_DISCOVERY=false
|
|
|
553
553
|
# calls (run3 deficiency finding). Default off; arm in bench/serving profiles.
|
|
554
554
|
#CORTEX_POLL_GUARD=true
|
|
555
555
|
#POLL_REMIND_AT=4
|
|
556
|
+
# EndTurn Stage-5 integrity verifier (item 12 layer 4): mechanical checks at the
|
|
557
|
+
# gate — web-content transplant + solution-shaped queries (AUDIT-ONLY events when
|
|
558
|
+
# a sources attestation is present: justify-don't-block) + mandatory show-your-work
|
|
559
|
+
# `sources` attestation whenever web tools were used this turn (the one rejecting
|
|
560
|
+
# check; bounded nudges, fallback-accept).
|
|
561
|
+
#CORTEX_ENDTURN_INTEGRITY=true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.75.0",
|
|
4
4
|
"description": "Nexus Cortex CLI - Terminal interface for multi-provider LLM orchestration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"prepack": "node ../../scripts/copy-pkg-cortex-scaffold.mjs"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@nexus-cortex/core": "4.
|
|
22
|
+
"@nexus-cortex/core": "4.75.0",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|