@interactive-inc/claude-funnel 0.65.0 → 0.66.0

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 (38) hide show
  1. package/dist/bin.js +127 -127
  2. package/dist/broadcaster-DVNcw00K.d.ts +138 -0
  3. package/dist/channel.d.ts +161 -0
  4. package/dist/channel.js +203 -0
  5. package/dist/{channels-CRGb6B5_.d.ts → channels-DR90RmUP.d.ts} +5 -4
  6. package/dist/claude.d.ts +4 -4
  7. package/dist/{connector-descriptor-BFIhyTfa.d.ts → connector-descriptor-CmyHlEiT.d.ts} +3 -26
  8. package/dist/connectors/discord.d.ts +4 -3
  9. package/dist/connectors/gh.d.ts +4 -3
  10. package/dist/connectors/schedule.d.ts +4 -3
  11. package/dist/connectors/slack.d.ts +4 -3
  12. package/dist/diagnostics.d.ts +1 -1
  13. package/dist/docs.d.ts +1 -1
  14. package/dist/doctor.d.ts +1 -1
  15. package/dist/{file-process-guard-tVcgckH6.d.ts → file-process-guard-CiBwXjzm.d.ts} +5 -4
  16. package/dist/{flume-source-listener-BNyAII7N.d.ts → flume-source-listener-FzR5lGpL.d.ts} +2 -1
  17. package/dist/{funnel-diagnostics-b9ar0Ing.d.ts → funnel-diagnostics-kbd27d7I.d.ts} +1 -1
  18. package/dist/{funnel-doctor-CnRQi4kM.d.ts → funnel-doctor-CVTNUtDn.d.ts} +2 -2
  19. package/dist/{funnel-recovery-CMhY8Jfk.d.ts → funnel-recovery-D8MkiTpk.d.ts} +1 -1
  20. package/dist/gateway/daemon.js +16 -16
  21. package/dist/gateway.d.ts +3 -2
  22. package/dist/{index-Ds6sHhA-.d.ts → index-BU1TtuFy.d.ts} +6 -139
  23. package/dist/index.d.ts +19 -17
  24. package/dist/local-config.d.ts +2 -2
  25. package/dist/logger-Bc_Ooypb.d.ts +25 -0
  26. package/dist/{memory-token-prompter-BoV8Hf-n.d.ts → memory-token-prompter-D0kIdhar.d.ts} +2 -2
  27. package/dist/{profiles-cVZQkM69.d.ts → profiles-M24JrcOh.d.ts} +3 -3
  28. package/dist/profiles.d.ts +1 -1
  29. package/dist/recovery.d.ts +1 -1
  30. package/dist/{settings-reader-BNxjsxCB.d.ts → settings-reader-BnKIbmsD.d.ts} +1 -1
  31. package/package.json +7 -2
  32. /package/dist/{discord-connector-schema-D-bOVAKt.d.ts → discord-connector-schema-D1dyxhXk.d.ts} +0 -0
  33. /package/dist/{file-system-VhwwXZbm.d.ts → file-system-DHgbuTFb.d.ts} +0 -0
  34. /package/dist/{funnel-docs-CNklHvbt.d.ts → funnel-docs-Cd66sKyV.d.ts} +0 -0
  35. /package/dist/{gh-connector-schema-DWQaB6gX.d.ts → gh-connector-schema-BCHEqpUg.d.ts} +0 -0
  36. /package/dist/{schedule-connector-schema-Z0RXLgPI.d.ts → schedule-connector-schema-D7ZEKvit.d.ts} +0 -0
  37. /package/dist/{settings-schema-BL_c2Udm.d.ts → settings-schema-IShSMm5G.d.ts} +0 -0
  38. /package/dist/{slack-event-processor-BhCf5Wiy.d.ts → slack-event-processor-BDTr62cN.d.ts} +0 -0
@@ -1,7 +1,8 @@
1
- import { t as ChannelConfig } from "./settings-schema-BL_c2Udm.js";
2
- import { n as FunnelIdGenerator } from "./settings-reader-BNxjsxCB.js";
3
- import { B as FunnelProcessRunner, W as FunnelLogger } from "./connector-descriptor-BFIhyTfa.js";
4
- import { n as FunnelFileSystem } from "./file-system-VhwwXZbm.js";
1
+ import { t as FunnelLogger } from "./logger-Bc_Ooypb.js";
2
+ import { n as FunnelFileSystem } from "./file-system-DHgbuTFb.js";
3
+ import { t as ChannelConfig } from "./settings-schema-IShSMm5G.js";
4
+ import { n as FunnelIdGenerator } from "./settings-reader-BnKIbmsD.js";
5
+ import { z as FunnelProcessRunner } from "./connector-descriptor-CmyHlEiT.js";
5
6
 
6
7
  //#region lib/engine/claude/channel-resolver.d.ts
7
8
  type ChannelResolver = {
@@ -1,4 +1,5 @@
1
- import { W as FunnelLogger, _ as ConnectorDiagnosticLog, g as ConnectorConnectionStatus, j as FunnelConnectorListener } from "./connector-descriptor-BFIhyTfa.js";
1
+ import { t as FunnelLogger } from "./logger-Bc_Ooypb.js";
2
+ import { A as FunnelConnectorListener, g as ConnectorDiagnosticLog, h as ConnectorConnectionStatus } from "./connector-descriptor-CmyHlEiT.js";
2
3
  import { FlumeEventHandler, FlumeLogHandler, FlumeReconnectOptions, FlumeRunning, FlumeRuntimeDeps, FlumeSource, FlumeStatus } from "@interactive-inc/flume";
3
4
 
4
5
  //#region lib/engine/connectors/connector-diagnostics-recorder.d.ts
@@ -1,4 +1,4 @@
1
- import { t as ChannelConfig } from "./settings-schema-BL_c2Udm.js";
1
+ import { t as ChannelConfig } from "./settings-schema-IShSMm5G.js";
2
2
 
3
3
  //#region lib/engine/diagnostic-log/diagnostic-sql-reader.d.ts
4
4
  type Props$1 = {
@@ -1,5 +1,5 @@
1
- import { c as FunnelDiagnostics, n as DiagnoseAllReport, t as ChannelDiagnosis } from "./funnel-diagnostics-b9ar0Ing.js";
2
- import { n as RecoveryAction, t as FunnelRecovery } from "./funnel-recovery-CMhY8Jfk.js";
1
+ import { c as FunnelDiagnostics, n as DiagnoseAllReport, t as ChannelDiagnosis } from "./funnel-diagnostics-kbd27d7I.js";
2
+ import { n as RecoveryAction, t as FunnelRecovery } from "./funnel-recovery-D8MkiTpk.js";
3
3
 
4
4
  //#region lib/services/doctor/funnel-doctor.d.ts
5
5
  type Props = {
@@ -1,4 +1,4 @@
1
- import { t as ChannelConfig } from "./settings-schema-BL_c2Udm.js";
1
+ import { t as ChannelConfig } from "./settings-schema-IShSMm5G.js";
2
2
 
3
3
  //#region lib/services/recovery/funnel-recovery.d.ts
4
4
  /** Narrow gateway control — start / stop / restart and a probe. */