@andrew.ng/symbion 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (417) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +125 -0
  3. package/apps/daemon/dist/boot/menu.d.ts +11 -0
  4. package/apps/daemon/dist/boot/menu.d.ts.map +1 -0
  5. package/apps/daemon/dist/boot/menu.js +32 -0
  6. package/apps/daemon/dist/boot/menu.js.map +1 -0
  7. package/apps/daemon/dist/fs/folderPick.d.ts +13 -0
  8. package/apps/daemon/dist/fs/folderPick.d.ts.map +1 -0
  9. package/apps/daemon/dist/fs/folderPick.js +4 -0
  10. package/apps/daemon/dist/fs/folderPick.js.map +1 -0
  11. package/apps/daemon/dist/fs/listDir.d.ts +13 -0
  12. package/apps/daemon/dist/fs/listDir.d.ts.map +1 -0
  13. package/apps/daemon/dist/fs/listDir.js +121 -0
  14. package/apps/daemon/dist/fs/listDir.js.map +1 -0
  15. package/apps/daemon/dist/fs/readTargetFiles.d.ts +20 -0
  16. package/apps/daemon/dist/fs/readTargetFiles.d.ts.map +1 -0
  17. package/apps/daemon/dist/fs/readTargetFiles.js +76 -0
  18. package/apps/daemon/dist/fs/readTargetFiles.js.map +1 -0
  19. package/apps/daemon/dist/fs/writeFiles.d.ts +32 -0
  20. package/apps/daemon/dist/fs/writeFiles.d.ts.map +1 -0
  21. package/apps/daemon/dist/fs/writeFiles.js +93 -0
  22. package/apps/daemon/dist/fs/writeFiles.js.map +1 -0
  23. package/apps/daemon/dist/git/status.d.ts +11 -0
  24. package/apps/daemon/dist/git/status.d.ts.map +1 -0
  25. package/apps/daemon/dist/git/status.js +30 -0
  26. package/apps/daemon/dist/git/status.js.map +1 -0
  27. package/apps/daemon/dist/index.d.ts +2 -0
  28. package/apps/daemon/dist/index.d.ts.map +1 -0
  29. package/apps/daemon/dist/index.js +69 -0
  30. package/apps/daemon/dist/index.js.map +1 -0
  31. package/apps/daemon/dist/llm/anthropicProvider.d.ts +26 -0
  32. package/apps/daemon/dist/llm/anthropicProvider.d.ts.map +1 -0
  33. package/apps/daemon/dist/llm/anthropicProvider.js +90 -0
  34. package/apps/daemon/dist/llm/anthropicProvider.js.map +1 -0
  35. package/apps/daemon/dist/llm/geminiProvider.d.ts +25 -0
  36. package/apps/daemon/dist/llm/geminiProvider.d.ts.map +1 -0
  37. package/apps/daemon/dist/llm/geminiProvider.js +89 -0
  38. package/apps/daemon/dist/llm/geminiProvider.js.map +1 -0
  39. package/apps/daemon/dist/llm/installInstructions.d.ts +40 -0
  40. package/apps/daemon/dist/llm/installInstructions.d.ts.map +1 -0
  41. package/apps/daemon/dist/llm/installInstructions.js +80 -0
  42. package/apps/daemon/dist/llm/installInstructions.js.map +1 -0
  43. package/apps/daemon/dist/llm/ollamaProvider.d.ts +55 -0
  44. package/apps/daemon/dist/llm/ollamaProvider.d.ts.map +1 -0
  45. package/apps/daemon/dist/llm/ollamaProvider.js +213 -0
  46. package/apps/daemon/dist/llm/ollamaProvider.js.map +1 -0
  47. package/apps/daemon/dist/llm/openaiProvider.d.ts +25 -0
  48. package/apps/daemon/dist/llm/openaiProvider.d.ts.map +1 -0
  49. package/apps/daemon/dist/llm/openaiProvider.js +90 -0
  50. package/apps/daemon/dist/llm/openaiProvider.js.map +1 -0
  51. package/apps/daemon/dist/llm/providerStatus.d.ts +60 -0
  52. package/apps/daemon/dist/llm/providerStatus.d.ts.map +1 -0
  53. package/apps/daemon/dist/llm/providerStatus.js +88 -0
  54. package/apps/daemon/dist/llm/providerStatus.js.map +1 -0
  55. package/apps/daemon/dist/llm/registry.d.ts +14 -0
  56. package/apps/daemon/dist/llm/registry.d.ts.map +1 -0
  57. package/apps/daemon/dist/llm/registry.js +35 -0
  58. package/apps/daemon/dist/llm/registry.js.map +1 -0
  59. package/apps/daemon/dist/llm/remoteProvider.d.ts +25 -0
  60. package/apps/daemon/dist/llm/remoteProvider.d.ts.map +1 -0
  61. package/apps/daemon/dist/llm/remoteProvider.js +88 -0
  62. package/apps/daemon/dist/llm/remoteProvider.js.map +1 -0
  63. package/apps/daemon/dist/llm/secrets.d.ts +55 -0
  64. package/apps/daemon/dist/llm/secrets.d.ts.map +1 -0
  65. package/apps/daemon/dist/llm/secrets.js +167 -0
  66. package/apps/daemon/dist/llm/secrets.js.map +1 -0
  67. package/apps/daemon/dist/llm/types.d.ts +50 -0
  68. package/apps/daemon/dist/llm/types.d.ts.map +1 -0
  69. package/apps/daemon/dist/llm/types.js +16 -0
  70. package/apps/daemon/dist/llm/types.js.map +1 -0
  71. package/apps/daemon/dist/net/findOpenPort.d.ts +26 -0
  72. package/apps/daemon/dist/net/findOpenPort.d.ts.map +1 -0
  73. package/apps/daemon/dist/net/findOpenPort.js +37 -0
  74. package/apps/daemon/dist/net/findOpenPort.js.map +1 -0
  75. package/apps/daemon/dist/rpc/contract.d.ts +10 -0
  76. package/apps/daemon/dist/rpc/contract.d.ts.map +1 -0
  77. package/apps/daemon/dist/rpc/contract.js +2 -0
  78. package/apps/daemon/dist/rpc/contract.js.map +1 -0
  79. package/apps/daemon/dist/rpc/guard.d.ts +18 -0
  80. package/apps/daemon/dist/rpc/guard.d.ts.map +1 -0
  81. package/apps/daemon/dist/rpc/guard.js +75 -0
  82. package/apps/daemon/dist/rpc/guard.js.map +1 -0
  83. package/apps/daemon/dist/rpc/handlers.d.ts +118 -0
  84. package/apps/daemon/dist/rpc/handlers.d.ts.map +1 -0
  85. package/apps/daemon/dist/rpc/handlers.js +694 -0
  86. package/apps/daemon/dist/rpc/handlers.js.map +1 -0
  87. package/apps/daemon/dist/rpc/pathStyle.d.ts +27 -0
  88. package/apps/daemon/dist/rpc/pathStyle.d.ts.map +1 -0
  89. package/apps/daemon/dist/rpc/pathStyle.js +43 -0
  90. package/apps/daemon/dist/rpc/pathStyle.js.map +1 -0
  91. package/apps/daemon/dist/rpc/rpcError.d.ts +13 -0
  92. package/apps/daemon/dist/rpc/rpcError.d.ts.map +1 -0
  93. package/apps/daemon/dist/rpc/rpcError.js +16 -0
  94. package/apps/daemon/dist/rpc/rpcError.js.map +1 -0
  95. package/apps/daemon/dist/server.d.ts +18 -0
  96. package/apps/daemon/dist/server.d.ts.map +1 -0
  97. package/apps/daemon/dist/server.js +208 -0
  98. package/apps/daemon/dist/server.js.map +1 -0
  99. package/apps/daemon/dist/store/publishLog.d.ts +6 -0
  100. package/apps/daemon/dist/store/publishLog.d.ts.map +1 -0
  101. package/apps/daemon/dist/store/publishLog.js +27 -0
  102. package/apps/daemon/dist/store/publishLog.js.map +1 -0
  103. package/apps/daemon/dist/store/store.d.ts +35 -0
  104. package/apps/daemon/dist/store/store.d.ts.map +1 -0
  105. package/apps/daemon/dist/store/store.js +129 -0
  106. package/apps/daemon/dist/store/store.js.map +1 -0
  107. package/apps/daemon/dist/templates/githubFetch.d.ts +49 -0
  108. package/apps/daemon/dist/templates/githubFetch.d.ts.map +1 -0
  109. package/apps/daemon/dist/templates/githubFetch.js +168 -0
  110. package/apps/daemon/dist/templates/githubFetch.js.map +1 -0
  111. package/apps/web/out/404.html +1 -0
  112. package/apps/web/out/_next/static/IIw50lkv8jQuwHOBZJifS/_buildManifest.js +1 -0
  113. package/apps/web/out/_next/static/IIw50lkv8jQuwHOBZJifS/_ssgManifest.js +1 -0
  114. package/apps/web/out/_next/static/chunks/1dd3208c-6a745fea7bd2124a.js +1 -0
  115. package/apps/web/out/_next/static/chunks/426-deb95a16531d3b4b.js +25 -0
  116. package/apps/web/out/_next/static/chunks/528-6e64508688610bfe.js +2 -0
  117. package/apps/web/out/_next/static/chunks/656-fd1628581ad77b01.js +1 -0
  118. package/apps/web/out/_next/static/chunks/777-d587bc7cc0fc6be8.js +1 -0
  119. package/apps/web/out/_next/static/chunks/990-f2445c68c17fa077.js +1 -0
  120. package/apps/web/out/_next/static/chunks/app/_not-found/page-e0d77774c4eb9aef.js +1 -0
  121. package/apps/web/out/_next/static/chunks/app/layout-e5023aba6634ce53.js +1 -0
  122. package/apps/web/out/_next/static/chunks/app/page-a545c902535ac2e3.js +1 -0
  123. package/apps/web/out/_next/static/chunks/app/settings/page-a68ed4ae2ccb8840.js +1 -0
  124. package/apps/web/out/_next/static/chunks/app/templates/page-e5f0cefb905e5b72.js +1 -0
  125. package/apps/web/out/_next/static/chunks/baeaa4ff-28d2e32e4dd119b9.js +1 -0
  126. package/apps/web/out/_next/static/chunks/eb0351e1-329719bc902eaf71.js +1 -0
  127. package/apps/web/out/_next/static/chunks/framework-3664cab31236a9fa.js +1 -0
  128. package/apps/web/out/_next/static/chunks/main-app-d515c42ecb17b8e8.js +1 -0
  129. package/apps/web/out/_next/static/chunks/main-ff24788874d4ec1b.js +1 -0
  130. package/apps/web/out/_next/static/chunks/pages/_app-10a93ab5b7c32eb3.js +1 -0
  131. package/apps/web/out/_next/static/chunks/pages/_error-2d792b2a41857be4.js +1 -0
  132. package/apps/web/out/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  133. package/apps/web/out/_next/static/chunks/webpack-ae7ee8fe97fdceba.js +1 -0
  134. package/apps/web/out/_next/static/css/0a42edcfc2beb916.css +3 -0
  135. package/apps/web/out/_next/static/css/a275cc2b185e04f8.css +1 -0
  136. package/apps/web/out/_next/static/media/011e180705008d6f-s.woff2 +0 -0
  137. package/apps/web/out/_next/static/media/20535187d867b7b9-s.woff2 +0 -0
  138. package/apps/web/out/_next/static/media/26d4368bf94c0ec4-s.p.woff2 +0 -0
  139. package/apps/web/out/_next/static/media/2801417b65625cf5-s.woff2 +0 -0
  140. package/apps/web/out/_next/static/media/28793f5c5e3d822d-s.woff2 +0 -0
  141. package/apps/web/out/_next/static/media/5356a6a4f2c8c8d8-s.woff2 +0 -0
  142. package/apps/web/out/_next/static/media/58f386aa6b1a2a92-s.woff2 +0 -0
  143. package/apps/web/out/_next/static/media/73cb51aac9c97f90-s.woff2 +0 -0
  144. package/apps/web/out/_next/static/media/7b19b489dc6743ba-s.woff2 +0 -0
  145. package/apps/web/out/_next/static/media/7ba5fb2a8c88521c-s.woff2 +0 -0
  146. package/apps/web/out/_next/static/media/92eeb95d069020cc-s.woff2 +0 -0
  147. package/apps/web/out/_next/static/media/98e207f02528a563-s.p.woff2 +0 -0
  148. package/apps/web/out/_next/static/media/99dcf268bda04fe5-s.woff2 +0 -0
  149. package/apps/web/out/_next/static/media/b3bf17a9041d9433-s.woff2 +0 -0
  150. package/apps/web/out/_next/static/media/c9c3823090ec8b55-s.woff2 +0 -0
  151. package/apps/web/out/_next/static/media/d26bbd13d6b70f89-s.woff2 +0 -0
  152. package/apps/web/out/_next/static/media/d29838c109ef09b4-s.woff2 +0 -0
  153. package/apps/web/out/_next/static/media/d3ebbfd689654d3a-s.p.woff2 +0 -0
  154. package/apps/web/out/_next/static/media/db96af6b531dc71f-s.p.woff2 +0 -0
  155. package/apps/web/out/_next/static/media/e40af3453d7c920a-s.woff2 +0 -0
  156. package/apps/web/out/_next/static/media/ef4d5661765d0e49-s.woff2 +0 -0
  157. package/apps/web/out/index.html +1 -0
  158. package/apps/web/out/index.txt +6 -0
  159. package/apps/web/out/settings.html +1 -0
  160. package/apps/web/out/settings.txt +6 -0
  161. package/apps/web/out/templates.html +1 -0
  162. package/apps/web/out/templates.txt +6 -0
  163. package/bin/symbion.mjs +41 -0
  164. package/node_modules/@symbion/core/dist/adapters/claude.d.ts +3 -0
  165. package/node_modules/@symbion/core/dist/adapters/claude.d.ts.map +1 -0
  166. package/node_modules/@symbion/core/dist/adapters/claude.js +43 -0
  167. package/node_modules/@symbion/core/dist/adapters/claude.js.map +1 -0
  168. package/node_modules/@symbion/core/dist/adapters/codex.d.ts +3 -0
  169. package/node_modules/@symbion/core/dist/adapters/codex.d.ts.map +1 -0
  170. package/node_modules/@symbion/core/dist/adapters/codex.js +58 -0
  171. package/node_modules/@symbion/core/dist/adapters/codex.js.map +1 -0
  172. package/node_modules/@symbion/core/dist/adapters/registry.d.ts +5 -0
  173. package/node_modules/@symbion/core/dist/adapters/registry.d.ts.map +1 -0
  174. package/node_modules/@symbion/core/dist/adapters/registry.js +14 -0
  175. package/node_modules/@symbion/core/dist/adapters/registry.js.map +1 -0
  176. package/node_modules/@symbion/core/dist/adapters/types.d.ts +34 -0
  177. package/node_modules/@symbion/core/dist/adapters/types.d.ts.map +1 -0
  178. package/node_modules/@symbion/core/dist/adapters/types.js +2 -0
  179. package/node_modules/@symbion/core/dist/adapters/types.js.map +1 -0
  180. package/node_modules/@symbion/core/dist/diff/conflict.d.ts +19 -0
  181. package/node_modules/@symbion/core/dist/diff/conflict.d.ts.map +1 -0
  182. package/node_modules/@symbion/core/dist/diff/conflict.js +20 -0
  183. package/node_modules/@symbion/core/dist/diff/conflict.js.map +1 -0
  184. package/node_modules/@symbion/core/dist/diff/diff.d.ts +44 -0
  185. package/node_modules/@symbion/core/dist/diff/diff.d.ts.map +1 -0
  186. package/node_modules/@symbion/core/dist/diff/diff.js +124 -0
  187. package/node_modules/@symbion/core/dist/diff/diff.js.map +1 -0
  188. package/node_modules/@symbion/core/dist/generate/bodyPrompt.d.ts +27 -0
  189. package/node_modules/@symbion/core/dist/generate/bodyPrompt.d.ts.map +1 -0
  190. package/node_modules/@symbion/core/dist/generate/bodyPrompt.js +55 -0
  191. package/node_modules/@symbion/core/dist/generate/bodyPrompt.js.map +1 -0
  192. package/node_modules/@symbion/core/dist/generate/description.d.ts +18 -0
  193. package/node_modules/@symbion/core/dist/generate/description.d.ts.map +1 -0
  194. package/node_modules/@symbion/core/dist/generate/description.js +164 -0
  195. package/node_modules/@symbion/core/dist/generate/description.js.map +1 -0
  196. package/node_modules/@symbion/core/dist/index.d.ts +23 -0
  197. package/node_modules/@symbion/core/dist/index.d.ts.map +1 -0
  198. package/node_modules/@symbion/core/dist/index.js +24 -0
  199. package/node_modules/@symbion/core/dist/index.js.map +1 -0
  200. package/node_modules/@symbion/core/dist/ir/refs.d.ts +11 -0
  201. package/node_modules/@symbion/core/dist/ir/refs.d.ts.map +1 -0
  202. package/node_modules/@symbion/core/dist/ir/refs.js +25 -0
  203. package/node_modules/@symbion/core/dist/ir/refs.js.map +1 -0
  204. package/node_modules/@symbion/core/dist/ir/types.d.ts +107 -0
  205. package/node_modules/@symbion/core/dist/ir/types.d.ts.map +1 -0
  206. package/node_modules/@symbion/core/dist/ir/types.js +19 -0
  207. package/node_modules/@symbion/core/dist/ir/types.js.map +1 -0
  208. package/node_modules/@symbion/core/dist/ir/validate.d.ts +13 -0
  209. package/node_modules/@symbion/core/dist/ir/validate.d.ts.map +1 -0
  210. package/node_modules/@symbion/core/dist/ir/validate.js +114 -0
  211. package/node_modules/@symbion/core/dist/ir/validate.js.map +1 -0
  212. package/node_modules/@symbion/core/dist/parse/scan.d.ts +47 -0
  213. package/node_modules/@symbion/core/dist/parse/scan.d.ts.map +1 -0
  214. package/node_modules/@symbion/core/dist/parse/scan.js +109 -0
  215. package/node_modules/@symbion/core/dist/parse/scan.js.map +1 -0
  216. package/node_modules/@symbion/core/dist/render/frontmatter.d.ts +29 -0
  217. package/node_modules/@symbion/core/dist/render/frontmatter.d.ts.map +1 -0
  218. package/node_modules/@symbion/core/dist/render/frontmatter.js +99 -0
  219. package/node_modules/@symbion/core/dist/render/frontmatter.js.map +1 -0
  220. package/node_modules/@symbion/core/dist/render/marker.d.ts +30 -0
  221. package/node_modules/@symbion/core/dist/render/marker.d.ts.map +1 -0
  222. package/node_modules/@symbion/core/dist/render/marker.js +48 -0
  223. package/node_modules/@symbion/core/dist/render/marker.js.map +1 -0
  224. package/node_modules/@symbion/core/dist/render/render.d.ts +12 -0
  225. package/node_modules/@symbion/core/dist/render/render.d.ts.map +1 -0
  226. package/node_modules/@symbion/core/dist/render/render.js +10 -0
  227. package/node_modules/@symbion/core/dist/render/render.js.map +1 -0
  228. package/node_modules/@symbion/core/dist/runcommand/render.d.ts +13 -0
  229. package/node_modules/@symbion/core/dist/runcommand/render.d.ts.map +1 -0
  230. package/node_modules/@symbion/core/dist/runcommand/render.js +19 -0
  231. package/node_modules/@symbion/core/dist/runcommand/render.js.map +1 -0
  232. package/node_modules/@symbion/core/dist/templates/authorSource.d.ts +55 -0
  233. package/node_modules/@symbion/core/dist/templates/authorSource.d.ts.map +1 -0
  234. package/node_modules/@symbion/core/dist/templates/authorSource.js +24 -0
  235. package/node_modules/@symbion/core/dist/templates/authorSource.js.map +1 -0
  236. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.d.ts +28 -0
  237. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.d.ts.map +1 -0
  238. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.js +54 -0
  239. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.js.map +1 -0
  240. package/node_modules/@symbion/core/dist/templates/parseTemplate.d.ts +42 -0
  241. package/node_modules/@symbion/core/dist/templates/parseTemplate.d.ts.map +1 -0
  242. package/node_modules/@symbion/core/dist/templates/parseTemplate.js +56 -0
  243. package/node_modules/@symbion/core/dist/templates/parseTemplate.js.map +1 -0
  244. package/node_modules/@symbion/core/dist/templates/templateListItem.d.ts +39 -0
  245. package/node_modules/@symbion/core/dist/templates/templateListItem.d.ts.map +1 -0
  246. package/node_modules/@symbion/core/dist/templates/templateListItem.js +2 -0
  247. package/node_modules/@symbion/core/dist/templates/templateListItem.js.map +1 -0
  248. package/node_modules/@symbion/core/dist/util/sha256.d.ts +9 -0
  249. package/node_modules/@symbion/core/dist/util/sha256.d.ts.map +1 -0
  250. package/node_modules/@symbion/core/dist/util/sha256.js +91 -0
  251. package/node_modules/@symbion/core/dist/util/sha256.js.map +1 -0
  252. package/node_modules/@symbion/core/dist/version/semver.d.ts +18 -0
  253. package/node_modules/@symbion/core/dist/version/semver.d.ts.map +1 -0
  254. package/node_modules/@symbion/core/dist/version/semver.js +53 -0
  255. package/node_modules/@symbion/core/dist/version/semver.js.map +1 -0
  256. package/node_modules/@symbion/core/package.json +14 -0
  257. package/node_modules/@symbion/rpc-types/dist/index.d.ts +444 -0
  258. package/node_modules/@symbion/rpc-types/dist/index.d.ts.map +1 -0
  259. package/node_modules/@symbion/rpc-types/dist/index.js +2 -0
  260. package/node_modules/@symbion/rpc-types/dist/index.js.map +1 -0
  261. package/node_modules/@symbion/rpc-types/package.json +11 -0
  262. package/node_modules/yaml/dist/cli.d.ts +8 -0
  263. package/node_modules/yaml/dist/cli.mjs +201 -0
  264. package/node_modules/yaml/dist/compose/compose-collection.d.ts +11 -0
  265. package/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  266. package/node_modules/yaml/dist/compose/compose-doc.d.ts +7 -0
  267. package/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  268. package/node_modules/yaml/dist/compose/compose-node.d.ts +29 -0
  269. package/node_modules/yaml/dist/compose/compose-node.js +112 -0
  270. package/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
  271. package/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  272. package/node_modules/yaml/dist/compose/composer.d.ts +63 -0
  273. package/node_modules/yaml/dist/compose/composer.js +224 -0
  274. package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +6 -0
  275. package/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  276. package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +11 -0
  277. package/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  278. package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +6 -0
  279. package/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  280. package/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
  281. package/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  282. package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -0
  283. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  284. package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
  285. package/node_modules/yaml/dist/compose/resolve-flow-scalar.js +227 -0
  286. package/node_modules/yaml/dist/compose/resolve-props.d.ts +23 -0
  287. package/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  288. package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
  289. package/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  290. package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
  291. package/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  292. package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
  293. package/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  294. package/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
  295. package/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  296. package/node_modules/yaml/dist/doc/Document.d.ts +141 -0
  297. package/node_modules/yaml/dist/doc/Document.js +337 -0
  298. package/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
  299. package/node_modules/yaml/dist/doc/anchors.js +76 -0
  300. package/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
  301. package/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  302. package/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
  303. package/node_modules/yaml/dist/doc/createNode.js +90 -0
  304. package/node_modules/yaml/dist/doc/directives.d.ts +49 -0
  305. package/node_modules/yaml/dist/doc/directives.js +178 -0
  306. package/node_modules/yaml/dist/errors.d.ts +21 -0
  307. package/node_modules/yaml/dist/errors.js +62 -0
  308. package/node_modules/yaml/dist/index.d.ts +25 -0
  309. package/node_modules/yaml/dist/index.js +50 -0
  310. package/node_modules/yaml/dist/log.d.ts +3 -0
  311. package/node_modules/yaml/dist/log.js +19 -0
  312. package/node_modules/yaml/dist/nodes/Alias.d.ts +29 -0
  313. package/node_modules/yaml/dist/nodes/Alias.js +118 -0
  314. package/node_modules/yaml/dist/nodes/Collection.d.ts +73 -0
  315. package/node_modules/yaml/dist/nodes/Collection.js +151 -0
  316. package/node_modules/yaml/dist/nodes/Node.d.ts +53 -0
  317. package/node_modules/yaml/dist/nodes/Node.js +40 -0
  318. package/node_modules/yaml/dist/nodes/Pair.d.ts +22 -0
  319. package/node_modules/yaml/dist/nodes/Pair.js +39 -0
  320. package/node_modules/yaml/dist/nodes/Scalar.d.ts +47 -0
  321. package/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  322. package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +53 -0
  323. package/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  324. package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +60 -0
  325. package/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  326. package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +4 -0
  327. package/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  328. package/node_modules/yaml/dist/nodes/identity.d.ts +23 -0
  329. package/node_modules/yaml/dist/nodes/identity.js +53 -0
  330. package/node_modules/yaml/dist/nodes/toJS.d.ts +29 -0
  331. package/node_modules/yaml/dist/nodes/toJS.js +39 -0
  332. package/node_modules/yaml/dist/options.d.ts +350 -0
  333. package/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
  334. package/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  335. package/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
  336. package/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  337. package/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
  338. package/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  339. package/node_modules/yaml/dist/parse/cst.d.ts +109 -0
  340. package/node_modules/yaml/dist/parse/cst.js +112 -0
  341. package/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
  342. package/node_modules/yaml/dist/parse/lexer.js +723 -0
  343. package/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
  344. package/node_modules/yaml/dist/parse/line-counter.js +41 -0
  345. package/node_modules/yaml/dist/parse/parser.d.ts +84 -0
  346. package/node_modules/yaml/dist/parse/parser.js +980 -0
  347. package/node_modules/yaml/dist/public-api.d.ts +44 -0
  348. package/node_modules/yaml/dist/public-api.js +107 -0
  349. package/node_modules/yaml/dist/schema/Schema.d.ts +17 -0
  350. package/node_modules/yaml/dist/schema/Schema.js +39 -0
  351. package/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
  352. package/node_modules/yaml/dist/schema/common/map.js +19 -0
  353. package/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
  354. package/node_modules/yaml/dist/schema/common/null.js +17 -0
  355. package/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
  356. package/node_modules/yaml/dist/schema/common/seq.js +19 -0
  357. package/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
  358. package/node_modules/yaml/dist/schema/common/string.js +16 -0
  359. package/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
  360. package/node_modules/yaml/dist/schema/core/bool.js +21 -0
  361. package/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
  362. package/node_modules/yaml/dist/schema/core/float.js +47 -0
  363. package/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
  364. package/node_modules/yaml/dist/schema/core/int.js +42 -0
  365. package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
  366. package/node_modules/yaml/dist/schema/core/schema.js +25 -0
  367. package/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
  368. package/node_modules/yaml/dist/schema/json/schema.js +64 -0
  369. package/node_modules/yaml/dist/schema/json-schema.d.ts +69 -0
  370. package/node_modules/yaml/dist/schema/tags.d.ts +48 -0
  371. package/node_modules/yaml/dist/schema/tags.js +99 -0
  372. package/node_modules/yaml/dist/schema/types.d.ts +92 -0
  373. package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
  374. package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  375. package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
  376. package/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  377. package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
  378. package/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  379. package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
  380. package/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  381. package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +9 -0
  382. package/node_modules/yaml/dist/schema/yaml-1.1/merge.js +71 -0
  383. package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +22 -0
  384. package/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  385. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
  386. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  387. package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
  388. package/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  389. package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +28 -0
  390. package/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  391. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
  392. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  393. package/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
  394. package/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  395. package/node_modules/yaml/dist/stringify/stringify.d.ts +21 -0
  396. package/node_modules/yaml/dist/stringify/stringify.js +132 -0
  397. package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
  398. package/node_modules/yaml/dist/stringify/stringifyCollection.js +155 -0
  399. package/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
  400. package/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  401. package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +4 -0
  402. package/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  403. package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
  404. package/node_modules/yaml/dist/stringify/stringifyNumber.js +27 -0
  405. package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
  406. package/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  407. package/node_modules/yaml/dist/stringify/stringifyString.d.ts +9 -0
  408. package/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  409. package/node_modules/yaml/dist/test-events.d.ts +4 -0
  410. package/node_modules/yaml/dist/test-events.js +134 -0
  411. package/node_modules/yaml/dist/util.d.ts +16 -0
  412. package/node_modules/yaml/dist/util.js +28 -0
  413. package/node_modules/yaml/dist/visit.d.ts +102 -0
  414. package/node_modules/yaml/dist/visit.js +236 -0
  415. package/node_modules/yaml/package.json +20 -0
  416. package/node_modules/yaml/util.js +2 -0
  417. package/package.json +39 -0
@@ -0,0 +1,444 @@
1
+ /**
2
+ * @symbion/rpc-types — the single source of truth for the localhost RPC
3
+ * request/response shapes shared between apps/daemon (server) and apps/web
4
+ * (client). Type-only, no runtime code, no Node/browser dependency beyond
5
+ * the pure @symbion/core IR types it re-exports for convenience.
6
+ *
7
+ * apps/daemon/src/rpc/contract.ts re-exports everything from here (it IS
8
+ * this package's content from the daemon's perspective). apps/web imports
9
+ * directly from "@symbion/rpc-types". Neither side hand-mirrors the other.
10
+ */
11
+ import type { CanonicalArtifact, DiffFile, ProjectSettings, ProjectStore, PublishResult, RenderedFile, TargetId, TemplateListItem } from "@symbion/core";
12
+ export interface PingParams {
13
+ }
14
+ export interface PingResult {
15
+ ok: true;
16
+ version: string;
17
+ port: number;
18
+ }
19
+ export interface BrowseFolderParams {
20
+ startPath?: string;
21
+ }
22
+ export type BrowseFolderResult = {
23
+ path: string;
24
+ } | {
25
+ cancelled: true;
26
+ };
27
+ export interface ValidatePathParams {
28
+ path: string;
29
+ }
30
+ export interface ValidatePathResult {
31
+ exists: boolean;
32
+ isDir: boolean;
33
+ isGitRepo: boolean;
34
+ hasClaudeDir: boolean;
35
+ hasAgentsMd: boolean;
36
+ writable: boolean;
37
+ /**
38
+ * Present ONLY when validation short-circuited before a normal exists/isDir
39
+ * check could mean anything useful — e.g. a UNC path, which is structurally
40
+ * unsupported regardless of whether anything happens to exist at that string.
41
+ * Absent (undefined) for every other result, including "well-formed but
42
+ * does not exist yet" (that case is `exists: false` with NO reason — the
43
+ * web layer's existing ternary already handles it as today's 5b state).
44
+ * Extensible: a future unsupported-shape (e.g. a path exceeding Windows'
45
+ * MAX_PATH, EC-3.5, explicitly deferred this loop) would add a new literal
46
+ * to this union rather than a new boolean field.
47
+ */
48
+ reason?: "unc-unsupported";
49
+ }
50
+ export interface ListDirParams {
51
+ /** absolute path to list; if omitted, daemon defaults to os.homedir(). */
52
+ path?: string;
53
+ }
54
+ export interface ListDirEntry {
55
+ name: string;
56
+ /** absolute path of this entry — what the UI sends back as the next listDir/createProject path. */
57
+ path: string;
58
+ /** true only for entries the daemon classifies as navigable (real dir or dir-like symlink target). */
59
+ isDir: boolean;
60
+ /** true if this entry is a symlink (dir or not) — UI may show a distinct icon; still navigable if isDir. */
61
+ isSymlink: boolean;
62
+ /** true if a permission/stat error means we know nothing more than the readdir name (not navigable). */
63
+ unreadable: boolean;
64
+ }
65
+ export interface ListDirResult {
66
+ /** resolved absolute path that was actually listed (after symlink/realpath resolution of `path` itself). */
67
+ path: string;
68
+ /** absolute path of the parent dir, or undefined if `path` is filesystem root ("/"). Lets UI render "Up". */
69
+ parentPath?: string;
70
+ /** subdirectories only (files are never returned — this RPC is a directory PICKER, not a file browser). */
71
+ entries: ListDirEntry[];
72
+ /** true if `path` itself could be stat'd but readdir failed (e.g. permission denied) — entries is []. */
73
+ denied: boolean;
74
+ }
75
+ export interface MakeDirParams {
76
+ path: string;
77
+ }
78
+ export interface MakeDirResult {
79
+ path: string;
80
+ /** false if it already existed as a dir (idempotent no-op), true if newly created. */
81
+ created: boolean;
82
+ }
83
+ export interface ListProjectsParams {
84
+ }
85
+ export interface ListProjectsResult {
86
+ projects: Array<{
87
+ id: string;
88
+ name: string;
89
+ path: string;
90
+ }>;
91
+ }
92
+ export interface CreateProjectParams {
93
+ name: string;
94
+ path: string;
95
+ }
96
+ export interface CreateProjectResult {
97
+ project: ProjectStore;
98
+ }
99
+ export interface LoadProjectParams {
100
+ id: string;
101
+ }
102
+ export interface LoadProjectResult {
103
+ project: ProjectStore;
104
+ }
105
+ export interface SaveArtifactParams {
106
+ projectId: string;
107
+ artifact: CanonicalArtifact;
108
+ }
109
+ export interface SaveArtifactResult {
110
+ project: ProjectStore;
111
+ }
112
+ export interface DeleteArtifactParams {
113
+ projectId: string;
114
+ artifactId: string;
115
+ }
116
+ export interface DeleteArtifactResult {
117
+ project: ProjectStore;
118
+ }
119
+ export interface UpdateSettingsParams {
120
+ projectId?: string;
121
+ settings?: ProjectSettings;
122
+ globalConfig?: Record<string, unknown>;
123
+ }
124
+ export interface UpdateSettingsResult {
125
+ project?: ProjectStore;
126
+ }
127
+ export interface ScanClaudeDirParams {
128
+ path: string;
129
+ }
130
+ export interface ScanClaudeDirResult {
131
+ parsed: {
132
+ agents: CanonicalArtifact[];
133
+ commands: CanonicalArtifact[];
134
+ hooks: Array<{
135
+ relPath: string;
136
+ content: string;
137
+ }>;
138
+ settings?: {
139
+ relPath: string;
140
+ content: string;
141
+ };
142
+ skipped: Array<{
143
+ relPath: string;
144
+ reason: string;
145
+ }>;
146
+ };
147
+ }
148
+ export interface ImportArtifactsParams {
149
+ projectId: string;
150
+ selectedIds: string[];
151
+ scanned: CanonicalArtifact[];
152
+ }
153
+ export interface ImportArtifactsResult {
154
+ project: ProjectStore;
155
+ }
156
+ /**
157
+ * applyTemplate — stages ONE bundled template (from apps/web's static
158
+ * template gallery) into a project's store as a new draft artifact, with
159
+ * server-side auto-suffix collision resolution (never blocks, never
160
+ * silently overwrites — docs/loops/templates-marketplace-STATE.md THINK #4).
161
+ * Deliberately separate from `importArtifacts` (see PLAN §0(b)): that RPC's
162
+ * contract is shaped for "N pre-scanned artifacts the user already reviewed
163
+ * and picked," and its `validateAllArtifacts` duplicate-name check BLOCKS
164
+ * rather than auto-suffixes — overloading it would change behavior for its
165
+ * existing caller (ImportDialog/CreateProjectDialog's import-from-disk flow).
166
+ *
167
+ * Writes ONLY `.symbion/store.json` for the target project — never the real
168
+ * repo's `.claude/`/`AGENTS.md` files. The existing publish/diff/confirm/
169
+ * backup pipeline (render -> computeDiff -> write) is untouched and remains
170
+ * the only path that ever writes to disk for a template-derived artifact.
171
+ */
172
+ export interface ApplyTemplateParams {
173
+ projectId: string;
174
+ /** the parsed template content — sent from web, NOT re-fetched server-side
175
+ * (templates live in the web bundle, not on the daemon's filesystem). The
176
+ * daemon re-validates shape (kind/name/description non-empty) as
177
+ * defense-in-depth, same "never trust the client" posture as every other
178
+ * mutating RPC, but trusts the content bytes (no remote/foreign-input
179
+ * trust boundary — this is the web app's own bundled, build-time,
180
+ * reviewed content, not arbitrary external input). */
181
+ template: {
182
+ sourceTemplateId: string;
183
+ /** Skills never reach this RPC (Apply disabled client-side) — typed as
184
+ * the 2-valued union so a "skill" value is a compile error at the call
185
+ * site, with a runtime guard server-side as a second line of defense. */
186
+ kind: "agent" | "command";
187
+ name: string;
188
+ description: string;
189
+ tools?: string[];
190
+ body: string;
191
+ /**
192
+ * templates-authors PLAN §P6: the item's author id (looked up against
193
+ * AUTHOR_REGISTRY server-side to determine isThirdParty — the daemon
194
+ * does NOT trust a client-asserted boolean about WHETHER the license
195
+ * gate applies, only the client's assertion that it was acknowledged
196
+ * once shown). Absent/undefined is treated as "symbion" (old-client
197
+ * compat — zero behavior change for Symbion-authored items, PLAN §P6).
198
+ */
199
+ authorId?: string;
200
+ /**
201
+ * templates-authors PLAN §P6: required truthy for any non-"symbion"
202
+ * (third-party / GitHub-backed) author — server-side defense-in-depth
203
+ * mirror of the client-side license/attribution acknowledgment gate in
204
+ * TemplatePreviewModal's "license" step. Ignored (no guard triggered)
205
+ * for Symbion-authored items.
206
+ */
207
+ acknowledgedThirdParty?: boolean;
208
+ };
209
+ }
210
+ export interface ApplyTemplateResult {
211
+ /** the full merged store, same convention as importArtifacts/saveArtifact. */
212
+ project: ProjectStore;
213
+ /** the newly applied artifact's id, so the UI can highlight/locate it. */
214
+ appliedArtifactId: string;
215
+ /** name actually used after auto-suffix (== template.name if no collision). */
216
+ finalName: string;
217
+ /** finalName !== template.name */
218
+ wasRenamed: boolean;
219
+ }
220
+ /**
221
+ * fetchAuthorTemplates — templates-authors v2 extension (PLAN §P2). Given a
222
+ * GitHub-backed author id (looked up in AUTHOR_REGISTRY server-side, never a
223
+ * client-suppliable owner/repo), fetches that author's repo content LIVE via
224
+ * GitHub's tree API (1 api.github.com call, counts against the 60/hr
225
+ * unauthenticated budget) + per-file raw.githubusercontent.com fetches
226
+ * (confirmed NOT rate-limited the same way, PLAN §P3). Read-only — makes
227
+ * outbound network calls but never writes to disk (added to the daemon's
228
+ * READ_ONLY_METHODS set alongside listModels/checkProviderStatus).
229
+ *
230
+ * Fetched content is held only in daemon/web process memory for the
231
+ * session — never written into Symbion's own source tree (AC7), never
232
+ * cached server-side (in-session caching is a client-side-only concern,
233
+ * THINK #3 / PLAN §P4 — this RPC always performs a real fetch when called).
234
+ */
235
+ export interface FetchAuthorTemplatesParams {
236
+ /** looked up in AUTHOR_REGISTRY server-side, not trusted as a free-form
237
+ * repo descriptor — a hand-crafted request sending extra owner/repo
238
+ * fields is ignored (PLAN §P8 SSRF finding #1(a)). */
239
+ authorId: string;
240
+ }
241
+ export type FetchAuthorTemplatesOutcome = {
242
+ status: "success";
243
+ items: TemplateListItem[];
244
+ skipped: Array<{
245
+ relPath: string;
246
+ reason: string;
247
+ }>;
248
+ } | {
249
+ status: "error";
250
+ kind: "network" | "rate-limit" | "not-found";
251
+ message: string;
252
+ /** epoch ms — present iff kind === "rate-limit" and GitHub's
253
+ * X-RateLimit-Reset header was present (converted from seconds). */
254
+ resetAt?: number;
255
+ };
256
+ export interface FetchAuthorTemplatesResult {
257
+ outcome: FetchAuthorTemplatesOutcome;
258
+ }
259
+ export interface RenderParams {
260
+ projectId: string;
261
+ targets: TargetId[];
262
+ version: string;
263
+ }
264
+ export interface RenderResult {
265
+ files: RenderedFile[];
266
+ }
267
+ export interface ComputeDiffParams {
268
+ projectId: string;
269
+ targets: TargetId[];
270
+ version: string;
271
+ }
272
+ export interface ComputeDiffResult {
273
+ files: DiffFile[];
274
+ conflicts: number;
275
+ }
276
+ export interface WriteFileSelection {
277
+ relPath: string;
278
+ resolution?: "overwrite" | "keep";
279
+ }
280
+ export interface WriteParams {
281
+ projectId: string;
282
+ version: string;
283
+ targets: TargetId[];
284
+ files: WriteFileSelection[];
285
+ }
286
+ export interface WriteResult {
287
+ results: PublishResult[];
288
+ backupDir: string;
289
+ logEntryWritten: true;
290
+ }
291
+ export interface GitStatusParams {
292
+ path: string;
293
+ }
294
+ export interface GitStatusResult {
295
+ isRepo: boolean;
296
+ clean: boolean;
297
+ changedFiles: string[];
298
+ }
299
+ export interface RenderRunCommandParams {
300
+ command: string;
301
+ requirements?: string;
302
+ model?: string;
303
+ option?: string;
304
+ }
305
+ export interface RenderRunCommandResult {
306
+ prompt: string;
307
+ }
308
+ /** A model choice for a given LLM provider. For the 3 cloud providers (openai/anthropic/
309
+ * gemini), this is still one of a fixed, hardcoded list (no dynamic fetch, STATE §10.7 Risk
310
+ * R1, unchanged). For Ollama, this is now dynamically discovered from the local Ollama's
311
+ * `GET /api/tags` (docs/loops/ollama-dynamic-models-STATE.md §6.2/§6.3) — source of truth is
312
+ * apps/daemon (see apps/daemon/src/llm/*Provider.ts); apps/web fetches this list via the
313
+ * `listModels` RPC instead of hand-duplicating it. */
314
+ export interface LlmModelOption {
315
+ id: string;
316
+ label: string;
317
+ /** Optional — dynamically-discovered Ollama models with no confidently-parseable
318
+ * parameter-count hint in their tag name have no tier (STATE §6.3). The 3 cloud
319
+ * providers' static entries always set this. */
320
+ tier?: "fast" | "balanced" | "best";
321
+ }
322
+ /** The 4-id provider union, widened from "ollama" | "remote" per
323
+ * docs/loops/multi-provider-settings-STATE.md §3.1/§3.2. "remote" is removed —
324
+ * folded into "anthropic" (rename, not a 5th id). */
325
+ export type ProviderId = "ollama" | "openai" | "anthropic" | "gemini";
326
+ /** Mirrors apps/daemon/src/llm/types.ts's LlmErrorCode — re-exported here so
327
+ * apps/web can use the "not-configured" value for messaging without a
328
+ * separate hand-duplicated string union. */
329
+ export type LlmErrorCode = "timeout" | "network" | "auth" | "rate-limit" | "invalid-response" | "provider-not-running" | "not-configured" | "unknown";
330
+ export interface ListModelsParams {
331
+ providerId: ProviderId;
332
+ }
333
+ /** Distinguishes "Ollama reachable but zero models pulled" (the exact bug reported in
334
+ * docs/loops/ollama-dynamic-models-STATE.md §0) from "fetch itself failed" (malformed
335
+ * JSON / non-2xx from /api/tags) — both resolve the RPC call (neither is surfaced as a
336
+ * thrown RpcError), because both are well-formed, expected outcomes for a
337
+ * reachable-but-empty-or-misbehaving Ollama, not daemon bugs. Cloud providers always
338
+ * return "ok" (their listModels() never fails). */
339
+ export type ListModelsOutcome = "ok" | "empty" | "fetch-failed";
340
+ export interface ListModelsResult {
341
+ models: LlmModelOption[];
342
+ outcome: ListModelsOutcome;
343
+ /** present iff outcome === "fetch-failed" — human-readable detail from the daemon
344
+ * (e.g. "Ollama trả về lỗi HTTP 500..."), for a non-generic error message. */
345
+ errorMessage?: string;
346
+ }
347
+ export interface GenerateBodyParams {
348
+ kind: "agent" | "command";
349
+ name: string;
350
+ description: string;
351
+ existingBody: string;
352
+ /** which of the fixed model ids the user picked this click; required, no server default guess. */
353
+ modelId: string;
354
+ /** the caller (apps/web) is responsible for passing the currently-active provider id
355
+ * (read from `listProviders`'s result) — the daemon never silently substitutes it. */
356
+ providerId: ProviderId;
357
+ }
358
+ export interface GenerateBodyResult {
359
+ body: string;
360
+ }
361
+ /** Daemon-detected host environment, for selecting OS-specific install commands (EC-3). */
362
+ export interface HostEnvironment {
363
+ kind: "wsl" | "linux" | "macos" | "windows" | "unknown";
364
+ /** short human label shown verbatim in the panel's "phát hiện: …" line. */
365
+ label: string;
366
+ }
367
+ export interface InstallInstructions {
368
+ env: HostEnvironment;
369
+ /** true only when detection is confident enough to show ONE command block. */
370
+ confident: boolean;
371
+ /** one entry per OS variant to show. Length 1 when confident===true; length 4 (all
372
+ * known variants, labeled) when confident===false. */
373
+ variants: Array<{
374
+ label: string;
375
+ command: string;
376
+ }>;
377
+ }
378
+ export interface CheckProviderStatusParams {
379
+ /** widened from the literal "ollama" to the 4-id union per
380
+ * docs/loops/multi-provider-settings-STATE.md §3.2. */
381
+ providerId: ProviderId;
382
+ }
383
+ export interface CheckProviderStatusResult {
384
+ reachable: boolean;
385
+ /** present iff providerId==="ollama"; informational only, not for branching logic in the UI. */
386
+ checkedBaseUrl?: string;
387
+ /** present iff reachable===false; mirrors the daemon's LlmErrorCode taxonomy, plus the
388
+ * new "not-configured" value for "active provider has no key/never configured." */
389
+ errorCode?: LlmErrorCode;
390
+ /** present iff providerId==="ollama" — the guided-setup install instructions. */
391
+ install?: InstallInstructions;
392
+ /** "local" (ollama) vs "api-key" (openai/anthropic/gemini) — lets the web panel render
393
+ * the right UI without a second RPC round-trip. */
394
+ kind: "local" | "api-key";
395
+ }
396
+ /** One entry per provider — what `listProviders` returns. Never carries a raw apiKey;
397
+ * `maskedKey` is always pre-masked by secrets.ts's `maskKey()` before crossing into JSON. */
398
+ export interface ProviderDescriptor {
399
+ id: ProviderId;
400
+ label: string;
401
+ kind: "local" | "api-key";
402
+ configured: boolean;
403
+ active: boolean;
404
+ maskedKey?: string;
405
+ model?: string;
406
+ }
407
+ export interface ListProvidersParams {
408
+ }
409
+ export interface ListProvidersResult {
410
+ providers: ProviderDescriptor[];
411
+ }
412
+ export interface SaveProviderKeyParams {
413
+ providerId: ProviderId;
414
+ apiKey: string;
415
+ model?: string;
416
+ }
417
+ export interface SaveProviderKeyResult {
418
+ providers: ProviderDescriptor[];
419
+ }
420
+ export interface ClearProviderKeyParams {
421
+ providerId: ProviderId;
422
+ }
423
+ export interface ClearProviderKeyResult {
424
+ providers: ProviderDescriptor[];
425
+ }
426
+ export interface SetActiveProviderParams {
427
+ providerId: ProviderId;
428
+ }
429
+ export interface SetActiveProviderResult {
430
+ providers: ProviderDescriptor[];
431
+ }
432
+ export type RpcMethod = "ping" | "browseFolder" | "validatePath" | "listDir" | "makeDir" | "listProjects" | "createProject" | "loadProject" | "saveArtifact" | "deleteArtifact" | "updateSettings" | "scanClaudeDir" | "importArtifacts" | "applyTemplate" | "fetchAuthorTemplates" | "render" | "computeDiff" | "write" | "gitStatus" | "renderRunCommand" | "listModels" | "generateBody" | "checkProviderStatus" | "listProviders" | "saveProviderKey" | "clearProviderKey" | "setActiveProvider";
433
+ export interface RpcRequest<M extends RpcMethod = RpcMethod, P = unknown> {
434
+ method: M;
435
+ params: P;
436
+ }
437
+ export interface RpcErrorBody {
438
+ error: {
439
+ code: string;
440
+ message: string;
441
+ };
442
+ }
443
+ export type { CanonicalArtifact, DiffFile, ProjectSettings, ProjectStore, PublishResult, RenderedFile, TargetId, TemplateListItem, };
444
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@symbion/rpc-types",
3
+ "version": "0.1.0",
4
+ "type": "module",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "exports": {
8
+ ".": "./dist/index.js"
9
+ },
10
+ "sideEffects": false
11
+ }
@@ -0,0 +1,8 @@
1
+ export declare const help = "yaml: A command-line YAML processor and inspector\n\nReads stdin and writes output to stdout and errors & warnings to stderr.\n\nUsage:\n yaml Process a YAML stream, outputting it as YAML\n yaml cst Parse the CST of a YAML stream\n yaml lex Parse the lexical tokens of a YAML stream\n yaml valid Validate a YAML stream, returning 0 on success\n\nOptions:\n --help, -h Show this message.\n --json, -j Output JSON.\n --indent 2 Output pretty-printed data, indented by the given number of spaces.\n --merge, -m Enable support for \"<<\" merge keys.\n\nAdditional options for bare \"yaml\" command:\n --doc, -d Output pretty-printed JS Document objects.\n --single, -1 Require the input to consist of a single YAML document.\n --strict, -s Stop on errors.\n --visit, -v Apply a visitor to each document (requires a path to import)\n --yaml 1.1 Set the YAML version. (default: 1.2)";
2
+ export declare class UserError extends Error {
3
+ static ARGS: number;
4
+ static SINGLE: number;
5
+ code: number;
6
+ constructor(code: number, message: string);
7
+ }
8
+ export declare function cli(stdin: NodeJS.ReadableStream, done: (error?: Error) => void, argv?: string[]): Promise<void>;