kojee-mcp 0.5.11 → 0.5.13

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.
Files changed (37) hide show
  1. package/README.md +24 -0
  2. package/dist/ancestry-ONFBQEP5.js +8 -0
  3. package/dist/{chunk-LDZXU3DW.js → chunk-2OLXXOT3.js} +1 -0
  4. package/dist/{codex-stop-hook-SWA53ECG.js → chunk-35XBRG3V.js} +4 -3
  5. package/dist/chunk-3H3TL34J.js +401 -0
  6. package/dist/{chunk-MKDMAAMN.js → chunk-74XFVX6Z.js} +16 -4
  7. package/dist/chunk-CM3EKMDD.js +116 -0
  8. package/dist/{chunk-DS26OORG.js → chunk-CO73VGWM.js} +41 -23
  9. package/dist/{chunk-HIZ4NDWN.js → chunk-DXJ6QLSJ.js} +22 -2
  10. package/dist/{chunk-HSR3GXCL.js → chunk-IMOEZ4NJ.js} +83 -6
  11. package/dist/{chunk-2MIISF2W.js → chunk-NR4Y54OL.js} +14 -1
  12. package/dist/chunk-XLKGPGZT.js +0 -0
  13. package/dist/chunk-XXFVWP6H.js +44 -0
  14. package/dist/cli.js +17 -15
  15. package/dist/codex-stop-hook-VY7DOMAG.js +16 -0
  16. package/dist/{doctor-XK335W7B.js → doctor-FVTALRQD.js} +110 -15
  17. package/dist/{event-log-B27VVEMK.js → event-log-VZD7NKYX.js} +1 -1
  18. package/dist/event-stream-XX5EZ6HN.js +19 -0
  19. package/dist/{gateway-client-93P1E0CZ.d.ts → gateway-client-C6yx1mfM.d.ts} +6 -1
  20. package/dist/{hook-server-37E2LUKJ.js → hook-server-T2Z444OV.js} +2 -2
  21. package/dist/index.d.ts +1 -1
  22. package/dist/index.js +8 -7
  23. package/dist/lib.d.ts +224 -3
  24. package/dist/lib.js +16 -11
  25. package/dist/{parent-watchdog-RZLHYP7T.js → parent-watchdog-TLU355FB.js} +1 -1
  26. package/dist/registry-TGALQP6M.js +348 -0
  27. package/dist/{send-cli-CN5EX7PO.js → send-cli-RH7D4JDP.js} +18 -10
  28. package/dist/server-LBVEDIXP.js +14 -0
  29. package/dist/{stop-hook-GEJF47SN.js → stop-hook-CUVDKXP7.js} +7 -6
  30. package/dist/{tail-stream-JNR4WFW3.js → tail-stream-5DAVRQYK.js} +4 -3
  31. package/dist/{user-prompt-submit-hook-DGRRFHOB.js → user-prompt-submit-hook-PMBUPKUV.js} +5 -5
  32. package/dist/{webhook-sink-NWGCUDGY.js → webhook-sink-N6AUTFL3.js} +1 -1
  33. package/package.json +1 -1
  34. package/dist/chunk-D42PZX2I.js +0 -784
  35. package/dist/{chunk-BJMASMKX.js → chunk-VHKPWUX7.js} +0 -0
  36. package/dist/{doctor-codex-SMROUYGV.js → doctor-codex-PA3WO6LR.js} +1 -1
  37. package/dist/{wizard-PLGHYCT3.js → wizard-L4MYRLJI.js} +11 -11
File without changes
@@ -6,10 +6,10 @@ import "./chunk-SQL56SEB.js";
6
6
  import {
7
7
  resolveWebhookConfig
8
8
  } from "./chunk-V5VZPYMZ.js";
9
+ import "./chunk-BLEGIR35.js";
9
10
  import {
10
11
  CODEX_LISTEN_CAP_MS
11
12
  } from "./chunk-X672ZN7V.js";
12
- import "./chunk-BLEGIR35.js";
13
13
 
14
14
  // src/doctor-codex.ts
15
15
  import fs from "fs";
@@ -1,32 +1,32 @@
1
+ import {
2
+ clearRuntimeRecord,
3
+ readRecordedRuntime,
4
+ recordRuntime
5
+ } from "./chunk-EW72ZNQL.js";
1
6
  import {
2
7
  buildCodexMcpServerTable,
3
8
  buildCodexStopHookBlock,
4
9
  removeCodexConfig,
5
10
  writeCodexConfig
6
11
  } from "./chunk-65KRRDHP.js";
12
+ import {
13
+ kojeeHomeDir
14
+ } from "./chunk-SQL56SEB.js";
7
15
  import {
8
16
  WIZARD_RUNTIMES,
9
17
  isWizardRuntime
10
18
  } from "./chunk-LVL25VLO.js";
11
- import {
12
- clearRuntimeRecord,
13
- readRecordedRuntime,
14
- recordRuntime
15
- } from "./chunk-EW72ZNQL.js";
16
- import {
17
- kojeeHomeDir
18
- } from "./chunk-SQL56SEB.js";
19
19
  import {
20
20
  resolveSignatureEmission,
21
21
  resolveWebhookConfig
22
22
  } from "./chunk-V5VZPYMZ.js";
23
+ import {
24
+ secureFile
25
+ } from "./chunk-BLEGIR35.js";
23
26
  import {
24
27
  CODEX_LISTEN_CAP_MS,
25
28
  buildWebhookReceiverNote
26
29
  } from "./chunk-X672ZN7V.js";
27
- import {
28
- secureFile
29
- } from "./chunk-BLEGIR35.js";
30
30
 
31
31
  // src/wizard/wizard.ts
32
32
  import crypto from "crypto";