@nexus-cortex/cli 4.124.3 → 4.124.5
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.defaults +3 -0
- package/package.json +2 -2
package/.env.defaults
CHANGED
|
@@ -1148,6 +1148,8 @@ CORTEX_ENDTURN_GATE=true
|
|
|
1148
1148
|
# [LEDGER 2026-09-21 @4.122.0] BUILT + unit-tested (7 tests). FIELD: pending (value-shaped cell after g2).
|
|
1149
1149
|
# [LEDGER 2026-09-21 @4.123.2] FIELD (cell r176, first 2 rows): FIRED but the evidence was invalid — heredoc CHECKs truncated to their first line,
|
|
1150
1150
|
# every check failed, the fallback read a shell diagnostic as the value (false agree + false hold). R176b fixes parser/fallback; cell relaunched (r176b).
|
|
1151
|
+
# [LEDGER 2026-09-21 @4.124.4] FIELD (cell r176c, 4.123.3, 18 value-shaped tasks): 0/18; 8 disagreement holds all re-finished and failed; 2 agreements on
|
|
1152
|
+
# shared-wrong answers; 2 holds on controls that also failed in the control arm. Fires as designed, NO LIFT on the computed-answer class → keep dark.
|
|
1151
1153
|
# [LEDGER 2026-09-21 @4.123.3] FIELD (cell r176b, first rows): heredoc checks now run whole and print real output, but the verdict marker sits
|
|
1152
1154
|
# after the multi-line command text, so checksPassed read 0 → inconclusive everywhere. R176c locates the verdict by marker. Cell r176c relaunched.
|
|
1153
1155
|
#CORTEX_JUDGE_INDEPENDENT_DERIVATION=
|
|
@@ -1175,6 +1177,7 @@ CORTEX_ENDTURN_GATE=true
|
|
|
1175
1177
|
#CORTEX_FRAME_CANDIDATES=
|
|
1176
1178
|
#CORTEX_FRAME_WAIT_CAP_S=
|
|
1177
1179
|
#CORTEX_FRAME_SCREEN_LINES=
|
|
1180
|
+
#CORTEX_FRAME_CONTRACT_EXTRA=
|
|
1178
1181
|
# (no lever) R169 HB-NEARDUP-SCRATCH-STEM — REFUTED before shipping (2026-09-17, pilot-12 trajectory replay). The distiller's 16
|
|
1179
1182
|
# "repeated-identical-retry" candidates were re-read: the two stuck sessions (coq-block-bound base arm: `cat > /tmp/tN.v <<EOF` with a
|
|
1180
1183
|
# DIFFERENT proof body each attempt; rs-archive-clone: 191 distinct `python3 -c` bodies) are unconverged EXPLORATION, not retries —
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.124.
|
|
3
|
+
"version": "4.124.5",
|
|
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.124.
|
|
22
|
+
"@nexus-cortex/core": "4.124.5",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|