@cello-protocol/daemon 0.0.227 → 0.0.229

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 (895) hide show
  1. package/dist/agent-admin-handlers.d.ts +56 -0
  2. package/dist/agent-admin-handlers.d.ts.map +1 -0
  3. package/dist/agent-admin-handlers.js +73 -0
  4. package/dist/agent-admin-handlers.js.map +1 -0
  5. package/dist/agent-handlers.d.ts +72 -0
  6. package/dist/agent-handlers.d.ts.map +1 -0
  7. package/dist/agent-handlers.js +604 -0
  8. package/dist/agent-handlers.js.map +1 -0
  9. package/dist/agent-id-migration.d.ts +70 -0
  10. package/dist/agent-id-migration.d.ts.map +1 -0
  11. package/dist/agent-id-migration.js +468 -0
  12. package/dist/agent-id-migration.js.map +1 -0
  13. package/dist/agent-loader.d.ts +37 -0
  14. package/dist/agent-loader.d.ts.map +1 -0
  15. package/dist/agent-loader.js +37 -0
  16. package/dist/agent-loader.js.map +1 -0
  17. package/dist/agent-selection-root.d.ts +29 -0
  18. package/dist/agent-selection-root.d.ts.map +1 -0
  19. package/dist/agent-selection-root.js +126 -0
  20. package/dist/agent-selection-root.js.map +1 -0
  21. package/dist/agent-selection.d.ts +73 -0
  22. package/dist/agent-selection.d.ts.map +1 -0
  23. package/dist/agent-selection.js +80 -0
  24. package/dist/agent-selection.js.map +1 -0
  25. package/dist/agent-settings-keys.d.ts +52 -0
  26. package/dist/agent-settings-keys.d.ts.map +1 -0
  27. package/dist/agent-settings-keys.js +114 -0
  28. package/dist/agent-settings-keys.js.map +1 -0
  29. package/dist/agent-state.d.ts +67 -0
  30. package/dist/agent-state.d.ts.map +1 -0
  31. package/dist/agent-state.js +66 -0
  32. package/dist/agent-state.js.map +1 -0
  33. package/dist/assignment-verify.d.ts +90 -0
  34. package/dist/assignment-verify.d.ts.map +1 -0
  35. package/dist/assignment-verify.js +301 -0
  36. package/dist/assignment-verify.js.map +1 -0
  37. package/dist/attendance-wiring.d.ts +23 -0
  38. package/dist/attendance-wiring.d.ts.map +1 -0
  39. package/dist/attendance-wiring.js +248 -0
  40. package/dist/attendance-wiring.js.map +1 -0
  41. package/dist/attestation-body.d.ts +47 -0
  42. package/dist/attestation-body.d.ts.map +1 -0
  43. package/dist/attestation-body.js +71 -0
  44. package/dist/attestation-body.js.map +1 -0
  45. package/dist/authorship-verification.d.ts +91 -0
  46. package/dist/authorship-verification.d.ts.map +1 -0
  47. package/dist/authorship-verification.js +532 -0
  48. package/dist/authorship-verification.js.map +1 -0
  49. package/dist/away-detection.d.ts +139 -0
  50. package/dist/away-detection.d.ts.map +1 -0
  51. package/dist/away-detection.js +186 -0
  52. package/dist/away-detection.js.map +1 -0
  53. package/dist/away-inbox-oneshot.d.ts +40 -0
  54. package/dist/away-inbox-oneshot.d.ts.map +1 -0
  55. package/dist/away-inbox-oneshot.js +311 -0
  56. package/dist/away-inbox-oneshot.js.map +1 -0
  57. package/dist/backup-restore-handlers.d.ts +10 -0
  58. package/dist/backup-restore-handlers.d.ts.map +1 -0
  59. package/dist/backup-restore-handlers.js +82 -0
  60. package/dist/backup-restore-handlers.js.map +1 -0
  61. package/dist/backup-restore.d.ts +102 -0
  62. package/dist/backup-restore.d.ts.map +1 -0
  63. package/dist/backup-restore.js +341 -0
  64. package/dist/backup-restore.js.map +1 -0
  65. package/dist/bin/cello-daemon.d.ts +13 -0
  66. package/dist/bin/cello-daemon.d.ts.map +1 -0
  67. package/dist/bin/cello-daemon.js.map +1 -0
  68. package/dist/boot-agents.d.ts +64 -0
  69. package/dist/boot-agents.d.ts.map +1 -0
  70. package/dist/boot-agents.js +241 -0
  71. package/dist/boot-agents.js.map +1 -0
  72. package/dist/boot-connection-state.d.ts +38 -0
  73. package/dist/boot-connection-state.d.ts.map +1 -0
  74. package/dist/boot-connection-state.js +95 -0
  75. package/dist/boot-connection-state.js.map +1 -0
  76. package/dist/boot-core.d.ts +36 -0
  77. package/dist/boot-core.d.ts.map +1 -0
  78. package/dist/boot-core.js +293 -0
  79. package/dist/boot-core.js.map +1 -0
  80. package/dist/boot-parked-content.d.ts +34 -0
  81. package/dist/boot-parked-content.d.ts.map +1 -0
  82. package/dist/boot-parked-content.js +528 -0
  83. package/dist/boot-parked-content.js.map +1 -0
  84. package/dist/boot-sweeps.d.ts +22 -0
  85. package/dist/boot-sweeps.d.ts.map +1 -0
  86. package/dist/boot-sweeps.js +51 -0
  87. package/dist/boot-sweeps.js.map +1 -0
  88. package/dist/bundled-consortium-manifest.d.ts +47 -0
  89. package/dist/bundled-consortium-manifest.d.ts.map +1 -0
  90. package/dist/bundled-consortium-manifest.js +116 -0
  91. package/dist/bundled-consortium-manifest.js.map +1 -0
  92. package/dist/cbor-blob-migration.d.ts +8 -0
  93. package/dist/cbor-blob-migration.d.ts.map +1 -0
  94. package/dist/cbor-blob-migration.js +116 -0
  95. package/dist/cbor-blob-migration.js.map +1 -0
  96. package/dist/challenge-verifier.d.ts +12 -0
  97. package/dist/challenge-verifier.d.ts.map +1 -0
  98. package/dist/challenge-verifier.js +11 -0
  99. package/dist/challenge-verifier.js.map +1 -0
  100. package/dist/channel-log-store.d.ts +80 -0
  101. package/dist/channel-log-store.d.ts.map +1 -0
  102. package/dist/channel-log-store.js +290 -0
  103. package/dist/channel-log-store.js.map +1 -0
  104. package/dist/close-commitment.d.ts +67 -0
  105. package/dist/close-commitment.d.ts.map +1 -0
  106. package/dist/close-commitment.js +78 -0
  107. package/dist/close-commitment.js.map +1 -0
  108. package/dist/close-session-handler.d.ts +94 -0
  109. package/dist/close-session-handler.d.ts.map +1 -0
  110. package/dist/close-session-handler.js +1418 -0
  111. package/dist/close-session-handler.js.map +1 -0
  112. package/dist/co-attendance.d.ts +29 -0
  113. package/dist/co-attendance.d.ts.map +1 -0
  114. package/dist/co-attendance.js +32 -0
  115. package/dist/co-attendance.js.map +1 -0
  116. package/dist/column-birth.d.ts +40 -0
  117. package/dist/column-birth.d.ts.map +1 -0
  118. package/dist/column-birth.js +61 -0
  119. package/dist/column-birth.js.map +1 -0
  120. package/dist/connect-or-start.d.ts +25 -0
  121. package/dist/connect-or-start.d.ts.map +1 -0
  122. package/dist/connect-or-start.js +175 -0
  123. package/dist/connect-or-start.js.map +1 -0
  124. package/dist/connection-agents.d.ts +16 -0
  125. package/dist/connection-agents.d.ts.map +1 -0
  126. package/dist/connection-agents.js +68 -0
  127. package/dist/connection-agents.js.map +1 -0
  128. package/dist/consent-migration.d.ts +49 -0
  129. package/dist/consent-migration.d.ts.map +1 -0
  130. package/dist/consent-migration.js +128 -0
  131. package/dist/consent-migration.js.map +1 -0
  132. package/dist/consortium-bootstrap.d.ts +138 -0
  133. package/dist/consortium-bootstrap.d.ts.map +1 -0
  134. package/dist/consortium-bootstrap.js +339 -0
  135. package/dist/consortium-bootstrap.js.map +1 -0
  136. package/dist/consortium-fingerprint.d.ts +115 -0
  137. package/dist/consortium-fingerprint.d.ts.map +1 -0
  138. package/dist/consortium-fingerprint.js +175 -0
  139. package/dist/consortium-fingerprint.js.map +1 -0
  140. package/dist/contact-handlers.d.ts +59 -0
  141. package/dist/contact-handlers.d.ts.map +1 -0
  142. package/dist/contact-handlers.js +343 -0
  143. package/dist/contact-handlers.js.map +1 -0
  144. package/dist/contact-pubkey-case.d.ts +65 -0
  145. package/dist/contact-pubkey-case.d.ts.map +1 -0
  146. package/dist/contact-pubkey-case.js +136 -0
  147. package/dist/contact-pubkey-case.js.map +1 -0
  148. package/dist/contacts-tier-migration.d.ts +90 -0
  149. package/dist/contacts-tier-migration.d.ts.map +1 -0
  150. package/dist/contacts-tier-migration.js +150 -0
  151. package/dist/contacts-tier-migration.js.map +1 -0
  152. package/dist/content-encryption-status.d.ts +111 -0
  153. package/dist/content-encryption-status.d.ts.map +1 -0
  154. package/dist/content-encryption-status.js +158 -0
  155. package/dist/content-encryption-status.js.map +1 -0
  156. package/dist/content-park-client.d.ts +90 -0
  157. package/dist/content-park-client.d.ts.map +1 -0
  158. package/dist/content-park-client.js +362 -0
  159. package/dist/content-park-client.js.map +1 -0
  160. package/dist/content-park.d.ts +52 -0
  161. package/dist/content-park.d.ts.map +1 -0
  162. package/dist/content-park.js +1309 -0
  163. package/dist/content-park.js.map +1 -0
  164. package/dist/cross-node-negotiation.d.ts +44 -0
  165. package/dist/cross-node-negotiation.d.ts.map +1 -0
  166. package/dist/cross-node-negotiation.js +34 -0
  167. package/dist/cross-node-negotiation.js.map +1 -0
  168. package/dist/daemon-handle.d.ts +57 -0
  169. package/dist/daemon-handle.d.ts.map +1 -0
  170. package/dist/daemon-handle.js +2 -0
  171. package/dist/daemon-handle.js.map +1 -0
  172. package/dist/daemon-status-report.d.ts +50 -0
  173. package/dist/daemon-status-report.d.ts.map +1 -0
  174. package/dist/daemon-status-report.js +81 -0
  175. package/dist/daemon-status-report.js.map +1 -0
  176. package/dist/daemon.d.ts +45 -0
  177. package/dist/daemon.d.ts.map +1 -0
  178. package/dist/daemon.js +1177 -0
  179. package/dist/daemon.js.map +1 -0
  180. package/dist/db-identity-store.d.ts +159 -0
  181. package/dist/db-identity-store.d.ts.map +1 -0
  182. package/dist/db-identity-store.js +502 -0
  183. package/dist/db-identity-store.js.map +1 -0
  184. package/dist/delivery-open-registry.d.ts +92 -0
  185. package/dist/delivery-open-registry.d.ts.map +1 -0
  186. package/dist/delivery-open-registry.js +121 -0
  187. package/dist/delivery-open-registry.js.map +1 -0
  188. package/dist/delivery-session-suspects.d.ts +56 -0
  189. package/dist/delivery-session-suspects.d.ts.map +1 -0
  190. package/dist/delivery-session-suspects.js +94 -0
  191. package/dist/delivery-session-suspects.js.map +1 -0
  192. package/dist/directory-auth-posture.d.ts +87 -0
  193. package/dist/directory-auth-posture.d.ts.map +1 -0
  194. package/dist/directory-auth-posture.js +134 -0
  195. package/dist/directory-auth-posture.js.map +1 -0
  196. package/dist/directory-bootstrap.d.ts +310 -0
  197. package/dist/directory-bootstrap.d.ts.map +1 -0
  198. package/dist/directory-bootstrap.js +557 -0
  199. package/dist/directory-bootstrap.js.map +1 -0
  200. package/dist/directory-connect.d.ts +27 -0
  201. package/dist/directory-connect.d.ts.map +1 -0
  202. package/dist/directory-connect.js +106 -0
  203. package/dist/directory-connect.js.map +1 -0
  204. package/dist/disconnect-cleanup.d.ts +51 -0
  205. package/dist/disconnect-cleanup.d.ts.map +1 -0
  206. package/dist/disconnect-cleanup.js +72 -0
  207. package/dist/disconnect-cleanup.js.map +1 -0
  208. package/dist/document-amendment-store.d.ts +120 -0
  209. package/dist/document-amendment-store.d.ts.map +1 -0
  210. package/dist/document-amendment-store.js +266 -0
  211. package/dist/document-amendment-store.js.map +1 -0
  212. package/dist/document-delivery-transport.d.ts +168 -0
  213. package/dist/document-delivery-transport.d.ts.map +1 -0
  214. package/dist/document-delivery-transport.js +206 -0
  215. package/dist/document-delivery-transport.js.map +1 -0
  216. package/dist/document-engine.d.ts +134 -0
  217. package/dist/document-engine.d.ts.map +1 -0
  218. package/dist/document-engine.js +282 -0
  219. package/dist/document-engine.js.map +1 -0
  220. package/dist/document-flag.d.ts +58 -0
  221. package/dist/document-flag.d.ts.map +1 -0
  222. package/dist/document-flag.js +70 -0
  223. package/dist/document-flag.js.map +1 -0
  224. package/dist/document-frame-router.d.ts +245 -0
  225. package/dist/document-frame-router.d.ts.map +1 -0
  226. package/dist/document-frame-router.js +397 -0
  227. package/dist/document-frame-router.js.map +1 -0
  228. package/dist/document-gate-wiring.d.ts +61 -0
  229. package/dist/document-gate-wiring.d.ts.map +1 -0
  230. package/dist/document-gate-wiring.js +125 -0
  231. package/dist/document-gate-wiring.js.map +1 -0
  232. package/dist/document-gate.d.ts +149 -0
  233. package/dist/document-gate.d.ts.map +1 -0
  234. package/dist/document-gate.js +509 -0
  235. package/dist/document-gate.js.map +1 -0
  236. package/dist/document-handlers.d.ts +47 -0
  237. package/dist/document-handlers.d.ts.map +1 -0
  238. package/dist/document-handlers.js +2203 -0
  239. package/dist/document-handlers.js.map +1 -0
  240. package/dist/document-handshake.d.ts +176 -0
  241. package/dist/document-handshake.d.ts.map +1 -0
  242. package/dist/document-handshake.js +452 -0
  243. package/dist/document-handshake.js.map +1 -0
  244. package/dist/document-inbound.d.ts +162 -0
  245. package/dist/document-inbound.d.ts.map +1 -0
  246. package/dist/document-inbound.js +530 -0
  247. package/dist/document-inbound.js.map +1 -0
  248. package/dist/document-json.d.ts +120 -0
  249. package/dist/document-json.d.ts.map +1 -0
  250. package/dist/document-json.js +191 -0
  251. package/dist/document-json.js.map +1 -0
  252. package/dist/document-layer.d.ts +215 -0
  253. package/dist/document-layer.d.ts.map +1 -0
  254. package/dist/document-layer.js +1025 -0
  255. package/dist/document-layer.js.map +1 -0
  256. package/dist/document-lifecycle.d.ts +52 -0
  257. package/dist/document-lifecycle.d.ts.map +1 -0
  258. package/dist/document-lifecycle.js +134 -0
  259. package/dist/document-lifecycle.js.map +1 -0
  260. package/dist/document-live-docs.d.ts +58 -0
  261. package/dist/document-live-docs.d.ts.map +1 -0
  262. package/dist/document-live-docs.js +126 -0
  263. package/dist/document-live-docs.js.map +1 -0
  264. package/dist/document-notify.d.ts +228 -0
  265. package/dist/document-notify.d.ts.map +1 -0
  266. package/dist/document-notify.js +580 -0
  267. package/dist/document-notify.js.map +1 -0
  268. package/dist/document-profile.d.ts +61 -0
  269. package/dist/document-profile.d.ts.map +1 -0
  270. package/dist/document-profile.js +112 -0
  271. package/dist/document-profile.js.map +1 -0
  272. package/dist/document-publish.d.ts +87 -0
  273. package/dist/document-publish.d.ts.map +1 -0
  274. package/dist/document-publish.js +173 -0
  275. package/dist/document-publish.js.map +1 -0
  276. package/dist/document-reachability.d.ts +42 -0
  277. package/dist/document-reachability.d.ts.map +1 -0
  278. package/dist/document-reachability.js +80 -0
  279. package/dist/document-reachability.js.map +1 -0
  280. package/dist/document-reconcile-engine.d.ts +66 -0
  281. package/dist/document-reconcile-engine.d.ts.map +1 -0
  282. package/dist/document-reconcile-engine.js +225 -0
  283. package/dist/document-reconcile-engine.js.map +1 -0
  284. package/dist/document-reconcile-scheduler.d.ts +163 -0
  285. package/dist/document-reconcile-scheduler.d.ts.map +1 -0
  286. package/dist/document-reconcile-scheduler.js +303 -0
  287. package/dist/document-reconcile-scheduler.js.map +1 -0
  288. package/dist/document-rejection.d.ts +251 -0
  289. package/dist/document-rejection.d.ts.map +1 -0
  290. package/dist/document-rejection.js +435 -0
  291. package/dist/document-rejection.js.map +1 -0
  292. package/dist/document-screen.d.ts +114 -0
  293. package/dist/document-screen.d.ts.map +1 -0
  294. package/dist/document-screen.js +223 -0
  295. package/dist/document-screen.js.map +1 -0
  296. package/dist/document-store.d.ts +372 -0
  297. package/dist/document-store.d.ts.map +1 -0
  298. package/dist/document-store.js +931 -0
  299. package/dist/document-store.js.map +1 -0
  300. package/dist/document-surface.d.ts +32 -0
  301. package/dist/document-surface.d.ts.map +1 -0
  302. package/dist/document-surface.js +151 -0
  303. package/dist/document-surface.js.map +1 -0
  304. package/dist/document-types.d.ts +94 -0
  305. package/dist/document-types.d.ts.map +1 -0
  306. package/dist/document-types.js +90 -0
  307. package/dist/document-types.js.map +1 -0
  308. package/dist/document-watch.d.ts +69 -0
  309. package/dist/document-watch.d.ts.map +1 -0
  310. package/dist/document-watch.js +108 -0
  311. package/dist/document-watch.js.map +1 -0
  312. package/dist/document-wiring.d.ts +53 -0
  313. package/dist/document-wiring.d.ts.map +1 -0
  314. package/dist/document-wiring.js +323 -0
  315. package/dist/document-wiring.js.map +1 -0
  316. package/dist/document-write-guard.d.ts +66 -0
  317. package/dist/document-write-guard.d.ts.map +1 -0
  318. package/dist/document-write-guard.js +98 -0
  319. package/dist/document-write-guard.js.map +1 -0
  320. package/dist/document-write-path.d.ts +94 -0
  321. package/dist/document-write-path.d.ts.map +1 -0
  322. package/dist/document-write-path.js +530 -0
  323. package/dist/document-write-path.js.map +1 -0
  324. package/dist/error-message.d.ts +7 -0
  325. package/dist/error-message.d.ts.map +1 -0
  326. package/dist/error-message.js +19 -0
  327. package/dist/error-message.js.map +1 -0
  328. package/dist/file-manifest-provider.d.ts +37 -0
  329. package/dist/file-manifest-provider.d.ts.map +1 -0
  330. package/dist/file-manifest-provider.js +105 -0
  331. package/dist/file-manifest-provider.js.map +1 -0
  332. package/dist/frame-values.d.ts +3 -0
  333. package/dist/frame-values.d.ts.map +1 -0
  334. package/dist/frame-values.js +84 -0
  335. package/dist/frame-values.js.map +1 -0
  336. package/dist/frontier-mismatch.d.ts +73 -0
  337. package/dist/frontier-mismatch.d.ts.map +1 -0
  338. package/dist/frontier-mismatch.js +89 -0
  339. package/dist/frontier-mismatch.js.map +1 -0
  340. package/dist/gateway-config-handlers.d.ts +26 -0
  341. package/dist/gateway-config-handlers.d.ts.map +1 -0
  342. package/dist/gateway-config-handlers.js +454 -0
  343. package/dist/gateway-config-handlers.js.map +1 -0
  344. package/dist/held-content.d.ts +145 -0
  345. package/dist/held-content.d.ts.map +1 -0
  346. package/dist/held-content.js +389 -0
  347. package/dist/held-content.js.map +1 -0
  348. package/dist/http-manifest-poll.d.ts +67 -0
  349. package/dist/http-manifest-poll.d.ts.map +1 -0
  350. package/dist/http-manifest-poll.js +150 -0
  351. package/dist/http-manifest-poll.js.map +1 -0
  352. package/dist/identity-migration.d.ts +40 -0
  353. package/dist/identity-migration.d.ts.map +1 -0
  354. package/dist/identity-migration.js +461 -0
  355. package/dist/identity-migration.js.map +1 -0
  356. package/dist/inbound-refusals.d.ts +283 -0
  357. package/dist/inbound-refusals.d.ts.map +1 -0
  358. package/dist/inbound-refusals.js +919 -0
  359. package/dist/inbound-refusals.js.map +1 -0
  360. package/dist/inbound-seal-request.d.ts +32 -0
  361. package/dist/inbound-seal-request.d.ts.map +1 -0
  362. package/dist/inbound-seal-request.js +228 -0
  363. package/dist/inbound-seal-request.js.map +1 -0
  364. package/dist/inbound-sessions.d.ts +291 -0
  365. package/dist/inbound-sessions.d.ts.map +1 -0
  366. package/dist/inbound-sessions.js +1609 -0
  367. package/dist/inbound-sessions.js.map +1 -0
  368. package/dist/inclusion-proof-handlers.d.ts +43 -0
  369. package/dist/inclusion-proof-handlers.d.ts.map +1 -0
  370. package/dist/inclusion-proof-handlers.js +565 -0
  371. package/dist/inclusion-proof-handlers.js.map +1 -0
  372. package/dist/inclusion-proof.d.ts +151 -0
  373. package/dist/inclusion-proof.d.ts.map +1 -0
  374. package/dist/inclusion-proof.js +228 -0
  375. package/dist/inclusion-proof.js.map +1 -0
  376. package/dist/index.d.ts +32 -0
  377. package/dist/index.d.ts.map +1 -0
  378. package/dist/index.js.map +1 -0
  379. package/dist/initiate-session-handler.d.ts +55 -0
  380. package/dist/initiate-session-handler.d.ts.map +1 -0
  381. package/dist/initiate-session-handler.js +310 -0
  382. package/dist/initiate-session-handler.js.map +1 -0
  383. package/dist/ipc-client.d.ts +31 -0
  384. package/dist/ipc-client.d.ts.map +1 -0
  385. package/dist/ipc-client.js +113 -0
  386. package/dist/ipc-client.js.map +1 -0
  387. package/dist/ipc-server.d.ts +63 -0
  388. package/dist/ipc-server.d.ts.map +1 -0
  389. package/dist/ipc-server.js +429 -0
  390. package/dist/ipc-server.js.map +1 -0
  391. package/dist/ipc-surface.d.ts +44 -0
  392. package/dist/ipc-surface.d.ts.map +1 -0
  393. package/dist/ipc-surface.js +107 -0
  394. package/dist/ipc-surface.js.map +1 -0
  395. package/dist/line-lcs.d.ts +51 -0
  396. package/dist/line-lcs.d.ts.map +1 -0
  397. package/dist/line-lcs.js +71 -0
  398. package/dist/line-lcs.js.map +1 -0
  399. package/dist/lock-file.d.ts +39 -0
  400. package/dist/lock-file.d.ts.map +1 -0
  401. package/dist/lock-file.js +120 -0
  402. package/dist/lock-file.js.map +1 -0
  403. package/dist/log-collapse.d.ts +66 -0
  404. package/dist/log-collapse.d.ts.map +1 -0
  405. package/dist/log-collapse.js +244 -0
  406. package/dist/log-collapse.js.map +1 -0
  407. package/dist/log-rotate.d.ts +67 -0
  408. package/dist/log-rotate.d.ts.map +1 -0
  409. package/dist/log-rotate.js +134 -0
  410. package/dist/log-rotate.js.map +1 -0
  411. package/dist/manifest-deps.d.ts +25 -0
  412. package/dist/manifest-deps.d.ts.map +1 -0
  413. package/dist/manifest-deps.js +151 -0
  414. package/dist/manifest-deps.js.map +1 -0
  415. package/dist/manifest-poll-scheduler.d.ts +31 -0
  416. package/dist/manifest-poll-scheduler.d.ts.map +1 -0
  417. package/dist/manifest-poll-scheduler.js +59 -0
  418. package/dist/manifest-poll-scheduler.js.map +1 -0
  419. package/dist/manifest-validity.d.ts +153 -0
  420. package/dist/manifest-validity.d.ts.map +1 -0
  421. package/dist/manifest-validity.js +268 -0
  422. package/dist/manifest-validity.js.map +1 -0
  423. package/dist/manifest-version-store-db.d.ts +24 -0
  424. package/dist/manifest-version-store-db.d.ts.map +1 -0
  425. package/dist/manifest-version-store-db.js +58 -0
  426. package/dist/manifest-version-store-db.js.map +1 -0
  427. package/dist/manifest-version-store.d.ts +16 -0
  428. package/dist/manifest-version-store.d.ts.map +1 -0
  429. package/dist/manifest-version-store.js +15 -0
  430. package/dist/manifest-version-store.js.map +1 -0
  431. package/dist/network-directory-node.d.ts +136 -0
  432. package/dist/network-directory-node.d.ts.map +1 -0
  433. package/dist/network-directory-node.js +810 -0
  434. package/dist/network-directory-node.js.map +1 -0
  435. package/dist/nonce-dedup.d.ts +68 -0
  436. package/dist/nonce-dedup.d.ts.map +1 -0
  437. package/dist/nonce-dedup.js +205 -0
  438. package/dist/nonce-dedup.js.map +1 -0
  439. package/dist/notification-dispatcher.d.ts +92 -0
  440. package/dist/notification-dispatcher.d.ts.map +1 -0
  441. package/dist/notification-dispatcher.js +210 -0
  442. package/dist/notification-dispatcher.js.map +1 -0
  443. package/dist/notification-handlers.d.ts +53 -0
  444. package/dist/notification-handlers.d.ts.map +1 -0
  445. package/dist/notification-handlers.js +461 -0
  446. package/dist/notification-handlers.js.map +1 -0
  447. package/dist/onboarding-guidance.d.ts +79 -0
  448. package/dist/onboarding-guidance.d.ts.map +1 -0
  449. package/dist/onboarding-guidance.js +95 -0
  450. package/dist/onboarding-guidance.js.map +1 -0
  451. package/dist/operator-guidance.d.ts +25 -0
  452. package/dist/operator-guidance.d.ts.map +1 -0
  453. package/dist/operator-guidance.js +50 -0
  454. package/dist/operator-guidance.js.map +1 -0
  455. package/dist/orphan-triage.d.ts +130 -0
  456. package/dist/orphan-triage.d.ts.map +1 -0
  457. package/dist/orphan-triage.js +207 -0
  458. package/dist/orphan-triage.js.map +1 -0
  459. package/dist/outbound-sessions.d.ts +126 -0
  460. package/dist/outbound-sessions.d.ts.map +1 -0
  461. package/dist/outbound-sessions.js +1052 -0
  462. package/dist/outbound-sessions.js.map +1 -0
  463. package/dist/park-envelope.d.ts +329 -0
  464. package/dist/park-envelope.d.ts.map +1 -0
  465. package/dist/park-envelope.js +509 -0
  466. package/dist/park-envelope.js.map +1 -0
  467. package/dist/park-recovery.d.ts +273 -0
  468. package/dist/park-recovery.d.ts.map +1 -0
  469. package/dist/park-recovery.js +717 -0
  470. package/dist/park-recovery.js.map +1 -0
  471. package/dist/park-refusals.d.ts +147 -0
  472. package/dist/park-refusals.d.ts.map +1 -0
  473. package/dist/park-refusals.js +331 -0
  474. package/dist/park-refusals.js.map +1 -0
  475. package/dist/quarantine-framing.d.ts +92 -0
  476. package/dist/quarantine-framing.d.ts.map +1 -0
  477. package/dist/quarantine-framing.js +111 -0
  478. package/dist/quarantine-framing.js.map +1 -0
  479. package/dist/reconnect-drain.d.ts +22 -0
  480. package/dist/reconnect-drain.d.ts.map +1 -0
  481. package/dist/reconnect-drain.js +65 -0
  482. package/dist/reconnect-drain.js.map +1 -0
  483. package/dist/recovered-position.d.ts +14 -0
  484. package/dist/recovered-position.d.ts.map +1 -0
  485. package/dist/recovered-position.js +59 -0
  486. package/dist/recovered-position.js.map +1 -0
  487. package/dist/refusal-notices.d.ts +196 -0
  488. package/dist/refusal-notices.d.ts.map +1 -0
  489. package/dist/refusal-notices.js +516 -0
  490. package/dist/refusal-notices.js.map +1 -0
  491. package/dist/refusal-reasons.d.ts +245 -0
  492. package/dist/refusal-reasons.d.ts.map +1 -0
  493. package/dist/refusal-reasons.js +363 -0
  494. package/dist/refusal-reasons.js.map +1 -0
  495. package/dist/register-handler.d.ts +36 -0
  496. package/dist/register-handler.d.ts.map +1 -0
  497. package/dist/register-handler.js +285 -0
  498. package/dist/register-handler.js.map +1 -0
  499. package/dist/registration-context.d.ts +72 -0
  500. package/dist/registration-context.d.ts.map +1 -0
  501. package/dist/registration-context.js +126 -0
  502. package/dist/registration-context.js.map +1 -0
  503. package/dist/registration-manager.d.ts +94 -0
  504. package/dist/registration-manager.d.ts.map +1 -0
  505. package/dist/registration-manager.js +585 -0
  506. package/dist/registration-manager.js.map +1 -0
  507. package/dist/registration-persistence.d.ts +183 -0
  508. package/dist/registration-persistence.d.ts.map +1 -0
  509. package/dist/registration-persistence.js +263 -0
  510. package/dist/registration-persistence.js.map +1 -0
  511. package/dist/registry-poll.d.ts +52 -0
  512. package/dist/registry-poll.d.ts.map +1 -0
  513. package/dist/registry-poll.js +140 -0
  514. package/dist/registry-poll.js.map +1 -0
  515. package/dist/registry-version-store-db.d.ts +22 -0
  516. package/dist/registry-version-store-db.d.ts.map +1 -0
  517. package/dist/registry-version-store-db.js +50 -0
  518. package/dist/registry-version-store-db.js.map +1 -0
  519. package/dist/relay-endpoints.d.ts +18 -0
  520. package/dist/relay-endpoints.d.ts.map +1 -0
  521. package/dist/relay-endpoints.js +9 -0
  522. package/dist/relay-endpoints.js.map +1 -0
  523. package/dist/relay-only.d.ts +140 -0
  524. package/dist/relay-only.d.ts.map +1 -0
  525. package/dist/relay-only.js +193 -0
  526. package/dist/relay-only.js.map +1 -0
  527. package/dist/relay-receipt-store.d.ts +155 -0
  528. package/dist/relay-receipt-store.d.ts.map +1 -0
  529. package/dist/relay-receipt-store.js +284 -0
  530. package/dist/relay-receipt-store.js.map +1 -0
  531. package/dist/relay-reconnect.d.ts +32 -0
  532. package/dist/relay-reconnect.d.ts.map +1 -0
  533. package/dist/relay-reconnect.js +29 -0
  534. package/dist/relay-reconnect.js.map +1 -0
  535. package/dist/reply-lag.d.ts +11 -0
  536. package/dist/reply-lag.d.ts.map +1 -0
  537. package/dist/reply-lag.js +46 -0
  538. package/dist/reply-lag.js.map +1 -0
  539. package/dist/resolve-named-agent.d.ts +49 -0
  540. package/dist/resolve-named-agent.d.ts.map +1 -0
  541. package/dist/resolve-named-agent.js +77 -0
  542. package/dist/resolve-named-agent.js.map +1 -0
  543. package/dist/restart-seal-resolver.d.ts +110 -0
  544. package/dist/restart-seal-resolver.d.ts.map +1 -0
  545. package/dist/restart-seal-resolver.js +353 -0
  546. package/dist/restart-seal-resolver.js.map +1 -0
  547. package/dist/resume-last-seen.d.ts +15 -0
  548. package/dist/resume-last-seen.d.ts.map +1 -0
  549. package/dist/resume-last-seen.js +44 -0
  550. package/dist/resume-last-seen.js.map +1 -0
  551. package/dist/retry-queue.d.ts +203 -0
  552. package/dist/retry-queue.d.ts.map +1 -0
  553. package/dist/retry-queue.js +701 -0
  554. package/dist/retry-queue.js.map +1 -0
  555. package/dist/roster-freshness.d.ts +160 -0
  556. package/dist/roster-freshness.d.ts.map +1 -0
  557. package/dist/roster-freshness.js +250 -0
  558. package/dist/roster-freshness.js.map +1 -0
  559. package/dist/screening-status.d.ts +15 -0
  560. package/dist/screening-status.d.ts.map +1 -0
  561. package/dist/screening-status.js +65 -0
  562. package/dist/screening-status.js.map +1 -0
  563. package/dist/seal-carried-close.d.ts +37 -0
  564. package/dist/seal-carried-close.d.ts.map +1 -0
  565. package/dist/seal-carried-close.js +179 -0
  566. package/dist/seal-carried-close.js.map +1 -0
  567. package/dist/seal-certificate-pull.d.ts +79 -0
  568. package/dist/seal-certificate-pull.d.ts.map +1 -0
  569. package/dist/seal-certificate-pull.js +186 -0
  570. package/dist/seal-certificate-pull.js.map +1 -0
  571. package/dist/seal-certified-root-check.d.ts +37 -0
  572. package/dist/seal-certified-root-check.d.ts.map +1 -0
  573. package/dist/seal-certified-root-check.js +127 -0
  574. package/dist/seal-certified-root-check.js.map +1 -0
  575. package/dist/seal-coordinator.d.ts +118 -0
  576. package/dist/seal-coordinator.d.ts.map +1 -0
  577. package/dist/seal-coordinator.js +927 -0
  578. package/dist/seal-coordinator.js.map +1 -0
  579. package/dist/seal-escalation.d.ts +80 -0
  580. package/dist/seal-escalation.d.ts.map +1 -0
  581. package/dist/seal-escalation.js +283 -0
  582. package/dist/seal-escalation.js.map +1 -0
  583. package/dist/seal-evidence-root-check.d.ts +70 -0
  584. package/dist/seal-evidence-root-check.d.ts.map +1 -0
  585. package/dist/seal-evidence-root-check.js +199 -0
  586. package/dist/seal-evidence-root-check.js.map +1 -0
  587. package/dist/seal-failure-store.d.ts +139 -0
  588. package/dist/seal-failure-store.d.ts.map +1 -0
  589. package/dist/seal-failure-store.js +207 -0
  590. package/dist/seal-failure-store.js.map +1 -0
  591. package/dist/seal-flows.d.ts +107 -0
  592. package/dist/seal-flows.d.ts.map +1 -0
  593. package/dist/seal-flows.js +638 -0
  594. package/dist/seal-flows.js.map +1 -0
  595. package/dist/seal-frontier-verify.d.ts +103 -0
  596. package/dist/seal-frontier-verify.d.ts.map +1 -0
  597. package/dist/seal-frontier-verify.js +143 -0
  598. package/dist/seal-frontier-verify.js.map +1 -0
  599. package/dist/seal-leaf.d.ts +58 -0
  600. package/dist/seal-leaf.d.ts.map +1 -0
  601. package/dist/seal-leaf.js +112 -0
  602. package/dist/seal-leaf.js.map +1 -0
  603. package/dist/seal-legibility-tbs.d.ts +25 -0
  604. package/dist/seal-legibility-tbs.d.ts.map +1 -0
  605. package/dist/seal-legibility-tbs.js +77 -0
  606. package/dist/seal-legibility-tbs.js.map +1 -0
  607. package/dist/seal-local-terminus.d.ts +41 -0
  608. package/dist/seal-local-terminus.d.ts.map +1 -0
  609. package/dist/seal-local-terminus.js +170 -0
  610. package/dist/seal-local-terminus.js.map +1 -0
  611. package/dist/seal-receipt-upgrade.d.ts +30 -0
  612. package/dist/seal-receipt-upgrade.d.ts.map +1 -0
  613. package/dist/seal-receipt-upgrade.js +49 -0
  614. package/dist/seal-receipt-upgrade.js.map +1 -0
  615. package/dist/seal-relay-silence.d.ts +51 -0
  616. package/dist/seal-relay-silence.d.ts.map +1 -0
  617. package/dist/seal-relay-silence.js +76 -0
  618. package/dist/seal-relay-silence.js.map +1 -0
  619. package/dist/seal-settle.d.ts +38 -0
  620. package/dist/seal-settle.d.ts.map +1 -0
  621. package/dist/seal-settle.js +33 -0
  622. package/dist/seal-settle.js.map +1 -0
  623. package/dist/seal-upgrade.d.ts +107 -0
  624. package/dist/seal-upgrade.d.ts.map +1 -0
  625. package/dist/seal-upgrade.js +200 -0
  626. package/dist/seal-upgrade.js.map +1 -0
  627. package/dist/sealed-conversation.d.ts +36 -0
  628. package/dist/sealed-conversation.d.ts.map +1 -0
  629. package/dist/sealed-conversation.js +171 -0
  630. package/dist/sealed-conversation.js.map +1 -0
  631. package/dist/sealed-leaf-set.d.ts +92 -0
  632. package/dist/sealed-leaf-set.d.ts.map +1 -0
  633. package/dist/sealed-leaf-set.js +122 -0
  634. package/dist/sealed-leaf-set.js.map +1 -0
  635. package/dist/send-claims.d.ts +56 -0
  636. package/dist/send-claims.d.ts.map +1 -0
  637. package/dist/send-claims.js +50 -0
  638. package/dist/send-claims.js.map +1 -0
  639. package/dist/session-assignment-parser.d.ts +104 -0
  640. package/dist/session-assignment-parser.d.ts.map +1 -0
  641. package/dist/session-assignment-parser.js +345 -0
  642. package/dist/session-assignment-parser.js.map +1 -0
  643. package/dist/session-category.d.ts +19 -0
  644. package/dist/session-category.d.ts.map +1 -0
  645. package/dist/session-category.js +14 -0
  646. package/dist/session-category.js.map +1 -0
  647. package/dist/session-ceremony.d.ts +297 -0
  648. package/dist/session-ceremony.d.ts.map +1 -0
  649. package/dist/session-ceremony.js +964 -0
  650. package/dist/session-ceremony.js.map +1 -0
  651. package/dist/session-closed.d.ts +79 -0
  652. package/dist/session-closed.d.ts.map +1 -0
  653. package/dist/session-closed.js +189 -0
  654. package/dist/session-closed.js.map +1 -0
  655. package/dist/session-connection-gater.d.ts +148 -0
  656. package/dist/session-connection-gater.d.ts.map +1 -0
  657. package/dist/session-connection-gater.js +332 -0
  658. package/dist/session-connection-gater.js.map +1 -0
  659. package/dist/session-content-context.d.ts +162 -0
  660. package/dist/session-content-context.d.ts.map +1 -0
  661. package/dist/session-content-context.js +2 -0
  662. package/dist/session-content-context.js.map +1 -0
  663. package/dist/session-content-handlers.d.ts +82 -0
  664. package/dist/session-content-handlers.d.ts.map +1 -0
  665. package/dist/session-content-handlers.js +1382 -0
  666. package/dist/session-content-handlers.js.map +1 -0
  667. package/dist/session-content-ingest.d.ts +206 -0
  668. package/dist/session-content-ingest.d.ts.map +1 -0
  669. package/dist/session-content-ingest.js +2167 -0
  670. package/dist/session-content-ingest.js.map +1 -0
  671. package/dist/session-content-send.d.ts +191 -0
  672. package/dist/session-content-send.d.ts.map +1 -0
  673. package/dist/session-content-send.js +1360 -0
  674. package/dist/session-content-send.js.map +1 -0
  675. package/dist/session-delivery-acks.d.ts +169 -0
  676. package/dist/session-delivery-acks.d.ts.map +1 -0
  677. package/dist/session-delivery-acks.js +569 -0
  678. package/dist/session-delivery-acks.js.map +1 -0
  679. package/dist/session-ephemerals.d.ts +279 -0
  680. package/dist/session-ephemerals.d.ts.map +1 -0
  681. package/dist/session-ephemerals.js +591 -0
  682. package/dist/session-ephemerals.js.map +1 -0
  683. package/dist/session-leaf-records.d.ts +159 -0
  684. package/dist/session-leaf-records.d.ts.map +1 -0
  685. package/dist/session-leaf-records.js +408 -0
  686. package/dist/session-leaf-records.js.map +1 -0
  687. package/dist/session-lifecycle.d.ts +303 -0
  688. package/dist/session-lifecycle.d.ts.map +1 -0
  689. package/dist/session-lifecycle.js +1679 -0
  690. package/dist/session-lifecycle.js.map +1 -0
  691. package/dist/session-liveness.d.ts +135 -0
  692. package/dist/session-liveness.d.ts.map +1 -0
  693. package/dist/session-liveness.js +347 -0
  694. package/dist/session-liveness.js.map +1 -0
  695. package/dist/session-name.d.ts +35 -0
  696. package/dist/session-name.d.ts.map +1 -0
  697. package/dist/session-name.js +60 -0
  698. package/dist/session-name.js.map +1 -0
  699. package/dist/session-node-factory.d.ts +18 -0
  700. package/dist/session-node-factory.d.ts.map +1 -0
  701. package/dist/session-node-factory.js +182 -0
  702. package/dist/session-node-factory.js.map +1 -0
  703. package/dist/session-node-manager.d.ts +877 -0
  704. package/dist/session-node-manager.d.ts.map +1 -0
  705. package/dist/session-node-manager.js +2998 -0
  706. package/dist/session-node-manager.js.map +1 -0
  707. package/dist/session-node-types.d.ts +1057 -0
  708. package/dist/session-node-types.d.ts.map +1 -0
  709. package/dist/session-node-types.js +657 -0
  710. package/dist/session-node-types.js.map +1 -0
  711. package/dist/session-notify.d.ts +46 -0
  712. package/dist/session-notify.d.ts.map +1 -0
  713. package/dist/session-notify.js +116 -0
  714. package/dist/session-notify.js.map +1 -0
  715. package/dist/session-own-chain-store.d.ts +65 -0
  716. package/dist/session-own-chain-store.d.ts.map +1 -0
  717. package/dist/session-own-chain-store.js +75 -0
  718. package/dist/session-own-chain-store.js.map +1 -0
  719. package/dist/session-queries.d.ts +476 -0
  720. package/dist/session-queries.d.ts.map +1 -0
  721. package/dist/session-queries.js +1007 -0
  722. package/dist/session-queries.js.map +1 -0
  723. package/dist/session-read-handlers.d.ts +87 -0
  724. package/dist/session-read-handlers.d.ts.map +1 -0
  725. package/dist/session-read-handlers.js +689 -0
  726. package/dist/session-read-handlers.js.map +1 -0
  727. package/dist/session-records.d.ts +341 -0
  728. package/dist/session-records.d.ts.map +1 -0
  729. package/dist/session-records.js +858 -0
  730. package/dist/session-records.js.map +1 -0
  731. package/dist/session-relay-client.d.ts +659 -0
  732. package/dist/session-relay-client.d.ts.map +1 -0
  733. package/dist/session-relay-client.js +2876 -0
  734. package/dist/session-relay-client.js.map +1 -0
  735. package/dist/session-relay.d.ts +397 -0
  736. package/dist/session-relay.d.ts.map +1 -0
  737. package/dist/session-relay.js +1636 -0
  738. package/dist/session-relay.js.map +1 -0
  739. package/dist/session-salt-agreement.d.ts +331 -0
  740. package/dist/session-salt-agreement.d.ts.map +1 -0
  741. package/dist/session-salt-agreement.js +472 -0
  742. package/dist/session-salt-agreement.js.map +1 -0
  743. package/dist/session-salts.d.ts +432 -0
  744. package/dist/session-salts.d.ts.map +1 -0
  745. package/dist/session-salts.js +1540 -0
  746. package/dist/session-salts.js.map +1 -0
  747. package/dist/session-schema.d.ts +30 -0
  748. package/dist/session-schema.d.ts.map +1 -0
  749. package/dist/session-schema.js +877 -0
  750. package/dist/session-schema.js.map +1 -0
  751. package/dist/session-seal-leaf-store.d.ts +70 -0
  752. package/dist/session-seal-leaf-store.d.ts.map +1 -0
  753. package/dist/session-seal-leaf-store.js +105 -0
  754. package/dist/session-seal-leaf-store.js.map +1 -0
  755. package/dist/session-seal.d.ts +334 -0
  756. package/dist/session-seal.d.ts.map +1 -0
  757. package/dist/session-seal.js +1017 -0
  758. package/dist/session-seal.js.map +1 -0
  759. package/dist/session-terminal-refusal.d.ts +65 -0
  760. package/dist/session-terminal-refusal.d.ts.map +1 -0
  761. package/dist/session-terminal-refusal.js +87 -0
  762. package/dist/session-terminal-refusal.js.map +1 -0
  763. package/dist/session-tree.d.ts +110 -0
  764. package/dist/session-tree.d.ts.map +1 -0
  765. package/dist/session-tree.js +144 -0
  766. package/dist/session-tree.js.map +1 -0
  767. package/dist/session-views.d.ts +47 -0
  768. package/dist/session-views.d.ts.map +1 -0
  769. package/dist/session-views.js +278 -0
  770. package/dist/session-views.js.map +1 -0
  771. package/dist/signal-handlers.d.ts +63 -0
  772. package/dist/signal-handlers.d.ts.map +1 -0
  773. package/dist/signal-handlers.js +980 -0
  774. package/dist/signal-handlers.js.map +1 -0
  775. package/dist/signal-requirement-policy.d.ts +51 -0
  776. package/dist/signal-requirement-policy.d.ts.map +1 -0
  777. package/dist/signal-requirement-policy.js +89 -0
  778. package/dist/signal-requirement-policy.js.map +1 -0
  779. package/dist/signal-revocability.d.ts +49 -0
  780. package/dist/signal-revocability.d.ts.map +1 -0
  781. package/dist/signal-revocability.js +93 -0
  782. package/dist/signal-revocability.js.map +1 -0
  783. package/dist/signal-submission.d.ts +181 -0
  784. package/dist/signal-submission.d.ts.map +1 -0
  785. package/dist/signal-submission.js +368 -0
  786. package/dist/signal-submission.js.map +1 -0
  787. package/dist/signaling-connect.d.ts +118 -0
  788. package/dist/signaling-connect.d.ts.map +1 -0
  789. package/dist/signaling-connect.js +538 -0
  790. package/dist/signaling-connect.js.map +1 -0
  791. package/dist/signaling-wiring.d.ts +105 -0
  792. package/dist/signaling-wiring.d.ts.map +1 -0
  793. package/dist/signaling-wiring.js +393 -0
  794. package/dist/signaling-wiring.js.map +1 -0
  795. package/dist/singleton-lock.d.ts +85 -0
  796. package/dist/singleton-lock.d.ts.map +1 -0
  797. package/dist/singleton-lock.js +219 -0
  798. package/dist/singleton-lock.js.map +1 -0
  799. package/dist/sqlcipher-db.d.ts +139 -0
  800. package/dist/sqlcipher-db.d.ts.map +1 -0
  801. package/dist/sqlcipher-db.js +357 -0
  802. package/dist/sqlcipher-db.js.map +1 -0
  803. package/dist/standing-receivers.d.ts +319 -0
  804. package/dist/standing-receivers.d.ts.map +1 -0
  805. package/dist/standing-receivers.js +1295 -0
  806. package/dist/standing-receivers.js.map +1 -0
  807. package/dist/start-agent.d.ts +64 -0
  808. package/dist/start-agent.d.ts.map +1 -0
  809. package/dist/start-agent.js +136 -0
  810. package/dist/start-agent.js.map +1 -0
  811. package/dist/status-handler.d.ts +54 -0
  812. package/dist/status-handler.d.ts.map +1 -0
  813. package/dist/status-handler.js +61 -0
  814. package/dist/status-handler.js.map +1 -0
  815. package/dist/submission-retry.d.ts +208 -0
  816. package/dist/submission-retry.d.ts.map +1 -0
  817. package/dist/submission-retry.js +506 -0
  818. package/dist/submission-retry.js.map +1 -0
  819. package/dist/telegram-bot-client.d.ts +34 -0
  820. package/dist/telegram-bot-client.d.ts.map +1 -0
  821. package/dist/telegram-bot-client.js +36 -0
  822. package/dist/telegram-bot-client.js.map +1 -0
  823. package/dist/telegram-doorbell.d.ts +38 -0
  824. package/dist/telegram-doorbell.d.ts.map +1 -0
  825. package/dist/telegram-doorbell.js +140 -0
  826. package/dist/telegram-doorbell.js.map +1 -0
  827. package/dist/test-handlers.d.ts +62 -0
  828. package/dist/test-handlers.d.ts.map +1 -0
  829. package/dist/test-handlers.js +240 -0
  830. package/dist/test-handlers.js.map +1 -0
  831. package/dist/testing.d.ts +10 -0
  832. package/dist/testing.d.ts.map +1 -0
  833. package/dist/testing.js +10 -0
  834. package/dist/testing.js.map +1 -0
  835. package/dist/transport-composition.d.ts +31 -0
  836. package/dist/transport-composition.d.ts.map +1 -0
  837. package/dist/transport-composition.js +55 -0
  838. package/dist/transport-composition.js.map +1 -0
  839. package/dist/transport-selector.d.ts +202 -0
  840. package/dist/transport-selector.d.ts.map +1 -0
  841. package/dist/transport-selector.js +196 -0
  842. package/dist/transport-selector.js.map +1 -0
  843. package/dist/trust-signal-pickup-listener.d.ts +43 -0
  844. package/dist/trust-signal-pickup-listener.d.ts.map +1 -0
  845. package/dist/trust-signal-pickup-listener.js +48 -0
  846. package/dist/trust-signal-pickup-listener.js.map +1 -0
  847. package/dist/trust-signal-store.d.ts +406 -0
  848. package/dist/trust-signal-store.d.ts.map +1 -0
  849. package/dist/trust-signal-store.js +939 -0
  850. package/dist/trust-signal-store.js.map +1 -0
  851. package/dist/trust-signal-sweep-tick.d.ts +60 -0
  852. package/dist/trust-signal-sweep-tick.d.ts.map +1 -0
  853. package/dist/trust-signal-sweep-tick.js +101 -0
  854. package/dist/trust-signal-sweep-tick.js.map +1 -0
  855. package/dist/trust-signal-sweep.d.ts +94 -0
  856. package/dist/trust-signal-sweep.d.ts.map +1 -0
  857. package/dist/trust-signal-sweep.js +147 -0
  858. package/dist/trust-signal-sweep.js.map +1 -0
  859. package/dist/type-registry.d.ts +42 -0
  860. package/dist/type-registry.d.ts.map +1 -0
  861. package/dist/type-registry.js +37 -0
  862. package/dist/type-registry.js.map +1 -0
  863. package/dist/types.d.ts +746 -0
  864. package/dist/types.d.ts.map +1 -0
  865. package/dist/types.js +20 -0
  866. package/dist/types.js.map +1 -0
  867. package/dist/unresolved-nodes-report.d.ts +14 -0
  868. package/dist/unresolved-nodes-report.d.ts.map +1 -0
  869. package/dist/unresolved-nodes-report.js +96 -0
  870. package/dist/unresolved-nodes-report.js.map +1 -0
  871. package/dist/vocabulary.d.ts +150 -0
  872. package/dist/vocabulary.d.ts.map +1 -0
  873. package/dist/vocabulary.js +386 -0
  874. package/dist/vocabulary.js.map +1 -0
  875. package/dist/who-label.d.ts +28 -0
  876. package/dist/who-label.d.ts.map +1 -0
  877. package/dist/who-label.js +31 -0
  878. package/dist/who-label.js.map +1 -0
  879. package/dist/who-resolver.d.ts +15 -0
  880. package/dist/who-resolver.d.ts.map +1 -0
  881. package/dist/who-resolver.js +47 -0
  882. package/dist/who-resolver.js.map +1 -0
  883. package/dist/wire-content-hash.d.ts +93 -0
  884. package/dist/wire-content-hash.d.ts.map +1 -0
  885. package/dist/wire-content-hash.js +116 -0
  886. package/dist/wire-content-hash.js.map +1 -0
  887. package/dist/withheld-content.d.ts +13 -0
  888. package/dist/withheld-content.d.ts.map +1 -0
  889. package/dist/withheld-content.js +46 -0
  890. package/dist/withheld-content.js.map +1 -0
  891. package/dist/witness-alerts.d.ts +40 -0
  892. package/dist/witness-alerts.d.ts.map +1 -0
  893. package/dist/witness-alerts.js +102 -0
  894. package/dist/witness-alerts.js.map +1 -0
  895. package/package.json +5 -5
@@ -0,0 +1,79 @@
1
+ /**
2
+ * What a machine with NO agents is told, and why it is one string in one place.
3
+ *
4
+ * ─── The failure this exists to prevent ──────────────────────────────────────────────────────
5
+ * A new operator installs the plugin, runs `cello login`, and gets `No registered agents to
6
+ * start.` — nine words that name no next command, no token, and no bot. Measured 2026-09-07: the
7
+ * words "waitlist", "cohort" and "wave" appeared NOWHERE in the CLI, the daemon, or any of the
8
+ * five plugin skills, and the bot was referred to only as "the CELLO Operations Agent on
9
+ * Telegram" — a description, never a handle you could search for.
10
+ *
11
+ * ─── THERE ARE TWO TOKENS, AND CONFLATING THEM IS THE DEFECT ─────────────────────────────────
12
+ * The first draft of this text treated them as one thing and got the shape wrong.
13
+ *
14
+ * **Waitlist token** — minted by a wave when you are admitted from the waitlist. The gate
15
+ * handler calls it a grant of NETWORK ACCESS. You present it to the bot ONCE and it is
16
+ * BURNED; the burn links your Telegram account. It is not per-agent and you never see it again.
17
+ *
18
+ * **Agent token** — the `CELLO-` pre-authorization capability the bot issues so a specific
19
+ * agent may register. One per agent, single-use, 24-hour expiry.
20
+ *
21
+ * The system's own name for the first is `waitlist_tokens`, and that is what it is called here.
22
+ * It is deliberately NOT "telegram token": `cello-ops-agent-telegram-bot-token` already exists in
23
+ * the infrastructure as the bot's API credential, and giving two unrelated secrets one name is a
24
+ * support conversation nobody can untangle.
25
+ *
26
+ * ─── WHY THE GATE IS AT THE BOTTOM, NOT THE TOP ──────────────────────────────────────────────
27
+ * An earlier version led with the cohort gate on the theory that it prevents a wasted trip to
28
+ * Telegram. Andre's correction, and the gate handler agrees with him: the gate's first step is
29
+ * "is this Telegram ID already linked? → proceed". Once the waitlist token is burned, the
30
+ * condition is permanently satisfied. Leading with it means everyone past that point reads a
31
+ * standing warning about a door they already walked through, every time they have no agent on a
32
+ * machine — which is also true on a second laptop, after a reset, and after an ecosystem wipe.
33
+ *
34
+ * So the happy path leads and the gate is a CONDITION underneath it, phrased as a question so a
35
+ * reader who is past it skips it instead of re-reading it.
36
+ *
37
+ * ─── Why the gate is bullets and not a paragraph ─────────────────────────────────────────────
38
+ * It was a prose block, and it dropped out of scanning mode exactly where the reader is still
39
+ * scanning. Both halves are now lists — numbered steps, then bulleted steps — so the whole
40
+ * message reads as one shape rather than switching from instructions to explanation halfway
41
+ * down. The bullets are ACTIONS for the same reason: at that point the reader's question is
42
+ * "what do I do", not "what is this thing".
43
+ *
44
+ * ─── Why the handle is DERIVED and not a constant ────────────────────────────────────────────
45
+ * There are two bots — production and staging — and a hardcoded handle sends a staging operator
46
+ * to the production bot, which will refuse their staging waitlist token with a message about a
47
+ * grant they do hold, on a bot they should not be talking to. `CELLO_ENV` already exists in this
48
+ * daemon and already carries `staging`, so the handle derives from it.
49
+ *
50
+ * **The mapping is a whitelist of ONE, deliberately.** `resolveCelloEnv` defaults an unset
51
+ * `CELLO_ENV` to `"local"`, and the overwhelmingly common case — an operator who installed from
52
+ * npm and set nothing — must never be pointed at staging. So only a literal `staging` gets the
53
+ * staging bot and everything else gets production: a misconfiguration sends someone to the real
54
+ * bot, which is the recoverable direction of that error.
55
+ *
56
+ * ─── Why it lives in the daemon ──────────────────────────────────────────────────────────────
57
+ * Two surfaces show it: the CLI (`cello login`) and the MCP shim, for the operator who never
58
+ * opens a terminal. The CLI imports this because `cli` depends on `daemon`. **`connect` depends
59
+ * on NO @cello-protocol package** — it is a 233 KB socket shim by design, and making it depend on
60
+ * the 7.8 MB daemon would put a native SQLCipher build on every session start. So the shim cannot
61
+ * import this, and the text reaches it over the wire: `cello_list_agents` returns it as
62
+ * `onboarding` when the roster is empty. One definition, two renderers, no drift.
63
+ */
64
+ /** Where someone who has not signed up starts. Live as of 2026-09-07. */
65
+ export declare const WAITLIST_URL = "https://cello.mygentic.ai/waitlist";
66
+ /** The operations agent on Telegram, by environment. */
67
+ export declare const BOT_HANDLE_PRODUCTION = "@CelloConnectBot";
68
+ export declare const BOT_HANDLE_STAGING = "@CelloConnectStagingBot";
69
+ /**
70
+ * Which bot to send this operator to. Only an explicit `staging` diverges — see the whitelist
71
+ * note above for why an unrecognised or unset value must resolve to production.
72
+ */
73
+ export declare function botHandle(celloEnv?: string | undefined): string;
74
+ /**
75
+ * Shown when a machine has zero agents. Plain text, terminal-width, no ANSI — it is rendered
76
+ * verbatim by the CLI and passed through to an agent by the shim, and neither can assume a TTY.
77
+ */
78
+ export declare function noAgentsGuidance(celloEnv?: string): string;
79
+ //# sourceMappingURL=onboarding-guidance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboarding-guidance.d.ts","sourceRoot":"","sources":["../src/onboarding-guidance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AAEH,yEAAyE;AACzE,eAAO,MAAM,YAAY,uCAAuC,CAAC;AAEjE,wDAAwD;AACxD,eAAO,MAAM,qBAAqB,qBAAqB,CAAC;AACxD,eAAO,MAAM,kBAAkB,4BAA4B,CAAC;AAE5D;;;GAGG;AACH,wBAAgB,SAAS,CAAC,QAAQ,GAAE,MAAM,GAAG,SAAoC,GAAG,MAAM,CAEzF;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAgB1D"}
@@ -0,0 +1,95 @@
1
+ /**
2
+ * What a machine with NO agents is told, and why it is one string in one place.
3
+ *
4
+ * ─── The failure this exists to prevent ──────────────────────────────────────────────────────
5
+ * A new operator installs the plugin, runs `cello login`, and gets `No registered agents to
6
+ * start.` — nine words that name no next command, no token, and no bot. Measured 2026-09-07: the
7
+ * words "waitlist", "cohort" and "wave" appeared NOWHERE in the CLI, the daemon, or any of the
8
+ * five plugin skills, and the bot was referred to only as "the CELLO Operations Agent on
9
+ * Telegram" — a description, never a handle you could search for.
10
+ *
11
+ * ─── THERE ARE TWO TOKENS, AND CONFLATING THEM IS THE DEFECT ─────────────────────────────────
12
+ * The first draft of this text treated them as one thing and got the shape wrong.
13
+ *
14
+ * **Waitlist token** — minted by a wave when you are admitted from the waitlist. The gate
15
+ * handler calls it a grant of NETWORK ACCESS. You present it to the bot ONCE and it is
16
+ * BURNED; the burn links your Telegram account. It is not per-agent and you never see it again.
17
+ *
18
+ * **Agent token** — the `CELLO-` pre-authorization capability the bot issues so a specific
19
+ * agent may register. One per agent, single-use, 24-hour expiry.
20
+ *
21
+ * The system's own name for the first is `waitlist_tokens`, and that is what it is called here.
22
+ * It is deliberately NOT "telegram token": `cello-ops-agent-telegram-bot-token` already exists in
23
+ * the infrastructure as the bot's API credential, and giving two unrelated secrets one name is a
24
+ * support conversation nobody can untangle.
25
+ *
26
+ * ─── WHY THE GATE IS AT THE BOTTOM, NOT THE TOP ──────────────────────────────────────────────
27
+ * An earlier version led with the cohort gate on the theory that it prevents a wasted trip to
28
+ * Telegram. Andre's correction, and the gate handler agrees with him: the gate's first step is
29
+ * "is this Telegram ID already linked? → proceed". Once the waitlist token is burned, the
30
+ * condition is permanently satisfied. Leading with it means everyone past that point reads a
31
+ * standing warning about a door they already walked through, every time they have no agent on a
32
+ * machine — which is also true on a second laptop, after a reset, and after an ecosystem wipe.
33
+ *
34
+ * So the happy path leads and the gate is a CONDITION underneath it, phrased as a question so a
35
+ * reader who is past it skips it instead of re-reading it.
36
+ *
37
+ * ─── Why the gate is bullets and not a paragraph ─────────────────────────────────────────────
38
+ * It was a prose block, and it dropped out of scanning mode exactly where the reader is still
39
+ * scanning. Both halves are now lists — numbered steps, then bulleted steps — so the whole
40
+ * message reads as one shape rather than switching from instructions to explanation halfway
41
+ * down. The bullets are ACTIONS for the same reason: at that point the reader's question is
42
+ * "what do I do", not "what is this thing".
43
+ *
44
+ * ─── Why the handle is DERIVED and not a constant ────────────────────────────────────────────
45
+ * There are two bots — production and staging — and a hardcoded handle sends a staging operator
46
+ * to the production bot, which will refuse their staging waitlist token with a message about a
47
+ * grant they do hold, on a bot they should not be talking to. `CELLO_ENV` already exists in this
48
+ * daemon and already carries `staging`, so the handle derives from it.
49
+ *
50
+ * **The mapping is a whitelist of ONE, deliberately.** `resolveCelloEnv` defaults an unset
51
+ * `CELLO_ENV` to `"local"`, and the overwhelmingly common case — an operator who installed from
52
+ * npm and set nothing — must never be pointed at staging. So only a literal `staging` gets the
53
+ * staging bot and everything else gets production: a misconfiguration sends someone to the real
54
+ * bot, which is the recoverable direction of that error.
55
+ *
56
+ * ─── Why it lives in the daemon ──────────────────────────────────────────────────────────────
57
+ * Two surfaces show it: the CLI (`cello login`) and the MCP shim, for the operator who never
58
+ * opens a terminal. The CLI imports this because `cli` depends on `daemon`. **`connect` depends
59
+ * on NO @cello-protocol package** — it is a 233 KB socket shim by design, and making it depend on
60
+ * the 7.8 MB daemon would put a native SQLCipher build on every session start. So the shim cannot
61
+ * import this, and the text reaches it over the wire: `cello_list_agents` returns it as
62
+ * `onboarding` when the roster is empty. One definition, two renderers, no drift.
63
+ */
64
+ /** Where someone who has not signed up starts. Live as of 2026-09-07. */
65
+ export const WAITLIST_URL = "https://cello.mygentic.ai/waitlist";
66
+ /** The operations agent on Telegram, by environment. */
67
+ export const BOT_HANDLE_PRODUCTION = "@CelloConnectBot";
68
+ export const BOT_HANDLE_STAGING = "@CelloConnectStagingBot";
69
+ /**
70
+ * Which bot to send this operator to. Only an explicit `staging` diverges — see the whitelist
71
+ * note above for why an unrecognised or unset value must resolve to production.
72
+ */
73
+ export function botHandle(celloEnv = process.env["CELLO_ENV"]) {
74
+ return celloEnv === "staging" ? BOT_HANDLE_STAGING : BOT_HANDLE_PRODUCTION;
75
+ }
76
+ /**
77
+ * Shown when a machine has zero agents. Plain text, terminal-width, no ANSI — it is rendered
78
+ * verbatim by the CLI and passed through to an agent by the shim, and neither can assume a TTY.
79
+ */
80
+ export function noAgentsGuidance(celloEnv) {
81
+ return ("No agents on this machine yet. To make one:\n" +
82
+ "\n" +
83
+ ` 1. Get an agent token from ${botHandle(celloEnv)} on Telegram\n` +
84
+ " 2. cello create-agent <name>\n" +
85
+ " 3. cello register-agent <name> <token>\n" +
86
+ "\n" +
87
+ "That's it — your agent is live and reachable.\n" +
88
+ "\n" +
89
+ "First time with the bot? It asks for a waitlist token first. To get one:\n" +
90
+ "\n" +
91
+ ` - Join the waitlist: ${WAITLIST_URL}\n` +
92
+ " - Wait to be admitted to a launch cohort — you'll be notified\n" +
93
+ " - Give the bot that token once. It is burned on use and never asked for again");
94
+ }
95
+ //# sourceMappingURL=onboarding-guidance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"onboarding-guidance.js","sourceRoot":"","sources":["../src/onboarding-guidance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AAEH,yEAAyE;AACzE,MAAM,CAAC,MAAM,YAAY,GAAG,oCAAoC,CAAC;AAEjE,wDAAwD;AACxD,MAAM,CAAC,MAAM,qBAAqB,GAAG,kBAAkB,CAAC;AACxD,MAAM,CAAC,MAAM,kBAAkB,GAAG,yBAAyB,CAAC;AAE5D;;;GAGG;AACH,MAAM,UAAU,SAAS,CAAC,WAA+B,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC;IAC/E,OAAO,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,qBAAqB,CAAC;AAC7E,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,gBAAgB,CAAC,QAAiB;IAChD,OAAO,CACL,+CAA+C;QAC/C,IAAI;QACJ,gCAAgC,SAAS,CAAC,QAAQ,CAAC,gBAAgB;QACnE,kCAAkC;QAClC,4CAA4C;QAC5C,IAAI;QACJ,iDAAiD;QACjD,IAAI;QACJ,4EAA4E;QAC5E,IAAI;QACJ,0BAA0B,YAAY,IAAI;QAC1C,mEAAmE;QACnE,iFAAiF,CAClF,CAAC;AACJ,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * The two things the daemon says when a call cannot proceed.
3
+ *
4
+ * Both are text an operator reads, and both exist because the wire code alone is not an answer.
5
+ * `no_current_agent` names the command that fixes it. The registration guidance goes further: the
6
+ * wire code stays `dkg_failed` because it is a closed protocol union, but this string is a local
7
+ * daemon-to-IPC message, so it can say what actually happened instead of asserting a guess.
8
+ *
9
+ * ⚠️ The `dkg_failed` case is why this file exists rather than a switch inline somewhere; what that
10
+ * case used to claim, and why it was wrong, is recorded at the case itself — once, not twice.
11
+ */
12
+ /**
13
+ * FROZEN. This used to be a per-daemon `const`; it is now one module object handed BY IDENTITY to
14
+ * twelve handlers across six modules. Nothing mutates it today (the CLI renderer is copy-on-write and
15
+ * the fallback notice merges via spread), but an in-place annotation by any one of those callers
16
+ * would silently rewrite every other caller's guidance, in every future response. The freeze makes
17
+ * that fail at the write instead.
18
+ */
19
+ export declare const NO_CURRENT_AGENT_RESPONSE: Readonly<{
20
+ ok: false;
21
+ reason: "no_current_agent";
22
+ guidance: "No current agent is set for this connection. Call cello_start_agent to bring an agent online, then call cello_use_agent to set it as the current agent for this connection.";
23
+ }>;
24
+ export declare const registrationGuidance: (reason: string, detail?: string) => string;
25
+ //# sourceMappingURL=operator-guidance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operator-guidance.d.ts","sourceRoot":"","sources":["../src/operator-guidance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;EAIpC,CAAC;AAKH,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM,EAAE,SAAS,MAAM,KAAG,MAsBtE,CAAC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * The two things the daemon says when a call cannot proceed.
3
+ *
4
+ * Both are text an operator reads, and both exist because the wire code alone is not an answer.
5
+ * `no_current_agent` names the command that fixes it. The registration guidance goes further: the
6
+ * wire code stays `dkg_failed` because it is a closed protocol union, but this string is a local
7
+ * daemon-to-IPC message, so it can say what actually happened instead of asserting a guess.
8
+ *
9
+ * ⚠️ The `dkg_failed` case is why this file exists rather than a switch inline somewhere; what that
10
+ * case used to claim, and why it was wrong, is recorded at the case itself — once, not twice.
11
+ */
12
+ /**
13
+ * FROZEN. This used to be a per-daemon `const`; it is now one module object handed BY IDENTITY to
14
+ * twelve handlers across six modules. Nothing mutates it today (the CLI renderer is copy-on-write and
15
+ * the fallback notice merges via spread), but an in-place annotation by any one of those callers
16
+ * would silently rewrite every other caller's guidance, in every future response. The freeze makes
17
+ * that fail at the write instead.
18
+ */
19
+ export const NO_CURRENT_AGENT_RESPONSE = Object.freeze({
20
+ ok: false,
21
+ reason: "no_current_agent",
22
+ guidance: "No current agent is set for this connection. Call cello_start_agent to bring an agent online, then call cello_use_agent to set it as the current agent for this connection.",
23
+ });
24
+ // `detail` carries the ACTUAL cause when one is known. The wire code stays `dkg_failed` — it is a
25
+ // closed protocol union — but this string is a local daemon→IPC message, so it can say what really
26
+ // happened instead of asserting a guess.
27
+ export const registrationGuidance = (reason, detail) => {
28
+ switch (reason) {
29
+ case "already_registered":
30
+ return "This agent is already registered with the directory. No action needed.";
31
+ case "directory_unreachable":
32
+ return "The directory signaling stream is not connected (or its bootstrap endpoint could not be resolved). Wait for directory_signaling to show connected in cello status, then retry.";
33
+ case "dkg_failed":
34
+ // NOT "this usually means the pre-auth token". That diagnosis is confidently wrong for the
35
+ // causes that actually occur — a colliding NODE_ID across two directory boxes, a commitment
36
+ // that does not match the client's primary_pubkey, a node dropping mid-ceremony — and it sends
37
+ // the operator to the wrong subsystem. The cause is now captured one call frame away
38
+ // (registration.dkg.failed), so it is reported rather than guessed at.
39
+ return detail
40
+ ? `The FROST DKG ceremony with the directory failed: ${detail}`
41
+ : "The FROST DKG ceremony with the directory failed, and no underlying cause was captured. Check the daemon log for registration.dkg.failed, which carries the reason.";
42
+ case "timeout":
43
+ return "The directory did not respond within the registration timeout. Retry once directory_signaling is connected.";
44
+ default:
45
+ return detail
46
+ ? `Registration failed: ${reason} — ${detail}`
47
+ : `Registration failed: ${reason}. Check the daemon logs (registration.* events).`;
48
+ }
49
+ };
50
+ //# sourceMappingURL=operator-guidance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operator-guidance.js","sourceRoot":"","sources":["../src/operator-guidance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAAC,MAAM,CAAC;IACrD,EAAE,EAAE,KAAK;IACT,MAAM,EAAE,kBAAkB;IAC1B,QAAQ,EAAE,6KAA6K;CACxL,CAAC,CAAC;AAEH,kGAAkG;AAClG,mGAAmG;AACnG,yCAAyC;AACzC,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,MAAc,EAAE,MAAe,EAAU,EAAE;IAC9E,QAAQ,MAAM,EAAE,CAAC;QACf,KAAK,oBAAoB;YACvB,OAAO,wEAAwE,CAAC;QAClF,KAAK,uBAAuB;YAC1B,OAAO,gLAAgL,CAAC;QAC1L,KAAK,YAAY;YACf,2FAA2F;YAC3F,4FAA4F;YAC5F,+FAA+F;YAC/F,qFAAqF;YACrF,uEAAuE;YACvE,OAAO,MAAM;gBACX,CAAC,CAAC,qDAAqD,MAAM,EAAE;gBAC/D,CAAC,CAAC,qKAAqK,CAAC;QAC5K,KAAK,SAAS;YACZ,OAAO,6GAA6G,CAAC;QACvH;YACE,OAAO,MAAM;gBACX,CAAC,CAAC,wBAAwB,MAAM,MAAM,MAAM,EAAE;gBAC9C,CAAC,CAAC,wBAAwB,MAAM,kDAAkD,CAAC;IACzF,CAAC;AACH,CAAC,CAAC"}
@@ -0,0 +1,130 @@
1
+ /**
2
+ * 024-ORPHANTRIAGE — what an operator is told when a message arrives for a conversation this
3
+ * machine has no record of.
4
+ *
5
+ * ─── What was wrong, from the operator's chair ─────────────────────────────────────────────────
6
+ *
7
+ * The notice used to end *"ask the counterparty to start a NEW session"*. Somebody sends a message
8
+ * naming a conversation you have never had, we refuse it, and we advise you to go and talk to them.
9
+ * If that message came from a stranger who guessed or harvested your peer id, **making contact is
10
+ * the thing they sent it for**: it confirms somebody is home and that your agent answers. The
11
+ * refusal was correct and the advice handed the sender the one thing the refusal denied them.
12
+ *
13
+ * ─── There are exactly TWO actions, and never a third ──────────────────────────────────────────
14
+ *
15
+ * **Report it** — the default, and the only action unless every condition below holds. **Reach out
16
+ * in a SEPARATE conversation** — only when the message carries a signature that verifies, against a
17
+ * key the operator has deliberately vouched for, in a conversation this machine still holds part
18
+ * of. Waiting, replying into the named conversation, deleting and ignoring are not offered, because
19
+ * an affordance list is a menu and a menu is how the wrong option gets picked.
20
+ *
21
+ * ─── Why the signals are read the way they are ─────────────────────────────────────────────────
22
+ *
23
+ * Every input here is anchored on something the sender does NOT control:
24
+ *
25
+ * - the signature is checked against the key carried inside the sender's own signed bytes, so it
26
+ * proves **possession of a private key** and nothing else — never an identity;
27
+ * - "known" is a TIER, not a row: an inbound offer writes an `UNKNOWN`-tier contact row from the
28
+ * wire with no operator action, so a row means "somebody dialled", and only `KNOWN` or above
29
+ * means the operator vouched;
30
+ * - "ongoing" is read from the operator's own transcript rows, never from the sequence number the
31
+ * sender chose to write.
32
+ *
33
+ * ─── Deliberately a pure function ──────────────────────────────────────────────────────────────
34
+ *
35
+ * Same reason as `parkRefusalGuidance`: a guidance string is a decision about what a person does
36
+ * next, and the branch that is WRONG is the one nothing cheap can reach. Every sentence below is
37
+ * assertable without a database, a daemon or a socket.
38
+ */
39
+ /** The only two actions this triage ever names. A third would be a menu. */
40
+ export declare const ORPHAN_ACTIONS: {
41
+ /** Tell CELLO. The default, and the whole answer whenever the sender cannot be established. */
42
+ readonly REPORT: "report";
43
+ /** Open a SEPARATE conversation with the key — never the one the message names. */
44
+ readonly REACH_OUT_NEW_CONVERSATION: "reach_out_new_conversation";
45
+ };
46
+ export type OrphanAction = (typeof ORPHAN_ACTIONS)[keyof typeof ORPHAN_ACTIONS];
47
+ /**
48
+ * A signal that was never measured, kept apart from one measured `false`.
49
+ *
50
+ * Review F6: these two used to be `false` on every path that did not look, and the orphan log event
51
+ * then published them as readings. Somebody filtering that event days later would read
52
+ * `ongoingConversation: false` and conclude there was no local trace, when nothing had been asked.
53
+ */
54
+ export declare const NOT_CHECKED = "not_checked";
55
+ export type Signal = boolean | typeof NOT_CHECKED;
56
+ /**
57
+ * The three signals, computed at the orphan branch from evidence the daemon already holds.
58
+ *
59
+ * `signerPubkeyHex` is the gate: `null` means no signature could be checked at all, and everything
60
+ * below it is then meaningless — a claimed key is a string anyone can type.
61
+ */
62
+ export interface OrphanEvidence {
63
+ /**
64
+ * The key whose signature over the sender's own signed bytes VERIFIED — full hex, never
65
+ * truncated. `null` when the frame carried no readable signed record, which is a finding and not
66
+ * a missing field.
67
+ */
68
+ signerPubkeyHex: string | null;
69
+ /**
70
+ * Has the operator VOUCHED for that key — tier `KNOWN` or above? Read from OUR store, not from
71
+ * the message, and never from the mere existence of a row: an inbound offer writes an
72
+ * `UNKNOWN`-tier row from the wire, and blocking a contact leaves its row in place at `BLOCKED`.
73
+ */
74
+ knownContact: Signal;
75
+ /** The operator's own pet name for that key, when they have set one. */
76
+ contactMoniker: string | null;
77
+ /**
78
+ * Do we still hold part of this conversation locally? Anchored on OUR transcript rows — never on
79
+ * the sequence number the sender supplied, which they are free to invent.
80
+ */
81
+ ongoingConversation: Signal;
82
+ }
83
+ export interface OrphanTriage {
84
+ action: OrphanAction;
85
+ impact: string;
86
+ guidance: string;
87
+ }
88
+ /**
89
+ * The sentence that catches the operator who is unsure, and it is in EVERY case.
90
+ *
91
+ * The three signals are probabilistic: a vouched key can be stolen, a local trace can belong to a
92
+ * conversation someone has taken over mid-flight, and an operator standing here has no way to
93
+ * resolve it. Reporting costs them nothing and costs an attacker their anonymity, so uncertainty
94
+ * resolves to report — and it is needed most in the reach-out case, where the temptation to act
95
+ * alone is highest.
96
+ */
97
+ export declare const WHEN_IN_DOUBT = "When in doubt, report it: reporting costs you nothing and costs whoever sent this their anonymity.";
98
+ /**
99
+ * ⛔ REPORTING IS NOT REACHABLE YET, AND SAYING SO IS THE POINT.
100
+ *
101
+ * The destination is meant to be a CELLO agent — `CELLO_Reporting` — that any operator's agent
102
+ * opens a session with, which is the product demonstrating its own use. It does not exist: it needs
103
+ * a registered identity, somewhere to run, and a pubkey published in shipped guidance, and that
104
+ * last part is outward-facing wording. Naming a verb that resolves to nothing is exactly what
105
+ * Invariant 4 forbids, so this says plainly that there is nowhere to send it and names the one
106
+ * thing the operator CAN do — keep the evidence.
107
+ *
108
+ * ⚠️ **THE EVIDENCE DIFFERS BY CASE, AND SAYING "the public key" ALWAYS WAS WRONG** — review F4.
109
+ * In the unsigned case the impact has just finished explaining that any key on the message is a
110
+ * string somebody typed; telling the operator to write it down as evidence in the next breath asks
111
+ * them to record an unverified claim in the one case the paragraph above taught them not to.
112
+ *
113
+ * ⚠️ **"the time" IS NOT ON THE SURFACE** — review F9. The inbox projection carries session, reason,
114
+ * kind, impact, guidance and count; `first_at`/`last_at` exist in the table and are not selected. So
115
+ * the sentence names the time the reader has, which is the time they are reading.
116
+ *
117
+ * ⛔ TRIGGER: when `CELLO_Reporting` is provisioned and its pubkey is published, this becomes the
118
+ * session-open verb and its pubkey. Do not soften it before then.
119
+ */
120
+ export declare function reportingNotYetAvailable(signerPubkeyHex: string | null): string;
121
+ /**
122
+ * Render the triage.
123
+ *
124
+ * ⚠️ **NO SENTENCE HERE MAY SAY THE MESSAGE IS *FROM* ANYONE.** A verified signature proves that
125
+ * whoever produced it holds a private key. Keys are minted by anyone who wants one, and a key you
126
+ * recognise may have been stolen. "Signed by the key you know as X" survives that question;
127
+ * "from X" does not, and it is the sentence an operator would act on hardest.
128
+ */
129
+ export declare function triageOrphanedContent(evidence: OrphanEvidence, retention: string): OrphanTriage;
130
+ //# sourceMappingURL=orphan-triage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orphan-triage.d.ts","sourceRoot":"","sources":["../src/orphan-triage.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AAEH,4EAA4E;AAC5E,eAAO,MAAM,cAAc;IACzB,+FAA+F;;IAE/F,mFAAmF;;CAE3E,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAEhF;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,MAAM,MAAM,MAAM,GAAG,OAAO,GAAG,OAAO,WAAW,CAAC;AAElD;;;;;GAKG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,wEAAwE;IACxE,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;OAGG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,YAAY,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,uGAAuG,CAAC;AAElI;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,wBAAwB,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAO/E;AAwBD;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,GAAG,YAAY,CAsD/F"}
@@ -0,0 +1,207 @@
1
+ /**
2
+ * 024-ORPHANTRIAGE — what an operator is told when a message arrives for a conversation this
3
+ * machine has no record of.
4
+ *
5
+ * ─── What was wrong, from the operator's chair ─────────────────────────────────────────────────
6
+ *
7
+ * The notice used to end *"ask the counterparty to start a NEW session"*. Somebody sends a message
8
+ * naming a conversation you have never had, we refuse it, and we advise you to go and talk to them.
9
+ * If that message came from a stranger who guessed or harvested your peer id, **making contact is
10
+ * the thing they sent it for**: it confirms somebody is home and that your agent answers. The
11
+ * refusal was correct and the advice handed the sender the one thing the refusal denied them.
12
+ *
13
+ * ─── There are exactly TWO actions, and never a third ──────────────────────────────────────────
14
+ *
15
+ * **Report it** — the default, and the only action unless every condition below holds. **Reach out
16
+ * in a SEPARATE conversation** — only when the message carries a signature that verifies, against a
17
+ * key the operator has deliberately vouched for, in a conversation this machine still holds part
18
+ * of. Waiting, replying into the named conversation, deleting and ignoring are not offered, because
19
+ * an affordance list is a menu and a menu is how the wrong option gets picked.
20
+ *
21
+ * ─── Why the signals are read the way they are ─────────────────────────────────────────────────
22
+ *
23
+ * Every input here is anchored on something the sender does NOT control:
24
+ *
25
+ * - the signature is checked against the key carried inside the sender's own signed bytes, so it
26
+ * proves **possession of a private key** and nothing else — never an identity;
27
+ * - "known" is a TIER, not a row: an inbound offer writes an `UNKNOWN`-tier contact row from the
28
+ * wire with no operator action, so a row means "somebody dialled", and only `KNOWN` or above
29
+ * means the operator vouched;
30
+ * - "ongoing" is read from the operator's own transcript rows, never from the sequence number the
31
+ * sender chose to write.
32
+ *
33
+ * ─── Deliberately a pure function ──────────────────────────────────────────────────────────────
34
+ *
35
+ * Same reason as `parkRefusalGuidance`: a guidance string is a decision about what a person does
36
+ * next, and the branch that is WRONG is the one nothing cheap can reach. Every sentence below is
37
+ * assertable without a database, a daemon or a socket.
38
+ */
39
+ /** The only two actions this triage ever names. A third would be a menu. */
40
+ export const ORPHAN_ACTIONS = {
41
+ /** Tell CELLO. The default, and the whole answer whenever the sender cannot be established. */
42
+ REPORT: "report",
43
+ /** Open a SEPARATE conversation with the key — never the one the message names. */
44
+ REACH_OUT_NEW_CONVERSATION: "reach_out_new_conversation",
45
+ };
46
+ /**
47
+ * A signal that was never measured, kept apart from one measured `false`.
48
+ *
49
+ * Review F6: these two used to be `false` on every path that did not look, and the orphan log event
50
+ * then published them as readings. Somebody filtering that event days later would read
51
+ * `ongoingConversation: false` and conclude there was no local trace, when nothing had been asked.
52
+ */
53
+ export const NOT_CHECKED = "not_checked";
54
+ /**
55
+ * The sentence that catches the operator who is unsure, and it is in EVERY case.
56
+ *
57
+ * The three signals are probabilistic: a vouched key can be stolen, a local trace can belong to a
58
+ * conversation someone has taken over mid-flight, and an operator standing here has no way to
59
+ * resolve it. Reporting costs them nothing and costs an attacker their anonymity, so uncertainty
60
+ * resolves to report — and it is needed most in the reach-out case, where the temptation to act
61
+ * alone is highest.
62
+ */
63
+ export const WHEN_IN_DOUBT = "When in doubt, report it: reporting costs you nothing and costs whoever sent this their anonymity.";
64
+ /**
65
+ * ⛔ REPORTING IS NOT REACHABLE YET, AND SAYING SO IS THE POINT.
66
+ *
67
+ * The destination is meant to be a CELLO agent — `CELLO_Reporting` — that any operator's agent
68
+ * opens a session with, which is the product demonstrating its own use. It does not exist: it needs
69
+ * a registered identity, somewhere to run, and a pubkey published in shipped guidance, and that
70
+ * last part is outward-facing wording. Naming a verb that resolves to nothing is exactly what
71
+ * Invariant 4 forbids, so this says plainly that there is nowhere to send it and names the one
72
+ * thing the operator CAN do — keep the evidence.
73
+ *
74
+ * ⚠️ **THE EVIDENCE DIFFERS BY CASE, AND SAYING "the public key" ALWAYS WAS WRONG** — review F4.
75
+ * In the unsigned case the impact has just finished explaining that any key on the message is a
76
+ * string somebody typed; telling the operator to write it down as evidence in the next breath asks
77
+ * them to record an unverified claim in the one case the paragraph above taught them not to.
78
+ *
79
+ * ⚠️ **"the time" IS NOT ON THE SURFACE** — review F9. The inbox projection carries session, reason,
80
+ * kind, impact, guidance and count; `first_at`/`last_at` exist in the table and are not selected. So
81
+ * the sentence names the time the reader has, which is the time they are reading.
82
+ *
83
+ * ⛔ TRIGGER: when `CELLO_Reporting` is provisioned and its pubkey is published, this becomes the
84
+ * session-open verb and its pubkey. Do not soften it before then.
85
+ */
86
+ export function reportingNotYetAvailable(signerPubkeyHex) {
87
+ const evidence = signerPubkeyHex === null
88
+ // No key is named, deliberately. The only key-shaped thing here is the one the message claimed,
89
+ // and the impact has just said that claim proves nothing.
90
+ ? "the conversation id above, the time you are reading this, and the fact that the message carried no signature anyone could check"
91
+ : `the public key above, the conversation id, and the time you are reading this`;
92
+ return `CELLO has no agent to receive reports yet, so there is no command here that would send one. Write down ${evidence} — that IS the report — and keep it until there is somewhere to send it.`;
93
+ }
94
+ /**
95
+ * ✅ **THE TRIGGER FIRED, AND THE SENTENCE MOVED RATHER THAN BEING REWRITTEN IN PLACE.**
96
+ *
97
+ * This module used to define `MESSAGE_NOT_RETAINED`: *"The message itself was not kept — this build
98
+ * discards what it refuses."* `023-REFUSEDEVIDENCE` made that false, and 024's own note asked for a
99
+ * rewrite rather than a deletion so a reader can see the claim changed. Recorded here; the
100
+ * replacement is `retentionSentence` in `quarantine-framing.ts`.
101
+ *
102
+ * It lives THERE, not here. Whether a refused message was retained is 023's fact, and this module
103
+ * is prose about what to DO with it — so it receives the sentence as `retention` and renders it.
104
+ */
105
+ /**
106
+ * The unchanging first half: what happened to the message, in every case.
107
+ *
108
+ * ⚠️ The last clause is review F11. The notice is deduplicated per (agent, session, reason) and
109
+ * carries a count, while the prose now names a SPECIFIC key — so a notice reading "5 times" beside
110
+ * one key would imply all five came from that key, and they may not have. The old text was generic
111
+ * and had no such problem; this unit introduced it, so this unit says so.
112
+ */
113
+ const WHAT_HAPPENED = "A message arrived for a conversation this machine holds no record of. It was NOT delivered, NOT shown and NOT acknowledged, so the sender will redeliver it and be refused the same way. If this notice says it has happened more than once, what follows describes the most recent one — earlier arrivals may not have looked the same.";
114
+ /**
115
+ * Render the triage.
116
+ *
117
+ * ⚠️ **NO SENTENCE HERE MAY SAY THE MESSAGE IS *FROM* ANYONE.** A verified signature proves that
118
+ * whoever produced it holds a private key. Keys are minted by anyone who wants one, and a key you
119
+ * recognise may have been stolen. "Signed by the key you know as X" survives that question;
120
+ * "from X" does not, and it is the sentence an operator would act on hardest.
121
+ */
122
+ export function triageOrphanedContent(evidence, retention) {
123
+ const { signerPubkeyHex, knownContact, contactMoniker, ongoingConversation } = evidence;
124
+ // ── No checkable signature: nothing whatsoever is known about the sender. ────────────────────
125
+ //
126
+ // "Not signed" is a FINDING, and a strong one — it is stated as one rather than as an absent
127
+ // field, because an operator who reads it as a gap goes looking for the missing information and
128
+ // there is none to find.
129
+ if (signerPubkeyHex === null) {
130
+ return {
131
+ action: ORPHAN_ACTIONS.REPORT,
132
+ impact: `${WHAT_HAPPENED} It carried NO signature that could be checked, so nothing at all is known about who sent it — that is a finding, not a gap. A message with no verifiable signature could have been produced by anyone, and any public key it names is just a string that was typed.`,
133
+ guidance: reportOnlyGuidance(signerPubkeyHex, retention),
134
+ };
135
+ }
136
+ /**
137
+ * ── Anything short of BOTH conditions is a stranger, and gets the default. ───────────────────
138
+ *
139
+ * ⚠️ **THE CONJUNCTION IS ANDRE'S, VERBATIM, and dropping it was review F3.** *"whether to reach
140
+ * out depends on whether we can verify they are a known contact in their address book. And if
141
+ * they are a known contact **and this was an ongoing conversation until this point**, then a
142
+ * separate session with them … is warranted."* Branching on the vouch alone produced a notice
143
+ * that argued with itself — an impact saying nothing here favours a fault over a probe, above a
144
+ * guidance saying go and make contact anyway.
145
+ *
146
+ * `"not_checked"` lands here too, and that is the whole point of the third state: a signal nobody
147
+ * measured must never be the one that unlocks contact.
148
+ */
149
+ if (knownContact !== true || ongoingConversation !== true) {
150
+ return {
151
+ action: ORPHAN_ACTIONS.REPORT,
152
+ impact: `${WHAT_HAPPENED} A signature on it verified against the public key ${signerPubkeyHex}, which proves only that whoever produced it holds the private key matching that public key — anyone can mint a keypair and sign with it, so this identifies nobody. ${strangerReason(knownContact, ongoingConversation)}`,
153
+ guidance: reportOnlyGuidance(signerPubkeyHex, retention),
154
+ };
155
+ }
156
+ // ── A vouched key, and a conversation this machine still holds part of. ──────────────────────
157
+ const label = contactMoniker === null ? "that key" : `"${contactMoniker}"`;
158
+ return {
159
+ action: ORPHAN_ACTIONS.REACH_OUT_NEW_CONVERSATION,
160
+ impact: `${WHAT_HAPPENED} A signature on it verified against the public key ${signerPubkeyHex}, which you have vouched for in your address book as ${label}. That proves whoever produced it holds the private key matching the public key you know as ${label} — it does NOT prove they are ${label}, because a private key can be stolen or copied. This machine still holds part of a conversation under that id, so a lost session record is a likelier explanation than a probe — likelier, not proven, and somebody who has taken over a key mid-conversation would look exactly the same from here.`,
161
+ guidance: `ONE thing to do, and it is worth doing: open a NEW conversation with ${signerPubkeyHex} and ask whether they sent it. ` +
162
+ `It must be a NEW one — the conversation this message names does not exist on this machine, and opening THAT one because the message asked for it is the same probe succeeding by another route. ` +
163
+ `The valuable outcome is the bad one: if they say they sent nothing, you have both just learned that the key you know as ${label} is being used by someone else, and they can pause or burn that agent identity before it costs them more. ` +
164
+ // Review F5, and it is the sentence that keeps clause 4 from undoing clause 5: a CELLO
165
+ // conversation is authenticated by the key itself, so in the stolen-key case — the exact case
166
+ // this reach-out exists to detect — the thief is the one who answers, and answers "yes, that
167
+ // was me". The remedy only works over a channel the key does not control.
168
+ `A CELLO answer comes from whoever holds that key, so a "yes, that was me" proves nothing new — if you have another way to reach them, out of band, that is the one that actually answers this. ` +
169
+ `${reportingNotYetAvailable(signerPubkeyHex)} ${retention} ${WHEN_IN_DOUBT}`,
170
+ };
171
+ }
172
+ /**
173
+ * Why this signer is being treated as a stranger — said, rather than left as a silence.
174
+ *
175
+ * A notice that offers only "report" without saying which condition failed leaves an operator who
176
+ * DOES recognise the key with no way to understand the advice, and the likeliest thing they do next
177
+ * is ignore it.
178
+ */
179
+ function strangerReason(knownContact, ongoingConversation) {
180
+ if (knownContact === NOT_CHECKED || ongoingConversation === NOT_CHECKED) {
181
+ return "Your address book and your own record of this conversation could NOT be read on this machine, so neither could be weighed — the daemon logged why under session.content.orphaned.evidence.failed. Nothing here has been ruled out; it has simply not been checked.";
182
+ }
183
+ if (knownContact === false) {
184
+ return "You have not vouched for that key: it is either absent from your address book, or present only because somebody dialled you, or blocked. A stranger who can sign is still a stranger.";
185
+ }
186
+ return "You have vouched for that key — but this machine holds no part of any conversation under the id the message names, so there is nothing here that makes a lost record more likely than a probe.";
187
+ }
188
+ /**
189
+ * The report-only guidance, shared by the three cases that get it.
190
+ *
191
+ * ⚠️ **NOT ONE CONTACT VERB APPEARS HERE, INCLUDING IN A PROHIBITION.** The obvious wording is
192
+ * "do not contact them" — and a notice containing that sentence has a contact verb in it, which is
193
+ * the string an agent skims for and the string a regression check greps for. The prohibition is
194
+ * therefore written in terms of what the operator does INSTEAD: nothing.
195
+ *
196
+ * ⚠️ **AND THAT RULE CAUGHT THIS FUNCTION ITSELF** — review F12. The first version said *"Answer
197
+ * nothing, open nothing"* and *"ANY response is the answer it is looking for"*, which puts `answer`
198
+ * and `respond` on the page by the module's own doctrine. The verb list in the tests had been
199
+ * calibrated to this text rather than to the rule, so it passed. Both verbs are gone and both are
200
+ * now in the list.
201
+ */
202
+ function reportOnlyGuidance(signerPubkeyHex, retention) {
203
+ return ("ONE thing to do: record it as a report. Nothing goes back, nothing is opened, and this one is left exactly where it stands — silence is the correct move here. " +
204
+ "A message naming a conversation that does not exist is most often a probe testing whether anybody is home, and anything at all going back is the confirmation it is looking for. " +
205
+ `${reportingNotYetAvailable(signerPubkeyHex)} ${retention} ${WHEN_IN_DOUBT}`);
206
+ }
207
+ //# sourceMappingURL=orphan-triage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orphan-triage.js","sourceRoot":"","sources":["../src/orphan-triage.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AAEH,4EAA4E;AAC5E,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,+FAA+F;IAC/F,MAAM,EAAE,QAAQ;IAChB,mFAAmF;IACnF,0BAA0B,EAAE,4BAA4B;CAChD,CAAC;AAGX;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC;AAqCzC;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,oGAAoG,CAAC;AAElI;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,UAAU,wBAAwB,CAAC,eAA8B;IACrE,MAAM,QAAQ,GAAG,eAAe,KAAK,IAAI;QACvC,gGAAgG;QAChG,0DAA0D;QAC1D,CAAC,CAAC,iIAAiI;QACnI,CAAC,CAAC,8EAA8E,CAAC;IACnF,OAAO,0GAA0G,QAAQ,0EAA0E,CAAC;AACtM,CAAC;AAED;;;;;;;;;;GAUG;AAEH;;;;;;;GAOG;AACH,MAAM,aAAa,GAAG,0UAA0U,CAAC;AAEjW;;;;;;;GAOG;AACH,MAAM,UAAU,qBAAqB,CAAC,QAAwB,EAAE,SAAiB;IAC/E,MAAM,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,mBAAmB,EAAE,GAAG,QAAQ,CAAC;IAExF,gGAAgG;IAChG,EAAE;IACF,6FAA6F;IAC7F,gGAAgG;IAChG,yBAAyB;IACzB,IAAI,eAAe,KAAK,IAAI,EAAE,CAAC;QAC7B,OAAO;YACL,MAAM,EAAE,cAAc,CAAC,MAAM;YAC7B,MAAM,EAAE,GAAG,aAAa,sQAAsQ;YAC9R,QAAQ,EAAE,kBAAkB,CAAC,eAAe,EAAE,SAAS,CAAC;SACzD,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,IAAI,YAAY,KAAK,IAAI,IAAI,mBAAmB,KAAK,IAAI,EAAE,CAAC;QAC1D,OAAO;YACL,MAAM,EAAE,cAAc,CAAC,MAAM;YAC7B,MAAM,EAAE,GAAG,aAAa,sDAAsD,eAAe,wKAAwK,cAAc,CAAC,YAAY,EAAE,mBAAmB,CAAC,EAAE;YACxT,QAAQ,EAAE,kBAAkB,CAAC,eAAe,EAAE,SAAS,CAAC;SACzD,CAAC;IACJ,CAAC;IAED,gGAAgG;IAChG,MAAM,KAAK,GAAG,cAAc,KAAK,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,cAAc,GAAG,CAAC;IAE3E,OAAO;QACL,MAAM,EAAE,cAAc,CAAC,0BAA0B;QACjD,MAAM,EAAE,GAAG,aAAa,sDAAsD,eAAe,wDAAwD,KAAK,+FAA+F,KAAK,iCAAiC,KAAK,uSAAuS;QAC3kB,QAAQ,EACN,wEAAwE,eAAe,iCAAiC;YACxH,kMAAkM;YAClM,2HAA2H,KAAK,4GAA4G;YAC5O,uFAAuF;YACvF,8FAA8F;YAC9F,6FAA6F;YAC7F,0EAA0E;YAC1E,iMAAiM;YACjM,GAAG,wBAAwB,CAAC,eAAe,CAAC,IAAI,SAAS,IAAI,aAAa,EAAE;KAC/E,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,SAAS,cAAc,CAAC,YAAoB,EAAE,mBAA2B;IACvE,IAAI,YAAY,KAAK,WAAW,IAAI,mBAAmB,KAAK,WAAW,EAAE,CAAC;QACxE,OAAO,oQAAoQ,CAAC;IAC9Q,CAAC;IACD,IAAI,YAAY,KAAK,KAAK,EAAE,CAAC;QAC3B,OAAO,uLAAuL,CAAC;IACjM,CAAC;IACD,OAAO,gMAAgM,CAAC;AAC1M,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,SAAS,kBAAkB,CAAC,eAA8B,EAAE,SAAiB;IAC3E,OAAO,CACL,iKAAiK;QACjK,mLAAmL;QACnL,GAAG,wBAAwB,CAAC,eAAe,CAAC,IAAI,SAAS,IAAI,aAAa,EAAE,CAC7E,CAAC;AACJ,CAAC"}