@nexus-cortex/core 4.76.0 → 4.76.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"turnEndGuards.d.ts","sourceRoot":"","sources":["../../src/orchestrator/turnEndGuards.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,wBAAgB,yBAAyB,CAAC,GAAG,GAAE,MAAM,CAAC,UAAwB,GAAG,OAAO,CAEvF;AAcD,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAG9D;AAED,eAAO,MAAM,kBAAkB,QAK4B,CAAC"}
1
+ {"version":3,"file":"turnEndGuards.d.ts","sourceRoot":"","sources":["../../src/orchestrator/turnEndGuards.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,wBAAgB,yBAAyB,CAAC,GAAG,GAAE,MAAM,CAAC,UAAwB,GAAG,OAAO,CAEvF;AAmBD,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAG9D;AAED,eAAO,MAAM,kBAAkB,QAK4B,CAAC"}
@@ -25,6 +25,11 @@ const SURRENDER_RES = [
25
25
  /\btask is (incomplete|not (yet )?complete)\b/i,
26
26
  /\bi (did|could) not (finish|complete) the task\b/i,
27
27
  /\bto finish the task:?\b/i,
28
+ // 4.76.1 — live-specimen phrasings the first set missed (mini-vision rerun):
29
+ /\bwhat remains to complete\b/i,
30
+ /\bhave not (claimed|marked) the task (as )?complete\b/i,
31
+ /\bdeliverable[^.]{0,60}not (yet )?(produced|in place|created)\b/i,
32
+ /\bnot claiming completion\b/i,
28
33
  ];
29
34
  export function detectSurrenderText(finalText) {
30
35
  if (!finalText || finalText.length < 80)
@@ -1 +1 @@
1
- {"version":3,"file":"turnEndGuards.js","sourceRoot":"","sources":["../../src/orchestrator/turnEndGuards.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,MAAM,UAAU,yBAAyB,CAAC,MAAyB,OAAO,CAAC,GAAG;IAC5E,OAAO,CAAC,GAAG,CAAC,sBAAsB,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,MAAM,CAAC;AAC5E,CAAC;AAED;oDACoD;AACpD,MAAM,aAAa,GAAG;IACpB,2CAA2C;IAC3C,kCAAkC;IAClC,8BAA8B;IAC9B,iBAAiB;IACjB,+CAA+C;IAC/C,mDAAmD;IACnD,2BAA2B;CAC5B,CAAC;AAEF,MAAM,UAAU,mBAAmB,CAAC,SAAiB;IACnD,IAAI,CAAC,SAAS,IAAI,SAAS,CAAC,MAAM,GAAG,EAAE;QAAE,OAAO,KAAK,CAAC;IACtD,OAAO,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;AACtD,CAAC;AAED,MAAM,CAAC,MAAM,kBAAkB,GAC7B,yFAAyF;IACzF,6FAA6F;IAC7F,2FAA2F;IAC3F,8FAA8F;IAC9F,yDAAyD,CAAC"}
1
+ {"version":3,"file":"turnEndGuards.js","sourceRoot":"","sources":["../../src/orchestrator/turnEndGuards.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,MAAM,UAAU,yBAAyB,CAAC,MAAyB,OAAO,CAAC,GAAG;IAC5E,OAAO,CAAC,GAAG,CAAC,sBAAsB,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,MAAM,CAAC;AAC5E,CAAC;AAED;oDACoD;AACpD,MAAM,aAAa,GAAG;IACpB,2CAA2C;IAC3C,kCAAkC;IAClC,8BAA8B;IAC9B,iBAAiB;IACjB,+CAA+C;IAC/C,mDAAmD;IACnD,2BAA2B;IAC3B,6EAA6E;IAC7E,+BAA+B;IAC/B,wDAAwD;IACxD,kEAAkE;IAClE,8BAA8B;CAC/B,CAAC;AAEF,MAAM,UAAU,mBAAmB,CAAC,SAAiB;IACnD,IAAI,CAAC,SAAS,IAAI,SAAS,CAAC,MAAM,GAAG,EAAE;QAAE,OAAO,KAAK,CAAC;IACtD,OAAO,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;AACtD,CAAC;AAED,MAAM,CAAC,MAAM,kBAAkB,GAC7B,yFAAyF;IACzF,6FAA6F;IAC7F,2FAA2F;IAC3F,8FAA8F;IAC9F,yDAAyD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cortex/core",
3
- "version": "4.76.0",
3
+ "version": "4.76.2",
4
4
  "description": "Core orchestration library implementing Claude CLI architecture patterns",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,8 +47,8 @@
47
47
  "@google/generative-ai": "^0.2.1",
48
48
  "@gradio/client": "^2.3.1",
49
49
  "@modelcontextprotocol/sdk": "^1.20.2",
50
- "@nexus-cortex/executors": "4.76.0",
51
- "@nexus-cortex/types": "4.76.0",
50
+ "@nexus-cortex/executors": "4.76.2",
51
+ "@nexus-cortex/types": "4.76.2",
52
52
  "@types/uuid": "^10.0.0",
53
53
  "ajv": "^8.12.0",
54
54
  "chokidar": "^3.6.0",