@sleep2agi/agent-network 2.3.0-preview.9 → 2.3.0-preview.91

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 (114) hide show
  1. package/README.md +35 -324
  2. package/dist/bin/anet.cjs +101 -0
  3. package/dist/bin/cli.d.ts +1 -0
  4. package/dist/bin/cli.js +20 -1
  5. package/dist/bin/goal-wake-log-render.d.ts +31 -0
  6. package/dist/src/active-network-task.d.ts +28 -0
  7. package/dist/src/batch-workdir.d.ts +9 -0
  8. package/dist/src/bootstrap-password-db.d.ts +13 -0
  9. package/dist/src/channel-attachments.d.ts +29 -0
  10. package/dist/src/channel-meta.d.ts +10 -0
  11. package/dist/src/channel-task-trace.d.ts +14 -0
  12. package/dist/src/claude-vendor-env.d.ts +28 -0
  13. package/dist/src/cli-args.d.ts +8 -0
  14. package/dist/src/cli-version-display.d.ts +16 -0
  15. package/dist/src/client-task-trace.d.ts +9 -0
  16. package/dist/src/client.js +1 -1
  17. package/dist/src/codex-copresence-preflight.d.ts +65 -0
  18. package/dist/src/codex-copresence-profile.d.ts +125 -0
  19. package/dist/src/codex-copresence-recovery.d.ts +43 -0
  20. package/dist/src/codex-copresence-thread.d.ts +13 -0
  21. package/dist/src/codex-lifecycle-account.d.ts +104 -0
  22. package/dist/src/codex-lifecycle-canary.d.ts +20 -0
  23. package/dist/src/codex-lifecycle-facts.d.ts +53 -0
  24. package/dist/src/codex-lifecycle-fork.d.ts +53 -0
  25. package/dist/src/codex-lifecycle-preflight.d.ts +77 -0
  26. package/dist/src/codex-lifecycle-receipt.d.ts +44 -0
  27. package/dist/src/codex-lifecycle-restart.d.ts +86 -0
  28. package/dist/src/codex-model-default.d.ts +6 -0
  29. package/dist/src/codex-tui-client-health.d.ts +17 -0
  30. package/dist/src/commhub-response.d.ts +1 -0
  31. package/dist/src/controlled-upload.d.ts +83 -0
  32. package/dist/src/copresence-deps.d.ts +22 -0
  33. package/dist/src/copresence-identity.d.ts +353 -0
  34. package/dist/src/copresence-startup-diagnosis.d.ts +17 -0
  35. package/dist/src/daemon-capability-display.d.ts +110 -0
  36. package/dist/src/daemon-capability-display.js +21 -0
  37. package/dist/src/daemon-runtime-path-preflight.d.ts +22 -0
  38. package/dist/src/daemon-runtime-staleness.d.ts +13 -0
  39. package/dist/src/dashboard-managed-process.d.ts +35 -0
  40. package/dist/src/display-width.d.ts +27 -0
  41. package/dist/src/doctor-node-count.d.ts +28 -0
  42. package/dist/src/environ-alias.d.ts +14 -0
  43. package/dist/src/grok-attach-client.d.ts +129 -0
  44. package/dist/src/grok-build-drift.d.ts +15 -0
  45. package/dist/src/grok-copresence-disclosure.d.ts +11 -0
  46. package/dist/src/grok-copresence-orchestration.d.ts +75 -0
  47. package/dist/src/grok-copresence-profile.d.ts +65 -0
  48. package/dist/src/host-telemetry.d.ts +14 -0
  49. package/dist/src/hub-time-display.d.ts +20 -0
  50. package/dist/src/hub-version-skew.d.ts +19 -0
  51. package/dist/src/im/correlation-store.d.ts +34 -0
  52. package/dist/src/im/feishu/adapter.d.ts +80 -0
  53. package/dist/src/im/feishu/bridge.d.ts +85 -14
  54. package/dist/src/im/feishu/config.d.ts +31 -0
  55. package/dist/src/im/feishu/hub-upload.d.ts +88 -0
  56. package/dist/src/im/feishu/outbound-marker.d.ts +24 -19
  57. package/dist/src/im/feishu/outbound-paths.d.ts +50 -0
  58. package/dist/src/im/feishu/outbound-route.d.ts +62 -0
  59. package/dist/src/im/feishu/worker-lifecycle.d.ts +13 -0
  60. package/dist/src/im/feishu/worker.js +187 -144
  61. package/dist/src/im/types.d.ts +38 -1
  62. package/dist/src/local-process-state.d.ts +12 -0
  63. package/dist/src/locale-diagnostic.d.ts +12 -0
  64. package/dist/src/ls-columns.d.ts +15 -0
  65. package/dist/src/mock-llm.d.ts +12 -0
  66. package/dist/src/node-activity-log.d.ts +4 -0
  67. package/dist/src/node-not-found.d.ts +1 -0
  68. package/dist/src/node-running-guard.d.ts +9 -0
  69. package/dist/src/node-server-payload.d.ts +66 -0
  70. package/dist/src/node-server.js +7 -1
  71. package/dist/src/normalize-runtime.d.ts +29 -2
  72. package/dist/src/offline-age.d.ts +29 -0
  73. package/dist/src/one-line-cell.d.ts +20 -0
  74. package/dist/src/opencode-agent-node-pair.d.ts +25 -0
  75. package/dist/src/opencode-auth-login.d.ts +43 -0
  76. package/dist/src/opencode-launch-env.d.ts +13 -0
  77. package/dist/src/opencode-owner-mode.d.ts +6 -0
  78. package/dist/src/opencode-package-binary.d.ts +26 -0
  79. package/dist/src/opencode-pin.d.ts +44 -0
  80. package/dist/src/opencode-preset.d.ts +73 -0
  81. package/dist/src/opencode-runtime-binding.d.ts +30 -0
  82. package/dist/src/opencode-safe-root.d.ts +36 -0
  83. package/dist/src/opencode-smoke-env.d.ts +1 -0
  84. package/dist/src/outbound-attachments.d.ts +60 -0
  85. package/dist/src/outbound-tool-names.d.ts +1 -0
  86. package/dist/src/owned-roots.d.ts +58 -0
  87. package/dist/src/owner-env-file.d.ts +2 -0
  88. package/dist/src/package-mode-preflight.d.ts +41 -0
  89. package/dist/src/posix-codex-copresence.d.ts +8 -0
  90. package/dist/src/posix-modes.d.ts +36 -0
  91. package/dist/src/primary-network.d.ts +23 -0
  92. package/dist/src/private-state.d.ts +10 -0
  93. package/dist/src/process-telemetry.d.ts +12 -0
  94. package/dist/src/profile-serialize.d.ts +1 -0
  95. package/dist/src/project-key.d.ts +1 -0
  96. package/dist/src/reply-local-links.d.ts +47 -0
  97. package/dist/src/reply-originator.d.ts +20 -0
  98. package/dist/src/resume-runtime-infer.d.ts +18 -0
  99. package/dist/src/secret-shell-guidance.d.ts +3 -0
  100. package/dist/src/session-status-class.d.ts +48 -0
  101. package/dist/src/sibling-agent-node.d.ts +23 -0
  102. package/dist/src/stale-socket.d.ts +118 -0
  103. package/dist/src/subcommand-redirect.d.ts +26 -0
  104. package/dist/src/task-trace.d.ts +33 -0
  105. package/dist/src/tmux-attach.d.ts +8 -0
  106. package/dist/src/tmux-capability.d.ts +58 -0
  107. package/dist/src/tmux-exact-target.d.ts +34 -0
  108. package/dist/src/tmux-pane-prompt.d.ts +22 -0
  109. package/dist/src/token-cli.d.ts +13 -0
  110. package/dist/src/tool-allowlist.d.ts +28 -0
  111. package/dist/src/unsafe-package-path-reason.d.ts +17 -0
  112. package/dist/src/win-launcher.d.ts +20 -0
  113. package/dist/src/windows-codex-copresence.d.ts +60 -0
  114. package/package.json +10 -5
@@ -8,6 +8,31 @@ export interface FeishuAccessList {
8
8
  /** Feishu chat_ids the bot is permitted to listen in. */
9
9
  allowChats: string[];
10
10
  }
11
+ /**
12
+ * Outbound text-reply rendering mode (RFC-020 §16). Controls how
13
+ * `adapter.send` handles a text/markdown payload that doesn't already
14
+ * carry an `imagePath` / `files[]` (those upload routes are unaffected).
15
+ *
16
+ * - "plain" (DEFAULT): always send `msg_type:text`. Bot replies are
17
+ * fully copy-pasteable in Feishu; long replies are chunked into
18
+ * multiple text messages instead of being PNG-rendered. This is the
19
+ * correct default for issue/code/CLI bot replies where users want
20
+ * to grab the text. Vincent 2026-06-30 explicit ask: "issue 发文字".
21
+ *
22
+ * - "card": short markdown (bold, list, link, inline code) goes via
23
+ * schema 1.0 interactive card with `markdown` element — text stays
24
+ * copy-friendly + gets bolds/bullets styled. Heading/table/long
25
+ * fall back to plain text (no PNG). Suited to operators who want
26
+ * light formatting without losing copy.
27
+ *
28
+ * - "auto": preserve the pre-2026-06-30 behavior — markdown with
29
+ * headings / tables / >2000 chars is rendered to PNG via headless
30
+ * chromium (#329 path), short markdown goes to schema 1.0 card,
31
+ * plain text goes to msg_type:text. Highest fidelity at the cost
32
+ * of copy-paste. Opt-in for operators who genuinely need rendered
33
+ * tables / heading hierarchy in chat.
34
+ */
35
+ export type OutboundRenderMode = "plain" | "card" | "auto";
11
36
  export interface FeishuChannelConfig {
12
37
  appId: string;
13
38
  appSecret: string;
@@ -20,6 +45,12 @@ export interface FeishuChannelConfig {
20
45
  auditRaw: boolean;
21
46
  /** Per-task timeout in ms; default 5 min (RFC-020 §4.5). */
22
47
  taskTimeoutMs: number;
48
+ /**
49
+ * RFC-020 §16 outbound rendering mode for text replies. Default `"plain"`.
50
+ * See `OutboundRenderMode` for per-mode semantics. Channels that omit
51
+ * the field get `"plain"` — Vincent's "issue 发文字" default.
52
+ */
53
+ outboundRender: OutboundRenderMode;
23
54
  /**
24
55
  * Absolute path to the channel directory. The adapter writes downloaded
25
56
  * inbound media to `<channelDir>/media/` (M5c). Populated by the loader so
@@ -0,0 +1,88 @@
1
+ /**
2
+ * RFC-020 §17 — feishu inbound bridge → hub `/api/upload` integration.
3
+ *
4
+ * Vincent 2026-06-30: cross-machine agents (e.g. TM门户运维@toodadev2)
5
+ * delegated by the feishu-local bot can't read inbound attachments
6
+ * because the only thing they get is a host-local path that doesn't
7
+ * exist on the receiver's filesystem. #351 already wired agent-node's
8
+ * receiver to prefer `file_id` and pull via `GET /api/files/<id>` when
9
+ * present. This module is the SENDER half: the feishu bridge uploads
10
+ * each downloaded inbound file to the hub via `POST /api/upload`,
11
+ * gets back a `file_id`, and propagates it alongside the local path.
12
+ *
13
+ * Failure mode (load-bearing): every failure path returns `null` and
14
+ * the caller falls back to path-only. The bridge MUST NOT crash because
15
+ * the hub is down / overloaded / refused a 12 MiB cap. Single-host
16
+ * `agent-node` Read still works on the local path; only cross-host
17
+ * delegation degrades, no regression vs the pre-fix baseline.
18
+ *
19
+ * Concurrency cap: a single feishu message can carry many images; bursts
20
+ * to /api/upload would hammer the hub rate limit (60/hour per token).
21
+ * `uploadFilesToHubConcurrent` caps in-flight requests at `concurrency`
22
+ * (default 4) so a 20-image message takes 5 sequential rounds instead
23
+ * of 20 simultaneous open sockets + a likely rate-limit denial.
24
+ */
25
+ /**
26
+ * Hub upload limit, mirrors `server/src/uploads.ts:MAX_UPLOAD_BYTES`.
27
+ * Anything bigger is skipped at the bridge — the hub would 413 anyway.
28
+ */
29
+ export declare const HUB_UPLOAD_LIMIT_BYTES: number;
30
+ /** Default in-flight cap for `uploadFilesToHubConcurrent`. */
31
+ export declare const DEFAULT_UPLOAD_CONCURRENCY = 4;
32
+ /**
33
+ * One file uploaded to the hub. `mime` and `size` are from the local
34
+ * filesystem read; `file_id` and `path` come from the hub's response.
35
+ *
36
+ * `file_id` is the canonical cross-machine handle — receiving agent
37
+ * resolves to bytes via `GET /api/files/<file_id>`. `path` is the
38
+ * hub-machine-local absolute path the hub stored to; on the sender
39
+ * side it's purely informational (we already have the source file).
40
+ */
41
+ export interface HubUploadResult {
42
+ file_id: string;
43
+ path?: string;
44
+ mime?: string;
45
+ size?: number;
46
+ name?: string;
47
+ }
48
+ export interface HubUploadOpts {
49
+ /** Hub base URL, no trailing slash. Defaults to env. */
50
+ hubUrl: string;
51
+ /** Bearer token (ntok_ / utok_ / atok_). Defaults to env. */
52
+ authToken: string;
53
+ /** Optional MIME hint; sniffed by filename ext otherwise. */
54
+ mime?: string;
55
+ /** Optional override filename (defaults to basename(path)). */
56
+ name?: string;
57
+ /** Injectable for tests. Defaults to global fetch. */
58
+ fetch?: typeof fetch;
59
+ }
60
+ /**
61
+ * Upload one local file to `${hubUrl}/api/upload`. Returns the file
62
+ * descriptor on success, or `null` on any failure (caller falls back
63
+ * to path-only).
64
+ *
65
+ * - File must exist + be ≤ 12 MiB. Larger → skipped silently with
66
+ * a stderr warn; caller gets `null` and ships path-only.
67
+ * - Auth via `Authorization: Bearer <token>`.
68
+ * - `Content-Length` header is set by `fetch` when given a Blob body;
69
+ * the hub validates it before consuming bytes.
70
+ * - Multipart body with a single `file` field. The hub server
71
+ * reads `form.get("file")` and stores under a new file_id.
72
+ * - Any network error / non-2xx / malformed JSON response → null.
73
+ */
74
+ export declare function uploadToHub(filePath: string, opts: HubUploadOpts): Promise<HubUploadResult | null>;
75
+ /**
76
+ * Upload many files to the hub with a bounded concurrency window.
77
+ * Returns one result per input path, preserving order. A failed
78
+ * upload appears as `null` at that slot — caller composes path-only
79
+ * descriptors for those.
80
+ *
81
+ * Why this matters: one feishu post can carry an arbitrary number of
82
+ * images. Naive `Promise.all(paths.map(uploadToHub))` would open N
83
+ * simultaneous HTTPS sockets to the hub AND blow past the 60/hour
84
+ * per-token rate limit on a single message with >60 images. A
85
+ * concurrency cap of 4 means N/4 sequential rounds, predictable
86
+ * load, no head-of-line blocking on the agent's reply.
87
+ */
88
+ export declare function uploadFilesToHubConcurrent(filePaths: string[], opts: HubUploadOpts, concurrency?: number): Promise<(HubUploadResult | null)[]>;
@@ -76,17 +76,7 @@ export declare function normalizeMarkerPath(raw: string): string;
76
76
  * around stripped markers is collapsed (no double blank lines).
77
77
  */
78
78
  export declare function parseOutboundMarkers(reply: string | null | undefined): MarkerParseResult;
79
- /**
80
- * The single allowed outbound root for files the agent wants to send.
81
- * Each conversation gets its own subdirectory under this root; the
82
- * agent's Write permission on this tree is granted by Layer B (config
83
- * paths like `access.json` / `config.json` are denied, attachments
84
- * dir is allowed).
85
- *
86
- * `<conv>` is the open_chat_id (group) or open_id (DM). Bridge fills
87
- * the placeholder per-event when validating.
88
- */
89
- export declare const OUTBOUND_ROOT = "/work/feishu-attachments";
79
+ export { OUTBOUND_ROOT, feishuConvKey, feishuOutboundDir } from "./outbound-paths.js";
90
80
  /**
91
81
  * Validate a normalized absolute path against the per-conversation
92
82
  * whitelist + size + existence checks. Returns null on success or a
@@ -95,22 +85,37 @@ export declare const OUTBOUND_ROOT = "/work/feishu-attachments";
95
85
  *
96
86
  * Filesystem-touching — bridge calls this AFTER `parseOutboundMarkers`.
97
87
  *
88
+ * Two API shapes accepted (overload):
89
+ *
90
+ * 1. **Preferred**: caller passes `expectedDir` — the precomputed
91
+ * `/work/feishu-attachments/<connectionName>/<convKey>/` value
92
+ * from `feishuOutboundDir`. This guarantees what the agent was
93
+ * TOLD to use (via cli.ts prompt injection) matches what we
94
+ * ACCEPT here — no second algorithm.
95
+ *
96
+ * 2. **Legacy**: caller passes `connectionName` + `convKey`. We
97
+ * compute the prefix here via the same helper. Kept for the
98
+ * single-arg unit-test ergonomics + backwards-compat (the old
99
+ * bridge wire-up shape).
100
+ *
98
101
  * Params:
99
102
  * - p: normalized absolute path candidate
100
- * - convKey: per-conversation directory name (open_chat_id / open_id)
103
+ * - expectedDir: precomputed whitelist directory (trailing `/`)
104
+ * OR
105
+ * - convKey + connectionName: legacy two-piece form
101
106
  * - statFn: optional override for tests (defaults to fs.statSync)
102
107
  * - realpathFn: optional override for tests (defaults to fs.realpathSync)
103
108
  *
104
- * Note: `convKey` may include characters Feishu accepts but are unusual
105
- * for file paths (open_id starts with `ou_`, open_chat_id with `oc_`).
106
- * The whitelist check uses the literal substring + path.posix.dirname
107
- * walk so symlink redirects don't bypass it — the realpath form must
108
- * also fall under `OUTBOUND_ROOT/<connection>/<convKey>/`.
109
+ * The whitelist check uses literal `.startsWith(expectedDir)` the
110
+ * trailing slash on `expectedDir` ensures `oc_abc/` doesn't accept
111
+ * paths under `oc_abc_evil/`.
109
112
  */
110
113
  export interface ValidateOpts {
111
114
  p: string;
112
- convKey: string;
113
- connectionName: string;
115
+ /** Precomputed prefix (with trailing `/`). Preferred over convKey+connectionName. */
116
+ expectedDir?: string;
117
+ convKey?: string;
118
+ connectionName?: string;
114
119
  statFn?: (p: string) => {
115
120
  size: number;
116
121
  };
@@ -0,0 +1,50 @@
1
+ /**
2
+ * RFC-020 §15.1 — feishu outbound/attachment path helpers (SHARED).
3
+ *
4
+ * Single source of truth for `/work/feishu-attachments/<conn>/<convKey>/`
5
+ * naming. Used by:
6
+ *
7
+ * - `adapter.ts` inbound `downloadImage` (subdir for received images),
8
+ * - `bridge.ts` outbound marker whitelist (where the agent may write),
9
+ * - `worker.ts` outbound envelope (the concrete path injected into the
10
+ * agent's prompt, so what we tell the agent matches what we accept).
11
+ *
12
+ * 2026-06-29 Vincent UAT: prior to this module, the inbound downloader
13
+ * used `conversationId.replace(/[^a-zA-Z0-9_-]/g, "_")` and the outbound
14
+ * bridge whitelist used `sender.id` for DMs / `chatId` for groups. The
15
+ * two algorithms diverged — agent learned the inbound oc_<chat>/ layout
16
+ * from incoming attachments, then wrote outbound files to the same
17
+ * oc_<chat>/ subdir, but the bridge required ou_<userid>/. Every PDF
18
+ * generated by the bot was rejected. This module unifies on
19
+ * `conversationId` (the open_chat_id assigned by Feishu — present for
20
+ * DMs and groups equally).
21
+ */
22
+ /**
23
+ * Sanitize a raw Feishu conversation id (`oc_<hex>` / occasionally
24
+ * `om_<id>` for DMs) into a filesystem-safe segment. Identical to the
25
+ * adapter.ts inbound download path policy — DO NOT CHANGE without also
26
+ * migrating any on-disk attachments under the old key.
27
+ *
28
+ * The regex strips anything outside `[A-Za-z0-9_-]`, replacing with `_`.
29
+ * Falsy / non-string input returns the empty string; caller is
30
+ * responsible for substituting a fallback (the empty key would resolve
31
+ * to `/work/feishu-attachments/<conn>//` which the path-prefix
32
+ * whitelist rejects cleanly).
33
+ */
34
+ export declare function feishuConvKey(rawId: string | undefined | null): string;
35
+ /**
36
+ * Compute the canonical per-conversation directory for outbound file
37
+ * dispatch + inbound attachment downloads. Trailing slash included so
38
+ * `.startsWith(...)` whitelist checks are unambiguous about the
39
+ * conversation boundary (no `oc_abc` matching `oc_abc_x`).
40
+ *
41
+ * Example:
42
+ * feishuOutboundDir("feishu-local", "oc_9a7eedbba275a87999f7ee2cfb10f4cb")
43
+ * → "/work/feishu-attachments/feishu-local/oc_9a7eedbba275a87999f7ee2cfb10f4cb/"
44
+ */
45
+ export declare function feishuOutboundDir(connectionName: string, rawConvId: string | undefined | null): string;
46
+ /**
47
+ * The fixed prefix root used as a sanity check by the marker validator.
48
+ * Useful for tests + for `validateOutboundPath` defense-in-depth.
49
+ */
50
+ export declare const OUTBOUND_ROOT = "/work/feishu-attachments";
@@ -0,0 +1,62 @@
1
+ /**
2
+ * RFC-020 §16.1 — feishu outbound route decision (pure helper).
3
+ *
4
+ * Single source of truth for the `adapter.send` decision tree that
5
+ * picks among text / interactive card / image (rendered PNG) / file /
6
+ * imagePath outputs. Extracted into a pure module so the production
7
+ * call site AND the unit tests can bind the same function — previously
8
+ * the test mirrored the decision tree in a sibling `pickRoute` helper,
9
+ * which would drift silently if the production tree changed.
10
+ *
11
+ * Inputs are the minimal data the decision needs:
12
+ *
13
+ * - `text` / `imagePath` / `files` — payload from `NormalizedIMMessage`
14
+ * - `forceTextOnly` — caption-mode hint (RFC-020 §15.2)
15
+ * - `mode` — channel-config `outboundRender` (`"plain"` / `"card"` /
16
+ * `"auto"`, RFC-020 §16)
17
+ *
18
+ * Outputs the chosen `route` plus a short `reason` string for log /
19
+ * debug. The CALLER (adapter.send) actually performs the upload /
20
+ * render side-effects keyed on the route — this function does no I/O.
21
+ *
22
+ * Behavior contract (mirrors adapter.send line-for-line, locked by
23
+ * `feishu-outbound-render-mode.test.ts`):
24
+ *
25
+ * 1. `imagePath` set → `image_upload`
26
+ * 2. `files[0].path` set → `file_upload`
27
+ * 3. `forceTextOnly` true → `text`
28
+ * 4. mode "plain" → `text` (always)
29
+ * 5. mode "card" → `card_short_md` iff `looksLikeMarkdown(text)` AND
30
+ * NOT `shouldRenderAsImage(text)`; else `text`
31
+ * 6. mode "auto" → `image_render` iff `shouldRenderAsImage(text)`;
32
+ * else `card_short_md` iff `looksLikeMarkdown(text)`; else `text`
33
+ * 7. unknown mode (defensive default-default) → `text`
34
+ *
35
+ * The production switch in adapter.send may add the actual upload /
36
+ * render / lark API calls keyed on the route, but the route itself
37
+ * is decided HERE. To change the decision, change this file.
38
+ */
39
+ export type OutboundRoute = "image_upload" | "file_upload" | "text" | "card_short_md" | "image_render";
40
+ export interface RouteInput {
41
+ text?: string;
42
+ imagePath?: string;
43
+ files?: {
44
+ name: string;
45
+ path?: string;
46
+ }[];
47
+ forceTextOnly?: boolean;
48
+ /** `outboundRender` from the channel config. Defaults to "plain" when
49
+ * absent so a caller that doesn't read the config still gets the
50
+ * "Vincent default" behavior. */
51
+ mode?: "plain" | "card" | "auto";
52
+ }
53
+ export interface RouteDecision {
54
+ route: OutboundRoute;
55
+ reason: string;
56
+ }
57
+ /**
58
+ * Decide the outbound route for a `NormalizedIMMessage` (or a subset
59
+ * of its fields). Pure — no I/O, no SDK calls; safe to call from tests
60
+ * directly.
61
+ */
62
+ export declare function resolveOutboundRoute(input: RouteInput): RouteDecision;
@@ -0,0 +1,13 @@
1
+ interface WorkerProcessBoundary {
2
+ stderr: {
3
+ write(message: string): unknown;
4
+ };
5
+ exit(code: number): unknown;
6
+ }
7
+ /**
8
+ * A terminal WS error means this worker no longer owns a live ingress path.
9
+ * Exit non-zero so the parent/supervisor cannot continue advertising it as
10
+ * healthy. Kept separate from worker.ts so the real exit contract is testable.
11
+ */
12
+ export declare function exitFeishuWorker(error: Error, boundary?: WorkerProcessBoundary): void;
13
+ export {};