@lovrabet/rabetbase-cli 2.4.4 → 2.4.5
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/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.d.ts +1 -0
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/{permit/index.d.ts → dataset/business-groups.d.ts} +1 -1
- package/lib/commands/dataset/business-groups.js +1 -0
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.d.ts +15 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/react/create.js +1 -1
- package/lib/commands/page/react/detail.js +1 -1
- package/lib/commands/page/react/list.js +1 -1
- package/lib/commands/page/react/publish.js +1 -1
- package/lib/commands/page/react/shared.js +1 -1
- package/lib/commands/page/react/syntax.js +1 -1
- package/lib/commands/page/react/template.js +1 -1
- package/lib/commands/page/react/update.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.d.ts +15 -17
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +70 -79
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.d.ts +1 -0
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
- package/skills/rabetbase/SKILL.md +18 -24
- package/skills/rabetbase/guides/database-connection-workflow.md +6 -2
- package/skills/rabetbase/references/rabetbase-dataset-business-groups.md +28 -0
- package/skills/rabetbase/references/rabetbase-dataset-delete.md +7 -5
- package/skills/rabetbase/references/rabetbase-dataset-list.md +6 -6
- package/skills/rabetbase/references/rabetbase-dataset-restore.md +5 -5
- package/skills/rabetbase/references/rabetbase-db-create.md +3 -0
- package/skills/rabetbase/references/rabetbase-db-delete.md +10 -2
- package/skills/rabetbase/references/rabetbase-db-detail.md +2 -0
- package/skills/rabetbase/references/rabetbase-db-list.md +3 -2
- package/skills/rabetbase/references/rabetbase-db-update.md +4 -2
- package/skills/rabetbase/references/rabetbase-role-list.md +9 -17
- package/skills/rabetbase/references/rabetbase-role-user-add.md +44 -16
- package/skills/rabetbase/references/rabetbase-role-user-resolve.md +2 -2
- package/skills/rabetbase.manifest.json +4 -7
- package/lib/commands/permit/index.js +0 -1
- package/lib/commands/permit/page-get.d.ts +0 -2
- package/lib/commands/permit/page-get.js +0 -1
- package/lib/commands/permit/page-set.d.ts +0 -2
- package/lib/commands/permit/page-set.js +0 -1
- package/lib/commands/permit/role-apis-set.d.ts +0 -2
- package/lib/commands/permit/role-apis-set.js +0 -1
- package/lib/commands/permit/role-menus-set.d.ts +0 -2
- package/lib/commands/permit/role-menus-set.js +0 -1
- package/lib/commands/permit/role-menus.d.ts +0 -2
- package/lib/commands/permit/role-menus.js +0 -1
- package/lib/commands/permit/shared.d.ts +0 -74
- package/lib/commands/permit/shared.js +0 -1
- package/lib/commands/role/create.d.ts +0 -2
- package/lib/commands/role/create.js +0 -1
- package/skills/rabetbase/guides/role-permit-workflow.md +0 -127
- package/skills/rabetbase/references/rabetbase-permit-page-set.md +0 -69
- package/skills/rabetbase/references/rabetbase-permit-role-apis-set.md +0 -53
- package/skills/rabetbase/references/rabetbase-permit-role-menus-set.md +0 -57
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x13a5ec,_0x3d97c5){var _0x51bde0=a241_0xf5ce,_0x9228b7=_0x13a5ec();while(!![]){try{var _0x418f5a=parseInt(_0x51bde0(0x68))/0x1+parseInt(_0x51bde0(0x72))/0x2+parseInt(_0x51bde0(0x74))/0x3*(parseInt(_0x51bde0(0x6f))/0x4)+parseInt(_0x51bde0(0x69))/0x5+parseInt(_0x51bde0(0x70))/0x6+-parseInt(_0x51bde0(0x75))/0x7*(-parseInt(_0x51bde0(0x73))/0x8)+-parseInt(_0x51bde0(0x76))/0x9*(parseInt(_0x51bde0(0x6d))/0xa);if(_0x418f5a===_0x3d97c5)break;else _0x9228b7['push'](_0x9228b7['shift']());}catch(_0x44b62e){_0x9228b7['push'](_0x9228b7['shift']());}}}(a241_0x3ca0,0x66744));function a241_0xf5ce(_0x4619bf,_0x1aa70e){_0x4619bf=_0x4619bf-0x68;var _0x3ca0e2=a241_0x3ca0();var _0xf5ce5e=_0x3ca0e2[_0x4619bf];return _0xf5ce5e;}import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x7011af){var _0xf4e25=a241_0xf5ce;return _0x7011af?.[_0xf4e25(0x6c)]===!![];}function a241_0x3ca0(){var _0x5ab71f=['def','418860omQQbx','1498650dOZvFS','compress','833236FEzKTd','8ebzPTi','15KLXupS','211631gkcGXT','3691719opsOGS','defaultFormat','763088Qiozqe','2436590ksRKwu','format','flags','structuredErrors','50xNXwAo'];a241_0x3ca0=function(){return _0x5ab71f;};return a241_0x3ca0();}export function resolveErrorOutputFormat(_0xe7eecb){var _0x491bdf=a241_0xf5ce;if(!_0xe7eecb[_0x491bdf(0x6e)])return _0xe7eecb[_0x491bdf(0x77)]??_0x491bdf(0x71);return resolveOutputConfig({'flags':_0xe7eecb[_0x491bdf(0x6b)]??{},'def':_0xe7eecb['def'],'configDefault':_0xe7eecb[_0x491bdf(0x77)]})[_0x491bdf(0x6a)];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a242_0x439d(_0x2c1520,_0x4b5519){_0x2c1520=_0x2c1520-0x69;const _0x4235b8=a242_0x4235();let _0x439d59=_0x4235b8[_0x2c1520];return _0x439d59;}const a242_0x49fba8=a242_0x439d;(function(_0x3568c6,_0x2023f6){const _0x1d07f0=a242_0x439d,_0x5518ba=_0x3568c6();while(!![]){try{const _0x57a4b2=parseInt(_0x1d07f0(0x74))/0x1+-parseInt(_0x1d07f0(0x79))/0x2+parseInt(_0x1d07f0(0x6c))/0x3+parseInt(_0x1d07f0(0x75))/0x4+-parseInt(_0x1d07f0(0x6a))/0x5+parseInt(_0x1d07f0(0x71))/0x6*(-parseInt(_0x1d07f0(0x76))/0x7)+parseInt(_0x1d07f0(0x69))/0x8*(parseInt(_0x1d07f0(0x73))/0x9);if(_0x57a4b2===_0x2023f6)break;else _0x5518ba['push'](_0x5518ba['shift']());}catch(_0x295fe4){_0x5518ba['push'](_0x5518ba['shift']());}}}(a242_0x4235,0xe68ba));const EXPLICIT_YES_COMMANDS=new Set([a242_0x49fba8(0x6e),a242_0x49fba8(0x78),a242_0x49fba8(0x70),a242_0x49fba8(0x6f)]);export const EXPLICIT_YES_FLAG_DESCRIPTION=a242_0x49fba8(0x6d);export function requiresExplicitYes(_0x378452){const _0x2c7f2a=a242_0x49fba8;return EXPLICIT_YES_COMMANDS[_0x2c7f2a(0x72)](_0x378452[_0x2c7f2a(0x6b)]+'\x20'+_0x378452[_0x2c7f2a(0x77)]);}function a242_0x4235(){const _0x2b03da=['command','kb\x20delete','2534460hsOpWL','8hYlrSZ','7336185awCUBc','service','4457154YcqDnu','Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan','menu\x20delete','notification\x20config-delete','notification\x20config-update','1774698xqWGAw','has','3454452pSEmYC','1698418JpWknv','1626400sGKEBY','7pPgpiC'];a242_0x4235=function(){return _0x2b03da;};return a242_0x4235();}
|
package/lib/framework/flags.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a243_0x1ef04c=a243_0x53eb;(function(_0x1c6270,_0x3975db){const _0x313d72=a243_0x53eb,_0x40d827=_0x1c6270();while(!![]){try{const _0x5d32ab=-parseInt(_0x313d72(0x1b6))/0x1+parseInt(_0x313d72(0x1b8))/0x2*(parseInt(_0x313d72(0x1ba))/0x3)+-parseInt(_0x313d72(0x1bc))/0x4+parseInt(_0x313d72(0x1b9))/0x5*(parseInt(_0x313d72(0x1bd))/0x6)+parseInt(_0x313d72(0x1be))/0x7*(-parseInt(_0x313d72(0x1b7))/0x8)+parseInt(_0x313d72(0x1bf))/0x9+parseInt(_0x313d72(0x1bb))/0xa;if(_0x5d32ab===_0x3975db)break;else _0x40d827['push'](_0x40d827['shift']());}catch(_0x252885){_0x40d827['push'](_0x40d827['shift']());}}}(a243_0x2cd6,0x6cc9b));import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a243_0x2cd6(){const _0x12caa0=['18GJFGHu','42ozhFFP','4717962fgWPwI','parseFlags','392304MNsXSs','694296LSxLnr','2ZFOEDw','219665TGAraq','1512474yMpPqO','10284690mQCuja','3320092KdHhfF'];a243_0x2cd6=function(){return _0x12caa0;};return a243_0x2cd6();}const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a243_0x1ef04c(0x1b5)];function a243_0x53eb(_0x2e33ec,_0x562ff0){_0x2e33ec=_0x2e33ec-0x1b5;const _0x2cd634=a243_0x2cd6();let _0x53eb7f=_0x2cd634[_0x2e33ec];return _0x53eb7f;}export const validateFlags=helpers['validateFlags'];
|
package/lib/framework/help.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a244_0x31f379=a244_0x15cb;(function(_0xe64439,_0x182b72){const _0x3abab3=a244_0x15cb,_0x11459c=_0xe64439();while(!![]){try{const _0x273f4c=-parseInt(_0x3abab3(0x9f))/0x1*(-parseInt(_0x3abab3(0x94))/0x2)+-parseInt(_0x3abab3(0xa0))/0x3*(-parseInt(_0x3abab3(0x96))/0x4)+-parseInt(_0x3abab3(0x93))/0x5*(parseInt(_0x3abab3(0x92))/0x6)+parseInt(_0x3abab3(0x9c))/0x7+-parseInt(_0x3abab3(0xa3))/0x8*(parseInt(_0x3abab3(0x98))/0x9)+-parseInt(_0x3abab3(0x9a))/0xa+parseInt(_0x3abab3(0x91))/0xb;if(_0x273f4c===_0x182b72)break;else _0x11459c['push'](_0x11459c['shift']());}catch(_0x3b69df){_0x11459c['push'](_0x11459c['shift']());}}}(a244_0x1081,0x3a51e));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';function a244_0x1081(){const _0x3cb7af=['5030432RSfiFG','26652VohpJz','425nBNSoD','22fpidgC','generateServiceHelp','247252bKLWQR','replace','27bSNlTn','get','4384900xNUpKp','generateCommandHelp','135597PmuqPo','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.','34244fVWyZg','12jHnFSP','\x20[args]\x20[flags]','generateFullHelp','121816KvluNq','\x20workspace\x20init`\x20or\x20--appcode).'];a244_0x1081=function(){return _0x3cb7af;};return a244_0x1081();}import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{requiresExplicitYes}from'../framework/explicit-yes.js';const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x508b5d=>serviceGroups[a244_0x31f379(0x99)](_0x508b5d),'buildAllFlags':buildAllFlags,'appPrerequisiteText':'Requires\x20appcode\x20(set\x20via\x20`'+CLI_BIN_NAME+a244_0x31f379(0x90),'serviceUsageSuffix':a244_0x31f379(0xa1)});export function generateCommandHelp(_0x4a6540){const _0x27ff79=a244_0x31f379,_0xf98bf0=generators[_0x27ff79(0x9b)](_0x4a6540);if(!requiresExplicitYes(_0x4a6540))return _0xf98bf0;return _0xf98bf0[_0x27ff79(0x97)](_0x27ff79(0x9d),_0x27ff79(0x9e));}function a244_0x15cb(_0x28afac,_0x5abcb2){_0x28afac=_0x28afac-0x90;const _0x10812c=a244_0x1081();let _0x15cb9c=_0x10812c[_0x28afac];return _0x15cb9c;}export const generateServiceHelp=generators[a244_0x31f379(0x95)];export const generateFullHelp=generators[a244_0x31f379(0xa2)];
|
package/lib/framework/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x55a2ba,_0x3e590f){var _0x4b991f=a245_0x4cd7,_0x5ae374=_0x55a2ba();while(!![]){try{var _0x1ce008=-parseInt(_0x4b991f(0x160))/0x1*(-parseInt(_0x4b991f(0x166))/0x2)+parseInt(_0x4b991f(0x15e))/0x3+-parseInt(_0x4b991f(0x161))/0x4*(parseInt(_0x4b991f(0x163))/0x5)+-parseInt(_0x4b991f(0x165))/0x6*(-parseInt(_0x4b991f(0x162))/0x7)+parseInt(_0x4b991f(0x168))/0x8+-parseInt(_0x4b991f(0x167))/0x9*(-parseInt(_0x4b991f(0x15f))/0xa)+-parseInt(_0x4b991f(0x164))/0xb;if(_0x1ce008===_0x3e590f)break;else _0x5ae374['push'](_0x5ae374['shift']());}catch(_0x15c751){_0x5ae374['push'](_0x5ae374['shift']());}}}(a245_0x4ec0,0xbeaa9));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';function a245_0x4cd7(_0x4c1a75,_0x2e8318){_0x4c1a75=_0x4c1a75-0x15e;var _0x4ec0f8=a245_0x4ec0();var _0x4cd76a=_0x4ec0f8[_0x4c1a75];return _0x4cd76a;}export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';function a245_0x4ec0(){var _0x5dbae5=['6samsAK','1090778gJdHtr','63uvBgNx','861480kWvMsl','199143IvKgRD','774030XwPOmM','1wSVsKR','224vAPaJj','3587682svcQaZ','30260nXKlxk','7193131vmyAUM'];a245_0x4ec0=function(){return _0x5dbae5;};return a245_0x4ec0();}
|
package/lib/framework/output.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a246_0x496e(_0x278591,_0x12dfba){_0x278591=_0x278591-0x1dc;const _0x3d3ebb=a246_0x3d3e();let _0x496e32=_0x3d3ebb[_0x278591];return _0x496e32;}(function(_0x3332fe,_0x34bc44){const _0x33c490=a246_0x496e,_0x582fc2=_0x3332fe();while(!![]){try{const _0x53a3f6=-parseInt(_0x33c490(0x1ef))/0x1+-parseInt(_0x33c490(0x1e0))/0x2*(-parseInt(_0x33c490(0x1f2))/0x3)+-parseInt(_0x33c490(0x1ec))/0x4+parseInt(_0x33c490(0x1ea))/0x5+parseInt(_0x33c490(0x1df))/0x6+parseInt(_0x33c490(0x1e5))/0x7*(parseInt(_0x33c490(0x1e2))/0x8)+-parseInt(_0x33c490(0x1e3))/0x9*(parseInt(_0x33c490(0x1ee))/0xa);if(_0x53a3f6===_0x34bc44)break;else _0x582fc2['push'](_0x582fc2['shift']());}catch(_0x190318){_0x582fc2['push'](_0x582fc2['shift']());}}}(a246_0x3d3e,0xdd900));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliError,CliErrors}from'../errors.js';import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x8c66c3,_0x4a1d9f){const _0x560c27=a246_0x496e,_0x23c430=_0x8c66c3[_0x560c27(0x1f1)],{_notice:_0x174e2e,..._0x4f2fa3}=_0x8c66c3;void _0x174e2e,baseFormatOutput(_0x4f2fa3,_0x4a1d9f),_0x4a1d9f[_0x560c27(0x1eb)]===_0x560c27(0x1e7)&&printPrettyNotice(_0x23c430);}function a246_0x3d3e(){const _0x13ac0d=['format','1629960YFeENy','risk','210890WxOqlU','850686amizVn','error','_notice','12UvXliO','code','message','jqFilter','validation','command','url','update','10018464CjvGZX','869290HfOvTB','data','16808WwPMgU','801svWRQM','hint','49tsyOdN','stringify','pretty','endsWith','trim','3097930aeKlLL'];a246_0x3d3e=function(){return _0x13ac0d;};return a246_0x3d3e();}export function formatCliError(_0x278a79,_0x3ef4a8){const _0x39c298=a246_0x496e;if(_0x3ef4a8[_0x39c298(0x1eb)]==='pretty')return![];const _0x247044=_0x278a79[_0x39c298(0x1e1)],_0x312a04={'ok':![],'command':_0x3ef4a8[_0x39c298(0x1dc)],'risk':_0x3ef4a8[_0x39c298(0x1ed)],'data':_0x247044??null,'error':{'code':_0x278a79[_0x39c298(0x1f3)],'message':_0x278a79[_0x39c298(0x1f4)],..._0x278a79[_0x39c298(0x1e4)]?{'hint':_0x278a79[_0x39c298(0x1e4)]}:{}}},_0x456a1b=_0x3ef4a8[_0x39c298(0x1eb)]==='json'?JSON[_0x39c298(0x1e6)](_0x312a04,null,0x2):JSON[_0x39c298(0x1e6)](_0x312a04);let _0xac3865=_0x456a1b;if(_0x3ef4a8[_0x39c298(0x1f5)]?.[_0x39c298(0x1e9)]())try{_0xac3865=applyJqFilter(_0x456a1b,_0x3ef4a8[_0x39c298(0x1f5)]);}catch(_0x50c1b5){const _0x350798=_0x50c1b5 instanceof CliError?_0x50c1b5:CliErrors[_0x39c298(0x1f6)]('jq:\x20'+(_0x50c1b5 instanceof Error?_0x50c1b5[_0x39c298(0x1f4)]:String(_0x50c1b5))),_0x43cb5e={..._0x312a04,'error':{'code':_0x350798['code'],'message':_0x350798[_0x39c298(0x1f4)],..._0x350798['hint']?{'hint':_0x350798[_0x39c298(0x1e4)]}:{},'cause':_0x312a04[_0x39c298(0x1f0)]}};_0xac3865=_0x3ef4a8[_0x39c298(0x1eb)]==='json'?JSON[_0x39c298(0x1e6)](_0x43cb5e,null,0x2):JSON[_0x39c298(0x1e6)](_0x43cb5e);}return process['stdout']['write'](_0xac3865[_0x39c298(0x1e8)]('\x0a')?_0xac3865:_0xac3865+'\x0a'),!![];}function printPrettyNotice(_0x3b717f){const _0x490e99=a246_0x496e;if(!_0x3b717f?.[_0x490e99(0x1de)])return;console[_0x490e99(0x1f0)](_0x3b717f[_0x490e99(0x1de)][_0x490e99(0x1f4)]+'\x20('+_0x3b717f['update'][_0x490e99(0x1dd)]+')');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a247_0x2cfb(_0x487f19,_0x4b1819){_0x487f19=_0x487f19-0x73;var _0x3523f0=a247_0x3523();var _0x2cfb01=_0x3523f0[_0x487f19];return _0x2cfb01;}function a247_0x3523(){var _0x2f996d=['21439mtUzLt','495iSbQkx','30ljeBoo','4573080ahzTyg','10077OkdloG','468NlZiGP','1494juZStz','40750OiKjau','7764yVyPrY','660709SYJJsE','1751590wODoRX','106HrGfBj'];a247_0x3523=function(){return _0x2f996d;};return a247_0x3523();}(function(_0x5b141f,_0x50d4b6){var _0x1a54c6=a247_0x2cfb,_0x2d16a5=_0x5b141f();while(!![]){try{var _0x9a1a8b=-parseInt(_0x1a54c6(0x7d))/0x1*(parseInt(_0x1a54c6(0x7b))/0x2)+-parseInt(_0x1a54c6(0x74))/0x3*(parseInt(_0x1a54c6(0x75))/0x4)+parseInt(_0x1a54c6(0x7a))/0x5+parseInt(_0x1a54c6(0x7e))/0x6*(parseInt(_0x1a54c6(0x79))/0x7)+-parseInt(_0x1a54c6(0x73))/0x8+-parseInt(_0x1a54c6(0x76))/0x9*(parseInt(_0x1a54c6(0x77))/0xa)+parseInt(_0x1a54c6(0x7c))/0xb*(parseInt(_0x1a54c6(0x78))/0xc);if(_0x9a1a8b===_0x50d4b6)break;else _0x2d16a5['push'](_0x2d16a5['shift']());}catch(_0x38abf3){_0x2d16a5['push'](_0x2d16a5['shift']());}}}(a247_0x3523,0x658bd));export{extractList,extractPaging}from'@lovrabet/cli-framework';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x21af9a,_0x29124b){const _0x50799f=a248_0x53da,_0x9ef1ff=_0x21af9a();while(!![]){try{const _0x3a4ccf=parseInt(_0x50799f(0x14b))/0x1+-parseInt(_0x50799f(0x162))/0x2+parseInt(_0x50799f(0x14a))/0x3+-parseInt(_0x50799f(0x156))/0x4+-parseInt(_0x50799f(0x15c))/0x5*(-parseInt(_0x50799f(0x152))/0x6)+-parseInt(_0x50799f(0x158))/0x7*(-parseInt(_0x50799f(0x14e))/0x8)+-parseInt(_0x50799f(0x15d))/0x9*(parseInt(_0x50799f(0x14f))/0xa);if(_0x3a4ccf===_0x29124b)break;else _0x9ef1ff['push'](_0x9ef1ff['shift']());}catch(_0x283d74){_0x9ef1ff['push'](_0x9ef1ff['shift']());}}}(a248_0x881b,0xda757));function a248_0x881b(){const _0x13c7e5=['4454838bJfDfS','length','join','Available\x20aliases:\x20','4859840TsxjcW','alias','24829AJlZdg','\x22.\x20','string','flags','10SpEoWj','279JdZZLJ','No\x20api.ts\x20found\x20in\x20','code','name','.\x20Run\x20`','1161632AYmIBB','map','4230270SGjnqf','687254qcjkmQ','some','validation','3248tIVKxH','752190fBNwsm','\x20api\x20pull`\x20first.','Unknown\x20alias\x20\x22'];a248_0x881b=function(){return _0x13c7e5;};return a248_0x881b();}import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a248_0x53da(_0x33f329,_0x1eff45){_0x33f329=_0x33f329-0x14a;const _0x881bb=a248_0x881b();let _0x53da4b=_0x881bb[_0x33f329];return _0x53da4b;}export function resolveAliasToCode(_0x19717d,_0x2e2b0b,_0x3e4e6e,_0x125fba){const _0x14c50e=a248_0x53da,_0x3c0da2=_0x19717d['flags'][_0x14c50e(0x14c)](_0xaf4c15=>_0xaf4c15[_0x14c50e(0x160)]==='code'&&_0xaf4c15['type']===_0x14c50e(0x15a)),_0x4949c9=_0x19717d[_0x14c50e(0x15b)][_0x14c50e(0x14c)](_0xda12d9=>_0xda12d9[_0x14c50e(0x160)]===_0x14c50e(0x157)&&_0xda12d9['type']===_0x14c50e(0x15a));if(!_0x3c0da2||!_0x4949c9)return;const _0x3ea9eb=_0x2e2b0b[_0x14c50e(0x15f)]?String(_0x2e2b0b['code']):'',_0x4f372b=_0x2e2b0b[_0x14c50e(0x157)]?String(_0x2e2b0b['alias']):'';if(!_0x3ea9eb&&!_0x4f372b)throw CliErrors['validation']('`'+_0x125fba+'`\x20requires\x20either\x20--code\x20or\x20--alias.');if(_0x4f372b&&!_0x3ea9eb){const _0x16b317=resolveAlias(_0x3e4e6e,_0x4f372b);if(!_0x16b317){const _0x47e8c9=listAliases(_0x3e4e6e)[_0x14c50e(0x163)](_0x3fc362=>_0x3fc362[_0x14c50e(0x157)]),_0x4f452f=_0x47e8c9[_0x14c50e(0x153)]?_0x14c50e(0x155)+_0x47e8c9[_0x14c50e(0x154)](',\x20'):_0x14c50e(0x15e)+_0x3e4e6e+_0x14c50e(0x161)+CLI_BIN_NAME+_0x14c50e(0x150);throw CliErrors[_0x14c50e(0x14d)](_0x14c50e(0x151)+_0x4f372b+_0x14c50e(0x159)+_0x4f452f);}_0x2e2b0b[_0x14c50e(0x15f)]=_0x16b317;}}
|
package/lib/framework/runner.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3a077f,_0x1d63fe){const _0x3a6ae3=a256_0x1ad6,_0x49f393=_0x3a077f();while(!![]){try{const _0x3fe781=-parseInt(_0x3a6ae3(0x14e))/0x1*(parseInt(_0x3a6ae3(0x143))/0x2)+parseInt(_0x3a6ae3(0x172))/0x3*(parseInt(_0x3a6ae3(0x183))/0x4)+-parseInt(_0x3a6ae3(0x188))/0x5+parseInt(_0x3a6ae3(0x15d))/0x6*(-parseInt(_0x3a6ae3(0x166))/0x7)+-parseInt(_0x3a6ae3(0x177))/0x8*(parseInt(_0x3a6ae3(0x169))/0x9)+parseInt(_0x3a6ae3(0x151))/0xa*(parseInt(_0x3a6ae3(0x146))/0xb)+parseInt(_0x3a6ae3(0x176))/0xc;if(_0x3fe781===_0x1d63fe)break;else _0x49f393['push'](_0x49f393['shift']());}catch(_0x2fffdd){_0x49f393['push'](_0x49f393['shift']());}}}(a256_0x2f24,0x83032));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a256_0x506984}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x53ee79){const _0x26e68c=a256_0x1ad6;return typeof _0x53ee79===_0x26e68c(0x187)&&_0x53ee79[_0x26e68c(0x17e)]()?_0x53ee79['trim']():undefined;}function resolveEnvAppCode(){const _0x3696f1=stringFlag(process.env.RABETBASE_APPCODE);if(_0x3696f1)return{'name':'RABETBASE_APPCODE','value':_0x3696f1};const _0x30a631=stringFlag(process.env.LOVRABET_APPCODE);if(_0x30a631)return{'name':'LOVRABET_APPCODE','value':_0x30a631};return undefined;}function hasExplicitAppCode(_0x234c6d,_0x10f386){const _0xf2ba5=a256_0x1ad6;return!!(stringFlag(_0x234c6d[_0xf2ba5(0x180)])||stringFlag(_0x10f386[_0xf2ba5(0x180)]));}function assertEnvAppCodeNotIgnored(_0x2abcb9,_0x515a41,_0x4bc25d){const _0x31e59f=a256_0x1ad6;if(!_0x515a41||_0x4bc25d||_0x2abcb9===_0x515a41[_0x31e59f(0x156)])return;const _0x378bd8=_0x2abcb9?_0x31e59f(0x167)+_0x2abcb9+'\x22.':_0x31e59f(0x18b);throw CliErrors[_0x31e59f(0x141)](_0x515a41[_0x31e59f(0x154)]+'='+_0x515a41[_0x31e59f(0x156)]+_0x31e59f(0x182)+_0x378bd8+'\x20'+('To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$'+_0x515a41[_0x31e59f(0x154)]+'\x22.'));}export function createPipelineEnv(_0x1713bf,_0x151acc,_0x2da48b=[]){const _0x5a8818=a256_0x1ad6;return{'rawFlags':_0x151acc,'args':_0x2da48b,'resolveAppCode':()=>_0x1713bf['appCode'],'resolveCookie':()=>_0x1713bf['cookie']||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a256_0x506984(_0x151acc),'defaultFormat':_0x1713bf[_0x5a8818(0x145)],'defaultPageSize':_0x1713bf['pageSize'],'defaultVerbose':_0x1713bf['verbose'],'apiDir':_0x1713bf[_0x5a8818(0x142)],'riskLevel':_0x1713bf[_0x5a8818(0x14f)],'selectedAppName':_0x1713bf['explicitAppName'],'mergedCli':{'defaultApp':_0x1713bf[_0x5a8818(0x149)],'currentApp':_0x1713bf[_0x5a8818(0x17d)],'appCode':_0x1713bf[_0x5a8818(0x189)],'apps':_0x1713bf['apps']}};}export function createRabetbaseRunnerAdapter(_0x3c4081={}){const _0x126d63=a256_0x1ad6;return{'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[_0x126d63(0x17c)](_0xb3c236=>PIPELINE_FLAG_NAMES[_0x126d63(0x15b)](_0xb3c236[_0x126d63(0x154)]))[_0x126d63(0x18a)](({name:_0x1e20f1,type:_0x4be2c5,description:_0x52c05b})=>({'name':_0x1e20f1,'type':_0x4be2c5,'description':_0x52c05b})),'formatOutput':_0x3c4081[_0x126d63(0x14d)]??formatOutput,'getCommandLabel'(_0x2a5602){const _0x55aede=_0x126d63;return CLI_BIN_NAME+'\x20'+_0x2a5602[_0x55aede(0x162)]+'\x20'+_0x2a5602[_0x55aede(0x16e)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x47a4b8,{def:_0x1163ae}){const _0x15abed=_0x126d63,_0x5ee472=_0x47a4b8[_0x15abed(0x147)](_0x15abed(0x15a))?_0x15abed(0x17f):_0x15abed(0x144)+_0x1163ae[_0x15abed(0x181)]+_0x15abed(0x171)+_0x15abed(0x17f);return CliErrors['validation'](_0x47a4b8+_0x15abed(0x14b)+_0x5ee472);}},async 'prepare'(_0x213a46,_0x4eaa29,_0x2f2ab9,_0x553791){const _0x3c87e8=_0x126d63,_0x1adf87=_0x4eaa29[_0x3c87e8(0x142)]||DEFAULT_API_DIR;resolveAliasToCode(_0x213a46,_0x2f2ab9,_0x1adf87,_0x553791);const _0x5db958=resolveCommandAuthMode(_0x213a46);let _0xcdcaa6='';if(_0x5db958!==_0x3c87e8(0x158)){_0xcdcaa6=_0x4eaa29[_0x3c87e8(0x159)]()||'';if(!_0xcdcaa6){if(_0x5db958==='required')throw CliErrors['authRequired']();}else{const {setActiveCookie:_0x257d94}=await import(_0x3c87e8(0x16a));_0x257d94(_0xcdcaa6);}}const _0x322877=_0x4eaa29[_0x3c87e8(0x164)]()??'';if(_0x213a46[_0x3c87e8(0x157)]!==![]){assertEnvAppCodeNotIgnored(_0x322877,resolveEnvAppCode(),hasExplicitAppCode(_0x2f2ab9,_0x4eaa29[_0x3c87e8(0x160)]));if(!_0x322877)throw CliErrors[_0x3c87e8(0x186)](_0x3c87e8(0x174)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.');}return{'defaults':{'booleans':{'verbose':_0x4eaa29[_0x3c87e8(0x148)]},'numbers':{'pagesize':_0x4eaa29['defaultPageSize']}},'extras':{'appCode':_0x322877,'cookie':_0xcdcaa6,'apiDomain':_0x4eaa29[_0x3c87e8(0x155)](),'apiDir':_0x1adf87,'selectedAppName':_0x4eaa29[_0x3c87e8(0x170)],'mergedCli':_0x4eaa29[_0x3c87e8(0x18c)]}};},'confirmHighRisk':_0x3c4081[_0x126d63(0x153)]??(async({env:_0x294f3d,commandLabel:_0x3b97c4})=>{const _0x27a4b2=_0x126d63;if(_0x294f3d[_0x27a4b2(0x184)])throw CliErrors[_0x27a4b2(0x141)](_0x27a4b2(0x15f)+_0x3b97c4+_0x27a4b2(0x161));await requireConfirmationPrompt({'lines':['⚠\x20\x20High-risk\x20operation:\x20'+_0x3b97c4,_0x27a4b2(0x173)],'createCancelledError':_0x74d086=>CliErrors['cancelled'](_0x74d086)});}),async 'finalize'(){await clearRabetbaseCommandState();}};}const terminalRunnerAdapter=createRabetbaseRunnerAdapter();async function clearRabetbaseCommandState(){const {clearActiveCookie:_0x1ca021}=await import('../core/api-client.js');_0x1ca021();}export async function finalizeRabetbaseRuntimeState(){const _0x260c36=a256_0x1ad6;try{await clearRabetbaseCommandState();}finally{const [{initDomains:_0x5d57cf},{initEnv:_0x4fe23c}]=await Promise['all']([import(_0x260c36(0x165)),import(_0x260c36(0x178))]);_0x5d57cf(),_0x4fe23c('production');}}export async function runCommand(_0x25cc5f,_0xd72204,_0x5b4002=terminalRunnerAdapter){assertRejectedFlags(_0x25cc5f,_0xd72204['rawFlags']),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x25cc5f)?withUpdateNotice(_0x25cc5f):_0x25cc5f,_0xd72204,_0x5b4002);}function assertRejectedFlags(_0x41608b,_0x984341){const _0x2303e6=a256_0x1ad6;for(const _0x3e3d48 of _0x41608b[_0x2303e6(0x16f)]??[]){const _0x85a272=GLOBAL_FLAGS[_0x2303e6(0x15e)](_0x5cc2b5=>_0x5cc2b5[_0x2303e6(0x154)]===_0x3e3d48[_0x2303e6(0x154)]),_0x3422ba=new Set([_0x3e3d48['name'],toCamelCase(_0x3e3d48['name']),_0x85a272?.['meowKey']]),_0x6fc0d9=[..._0x3422ba][_0x2303e6(0x16c)](_0x5a82c7=>{if(!_0x5a82c7)return![];const _0x2a1fb0=_0x984341[_0x5a82c7];return _0x2a1fb0!==undefined&&_0x2a1fb0!==null&&_0x2a1fb0!==![];});if(_0x6fc0d9)throw CliErrors[_0x2303e6(0x141)](_0x3e3d48[_0x2303e6(0x15c)],_0x3e3d48['hint']);}}function toCamelCase(_0x161c90){const _0x44b3b0=a256_0x1ad6;return _0x161c90[_0x44b3b0(0x14c)](/-([a-z])/g,(_0x13f4d8,_0x119812)=>_0x119812[_0x44b3b0(0x185)]());}function shouldAttachUpdateNotice(_0xce4622){const _0x37d822=a256_0x1ad6;if(_0xce4622[_0x37d822(0x179)]===![])return![];return![_0x37d822(0x16d),_0x37d822(0x163),_0x37d822(0x175)][_0x37d822(0x147)](_0xce4622[_0x37d822(0x162)]);}function withUpdateNotice(_0xe47951){return{..._0xe47951,async 'execute'(_0x297519){const _0x17dc24=a256_0x1ad6,_0x4b922a=shouldResolveUpdateNotice(_0x297519)?resolveLatestUpdateNotice()[_0x17dc24(0x152)](()=>null):Promise[_0x17dc24(0x17a)](null),_0x45e4e5=await _0xe47951[_0x17dc24(0x17b)](_0x297519);return attachUpdateNotice(_0x45e4e5,await _0x4b922a);}};}function shouldResolveUpdateNotice(_0x38785d){const _0x2d7c69=a256_0x1ad6;return _0x38785d[_0x2d7c69(0x145)]===_0x2d7c69(0x14a)&&!_0x38785d[_0x2d7c69(0x16b)];}function a256_0x1ad6(_0xbf5197,_0x271cb2){_0xbf5197=_0xbf5197-0x141;const _0x2f2478=a256_0x2f24();let _0x1ad6cc=_0x2f2478[_0xbf5197];return _0x1ad6cc;}function attachUpdateNotice(_0x9cda97,_0x204ef8){const _0x1f9763=a256_0x1ad6;if(!_0x204ef8||!_0x9cda97||typeof _0x9cda97!==_0x1f9763(0x150))return _0x9cda97;const _0x30363e=_0x9cda97,_0x823711=typeof _0x30363e[_0x1f9763(0x168)]==='object'&&_0x30363e[_0x1f9763(0x168)]!==null?_0x30363e[_0x1f9763(0x168)]:{};return{..._0x30363e,'_notice':{..._0x823711,'update':_0x204ef8}};}function a256_0x2f24(){const _0x33bfce=['resolve','execute','filter','currentApp','trim','AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.','appcode','risk','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','208zAfpyd','isNonInteractive','toUpperCase','configMissing','string','3943645xjSqAM','appCode','map','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','mergedCli','validation','apiDir','2MxmcPu','A\x20human\x20user\x20may\x20review\x20the\x20active\x20risk\x20ceilings\x20and\x20manually\x20edit\x20the\x20applicable\x20.rabetbase.json\x20file\x20to\x20set\x20riskLevel\x20to\x20\x22','format','735438FfLxdM','includes','defaultVerbose','defaultApp','pretty','\x0a\x20\x20','replace','formatOutput','332392DHNjzm','riskLevel','object','110ApdiKu','catch','confirmHighRisk','name','resolveApiDomain','value','requiresAppCode','none','resolveCookie','Edit\x20the\x20config\x20file\x20manually','has','message','56976ZbcTTa','find','High-risk\x20operation\x20`','rawFlags','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','service','schema','resolveAppCode','../constant/domain.js','315wnyVAg','Current\x20resolved\x20appcode\x20is\x20\x22','_notice','378KdPtzF','../core/api-client.js','nonInteractive','some','update','command','rejectedFlags','selectedAppName','\x22\x20if\x20this\x20operation\x20is\x20intended.\x20','41142sJbMhw','\x20\x20\x20Continue?\x20[y/N]\x20','Set\x20appcode\x20via\x20`','doctor','17316828TmMvQX','153632inMWLP','../constant/env.js','hasFormat'];a256_0x2f24=function(){return _0x33bfce;};return a256_0x2f24();}
|
|
1
|
+
(function(_0x3e78ee,_0x1001a8){const _0x408afc=a249_0x18fd,_0x5f5b2c=_0x3e78ee();while(!![]){try{const _0x4f2bc6=-parseInt(_0x408afc(0xb4))/0x1+parseInt(_0x408afc(0xea))/0x2*(-parseInt(_0x408afc(0xb1))/0x3)+parseInt(_0x408afc(0xaf))/0x4*(parseInt(_0x408afc(0xd0))/0x5)+parseInt(_0x408afc(0xd4))/0x6*(-parseInt(_0x408afc(0xc2))/0x7)+-parseInt(_0x408afc(0xd7))/0x8*(parseInt(_0x408afc(0xa5))/0x9)+parseInt(_0x408afc(0xe0))/0xa+parseInt(_0x408afc(0xc9))/0xb*(parseInt(_0x408afc(0xba))/0xc);if(_0x4f2bc6===_0x1001a8)break;else _0x5f5b2c['push'](_0x5f5b2c['shift']());}catch(_0xdcc0d8){_0x5f5b2c['push'](_0x5f5b2c['shift']());}}}(a249_0x5096,0x209a3));function a249_0x18fd(_0x37b608,_0xc0d17e){_0x37b608=_0x37b608-0xa1;const _0x50960b=a249_0x5096();let _0x18fd05=_0x50960b[_0x37b608];return _0x18fd05;}import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a249_0x122218}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x20dd86){const _0x4a4e8f=a249_0x18fd;return typeof _0x20dd86===_0x4a4e8f(0xa8)&&_0x20dd86[_0x4a4e8f(0xa9)]()?_0x20dd86[_0x4a4e8f(0xa9)]():undefined;}function resolveEnvAppCode(){const _0x2463f3=a249_0x18fd,_0x534a86=stringFlag(process.env.RABETBASE_APPCODE);if(_0x534a86)return{'name':_0x2463f3(0xa2),'value':_0x534a86};const _0x57e706=stringFlag(process.env.LOVRABET_APPCODE);if(_0x57e706)return{'name':'LOVRABET_APPCODE','value':_0x57e706};return undefined;}function hasExplicitAppCode(_0x137ae9,_0x41cb25){const _0x155c45=a249_0x18fd;return!!(stringFlag(_0x137ae9['appcode'])||stringFlag(_0x41cb25[_0x155c45(0xe3)]));}function assertEnvAppCodeNotIgnored(_0x5d82a7,_0x5cb25e,_0x4cbc59){const _0x337cdc=a249_0x18fd;if(!_0x5cb25e||_0x4cbc59||_0x5d82a7===_0x5cb25e[_0x337cdc(0xb8)])return;const _0x4ae174=_0x5d82a7?_0x337cdc(0xcf)+_0x5d82a7+'\x22.':_0x337cdc(0xe2);throw CliErrors[_0x337cdc(0xe7)](_0x5cb25e[_0x337cdc(0xcd)]+'='+_0x5cb25e[_0x337cdc(0xb8)]+_0x337cdc(0xa1)+_0x4ae174+'\x20'+(_0x337cdc(0xce)+_0x5cb25e[_0x337cdc(0xcd)]+'\x22.'));}export function createPipelineEnv(_0x1d1a17,_0x2ac139,_0x1e9d63=[]){const _0x1c9fbb=a249_0x18fd;return{'rawFlags':_0x2ac139,'args':_0x1e9d63,'resolveAppCode':()=>_0x1d1a17[_0x1c9fbb(0xb7)],'resolveCookie':()=>_0x1d1a17['cookie']||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a249_0x122218(_0x2ac139),'defaultFormat':_0x1d1a17[_0x1c9fbb(0xe5)],'defaultPageSize':_0x1d1a17[_0x1c9fbb(0xe1)],'defaultVerbose':_0x1d1a17['verbose'],'apiDir':_0x1d1a17[_0x1c9fbb(0xab)],'riskLevel':_0x1d1a17[_0x1c9fbb(0xb5)],'selectedAppName':_0x1d1a17['explicitAppName'],'mergedCli':{'defaultApp':_0x1d1a17[_0x1c9fbb(0xac)],'currentApp':_0x1d1a17['currentApp'],'appCode':_0x1d1a17[_0x1c9fbb(0xb7)],'apps':_0x1d1a17['apps']}};}export function createRabetbaseRunnerAdapter(_0x4ac4a9={}){const _0x57e960=a249_0x18fd;return{'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[_0x57e960(0xa7)](_0x8ad591=>PIPELINE_FLAG_NAMES[_0x57e960(0xc0)](_0x8ad591[_0x57e960(0xcd)]))['map'](({name:_0x51b673,type:_0x3d25a1,description:_0x2060d0})=>({'name':_0x51b673,'type':_0x3d25a1,'description':_0x2060d0})),'formatOutput':_0x4ac4a9[_0x57e960(0xa6)]??formatOutput,'getCommandLabel'(_0x259ba1){const _0xcf935c=_0x57e960;return CLI_BIN_NAME+'\x20'+_0x259ba1['service']+'\x20'+_0x259ba1[_0xcf935c(0xc4)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x413499,{def:_0x30b73e}){const _0x415742=_0x57e960,_0x3ff6d5=_0x413499[_0x415742(0xb6)](_0x415742(0xe4))?_0x415742(0xc6):_0x415742(0xd1)+_0x30b73e[_0x415742(0xa3)]+_0x415742(0xae)+_0x415742(0xc6);return CliErrors['validation'](_0x413499+_0x415742(0xda)+_0x3ff6d5);}},async 'prepare'(_0x57d806,_0x11e4e9,_0x33e2df,_0x122ba7){const _0x9aacf3=_0x57e960,_0x20f4a5=_0x11e4e9[_0x9aacf3(0xab)]||DEFAULT_API_DIR;resolveAliasToCode(_0x57d806,_0x33e2df,_0x20f4a5,_0x122ba7);const _0x36290a=resolveCommandAuthMode(_0x57d806);let _0x4042b5='';if(_0x36290a!=='none'){_0x4042b5=_0x11e4e9[_0x9aacf3(0xd8)]()||'';if(!_0x4042b5){if(_0x36290a==='required')throw CliErrors[_0x9aacf3(0xc5)]();}else{const {setActiveCookie:_0x3960aa}=await import(_0x9aacf3(0xdf));_0x3960aa(_0x4042b5);}}const _0x413158=_0x11e4e9[_0x9aacf3(0xaa)]()??'';if(_0x57d806['requiresAppCode']!==![]){assertEnvAppCodeNotIgnored(_0x413158,resolveEnvAppCode(),hasExplicitAppCode(_0x33e2df,_0x11e4e9['rawFlags']));if(!_0x413158)throw CliErrors[_0x9aacf3(0xad)](_0x9aacf3(0xdd)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.');}return{'defaults':{'booleans':{'verbose':_0x11e4e9[_0x9aacf3(0xdb)]},'numbers':{'pagesize':_0x11e4e9[_0x9aacf3(0xd6)]}},'extras':{'appCode':_0x413158,'cookie':_0x4042b5,'apiDomain':_0x11e4e9['resolveApiDomain'](),'apiDir':_0x20f4a5,'selectedAppName':_0x11e4e9[_0x9aacf3(0xca)],'mergedCli':_0x11e4e9[_0x9aacf3(0xe9)]}};},'confirmHighRisk':_0x4ac4a9[_0x57e960(0xbb)]??(async({env:_0x3cf054,commandLabel:_0x13761b})=>{const _0x24e7d5=_0x57e960;if(_0x3cf054[_0x24e7d5(0xdc)])throw CliErrors[_0x24e7d5(0xe7)](_0x24e7d5(0xc7)+_0x13761b+_0x24e7d5(0xb2));await requireConfirmationPrompt({'lines':[_0x24e7d5(0xbf)+_0x13761b,'\x20\x20\x20Continue?\x20[y/N]\x20'],'createCancelledError':_0x5d1525=>CliErrors[_0x24e7d5(0xd3)](_0x5d1525)});}),async 'finalize'(){await clearRabetbaseCommandState();}};}const terminalRunnerAdapter=createRabetbaseRunnerAdapter();async function clearRabetbaseCommandState(){const _0xf276a6=a249_0x18fd,{clearActiveCookie:_0x372b8f}=await import(_0xf276a6(0xdf));_0x372b8f();}export async function finalizeRabetbaseRuntimeState(){const _0x1e6694=a249_0x18fd;try{await clearRabetbaseCommandState();}finally{const [{initDomains:_0x5d6f4d},{initEnv:_0x3940d9}]=await Promise[_0x1e6694(0xc8)]([import(_0x1e6694(0xbe)),import(_0x1e6694(0xd9))]);_0x5d6f4d(),_0x3940d9(_0x1e6694(0xb3));}}export async function runCommand(_0xbcffbc,_0x55ebc1,_0x1266dc=terminalRunnerAdapter){const _0x46e6a3=a249_0x18fd;assertRejectedFlags(_0xbcffbc,_0x55ebc1[_0x46e6a3(0xd5)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0xbcffbc)?withUpdateNotice(_0xbcffbc):_0xbcffbc,_0x55ebc1,_0x1266dc);}function a249_0x5096(){const _0x415046=['\x0a\x20\x20','defaultVerbose','isNonInteractive','Set\x20appcode\x20via\x20`','nonInteractive','../core/api-client.js','294440lNUfMd','pageSize','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','appcode','Edit\x20the\x20config\x20file\x20manually','format','object','validation','hasFormat','mergedCli','5314uiaoLx','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','RABETBASE_APPCODE','risk','toUpperCase','9mLUbfT','formatOutput','filter','string','trim','resolveAppCode','apiDir','defaultApp','configMissing','\x22\x20if\x20this\x20operation\x20is\x20intended.\x20','670856KGMlBX','catch','57ueCteE','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','production','38945tHpTer','riskLevel','includes','appCode','value','_notice','1638012ObtFcW','confirmHighRisk','pretty','some','../constant/domain.js','⚠\x20\x20High-risk\x20operation:\x20','has','execute','105KMtFct','replace','command','authRequired','AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.','High-risk\x20operation\x20`','all','33ikngcD','selectedAppName','find','doctor','name','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','Current\x20resolved\x20appcode\x20is\x20\x22','5zCXVQq','A\x20human\x20user\x20may\x20review\x20the\x20active\x20risk\x20ceilings\x20and\x20manually\x20edit\x20the\x20applicable\x20.rabetbase.json\x20file\x20to\x20set\x20riskLevel\x20to\x20\x22','schema','cancelled','74484jfqAmx','rawFlags','defaultPageSize','1579872QwxVTp','resolveCookie','../constant/env.js'];a249_0x5096=function(){return _0x415046;};return a249_0x5096();}function assertRejectedFlags(_0x2e3a14,_0x4cd821){const _0x3db6e3=a249_0x18fd;for(const _0x4966f9 of _0x2e3a14['rejectedFlags']??[]){const _0x191d8d=GLOBAL_FLAGS[_0x3db6e3(0xcb)](_0x1d8f69=>_0x1d8f69[_0x3db6e3(0xcd)]===_0x4966f9[_0x3db6e3(0xcd)]),_0x124fdb=new Set([_0x4966f9[_0x3db6e3(0xcd)],toCamelCase(_0x4966f9['name']),_0x191d8d?.['meowKey']]),_0x407edf=[..._0x124fdb][_0x3db6e3(0xbd)](_0xb1a045=>{if(!_0xb1a045)return![];const _0x36a28f=_0x4cd821[_0xb1a045];return _0x36a28f!==undefined&&_0x36a28f!==null&&_0x36a28f!==![];});if(_0x407edf)throw CliErrors[_0x3db6e3(0xe7)](_0x4966f9['message'],_0x4966f9['hint']);}}function toCamelCase(_0xb5f3f7){const _0x11cd3b=a249_0x18fd;return _0xb5f3f7[_0x11cd3b(0xc3)](/-([a-z])/g,(_0x87ade9,_0x4462e3)=>_0x4462e3[_0x11cd3b(0xa4)]());}function shouldAttachUpdateNotice(_0x13ad93){const _0x503737=a249_0x18fd;if(_0x13ad93[_0x503737(0xe8)]===![])return![];return!['update',_0x503737(0xd2),_0x503737(0xcc)][_0x503737(0xb6)](_0x13ad93['service']);}function withUpdateNotice(_0x14d929){return{..._0x14d929,async 'execute'(_0x90817){const _0x3d047f=a249_0x18fd,_0x1ed06c=shouldResolveUpdateNotice(_0x90817)?resolveLatestUpdateNotice()[_0x3d047f(0xb0)](()=>null):Promise['resolve'](null),_0x5c28a9=await _0x14d929[_0x3d047f(0xc1)](_0x90817);return attachUpdateNotice(_0x5c28a9,await _0x1ed06c);}};}function shouldResolveUpdateNotice(_0x1f8352){const _0x5d3e4b=a249_0x18fd;return _0x1f8352[_0x5d3e4b(0xe5)]===_0x5d3e4b(0xbc)&&!_0x1f8352[_0x5d3e4b(0xde)];}function attachUpdateNotice(_0x41666f,_0x279ea9){const _0x240df3=a249_0x18fd;if(!_0x279ea9||!_0x41666f||typeof _0x41666f!==_0x240df3(0xe6))return _0x41666f;const _0x53e119=_0x41666f,_0x4e2299=typeof _0x53e119['_notice']===_0x240df3(0xe6)&&_0x53e119[_0x240df3(0xb9)]!==null?_0x53e119['_notice']:{};return{..._0x53e119,'_notice':{..._0x4e2299,'update':_0x279ea9}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x476304,_0x534fd9){const _0x53717a=a250_0x530c,_0x4091e7=_0x476304();while(!![]){try{const _0xd260ad=-parseInt(_0x53717a(0xa5))/0x1*(-parseInt(_0x53717a(0xa2))/0x2)+-parseInt(_0x53717a(0xaa))/0x3+-parseInt(_0x53717a(0xa8))/0x4+parseInt(_0x53717a(0xa6))/0x5+parseInt(_0x53717a(0xab))/0x6+-parseInt(_0x53717a(0xa7))/0x7*(-parseInt(_0x53717a(0xa9))/0x8)+parseInt(_0x53717a(0xac))/0x9*(-parseInt(_0x53717a(0xa3))/0xa);if(_0xd260ad===_0x534fd9)break;else _0x4091e7['push'](_0x4091e7['shift']());}catch(_0x5cf371){_0x4091e7['push'](_0x4091e7['shift']());}}}(a250_0x3d61,0x20973));import{buildSchemaPayload as a250_0x9d73f7}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x3f35bd=a250_0x530c,{serviceRegistry:_0x495d56,findDefinition:_0x342419}=await import(_0x3f35bd(0xa4));return a250_0x9d73f7({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x495d56,'buildAllFlags':buildAllFlags,'findDefinition':_0x342419});}function a250_0x530c(_0x9aee4e,_0x4df24){_0x9aee4e=_0x9aee4e-0xa2;const _0x3d6166=a250_0x3d61();let _0x530c2c=_0x3d6166[_0x9aee4e];return _0x530c2c;}function a250_0x3d61(){const _0x34e255=['217802XWLufp','158230dFNxZR','../commands/registry.js','1qOWIQP','565885qCpJkm','7UYlNfm','105740gybFVC','718072LlPAiX','263628mGlEIh','375294GnVDdg','72bUKDAV'];a250_0x3d61=function(){return _0x34e255;};return a250_0x3d61();}
|
package/lib/framework/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xb58450,_0x16fa43){var _0x2092a8=a251_0x523e,_0x28b0f8=_0xb58450();while(!![]){try{var _0x5b0cb6=parseInt(_0x2092a8(0x13c))/0x1+parseInt(_0x2092a8(0x13b))/0x2+-parseInt(_0x2092a8(0x13e))/0x3+-parseInt(_0x2092a8(0x13f))/0x4*(parseInt(_0x2092a8(0x139))/0x5)+parseInt(_0x2092a8(0x13a))/0x6+-parseInt(_0x2092a8(0x13d))/0x7+parseInt(_0x2092a8(0x138))/0x8;if(_0x5b0cb6===_0x16fa43)break;else _0x28b0f8['push'](_0x28b0f8['shift']());}catch(_0x272d6a){_0x28b0f8['push'](_0x28b0f8['shift']());}}}(a251_0xd911,0x9df46));function a251_0x523e(_0x14bd7c,_0xbe0517){_0x14bd7c=_0x14bd7c-0x138;var _0xd9113=a251_0xd911();var _0x523eda=_0xd9113[_0x14bd7c];return _0x523eda;}function a251_0xd911(){var _0x153209=['196mMqoKX','12025056VZphqV','114535bIfhyb','5608572zSBHWG','775242btjazn','310035TsjwQX','8527960OUczUF','443535lBfWFe'];a251_0xd911=function(){return _0x153209;};return a251_0xd911();}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const VERSION = "2.4.
|
|
2
|
-
export declare const GIT_TAG = "v2.4.
|
|
3
|
-
export declare const GIT_COMMIT = "
|
|
4
|
-
export declare const BUILD_TIME = "2026-08-
|
|
1
|
+
export declare const VERSION = "2.4.5";
|
|
2
|
+
export declare const GIT_TAG = "v2.4.5";
|
|
3
|
+
export declare const GIT_COMMIT = "384c40e";
|
|
4
|
+
export declare const BUILD_TIME = "2026-08-15T05:10:00.841Z";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a252_0x169178=a252_0x120a;(function(_0x55d7a8,_0x43c7c1){const _0x429210=a252_0x120a,_0x3c29c1=_0x55d7a8();while(!![]){try{const _0x241495=parseInt(_0x429210(0x9a))/0x1*(-parseInt(_0x429210(0x97))/0x2)+parseInt(_0x429210(0x98))/0x3+parseInt(_0x429210(0x9c))/0x4+parseInt(_0x429210(0x96))/0x5*(-parseInt(_0x429210(0x9d))/0x6)+parseInt(_0x429210(0x9e))/0x7+-parseInt(_0x429210(0x99))/0x8*(parseInt(_0x429210(0x9b))/0x9)+-parseInt(_0x429210(0x9f))/0xa;if(_0x241495===_0x43c7c1)break;else _0x3c29c1['push'](_0x3c29c1['shift']());}catch(_0x26f39a){_0x3c29c1['push'](_0x3c29c1['shift']());}}}(a252_0x4f68,0xb1694));export const VERSION='2.4.5';export const GIT_TAG=a252_0x169178(0x95);export const GIT_COMMIT='384c40e';function a252_0x120a(_0x3bd943,_0x2bebc2){_0x3bd943=_0x3bd943-0x95;const _0x4f68f0=a252_0x4f68();let _0x120a01=_0x4f68f0[_0x3bd943];return _0x120a01;}function a252_0x4f68(){const _0x3b117d=['2913980cocmCi','v2.4.5','76235VHdRMe','34682Ledwhp','529881KXRmdH','5072ttKrNQ','12ffMpdu','14409PPYLzk','4932932ZNxLIn','102PrDRLO','7633773PNebhn'];a252_0x4f68=function(){return _0x3b117d;};return a252_0x4f68();}export const BUILD_TIME='2026-08-15T05:10:00.841Z';
|
package/lib/help.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x16bf13,_0x427d54){var _0x36bb34=a253_0x27da,_0xe4dc36=_0x16bf13();while(!![]){try{var _0x3170c1=parseInt(_0x36bb34(0x1a5))/0x1*(parseInt(_0x36bb34(0x1a1))/0x2)+parseInt(_0x36bb34(0x1a6))/0x3+parseInt(_0x36bb34(0x199))/0x4*(-parseInt(_0x36bb34(0x1a0))/0x5)+-parseInt(_0x36bb34(0x19b))/0x6*(-parseInt(_0x36bb34(0x1a4))/0x7)+-parseInt(_0x36bb34(0x19a))/0x8+-parseInt(_0x36bb34(0x19d))/0x9*(parseInt(_0x36bb34(0x1a3))/0xa)+parseInt(_0x36bb34(0x19e))/0xb;if(_0x3170c1===_0x427d54)break;else _0xe4dc36['push'](_0xe4dc36['shift']());}catch(_0xb436c6){_0xe4dc36['push'](_0xe4dc36['shift']());}}}(a253_0xa684,0xa2c88));import a253_0x461210 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0xf612a4=a253_0x27da;console['log'](),console[_0xf612a4(0x1a2)](a253_0x461210[_0xf612a4(0x19f)][_0xf612a4(0x1a7)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0xf612a4(0x1a2)](),console[_0xf612a4(0x1a2)](_0xf612a4(0x19c)+a253_0x461210[_0xf612a4(0x19f)][_0xf612a4(0x1a7)](CLI_BIN_NAME+'\x20--help')+'\x20to\x20view\x20available\x20commands.'),console['log']();}function a253_0x27da(_0x28cc40,_0x146164){_0x28cc40=_0x28cc40-0x199;var _0xa6845f=a253_0xa684();var _0x27daff=_0xa6845f[_0x28cc40];return _0x27daff;}function a253_0xa684(){var _0x5ac6dc=['215292tHSYFV','bold','4iyzuHn','7124552yAliOG','6BAOwZu','\x20\x20Use\x20','38529UMWYNS','17565042njiafb','green','1567165Adqpnq','4KZRLol','log','1930PenhEM','4244051YyZcRe','211058weMUcW'];a253_0xa684=function(){return _0x5ac6dc;};return a253_0xa684();}
|
package/lib/postinstall.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xad09f5,_0x72e3da){const _0x4ebf7f=a254_0x1be5,_0x5cf7c4=_0xad09f5();while(!![]){try{const _0xc177ff=-parseInt(_0x4ebf7f(0x1c1))/0x1*(-parseInt(_0x4ebf7f(0x1c2))/0x2)+-parseInt(_0x4ebf7f(0x1c7))/0x3+-parseInt(_0x4ebf7f(0x1bd))/0x4*(parseInt(_0x4ebf7f(0x1b4))/0x5)+parseInt(_0x4ebf7f(0x1b7))/0x6*(parseInt(_0x4ebf7f(0x1bb))/0x7)+parseInt(_0x4ebf7f(0x1b9))/0x8*(parseInt(_0x4ebf7f(0x1b6))/0x9)+-parseInt(_0x4ebf7f(0x1bc))/0xa*(parseInt(_0x4ebf7f(0x1c6))/0xb)+parseInt(_0x4ebf7f(0x1c4))/0xc*(-parseInt(_0x4ebf7f(0x1b2))/0xd);if(_0xc177ff===_0x72e3da)break;else _0x5cf7c4['push'](_0x5cf7c4['shift']());}catch(_0x11f829){_0x5cf7c4['push'](_0x5cf7c4['shift']());}}}(a254_0x5500,0xe411a));import{installBuiltinSkill}from'./skills/builtin-skill.js';function a254_0x1be5(_0x4c8092,_0x2a54da){_0x4c8092=_0x4c8092-0x1b2;const _0x55003c=a254_0x5500();let _0x1be5b7=_0x55003c[_0x4c8092];return _0x1be5b7;}export async function runPostinstall(_0x5ebfd4={}){const _0x47f0a5=a254_0x1be5,_0x41da4d=installBuiltinSkill(_0x5ebfd4);if(_0x41da4d['ok']){const _0x117032=_0x41da4d[_0x47f0a5(0x1c3)]?_0x47f0a5(0x1b8):_0x47f0a5(0x1c0),_0x55c096=_0x41da4d[_0x47f0a5(0x1ca)]?_0x47f0a5(0x1ba)+_0x41da4d['installedPath']:_0x47f0a5(0x1c8);return console['log']('Rabetbase\x20Built-in\x20Skill\x20'+_0x41da4d[_0x47f0a5(0x1be)]+'\x20'+_0x117032+_0x55c096),_0x41da4d;}const _0x4d224d='[BUILTIN_SKILL_INSTALL_'+(_0x41da4d['code']??_0x47f0a5(0x1b5))+']\x20'+(_0x41da4d[_0x47f0a5(0x1c9)]??_0x47f0a5(0x1cb))+'.\x20'+('Repair\x20with:\x20'+_0x41da4d[_0x47f0a5(0x1b3)]);if(_0x41da4d['code']===_0x47f0a5(0x1bf))throw new Error(_0x4d224d);return console[_0x47f0a5(0x1c5)](_0x4d224d),_0x41da4d;}function a254_0x5500(){const _0x4c0080=['skillVersion','SOURCE_INVALID','already\x20current','8faEifB','311496MkALxr','changed','68124PBWkCQ','warn','716936iuMqOW','4924035MWNZQA','\x20via\x20skills@latest','error','installedPath','Installation\x20failed','1313NtfQQg','repairCommand','4290xTWRPo','FAILED','549QhdUKa','6186yqJXAc','installed','170648KURbwY','\x20at\x20','8057BHKypb','60lBXlLR','904rvLnFK'];a254_0x5500=function(){return _0x4c0080;};return a254_0x5500();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a255_0x52ce(_0x15476f,_0x584c84){_0x15476f=_0x15476f-0x12c;const _0x4f5bea=a255_0x4f5b();let _0x52ce93=_0x4f5bea[_0x15476f];return _0x52ce93;}(function(_0x20da13,_0x3ea487){const _0x240648=a255_0x52ce,_0x2b7f46=_0x20da13();while(!![]){try{const _0x257ac0=parseInt(_0x240648(0x13c))/0x1+-parseInt(_0x240648(0x136))/0x2*(parseInt(_0x240648(0x13d))/0x3)+parseInt(_0x240648(0x133))/0x4+-parseInt(_0x240648(0x140))/0x5+-parseInt(_0x240648(0x13b))/0x6+parseInt(_0x240648(0x134))/0x7*(-parseInt(_0x240648(0x130))/0x8)+parseInt(_0x240648(0x13f))/0x9*(parseInt(_0x240648(0x12e))/0xa);if(_0x257ac0===_0x3ea487)break;else _0x2b7f46['push'](_0x2b7f46['shift']());}catch(_0x5731ab){_0x2b7f46['push'](_0x2b7f46['shift']());}}}(a255_0x4f5b,0x592a7));const DESCRIPTION_MAX_LENGTH=0x1f4;export function buildRabetbaseConfirmationRequest(_0x33857d,_0x327fda,_0x40c105){const _0x10e181=a255_0x52ce,_0x27bee7=normalizeText(_0x33857d[_0x10e181(0x131)],DESCRIPTION_MAX_LENGTH),_0x44fbb3=_0x27bee7||normalizeText(defaultDescription(requireWriteRisk(_0x33857d),_0x327fda),DESCRIPTION_MAX_LENGTH);return{'operation':_0x327fda,'risk':requireWriteRisk(_0x33857d),'description':_0x44fbb3,..._0x40c105?{'signal':_0x40c105}:{}};}function a255_0x4f5b(){const _0x8dfd5=['confirmationDescription','trim','649664xyyMFZ','27328ZJGYXq','Rabetbase\x20confirmation\x20requires\x20a\x20write\x20command.','189890QYgbRf','将执行写入操作\x20','high-risk-write',';该操作可能覆盖、删除或明显影响线上运行行为。','将执行高风险写入操作\x20','1201830JTmjDL','489414xLIhFA','18WfQFlB','slice','13595463BuJWes','2891395lmFYWP','write','string','replace','10cqPRjA','risk','920wyCnPM'];a255_0x4f5b=function(){return _0x8dfd5;};return a255_0x4f5b();}function requireWriteRisk(_0x367e79){const _0x4e4251=a255_0x52ce;if(_0x367e79['risk']===_0x4e4251(0x141)||_0x367e79[_0x4e4251(0x12f)]==='high-risk-write')return _0x367e79[_0x4e4251(0x12f)];throw new Error(_0x4e4251(0x135));}function defaultDescription(_0x40889e,_0x2515bb){const _0x24f81b=a255_0x52ce;if(_0x40889e===_0x24f81b(0x138))return _0x24f81b(0x13a)+_0x2515bb+_0x24f81b(0x139);return _0x24f81b(0x137)+_0x2515bb+';该操作可能创建或修改业务数据或本地配置。';}function normalizeText(_0x385203,_0x2d2185){const _0x991220=a255_0x52ce;if(typeof _0x385203!==_0x991220(0x12c))return'';return _0x385203[_0x991220(0x12d)](/[\u0000-\u001f\u007f]+/g,'\x20')['replace'](/\s+/g,'\x20')[_0x991220(0x132)]()[_0x991220(0x13e)](0x0,_0x2d2185);}
|
package/lib/runtime/event.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x151e1f,_0x5f2c8f){var _0x15f7f3=a256_0xe842,_0xa4cc77=_0x151e1f();while(!![]){try{var _0x522515=-parseInt(_0x15f7f3(0x146))/0x1*(-parseInt(_0x15f7f3(0x143))/0x2)+-parseInt(_0x15f7f3(0x14c))/0x3+-parseInt(_0x15f7f3(0x147))/0x4*(parseInt(_0x15f7f3(0x14a))/0x5)+-parseInt(_0x15f7f3(0x149))/0x6+parseInt(_0x15f7f3(0x142))/0x7+-parseInt(_0x15f7f3(0x144))/0x8+parseInt(_0x15f7f3(0x148))/0x9;if(_0x522515===_0x5f2c8f)break;else _0xa4cc77['push'](_0xa4cc77['shift']());}catch(_0x55c112){_0xa4cc77['push'](_0xa4cc77['shift']());}}}(a256_0x17a2,0xb417f));export function canonicalRabetbaseOperation(_0x1192b9){var _0x34ff8b=a256_0xe842;return[_0x1192b9['service'],..._0x1192b9[_0x34ff8b(0x140)][_0x34ff8b(0x13f)]()[_0x34ff8b(0x141)](/\s+/)][_0x34ff8b(0x13e)](Boolean)['join']('.');}function a256_0x17a2(){var _0x27215f=['command','split','8274462ROgMLH','2cOZuYc','5827568OlJttn','risk','1396601FbbeEg','348POxRGa','19170567VTOyUo','6010656YzFvQo','75830OsWVNN','rabetbase.write.completed','2764209pSITue','filter','trim'];a256_0x17a2=function(){return _0x27215f;};return a256_0x17a2();}function a256_0xe842(_0x508243,_0x2d5da9){_0x508243=_0x508243-0x13e;var _0x17a2ac=a256_0x17a2();var _0xe8429f=_0x17a2ac[_0x508243];return _0xe8429f;}export function createRabetbaseWriteMetadata(_0x4356d5,_0x7f0fe4,_0x22fbd2,_0xdfe96){var _0xeb1cd2=a256_0xe842;if(_0xdfe96||_0x22fbd2['ok']!==!![]||_0x4356d5['risk']!=='write'&&_0x4356d5[_0xeb1cd2(0x145)]!=='high-risk-write')return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':_0xeb1cd2(0x14b),'operation':_0x7f0fe4,'risk':_0x4356d5[_0xeb1cd2(0x145)]}}};}
|
package/lib/runtime/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x94f1a3,_0x209f64){const _0xd6e8b0=a257_0xa096,_0x21ace2=_0x94f1a3();while(!![]){try{const _0xb6068=-parseInt(_0xd6e8b0(0x10c))/0x1*(parseInt(_0xd6e8b0(0x100))/0x2)+-parseInt(_0xd6e8b0(0xf9))/0x3+parseInt(_0xd6e8b0(0xed))/0x4*(-parseInt(_0xd6e8b0(0xfc))/0x5)+-parseInt(_0xd6e8b0(0xf2))/0x6*(-parseInt(_0xd6e8b0(0xe9))/0x7)+-parseInt(_0xd6e8b0(0xf0))/0x8*(parseInt(_0xd6e8b0(0xef))/0x9)+-parseInt(_0xd6e8b0(0xfd))/0xa+parseInt(_0xd6e8b0(0xff))/0xb;if(_0xb6068===_0x209f64)break;else _0x21ace2['push'](_0x21ace2['shift']());}catch(_0x25d654){_0x21ace2['push'](_0x21ace2['shift']());}}}(a257_0x2a57,0xb3cd2));function a257_0xa096(_0x86fe12,_0x3149f1){_0x86fe12=_0x86fe12-0xe9;const _0x2a5774=a257_0x2a57();let _0xa09651=_0x2a5774[_0x86fe12];return _0xa09651;}import{buildConfigFromFlags,initGlobalEnvironment}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x34f822,command:_0x28b113,risk:_0x1d75be,dryRun:_0x162e21}){const _0x334124=a257_0xa096;return JSON[_0x334124(0xf3)]({'ok':_0x34f822['ok'],'command':_0x28b113,'risk':_0x1d75be,..._0x162e21?{'dryRun':!![]}:{},..._0x34f822[_0x334124(0xfa)]!==undefined?{'data':_0x34f822[_0x334124(0xfa)]}:{},..._0x34f822['message']?{'message':_0x34f822[_0x334124(0xfe)]}:{}});}};function a257_0x2a57(){const _0x9fac19=['2795FGGSNv','13711160ywEabp','message','49409162EHFyiP','58AIRpXf','write','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','riskLevel','AbortError','signal','command','args','high-risk-write','isNonInteractive','definition','format','22254ncMaZC','rawFlags','1298178CZKUwK','execute','dry-run','aborted','6492nDoWqw','confirmation','44271arfojn','1880jFWxAX','risk','42CnshsO','stringify','dryRun','yes','result','present','confirm','2921250VDWpei','data','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.'];a257_0x2a57=function(){return _0x9fac19;};return a257_0x2a57();}export async function invokeRabetbase(_0x3563f5,_0x116d0a){const _0x6384b8=a257_0xa096;throwIfAborted(_0x116d0a[_0x6384b8(0x105)]);const _0x2f3f03=await resolveRabetbaseInvocation(_0x3563f5),_0x3c667c=canonicalRabetbaseOperation(_0x2f3f03[_0x6384b8(0x10a)]);return await confirmWriteBeforeQueue(_0x2f3f03[_0x6384b8(0x10a)],_0x2f3f03['rawFlags'],_0x3c667c,_0x116d0a),runSerialized(async()=>{const _0x38570b=_0x6384b8,_0x3098b7={};try{throwIfAborted(_0x116d0a[_0x38570b(0x105)]);const _0x32eb6f=buildConfigFromFlags(_0x2f3f03['rawFlags']);await initGlobalEnvironment(_0x32eb6f);const _0x3068c7=createPipelineEnv(_0x32eb6f,{..._0x2f3f03['rawFlags'],'yes':_0x2f3f03['definition'][_0x38570b(0xf1)]===_0x38570b(0x108)?!![]:_0x2f3f03[_0x38570b(0x10d)][_0x38570b(0xf5)],'nonInteractive':!![]},_0x2f3f03[_0x38570b(0x107)]);_0x3068c7[_0x38570b(0x109)]=!![],_0x3068c7[_0x38570b(0x103)]='high-risk-write';const _0x108978=withAbortSignal(_0x2f3f03[_0x38570b(0x10a)],_0x116d0a[_0x38570b(0x105)]),_0x13e240=createRabetbaseRunnerAdapter({'formatOutput'(_0x363001,_0x14405d){const _0xae3774=_0x38570b;_0x3098b7[_0xae3774(0xf6)]=_0x363001,_0x3098b7[_0xae3774(0x106)]=_0x14405d[_0xae3774(0x106)],_0x3098b7['risk']=_0x14405d[_0xae3774(0xf1)],_0x3098b7[_0xae3774(0x10b)]=_0x14405d[_0xae3774(0x10b)],_0x3098b7[_0xae3774(0xf4)]=_0x14405d[_0xae3774(0xf4)]===!![];},async 'confirmHighRisk'(){const _0x3c9b8d=_0x38570b;throw new Error(_0x3c9b8d(0xfb));}});await runCommand(_0x108978,_0x3068c7,_0x13e240);if(!_0x3098b7[_0x38570b(0xf6)]||!_0x3098b7['command']||!_0x3098b7[_0x38570b(0xf1)]||!_0x3098b7['format'])throw new Error(_0x38570b(0x102));const _0x276e86=_0x3098b7[_0x38570b(0xf4)]===!![],_0xb4a616=_0x116d0a['presentation']??defaultPresentation,_0x9c0e42={'result':_0x3098b7[_0x38570b(0xf6)],'command':_0x3098b7['command'],'operation':_0x3c667c,'risk':_0x3098b7[_0x38570b(0xf1)],'format':_0x3098b7[_0x38570b(0x10b)],'dryRun':_0x276e86},_0x1ff223=createRabetbaseWriteMetadata(_0x2f3f03['definition'],_0x3c667c,_0x3098b7[_0x38570b(0xf6)],_0x276e86);let _0x2f1d71;try{_0x2f1d71=await _0xb4a616[_0x38570b(0xf7)](_0x9c0e42);}catch(_0x544c0b){if(!_0x1ff223||_0xb4a616===defaultPresentation)throw _0x544c0b;_0x2f1d71=await defaultPresentation[_0x38570b(0xf7)](_0x9c0e42);}return{'operation':_0x3c667c,'risk':_0x3098b7[_0x38570b(0xf1)],'mode':_0x276e86?_0x38570b(0xeb):_0x38570b(0xea),'result':_0x3098b7[_0x38570b(0xf6)],'output':_0x2f1d71,..._0x1ff223?{'metadata':_0x1ff223}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x1ee92a,_0x4c27df,_0xe598c5,_0x479a0){const _0x22ceca=a257_0xa096;if(_0x4c27df[_0x22ceca(0xf4)]===!![]||_0x1ee92a[_0x22ceca(0xf1)]!==_0x22ceca(0x101)&&_0x1ee92a[_0x22ceca(0xf1)]!=='high-risk-write')return;await _0x479a0[_0x22ceca(0xee)][_0x22ceca(0xf8)](buildRabetbaseConfirmationRequest(_0x1ee92a,_0xe598c5,_0x479a0[_0x22ceca(0x105)]));}function withAbortSignal(_0x1e84fe,_0x23f90a){return{..._0x1e84fe,async 'execute'(_0x5261bd){return throwIfAborted(_0x23f90a),_0x1e84fe['execute'](_0x5261bd);}};}function throwIfAborted(_0x53793b){const _0x16ddda=a257_0xa096;if(_0x53793b?.[_0x16ddda(0xec)])throw _0x53793b['reason']instanceof Error?_0x53793b['reason']:new DOMException('Rabetbase\x20invocation\x20aborted.',_0x16ddda(0x104));}
|
package/lib/runtime/queue.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a258_0x2e911a=a258_0x6980;(function(_0x3e63da,_0x2a7554){const _0x1b9b91=a258_0x6980,_0x1be6fc=_0x3e63da();while(!![]){try{const _0x58591c=parseInt(_0x1b9b91(0x133))/0x1*(parseInt(_0x1b9b91(0x132))/0x2)+-parseInt(_0x1b9b91(0x134))/0x3+-parseInt(_0x1b9b91(0x135))/0x4*(parseInt(_0x1b9b91(0x12d))/0x5)+parseInt(_0x1b9b91(0x12f))/0x6+parseInt(_0x1b9b91(0x130))/0x7+parseInt(_0x1b9b91(0x131))/0x8+parseInt(_0x1b9b91(0x12c))/0x9*(-parseInt(_0x1b9b91(0x136))/0xa);if(_0x58591c===_0x2a7554)break;else _0x1be6fc['push'](_0x1be6fc['shift']());}catch(_0x33e96b){_0x1be6fc['push'](_0x1be6fc['shift']());}}}(a258_0x48ac,0x752b3));let tail=Promise[a258_0x2e911a(0x12e)]();function a258_0x6980(_0x359094,_0x389b2f){_0x359094=_0x359094-0x12c;const _0x48ac84=a258_0x48ac();let _0x698050=_0x48ac84[_0x359094];return _0x698050;}function a258_0x48ac(){const _0x303241=['3312936Qbzgbb','484ejIgPI','2507oHLQPU','1841145yxutvy','21548CXByFw','40WnLTAM','catch','1745262noBcKQ','730fEHovX','resolve','4504248xCWYcM','6190051xiWyrW'];a258_0x48ac=function(){return _0x303241;};return a258_0x48ac();}export async function runSerialized(_0x5415c8){const _0x29da73=a258_0x2e911a,_0x97a8b2=tail;let _0x1a0aef;tail=new Promise(_0x4b810d=>{_0x1a0aef=_0x4b810d;}),await _0x97a8b2[_0x29da73(0x137)](()=>undefined);try{return await _0x5415c8();}finally{_0x1a0aef();}}
|
package/lib/runtime/resolve.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2e0342,_0x125d7f){const _0x15320b=a259_0x23d6,_0x414f03=_0x2e0342();while(!![]){try{const _0x1fa60a=parseInt(_0x15320b(0x12c))/0x1*(parseInt(_0x15320b(0x11d))/0x2)+-parseInt(_0x15320b(0x11b))/0x3*(-parseInt(_0x15320b(0x128))/0x4)+parseInt(_0x15320b(0x121))/0x5*(-parseInt(_0x15320b(0x119))/0x6)+parseInt(_0x15320b(0x115))/0x7*(-parseInt(_0x15320b(0x127))/0x8)+parseInt(_0x15320b(0x129))/0x9+-parseInt(_0x15320b(0x11c))/0xa*(-parseInt(_0x15320b(0x122))/0xb)+parseInt(_0x15320b(0x125))/0xc*(-parseInt(_0x15320b(0x124))/0xd);if(_0x1fa60a===_0x125d7f)break;else _0x414f03['push'](_0x414f03['shift']());}catch(_0x3fe27c){_0x414f03['push'](_0x414f03['shift']());}}}(a259_0x4392,0xe863f));import a259_0x32c3cb from'meow';import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';function a259_0x23d6(_0x12b851,_0x467d8f){_0x12b851=_0x12b851-0x115;const _0x439271=a259_0x4392();let _0x23d6ab=_0x439271[_0x12b851];return _0x23d6ab;}import{buildMeowFlags}from'../constant/cli.js';import{CliErrors}from'../errors.js';function a259_0x4392(){const _0x5531c7=['3vqFYCu','6330taIiDV','6CjyarI','input','`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.','hint','4417005BlaxOs','20515kfgDXc','join','117OJqLjE','2044092GpTLzs','message','8006648ZhnoBu','2100976vxWGAI','11500875rCXolT','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','461836SVeFPh','flags','7JBehaO','wildcardDef','validation','run','6JLhMDm','slice'];a259_0x4392=function(){return _0x5531c7;};return a259_0x4392();}export async function resolveRabetbaseInvocation(_0x2cc09d){const _0x1f8505=a259_0x23d6,_0x5f3760=a259_0x32c3cb('',{'importMeta':import.meta,'argv':[..._0x2cc09d],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x4be6ef=[..._0x5f3760[_0x1f8505(0x11e)]],_0x1b96dc=_0x5f3760[_0x1f8505(0x12d)],_0x41d9da=_0x4be6ef[0x0];if(!_0x41d9da)throw CliErrors['validation'](_0x1f8505(0x12a));const _0x144bbf=resolveRemovedCommand(_0x41d9da,_0x4be6ef[0x1]);if(_0x144bbf)throw CliErrors[_0x1f8505(0x117)](_0x144bbf[_0x1f8505(0x126)],_0x144bbf[_0x1f8505(0x120)]);if(_0x41d9da===_0x1f8505(0x118))throw CliErrors['validation'](_0x1f8505(0x11f),_0x1f8505(0x12b));if(!isKnownService(_0x41d9da))throw CliErrors['unknownCommand'](_0x4be6ef[_0x1f8505(0x123)]('\x20'));const _0x3e1afd=getServiceEntry(_0x41d9da),_0x1ab5bc=_0x4be6ef[0x1],_0x5c57d3=_0x1ab5bc||_0x3e1afd['defaultCommand'];if(!_0x5c57d3){if(_0x3e1afd[_0x1f8505(0x116)])return{'definition':_0x3e1afd[_0x1f8505(0x116)],'rawFlags':_0x1b96dc,'args':[]};throw CliErrors[_0x1f8505(0x117)]('Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22'+_0x41d9da+'\x22.');}const _0x2d000d=findDefinition(_0x41d9da,_0x5c57d3);if(_0x2d000d)return{'definition':_0x2d000d,'rawFlags':_0x1b96dc,'args':_0x4be6ef[_0x1f8505(0x11a)](0x2)};if(_0x3e1afd[_0x1f8505(0x116)])return{'definition':_0x3e1afd[_0x1f8505(0x116)],'rawFlags':_0x1b96dc,'args':[_0x5c57d3,..._0x4be6ef[_0x1f8505(0x11a)](0x2)]};throw CliErrors['unknownCommand'](_0x41d9da+'\x20'+_0x5c57d3);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a268_0x1905fd=a268_0x5276;(function(_0x41e223,_0x249758){const _0x1f0ed7=a268_0x5276,_0x1c5720=_0x41e223();while(!![]){try{const _0x26d7f3=-parseInt(_0x1f0ed7(0x18c))/0x1+-parseInt(_0x1f0ed7(0x17d))/0x2+-parseInt(_0x1f0ed7(0x17e))/0x3*(-parseInt(_0x1f0ed7(0x190))/0x4)+-parseInt(_0x1f0ed7(0x193))/0x5+-parseInt(_0x1f0ed7(0x1ad))/0x6+parseInt(_0x1f0ed7(0x182))/0x7+parseInt(_0x1f0ed7(0x1ac))/0x8;if(_0x26d7f3===_0x249758)break;else _0x1c5720['push'](_0x1c5720['shift']());}catch(_0x56b70f){_0x1c5720['push'](_0x1c5720['shift']());}}}(a268_0x4c48,0x1bc79));import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';import{dirname,join,relative,resolve,sep}from'node:path';function a268_0x5276(_0xbe256e,_0x7fe9d5){_0xbe256e=_0xbe256e-0x174;const _0x4c48f2=a268_0x4c48();let _0x5276cb=_0x4c48f2[_0xbe256e];return _0x5276cb;}import{fileURLToPath}from'node:url';import{runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND=a268_0x1905fd(0x19f),SKILL_NAME=a268_0x1905fd(0x1a3);function frontmatterValue(_0xb39a6a,_0x59dc08){const _0x1f2c20=a268_0x1905fd;return _0xb39a6a[_0x1f2c20(0x194)](new RegExp('^'+_0x59dc08+_0x1f2c20(0x1a9),'m'))?.[0x1]?.['trim']()??'';}function listFiles(_0xb062ab,_0x291cd6=_0xb062ab){const _0x5986af=a268_0x1905fd;return readdirSync(_0x291cd6,{'withFileTypes':!![]})[_0x5986af(0x19d)](_0xd07f62=>{const _0x5fe6ee=_0x5986af,_0x381c8c=join(_0x291cd6,_0xd07f62[_0x5fe6ee(0x191)]),_0x3e9bfa=lstatSync(_0x381c8c);if(_0x3e9bfa[_0x5fe6ee(0x179)]())throw new Error(_0x5fe6ee(0x18b)+_0x381c8c);if(_0x3e9bfa[_0x5fe6ee(0x178)]())return listFiles(_0xb062ab,_0x381c8c);if(!_0x3e9bfa[_0x5fe6ee(0x184)]())throw new Error(_0x5fe6ee(0x1a4)+_0x381c8c);return[relative(_0xb062ab,_0x381c8c)[_0x5fe6ee(0x1a0)](sep)['join']('/')];})[_0x5986af(0x198)]((_0x2ddf8c,_0x128f5b)=>_0x2ddf8c<_0x128f5b?-0x1:_0x2ddf8c>_0x128f5b?0x1:0x0);}function digestFiles(_0x228502,_0x2a604a){const _0x5838b8=a268_0x1905fd,_0x4cf107=createHash(_0x5838b8(0x18d));for(const _0x66833e of _0x2a604a){if(_0x66833e[_0x5838b8(0x17f)]('/')||_0x66833e['split']('/')[_0x5838b8(0x1ae)]('..')||_0x66833e['includes']('\x5c'))throw new Error(_0x5838b8(0x18f)+_0x66833e);_0x4cf107[_0x5838b8(0x1a6)](_0x66833e),_0x4cf107[_0x5838b8(0x1a6)]('\x00'),_0x4cf107[_0x5838b8(0x1a6)](readFileSync(join(_0x228502,..._0x66833e[_0x5838b8(0x1a0)]('/')))),_0x4cf107[_0x5838b8(0x1a6)]('\x00');}return _0x4cf107[_0x5838b8(0x192)](_0x5838b8(0x19c));}function sameFiles(_0x21e202,_0x32a064){const _0x4fd81c=a268_0x1905fd;return _0x21e202[_0x4fd81c(0x1b1)]===_0x32a064[_0x4fd81c(0x1b1)]&&_0x21e202['every']((_0x4c40c0,_0x30e93a)=>_0x4c40c0===_0x32a064[_0x30e93a]);}function readSource(_0x36ae39){const _0x345172=a268_0x1905fd,_0xfb7e3=JSON[_0x345172(0x19b)](readFileSync(join(_0x36ae39,_0x345172(0x176)),_0x345172(0x185))),_0x52a10d=JSON['parse'](readFileSync(join(_0x36ae39,_0x345172(0x199),_0x345172(0x19a)),'utf8')),_0x4d697d=join(_0x36ae39,'skills',SKILL_NAME),_0x211c15=frontmatterValue(readFileSync(join(_0x4d697d,_0x345172(0x187)),_0x345172(0x185)),_0x345172(0x17c)),_0x4568d8=listFiles(_0x4d697d);if(_0x52a10d[_0x345172(0x181)]!==0x1||_0x52a10d[_0x345172(0x191)]!==SKILL_NAME||!_0xfb7e3[_0x345172(0x17c)]||_0x52a10d[_0x345172(0x1a1)]!==_0xfb7e3[_0x345172(0x17c)]||_0x52a10d[_0x345172(0x1ab)]!==_0xfb7e3[_0x345172(0x17c)]||_0x211c15!==_0xfb7e3[_0x345172(0x17c)]||!sameFiles(_0x4568d8,_0x52a10d[_0x345172(0x180)])||digestFiles(_0x4d697d,_0x4568d8)!==_0x52a10d[_0x345172(0x192)])throw new Error(_0x345172(0x177));return{'packageVersion':_0xfb7e3[_0x345172(0x17c)],'skillVersion':_0x211c15,'root':_0x4d697d,'manifest':_0x52a10d};}function a268_0x4c48(){const _0x298d1e=['packageVersion','status','rabetbase','Unsupported\x20Skill\x20entry:\x20','unverifiable','update','packageRoot','missing',':\x5cs*(.+)$','state','skillVersion','1409592ZIuzVn','554922mxkOdI','includes','stdio','pipe','length','reason','current','installedPath','package.json','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','isDirectory','isSymbolicLink','VERIFY_FAILED','skills@latest\x20exited\x20','version','31588igXdXj','201RdGrqc','startsWith','files','schemaVersion','1290100lJkmZI','Installed\x20Skill\x20state\x20is\x20','isFile','utf8','SOURCE_INVALID','SKILL.md','version_mismatch','message','path','Symbolic\x20link\x20is\x20not\x20allowed:\x20','187578jFBJxn','sha256','manifest','Unsafe\x20manifest\x20path:\x20','4892xyTLjs','name','digest','163980dBxWWO','match','home','error','unknown','sort','skills','rabetbase.manifest.json','parse','hex','flatMap','content_mismatch','rabetbase\x20cli-skill\x20install','split'];a268_0x4c48=function(){return _0x298d1e;};return a268_0x4c48();}function installedSkillPath(_0x4a60c6){const _0x403a20=a268_0x1905fd,_0x4da6a2=resolveInstalledSkill(SKILL_NAME,{'home':_0x4a60c6});if(_0x4da6a2['state']==='present')return{'state':'present','path':dirname(_0x4da6a2[_0x403a20(0x18a)])};if(_0x4da6a2[_0x403a20(0x1aa)]==='absent')return{'state':'missing'};return{'state':'unverifiable','reason':_0x4da6a2[_0x403a20(0x1b2)]};}export function inspectInstalledBuiltinSkillVersion(_0x1b5afd,_0x216beb={}){const _0x2155a0=a268_0x1905fd,_0x3109aa=installedSkillPath(_0x216beb[_0x2155a0(0x195)]??homedir());if(_0x3109aa[_0x2155a0(0x1aa)]===_0x2155a0(0x1a8))return{'state':_0x2155a0(0x1a8),'expectedVersion':_0x1b5afd,'repairCommand':REPAIR_COMMAND};if(_0x3109aa[_0x2155a0(0x1aa)]===_0x2155a0(0x1a5))return{'state':_0x2155a0(0x1a5),'expectedVersion':_0x1b5afd,'reason':_0x3109aa['reason'],'repairCommand':REPAIR_COMMAND};try{const _0x34e134=frontmatterValue(readFileSync(join(_0x3109aa[_0x2155a0(0x18a)],_0x2155a0(0x187)),_0x2155a0(0x185)),_0x2155a0(0x17c));return{'state':_0x34e134===_0x1b5afd?'current':'version_mismatch','expectedVersion':_0x1b5afd,'skillVersion':_0x34e134,'installedPath':_0x3109aa['path'],'repairCommand':REPAIR_COMMAND};}catch(_0x29fc10){return{'state':'unverifiable','expectedVersion':_0x1b5afd,'installedPath':_0x3109aa[_0x2155a0(0x18a)],'reason':_0x29fc10 instanceof Error?_0x29fc10[_0x2155a0(0x189)]:String(_0x29fc10),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x2b4ae6={}){const _0x16c8fd=a268_0x1905fd,_0x26f68c=_0x2b4ae6[_0x16c8fd(0x1a7)]??DEFAULT_PACKAGE_ROOT;let _0x3fb360;try{_0x3fb360=readSource(_0x26f68c);}catch(_0x3e6053){return{'state':_0x16c8fd(0x1a5),'packageVersion':'unknown','reason':_0x3e6053 instanceof Error?_0x3e6053['message']:String(_0x3e6053),'repairCommand':REPAIR_COMMAND};}const _0x1636ce=installedSkillPath(_0x2b4ae6[_0x16c8fd(0x195)]??homedir());if(_0x1636ce[_0x16c8fd(0x1aa)]===_0x16c8fd(0x1a8))return{'state':_0x16c8fd(0x1a8),'packageVersion':_0x3fb360[_0x16c8fd(0x1a1)],'repairCommand':REPAIR_COMMAND};if(_0x1636ce[_0x16c8fd(0x1aa)]===_0x16c8fd(0x1a5))return{'state':_0x16c8fd(0x1a5),'packageVersion':_0x3fb360[_0x16c8fd(0x1a1)],'reason':_0x1636ce[_0x16c8fd(0x1b2)],'repairCommand':REPAIR_COMMAND};try{const _0x5abd14=frontmatterValue(readFileSync(join(_0x1636ce[_0x16c8fd(0x18a)],_0x16c8fd(0x187)),'utf8'),_0x16c8fd(0x17c));if(_0x5abd14!==_0x3fb360[_0x16c8fd(0x1ab)])return{'state':_0x16c8fd(0x188),'packageVersion':_0x3fb360[_0x16c8fd(0x1a1)],'skillVersion':_0x5abd14,'installedPath':_0x1636ce[_0x16c8fd(0x18a)],'repairCommand':REPAIR_COMMAND};const _0x8c4339=listFiles(_0x1636ce[_0x16c8fd(0x18a)]),_0x3bb002=digestFiles(_0x1636ce[_0x16c8fd(0x18a)],_0x8c4339);return{'state':sameFiles(_0x8c4339,_0x3fb360[_0x16c8fd(0x18e)]['files'])&&_0x3bb002===_0x3fb360[_0x16c8fd(0x18e)][_0x16c8fd(0x192)]?'current':_0x16c8fd(0x19e),'packageVersion':_0x3fb360[_0x16c8fd(0x1a1)],'skillVersion':_0x5abd14,'installedPath':_0x1636ce[_0x16c8fd(0x18a)],'digest':_0x3bb002,'repairCommand':REPAIR_COMMAND};}catch(_0x1cd989){return{'state':_0x16c8fd(0x1a5),'packageVersion':_0x3fb360[_0x16c8fd(0x1a1)],'installedPath':_0x1636ce[_0x16c8fd(0x18a)],'reason':_0x1cd989 instanceof Error?_0x1cd989[_0x16c8fd(0x189)]:String(_0x1cd989),'repairCommand':REPAIR_COMMAND};}}function failure(_0x8cf27c,_0x42662a,_0x116dca,_0x2ed375){const _0x45276d=a268_0x1905fd;return{'ok':![],'code':_0x8cf27c,'packageVersion':_0x42662a[_0x45276d(0x1a1)],'skillVersion':_0x42662a[_0x45276d(0x1ab)],'installedPath':_0x2ed375,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x116dca instanceof Error?_0x116dca[_0x45276d(0x189)]:String(_0x116dca)};}export function installBuiltinSkill(_0x4f1eee={}){const _0x5e64ac=a268_0x1905fd,_0x3e6f3f=_0x4f1eee[_0x5e64ac(0x1a7)]??DEFAULT_PACKAGE_ROOT,_0x380011=_0x4f1eee[_0x5e64ac(0x195)]??homedir();let _0x3d19ec;try{_0x3d19ec=readSource(_0x3e6f3f);}catch(_0x3dff81){return failure(_0x5e64ac(0x186),{'packageVersion':_0x5e64ac(0x197),'skillVersion':_0x5e64ac(0x197)},_0x3dff81);}const _0xba7141=inspectBuiltinSkill({'packageRoot':_0x3e6f3f,'home':_0x380011}),_0xa3decd=runNpxSkillsAddGlobal(_0x3e6f3f,_0x3d19ec['root'],{'stdio':_0x4f1eee[_0x5e64ac(0x1af)]??_0x5e64ac(0x1b0),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x380011}});if(_0xa3decd['skipped'])return{'ok':!![],'packageVersion':_0x3d19ec[_0x5e64ac(0x1a1)],'skillVersion':_0x3d19ec[_0x5e64ac(0x1ab)],'installedPath':_0xba7141[_0x5e64ac(0x175)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0xa3decd['ok'])return failure('INSTALL_FAILED',_0x3d19ec,_0xa3decd[_0x5e64ac(0x196)]??_0x5e64ac(0x17b)+_0xa3decd[_0x5e64ac(0x1a2)]);const _0x4bdc96=inspectBuiltinSkill({'packageRoot':_0x3e6f3f,'home':_0x380011});if(_0x4bdc96[_0x5e64ac(0x1aa)]!==_0x5e64ac(0x174))return failure(_0x5e64ac(0x17a),_0x3d19ec,_0x4bdc96['reason']??_0x5e64ac(0x183)+_0x4bdc96[_0x5e64ac(0x1aa)],_0x4bdc96[_0x5e64ac(0x175)]);return{'ok':!![],'packageVersion':_0x3d19ec[_0x5e64ac(0x1a1)],'skillVersion':_0x3d19ec[_0x5e64ac(0x1ab)],'installedPath':_0x4bdc96[_0x5e64ac(0x175)],'changed':_0xba7141[_0x5e64ac(0x1aa)]!=='current','repairCommand':REPAIR_COMMAND};}
|
|
1
|
+
const a261_0x5db183=a261_0x2345;function a261_0x2345(_0x30ab6b,_0x4d367d){_0x30ab6b=_0x30ab6b-0x120;const _0x337114=a261_0x3371();let _0x2345bb=_0x337114[_0x30ab6b];return _0x2345bb;}(function(_0x54876b,_0x22996e){const _0x45de8a=a261_0x2345,_0x4f9051=_0x54876b();while(!![]){try{const _0x57db70=-parseInt(_0x45de8a(0x140))/0x1*(parseInt(_0x45de8a(0x13a))/0x2)+parseInt(_0x45de8a(0x142))/0x3+-parseInt(_0x45de8a(0x129))/0x4*(-parseInt(_0x45de8a(0x158))/0x5)+-parseInt(_0x45de8a(0x15a))/0x6*(parseInt(_0x45de8a(0x138))/0x7)+parseInt(_0x45de8a(0x152))/0x8*(-parseInt(_0x45de8a(0x159))/0x9)+parseInt(_0x45de8a(0x13d))/0xa+-parseInt(_0x45de8a(0x153))/0xb*(parseInt(_0x45de8a(0x121))/0xc);if(_0x57db70===_0x22996e)break;else _0x4f9051['push'](_0x4f9051['shift']());}catch(_0x5a9d8f){_0x4f9051['push'](_0x4f9051['shift']());}}}(a261_0x3371,0xcd277));import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';import{dirname,join,relative,resolve,sep}from'node:path';import{fileURLToPath}from'node:url';import{runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND=a261_0x5db183(0x15f),SKILL_NAME=a261_0x5db183(0x139);function frontmatterValue(_0x24f3ce,_0x5c8fd4){const _0x5dac4e=a261_0x5db183;return _0x24f3ce[_0x5dac4e(0x124)](new RegExp('^'+_0x5c8fd4+_0x5dac4e(0x150),'m'))?.[0x1]?.['trim']()??'';}function listFiles(_0x203785,_0x2b768e=_0x203785){const _0x166c45=a261_0x5db183;return readdirSync(_0x2b768e,{'withFileTypes':!![]})[_0x166c45(0x130)](_0x189780=>{const _0x121ea9=_0x166c45,_0x24ca5e=join(_0x2b768e,_0x189780[_0x121ea9(0x12d)]),_0x55940c=lstatSync(_0x24ca5e);if(_0x55940c[_0x121ea9(0x147)]())throw new Error(_0x121ea9(0x14c)+_0x24ca5e);if(_0x55940c['isDirectory']())return listFiles(_0x203785,_0x24ca5e);if(!_0x55940c[_0x121ea9(0x133)]())throw new Error(_0x121ea9(0x134)+_0x24ca5e);return[relative(_0x203785,_0x24ca5e)[_0x121ea9(0x136)](sep)[_0x121ea9(0x15b)]('/')];})[_0x166c45(0x14b)]((_0x3a43ba,_0x2e1e80)=>_0x3a43ba<_0x2e1e80?-0x1:_0x3a43ba>_0x2e1e80?0x1:0x0);}function digestFiles(_0x218243,_0x73b7bd){const _0x3ea5b6=a261_0x5db183,_0x47beb4=createHash('sha256');for(const _0x4664d9 of _0x73b7bd){if(_0x4664d9[_0x3ea5b6(0x151)]('/')||_0x4664d9['split']('/')[_0x3ea5b6(0x15c)]('..')||_0x4664d9[_0x3ea5b6(0x15c)]('\x5c'))throw new Error(_0x3ea5b6(0x13f)+_0x4664d9);_0x47beb4[_0x3ea5b6(0x161)](_0x4664d9),_0x47beb4[_0x3ea5b6(0x161)]('\x00'),_0x47beb4[_0x3ea5b6(0x161)](readFileSync(join(_0x218243,..._0x4664d9[_0x3ea5b6(0x136)]('/')))),_0x47beb4[_0x3ea5b6(0x161)]('\x00');}return _0x47beb4['digest'](_0x3ea5b6(0x160));}function a261_0x3371(){const _0x43696e=['path','message','schemaVersion','5400vAdPbL','manifest','version','match','unknown','pipe','digest','error','1377276pHeunE','files','absent','reason','name','every','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','flatMap','installedPath','packageRoot','isFile','Unsupported\x20Skill\x20entry:\x20','length','split','unverifiable','68978xnsDfB','rabetbase','34yFJlgp','state','parse','14849090eQbcFJ','root','Unsafe\x20manifest\x20path:\x20','54437nWzglL','skillVersion','3152133KSFCLO','stdio','present','skills@latest\x20exited\x20','SKILL.md','isSymbolicLink','version_mismatch','utf8','rabetbase.manifest.json','sort','Symbolic\x20link\x20is\x20not\x20allowed:\x20','home','current','status',':\x5cs*(.+)$','startsWith','8lhmlvW','7359MeuKnz','skills','INSTALL_FAILED','SOURCE_INVALID','skipped','15PBlJin','3849309PYcVns','654vLnbPN','join','includes','missing','packageVersion','rabetbase\x20cli-skill\x20install','hex','update'];a261_0x3371=function(){return _0x43696e;};return a261_0x3371();}function sameFiles(_0x1d8704,_0x3b9ec3){const _0x34746c=a261_0x5db183;return _0x1d8704[_0x34746c(0x135)]===_0x3b9ec3[_0x34746c(0x135)]&&_0x1d8704[_0x34746c(0x12e)]((_0x435b66,_0x390057)=>_0x435b66===_0x3b9ec3[_0x390057]);}function readSource(_0x30db36){const _0x58d353=a261_0x5db183,_0xe5418d=JSON[_0x58d353(0x13c)](readFileSync(join(_0x30db36,'package.json'),_0x58d353(0x149))),_0x1eb18a=JSON['parse'](readFileSync(join(_0x30db36,'skills',_0x58d353(0x14a)),_0x58d353(0x149))),_0xc5a821=join(_0x30db36,_0x58d353(0x154),SKILL_NAME),_0x3d93c1=frontmatterValue(readFileSync(join(_0xc5a821,_0x58d353(0x146)),_0x58d353(0x149)),_0x58d353(0x123)),_0x13131b=listFiles(_0xc5a821);if(_0x1eb18a[_0x58d353(0x120)]!==0x1||_0x1eb18a[_0x58d353(0x12d)]!==SKILL_NAME||!_0xe5418d[_0x58d353(0x123)]||_0x1eb18a[_0x58d353(0x15e)]!==_0xe5418d[_0x58d353(0x123)]||_0x1eb18a[_0x58d353(0x141)]!==_0xe5418d['version']||_0x3d93c1!==_0xe5418d[_0x58d353(0x123)]||!sameFiles(_0x13131b,_0x1eb18a[_0x58d353(0x12a)])||digestFiles(_0xc5a821,_0x13131b)!==_0x1eb18a[_0x58d353(0x127)])throw new Error(_0x58d353(0x12f));return{'packageVersion':_0xe5418d['version'],'skillVersion':_0x3d93c1,'root':_0xc5a821,'manifest':_0x1eb18a};}function installedSkillPath(_0x309bad){const _0x3a3c1d=a261_0x5db183,_0x75fa71=resolveInstalledSkill(SKILL_NAME,{'home':_0x309bad});if(_0x75fa71[_0x3a3c1d(0x13b)]===_0x3a3c1d(0x144))return{'state':_0x3a3c1d(0x144),'path':dirname(_0x75fa71[_0x3a3c1d(0x162)])};if(_0x75fa71[_0x3a3c1d(0x13b)]===_0x3a3c1d(0x12b))return{'state':_0x3a3c1d(0x15d)};return{'state':_0x3a3c1d(0x137),'reason':_0x75fa71[_0x3a3c1d(0x12c)]};}export function inspectInstalledBuiltinSkillVersion(_0x530353,_0x2c33c4={}){const _0x22d3f2=a261_0x5db183,_0x4653e9=installedSkillPath(_0x2c33c4[_0x22d3f2(0x14d)]??homedir());if(_0x4653e9[_0x22d3f2(0x13b)]===_0x22d3f2(0x15d))return{'state':_0x22d3f2(0x15d),'expectedVersion':_0x530353,'repairCommand':REPAIR_COMMAND};if(_0x4653e9[_0x22d3f2(0x13b)]===_0x22d3f2(0x137))return{'state':_0x22d3f2(0x137),'expectedVersion':_0x530353,'reason':_0x4653e9[_0x22d3f2(0x12c)],'repairCommand':REPAIR_COMMAND};try{const _0x4cb617=frontmatterValue(readFileSync(join(_0x4653e9[_0x22d3f2(0x162)],_0x22d3f2(0x146)),_0x22d3f2(0x149)),_0x22d3f2(0x123));return{'state':_0x4cb617===_0x530353?_0x22d3f2(0x14e):'version_mismatch','expectedVersion':_0x530353,'skillVersion':_0x4cb617,'installedPath':_0x4653e9[_0x22d3f2(0x162)],'repairCommand':REPAIR_COMMAND};}catch(_0xafd1c1){return{'state':'unverifiable','expectedVersion':_0x530353,'installedPath':_0x4653e9['path'],'reason':_0xafd1c1 instanceof Error?_0xafd1c1['message']:String(_0xafd1c1),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x22e13f={}){const _0x2e273a=a261_0x5db183,_0x1ff509=_0x22e13f[_0x2e273a(0x132)]??DEFAULT_PACKAGE_ROOT;let _0x5c14db;try{_0x5c14db=readSource(_0x1ff509);}catch(_0x4b3bf4){return{'state':'unverifiable','packageVersion':_0x2e273a(0x125),'reason':_0x4b3bf4 instanceof Error?_0x4b3bf4[_0x2e273a(0x163)]:String(_0x4b3bf4),'repairCommand':REPAIR_COMMAND};}const _0x1cb508=installedSkillPath(_0x22e13f[_0x2e273a(0x14d)]??homedir());if(_0x1cb508[_0x2e273a(0x13b)]==='missing')return{'state':_0x2e273a(0x15d),'packageVersion':_0x5c14db[_0x2e273a(0x15e)],'repairCommand':REPAIR_COMMAND};if(_0x1cb508[_0x2e273a(0x13b)]==='unverifiable')return{'state':_0x2e273a(0x137),'packageVersion':_0x5c14db['packageVersion'],'reason':_0x1cb508[_0x2e273a(0x12c)],'repairCommand':REPAIR_COMMAND};try{const _0x2e3af1=frontmatterValue(readFileSync(join(_0x1cb508[_0x2e273a(0x162)],'SKILL.md'),_0x2e273a(0x149)),'version');if(_0x2e3af1!==_0x5c14db[_0x2e273a(0x141)])return{'state':_0x2e273a(0x148),'packageVersion':_0x5c14db[_0x2e273a(0x15e)],'skillVersion':_0x2e3af1,'installedPath':_0x1cb508[_0x2e273a(0x162)],'repairCommand':REPAIR_COMMAND};const _0x56e784=listFiles(_0x1cb508[_0x2e273a(0x162)]),_0x32c3af=digestFiles(_0x1cb508['path'],_0x56e784);return{'state':sameFiles(_0x56e784,_0x5c14db[_0x2e273a(0x122)][_0x2e273a(0x12a)])&&_0x32c3af===_0x5c14db['manifest'][_0x2e273a(0x127)]?_0x2e273a(0x14e):'content_mismatch','packageVersion':_0x5c14db[_0x2e273a(0x15e)],'skillVersion':_0x2e3af1,'installedPath':_0x1cb508[_0x2e273a(0x162)],'digest':_0x32c3af,'repairCommand':REPAIR_COMMAND};}catch(_0x1bb064){return{'state':_0x2e273a(0x137),'packageVersion':_0x5c14db[_0x2e273a(0x15e)],'installedPath':_0x1cb508[_0x2e273a(0x162)],'reason':_0x1bb064 instanceof Error?_0x1bb064[_0x2e273a(0x163)]:String(_0x1bb064),'repairCommand':REPAIR_COMMAND};}}function failure(_0x5f238d,_0xe760e9,_0x322f0f,_0x2ba205){const _0x7cd544=a261_0x5db183;return{'ok':![],'code':_0x5f238d,'packageVersion':_0xe760e9[_0x7cd544(0x15e)],'skillVersion':_0xe760e9[_0x7cd544(0x141)],'installedPath':_0x2ba205,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x322f0f instanceof Error?_0x322f0f[_0x7cd544(0x163)]:String(_0x322f0f)};}export function installBuiltinSkill(_0x44cd12={}){const _0x22e23d=a261_0x5db183,_0x598c7e=_0x44cd12[_0x22e23d(0x132)]??DEFAULT_PACKAGE_ROOT,_0x412e73=_0x44cd12[_0x22e23d(0x14d)]??homedir();let _0x2c3b55;try{_0x2c3b55=readSource(_0x598c7e);}catch(_0x495ba7){return failure(_0x22e23d(0x156),{'packageVersion':_0x22e23d(0x125),'skillVersion':'unknown'},_0x495ba7);}const _0x4dfdeb=inspectBuiltinSkill({'packageRoot':_0x598c7e,'home':_0x412e73}),_0x52a0b3=runNpxSkillsAddGlobal(_0x598c7e,_0x2c3b55[_0x22e23d(0x13e)],{'stdio':_0x44cd12[_0x22e23d(0x143)]??_0x22e23d(0x126),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x412e73}});if(_0x52a0b3[_0x22e23d(0x157)])return{'ok':!![],'packageVersion':_0x2c3b55[_0x22e23d(0x15e)],'skillVersion':_0x2c3b55['skillVersion'],'installedPath':_0x4dfdeb[_0x22e23d(0x131)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x52a0b3['ok'])return failure(_0x22e23d(0x155),_0x2c3b55,_0x52a0b3[_0x22e23d(0x128)]??_0x22e23d(0x145)+_0x52a0b3[_0x22e23d(0x14f)]);const _0x583871=inspectBuiltinSkill({'packageRoot':_0x598c7e,'home':_0x412e73});if(_0x583871[_0x22e23d(0x13b)]!==_0x22e23d(0x14e))return failure('VERIFY_FAILED',_0x2c3b55,_0x583871[_0x22e23d(0x12c)]??'Installed\x20Skill\x20state\x20is\x20'+_0x583871[_0x22e23d(0x13b)],_0x583871[_0x22e23d(0x131)]);return{'ok':!![],'packageVersion':_0x2c3b55[_0x22e23d(0x15e)],'skillVersion':_0x2c3b55[_0x22e23d(0x141)],'installedPath':_0x583871[_0x22e23d(0x131)],'changed':_0x4dfdeb[_0x22e23d(0x13b)]!==_0x22e23d(0x14e),'repairCommand':REPAIR_COMMAND};}
|
package/lib/skills/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3631fa,_0x808d0){const _0x41b784=a262_0x12bc,_0x1934c3=_0x3631fa();while(!![]){try{const _0xcc3f7d=-parseInt(_0x41b784(0xc1))/0x1+-parseInt(_0x41b784(0xb2))/0x2*(parseInt(_0x41b784(0xcd))/0x3)+-parseInt(_0x41b784(0xc0))/0x4+parseInt(_0x41b784(0xc8))/0x5+-parseInt(_0x41b784(0xba))/0x6*(parseInt(_0x41b784(0xb6))/0x7)+parseInt(_0x41b784(0xaf))/0x8+parseInt(_0x41b784(0xb9))/0x9;if(_0xcc3f7d===_0x808d0)break;else _0x1934c3['push'](_0x1934c3['shift']());}catch(_0x1ae22e){_0x1934c3['push'](_0x1934c3['shift']());}}}(a262_0x6766,0x1e0a0));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a262_0x12bc(_0x421440,_0x5d978e){_0x421440=_0x421440-0xaf;const _0x676658=a262_0x6766();let _0x12bca7=_0x676658[_0x421440];return _0x12bca7;}import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x5f381f){const _0x5aa09b=a262_0x12bc,_0x72c66a=[];for(const [_0x5ab8ca,_0xb7f18]of Object[_0x5aa09b(0xcb)](_0x5f381f)){if(_0xb7f18===!![]){const _0x439f6d=_0x5ab8ca['replace'](/([A-Z])/g,'-$1')['toLowerCase']();_0x72c66a[_0x5aa09b(0xc7)](_0x439f6d);}}return _0x72c66a;}export function parseDynamicFlags(){const _0x33d68f=a262_0x12bc,_0x55bf35=[];for(let _0x3c487c=0x3;_0x3c487c<process['argv'][_0x33d68f(0xcf)];_0x3c487c++){const _0x1d5def=process['argv'][_0x3c487c];if(_0x1d5def&&_0x1d5def[_0x33d68f(0xb7)]('--')){const _0x2b0ebb=_0x1d5def[_0x33d68f(0xc5)](0x2);_0x2b0ebb&&!_0x2b0ebb[_0x33d68f(0xc9)]('=')&&_0x55bf35[_0x33d68f(0xc7)](_0x2b0ebb);}}return _0x55bf35;}function a262_0x6766(){const _0x5e8d6e=['\x0aAvailable\x20commands:','3bAmGPI','(empty)','length','has','1811472RHaeVk','skill','log','370538NTxHRO','help','Error:\x20Unsupported\x20command:\x20','error','158018rFqolM','startsWith','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','4136400AHbDKK','42ICSMFR','不支持的命令:\x20','\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a','\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20','enable-bff-save','dangerously-bff-save','169500jysSPo','243872scTult','from','exit','add','slice','setLogPath','push','332700nVARfk','includes','--help','entries'];a262_0x6766=function(){return _0x5e8d6e;};return a262_0x6766();}export function getAllProvidedFlags(_0x16e580){const _0x40c2b0=a262_0x12bc,_0x633dcc=camelCaseFlagsToKebab(_0x16e580),_0x7f1f2d=parseDynamicFlags(),_0x3ded19=new Set([..._0x633dcc,..._0x7f1f2d]);return Array[_0x40c2b0(0xc2)](_0x3ded19);}export function normalizeLegacyBffSaveFlags(_0x1aec4c){const _0x3ac468=a262_0x12bc,_0x3a8151=new Set(_0x1aec4c);return _0x3a8151[_0x3ac468(0xd0)](_0x3ac468(0xbf))&&_0x3a8151[_0x3ac468(0xc4)](_0x3ac468(0xbe)),Array[_0x3ac468(0xc2)](_0x3a8151);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x46eebd,_0x4d2232,_0x5e9fae){const _0x4652d7=a262_0x12bc;logger[_0x4652d7(0xc6)](process['cwd']());if(_0x5e9fae?.[_0x4652d7(0xb3)]||_0x46eebd===_0x4652d7(0xca)){showHelp();return;}console[_0x4652d7(0xb5)](_0x4652d7(0xb4)+(_0x46eebd||_0x4652d7(0xce))),console['log'](_0x4652d7(0xcc)),console[_0x4652d7(0xb1)]('\x20\x20'+CLI_BIN_NAME+_0x4652d7(0xb8)),console[_0x4652d7(0xb1)](''),console[_0x4652d7(0xb1)]('Public\x20Open\x20Skill\x20source:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger[_0x4652d7(0xb5)](_0x4652d7(0xb0),_0x4652d7(0xbb)+_0x46eebd),process[_0x4652d7(0xc3)](0x1);}function showHelp(){const _0x7fb1a3=a262_0x12bc;console[_0x7fb1a3(0xb1)]('\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20'+CLI_BIN_NAME+_0x7fb1a3(0xbd)+SKILLS_INSTALL_COMMAND_LINE+_0x7fb1a3(0xbc));}
|