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.
- package/bin/omegon.mjs +74 -1
- package/extensions/00-secrets/index.ts +6 -0
- package/extensions/00-splash/index.ts +338 -0
- package/extensions/00-splash/logo.ts +194 -0
- package/extensions/bootstrap/index.ts +4 -2
- package/extensions/effort/index.ts +10 -0
- package/extensions/lib/splash-state.ts +25 -0
- package/extensions/mcp-bridge/index.ts +5 -0
- package/extensions/project-memory/index.ts +10 -0
- package/extensions/tool-profile/index.ts +7 -2
- package/graphics/g140.png +0 -0
- package/graphics/icon.jpg +0 -0
- package/graphics/icon.svg +562 -0
- package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +2 -2
- package/node_modules/{@pkgjs/parseargs → @aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers}/LICENSE +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +62 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +81 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +70 -0
- package/node_modules/@aws-sdk/token-providers/package.json +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +44 -37
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +38 -31
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/file-type/core.js +86 -9
- package/node_modules/file-type/index.js +17 -1
- package/node_modules/file-type/package.json +1 -1
- package/node_modules/file-type/readme.md +3 -0
- package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +13 -14
- package/node_modules/google-auth-library/package.json +2 -2
- package/package.json +6 -5
- package/skills/git/SKILL.md +8 -0
- package/node_modules/@isaacs/cliui/LICENSE.txt +0 -14
- package/node_modules/@isaacs/cliui/README.md +0 -143
- package/node_modules/@isaacs/cliui/build/index.cjs +0 -317
- package/node_modules/@isaacs/cliui/build/index.d.cts +0 -43
- package/node_modules/@isaacs/cliui/build/lib/index.js +0 -302
- package/node_modules/@isaacs/cliui/index.mjs +0 -14
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +0 -236
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +0 -223
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/license +0 -9
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +0 -54
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/readme.md +0 -173
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/README.md +0 -137
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.d.ts +0 -5
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +0 -6
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +0 -5
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +0 -6
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.d.ts +0 -5
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +0 -6
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.d.ts +0 -5
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +0 -6
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.d.ts +0 -5
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +0 -6
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +0 -52
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.d.ts +0 -5
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +0 -6
- package/node_modules/@isaacs/cliui/node_modules/string-width/index.d.ts +0 -29
- package/node_modules/@isaacs/cliui/node_modules/string-width/index.js +0 -54
- package/node_modules/@isaacs/cliui/node_modules/string-width/license +0 -9
- package/node_modules/@isaacs/cliui/node_modules/string-width/package.json +0 -59
- package/node_modules/@isaacs/cliui/node_modules/string-width/readme.md +0 -67
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.d.ts +0 -41
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.js +0 -214
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/license +0 -9
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +0 -69
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/readme.md +0 -91
- package/node_modules/@isaacs/cliui/package.json +0 -86
- package/node_modules/@pkgjs/parseargs/.editorconfig +0 -14
- package/node_modules/@pkgjs/parseargs/CHANGELOG.md +0 -147
- package/node_modules/@pkgjs/parseargs/README.md +0 -413
- package/node_modules/@pkgjs/parseargs/examples/is-default-value.js +0 -25
- package/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +0 -35
- package/node_modules/@pkgjs/parseargs/examples/negate.js +0 -43
- package/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +0 -31
- package/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +0 -41
- package/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +0 -26
- package/node_modules/@pkgjs/parseargs/index.js +0 -396
- package/node_modules/@pkgjs/parseargs/internal/errors.js +0 -47
- package/node_modules/@pkgjs/parseargs/internal/primordials.js +0 -393
- package/node_modules/@pkgjs/parseargs/internal/util.js +0 -14
- package/node_modules/@pkgjs/parseargs/internal/validators.js +0 -89
- package/node_modules/@pkgjs/parseargs/package.json +0 -36
- package/node_modules/@pkgjs/parseargs/utils.js +0 -198
- package/node_modules/cross-spawn/LICENSE +0 -21
- package/node_modules/cross-spawn/README.md +0 -89
- package/node_modules/cross-spawn/index.js +0 -39
- package/node_modules/cross-spawn/lib/enoent.js +0 -59
- package/node_modules/cross-spawn/lib/parse.js +0 -91
- package/node_modules/cross-spawn/lib/util/escape.js +0 -47
- package/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
- package/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
- package/node_modules/cross-spawn/package.json +0 -73
- package/node_modules/eastasianwidth/README.md +0 -32
- package/node_modules/eastasianwidth/eastasianwidth.js +0 -311
- package/node_modules/eastasianwidth/package.json +0 -18
- package/node_modules/foreground-child/LICENSE +0 -15
- package/node_modules/foreground-child/README.md +0 -128
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -2
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/all-signals.js +0 -58
- package/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/index.d.ts +0 -58
- package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/index.js +0 -123
- package/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/package.json +0 -3
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -6
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.js +0 -38
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -10
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/commonjs/watchdog.js +0 -50
- package/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -2
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/all-signals.js +0 -52
- package/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/index.d.ts +0 -58
- package/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/index.js +0 -115
- package/node_modules/foreground-child/dist/esm/index.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/package.json +0 -3
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -6
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/proxy-signals.js +0 -34
- package/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -10
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
- package/node_modules/foreground-child/dist/esm/watchdog.js +0 -46
- package/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/LICENSE.txt +0 -16
- package/node_modules/foreground-child/node_modules/signal-exit/README.md +0 -74
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js +0 -10
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js +0 -279
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json +0 -3
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js +0 -42
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js +0 -4
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js +0 -275
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json +0 -3
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js +0 -39
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
- package/node_modules/foreground-child/node_modules/signal-exit/package.json +0 -106
- package/node_modules/foreground-child/package.json +0 -106
- package/node_modules/isexe/.npmignore +0 -2
- package/node_modules/isexe/LICENSE +0 -15
- package/node_modules/isexe/README.md +0 -51
- package/node_modules/isexe/index.js +0 -57
- package/node_modules/isexe/mode.js +0 -41
- package/node_modules/isexe/package.json +0 -31
- package/node_modules/isexe/test/basic.js +0 -221
- package/node_modules/isexe/windows.js +0 -42
- package/node_modules/jackspeak/LICENSE.md +0 -55
- package/node_modules/jackspeak/README.md +0 -357
- package/node_modules/jackspeak/dist/commonjs/index.d.ts +0 -315
- package/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/jackspeak/dist/commonjs/index.js +0 -1010
- package/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
- package/node_modules/jackspeak/dist/commonjs/package.json +0 -3
- package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +0 -1
- package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +0 -1
- package/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +0 -4
- package/node_modules/jackspeak/dist/commonjs/parse-args.js +0 -50
- package/node_modules/jackspeak/dist/esm/index.d.ts +0 -315
- package/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
- package/node_modules/jackspeak/dist/esm/index.js +0 -1000
- package/node_modules/jackspeak/dist/esm/index.js.map +0 -1
- package/node_modules/jackspeak/dist/esm/package.json +0 -3
- package/node_modules/jackspeak/dist/esm/parse-args.d.ts +0 -4
- package/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +0 -1
- package/node_modules/jackspeak/dist/esm/parse-args.js +0 -26
- package/node_modules/jackspeak/dist/esm/parse-args.js.map +0 -1
- package/node_modules/jackspeak/package.json +0 -95
- package/node_modules/package-json-from-dist/LICENSE.md +0 -63
- package/node_modules/package-json-from-dist/README.md +0 -110
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +0 -89
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/package-json-from-dist/dist/commonjs/index.js +0 -134
- package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
- package/node_modules/package-json-from-dist/dist/commonjs/package.json +0 -3
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts +0 -89
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
- package/node_modules/package-json-from-dist/dist/esm/index.js +0 -129
- package/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
- package/node_modules/package-json-from-dist/dist/esm/package.json +0 -3
- package/node_modules/package-json-from-dist/package.json +0 -68
- package/node_modules/path-key/index.d.ts +0 -40
- package/node_modules/path-key/index.js +0 -16
- package/node_modules/path-key/license +0 -9
- package/node_modules/path-key/package.json +0 -39
- package/node_modules/path-key/readme.md +0 -61
- package/node_modules/rimraf/LICENSE +0 -15
- package/node_modules/rimraf/README.md +0 -220
- package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +0 -3
- package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/default-tmp.js +0 -61
- package/node_modules/rimraf/dist/commonjs/default-tmp.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +0 -3
- package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/fix-eperm.js +0 -58
- package/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/fs.d.ts +0 -17
- package/node_modules/rimraf/dist/commonjs/fs.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/fs.js +0 -46
- package/node_modules/rimraf/dist/commonjs/fs.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +0 -3
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.js +0 -21
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/index.d.ts +0 -50
- package/node_modules/rimraf/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/index.js +0 -78
- package/node_modules/rimraf/dist/commonjs/index.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +0 -34
- package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/opt-arg.js +0 -53
- package/node_modules/rimraf/dist/commonjs/opt-arg.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/package.json +0 -3
- package/node_modules/rimraf/dist/commonjs/path-arg.d.ts +0 -4
- package/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/path-arg.js +0 -52
- package/node_modules/rimraf/dist/commonjs/path-arg.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/platform.d.ts +0 -3
- package/node_modules/rimraf/dist/commonjs/platform.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/platform.js +0 -4
- package/node_modules/rimraf/dist/commonjs/platform.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +0 -3
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.js +0 -19
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +0 -8
- package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/retry-busy.js +0 -68
- package/node_modules/rimraf/dist/commonjs/retry-busy.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +0 -3
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.js +0 -12
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +0 -4
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +0 -192
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +0 -4
- package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-native.js +0 -24
- package/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +0 -4
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.js +0 -123
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +0 -4
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.js +0 -182
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +0 -1
- package/node_modules/rimraf/dist/commonjs/use-native.d.ts +0 -4
- package/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +0 -1
- package/node_modules/rimraf/dist/commonjs/use-native.js +0 -22
- package/node_modules/rimraf/dist/commonjs/use-native.js.map +0 -1
- package/node_modules/rimraf/dist/esm/bin.d.mts +0 -8
- package/node_modules/rimraf/dist/esm/bin.d.mts.map +0 -1
- package/node_modules/rimraf/dist/esm/bin.mjs +0 -256
- package/node_modules/rimraf/dist/esm/bin.mjs.map +0 -1
- package/node_modules/rimraf/dist/esm/default-tmp.d.ts +0 -3
- package/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/default-tmp.js +0 -55
- package/node_modules/rimraf/dist/esm/default-tmp.js.map +0 -1
- package/node_modules/rimraf/dist/esm/fix-eperm.d.ts +0 -3
- package/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/fix-eperm.js +0 -53
- package/node_modules/rimraf/dist/esm/fix-eperm.js.map +0 -1
- package/node_modules/rimraf/dist/esm/fs.d.ts +0 -17
- package/node_modules/rimraf/dist/esm/fs.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/fs.js +0 -31
- package/node_modules/rimraf/dist/esm/fs.js.map +0 -1
- package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +0 -3
- package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/ignore-enoent.js +0 -16
- package/node_modules/rimraf/dist/esm/ignore-enoent.js.map +0 -1
- package/node_modules/rimraf/dist/esm/index.d.ts +0 -50
- package/node_modules/rimraf/dist/esm/index.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/index.js +0 -70
- package/node_modules/rimraf/dist/esm/index.js.map +0 -1
- package/node_modules/rimraf/dist/esm/opt-arg.d.ts +0 -34
- package/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/opt-arg.js +0 -46
- package/node_modules/rimraf/dist/esm/opt-arg.js.map +0 -1
- package/node_modules/rimraf/dist/esm/package.json +0 -3
- package/node_modules/rimraf/dist/esm/path-arg.d.ts +0 -4
- package/node_modules/rimraf/dist/esm/path-arg.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/path-arg.js +0 -47
- package/node_modules/rimraf/dist/esm/path-arg.js.map +0 -1
- package/node_modules/rimraf/dist/esm/platform.d.ts +0 -3
- package/node_modules/rimraf/dist/esm/platform.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/platform.js +0 -2
- package/node_modules/rimraf/dist/esm/platform.js.map +0 -1
- package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +0 -3
- package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/readdir-or-error.js +0 -14
- package/node_modules/rimraf/dist/esm/readdir-or-error.js.map +0 -1
- package/node_modules/rimraf/dist/esm/retry-busy.d.ts +0 -8
- package/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/retry-busy.js +0 -63
- package/node_modules/rimraf/dist/esm/retry-busy.js.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +0 -3
- package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-manual.js +0 -6
- package/node_modules/rimraf/dist/esm/rimraf-manual.js.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +0 -4
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.js +0 -187
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-native.d.ts +0 -4
- package/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-native.js +0 -19
- package/node_modules/rimraf/dist/esm/rimraf-native.js.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +0 -4
- package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-posix.js +0 -118
- package/node_modules/rimraf/dist/esm/rimraf-posix.js.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +0 -4
- package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/rimraf-windows.js +0 -177
- package/node_modules/rimraf/dist/esm/rimraf-windows.js.map +0 -1
- package/node_modules/rimraf/dist/esm/use-native.d.ts +0 -4
- package/node_modules/rimraf/dist/esm/use-native.d.ts.map +0 -1
- package/node_modules/rimraf/dist/esm/use-native.js +0 -16
- package/node_modules/rimraf/dist/esm/use-native.js.map +0 -1
- package/node_modules/rimraf/node_modules/balanced-match/.github/FUNDING.yml +0 -2
- package/node_modules/rimraf/node_modules/balanced-match/LICENSE.md +0 -21
- package/node_modules/rimraf/node_modules/balanced-match/README.md +0 -97
- package/node_modules/rimraf/node_modules/balanced-match/index.js +0 -62
- package/node_modules/rimraf/node_modules/balanced-match/package.json +0 -48
- package/node_modules/rimraf/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
- package/node_modules/rimraf/node_modules/brace-expansion/LICENSE +0 -21
- package/node_modules/rimraf/node_modules/brace-expansion/README.md +0 -135
- package/node_modules/rimraf/node_modules/brace-expansion/index.js +0 -203
- package/node_modules/rimraf/node_modules/brace-expansion/package.json +0 -49
- package/node_modules/rimraf/node_modules/glob/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/glob/README.md +0 -1265
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.js +0 -247
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/glob.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.js +0 -27
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.js +0 -119
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.d.ts +0 -97
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.js +0 -68
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/package.json +0 -3
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.js +0 -219
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.js +0 -301
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/processor.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.js +0 -387
- package/node_modules/rimraf/node_modules/glob/dist/commonjs/walker.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/bin.d.mts +0 -3
- package/node_modules/rimraf/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/bin.mjs +0 -346
- package/node_modules/rimraf/node_modules/glob/dist/esm/bin.mjs.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/glob.d.ts +0 -388
- package/node_modules/rimraf/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/glob.js +0 -243
- package/node_modules/rimraf/node_modules/glob/dist/esm/glob.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
- package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.js +0 -23
- package/node_modules/rimraf/node_modules/glob/dist/esm/has-magic.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.d.ts +0 -24
- package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js +0 -115
- package/node_modules/rimraf/node_modules/glob/dist/esm/ignore.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/index.d.ts +0 -97
- package/node_modules/rimraf/node_modules/glob/dist/esm/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/index.js +0 -55
- package/node_modules/rimraf/node_modules/glob/dist/esm/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/package.json +0 -3
- package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.d.ts +0 -76
- package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.js +0 -215
- package/node_modules/rimraf/node_modules/glob/dist/esm/pattern.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/processor.d.ts +0 -59
- package/node_modules/rimraf/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/processor.js +0 -294
- package/node_modules/rimraf/node_modules/glob/dist/esm/processor.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/walker.d.ts +0 -97
- package/node_modules/rimraf/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/glob/dist/esm/walker.js +0 -381
- package/node_modules/rimraf/node_modules/glob/dist/esm/walker.js.map +0 -1
- package/node_modules/rimraf/node_modules/glob/package.json +0 -99
- package/node_modules/rimraf/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/lru-cache/README.md +0 -331
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.d.ts +0 -1277
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.js +0 -1546
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.min.js +0 -2
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
- package/node_modules/rimraf/node_modules/lru-cache/dist/commonjs/package.json +0 -3
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.d.ts +0 -1277
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.js +0 -1542
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.min.js +0 -2
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
- package/node_modules/rimraf/node_modules/lru-cache/dist/esm/package.json +0 -3
- package/node_modules/rimraf/node_modules/lru-cache/package.json +0 -116
- package/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/minimatch/README.md +0 -491
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -20
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.js +0 -747
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -152
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -12
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.js +0 -22
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.d.ts +0 -98
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.js +0 -1023
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/package.json +0 -3
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -17
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.js +0 -24
- package/node_modules/rimraf/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.d.ts +0 -20
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js +0 -743
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/ast.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js +0 -148
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.d.ts +0 -12
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.js +0 -18
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/escape.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.d.ts +0 -98
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js +0 -1007
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/package.json +0 -3
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.d.ts +0 -17
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.js +0 -20
- package/node_modules/rimraf/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
- package/node_modules/rimraf/node_modules/minimatch/package.json +0 -82
- package/node_modules/rimraf/node_modules/path-scurry/LICENSE.md +0 -55
- package/node_modules/rimraf/node_modules/path-scurry/README.md +0 -636
- package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.d.ts +0 -1116
- package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.js +0 -2014
- package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/path-scurry/dist/commonjs/package.json +0 -3
- package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.d.ts +0 -1116
- package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
- package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.js +0 -1979
- package/node_modules/rimraf/node_modules/path-scurry/dist/esm/index.js.map +0 -1
- package/node_modules/rimraf/node_modules/path-scurry/dist/esm/package.json +0 -3
- package/node_modules/rimraf/node_modules/path-scurry/package.json +0 -89
- package/node_modules/rimraf/package.json +0 -89
- package/node_modules/shebang-command/index.js +0 -19
- package/node_modules/shebang-command/license +0 -9
- package/node_modules/shebang-command/package.json +0 -34
- package/node_modules/shebang-command/readme.md +0 -34
- package/node_modules/shebang-regex/index.d.ts +0 -22
- package/node_modules/shebang-regex/index.js +0 -2
- package/node_modules/shebang-regex/license +0 -9
- package/node_modules/shebang-regex/package.json +0 -35
- package/node_modules/shebang-regex/readme.md +0 -33
- package/node_modules/string-width-cjs/index.d.ts +0 -29
- package/node_modules/string-width-cjs/index.js +0 -47
- package/node_modules/string-width-cjs/license +0 -9
- package/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +0 -37
- package/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/string-width-cjs/node_modules/ansi-regex/license +0 -9
- package/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +0 -55
- package/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +0 -78
- package/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +0 -17
- package/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +0 -4
- package/node_modules/string-width-cjs/node_modules/strip-ansi/license +0 -9
- package/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +0 -54
- package/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +0 -46
- package/node_modules/string-width-cjs/package.json +0 -56
- package/node_modules/string-width-cjs/readme.md +0 -50
- package/node_modules/strip-ansi-cjs/index.d.ts +0 -17
- package/node_modules/strip-ansi-cjs/index.js +0 -4
- package/node_modules/strip-ansi-cjs/license +0 -9
- package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
- package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +0 -9
- package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
- package/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
- package/node_modules/strip-ansi-cjs/package.json +0 -54
- package/node_modules/strip-ansi-cjs/readme.md +0 -46
- package/node_modules/which/CHANGELOG.md +0 -166
- package/node_modules/which/LICENSE +0 -15
- package/node_modules/which/README.md +0 -54
- package/node_modules/which/bin/node-which +0 -52
- package/node_modules/which/package.json +0 -43
- package/node_modules/which/which.js +0 -125
- package/node_modules/wrap-ansi-cjs/index.js +0 -216
- package/node_modules/wrap-ansi-cjs/license +0 -9
- package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +0 -37
- package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +0 -9
- package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
- package/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +0 -78
- package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +0 -17
- package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +0 -4
- package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +0 -9
- package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +0 -54
- package/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +0 -46
- package/node_modules/wrap-ansi-cjs/package.json +0 -62
- 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
|
-
|
|
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
|
-
|
|
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 ──
|