@nexus-cortex/cli 4.73.0 → 4.74.1
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 +9 -0
- package/package.json +2 -2
package/.env.example
CHANGED
|
@@ -544,3 +544,12 @@ MENTORSHIP_ACTIVE_DISCOVERY=false
|
|
|
544
544
|
# Curation wait bound (ms) and output size budget (bytes).
|
|
545
545
|
#CORTEX_DOCTRINE_CURATION_TIMEOUT_MS=25000
|
|
546
546
|
#CORTEX_DOCTRINE_MAX_BYTES=16384
|
|
547
|
+
|
|
548
|
+
# Item 12 — task-integrity guard (anti-reward-hacking; TB2.1 bench + serving profiles).
|
|
549
|
+
# Appends one static line to the system prompt (survives boot-minimal, prefix-stable):
|
|
550
|
+
# outputs must derive from executed work — never retrieved/recited solutions.
|
|
551
|
+
#CORTEX_TASK_INTEGRITY=true
|
|
552
|
+
# Poll guard (busy-wait class): one nudge after N consecutive identical SUCCEEDING
|
|
553
|
+
# calls (run3 deficiency finding). Default off; arm in bench/serving profiles.
|
|
554
|
+
#CORTEX_POLL_GUARD=true
|
|
555
|
+
#POLL_REMIND_AT=4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.74.1",
|
|
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.74.1",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|