omegon 0.6.33 → 0.7.1

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 (633) 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/graphics/g140.png +0 -0
  12. package/graphics/icon.jpg +0 -0
  13. package/graphics/icon.svg +562 -0
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +2 -2
  15. package/node_modules/{@pkgjs/parseargs → @aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers}/LICENSE +4 -4
  16. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +62 -0
  17. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
  18. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  19. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  20. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +81 -0
  21. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  22. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  23. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  24. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
  25. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  26. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  27. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  28. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  29. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  30. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  31. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  32. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  33. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
  34. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
  35. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
  36. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  37. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  38. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  39. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  40. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  41. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
  42. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
  43. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
  44. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  45. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  46. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  47. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  48. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  49. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  50. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  51. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +70 -0
  52. package/node_modules/@aws-sdk/token-providers/package.json +1 -1
  53. package/node_modules/@smithy/core/package.json +2 -2
  54. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  55. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  56. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  57. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +44 -37
  58. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +38 -31
  59. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  60. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -1
  61. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  62. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  63. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  64. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  65. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  66. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  67. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  68. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  69. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  70. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  71. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  72. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  73. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  74. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  75. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  76. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  77. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  78. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  79. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  80. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  81. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  82. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  83. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  84. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  85. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  86. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  87. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  88. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  89. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  90. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  91. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  92. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  93. package/node_modules/@smithy/smithy-client/package.json +4 -4
  94. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  95. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  96. package/node_modules/@smithy/util-stream/package.json +2 -2
  97. package/node_modules/file-type/core.js +86 -9
  98. package/node_modules/file-type/index.js +17 -1
  99. package/node_modules/file-type/package.json +1 -1
  100. package/node_modules/file-type/readme.md +3 -0
  101. package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  102. package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
  103. package/node_modules/gaxios/package.json +13 -14
  104. package/node_modules/google-auth-library/package.json +2 -2
  105. package/package.json +6 -5
  106. package/skills/git/SKILL.md +8 -0
  107. package/node_modules/@isaacs/cliui/LICENSE.txt +0 -14
  108. package/node_modules/@isaacs/cliui/README.md +0 -143
  109. package/node_modules/@isaacs/cliui/build/index.cjs +0 -317
  110. package/node_modules/@isaacs/cliui/build/index.d.cts +0 -43
  111. package/node_modules/@isaacs/cliui/build/lib/index.js +0 -302
  112. package/node_modules/@isaacs/cliui/index.mjs +0 -14
  113. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +0 -236
  114. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +0 -223
  115. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/license +0 -9
  116. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +0 -54
  117. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/readme.md +0 -173
  118. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  119. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/README.md +0 -137
  120. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.d.ts +0 -5
  121. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +0 -6
  122. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +0 -5
  123. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +0 -6
  124. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.d.ts +0 -5
  125. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +0 -6
  126. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.d.ts +0 -5
  127. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +0 -6
  128. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.d.ts +0 -5
  129. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +0 -6
  130. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +0 -52
  131. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.d.ts +0 -5
  132. package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +0 -6
  133. package/node_modules/@isaacs/cliui/node_modules/string-width/index.d.ts +0 -29
  134. package/node_modules/@isaacs/cliui/node_modules/string-width/index.js +0 -54
  135. package/node_modules/@isaacs/cliui/node_modules/string-width/license +0 -9
  136. package/node_modules/@isaacs/cliui/node_modules/string-width/package.json +0 -59
  137. package/node_modules/@isaacs/cliui/node_modules/string-width/readme.md +0 -67
  138. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.d.ts +0 -41
  139. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.js +0 -214
  140. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/license +0 -9
  141. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +0 -69
  142. package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/readme.md +0 -91
  143. package/node_modules/@isaacs/cliui/package.json +0 -86
  144. package/node_modules/@pkgjs/parseargs/.editorconfig +0 -14
  145. package/node_modules/@pkgjs/parseargs/CHANGELOG.md +0 -147
  146. package/node_modules/@pkgjs/parseargs/README.md +0 -413
  147. package/node_modules/@pkgjs/parseargs/examples/is-default-value.js +0 -25
  148. package/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +0 -35
  149. package/node_modules/@pkgjs/parseargs/examples/negate.js +0 -43
  150. package/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +0 -31
  151. package/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +0 -41
  152. package/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +0 -26
  153. package/node_modules/@pkgjs/parseargs/index.js +0 -396
  154. package/node_modules/@pkgjs/parseargs/internal/errors.js +0 -47
  155. package/node_modules/@pkgjs/parseargs/internal/primordials.js +0 -393
  156. package/node_modules/@pkgjs/parseargs/internal/util.js +0 -14
  157. package/node_modules/@pkgjs/parseargs/internal/validators.js +0 -89
  158. package/node_modules/@pkgjs/parseargs/package.json +0 -36
  159. package/node_modules/@pkgjs/parseargs/utils.js +0 -198
  160. package/node_modules/cross-spawn/LICENSE +0 -21
  161. package/node_modules/cross-spawn/README.md +0 -89
  162. package/node_modules/cross-spawn/index.js +0 -39
  163. package/node_modules/cross-spawn/lib/enoent.js +0 -59
  164. package/node_modules/cross-spawn/lib/parse.js +0 -91
  165. package/node_modules/cross-spawn/lib/util/escape.js +0 -47
  166. package/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
  167. package/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
  168. package/node_modules/cross-spawn/package.json +0 -73
  169. package/node_modules/eastasianwidth/README.md +0 -32
  170. package/node_modules/eastasianwidth/eastasianwidth.js +0 -311
  171. package/node_modules/eastasianwidth/package.json +0 -18
  172. package/node_modules/foreground-child/LICENSE +0 -15
  173. package/node_modules/foreground-child/README.md +0 -128
  174. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -2
  175. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
  176. package/node_modules/foreground-child/dist/commonjs/all-signals.js +0 -58
  177. package/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
  178. package/node_modules/foreground-child/dist/commonjs/index.d.ts +0 -58
  179. package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
  180. package/node_modules/foreground-child/dist/commonjs/index.js +0 -123
  181. package/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
  182. package/node_modules/foreground-child/dist/commonjs/package.json +0 -3
  183. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -6
  184. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
  185. package/node_modules/foreground-child/dist/commonjs/proxy-signals.js +0 -38
  186. package/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
  187. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -10
  188. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
  189. package/node_modules/foreground-child/dist/commonjs/watchdog.js +0 -50
  190. package/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
  191. package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -2
  192. package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
  193. package/node_modules/foreground-child/dist/esm/all-signals.js +0 -52
  194. package/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
  195. package/node_modules/foreground-child/dist/esm/index.d.ts +0 -58
  196. package/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
  197. package/node_modules/foreground-child/dist/esm/index.js +0 -115
  198. package/node_modules/foreground-child/dist/esm/index.js.map +0 -1
  199. package/node_modules/foreground-child/dist/esm/package.json +0 -3
  200. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -6
  201. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
  202. package/node_modules/foreground-child/dist/esm/proxy-signals.js +0 -34
  203. package/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
  204. package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -10
  205. package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
  206. package/node_modules/foreground-child/dist/esm/watchdog.js +0 -46
  207. package/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
  208. package/node_modules/foreground-child/node_modules/signal-exit/LICENSE.txt +0 -16
  209. package/node_modules/foreground-child/node_modules/signal-exit/README.md +0 -74
  210. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
  211. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
  212. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js +0 -10
  213. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
  214. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
  215. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
  216. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js +0 -279
  217. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
  218. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json +0 -3
  219. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
  220. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
  221. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js +0 -42
  222. package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
  223. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
  224. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
  225. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js +0 -4
  226. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
  227. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
  228. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
  229. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js +0 -275
  230. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
  231. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json +0 -3
  232. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
  233. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
  234. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js +0 -39
  235. package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
  236. package/node_modules/foreground-child/node_modules/signal-exit/package.json +0 -106
  237. package/node_modules/foreground-child/package.json +0 -106
  238. package/node_modules/isexe/.npmignore +0 -2
  239. package/node_modules/isexe/LICENSE +0 -15
  240. package/node_modules/isexe/README.md +0 -51
  241. package/node_modules/isexe/index.js +0 -57
  242. package/node_modules/isexe/mode.js +0 -41
  243. package/node_modules/isexe/package.json +0 -31
  244. package/node_modules/isexe/test/basic.js +0 -221
  245. package/node_modules/isexe/windows.js +0 -42
  246. package/node_modules/jackspeak/LICENSE.md +0 -55
  247. package/node_modules/jackspeak/README.md +0 -357
  248. package/node_modules/jackspeak/dist/commonjs/index.d.ts +0 -315
  249. package/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
  250. package/node_modules/jackspeak/dist/commonjs/index.js +0 -1010
  251. package/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
  252. package/node_modules/jackspeak/dist/commonjs/package.json +0 -3
  253. package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +0 -1
  254. package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +0 -1
  255. package/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +0 -4
  256. package/node_modules/jackspeak/dist/commonjs/parse-args.js +0 -50
  257. package/node_modules/jackspeak/dist/esm/index.d.ts +0 -315
  258. package/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
  259. package/node_modules/jackspeak/dist/esm/index.js +0 -1000
  260. package/node_modules/jackspeak/dist/esm/index.js.map +0 -1
  261. package/node_modules/jackspeak/dist/esm/package.json +0 -3
  262. package/node_modules/jackspeak/dist/esm/parse-args.d.ts +0 -4
  263. package/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +0 -1
  264. package/node_modules/jackspeak/dist/esm/parse-args.js +0 -26
  265. package/node_modules/jackspeak/dist/esm/parse-args.js.map +0 -1
  266. package/node_modules/jackspeak/package.json +0 -95
  267. package/node_modules/package-json-from-dist/LICENSE.md +0 -63
  268. package/node_modules/package-json-from-dist/README.md +0 -110
  269. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +0 -89
  270. package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
  271. package/node_modules/package-json-from-dist/dist/commonjs/index.js +0 -134
  272. package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
  273. package/node_modules/package-json-from-dist/dist/commonjs/package.json +0 -3
  274. package/node_modules/package-json-from-dist/dist/esm/index.d.ts +0 -89
  275. package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
  276. package/node_modules/package-json-from-dist/dist/esm/index.js +0 -129
  277. package/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
  278. package/node_modules/package-json-from-dist/dist/esm/package.json +0 -3
  279. package/node_modules/package-json-from-dist/package.json +0 -68
  280. package/node_modules/path-key/index.d.ts +0 -40
  281. package/node_modules/path-key/index.js +0 -16
  282. package/node_modules/path-key/license +0 -9
  283. package/node_modules/path-key/package.json +0 -39
  284. package/node_modules/path-key/readme.md +0 -61
  285. package/node_modules/rimraf/LICENSE +0 -15
  286. package/node_modules/rimraf/README.md +0 -220
  287. package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +0 -3
  288. package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +0 -1
  289. package/node_modules/rimraf/dist/commonjs/default-tmp.js +0 -61
  290. package/node_modules/rimraf/dist/commonjs/default-tmp.js.map +0 -1
  291. package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +0 -3
  292. package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +0 -1
  293. package/node_modules/rimraf/dist/commonjs/fix-eperm.js +0 -58
  294. package/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +0 -1
  295. package/node_modules/rimraf/dist/commonjs/fs.d.ts +0 -17
  296. package/node_modules/rimraf/dist/commonjs/fs.d.ts.map +0 -1
  297. package/node_modules/rimraf/dist/commonjs/fs.js +0 -46
  298. package/node_modules/rimraf/dist/commonjs/fs.js.map +0 -1
  299. package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +0 -3
  300. package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +0 -1
  301. package/node_modules/rimraf/dist/commonjs/ignore-enoent.js +0 -21
  302. package/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +0 -1
  303. package/node_modules/rimraf/dist/commonjs/index.d.ts +0 -50
  304. package/node_modules/rimraf/dist/commonjs/index.d.ts.map +0 -1
  305. package/node_modules/rimraf/dist/commonjs/index.js +0 -78
  306. package/node_modules/rimraf/dist/commonjs/index.js.map +0 -1
  307. package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +0 -34
  308. package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +0 -1
  309. package/node_modules/rimraf/dist/commonjs/opt-arg.js +0 -53
  310. package/node_modules/rimraf/dist/commonjs/opt-arg.js.map +0 -1
  311. package/node_modules/rimraf/dist/commonjs/package.json +0 -3
  312. package/node_modules/rimraf/dist/commonjs/path-arg.d.ts +0 -4
  313. package/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +0 -1
  314. package/node_modules/rimraf/dist/commonjs/path-arg.js +0 -52
  315. package/node_modules/rimraf/dist/commonjs/path-arg.js.map +0 -1
  316. package/node_modules/rimraf/dist/commonjs/platform.d.ts +0 -3
  317. package/node_modules/rimraf/dist/commonjs/platform.d.ts.map +0 -1
  318. package/node_modules/rimraf/dist/commonjs/platform.js +0 -4
  319. package/node_modules/rimraf/dist/commonjs/platform.js.map +0 -1
  320. package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +0 -3
  321. package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +0 -1
  322. package/node_modules/rimraf/dist/commonjs/readdir-or-error.js +0 -19
  323. package/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +0 -1
  324. package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +0 -8
  325. package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +0 -1
  326. package/node_modules/rimraf/dist/commonjs/retry-busy.js +0 -68
  327. package/node_modules/rimraf/dist/commonjs/retry-busy.js.map +0 -1
  328. package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +0 -3
  329. package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +0 -1
  330. package/node_modules/rimraf/dist/commonjs/rimraf-manual.js +0 -12
  331. package/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +0 -1
  332. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +0 -4
  333. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +0 -1
  334. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +0 -192
  335. package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +0 -1
  336. package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +0 -4
  337. package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +0 -1
  338. package/node_modules/rimraf/dist/commonjs/rimraf-native.js +0 -24
  339. package/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +0 -1
  340. package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +0 -4
  341. package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +0 -1
  342. package/node_modules/rimraf/dist/commonjs/rimraf-posix.js +0 -123
  343. package/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +0 -1
  344. package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +0 -4
  345. package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +0 -1
  346. package/node_modules/rimraf/dist/commonjs/rimraf-windows.js +0 -182
  347. package/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +0 -1
  348. package/node_modules/rimraf/dist/commonjs/use-native.d.ts +0 -4
  349. package/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +0 -1
  350. package/node_modules/rimraf/dist/commonjs/use-native.js +0 -22
  351. package/node_modules/rimraf/dist/commonjs/use-native.js.map +0 -1
  352. package/node_modules/rimraf/dist/esm/bin.d.mts +0 -8
  353. package/node_modules/rimraf/dist/esm/bin.d.mts.map +0 -1
  354. package/node_modules/rimraf/dist/esm/bin.mjs +0 -256
  355. package/node_modules/rimraf/dist/esm/bin.mjs.map +0 -1
  356. package/node_modules/rimraf/dist/esm/default-tmp.d.ts +0 -3
  357. package/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +0 -1
  358. package/node_modules/rimraf/dist/esm/default-tmp.js +0 -55
  359. package/node_modules/rimraf/dist/esm/default-tmp.js.map +0 -1
  360. package/node_modules/rimraf/dist/esm/fix-eperm.d.ts +0 -3
  361. package/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +0 -1
  362. package/node_modules/rimraf/dist/esm/fix-eperm.js +0 -53
  363. package/node_modules/rimraf/dist/esm/fix-eperm.js.map +0 -1
  364. package/node_modules/rimraf/dist/esm/fs.d.ts +0 -17
  365. package/node_modules/rimraf/dist/esm/fs.d.ts.map +0 -1
  366. package/node_modules/rimraf/dist/esm/fs.js +0 -31
  367. package/node_modules/rimraf/dist/esm/fs.js.map +0 -1
  368. package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +0 -3
  369. package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +0 -1
  370. package/node_modules/rimraf/dist/esm/ignore-enoent.js +0 -16
  371. package/node_modules/rimraf/dist/esm/ignore-enoent.js.map +0 -1
  372. package/node_modules/rimraf/dist/esm/index.d.ts +0 -50
  373. package/node_modules/rimraf/dist/esm/index.d.ts.map +0 -1
  374. package/node_modules/rimraf/dist/esm/index.js +0 -70
  375. package/node_modules/rimraf/dist/esm/index.js.map +0 -1
  376. package/node_modules/rimraf/dist/esm/opt-arg.d.ts +0 -34
  377. package/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +0 -1
  378. package/node_modules/rimraf/dist/esm/opt-arg.js +0 -46
  379. package/node_modules/rimraf/dist/esm/opt-arg.js.map +0 -1
  380. package/node_modules/rimraf/dist/esm/package.json +0 -3
  381. package/node_modules/rimraf/dist/esm/path-arg.d.ts +0 -4
  382. package/node_modules/rimraf/dist/esm/path-arg.d.ts.map +0 -1
  383. package/node_modules/rimraf/dist/esm/path-arg.js +0 -47
  384. package/node_modules/rimraf/dist/esm/path-arg.js.map +0 -1
  385. package/node_modules/rimraf/dist/esm/platform.d.ts +0 -3
  386. package/node_modules/rimraf/dist/esm/platform.d.ts.map +0 -1
  387. package/node_modules/rimraf/dist/esm/platform.js +0 -2
  388. package/node_modules/rimraf/dist/esm/platform.js.map +0 -1
  389. package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +0 -3
  390. package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +0 -1
  391. package/node_modules/rimraf/dist/esm/readdir-or-error.js +0 -14
  392. package/node_modules/rimraf/dist/esm/readdir-or-error.js.map +0 -1
  393. package/node_modules/rimraf/dist/esm/retry-busy.d.ts +0 -8
  394. package/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +0 -1
  395. package/node_modules/rimraf/dist/esm/retry-busy.js +0 -63
  396. package/node_modules/rimraf/dist/esm/retry-busy.js.map +0 -1
  397. package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +0 -3
  398. package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +0 -1
  399. package/node_modules/rimraf/dist/esm/rimraf-manual.js +0 -6
  400. package/node_modules/rimraf/dist/esm/rimraf-manual.js.map +0 -1
  401. package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +0 -4
  402. package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +0 -1
  403. package/node_modules/rimraf/dist/esm/rimraf-move-remove.js +0 -187
  404. package/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +0 -1
  405. package/node_modules/rimraf/dist/esm/rimraf-native.d.ts +0 -4
  406. package/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +0 -1
  407. package/node_modules/rimraf/dist/esm/rimraf-native.js +0 -19
  408. package/node_modules/rimraf/dist/esm/rimraf-native.js.map +0 -1
  409. package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +0 -4
  410. package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +0 -1
  411. package/node_modules/rimraf/dist/esm/rimraf-posix.js +0 -118
  412. package/node_modules/rimraf/dist/esm/rimraf-posix.js.map +0 -1
  413. package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +0 -4
  414. package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +0 -1
  415. package/node_modules/rimraf/dist/esm/rimraf-windows.js +0 -177
  416. package/node_modules/rimraf/dist/esm/rimraf-windows.js.map +0 -1
  417. package/node_modules/rimraf/dist/esm/use-native.d.ts +0 -4
  418. package/node_modules/rimraf/dist/esm/use-native.d.ts.map +0 -1
  419. package/node_modules/rimraf/dist/esm/use-native.js +0 -16
  420. package/node_modules/rimraf/dist/esm/use-native.js.map +0 -1
  421. package/node_modules/rimraf/node_modules/balanced-match/.github/FUNDING.yml +0 -2
  422. package/node_modules/rimraf/node_modules/balanced-match/LICENSE.md +0 -21
  423. package/node_modules/rimraf/node_modules/balanced-match/README.md +0 -97
  424. package/node_modules/rimraf/node_modules/balanced-match/index.js +0 -62
  425. package/node_modules/rimraf/node_modules/balanced-match/package.json +0 -48
  426. package/node_modules/rimraf/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
  427. package/node_modules/rimraf/node_modules/brace-expansion/LICENSE +0 -21
  428. package/node_modules/rimraf/node_modules/brace-expansion/README.md +0 -135
  429. package/node_modules/rimraf/node_modules/brace-expansion/index.js +0 -203
  430. package/node_modules/rimraf/node_modules/brace-expansion/package.json +0 -49
  431. package/node_modules/rimraf/node_modules/glob/LICENSE +0 -15
  432. package/node_modules/rimraf/node_modules/glob/README.md +0 -1265
  433. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
  434. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
  435. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.js +0 -247
  436. package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.js.map +0 -1
  437. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
  438. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
  439. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.js +0 -27
  440. package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
  441. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
  442. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
  443. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.js +0 -119
  444. package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
  445. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.d.ts +0 -97
  446. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
  447. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.js +0 -68
  448. package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.js.map +0 -1
  449. package/node_modules/rimraf/node_modules/glob/dist/commonjs/package.json +0 -3
  450. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
  451. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
  452. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.js +0 -219
  453. package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
  454. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
  455. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
  456. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.js +0 -301
  457. package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.js.map +0 -1
  458. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
  459. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
  460. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.js +0 -387
  461. package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.js.map +0 -1
  462. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.d.mts +0 -3
  463. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
  464. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.mjs +0 -346
  465. package/node_modules/rimraf/node_modules/glob/dist/esm/bin.mjs.map +0 -1
  466. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.d.ts +0 -388
  467. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
  468. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.js +0 -243
  469. package/node_modules/rimraf/node_modules/glob/dist/esm/glob.js.map +0 -1
  470. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
  471. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
  472. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.js +0 -23
  473. package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.js.map +0 -1
  474. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.d.ts +0 -24
  475. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
  476. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js +0 -115
  477. package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js.map +0 -1
  478. package/node_modules/rimraf/node_modules/glob/dist/esm/index.d.ts +0 -97
  479. package/node_modules/rimraf/node_modules/glob/dist/esm/index.d.ts.map +0 -1
  480. package/node_modules/rimraf/node_modules/glob/dist/esm/index.js +0 -55
  481. package/node_modules/rimraf/node_modules/glob/dist/esm/index.js.map +0 -1
  482. package/node_modules/rimraf/node_modules/glob/dist/esm/package.json +0 -3
  483. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.d.ts +0 -76
  484. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
  485. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.js +0 -215
  486. package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.js.map +0 -1
  487. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.d.ts +0 -59
  488. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
  489. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.js +0 -294
  490. package/node_modules/rimraf/node_modules/glob/dist/esm/processor.js.map +0 -1
  491. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.d.ts +0 -97
  492. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
  493. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.js +0 -381
  494. package/node_modules/rimraf/node_modules/glob/dist/esm/walker.js.map +0 -1
  495. package/node_modules/rimraf/node_modules/glob/package.json +0 -99
  496. package/node_modules/rimraf/node_modules/lru-cache/LICENSE +0 -15
  497. package/node_modules/rimraf/node_modules/lru-cache/README.md +0 -331
  498. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1277
  499. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
  500. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.js +0 -1546
  501. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
  502. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.min.js +0 -2
  503. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
  504. package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/package.json +0 -3
  505. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.d.ts +0 -1277
  506. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
  507. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.js +0 -1542
  508. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.js.map +0 -1
  509. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.min.js +0 -2
  510. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
  511. package/node_modules/rimraf/node_modules/lru-cache/dist/esm/package.json +0 -3
  512. package/node_modules/rimraf/node_modules/lru-cache/package.json +0 -116
  513. package/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
  514. package/node_modules/rimraf/node_modules/minimatch/README.md +0 -491
  515. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
  516. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
  517. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
  518. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
  519. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -20
  520. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
  521. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.js +0 -747
  522. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
  523. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
  524. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
  525. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -152
  526. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
  527. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -12
  528. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
  529. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.js +0 -22
  530. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
  531. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.d.ts +0 -98
  532. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
  533. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.js +0 -1023
  534. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
  535. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/package.json +0 -3
  536. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -17
  537. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
  538. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.js +0 -24
  539. package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
  540. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
  541. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
  542. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
  543. package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
  544. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.d.ts +0 -20
  545. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
  546. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js +0 -743
  547. package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js.map +0 -1
  548. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
  549. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
  550. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js +0 -148
  551. package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
  552. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.d.ts +0 -12
  553. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
  554. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.js +0 -18
  555. package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.js.map +0 -1
  556. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.d.ts +0 -98
  557. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
  558. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js +0 -1007
  559. package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js.map +0 -1
  560. package/node_modules/rimraf/node_modules/minimatch/dist/esm/package.json +0 -3
  561. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.d.ts +0 -17
  562. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
  563. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.js +0 -20
  564. package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
  565. package/node_modules/rimraf/node_modules/minimatch/package.json +0 -82
  566. package/node_modules/rimraf/node_modules/path-scurry/LICENSE.md +0 -55
  567. package/node_modules/rimraf/node_modules/path-scurry/README.md +0 -636
  568. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.d.ts +0 -1116
  569. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
  570. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.js +0 -2014
  571. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
  572. package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/package.json +0 -3
  573. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.d.ts +0 -1116
  574. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
  575. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.js +0 -1979
  576. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.js.map +0 -1
  577. package/node_modules/rimraf/node_modules/path-scurry/dist/esm/package.json +0 -3
  578. package/node_modules/rimraf/node_modules/path-scurry/package.json +0 -89
  579. package/node_modules/rimraf/package.json +0 -89
  580. package/node_modules/shebang-command/index.js +0 -19
  581. package/node_modules/shebang-command/license +0 -9
  582. package/node_modules/shebang-command/package.json +0 -34
  583. package/node_modules/shebang-command/readme.md +0 -34
  584. package/node_modules/shebang-regex/index.d.ts +0 -22
  585. package/node_modules/shebang-regex/index.js +0 -2
  586. package/node_modules/shebang-regex/license +0 -9
  587. package/node_modules/shebang-regex/package.json +0 -35
  588. package/node_modules/shebang-regex/readme.md +0 -33
  589. package/node_modules/string-width-cjs/index.d.ts +0 -29
  590. package/node_modules/string-width-cjs/index.js +0 -47
  591. package/node_modules/string-width-cjs/license +0 -9
  592. package/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  593. package/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +0 -10
  594. package/node_modules/string-width-cjs/node_modules/ansi-regex/license +0 -9
  595. package/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +0 -55
  596. package/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +0 -78
  597. package/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +0 -17
  598. package/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +0 -4
  599. package/node_modules/string-width-cjs/node_modules/strip-ansi/license +0 -9
  600. package/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +0 -54
  601. package/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +0 -46
  602. package/node_modules/string-width-cjs/package.json +0 -56
  603. package/node_modules/string-width-cjs/readme.md +0 -50
  604. package/node_modules/strip-ansi-cjs/index.d.ts +0 -17
  605. package/node_modules/strip-ansi-cjs/index.js +0 -4
  606. package/node_modules/strip-ansi-cjs/license +0 -9
  607. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  608. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
  609. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +0 -9
  610. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
  611. package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
  612. package/node_modules/strip-ansi-cjs/package.json +0 -54
  613. package/node_modules/strip-ansi-cjs/readme.md +0 -46
  614. package/node_modules/which/CHANGELOG.md +0 -166
  615. package/node_modules/which/LICENSE +0 -15
  616. package/node_modules/which/README.md +0 -54
  617. package/node_modules/which/bin/node-which +0 -52
  618. package/node_modules/which/package.json +0 -43
  619. package/node_modules/which/which.js +0 -125
  620. package/node_modules/wrap-ansi-cjs/index.js +0 -216
  621. package/node_modules/wrap-ansi-cjs/license +0 -9
  622. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
  623. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
  624. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +0 -9
  625. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
  626. package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
  627. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +0 -17
  628. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +0 -4
  629. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +0 -9
  630. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +0 -54
  631. package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +0 -46
  632. package/node_modules/wrap-ansi-cjs/package.json +0 -62
  633. 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 ──