omegon 0.6.33 → 0.7.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 (591) hide show
  1. package/bin/omegon.mjs +74 -1
  2. package/extensions/00-secrets/index.ts +6 -0
  3. package/extensions/00-splash/index.ts +338 -0
  4. package/extensions/00-splash/logo.ts +194 -0
  5. package/extensions/bootstrap/index.ts +4 -2
  6. package/extensions/effort/index.ts +10 -0
  7. package/extensions/lib/splash-state.ts +25 -0
  8. package/extensions/mcp-bridge/index.ts +5 -0
  9. package/extensions/project-memory/index.ts +10 -0
  10. package/extensions/tool-profile/index.ts +7 -2
  11. package/node_modules/@smithy/core/package.json +2 -2
  12. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  13. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  14. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  15. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +44 -37
  16. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +38 -31
  17. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  18. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -1
  19. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  20. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  21. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  22. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  23. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  24. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  25. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  26. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  27. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  28. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  29. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  30. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  31. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  32. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  33. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  34. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  35. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  36. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  37. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  38. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  39. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  40. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  41. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  42. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  43. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  44. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  45. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  46. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  47. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  48. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  49. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  50. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  51. package/node_modules/@smithy/smithy-client/package.json +4 -4
  52. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  53. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  54. package/node_modules/@smithy/util-stream/package.json +2 -2
  55. package/node_modules/file-type/core.js +86 -9
  56. package/node_modules/file-type/index.js +17 -1
  57. package/node_modules/file-type/package.json +1 -1
  58. package/node_modules/file-type/readme.md +3 -0
  59. package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  60. package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
  61. package/node_modules/gaxios/package.json +13 -14
  62. package/node_modules/google-auth-library/package.json +2 -2
  63. package/package.json +5 -5
  64. package/node_modules/@isaacs/cliui/LICENSE.txt +0 -14
  65. package/node_modules/@isaacs/cliui/README.md +0 -143
  66. package/node_modules/@isaacs/cliui/build/index.cjs +0 -317
  67. package/node_modules/@isaacs/cliui/build/index.d.cts +0 -43
  68. package/node_modules/@isaacs/cliui/build/lib/index.js +0 -302
  69. package/node_modules/@isaacs/cliui/index.mjs +0 -14
  70. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +0 -236
  71. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +0 -223
  72. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/license +0 -9
  73. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +0 -54
  74. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/readme.md +0 -173
  75. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  76. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/README.md +0 -137
  77. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.d.ts +0 -5
  78. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +0 -6
  79. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +0 -5
  80. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +0 -6
  81. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.d.ts +0 -5
  82. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +0 -6
  83. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.d.ts +0 -5
  84. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +0 -6
  85. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.d.ts +0 -5
  86. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +0 -6
  87. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +0 -52
  88. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.d.ts +0 -5
  89. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +0 -6
  90. package/node_modules/@isaacs/cliui/node_modules/string-width/index.d.ts +0 -29
  91. package/node_modules/@isaacs/cliui/node_modules/string-width/index.js +0 -54
  92. package/node_modules/@isaacs/cliui/node_modules/string-width/license +0 -9
  93. package/node_modules/@isaacs/cliui/node_modules/string-width/package.json +0 -59
  94. package/node_modules/@isaacs/cliui/node_modules/string-width/readme.md +0 -67
  95. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.d.ts +0 -41
  96. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.js +0 -214
  97. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/license +0 -9
  98. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +0 -69
  99. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/readme.md +0 -91
  100. package/node_modules/@isaacs/cliui/package.json +0 -86
  101. package/node_modules/@pkgjs/parseargs/.editorconfig +0 -14
  102. package/node_modules/@pkgjs/parseargs/CHANGELOG.md +0 -147
  103. package/node_modules/@pkgjs/parseargs/LICENSE +0 -201
  104. package/node_modules/@pkgjs/parseargs/README.md +0 -413
  105. package/node_modules/@pkgjs/parseargs/examples/is-default-value.js +0 -25
  106. package/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +0 -35
  107. package/node_modules/@pkgjs/parseargs/examples/negate.js +0 -43
  108. package/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +0 -31
  109. package/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +0 -41
  110. package/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +0 -26
  111. package/node_modules/@pkgjs/parseargs/index.js +0 -396
  112. package/node_modules/@pkgjs/parseargs/internal/errors.js +0 -47
  113. package/node_modules/@pkgjs/parseargs/internal/primordials.js +0 -393
  114. package/node_modules/@pkgjs/parseargs/internal/util.js +0 -14
  115. package/node_modules/@pkgjs/parseargs/internal/validators.js +0 -89
  116. package/node_modules/@pkgjs/parseargs/package.json +0 -36
  117. package/node_modules/@pkgjs/parseargs/utils.js +0 -198
  118. package/node_modules/cross-spawn/LICENSE +0 -21
  119. package/node_modules/cross-spawn/README.md +0 -89
  120. package/node_modules/cross-spawn/index.js +0 -39
  121. package/node_modules/cross-spawn/lib/enoent.js +0 -59
  122. package/node_modules/cross-spawn/lib/parse.js +0 -91
  123. package/node_modules/cross-spawn/lib/util/escape.js +0 -47
  124. package/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
  125. package/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
  126. package/node_modules/cross-spawn/package.json +0 -73
  127. package/node_modules/eastasianwidth/README.md +0 -32
  128. package/node_modules/eastasianwidth/eastasianwidth.js +0 -311
  129. package/node_modules/eastasianwidth/package.json +0 -18
  130. package/node_modules/foreground-child/LICENSE +0 -15
  131. package/node_modules/foreground-child/README.md +0 -128
  132. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -2
  133. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
  134. package/node_modules/foreground-child/dist/commonjs/all-signals.js +0 -58
  135. package/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
  136. package/node_modules/foreground-child/dist/commonjs/index.d.ts +0 -58
  137. package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
  138. package/node_modules/foreground-child/dist/commonjs/index.js +0 -123
  139. package/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
  140. package/node_modules/foreground-child/dist/commonjs/package.json +0 -3
  141. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -6
  142. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
  143. package/node_modules/foreground-child/dist/commonjs/proxy-signals.js +0 -38
  144. package/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
  145. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -10
  146. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
  147. package/node_modules/foreground-child/dist/commonjs/watchdog.js +0 -50
  148. package/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
  149. package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -2
  150. package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
  151. package/node_modules/foreground-child/dist/esm/all-signals.js +0 -52
  152. package/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
  153. package/node_modules/foreground-child/dist/esm/index.d.ts +0 -58
  154. package/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
  155. package/node_modules/foreground-child/dist/esm/index.js +0 -115
  156. package/node_modules/foreground-child/dist/esm/index.js.map +0 -1
  157. package/node_modules/foreground-child/dist/esm/package.json +0 -3
  158. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -6
  159. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
  160. package/node_modules/foreground-child/dist/esm/proxy-signals.js +0 -34
  161. package/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
  162. package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -10
  163. package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
  164. package/node_modules/foreground-child/dist/esm/watchdog.js +0 -46
  165. package/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
  166. package/node_modules/foreground-child/node_modules/signal-exit/LICENSE.txt +0 -16
  167. package/node_modules/foreground-child/node_modules/signal-exit/README.md +0 -74
  168. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
  169. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
  170. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js +0 -10
  171. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
  172. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
  173. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
  174. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js +0 -279
  175. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
  176. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json +0 -3
  177. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
  178. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
  179. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js +0 -42
  180. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
  181. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
  182. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
  183. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js +0 -4
  184. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
  185. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
  186. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
  187. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js +0 -275
  188. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
  189. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json +0 -3
  190. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
  191. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
  192. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js +0 -39
  193. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
  194. package/node_modules/foreground-child/node_modules/signal-exit/package.json +0 -106
  195. package/node_modules/foreground-child/package.json +0 -106
  196. package/node_modules/isexe/.npmignore +0 -2
  197. package/node_modules/isexe/LICENSE +0 -15
  198. package/node_modules/isexe/README.md +0 -51
  199. package/node_modules/isexe/index.js +0 -57
  200. package/node_modules/isexe/mode.js +0 -41
  201. package/node_modules/isexe/package.json +0 -31
  202. package/node_modules/isexe/test/basic.js +0 -221
  203. package/node_modules/isexe/windows.js +0 -42
  204. package/node_modules/jackspeak/LICENSE.md +0 -55
  205. package/node_modules/jackspeak/README.md +0 -357
  206. package/node_modules/jackspeak/dist/commonjs/index.d.ts +0 -315
  207. package/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
  208. package/node_modules/jackspeak/dist/commonjs/index.js +0 -1010
  209. package/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
  210. package/node_modules/jackspeak/dist/commonjs/package.json +0 -3
  211. package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +0 -1
  212. package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +0 -1
  213. package/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +0 -4
  214. package/node_modules/jackspeak/dist/commonjs/parse-args.js +0 -50
  215. package/node_modules/jackspeak/dist/esm/index.d.ts +0 -315
  216. package/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
  217. package/node_modules/jackspeak/dist/esm/index.js +0 -1000
  218. package/node_modules/jackspeak/dist/esm/index.js.map +0 -1
  219. package/node_modules/jackspeak/dist/esm/package.json +0 -3
  220. package/node_modules/jackspeak/dist/esm/parse-args.d.ts +0 -4
  221. package/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +0 -1
  222. package/node_modules/jackspeak/dist/esm/parse-args.js +0 -26
  223. package/node_modules/jackspeak/dist/esm/parse-args.js.map +0 -1
  224. package/node_modules/jackspeak/package.json +0 -95
  225. package/node_modules/package-json-from-dist/LICENSE.md +0 -63
  226. package/node_modules/package-json-from-dist/README.md +0 -110
  227. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +0 -89
  228. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
  229. package/node_modules/package-json-from-dist/dist/commonjs/index.js +0 -134
  230. package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
  231. package/node_modules/package-json-from-dist/dist/commonjs/package.json +0 -3
  232. package/node_modules/package-json-from-dist/dist/esm/index.d.ts +0 -89
  233. package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
  234. package/node_modules/package-json-from-dist/dist/esm/index.js +0 -129
  235. package/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
  236. package/node_modules/package-json-from-dist/dist/esm/package.json +0 -3
  237. package/node_modules/package-json-from-dist/package.json +0 -68
  238. package/node_modules/path-key/index.d.ts +0 -40
  239. package/node_modules/path-key/index.js +0 -16
  240. package/node_modules/path-key/license +0 -9
  241. package/node_modules/path-key/package.json +0 -39
  242. package/node_modules/path-key/readme.md +0 -61
  243. package/node_modules/rimraf/LICENSE +0 -15
  244. package/node_modules/rimraf/README.md +0 -220
  245. package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +0 -3
  246. package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +0 -1
  247. package/node_modules/rimraf/dist/commonjs/default-tmp.js +0 -61
  248. package/node_modules/rimraf/dist/commonjs/default-tmp.js.map +0 -1
  249. package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +0 -3
  250. package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +0 -1
  251. package/node_modules/rimraf/dist/commonjs/fix-eperm.js +0 -58
  252. package/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +0 -1
  253. package/node_modules/rimraf/dist/commonjs/fs.d.ts +0 -17
  254. package/node_modules/rimraf/dist/commonjs/fs.d.ts.map +0 -1
  255. package/node_modules/rimraf/dist/commonjs/fs.js +0 -46
  256. package/node_modules/rimraf/dist/commonjs/fs.js.map +0 -1
  257. package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +0 -3
  258. package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +0 -1
  259. package/node_modules/rimraf/dist/commonjs/ignore-enoent.js +0 -21
  260. package/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +0 -1
  261. package/node_modules/rimraf/dist/commonjs/index.d.ts +0 -50
  262. package/node_modules/rimraf/dist/commonjs/index.d.ts.map +0 -1
  263. package/node_modules/rimraf/dist/commonjs/index.js +0 -78
  264. package/node_modules/rimraf/dist/commonjs/index.js.map +0 -1
  265. package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +0 -34
  266. package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +0 -1
  267. package/node_modules/rimraf/dist/commonjs/opt-arg.js +0 -53
  268. package/node_modules/rimraf/dist/commonjs/opt-arg.js.map +0 -1
  269. package/node_modules/rimraf/dist/commonjs/package.json +0 -3
  270. package/node_modules/rimraf/dist/commonjs/path-arg.d.ts +0 -4
  271. package/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +0 -1
  272. package/node_modules/rimraf/dist/commonjs/path-arg.js +0 -52
  273. package/node_modules/rimraf/dist/commonjs/path-arg.js.map +0 -1
  274. package/node_modules/rimraf/dist/commonjs/platform.d.ts +0 -3
  275. package/node_modules/rimraf/dist/commonjs/platform.d.ts.map +0 -1
  276. package/node_modules/rimraf/dist/commonjs/platform.js +0 -4
  277. package/node_modules/rimraf/dist/commonjs/platform.js.map +0 -1
  278. package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +0 -3
  279. package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +0 -1
  280. package/node_modules/rimraf/dist/commonjs/readdir-or-error.js +0 -19
  281. package/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +0 -1
  282. package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +0 -8
  283. package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +0 -1
  284. package/node_modules/rimraf/dist/commonjs/retry-busy.js +0 -68
  285. package/node_modules/rimraf/dist/commonjs/retry-busy.js.map +0 -1
  286. package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +0 -3
  287. package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +0 -1
  288. package/node_modules/rimraf/dist/commonjs/rimraf-manual.js +0 -12
  289. package/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +0 -1
  290. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +0 -4
  291. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +0 -1
  292. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +0 -192
  293. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +0 -1
  294. package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +0 -4
  295. package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +0 -1
  296. package/node_modules/rimraf/dist/commonjs/rimraf-native.js +0 -24
  297. package/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +0 -1
  298. package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +0 -4
  299. package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +0 -1
  300. package/node_modules/rimraf/dist/commonjs/rimraf-posix.js +0 -123
  301. package/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +0 -1
  302. package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +0 -4
  303. package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +0 -1
  304. package/node_modules/rimraf/dist/commonjs/rimraf-windows.js +0 -182
  305. package/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +0 -1
  306. package/node_modules/rimraf/dist/commonjs/use-native.d.ts +0 -4
  307. package/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +0 -1
  308. package/node_modules/rimraf/dist/commonjs/use-native.js +0 -22
  309. package/node_modules/rimraf/dist/commonjs/use-native.js.map +0 -1
  310. package/node_modules/rimraf/dist/esm/bin.d.mts +0 -8
  311. package/node_modules/rimraf/dist/esm/bin.d.mts.map +0 -1
  312. package/node_modules/rimraf/dist/esm/bin.mjs +0 -256
  313. package/node_modules/rimraf/dist/esm/bin.mjs.map +0 -1
  314. package/node_modules/rimraf/dist/esm/default-tmp.d.ts +0 -3
  315. package/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +0 -1
  316. package/node_modules/rimraf/dist/esm/default-tmp.js +0 -55
  317. package/node_modules/rimraf/dist/esm/default-tmp.js.map +0 -1
  318. package/node_modules/rimraf/dist/esm/fix-eperm.d.ts +0 -3
  319. package/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +0 -1
  320. package/node_modules/rimraf/dist/esm/fix-eperm.js +0 -53
  321. package/node_modules/rimraf/dist/esm/fix-eperm.js.map +0 -1
  322. package/node_modules/rimraf/dist/esm/fs.d.ts +0 -17
  323. package/node_modules/rimraf/dist/esm/fs.d.ts.map +0 -1
  324. package/node_modules/rimraf/dist/esm/fs.js +0 -31
  325. package/node_modules/rimraf/dist/esm/fs.js.map +0 -1
  326. package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +0 -3
  327. package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +0 -1
  328. package/node_modules/rimraf/dist/esm/ignore-enoent.js +0 -16
  329. package/node_modules/rimraf/dist/esm/ignore-enoent.js.map +0 -1
  330. package/node_modules/rimraf/dist/esm/index.d.ts +0 -50
  331. package/node_modules/rimraf/dist/esm/index.d.ts.map +0 -1
  332. package/node_modules/rimraf/dist/esm/index.js +0 -70
  333. package/node_modules/rimraf/dist/esm/index.js.map +0 -1
  334. package/node_modules/rimraf/dist/esm/opt-arg.d.ts +0 -34
  335. package/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +0 -1
  336. package/node_modules/rimraf/dist/esm/opt-arg.js +0 -46
  337. package/node_modules/rimraf/dist/esm/opt-arg.js.map +0 -1
  338. package/node_modules/rimraf/dist/esm/package.json +0 -3
  339. package/node_modules/rimraf/dist/esm/path-arg.d.ts +0 -4
  340. package/node_modules/rimraf/dist/esm/path-arg.d.ts.map +0 -1
  341. package/node_modules/rimraf/dist/esm/path-arg.js +0 -47
  342. package/node_modules/rimraf/dist/esm/path-arg.js.map +0 -1
  343. package/node_modules/rimraf/dist/esm/platform.d.ts +0 -3
  344. package/node_modules/rimraf/dist/esm/platform.d.ts.map +0 -1
  345. package/node_modules/rimraf/dist/esm/platform.js +0 -2
  346. package/node_modules/rimraf/dist/esm/platform.js.map +0 -1
  347. package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +0 -3
  348. package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +0 -1
  349. package/node_modules/rimraf/dist/esm/readdir-or-error.js +0 -14
  350. package/node_modules/rimraf/dist/esm/readdir-or-error.js.map +0 -1
  351. package/node_modules/rimraf/dist/esm/retry-busy.d.ts +0 -8
  352. package/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +0 -1
  353. package/node_modules/rimraf/dist/esm/retry-busy.js +0 -63
  354. package/node_modules/rimraf/dist/esm/retry-busy.js.map +0 -1
  355. package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +0 -3
  356. package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +0 -1
  357. package/node_modules/rimraf/dist/esm/rimraf-manual.js +0 -6
  358. package/node_modules/rimraf/dist/esm/rimraf-manual.js.map +0 -1
  359. package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +0 -4
  360. package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +0 -1
  361. package/node_modules/rimraf/dist/esm/rimraf-move-remove.js +0 -187
  362. package/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +0 -1
  363. package/node_modules/rimraf/dist/esm/rimraf-native.d.ts +0 -4
  364. package/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +0 -1
  365. package/node_modules/rimraf/dist/esm/rimraf-native.js +0 -19
  366. package/node_modules/rimraf/dist/esm/rimraf-native.js.map +0 -1
  367. package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +0 -4
  368. package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +0 -1
  369. package/node_modules/rimraf/dist/esm/rimraf-posix.js +0 -118
  370. package/node_modules/rimraf/dist/esm/rimraf-posix.js.map +0 -1
  371. package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +0 -4
  372. package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +0 -1
  373. package/node_modules/rimraf/dist/esm/rimraf-windows.js +0 -177
  374. package/node_modules/rimraf/dist/esm/rimraf-windows.js.map +0 -1
  375. package/node_modules/rimraf/dist/esm/use-native.d.ts +0 -4
  376. package/node_modules/rimraf/dist/esm/use-native.d.ts.map +0 -1
  377. package/node_modules/rimraf/dist/esm/use-native.js +0 -16
  378. package/node_modules/rimraf/dist/esm/use-native.js.map +0 -1
  379. package/node_modules/rimraf/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  380. package/node_modules/rimraf/node_modules/balanced-match/LICENSE.md +0 -21
  381. package/node_modules/rimraf/node_modules/balanced-match/README.md +0 -97
  382. package/node_modules/rimraf/node_modules/balanced-match/index.js +0 -62
  383. package/node_modules/rimraf/node_modules/balanced-match/package.json +0 -48
  384. package/node_modules/rimraf/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  385. package/node_modules/rimraf/node_modules/brace-expansion/LICENSE +0 -21
  386. package/node_modules/rimraf/node_modules/brace-expansion/README.md +0 -135
  387. package/node_modules/rimraf/node_modules/brace-expansion/index.js +0 -203
  388. package/node_modules/rimraf/node_modules/brace-expansion/package.json +0 -49
  389. package/node_modules/rimraf/node_modules/glob/LICENSE +0 -15
  390. package/node_modules/rimraf/node_modules/glob/README.md +0 -1265
  391. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
  392. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
  393. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.js +0 -247
  394. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.js.map +0 -1
  395. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
  396. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
  397. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.js +0 -27
  398. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
  399. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
  400. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
  401. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.js +0 -119
  402. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
  403. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.d.ts +0 -97
  404. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
  405. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.js +0 -68
  406. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.js.map +0 -1
  407. package/node_modules/rimraf/node_modules/glob/dist/commonjs/package.json +0 -3
  408. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
  409. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
  410. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.js +0 -219
  411. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
  412. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
  413. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
  414. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.js +0 -301
  415. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.js.map +0 -1
  416. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
  417. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
  418. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.js +0 -387
  419. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.js.map +0 -1
  420. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.d.mts +0 -3
  421. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
  422. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.mjs +0 -346
  423. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.mjs.map +0 -1
  424. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.d.ts +0 -388
  425. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
  426. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.js +0 -243
  427. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.js.map +0 -1
  428. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
  429. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
  430. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.js +0 -23
  431. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.js.map +0 -1
  432. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.d.ts +0 -24
  433. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
  434. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js +0 -115
  435. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js.map +0 -1
  436. package/node_modules/rimraf/node_modules/glob/dist/esm/index.d.ts +0 -97
  437. package/node_modules/rimraf/node_modules/glob/dist/esm/index.d.ts.map +0 -1
  438. package/node_modules/rimraf/node_modules/glob/dist/esm/index.js +0 -55
  439. package/node_modules/rimraf/node_modules/glob/dist/esm/index.js.map +0 -1
  440. package/node_modules/rimraf/node_modules/glob/dist/esm/package.json +0 -3
  441. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.d.ts +0 -76
  442. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
  443. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.js +0 -215
  444. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.js.map +0 -1
  445. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.d.ts +0 -59
  446. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
  447. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.js +0 -294
  448. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.js.map +0 -1
  449. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.d.ts +0 -97
  450. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
  451. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.js +0 -381
  452. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.js.map +0 -1
  453. package/node_modules/rimraf/node_modules/glob/package.json +0 -99
  454. package/node_modules/rimraf/node_modules/lru-cache/LICENSE +0 -15
  455. package/node_modules/rimraf/node_modules/lru-cache/README.md +0 -331
  456. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1277
  457. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
  458. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.js +0 -1546
  459. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
  460. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.min.js +0 -2
  461. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
  462. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/package.json +0 -3
  463. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.d.ts +0 -1277
  464. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
  465. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.js +0 -1542
  466. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.js.map +0 -1
  467. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.min.js +0 -2
  468. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
  469. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/package.json +0 -3
  470. package/node_modules/rimraf/node_modules/lru-cache/package.json +0 -116
  471. package/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
  472. package/node_modules/rimraf/node_modules/minimatch/README.md +0 -491
  473. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
  474. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
  475. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
  476. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
  477. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -20
  478. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
  479. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.js +0 -747
  480. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
  481. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
  482. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
  483. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -152
  484. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
  485. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -12
  486. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
  487. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.js +0 -22
  488. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
  489. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.d.ts +0 -98
  490. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
  491. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.js +0 -1023
  492. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
  493. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/package.json +0 -3
  494. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -17
  495. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
  496. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.js +0 -24
  497. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
  498. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
  499. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
  500. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
  501. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
  502. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.d.ts +0 -20
  503. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
  504. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js +0 -743
  505. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js.map +0 -1
  506. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
  507. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
  508. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js +0 -148
  509. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
  510. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.d.ts +0 -12
  511. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
  512. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.js +0 -18
  513. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.js.map +0 -1
  514. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.d.ts +0 -98
  515. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
  516. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js +0 -1007
  517. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js.map +0 -1
  518. package/node_modules/rimraf/node_modules/minimatch/dist/esm/package.json +0 -3
  519. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.d.ts +0 -17
  520. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
  521. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.js +0 -20
  522. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
  523. package/node_modules/rimraf/node_modules/minimatch/package.json +0 -82
  524. package/node_modules/rimraf/node_modules/path-scurry/LICENSE.md +0 -55
  525. package/node_modules/rimraf/node_modules/path-scurry/README.md +0 -636
  526. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.d.ts +0 -1116
  527. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
  528. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.js +0 -2014
  529. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
  530. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/package.json +0 -3
  531. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.d.ts +0 -1116
  532. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
  533. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.js +0 -1979
  534. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.js.map +0 -1
  535. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/package.json +0 -3
  536. package/node_modules/rimraf/node_modules/path-scurry/package.json +0 -89
  537. package/node_modules/rimraf/package.json +0 -89
  538. package/node_modules/shebang-command/index.js +0 -19
  539. package/node_modules/shebang-command/license +0 -9
  540. package/node_modules/shebang-command/package.json +0 -34
  541. package/node_modules/shebang-command/readme.md +0 -34
  542. package/node_modules/shebang-regex/index.d.ts +0 -22
  543. package/node_modules/shebang-regex/index.js +0 -2
  544. package/node_modules/shebang-regex/license +0 -9
  545. package/node_modules/shebang-regex/package.json +0 -35
  546. package/node_modules/shebang-regex/readme.md +0 -33
  547. package/node_modules/string-width-cjs/index.d.ts +0 -29
  548. package/node_modules/string-width-cjs/index.js +0 -47
  549. package/node_modules/string-width-cjs/license +0 -9
  550. package/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  551. package/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +0 -10
  552. package/node_modules/string-width-cjs/node_modules/ansi-regex/license +0 -9
  553. package/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +0 -55
  554. package/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +0 -78
  555. package/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +0 -17
  556. package/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +0 -4
  557. package/node_modules/string-width-cjs/node_modules/strip-ansi/license +0 -9
  558. package/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +0 -54
  559. package/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +0 -46
  560. package/node_modules/string-width-cjs/package.json +0 -56
  561. package/node_modules/string-width-cjs/readme.md +0 -50
  562. package/node_modules/strip-ansi-cjs/index.d.ts +0 -17
  563. package/node_modules/strip-ansi-cjs/index.js +0 -4
  564. package/node_modules/strip-ansi-cjs/license +0 -9
  565. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  566. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
  567. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +0 -9
  568. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
  569. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
  570. package/node_modules/strip-ansi-cjs/package.json +0 -54
  571. package/node_modules/strip-ansi-cjs/readme.md +0 -46
  572. package/node_modules/which/CHANGELOG.md +0 -166
  573. package/node_modules/which/LICENSE +0 -15
  574. package/node_modules/which/README.md +0 -54
  575. package/node_modules/which/bin/node-which +0 -52
  576. package/node_modules/which/package.json +0 -43
  577. package/node_modules/which/which.js +0 -125
  578. package/node_modules/wrap-ansi-cjs/index.js +0 -216
  579. package/node_modules/wrap-ansi-cjs/license +0 -9
  580. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  581. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
  582. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +0 -9
  583. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
  584. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
  585. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +0 -17
  586. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +0 -4
  587. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +0 -9
  588. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +0 -54
  589. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +0 -46
  590. package/node_modules/wrap-ansi-cjs/package.json +0 -62
  591. package/node_modules/wrap-ansi-cjs/readme.md +0 -91
package/bin/omegon.mjs CHANGED
@@ -86,6 +86,34 @@ migrateLegacyStatePath("auth.json");
86
86
  migrateLegacyStatePath("settings.json");
87
87
  migrateLegacyStatePath("sessions", "directory");
88
88
 
89
+ // Force quiet startup — the splash extension provides the branded header.
90
+ // This suppresses the built-in keybinding hints, expanded changelog, and
91
+ // resource listing that pi's interactive mode normally renders before
92
+ // extensions have a chance to set a custom header.
93
+ function forceQuietStartup() {
94
+ try {
95
+ const settingsPath = join(stateDir, "settings.json");
96
+ mkdirSync(stateDir, { recursive: true });
97
+ let settings = {};
98
+ if (existsSync(settingsPath)) {
99
+ settings = JSON.parse(readFileSync(settingsPath, "utf8"));
100
+ }
101
+ let changed = false;
102
+ if (settings.quietStartup === undefined) {
103
+ settings.quietStartup = true;
104
+ changed = true;
105
+ }
106
+ if (settings.collapseChangelog === undefined) {
107
+ settings.collapseChangelog = true;
108
+ changed = true;
109
+ }
110
+ if (changed) {
111
+ writeFileSync(settingsPath, JSON.stringify(settings, null, 2) + "\n", "utf8");
112
+ }
113
+ } catch { /* best effort */ }
114
+ }
115
+ forceQuietStartup();
116
+
89
117
  function purgeSelfReferentialPackages() {
90
118
  try {
91
119
  const settingsPath = join(stateDir, "settings.json");
@@ -109,4 +137,49 @@ purgeSelfReferentialPackages();
109
137
 
110
138
  process.argv = injectBundledResourceArgs(process.argv);
111
139
 
112
- await import(cli);
140
+ // ---------------------------------------------------------------------------
141
+ // Pre-import splash — show a simple loading indicator while the module graph
142
+ // resolves. The TUI takes over once interactive mode starts.
143
+ // ---------------------------------------------------------------------------
144
+ const isInteractive = process.stdout.isTTY &&
145
+ !process.argv.includes("-p") &&
146
+ !process.argv.includes("--print") &&
147
+ !process.argv.includes("--help") &&
148
+ !process.argv.includes("-h");
149
+
150
+ let preImportCleanup;
151
+ if (isInteractive) {
152
+ const PRIMARY = "\x1b[38;2;42;180;200m";
153
+ const DIM = "\x1b[38;2;64;88;112m";
154
+ const RST = "\x1b[0m";
155
+ const HIDE_CURSOR = "\x1b[?25l";
156
+ const SHOW_CURSOR = "\x1b[?25h";
157
+ const spinner = ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"];
158
+ let frame = 0;
159
+
160
+ // Safety net: restore cursor on any exit path (crash, SIGTERM, etc.)
161
+ const restoreCursor = () => { try { process.stdout.write(SHOW_CURSOR); } catch {} };
162
+ process.on('exit', restoreCursor);
163
+
164
+ process.stdout.write(HIDE_CURSOR);
165
+ process.stdout.write(`\n ${PRIMARY}omegon${RST} ${DIM}loading…${RST}`);
166
+
167
+ const spinTimer = setInterval(() => {
168
+ const s = spinner[frame % spinner.length];
169
+ process.stdout.write(`\r ${PRIMARY}${s} omegon${RST} ${DIM}loading…${RST}`);
170
+ frame++;
171
+ }, 80);
172
+
173
+ preImportCleanup = () => {
174
+ clearInterval(spinTimer);
175
+ process.removeListener('exit', restoreCursor);
176
+ // Clear the loading line and restore cursor
177
+ process.stdout.write(`\r\x1b[2K${SHOW_CURSOR}`);
178
+ };
179
+ }
180
+
181
+ try {
182
+ await import(cli);
183
+ } finally {
184
+ preImportCleanup?.();
185
+ }
@@ -582,6 +582,12 @@ export default function (pi: ExtensionAPI) {
582
582
  }
583
583
 
584
584
  pi.on("session_start", async (_event, ctx) => {
585
+ // Report to splash
586
+ try {
587
+ const { splashUpdate } = await import("../lib/splash-state.js");
588
+ splashUpdate("secrets", "done");
589
+ } catch {}
590
+
585
591
  const resolved = Array.from(resolvedCache.keys());
586
592
  const failed = Object.keys(recipes).filter(k => !resolvedCache.has(k));
587
593
 
@@ -0,0 +1,338 @@
1
+ /**
2
+ * splash — Omegon branded startup splash with glitch-convergence logo animation.
3
+ *
4
+ * Replaces the default keybinding-hint header with an animated ASCII logo
5
+ * that resolves from CRT noise, plus a loading checklist that tracks
6
+ * subsystem initialisation in real-time.
7
+ *
8
+ * After the animation completes and loading finishes, transitions to a
9
+ * minimal branded header with version + condensed help.
10
+ */
11
+
12
+ import type { ExtensionAPI } from "@styrene-lab/pi-coding-agent";
13
+ import type { Component, TUI } from "@styrene-lab/pi-tui";
14
+ import { truncateToWidth } from "@styrene-lab/pi-tui";
15
+ import {
16
+ LOGO_LINES,
17
+ LINE_WIDTH,
18
+ FRAME_INTERVAL_MS,
19
+ TOTAL_FRAMES,
20
+ HOLD_FRAMES,
21
+ assignUnlockFrames,
22
+ renderFrame,
23
+ PRIMARY,
24
+ DIM,
25
+ BRIGHT,
26
+ SUCCESS,
27
+ ERROR_CLR,
28
+ RESET,
29
+ BOLD,
30
+ } from "./logo.js";
31
+
32
+ // ---------------------------------------------------------------------------
33
+ // Shared state — other extensions write here, splash reads during render
34
+ // ---------------------------------------------------------------------------
35
+ const SPLASH_KEY = Symbol.for("omegon:splash");
36
+
37
+ export interface SplashItem {
38
+ label: string;
39
+ state: "hidden" | "pending" | "active" | "done" | "failed";
40
+ }
41
+
42
+ export interface SplashState {
43
+ items: SplashItem[];
44
+ /** Set to true when all session_start hooks have returned */
45
+ loadingComplete: boolean;
46
+ }
47
+
48
+ function getSharedState(): SplashState {
49
+ let state = (globalThis as any)[SPLASH_KEY] as SplashState | undefined;
50
+ if (!state) {
51
+ state = {
52
+ items: [
53
+ { label: "secrets", state: "pending" },
54
+ { label: "providers", state: "pending" },
55
+ { label: "memory", state: "pending" },
56
+ { label: "mcp", state: "pending" },
57
+ { label: "tools", state: "pending" },
58
+ ],
59
+ loadingComplete: false,
60
+ };
61
+ (globalThis as any)[SPLASH_KEY] = state;
62
+ }
63
+ return state;
64
+ }
65
+
66
+ /** Update a checklist item by label. Called by other extensions. */
67
+ export function splashUpdate(label: string, state: SplashItem["state"]): void {
68
+ const s = getSharedState();
69
+ const item = s.items.find(i => i.label === label);
70
+ if (item) item.state = state;
71
+ }
72
+
73
+ /** Mark all loading complete. */
74
+ export function splashDone(): void {
75
+ const s = getSharedState();
76
+ s.loadingComplete = true;
77
+ // Mark any still-pending items as done
78
+ for (const item of s.items) {
79
+ if (item.state === "pending" || item.state === "active") {
80
+ item.state = "done";
81
+ }
82
+ }
83
+ }
84
+
85
+ // ---------------------------------------------------------------------------
86
+ // Checklist scan animation
87
+ // ---------------------------------------------------------------------------
88
+ const SCAN_FRAMES = ["░ ", "▒ ", "▓ ", "▒ ", "░ ", "▸ ", "▸ ", "▸ "];
89
+ const DONE_GLYPH = "✓ ";
90
+ const FAIL_GLYPH = "✗ ";
91
+ const PENDING_GLYPH = "· ";
92
+
93
+ // ---------------------------------------------------------------------------
94
+ // Splash header component
95
+ // ---------------------------------------------------------------------------
96
+ class SplashHeader implements Component {
97
+ private tui: TUI;
98
+ private frame = 0;
99
+ private frameMap = assignUnlockFrames(LOGO_LINES, TOTAL_FRAMES, Date.now() & 0xffff);
100
+ private noiseSeed = (Date.now() * 7) & 0x7fffffff;
101
+ private timer: ReturnType<typeof setInterval> | null = null;
102
+ private scanFrame = 0;
103
+ private animDone = false;
104
+ private holdCount = 0;
105
+ private transitioned = false;
106
+ private onTransition: (() => void) | null = null;
107
+ private cachedLines: string[] | undefined;
108
+ private cachedWidth: number | undefined;
109
+
110
+ constructor(tui: TUI, onTransition: () => void) {
111
+ this.tui = tui;
112
+ this.onTransition = onTransition;
113
+ }
114
+
115
+ start(): void {
116
+ this.timer = setInterval(() => this.tick(), FRAME_INTERVAL_MS);
117
+ }
118
+
119
+ private tick(): void {
120
+ this.frame++;
121
+ this.scanFrame = (this.scanFrame + 1) % SCAN_FRAMES.length;
122
+ this.cachedLines = undefined;
123
+
124
+ if (this.frame >= TOTAL_FRAMES && !this.animDone) {
125
+ this.animDone = true;
126
+ }
127
+
128
+ if (this.animDone && !this.transitioned) {
129
+ this.holdCount++;
130
+ const state = getSharedState();
131
+ if (this.holdCount >= HOLD_FRAMES && state.loadingComplete) {
132
+ this.transitioned = true;
133
+ this.dispose();
134
+ this.onTransition?.();
135
+ this.onTransition = null; // prevent double-fire
136
+ return;
137
+ }
138
+ }
139
+
140
+ this.tui.requestRender();
141
+ }
142
+
143
+ render(width: number): string[] {
144
+ if (this.cachedLines && this.cachedWidth === width) return this.cachedLines;
145
+
146
+ const state = getSharedState();
147
+ const lines: string[] = [];
148
+
149
+ // Centre the logo horizontally
150
+ const logoW = LINE_WIDTH;
151
+ const pad = Math.max(0, Math.floor((width - logoW) / 2));
152
+ const padStr = " ".repeat(pad);
153
+
154
+ // Render logo frame
155
+ const logoFrame = this.transitioned
156
+ ? renderFrame(TOTAL_FRAMES + 1, LOGO_LINES, this.frameMap, this.noiseSeed)
157
+ : renderFrame(Math.min(this.frame, TOTAL_FRAMES), LOGO_LINES, this.frameMap, this.noiseSeed);
158
+
159
+ lines.push(""); // top spacer
160
+ for (const row of logoFrame) {
161
+ lines.push(truncateToWidth(padStr + row, width));
162
+ }
163
+
164
+ // Checklist
165
+ if (!this.transitioned) {
166
+ lines.push(""); // spacer
167
+ const checklistLines = this.renderChecklist(width);
168
+ lines.push(...checklistLines);
169
+ }
170
+
171
+ lines.push(""); // bottom spacer
172
+
173
+ this.cachedLines = lines;
174
+ this.cachedWidth = width;
175
+ return lines;
176
+ }
177
+
178
+ private renderChecklist(width: number): string[] {
179
+ const state = getSharedState();
180
+ const lines: string[] = [];
181
+
182
+ // Render all items on one line for compactness
183
+ // Compute actual visible width: "✓ label " per item (indicator 2 + label + 2 gap)
184
+ const visibleItems = state.items.filter(i => i.state !== "hidden");
185
+ const contentWidth = visibleItems.reduce((w, i) => w + 2 + i.label.length + 2, 0);
186
+ let line = "";
187
+ const pad = Math.max(0, Math.floor((width - contentWidth) / 2));
188
+ line += " ".repeat(pad);
189
+
190
+ for (const item of visibleItems) {
191
+ let indicator: string;
192
+ let labelColor: string;
193
+
194
+ switch (item.state) {
195
+ case "pending":
196
+ indicator = `${DIM}${PENDING_GLYPH}${RESET}`;
197
+ labelColor = DIM;
198
+ break;
199
+ case "active":
200
+ indicator = `${PRIMARY}${SCAN_FRAMES[this.scanFrame]}${RESET}`;
201
+ labelColor = PRIMARY;
202
+ break;
203
+ case "done":
204
+ indicator = `${SUCCESS}${DONE_GLYPH}${RESET}`;
205
+ labelColor = SUCCESS;
206
+ break;
207
+ case "failed":
208
+ indicator = `${ERROR_CLR}${FAIL_GLYPH}${RESET}`;
209
+ labelColor = ERROR_CLR;
210
+ break;
211
+ default:
212
+ indicator = `${DIM}${PENDING_GLYPH}${RESET}`;
213
+ labelColor = DIM;
214
+ break;
215
+ }
216
+
217
+ line += `${indicator}${labelColor}${item.label}${RESET} `;
218
+ }
219
+
220
+ lines.push(truncateToWidth(line, width));
221
+ return lines;
222
+ }
223
+
224
+ invalidate(): void {
225
+ this.cachedLines = undefined;
226
+ this.cachedWidth = undefined;
227
+ }
228
+
229
+ dispose(): void {
230
+ if (this.timer) {
231
+ clearInterval(this.timer);
232
+ this.timer = null;
233
+ }
234
+ }
235
+ }
236
+
237
+ // ---------------------------------------------------------------------------
238
+ // Minimal branded header (post-splash)
239
+ // ---------------------------------------------------------------------------
240
+ class BrandedHeader implements Component {
241
+ private version: string;
242
+ private cachedLines: string[] | undefined;
243
+ private cachedWidth: number | undefined;
244
+
245
+ constructor(version: string) {
246
+ this.version = version;
247
+ }
248
+
249
+ render(width: number): string[] {
250
+ if (this.cachedLines && this.cachedWidth === width) return this.cachedLines;
251
+
252
+ const lines: string[] = [];
253
+ const logo = `${BOLD}${PRIMARY}omegon${RESET} ${DIM}v${this.version}${RESET}`;
254
+ const help = `${DIM}/ commands ${PRIMARY}esc${RESET}${DIM} interrupt ${PRIMARY}ctrl+c${RESET}${DIM} clear/exit${RESET}`;
255
+ lines.push("");
256
+ lines.push(truncateToWidth(` ${logo} ${help}`, width));
257
+ lines.push("");
258
+
259
+ this.cachedLines = lines;
260
+ this.cachedWidth = width;
261
+ return lines;
262
+ }
263
+
264
+ invalidate(): void {
265
+ this.cachedLines = undefined;
266
+ this.cachedWidth = undefined;
267
+ }
268
+ }
269
+
270
+ // ---------------------------------------------------------------------------
271
+ // Extension entry point
272
+ // ---------------------------------------------------------------------------
273
+ export default function splashExtension(pi: ExtensionAPI): void {
274
+ // Initialise shared state immediately so other extensions can write to it
275
+ getSharedState();
276
+
277
+ let version = "0.0.0";
278
+
279
+ pi.on("session_start", async (_event, ctx) => {
280
+ // Read version
281
+ try {
282
+ const fs = await import("node:fs");
283
+ const path = await import("node:path");
284
+ const url = await import("node:url");
285
+ const thisDir = import.meta.dirname ?? path.dirname(url.fileURLToPath(import.meta.url));
286
+ const pkgPath = path.join(thisDir, "..", "..", "package.json");
287
+ const pkg = JSON.parse(fs.readFileSync(pkgPath, "utf8"));
288
+ version = pkg.version || version;
289
+ } catch { /* best effort */ }
290
+ if (!ctx.hasUI) return;
291
+
292
+ // Set the animated splash header (skip animation on narrow terminals).
293
+ // NOTE: setHeader() only replaces the builtInHeader slot in pi's
294
+ // headerContainer. If a changelog notification was added (only happens
295
+ // after a version update), it renders as a one-liner below the splash.
296
+ // This is acceptable — it only appears once per update.
297
+ const termWidth = process.stdout.columns ?? 80;
298
+ if (termWidth < LINE_WIDTH + 4) {
299
+ // Too narrow for the ASCII art — use minimal header immediately
300
+ ctx.ui.setHeader(() => new BrandedHeader(version));
301
+ } else {
302
+ ctx.ui.setHeader((tui, _theme) => {
303
+ const splash = new SplashHeader(tui, () => {
304
+ // Transition to minimal branded header
305
+ ctx.ui.setHeader((_, _t) => new BrandedHeader(version));
306
+ });
307
+ splash.start();
308
+ return splash;
309
+ });
310
+ }
311
+
312
+ // Poll shared state to detect when all subsystems have reported.
313
+ // session_start hooks fire sequentially, so other extensions update
314
+ // their items as they complete. We poll at animation frame rate.
315
+ const pollTimer = setInterval(() => {
316
+ const s = getSharedState();
317
+ const allDone = s.items.every(i => i.state === "done" || i.state === "failed");
318
+ if (allDone) {
319
+ clearInterval(pollTimer);
320
+ clearTimeout(safetyTimer);
321
+ splashDone();
322
+ }
323
+ }, FRAME_INTERVAL_MS);
324
+
325
+ // Safety timeout — don't hold splash forever if an extension never reports.
326
+ // 3s is generous; most startups complete in <2s.
327
+ const safetyTimer = setTimeout(() => {
328
+ clearInterval(pollTimer);
329
+ splashDone();
330
+ }, 3000);
331
+
332
+ // Clean up on early session exit to prevent timer leaks
333
+ pi.on("session_shutdown", async () => {
334
+ clearInterval(pollTimer);
335
+ clearTimeout(safetyTimer);
336
+ });
337
+ });
338
+ }
@@ -0,0 +1,194 @@
1
+ /**
2
+ * Omegon glitch-convergence ASCII logo animation.
3
+ *
4
+ * Renders the Omegon sigil + wordmark as a character-by-character
5
+ * noise-to-clean convergence animation, inspired by CRT phosphor aesthetics.
6
+ * Each character has a randomised unlock frame weighted centre-outward;
7
+ * before unlock it shows a CRT-noise glyph, after unlock the final character.
8
+ */
9
+
10
+ // ---------------------------------------------------------------------------
11
+ // Alpharius palette — raw ANSI 24-bit color codes
12
+ // ---------------------------------------------------------------------------
13
+ const PRIMARY = "\x1b[38;2;42;180;200m"; // #2ab4c8 — accent
14
+ const PRIMARY_DIM = "\x1b[38;2;26;136;152m"; // #1a8898 — muted accent
15
+ const DIM = "\x1b[38;2;64;88;112m"; // #405870 — dim
16
+ const BRIGHT = "\x1b[38;2;110;202;216m"; // #6ecad8 — bright accent
17
+ const SUCCESS = "\x1b[38;2;26;184;120m"; // #1ab878 — green
18
+ const ERROR_CLR = "\x1b[38;2;224;72;72m"; // #e04848 — red
19
+ const RESET = "\x1b[0m";
20
+ const BOLD = "\x1b[1m";
21
+
22
+ // ---------------------------------------------------------------------------
23
+ // Logo art — sigil (31 rows) + spacer (2) + wordmark (7 rows)
24
+ // ---------------------------------------------------------------------------
25
+ const MARK_ROWS = 31;
26
+
27
+ const LOGO_LINES: string[] = [
28
+ " .. ",
29
+ " .@. .@@ . .@ ",
30
+ " .. ..*@@@:. ...+@@@*.#@@@...@@. ",
31
+ " .=@@..@@@@=@@@@@@@. .@@@@@@@@@@@@@@@@.@@@. ",
32
+ " .@@@@@@@@@@@@@@@@@@@@@@.. ....@@@@@@@@@@@@@@@@@@@@@@.. ",
33
+ " ... .@@@@@@@@@..@@@@@@@@@ %@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
34
+ " .@@=. ... .@@@@@@.. .@@@@@@@@@@@@:. ..#@@@@@@@@@.@@@ ",
35
+ " +. #@@@@@@ @.@@@@@@@@@ @@@@@@@@..@@. ",
36
+ " @@@@@@@. .@@@@@@@@@% .@@@@@@@@@@@*. ",
37
+ " =@@@@@.@. ...@@@@@@@@@@ .@@@@@@@@@@@@.. ",
38
+ " ..@@@@@@# .@@@@@@@@@@@@@@@%: ..:@@@.@@@@@ ",
39
+ " @@@@@@. ..%@@@@@@@@@@@@@@@@@@@@@@@@. @@. @@ ",
40
+ " .@@@@@@..*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.. ..@@@. ",
41
+ " @@@@@%+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. .@% ",
42
+ " @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= ",
43
+ " .@.@@@@@@@@@@@@@@@@@@:::@@@@@@@@@@@@@@@@@@@. ",
44
+ " .@@@@@@@@@@@@@. .@.@@@@@@@@.=@@@@@@@@@@@@%. ",
45
+ " @@@@@@@@@@@*@@@. .@@@@@@@@@@ #@@@@@@@@@@. ... ... ",
46
+ " @@@@@@@@@.@@@@@@@ .@@@@@@@@@@@.@@@@@@@@@@.=@@@@@.@. ",
47
+ " @@@@@@@@.@@@@@@@.@. ..@@@@@@@@@@.@@@@@@@@@@@@@@@@@@@. ",
48
+ " .@@@@@@@*. @@@@@@@.. ..@@.@@@@@@.@@@@@@@=@@@@..#@@@@@ ",
49
+ " @@@@@@@. :@@@@@@@@ ..=. ..@.@@@@@@@%@@@=. @@@@#. ",
50
+ " . .@@@@@@@@@@@@@@@@+. .@@@@@@#.@@@@@ ..@@@@ . ",
51
+ " .+ .@@@@@@.@@@@@@.@ .@@@@@@@. .@@@@@. @=%@. ",
52
+ " ....@@@. ...@@@@@@#@@@@.. .@@@@@@= ..@@@@.. .#. ",
53
+ " =+.@@@@@@@@@ =@@@@@@... .@@@@@@@. #.*@@@ .. ",
54
+ " .@@@@@@@@@:@@@@@.:. .=@@@@@@@.. ..@@@@@@@@ ..@@@@@@@@ ",
55
+ " ...@@* .. ..+.@@@@@@@@@@@@@@@@@@@. @@@@@@@@@@@@@@@@@@@@@@@#.. ",
56
+ " @.. @@@@@@@@@@@@@@@@@@@. @@@@@@@@@@@@@@@@@@@@@@ ",
57
+ " @ @@@@@@@@@@@@@@@@@@@. @@@@@@@@@@@@@@@@@@@@# ",
58
+ " .@@@ @@@@@@@@@@@@@@@@@@@. @@@@@@@@@@@@@@@@@@@@ ",
59
+ // spacer
60
+ " ",
61
+ " ",
62
+ // wordmark (7 rows)
63
+ " ... . .. . ... . . . . . ... . ",
64
+ " @@@@@@@@@@ @@@.. .@@@ .@@@@@@@@ .@@@@@@@@@ @@@@@@@@@. =@@@= @@@ ",
65
+ " @@@ @@@ @@@@. .@@@@ .@@...... .@@ @@= @@ =@@@@%.@@@ ",
66
+ " @@@ @@@ @@.@@.@@.@@ .@@@@@@@. .@@ @@@@@ @@= @@ =@@.@@@@@@ ",
67
+ " @@@ @@@ @@ =@@@=.@@ .@@ .@@ .@@ @@= @@ =@@ @@@@@ ",
68
+ " *@@@@@@@@: @@ .@@%..@@ .@@@@@@@@ .@@@@@@@@@ .@@@@@@@@@ =@@ .#@@@ ",
69
+ " .. . .. . .. . .. . .. .. . . . . .. ",
70
+ ];
71
+
72
+ const LINE_WIDTH = Math.max(...LOGO_LINES.map(l => l.length));
73
+ // Pad all lines to uniform width
74
+ for (let i = 0; i < LOGO_LINES.length; i++) {
75
+ LOGO_LINES[i] = LOGO_LINES[i].padEnd(LINE_WIDTH);
76
+ }
77
+
78
+ // ---------------------------------------------------------------------------
79
+ // Noise glyphs — CRT phosphor aesthetic
80
+ // ---------------------------------------------------------------------------
81
+ const NOISE_CHARS = "▓▒░█▄▀▌▐▊▋▍▎▏◆■□▪◇┼╬╪╫┤├┬┴╱╲│─";
82
+
83
+ // ---------------------------------------------------------------------------
84
+ // Animation parameters
85
+ // ---------------------------------------------------------------------------
86
+ export const FRAME_INTERVAL_MS = 45; // ~22 fps
87
+ export const TOTAL_FRAMES = 38; // ~1.7s to full resolution
88
+ export const HOLD_FRAMES = 6; // hold clean logo before transition
89
+
90
+ // ---------------------------------------------------------------------------
91
+ // Seeded RNG (deterministic noise per frame)
92
+ // ---------------------------------------------------------------------------
93
+ class SimpleRNG {
94
+ private s: number;
95
+ constructor(seed: number) { this.s = seed | 0; }
96
+ next(): number {
97
+ this.s = (this.s * 1664525 + 1013904223) & 0x7fffffff;
98
+ return this.s / 0x7fffffff;
99
+ }
100
+ choice<T>(arr: string | T[]): T | string {
101
+ return arr[Math.floor(this.next() * arr.length)];
102
+ }
103
+ }
104
+
105
+ // ---------------------------------------------------------------------------
106
+ // Unlock frame assignment
107
+ // ---------------------------------------------------------------------------
108
+ export type FrameMap = [appear: number, unlock: number][][];
109
+
110
+ export function assignUnlockFrames(lines: string[], total: number, seed = 42): FrameMap {
111
+ const rng = new SimpleRNG(seed);
112
+ const height = lines.length;
113
+ const cascadeEnd = Math.floor(total * 0.55);
114
+ const maxGlitch = Math.floor(total * 0.40);
115
+
116
+ return lines.map((line, y) => {
117
+ const baseAppear = Math.floor((y / Math.max(height - 1, 1)) * cascadeEnd);
118
+ const cx = line.length / 2;
119
+ return [...line].map((ch, x) => {
120
+ if (ch === " ") return [0, 0] as [number, number];
121
+ const appear = baseAppear + Math.floor(rng.next() * 3);
122
+ const distFromCx = Math.abs(x - cx) / Math.max(cx, 1);
123
+ const hi = Math.max(4, Math.floor(maxGlitch * (0.35 + 0.65 * (1 - distFromCx))));
124
+ const lo = Math.max(3, Math.floor(hi * 0.25));
125
+ const unlock = Math.min(
126
+ appear + lo + Math.floor(rng.next() * (hi - lo + 1)),
127
+ total - 2,
128
+ );
129
+ return [appear, unlock] as [number, number];
130
+ });
131
+ });
132
+ }
133
+
134
+ // ---------------------------------------------------------------------------
135
+ // Render a single animation frame → string[] (one per line)
136
+ // ---------------------------------------------------------------------------
137
+ export function renderFrame(
138
+ frame: number,
139
+ lines: string[],
140
+ frameMap: FrameMap,
141
+ noiseSeed: number,
142
+ ): string[] {
143
+ const rng = new SimpleRNG(noiseSeed + frame * 997);
144
+ const output: string[] = [];
145
+
146
+ for (let y = 0; y < lines.length; y++) {
147
+ const line = lines[y];
148
+ const row = frameMap[y];
149
+ let buf = "";
150
+ let lastColor = "";
151
+
152
+ for (let x = 0; x < line.length; x++) {
153
+ const ch = line[x];
154
+ const [appear, unlock] = row[x];
155
+
156
+ if (ch === " ") {
157
+ if (lastColor) { buf += RESET; lastColor = ""; }
158
+ buf += " ";
159
+ } else if (frame < appear) {
160
+ // Not yet visible
161
+ if (lastColor) { buf += RESET; lastColor = ""; }
162
+ buf += " ";
163
+ } else if (frame >= unlock) {
164
+ // Resolved — final glyph
165
+ const color = y >= MARK_ROWS + 2 ? `${BOLD}${BRIGHT}` : PRIMARY;
166
+ if (color !== lastColor) { buf += color; lastColor = color; }
167
+ buf += ch;
168
+ } else {
169
+ // Glitching — CRT noise
170
+ const noise = rng.choice(NOISE_CHARS) as string;
171
+ const progress = (frame - appear) / Math.max(1, unlock - appear);
172
+ let color: string;
173
+ if (frame === appear) {
174
+ color = BRIGHT; // arrival flash
175
+ } else if (progress > 0.65) {
176
+ color = DIM; // dimming as it converges
177
+ } else {
178
+ color = PRIMARY_DIM;
179
+ }
180
+ if (color !== lastColor) { buf += color; lastColor = color; }
181
+ buf += noise;
182
+ }
183
+ }
184
+ if (lastColor) buf += RESET;
185
+ output.push(buf);
186
+ }
187
+ return output;
188
+ }
189
+
190
+ // ---------------------------------------------------------------------------
191
+ // Pre-computed data for the default logo
192
+ // ---------------------------------------------------------------------------
193
+ export { LOGO_LINES, LINE_WIDTH, MARK_ROWS };
194
+ export { PRIMARY, PRIMARY_DIM, DIM, BRIGHT, SUCCESS, ERROR_CLR, RESET, BOLD };
@@ -496,8 +496,10 @@ function restartOmegon(): never {
496
496
  if (process.stdin.isTTY && typeof process.stdin.setRawMode === "function") {
497
497
  process.stdin.setRawMode(false);
498
498
  }
499
- // Also reset via stty — timeout guards against blocking on contested stdin
500
- spawnSync("stty", ["sane"], { stdio: "inherit", timeout: 2000 });
499
+ // Also reset via stty — timeout guards against blocking on contested stdin.
500
+ // Use /dev/null for stdout/stderr to prevent any stray output (including
501
+ // terminal bells) from reaching the user's terminal during the transition.
502
+ spawnSync("stty", ["sane"], { stdio: ["inherit", "ignore", "ignore"], timeout: 2000 });
501
503
  } catch { /* best-effort */ }
502
504
 
503
505
  // Spawn restart script detached (survives parent exit) but with SIGHUP
@@ -232,6 +232,11 @@ export default function (pi: ExtensionAPI) {
232
232
  // ── Session Start: resolve and apply effort tier ──
233
233
 
234
234
  pi.on("session_start", async (_event, ctx) => {
235
+ try {
236
+ const { splashUpdate } = await import("../lib/splash-state.js");
237
+ splashUpdate("providers", "active");
238
+ } catch {}
239
+
235
240
  const level = resolveInitialLevel(ctx.cwd);
236
241
  const state = buildEffortState(level);
237
242
 
@@ -322,6 +327,11 @@ export default function (pi: ExtensionAPI) {
322
327
  } catch {
323
328
  // Non-critical — don't break startup
324
329
  }
330
+
331
+ try {
332
+ const { splashUpdate } = await import("../lib/splash-state.js");
333
+ splashUpdate("providers", "done");
334
+ } catch {}
325
335
  });
326
336
 
327
337
  // ── /providers command ──