cli-jaw 1.7.18 → 1.7.19

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,12 +1,15 @@
1
1
  /**
2
2
  * Legacy cli-jaw LaunchAgent plist 판별 — 순수 함수.
3
3
  * 구 버전 `jaw_launchd.sh` 또는 legacy installer 산물을 탐지.
4
+ *
5
+ * 현재 포맷(`cli-jaw-<port>-<hash8>`)은 multi-instance 운영을 위해 보존한다.
6
+ * 해시 없는 `cli-jaw-<port>`만 구버전으로 취급.
4
7
  */
5
8
  export function findLegacyCliJawLabels(files, currentLabel) {
6
9
  return files
7
10
  .filter(f => f.startsWith('com.cli-jaw.') && f.endsWith('.plist'))
8
11
  .map(f => f.replace(/\.plist$/, ''))
9
12
  .filter(label => label !== currentLabel && (label === 'com.cli-jaw.local' ||
10
- /^com\.cli-jaw\.cli-jaw-\d+(-[a-f0-9]+)?$/.test(label)));
13
+ /^com\.cli-jaw\.cli-jaw-\d+$/.test(label)));
11
14
  }
12
15
  //# sourceMappingURL=launchd-cleanup.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"launchd-cleanup.js","sourceRoot":"","sources":["../../../src/core/launchd-cleanup.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,UAAU,sBAAsB,CAAC,KAAe,EAAE,YAAoB;IACxE,OAAO,KAAK;SACP,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;SACjE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;SACnC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,KAAK,YAAY,IAAI,CACvC,KAAK,KAAK,mBAAmB;QAC7B,0CAA0C,CAAC,IAAI,CAAC,KAAK,CAAC,CACzD,CAAC,CAAC;AACX,CAAC"}
1
+ {"version":3,"file":"launchd-cleanup.js","sourceRoot":"","sources":["../../../src/core/launchd-cleanup.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,UAAU,sBAAsB,CAAC,KAAe,EAAE,YAAoB;IACxE,OAAO,KAAK;SACP,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;SACjE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;SACnC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,KAAK,YAAY,IAAI,CACvC,KAAK,KAAK,mBAAmB;QAC7B,6BAA6B,CAAC,IAAI,CAAC,KAAK,CAAC,CAC5C,CAAC,CAAC;AACX,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-jaw",
3
- "version": "1.7.18",
3
+ "version": "1.7.19",
4
4
  "description": "Personal AI assistant powered by 5 engines (Claude, Codex, Gemini, OpenCode, Copilot) — Web, Terminal, Telegram, and Discord interfaces with 107 built-in skills",
5
5
  "type": "module",
6
6
  "keywords": [