@lovrabet/rabetbase-cli 2.5.1 → 2.5.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/api/generate-sdk-config-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.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.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/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- 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-restore.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/dataset/user-deleted-field-list.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.js +1 -1
- package/lib/commands/db/table-diff-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/deployment/auto-sync.d.ts +3 -11
- package/lib/commands/deployment/auto-sync.js +1 -1
- package/lib/commands/deployment/index.js +1 -1
- package/lib/commands/deployment/sync.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/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/search.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/menu/visibility-update.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/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/template.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.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/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/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/domain-routing-sync.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.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/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.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/domain-config.js +1 -1
- package/lib/config/project-domain-routing.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/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.d.ts +0 -2
- 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 +0 -2
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- 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/kb-search-client.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/supported-flags.d.ts +2 -0
- package/lib/framework/supported-flags.js +1 -0
- package/lib/framework/types.d.ts +2 -4
- 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/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.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/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 +3 -3
- package/skills/rabetbase/references/rabetbase-deployment-sync.md +16 -44
- package/skills/rabetbase.manifest.json +3 -3
- package/lib/config/deployment-sync.d.ts +0 -10
- package/lib/config/deployment-sync.js +0 -1
package/lib/runtime/resolve.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5c955a,_0x99917e){const _0x1756f9=a279_0x3fcb,_0x402f30=_0x5c955a();while(!![]){try{const _0x1fda14=-parseInt(_0x1756f9(0x158))/0x1+-parseInt(_0x1756f9(0x14e))/0x2+-parseInt(_0x1756f9(0x15e))/0x3*(parseInt(_0x1756f9(0x156))/0x4)+parseInt(_0x1756f9(0x154))/0x5*(parseInt(_0x1756f9(0x15a))/0x6)+-parseInt(_0x1756f9(0x165))/0x7+parseInt(_0x1756f9(0x14f))/0x8*(-parseInt(_0x1756f9(0x151))/0x9)+-parseInt(_0x1756f9(0x15c))/0xa*(-parseInt(_0x1756f9(0x161))/0xb);if(_0x1fda14===_0x99917e)break;else _0x402f30['push'](_0x402f30['shift']());}catch(_0x5a7ea4){_0x402f30['push'](_0x402f30['shift']());}}}(a279_0x3806,0x31ab7));function a279_0x3806(){const _0x142668=['message','run','1666935pafbgQ','wildcardDef','796TLovlD','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','168949qkPeaz','Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22','6uKZGou','`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.','120wiqUyP','hint','3123nSNzsP','input','unknownCommand','529870GQTKom','defaultCommand','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','validation','1712529QqIEUJ','join','flags','47964KKdIWQ','8XpPhTY','slice','569187cJAYfu'];a279_0x3806=function(){return _0x142668;};return a279_0x3806();}import a279_0x16f01c from'meow';import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';import{buildMeowFlags}from'../constant/cli.js';function a279_0x3fcb(_0x4e1b6d,_0x369d3f){_0x4e1b6d=_0x4e1b6d-0x14c;const _0x38060a=a279_0x3806();let _0x3fcb67=_0x38060a[_0x4e1b6d];return _0x3fcb67;}import{CliErrors}from'../errors.js';import{assertSupportedCommandFlags}from'../framework/supported-flags.js';export async function resolveRabetbaseInvocation(_0x6ff66f){const _0x5bc886=a279_0x3fcb,_0x34e50f=a279_0x16f01c('',{'importMeta':import.meta,'argv':[..._0x6ff66f],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x3fe969=[..._0x34e50f[_0x5bc886(0x15f)]],_0x1b3581=_0x34e50f[_0x5bc886(0x14d)],_0x2e9acf=_0x3fe969[0x0];if(!_0x2e9acf)throw CliErrors['validation'](_0x5bc886(0x163));const _0x487e4c=resolveRemovedCommand(_0x2e9acf,_0x3fe969[0x1]);if(_0x487e4c)throw CliErrors[_0x5bc886(0x164)](_0x487e4c[_0x5bc886(0x152)],_0x487e4c[_0x5bc886(0x15d)]);if(_0x2e9acf===_0x5bc886(0x153))throw CliErrors[_0x5bc886(0x164)](_0x5bc886(0x15b),_0x5bc886(0x157));if(!isKnownService(_0x2e9acf))throw CliErrors['unknownCommand'](_0x3fe969[_0x5bc886(0x14c)]('\x20'));const _0x371a36=getServiceEntry(_0x2e9acf),_0x28c356=_0x3fe969[0x1],_0x1b0db8=_0x28c356||_0x371a36[_0x5bc886(0x162)];if(!_0x1b0db8){if(_0x371a36[_0x5bc886(0x155)])return{'definition':_0x371a36[_0x5bc886(0x155)],'rawFlags':_0x1b3581,'args':[]};throw CliErrors[_0x5bc886(0x164)](_0x5bc886(0x159)+_0x2e9acf+'\x22.');}const _0x267adc=findDefinition(_0x2e9acf,_0x1b0db8);if(_0x267adc)return assertSupportedCommandFlags(_0x267adc,_0x1b3581),{'definition':_0x267adc,'rawFlags':_0x1b3581,'args':_0x3fe969[_0x5bc886(0x150)](0x2)};if(_0x371a36[_0x5bc886(0x155)])return{'definition':_0x371a36[_0x5bc886(0x155)],'rawFlags':_0x1b3581,'args':[_0x1b0db8,..._0x3fe969[_0x5bc886(0x150)](0x2)]};throw CliErrors[_0x5bc886(0x160)](_0x2e9acf+'\x20'+_0x1b0db8);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a281_0x52e31c=a281_0x2343;(function(_0x51c85d,_0x4ff2ac){const _0x39f72a=a281_0x2343,_0x42065a=_0x51c85d();while(!![]){try{const _0x16c410=parseInt(_0x39f72a(0x1c1))/0x1*(-parseInt(_0x39f72a(0x193))/0x2)+parseInt(_0x39f72a(0x1ba))/0x3*(parseInt(_0x39f72a(0x1b8))/0x4)+parseInt(_0x39f72a(0x1b7))/0x5+-parseInt(_0x39f72a(0x1bf))/0x6+parseInt(_0x39f72a(0x1af))/0x7+parseInt(_0x39f72a(0x1b4))/0x8+-parseInt(_0x39f72a(0x1a7))/0x9;if(_0x16c410===_0x4ff2ac)break;else _0x42065a['push'](_0x42065a['shift']());}catch(_0x2d6093){_0x42065a['push'](_0x42065a['shift']());}}}(a281_0x4ac5,0x188dd));function a281_0x4ac5(){const _0x929995=['update','current','includes','hex','home','digest','Unsupported\x20Skill\x20entry:\x20','Symbolic\x20link\x20is\x20not\x20allowed:\x20','Installed\x20Skill\x20state\x20is\x20','length','packageRoot','sha256','unverifiable','46zCTNTk','SKILL.md','content_mismatch','message','files','pipe','split','trim','INSTALL_FAILED','join','manifest','missing','name','unknown','rabetbase.manifest.json','version_mismatch','installedPath','isFile','skillVersion','utf8','179811urquIa','version','startsWith','isDirectory','reason','packageVersion','VERIFY_FAILED','skills@latest\x20exited\x20','627725XUnXmh',':\x5cs*(.+)$','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','isSymbolicLink','root','420416JsPEnu','rabetbase','rabetbase\x20cli-skill\x20install','112845RVhSlX','72836sETGpg','stdio','6FCmlxi','schemaVersion','state','SOURCE_INVALID','present','416214cnPTKY','Unsafe\x20manifest\x20path:\x20','491ZxPckc','flatMap','absent','parse','path'];a281_0x4ac5=function(){return _0x929995;};return a281_0x4ac5();}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=a281_0x52e31c(0x1b6),SKILL_NAME=a281_0x52e31c(0x1b5);function frontmatterValue(_0x37609c,_0xcf6ac7){const _0x4bc2df=a281_0x52e31c;return _0x37609c['match'](new RegExp('^'+_0xcf6ac7+_0x4bc2df(0x1b0),'m'))?.[0x1]?.[_0x4bc2df(0x19a)]()??'';}function listFiles(_0x358aee,_0xcc5c55=_0x358aee){const _0x5724e9=a281_0x52e31c;return readdirSync(_0xcc5c55,{'withFileTypes':!![]})[_0x5724e9(0x1c2)](_0x408883=>{const _0x55acad=_0x5724e9,_0x42f117=join(_0xcc5c55,_0x408883[_0x55acad(0x19f)]),_0x1c9d32=lstatSync(_0x42f117);if(_0x1c9d32[_0x55acad(0x1b2)]())throw new Error(_0x55acad(0x18d)+_0x42f117);if(_0x1c9d32[_0x55acad(0x1aa)]())return listFiles(_0x358aee,_0x42f117);if(!_0x1c9d32[_0x55acad(0x1a4)]())throw new Error(_0x55acad(0x18c)+_0x42f117);return[relative(_0x358aee,_0x42f117)[_0x55acad(0x199)](sep)[_0x55acad(0x19c)]('/')];})['sort']((_0x3e7117,_0x4f86f8)=>_0x3e7117<_0x4f86f8?-0x1:_0x3e7117>_0x4f86f8?0x1:0x0);}function digestFiles(_0x2ae330,_0x26dfc4){const _0x121984=a281_0x52e31c,_0x2d1b57=createHash(_0x121984(0x191));for(const _0x4b03ae of _0x26dfc4){if(_0x4b03ae[_0x121984(0x1a9)]('/')||_0x4b03ae[_0x121984(0x199)]('/')[_0x121984(0x188)]('..')||_0x4b03ae[_0x121984(0x188)]('\x5c'))throw new Error(_0x121984(0x1c0)+_0x4b03ae);_0x2d1b57[_0x121984(0x1c6)](_0x4b03ae),_0x2d1b57[_0x121984(0x1c6)]('\x00'),_0x2d1b57[_0x121984(0x1c6)](readFileSync(join(_0x2ae330,..._0x4b03ae[_0x121984(0x199)]('/')))),_0x2d1b57[_0x121984(0x1c6)]('\x00');}return _0x2d1b57[_0x121984(0x18b)](_0x121984(0x189));}function a281_0x2343(_0x5d538a,_0x460e16){_0x5d538a=_0x5d538a-0x187;const _0x4ac5ac=a281_0x4ac5();let _0x23430c=_0x4ac5ac[_0x5d538a];return _0x23430c;}function sameFiles(_0x15021a,_0x271bc2){const _0xb5ca1e=a281_0x52e31c;return _0x15021a[_0xb5ca1e(0x18f)]===_0x271bc2[_0xb5ca1e(0x18f)]&&_0x15021a['every']((_0xabec,_0x39bfb0)=>_0xabec===_0x271bc2[_0x39bfb0]);}function readSource(_0x5e00aa){const _0xee1cf1=a281_0x52e31c,_0x1488d5=JSON[_0xee1cf1(0x1c4)](readFileSync(join(_0x5e00aa,'package.json'),_0xee1cf1(0x1a6))),_0x12614c=JSON[_0xee1cf1(0x1c4)](readFileSync(join(_0x5e00aa,'skills',_0xee1cf1(0x1a1)),_0xee1cf1(0x1a6))),_0xf9c206=join(_0x5e00aa,'skills',SKILL_NAME),_0x2b364e=frontmatterValue(readFileSync(join(_0xf9c206,_0xee1cf1(0x194)),_0xee1cf1(0x1a6)),'version'),_0x591eac=listFiles(_0xf9c206);if(_0x12614c[_0xee1cf1(0x1bb)]!==0x1||_0x12614c[_0xee1cf1(0x19f)]!==SKILL_NAME||!_0x1488d5[_0xee1cf1(0x1a8)]||_0x12614c[_0xee1cf1(0x1ac)]!==_0x1488d5[_0xee1cf1(0x1a8)]||_0x12614c[_0xee1cf1(0x1a5)]!==_0x1488d5[_0xee1cf1(0x1a8)]||_0x2b364e!==_0x1488d5[_0xee1cf1(0x1a8)]||!sameFiles(_0x591eac,_0x12614c[_0xee1cf1(0x197)])||digestFiles(_0xf9c206,_0x591eac)!==_0x12614c[_0xee1cf1(0x18b)])throw new Error(_0xee1cf1(0x1b1));return{'packageVersion':_0x1488d5[_0xee1cf1(0x1a8)],'skillVersion':_0x2b364e,'root':_0xf9c206,'manifest':_0x12614c};}function installedSkillPath(_0xfd4566){const _0x44322b=a281_0x52e31c,_0x373d85=resolveInstalledSkill(SKILL_NAME,{'home':_0xfd4566});if(_0x373d85[_0x44322b(0x1bc)]===_0x44322b(0x1be))return{'state':_0x44322b(0x1be),'path':dirname(_0x373d85['path'])};if(_0x373d85[_0x44322b(0x1bc)]===_0x44322b(0x1c3))return{'state':_0x44322b(0x19e)};return{'state':_0x44322b(0x192),'reason':_0x373d85[_0x44322b(0x1ab)]};}export function inspectInstalledBuiltinSkillVersion(_0x678e71,_0x12523f={}){const _0x500e00=a281_0x52e31c,_0x220342=installedSkillPath(_0x12523f['home']??homedir());if(_0x220342['state']==='missing')return{'state':'missing','expectedVersion':_0x678e71,'repairCommand':REPAIR_COMMAND};if(_0x220342[_0x500e00(0x1bc)]===_0x500e00(0x192))return{'state':'unverifiable','expectedVersion':_0x678e71,'reason':_0x220342[_0x500e00(0x1ab)],'repairCommand':REPAIR_COMMAND};try{const _0x12e71b=frontmatterValue(readFileSync(join(_0x220342[_0x500e00(0x1c5)],_0x500e00(0x194)),_0x500e00(0x1a6)),_0x500e00(0x1a8));return{'state':_0x12e71b===_0x678e71?_0x500e00(0x187):_0x500e00(0x1a2),'expectedVersion':_0x678e71,'skillVersion':_0x12e71b,'installedPath':_0x220342[_0x500e00(0x1c5)],'repairCommand':REPAIR_COMMAND};}catch(_0x5ea524){return{'state':_0x500e00(0x192),'expectedVersion':_0x678e71,'installedPath':_0x220342[_0x500e00(0x1c5)],'reason':_0x5ea524 instanceof Error?_0x5ea524[_0x500e00(0x196)]:String(_0x5ea524),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x54a032={}){const _0x5e4024=a281_0x52e31c,_0x33df33=_0x54a032[_0x5e4024(0x190)]??DEFAULT_PACKAGE_ROOT;let _0x288ddf;try{_0x288ddf=readSource(_0x33df33);}catch(_0x3c26a6){return{'state':_0x5e4024(0x192),'packageVersion':_0x5e4024(0x1a0),'reason':_0x3c26a6 instanceof Error?_0x3c26a6[_0x5e4024(0x196)]:String(_0x3c26a6),'repairCommand':REPAIR_COMMAND};}const _0x27b9c9=installedSkillPath(_0x54a032[_0x5e4024(0x18a)]??homedir());if(_0x27b9c9['state']===_0x5e4024(0x19e))return{'state':_0x5e4024(0x19e),'packageVersion':_0x288ddf['packageVersion'],'repairCommand':REPAIR_COMMAND};if(_0x27b9c9[_0x5e4024(0x1bc)]===_0x5e4024(0x192))return{'state':_0x5e4024(0x192),'packageVersion':_0x288ddf[_0x5e4024(0x1ac)],'reason':_0x27b9c9[_0x5e4024(0x1ab)],'repairCommand':REPAIR_COMMAND};try{const _0x1c2601=frontmatterValue(readFileSync(join(_0x27b9c9[_0x5e4024(0x1c5)],_0x5e4024(0x194)),_0x5e4024(0x1a6)),_0x5e4024(0x1a8));if(_0x1c2601!==_0x288ddf[_0x5e4024(0x1a5)])return{'state':_0x5e4024(0x1a2),'packageVersion':_0x288ddf[_0x5e4024(0x1ac)],'skillVersion':_0x1c2601,'installedPath':_0x27b9c9[_0x5e4024(0x1c5)],'repairCommand':REPAIR_COMMAND};const _0x4e2b0c=listFiles(_0x27b9c9['path']),_0x54616a=digestFiles(_0x27b9c9[_0x5e4024(0x1c5)],_0x4e2b0c);return{'state':sameFiles(_0x4e2b0c,_0x288ddf[_0x5e4024(0x19d)][_0x5e4024(0x197)])&&_0x54616a===_0x288ddf[_0x5e4024(0x19d)][_0x5e4024(0x18b)]?_0x5e4024(0x187):_0x5e4024(0x195),'packageVersion':_0x288ddf[_0x5e4024(0x1ac)],'skillVersion':_0x1c2601,'installedPath':_0x27b9c9['path'],'digest':_0x54616a,'repairCommand':REPAIR_COMMAND};}catch(_0x5e206c){return{'state':'unverifiable','packageVersion':_0x288ddf[_0x5e4024(0x1ac)],'installedPath':_0x27b9c9[_0x5e4024(0x1c5)],'reason':_0x5e206c instanceof Error?_0x5e206c[_0x5e4024(0x196)]:String(_0x5e206c),'repairCommand':REPAIR_COMMAND};}}function failure(_0x201501,_0xb2eea8,_0x325042,_0x27cf76){const _0x5241a8=a281_0x52e31c;return{'ok':![],'code':_0x201501,'packageVersion':_0xb2eea8[_0x5241a8(0x1ac)],'skillVersion':_0xb2eea8[_0x5241a8(0x1a5)],'installedPath':_0x27cf76,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x325042 instanceof Error?_0x325042[_0x5241a8(0x196)]:String(_0x325042)};}export function installBuiltinSkill(_0x8604dc={}){const _0x53c091=a281_0x52e31c,_0x497f59=_0x8604dc[_0x53c091(0x190)]??DEFAULT_PACKAGE_ROOT,_0x39c959=_0x8604dc['home']??homedir();let _0x7cc479;try{_0x7cc479=readSource(_0x497f59);}catch(_0x36bf64){return failure(_0x53c091(0x1bd),{'packageVersion':_0x53c091(0x1a0),'skillVersion':_0x53c091(0x1a0)},_0x36bf64);}const _0x22f3e1=inspectBuiltinSkill({'packageRoot':_0x497f59,'home':_0x39c959}),_0x4fd6d6=runNpxSkillsAddGlobal(_0x497f59,_0x7cc479[_0x53c091(0x1b3)],{'stdio':_0x8604dc[_0x53c091(0x1b9)]??_0x53c091(0x198),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x39c959}});if(_0x4fd6d6['skipped'])return{'ok':!![],'packageVersion':_0x7cc479[_0x53c091(0x1ac)],'skillVersion':_0x7cc479['skillVersion'],'installedPath':_0x22f3e1['installedPath'],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x4fd6d6['ok'])return failure(_0x53c091(0x19b),_0x7cc479,_0x4fd6d6['error']??_0x53c091(0x1ae)+_0x4fd6d6['status']);const _0x564480=inspectBuiltinSkill({'packageRoot':_0x497f59,'home':_0x39c959});if(_0x564480[_0x53c091(0x1bc)]!==_0x53c091(0x187))return failure(_0x53c091(0x1ad),_0x7cc479,_0x564480[_0x53c091(0x1ab)]??_0x53c091(0x18e)+_0x564480[_0x53c091(0x1bc)],_0x564480[_0x53c091(0x1a3)]);return{'ok':!![],'packageVersion':_0x7cc479['packageVersion'],'skillVersion':_0x7cc479['skillVersion'],'installedPath':_0x564480[_0x53c091(0x1a3)],'changed':_0x22f3e1[_0x53c091(0x1bc)]!==_0x53c091(0x187),'repairCommand':REPAIR_COMMAND};}
|
|
1
|
+
const a281_0x2e6f11=a281_0x2390;(function(_0x1e0954,_0x1fdac7){const _0x333708=a281_0x2390,_0xbb7a57=_0x1e0954();while(!![]){try{const _0x578843=parseInt(_0x333708(0x124))/0x1+parseInt(_0x333708(0xfc))/0x2+parseInt(_0x333708(0x123))/0x3+parseInt(_0x333708(0x110))/0x4+parseInt(_0x333708(0xfb))/0x5+parseInt(_0x333708(0xf7))/0x6+-parseInt(_0x333708(0x119))/0x7*(parseInt(_0x333708(0x118))/0x8);if(_0x578843===_0x1fdac7)break;else _0xbb7a57['push'](_0xbb7a57['shift']());}catch(_0x345c47){_0xbb7a57['push'](_0xbb7a57['shift']());}}}(a281_0x3d9f,0xa92ec));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='rabetbase\x20cli-skill\x20install',SKILL_NAME=a281_0x2e6f11(0x107);function frontmatterValue(_0x3de1d8,_0x485896){const _0x52481c=a281_0x2e6f11;return _0x3de1d8[_0x52481c(0x111)](new RegExp('^'+_0x485896+_0x52481c(0xfe),'m'))?.[0x1]?.[_0x52481c(0x108)]()??'';}function listFiles(_0x32ff6f,_0x36b0dc=_0x32ff6f){const _0xf6b478=a281_0x2e6f11;return readdirSync(_0x36b0dc,{'withFileTypes':!![]})[_0xf6b478(0x10b)](_0x2cd258=>{const _0x5191c0=_0xf6b478,_0x4cb3e1=join(_0x36b0dc,_0x2cd258['name']),_0x1746d3=lstatSync(_0x4cb3e1);if(_0x1746d3[_0x5191c0(0xff)]())throw new Error(_0x5191c0(0x122)+_0x4cb3e1);if(_0x1746d3[_0x5191c0(0x12b)]())return listFiles(_0x32ff6f,_0x4cb3e1);if(!_0x1746d3['isFile']())throw new Error(_0x5191c0(0x128)+_0x4cb3e1);return[relative(_0x32ff6f,_0x4cb3e1)[_0x5191c0(0xf5)](sep)['join']('/')];})[_0xf6b478(0x109)]((_0x318a83,_0x28faba)=>_0x318a83<_0x28faba?-0x1:_0x318a83>_0x28faba?0x1:0x0);}function digestFiles(_0x54fca6,_0x589974){const _0x42d52c=a281_0x2e6f11,_0x507188=createHash(_0x42d52c(0x106));for(const _0x5da0bb of _0x589974){if(_0x5da0bb[_0x42d52c(0x11a)]('/')||_0x5da0bb[_0x42d52c(0xf5)]('/')[_0x42d52c(0x102)]('..')||_0x5da0bb['includes']('\x5c'))throw new Error(_0x42d52c(0x121)+_0x5da0bb);_0x507188['update'](_0x5da0bb),_0x507188[_0x42d52c(0x116)]('\x00'),_0x507188[_0x42d52c(0x116)](readFileSync(join(_0x54fca6,..._0x5da0bb[_0x42d52c(0xf5)]('/')))),_0x507188[_0x42d52c(0x116)]('\x00');}return _0x507188[_0x42d52c(0x12d)](_0x42d52c(0xf1));}function a281_0x2390(_0x69a8e6,_0x47e405){_0x69a8e6=_0x69a8e6-0xed;const _0x3d9f8b=a281_0x3d9f();let _0x239045=_0x3d9f8b[_0x69a8e6];return _0x239045;}function sameFiles(_0x5c25d4,_0x832223){const _0xbd5156=a281_0x2e6f11;return _0x5c25d4[_0xbd5156(0x101)]===_0x832223[_0xbd5156(0x101)]&&_0x5c25d4[_0xbd5156(0x120)]((_0x49b881,_0x3f2062)=>_0x49b881===_0x832223[_0x3f2062]);}function readSource(_0x187e76){const _0x4a0fd1=a281_0x2e6f11,_0x5b8486=JSON[_0x4a0fd1(0xf6)](readFileSync(join(_0x187e76,_0x4a0fd1(0x129)),_0x4a0fd1(0xfa))),_0xc590df=JSON[_0x4a0fd1(0xf6)](readFileSync(join(_0x187e76,_0x4a0fd1(0xf2),_0x4a0fd1(0xfd)),_0x4a0fd1(0xfa))),_0x998982=join(_0x187e76,_0x4a0fd1(0xf2),SKILL_NAME),_0x107052=frontmatterValue(readFileSync(join(_0x998982,'SKILL.md'),_0x4a0fd1(0xfa)),'version'),_0x50301d=listFiles(_0x998982);if(_0xc590df[_0x4a0fd1(0xf9)]!==0x1||_0xc590df[_0x4a0fd1(0x114)]!==SKILL_NAME||!_0x5b8486[_0x4a0fd1(0x105)]||_0xc590df['packageVersion']!==_0x5b8486[_0x4a0fd1(0x105)]||_0xc590df[_0x4a0fd1(0x12c)]!==_0x5b8486['version']||_0x107052!==_0x5b8486[_0x4a0fd1(0x105)]||!sameFiles(_0x50301d,_0xc590df['files'])||digestFiles(_0x998982,_0x50301d)!==_0xc590df['digest'])throw new Error(_0x4a0fd1(0x10a));return{'packageVersion':_0x5b8486[_0x4a0fd1(0x105)],'skillVersion':_0x107052,'root':_0x998982,'manifest':_0xc590df};}function installedSkillPath(_0x295aba){const _0x3ed92e=a281_0x2e6f11,_0x577788=resolveInstalledSkill(SKILL_NAME,{'home':_0x295aba});if(_0x577788[_0x3ed92e(0x11f)]==='present')return{'state':_0x3ed92e(0x10e),'path':dirname(_0x577788[_0x3ed92e(0xef)])};if(_0x577788[_0x3ed92e(0x11f)]==='absent')return{'state':_0x3ed92e(0xee)};return{'state':_0x3ed92e(0xf0),'reason':_0x577788[_0x3ed92e(0xf4)]};}export function inspectInstalledBuiltinSkillVersion(_0x740109,_0x45e26a={}){const _0x1f48b6=a281_0x2e6f11,_0x1bc093=installedSkillPath(_0x45e26a[_0x1f48b6(0x127)]??homedir());if(_0x1bc093[_0x1f48b6(0x11f)]===_0x1f48b6(0xee))return{'state':_0x1f48b6(0xee),'expectedVersion':_0x740109,'repairCommand':REPAIR_COMMAND};if(_0x1bc093[_0x1f48b6(0x11f)]===_0x1f48b6(0xf0))return{'state':_0x1f48b6(0xf0),'expectedVersion':_0x740109,'reason':_0x1bc093[_0x1f48b6(0xf4)],'repairCommand':REPAIR_COMMAND};try{const _0x10e831=frontmatterValue(readFileSync(join(_0x1bc093[_0x1f48b6(0xef)],_0x1f48b6(0x11c)),_0x1f48b6(0xfa)),_0x1f48b6(0x105));return{'state':_0x10e831===_0x740109?_0x1f48b6(0x125):'version_mismatch','expectedVersion':_0x740109,'skillVersion':_0x10e831,'installedPath':_0x1bc093['path'],'repairCommand':REPAIR_COMMAND};}catch(_0x3ff767){return{'state':'unverifiable','expectedVersion':_0x740109,'installedPath':_0x1bc093[_0x1f48b6(0xef)],'reason':_0x3ff767 instanceof Error?_0x3ff767['message']:String(_0x3ff767),'repairCommand':REPAIR_COMMAND};}}function a281_0x3d9f(){const _0x33912a=['schemaVersion','utf8','1269370ZlXtXx','334076QAWZfe','rabetbase.manifest.json',':\x5cs*(.+)$','isSymbolicLink','root','length','includes','message','packageVersion','version','sha256','rabetbase','trim','sort','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','flatMap','Installed\x20Skill\x20state\x20is\x20','VERIFY_FAILED','present','unknown','174864wHkkIa','match','skills@latest\x20exited\x20','files','name','INSTALL_FAILED','update','skipped','389984ZGfwNb','28jHhrTv','startsWith','content_mismatch','SKILL.md','status','stdio','state','every','Unsafe\x20manifest\x20path:\x20','Symbolic\x20link\x20is\x20not\x20allowed:\x20','390954FnHNDj','119207EOUvOk','current','installedPath','home','Unsupported\x20Skill\x20entry:\x20','package.json','packageRoot','isDirectory','skillVersion','digest','pipe','missing','path','unverifiable','hex','skills','manifest','reason','split','parse','1042866BuDsJD','version_mismatch'];a281_0x3d9f=function(){return _0x33912a;};return a281_0x3d9f();}export function inspectBuiltinSkill(_0x2bf899={}){const _0x2b2ab0=a281_0x2e6f11,_0x25d9e3=_0x2bf899[_0x2b2ab0(0x12a)]??DEFAULT_PACKAGE_ROOT;let _0x5958a7;try{_0x5958a7=readSource(_0x25d9e3);}catch(_0x384335){return{'state':'unverifiable','packageVersion':_0x2b2ab0(0x10f),'reason':_0x384335 instanceof Error?_0x384335[_0x2b2ab0(0x103)]:String(_0x384335),'repairCommand':REPAIR_COMMAND};}const _0x36ae6e=installedSkillPath(_0x2bf899[_0x2b2ab0(0x127)]??homedir());if(_0x36ae6e[_0x2b2ab0(0x11f)]===_0x2b2ab0(0xee))return{'state':_0x2b2ab0(0xee),'packageVersion':_0x5958a7[_0x2b2ab0(0x104)],'repairCommand':REPAIR_COMMAND};if(_0x36ae6e[_0x2b2ab0(0x11f)]===_0x2b2ab0(0xf0))return{'state':_0x2b2ab0(0xf0),'packageVersion':_0x5958a7[_0x2b2ab0(0x104)],'reason':_0x36ae6e[_0x2b2ab0(0xf4)],'repairCommand':REPAIR_COMMAND};try{const _0x22ee35=frontmatterValue(readFileSync(join(_0x36ae6e['path'],_0x2b2ab0(0x11c)),'utf8'),_0x2b2ab0(0x105));if(_0x22ee35!==_0x5958a7[_0x2b2ab0(0x12c)])return{'state':_0x2b2ab0(0xf8),'packageVersion':_0x5958a7[_0x2b2ab0(0x104)],'skillVersion':_0x22ee35,'installedPath':_0x36ae6e['path'],'repairCommand':REPAIR_COMMAND};const _0x23bc16=listFiles(_0x36ae6e[_0x2b2ab0(0xef)]),_0x5ba090=digestFiles(_0x36ae6e[_0x2b2ab0(0xef)],_0x23bc16);return{'state':sameFiles(_0x23bc16,_0x5958a7[_0x2b2ab0(0xf3)][_0x2b2ab0(0x113)])&&_0x5ba090===_0x5958a7['manifest'][_0x2b2ab0(0x12d)]?_0x2b2ab0(0x125):_0x2b2ab0(0x11b),'packageVersion':_0x5958a7[_0x2b2ab0(0x104)],'skillVersion':_0x22ee35,'installedPath':_0x36ae6e[_0x2b2ab0(0xef)],'digest':_0x5ba090,'repairCommand':REPAIR_COMMAND};}catch(_0x377764){return{'state':_0x2b2ab0(0xf0),'packageVersion':_0x5958a7[_0x2b2ab0(0x104)],'installedPath':_0x36ae6e[_0x2b2ab0(0xef)],'reason':_0x377764 instanceof Error?_0x377764[_0x2b2ab0(0x103)]:String(_0x377764),'repairCommand':REPAIR_COMMAND};}}function failure(_0x5ba02e,_0x17fdd9,_0x11919c,_0x936530){const _0x173257=a281_0x2e6f11;return{'ok':![],'code':_0x5ba02e,'packageVersion':_0x17fdd9[_0x173257(0x104)],'skillVersion':_0x17fdd9[_0x173257(0x12c)],'installedPath':_0x936530,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x11919c instanceof Error?_0x11919c['message']:String(_0x11919c)};}export function installBuiltinSkill(_0x1b8cf6={}){const _0x4fcb11=a281_0x2e6f11,_0x22027f=_0x1b8cf6[_0x4fcb11(0x12a)]??DEFAULT_PACKAGE_ROOT,_0x5bccd0=_0x1b8cf6[_0x4fcb11(0x127)]??homedir();let _0x7420b5;try{_0x7420b5=readSource(_0x22027f);}catch(_0x330811){return failure('SOURCE_INVALID',{'packageVersion':_0x4fcb11(0x10f),'skillVersion':_0x4fcb11(0x10f)},_0x330811);}const _0x3d453a=inspectBuiltinSkill({'packageRoot':_0x22027f,'home':_0x5bccd0}),_0x2345e1=runNpxSkillsAddGlobal(_0x22027f,_0x7420b5[_0x4fcb11(0x100)],{'stdio':_0x1b8cf6[_0x4fcb11(0x11e)]??_0x4fcb11(0xed),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x5bccd0}});if(_0x2345e1[_0x4fcb11(0x117)])return{'ok':!![],'packageVersion':_0x7420b5[_0x4fcb11(0x104)],'skillVersion':_0x7420b5['skillVersion'],'installedPath':_0x3d453a[_0x4fcb11(0x126)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x2345e1['ok'])return failure(_0x4fcb11(0x115),_0x7420b5,_0x2345e1['error']??_0x4fcb11(0x112)+_0x2345e1[_0x4fcb11(0x11d)]);const _0x1a46a3=inspectBuiltinSkill({'packageRoot':_0x22027f,'home':_0x5bccd0});if(_0x1a46a3[_0x4fcb11(0x11f)]!==_0x4fcb11(0x125))return failure(_0x4fcb11(0x10d),_0x7420b5,_0x1a46a3[_0x4fcb11(0xf4)]??_0x4fcb11(0x10c)+_0x1a46a3[_0x4fcb11(0x11f)],_0x1a46a3[_0x4fcb11(0x126)]);return{'ok':!![],'packageVersion':_0x7420b5[_0x4fcb11(0x104)],'skillVersion':_0x7420b5[_0x4fcb11(0x12c)],'installedPath':_0x1a46a3[_0x4fcb11(0x126)],'changed':_0x3d453a[_0x4fcb11(0x11f)]!==_0x4fcb11(0x125),'repairCommand':REPAIR_COMMAND};}
|
package/lib/skills/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x49e769,_0x3421f4){const _0x3fd6c2=a282_0x4d00,_0x5ca1f4=_0x49e769();while(!![]){try{const _0x31aa9e=-parseInt(_0x3fd6c2(0x13b))/0x1*(-parseInt(_0x3fd6c2(0x13a))/0x2)+-parseInt(_0x3fd6c2(0x11d))/0x3+-parseInt(_0x3fd6c2(0x139))/0x4+-parseInt(_0x3fd6c2(0x13f))/0x5*(-parseInt(_0x3fd6c2(0x13c))/0x6)+parseInt(_0x3fd6c2(0x126))/0x7+parseInt(_0x3fd6c2(0x13e))/0x8*(-parseInt(_0x3fd6c2(0x132))/0x9)+-parseInt(_0x3fd6c2(0x140))/0xa*(-parseInt(_0x3fd6c2(0x12d))/0xb);if(_0x31aa9e===_0x3421f4)break;else _0x5ca1f4['push'](_0x5ca1f4['shift']());}catch(_0x2b6d4e){_0x5ca1f4['push'](_0x5ca1f4['shift']());}}}(a282_0x4241,0x40030));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x226fc6){const _0x2881b4=a282_0x4d00,_0x25e7ad=[];for(const [_0x79a2f5,_0x3bca54]of Object[_0x2881b4(0x12f)](_0x226fc6)){if(_0x3bca54===!![]){const _0x2c6a57=_0x79a2f5[_0x2881b4(0x136)](/([A-Z])/g,'-$1')[_0x2881b4(0x13d)]();_0x25e7ad[_0x2881b4(0x122)](_0x2c6a57);}}return _0x25e7ad;}function a282_0x4d00(_0x4d19d0,_0x2b8601){_0x4d19d0=_0x4d19d0-0x11d;const _0x42412c=a282_0x4241();let _0x4d0061=_0x42412c[_0x4d19d0];return _0x4d0061;}export function parseDynamicFlags(){const _0x1a3f0a=a282_0x4d00,_0x4bfe98=[];for(let _0x24cd03=0x3;_0x24cd03<process['argv'][_0x1a3f0a(0x120)];_0x24cd03++){const _0xb0df0d=process['argv'][_0x24cd03];if(_0xb0df0d&&_0xb0df0d[_0x1a3f0a(0x11f)]('--')){const _0x2f7336=_0xb0df0d[_0x1a3f0a(0x12c)](0x2);_0x2f7336&&!_0x2f7336[_0x1a3f0a(0x138)]('=')&&_0x4bfe98[_0x1a3f0a(0x122)](_0x2f7336);}}return _0x4bfe98;}export function getAllProvidedFlags(_0x3150d8){const _0x2c9c00=a282_0x4d00,_0x350105=camelCaseFlagsToKebab(_0x3150d8),_0x2640a9=parseDynamicFlags(),_0x417240=new Set([..._0x350105,..._0x2640a9]);return Array[_0x2c9c00(0x135)](_0x417240);}export function normalizeLegacyBffSaveFlags(_0x46460b){const _0x150513=a282_0x4d00,_0x58f789=new Set(_0x46460b);return _0x58f789[_0x150513(0x133)]('dangerously-bff-save')&&_0x58f789[_0x150513(0x128)](_0x150513(0x134)),Array[_0x150513(0x135)](_0x58f789);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;function a282_0x4241(){const _0x5c4926=['has','enable-bff-save','from','replace','cwd','includes','2000896AVWZOj','2NnTdTw','380482fgDcaV','4986dcATmT','toLowerCase','367064VTajpw','275vLFIOH','3106170uMEPcB','781848MszBMI','setLogPath','startsWith','length','Error:\x20Unsupported\x20command:\x20','push','log','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','error','2967139BSZKVY','--help','add','\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a','Public\x20Open\x20Skill\x20source:\x20','Unsupported\x20command:\x20','slice','11mfpdRR','exit','entries','help','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','27qBDDGw'];a282_0x4241=function(){return _0x5c4926;};return a282_0x4241();}export async function skillsCommand(_0x5d6f5f,_0x3fd31d,_0x40717e){const _0x302712=a282_0x4d00;logger[_0x302712(0x11e)](process[_0x302712(0x137)]());if(_0x40717e?.[_0x302712(0x130)]||_0x5d6f5f===_0x302712(0x127)){showHelp();return;}console[_0x302712(0x125)](_0x302712(0x121)+(_0x5d6f5f||'(empty)')),console[_0x302712(0x123)]('\x0aAvailable\x20commands:'),console[_0x302712(0x123)]('\x20\x20'+CLI_BIN_NAME+_0x302712(0x124)),console[_0x302712(0x123)](''),console[_0x302712(0x123)](_0x302712(0x12a)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x302712(0x125)]('skill',_0x302712(0x12b)+_0x5d6f5f),process[_0x302712(0x12e)](0x1);}function showHelp(){const _0x4b3251=a282_0x4d00;console[_0x4b3251(0x123)](_0x4b3251(0x131)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20'+SKILLS_INSTALL_COMMAND_LINE+_0x4b3251(0x129));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a283_0x2990b5=a283_0xe216;(function(_0x18f66f,_0xbb22ef){const _0x23795f=a283_0xe216,_0x43544e=_0x18f66f();while(!![]){try{const _0x4cf2fb=parseInt(_0x23795f(0x1f1))/0x1*(-parseInt(_0x23795f(0x1cb))/0x2)+parseInt(_0x23795f(0x1da))/0x3+-parseInt(_0x23795f(0x1c7))/0x4*(parseInt(_0x23795f(0x1d1))/0x5)+-parseInt(_0x23795f(0x1b4))/0x6*(parseInt(_0x23795f(0x1d9))/0x7)+-parseInt(_0x23795f(0x1c9))/0x8*(-parseInt(_0x23795f(0x1bf))/0x9)+parseInt(_0x23795f(0x1ec))/0xa+parseInt(_0x23795f(0x1dc))/0xb;if(_0x4cf2fb===_0xbb22ef)break;else _0x43544e['push'](_0x43544e['shift']());}catch(_0x2ad8b3){_0x43544e['push'](_0x43544e['shift']());}}}(a283_0x7b5b,0xc4ee7));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a283_0x2990b5(0x1e1);export const NPX_SKILLS_SUBCOMMAND_ADD=a283_0x2990b5(0x1e3);export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a283_0x2990b5(0x1b1);export const LEGACY_RABETBASE_SKILL_SOURCE=a283_0x2990b5(0x1d7);export const DEFAULT_RABETBASE_SKILL_NAME=a283_0x2990b5(0x1d3);export const RABETBASE_GLOBAL_SKILL_NAME=a283_0x2990b5(0x1b7);export const RABETBASE_SKILL_GIT_SOURCE=a283_0x2990b5(0x1bc);export function resolveGlobalSkillName(_0x2976c6){const _0x5aed03=a283_0x2990b5;switch(_0x2976c6[_0x5aed03(0x1c2)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}function a283_0x7b5b(){const _0x564d4e=['Installer\x20reported\x20','yes','inherit','EACCES','25KyNWNw','NPM_CONFIG_GLOBAL','Lovrabet','NPX_NOT_FOUND','join','EPERM','lovrabet/lovrabet-skill','expectedSkillName','28NQUbFh','2769162fECOKs','message','11922845OCcxyo','pipe','checked','stdout','ENOENT','skills@latest','\x20failed\x20target(s)','add','code','present','toString','warn','\x22\x20install\x20state:\x20','push','stdio','Skill\x20\x22','8011600eAkcRG','exit\x20','skill','npm_config_global','absent','468382jndiRg','lovrabet/rabetbase','signal','PERMISSION_DENIED','2143176pIMnMA','stderr','status','rabetbase','SPAWN_FAILED','unknown','log','state','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','npx','unverifiable','1471833shXWNX','match','filter','trim','error','reason','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','SKILL_NOT_INSTALLED','362892YtRAoc','CHILD_EXIT_NONZERO','40bwtATW','CHILD_TERMINATED','4EDXcWL','npx\x20terminated\x20by\x20signal\x20'];a283_0x7b5b=function(){return _0x564d4e;};return a283_0x7b5b();}export function buildNpxSkillsAddArgv(_0x2e2dbb){const _0x360b01=a283_0x2990b5,_0x416542=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x2e2dbb&&_0x416542[_0x360b01(0x1e9)](NPX_SKILLS_FLAG_SKILL,_0x2e2dbb),_0x416542;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a283_0x2990b5(0x1bd),...buildNpxSkillsAddArgv()][a283_0x2990b5(0x1d5)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a283_0x2990b5(0x1bd),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a283_0x2990b5(0x1d5)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x53384a,_0x92dbd8,_0x160566){return{'ok':![],'status':_0x92dbd8,'code':_0x53384a,'error':'['+_0x53384a+']\x20'+_0x160566};}function a283_0xe216(_0x2052a5,_0x3995ee){_0x2052a5=_0x2052a5-0x1b1;const _0x7b5bd9=a283_0x7b5b();let _0xe21696=_0x7b5bd9[_0x2052a5];return _0xe21696;}function spawnOptions(_0x1e7236,_0x2d95ea){const _0x55bf6b=a283_0x2990b5,_0x2ac1db={...process.env};return delete _0x2ac1db[_0x55bf6b(0x1ef)],delete _0x2ac1db[_0x55bf6b(0x1d2)],{'cwd':_0x1e7236,'stdio':_0x2d95ea,'env':_0x2ac1db,'shell':![],..._0x2d95ea===_0x55bf6b(0x1dd)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeSpawnResult(_0x50e7f7,_0x20a1b8,_0xe611d0,_0x24ac78){const _0x51a1ec=a283_0x2990b5,_0x22d04e=[_0x50e7f7[_0x51a1ec(0x1df)]?_0x50e7f7[_0x51a1ec(0x1df)][_0x51a1ec(0x1e6)]():'',_0x50e7f7[_0x51a1ec(0x1b5)]?_0x50e7f7['stderr'][_0x51a1ec(0x1e6)]():''][_0x51a1ec(0x1c1)](Boolean)[_0x51a1ec(0x1d5)]('\x0a')['trim']();_0x24ac78!=='pipe'&&_0x22d04e&&console[_0x51a1ec(0x1ba)](_0x22d04e);if(_0x50e7f7[_0x51a1ec(0x1c3)]){const _0x1239d3=_0x50e7f7[_0x51a1ec(0x1c3)],_0x43567e=_0x1239d3[_0x51a1ec(0x1e4)]===_0x51a1ec(0x1e0)?_0x51a1ec(0x1d4):_0x1239d3[_0x51a1ec(0x1e4)]===_0x51a1ec(0x1d6)||_0x1239d3[_0x51a1ec(0x1e4)]===_0x51a1ec(0x1d0)?_0x51a1ec(0x1b3):_0x51a1ec(0x1b8);return failure(_0x43567e,_0x50e7f7[_0x51a1ec(0x1b6)],_0x1239d3[_0x51a1ec(0x1db)]);}if(_0x50e7f7[_0x51a1ec(0x1b2)])return failure(_0x51a1ec(0x1ca),_0x50e7f7[_0x51a1ec(0x1b6)],_0x51a1ec(0x1cc)+_0x50e7f7[_0x51a1ec(0x1b2)]);if(_0x50e7f7[_0x51a1ec(0x1b6)]!==0x0)return failure(_0x51a1ec(0x1c8),_0x50e7f7['status'],_0x22d04e||_0x51a1ec(0x1ed)+(_0x50e7f7['status']??_0x51a1ec(0x1b9)));const _0x4212f8=_0x20a1b8?resolveInstalledSkill(_0x20a1b8,_0xe611d0):undefined,_0x50b237=_0x22d04e[_0x51a1ec(0x1c0)](/Failed to install\s+(\d+)/i);if(_0x50b237&&Number(_0x50b237[0x1])>0x0){const _0x5969c4=_0x51a1ec(0x1cd)+_0x50b237[0x1]+_0x51a1ec(0x1e2)+(_0x22d04e?':\x0a'+_0x22d04e:'');if(_0x4212f8?.[_0x51a1ec(0x1bb)]===_0x51a1ec(0x1e5))return console['warn']('!\x20'+_0x5969c4),{'ok':!![],'status':0x0};return failure('INSTALL_PARTIAL',0x0,_0x5969c4);}if(_0x4212f8){if(_0x4212f8[_0x51a1ec(0x1bb)]===_0x51a1ec(0x1f0))return failure(_0x51a1ec(0x1c6),0x0,_0x51a1ec(0x1eb)+_0x20a1b8+_0x51a1ec(0x1c5)+_0x4212f8[_0x51a1ec(0x1de)]['join'](',\x20')+')');_0x4212f8[_0x51a1ec(0x1bb)]===_0x51a1ec(0x1be)&&console[_0x51a1ec(0x1e7)]('!\x20Could\x20not\x20verify\x20\x22'+_0x20a1b8+_0x51a1ec(0x1e8)+_0x4212f8[_0x51a1ec(0x1c4)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x2f4198,_0x598dbb){const _0x565fbf=a283_0x2990b5;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0xb61157=_0x598dbb?.[_0x565fbf(0x1ea)]??_0x565fbf(0x1cf),_0x21c1a1=resolveNpmBin(_0x565fbf(0x1bd)),_0x129a49=buildNpxSkillsAddArgv(_0x598dbb?.[_0x565fbf(0x1ee)]),_0x527dd2=[_0x565fbf(0x1bd),..._0x129a49][_0x565fbf(0x1d5)]('\x20');console[_0x565fbf(0x1ba)]('*\x20'+_0x527dd2);const _0x275006=spawnSync(_0x21c1a1,_0x129a49,spawnOptions(_0x2f4198,_0xb61157));return normalizeSpawnResult(_0x275006,undefined,undefined,_0xb61157);}export function runNpxSkillsRemove(_0x25aa20,_0x338d90,_0x1b63d2=LEGACY_RABETBASE_SKILL_SOURCE){const _0x482b1d=a283_0x2990b5;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x576ff4=_0x338d90?.['stdio']??_0x482b1d(0x1cf),_0x10051e=resolveNpmBin(_0x482b1d(0x1bd)),_0x59a3c7=[NPX_FLAG_YES,NPX_SKILLS_CLI,'remove',_0x1b63d2,NPX_SKILLS_FLAG_SKILL,_0x338d90?.[_0x482b1d(0x1ee)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x338d90?.[_0x482b1d(0x1ce)]?['-y']:[]],_0x15c273=[_0x10051e,..._0x59a3c7][_0x482b1d(0x1d5)]('\x20');console[_0x482b1d(0x1ba)]('*\x20'+_0x15c273);const _0x5c45a1=spawnSync(_0x10051e,_0x59a3c7,spawnOptions(_0x25aa20,_0x576ff4));return normalizeSpawnResult(_0x5c45a1,undefined,undefined,_0x576ff4);}export function runNpxSkillsAddGlobal(_0x38de1a,_0x12f630,_0x354b7a){const _0x38dac2=a283_0x2990b5;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1d63fd=resolveNpmBin(_0x38dac2(0x1bd)),_0x55671c=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x12f630,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x1cf630=['npx',NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x12f630,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');console[_0x38dac2(0x1ba)]('*\x20'+_0x1cf630);const _0x58e196=spawnSync(_0x1d63fd,_0x55671c,spawnOptions(_0x38de1a,'pipe'));return normalizeSpawnResult(_0x58e196,_0x354b7a?.[_0x38dac2(0x1d8)]??resolveGlobalSkillName(_0x12f630),_0x354b7a?.['presence'],_0x354b7a?.['stdio']);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a284_0x4f9cfb=a284_0xd97d;(function(_0x45ad30,_0x1fbf41){const _0x46c90e=a284_0xd97d,_0x2e5a76=_0x45ad30();while(!![]){try{const _0x2a6b4a=parseInt(_0x46c90e(0xe8))/0x1+parseInt(_0x46c90e(0xf1))/0x2+-parseInt(_0x46c90e(0xe3))/0x3*(parseInt(_0x46c90e(0xd9))/0x4)+parseInt(_0x46c90e(0xd7))/0x5*(-parseInt(_0x46c90e(0xde))/0x6)+parseInt(_0x46c90e(0xd2))/0x7*(-parseInt(_0x46c90e(0xea))/0x8)+parseInt(_0x46c90e(0xe0))/0x9+parseInt(_0x46c90e(0xdd))/0xa*(parseInt(_0x46c90e(0xda))/0xb);if(_0x2a6b4a===_0x1fbf41)break;else _0x2e5a76['push'](_0x2e5a76['shift']());}catch(_0x565041){_0x2e5a76['push'](_0x2e5a76['shift']());}}}(a284_0x19b2,0xae065));import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';function a284_0xd97d(_0x2c4d0c,_0x52775e){_0x2c4d0c=_0x2c4d0c-0xcd;const _0x19b228=a284_0x19b2();let _0xd97dfd=_0x19b228[_0x2c4d0c];return _0xd97dfd;}function a284_0x19b2(){const _0x5a88fb=['recorded','kind','1832824KWiKoB','\x20has\x20no\x20skills\x20map','message','absent','\x20is\x20unreadable:\x20','.skill-lock.json','182PHsPYQ','unusable','skills','globalSkillsDirs','.claude','693865IlGaMh','number','1324omPPJi','1361415jnfjBd','version','.agents','40YRCbSk','48QpNOpA','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','4315122ztdSHN','SKILL.md','reason','6252RgLovN','lockFile','object','includes','not-recorded','910749tOVQGX','\x20records\x20\x22','88888CgAkVB','map','unverifiable','utf8','home'];a284_0x19b2=function(){return _0x5a88fb;};return a284_0x19b2();}import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a284_0x4f9cfb(0xdc),a284_0x4f9cfb(0xd1));export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a284_0x4f9cfb(0xdc),a284_0x4f9cfb(0xd4)),join(a284_0x4f9cfb(0xd6),a284_0x4f9cfb(0xd4))];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x2dd353,_0x3852c5){const _0x110abb=a284_0x4f9cfb;if(!existsSync(_0x2dd353))return{'kind':_0x110abb(0xe7)};let _0x2997ed;try{_0x2997ed=JSON['parse'](readFileSync(_0x2dd353,_0x110abb(0xed)));}catch(_0x4ecb5d){return{'kind':_0x110abb(0xd3),'reason':_0x2dd353+_0x110abb(0xd0)+_0x4ecb5d[_0x110abb(0xce)]};}const _0x2adc02=_0x2997ed;if(typeof _0x2adc02?.['version']!==_0x110abb(0xd8)||!SUPPORTED_LOCK_VERSIONS[_0x110abb(0xe6)](_0x2adc02['version']))return{'kind':_0x110abb(0xd3),'reason':_0x2dd353+'\x20uses\x20unsupported\x20version\x20'+String(_0x2adc02?.[_0x110abb(0xdb)])};if(!_0x2adc02[_0x110abb(0xd4)]||typeof _0x2adc02[_0x110abb(0xd4)]!==_0x110abb(0xe5))return{'kind':'unusable','reason':_0x2dd353+_0x110abb(0xcd)};return _0x2adc02[_0x110abb(0xd4)][_0x3852c5]?{'kind':_0x110abb(0xef)}:{'kind':'not-recorded'};}export function resolveInstalledSkill(_0x51c16c,_0x162c26){const _0x4d71d7=a284_0x4f9cfb,_0x168fd6=_0x162c26?.[_0x4d71d7(0xee)]??homedir(),_0x3c9241=_0x162c26?.[_0x4d71d7(0xd5)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0x4d71d7(0xeb)](_0x1920bb=>join(_0x168fd6,_0x1920bb)),_0x27b49c=_0x162c26?.[_0x4d71d7(0xe4)]??join(_0x168fd6,SKILL_LOCK_RELATIVE_PATH),_0x59f5ca=_0x3c9241[_0x4d71d7(0xeb)](_0x4093d0=>join(_0x4093d0,_0x51c16c,_0x4d71d7(0xe1))),_0x5b22d8=_0x59f5ca['find'](_0x52df43=>existsSync(_0x52df43));if(_0x5b22d8)return{'state':'present','path':_0x5b22d8};const _0x28c669=readLockLookup(_0x27b49c,_0x51c16c);if(_0x28c669[_0x4d71d7(0xf0)]==='unusable')return{'state':_0x4d71d7(0xec),'reason':_0x28c669[_0x4d71d7(0xe2)]};if(_0x28c669[_0x4d71d7(0xf0)]===_0x4d71d7(0xef))return{'state':'unverifiable','reason':_0x27b49c+_0x4d71d7(0xe9)+_0x51c16c+_0x4d71d7(0xdf)+('('+_0x59f5ca['join'](',\x20')+')')};return{'state':_0x4d71d7(0xcf),'checked':_0x59f5ca};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x57185f,_0x472bcb){const _0x1ace92=a285_0x25a9,_0x5b5292=_0x57185f();while(!![]){try{const _0x2a8178=parseInt(_0x1ace92(0x174))/0x1+-parseInt(_0x1ace92(0x179))/0x2*(-parseInt(_0x1ace92(0x17c))/0x3)+parseInt(_0x1ace92(0x16d))/0x4*(-parseInt(_0x1ace92(0x177))/0x5)+-parseInt(_0x1ace92(0x178))/0x6+parseInt(_0x1ace92(0x16c))/0x7*(parseInt(_0x1ace92(0x16a))/0x8)+parseInt(_0x1ace92(0x175))/0x9*(-parseInt(_0x1ace92(0x171))/0xa)+parseInt(_0x1ace92(0x17b))/0xb;if(_0x2a8178===_0x472bcb)break;else _0x5b5292['push'](_0x5b5292['shift']());}catch(_0x54963e){_0x5b5292['push'](_0x5b5292['shift']());}}}(a285_0x52dc,0xb6645));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x39f7b2){const _0x44d3cd=a285_0x25a9;return SENSITIVE_PATTERNS['some'](_0x12a361=>_0x12a361[_0x44d3cd(0x170)](_0x39f7b2));}function sanitizeFlags(_0x35e63f){const _0x2e68ee=a285_0x25a9,_0x2f9270={};for(const [_0x42a4a5,_0xce9b6e]of Object[_0x2e68ee(0x16b)](_0x35e63f)){isSensitiveKey(_0x42a4a5)?_0x2f9270[_0x42a4a5]=_0xce9b6e!=null&&_0xce9b6e!==''?_0x2e68ee(0x173):_0xce9b6e:_0x2f9270[_0x42a4a5]=_0xce9b6e;}return _0x2f9270;}function a285_0x25a9(_0x1d9e80,_0x3f99c6){_0x1d9e80=_0x1d9e80-0x169;const _0x52dcb9=a285_0x52dc();let _0x25a964=_0x52dcb9[_0x1d9e80];return _0x25a964;}function a285_0x52dc(){const _0x333b02=['flags','5pDssxw','8783016HPTzXV','472ktCpDO','rabetbase.command','15562294ClXDRP','12111SQIFpR','stringify','700360dkqEvE','entries','56Nwsvbv','2856668DMFbYj','service','durationMs','test','458360ncpWsW','error','[REDACTED]','728118uVnUsG','171yYUlRL'];a285_0x52dc=function(){return _0x333b02;};return a285_0x52dc();}export async function reportCommandTrace(_0xb331ca){const _0x1537d8=a285_0x25a9;try{const _0x574d83=sanitizeFlags(_0xb331ca[_0x1537d8(0x176)]);await sendCliTraceLog({'spanName':_0x1537d8(0x17a),'logData':{'command.cli_version':getCliVersion(),'command.service':_0xb331ca[_0x1537d8(0x16e)],'command.name':_0xb331ca['command'],'command.flags':JSON[_0x1537d8(0x169)](_0x574d83),..._0xb331ca[_0x1537d8(0x16f)]!=null?{'command.duration_ms':_0xb331ca[_0x1537d8(0x16f)]}:{},..._0xb331ca[_0x1537d8(0x172)]?{'command.error':_0xb331ca[_0x1537d8(0x172)]instanceof Error?_0xb331ca['error']['message']:String(_0xb331ca[_0x1537d8(0x172)])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a286_0x1e59(){var _0x3c4df1=['8AtMXYi','Failed\x20to\x20report\x20CLI\x20help\x20trace:','114335pgWfDm','1704240jfQiNG','10BTTAXh','930284WiAHfB','3909850sEixBx','2192952sLkqDB','14990iFfFkC','cli.help','service','9qqjKnA','2893KPNMmk','1011906dcDpmA','error'];a286_0x1e59=function(){return _0x3c4df1;};return a286_0x1e59();}function a286_0x5144(_0xea8460,_0x5d0cb0){_0xea8460=_0xea8460-0x187;var _0x1e592a=a286_0x1e59();var _0x5144b9=_0x1e592a[_0xea8460];return _0x5144b9;}(function(_0x2b4db5,_0x562fd7){var _0x671013=a286_0x5144,_0x54e9b8=_0x2b4db5();while(!![]){try{var _0x374ed5=parseInt(_0x671013(0x18f))/0x1*(-parseInt(_0x671013(0x18d))/0x2)+-parseInt(_0x671013(0x190))/0x3+parseInt(_0x671013(0x192))/0x4*(parseInt(_0x671013(0x191))/0x5)+parseInt(_0x671013(0x18b))/0x6+parseInt(_0x671013(0x193))/0x7+-parseInt(_0x671013(0x194))/0x8*(parseInt(_0x671013(0x189))/0x9)+parseInt(_0x671013(0x195))/0xa*(parseInt(_0x671013(0x18a))/0xb);if(_0x374ed5===_0x562fd7)break;else _0x54e9b8['push'](_0x54e9b8['shift']());}catch(_0x5d2728){_0x54e9b8['push'](_0x54e9b8['shift']());}}}(a286_0x1e59,0x46141));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x23485a,_0x1ac6bc){var _0x3a81bb=a286_0x5144;try{await sendCliTraceLog({'spanName':_0x3a81bb(0x187),'logData':{'rabetbase.help.kind':_0x23485a,..._0x1ac6bc?.['service']&&{'rabetbase.help.service':_0x1ac6bc[_0x3a81bb(0x188)]}}});}catch(_0x238497){console[_0x3a81bb(0x18c)](_0x3a81bb(0x18e),_0x238497);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x13191d,_0x3aae1a){const _0x57c888=a287_0x2cf0,_0x290a1b=_0x13191d();while(!![]){try{const _0x43864c=-parseInt(_0x57c888(0x202))/0x1*(-parseInt(_0x57c888(0x1f5))/0x2)+parseInt(_0x57c888(0x1f6))/0x3*(parseInt(_0x57c888(0x201))/0x4)+parseInt(_0x57c888(0x1f4))/0x5+parseInt(_0x57c888(0x1f0))/0x6+-parseInt(_0x57c888(0x1f9))/0x7*(-parseInt(_0x57c888(0x1fe))/0x8)+-parseInt(_0x57c888(0x1f1))/0x9*(-parseInt(_0x57c888(0x1f8))/0xa)+-parseInt(_0x57c888(0x1fd))/0xb;if(_0x43864c===_0x3aae1a)break;else _0x290a1b['push'](_0x290a1b['shift']());}catch(_0x8116b){_0x290a1b['push'](_0x290a1b['shift']());}}}(a287_0x1285,0x3e298));function a287_0x1285(){const _0x4c9d5c=['1223615yWVPtZ','2gTSApa','6MADkBZ','unknown','1591630JkDIno','158879TZmNGm','production','tenant_code','tenant','15042863mdNEaW','120spYGdB','user','email','11228BYnUTk','266327uPbxgv','2680224hMrZvI','18YRcdTm','username','daily'];a287_0x1285=function(){return _0x4c9d5c;};return a287_0x1285();}import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';function a287_0x2cf0(_0x18f926,_0x3f5282){_0x18f926=_0x18f926-0x1f0;const _0x1285ab=a287_0x1285();let _0x2cf0ea=_0x1285ab[_0x18f926];return _0x2cf0ea;}import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0xbadbe6=a287_0x2cf0,_0x3704d5=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x2d0b86=_0x3704d5?.[_0xbadbe6(0x1ff)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0xbadbe6(0x1f7)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0xbadbe6(0x1f3):_0xbadbe6(0x1fa))}),setUserContext({'id':_0x2d0b86?.['id'],'username':_0x2d0b86?.[_0xbadbe6(0x1f2)],'nickname':_0x2d0b86?.['nickname'],'email':_0x2d0b86?.[_0xbadbe6(0x200)],'tenantCode':_0x2d0b86?.[_0xbadbe6(0x1fc)]?.[_0xbadbe6(0x1fb)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x3704d5;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x51c838,_0x45ba7d){const _0x117db4=a288_0x3768,_0x39935c=_0x51c838();while(!![]){try{const _0x3a96fa=-parseInt(_0x117db4(0x1c1))/0x1+-parseInt(_0x117db4(0x1bb))/0x2+-parseInt(_0x117db4(0x1c7))/0x3+-parseInt(_0x117db4(0x1c6))/0x4*(-parseInt(_0x117db4(0x1c3))/0x5)+parseInt(_0x117db4(0x1bf))/0x6+parseInt(_0x117db4(0x1c4))/0x7*(-parseInt(_0x117db4(0x1c2))/0x8)+parseInt(_0x117db4(0x1c5))/0x9*(parseInt(_0x117db4(0x1be))/0xa);if(_0x3a96fa===_0x45ba7d)break;else _0x39935c['push'](_0x39935c['shift']());}catch(_0x5a13ae){_0x39935c['push'](_0x39935c['shift']());}}}(a288_0x3f4f,0x3fc85));import{shutdownTraces}from'@lovrabet/otel-logger';function a288_0x3768(_0x3db6b6,_0x529f3d){_0x3db6b6=_0x3db6b6-0x1bb;const _0x3f4f58=a288_0x3f4f();let _0x3768ab=_0x3f4f58[_0x3db6b6];return _0x3768ab;}function a288_0x3f4f(){const _0x46cf8b=['7245vdXfyX','7544493ajgcoF','2328VYdLWi','200157LlMjqK','175700MgTbLN','exit','SIGINT','10hLMTil','1975884bFyAXk','once','385682JPITie','3320FNCodl','545qeFejs'];a288_0x3f4f=function(){return _0x46cf8b;};return a288_0x3f4f();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x4b36bc=a288_0x3768;process[_0x4b36bc(0x1c0)]('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x119a05=()=>{void flushOtelNodeIfUsed()['then'](()=>process['exit'](0x0));};process[_0x4b36bc(0x1c0)](_0x4b36bc(0x1bd),_0x119a05),process[_0x4b36bc(0x1c0)]('SIGTERM',_0x119a05);}export async function exitWithOtelShutdown(_0x36b21d){const _0x3eaa7c=a288_0x3768;await flushOtelNodeIfUsed(),process[_0x3eaa7c(0x1bc)](_0x36b21d);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3286fa,_0x4b434e){const _0x3e3d63=a289_0x2d7c,_0x578bc7=_0x3286fa();while(!![]){try{const _0x107ce7=parseInt(_0x3e3d63(0xb0))/0x1+-parseInt(_0x3e3d63(0xa9))/0x2*(parseInt(_0x3e3d63(0xac))/0x3)+parseInt(_0x3e3d63(0xb2))/0x4+-parseInt(_0x3e3d63(0xb4))/0x5+parseInt(_0x3e3d63(0xb5))/0x6+-parseInt(_0x3e3d63(0xb3))/0x7+parseInt(_0x3e3d63(0xb1))/0x8;if(_0x107ce7===_0x4b434e)break;else _0x578bc7['push'](_0x578bc7['shift']());}catch(_0xca22d8){_0x578bc7['push'](_0x578bc7['shift']());}}}(a289_0x3f26,0x41eba));import{sendTraceLog}from'@lovrabet/otel-logger';function a289_0x3f26(){const _0x101565=['2300347Vgmyzn','445240VTuVDI','2678424VfcfsM','traceName','6310DqnEsI','version','traceparent','249sADOsj','logData','manual','spanName','283703cuESRy','1387288aNgWJm','184104bYOXIm'];a289_0x3f26=function(){return _0x101565;};return a289_0x3f26();}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';function a289_0x2d7c(_0xec15b5,_0x395e3f){_0xec15b5=_0xec15b5-0xa9;const _0x3f2679=a289_0x3f26();let _0x2d7c54=_0x3f2679[_0xec15b5];return _0x2d7c54;}const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x5b21e8){const _0x59203e=a289_0x2d7c;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x5b21e8[_0x59203e(0xb6)]??DEFAULT_TRACE_NAME,'version':_0x5b21e8[_0x59203e(0xaa)]??getCliVersion(),'spanName':_0x5b21e8[_0x59203e(0xaf)],'eventType':_0x59203e(0xae),'logData':_0x5b21e8[_0x59203e(0xad)],..._0x5b21e8[_0x59203e(0xab)]&&{'traceparent':_0x5b21e8[_0x59203e(0xab)]}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a290_0x13d8(){const _0x50c706=['35005YgEhct','186NxgBZT','9326601QnzZRc','77918lBGztr','join','8fylCkL','sanitize','2254800dTLXzU','redactionCount','originalBytes','description','11932cuJrJE','redactionKinds','548616LJQecl','platform-issue-log-collect','647423mXeofT'];a290_0x13d8=function(){return _0x50c706;};return a290_0x13d8();}const a290_0x2fcbff=a290_0x1a58;(function(_0x15bfa3,_0x20e20b){const _0x5440e8=a290_0x1a58,_0x4edc16=_0x15bfa3();while(!![]){try{const _0x4d6e09=parseInt(_0x5440e8(0x14b))/0x1+-parseInt(_0x5440e8(0x143))/0x2+-parseInt(_0x5440e8(0x14d))/0x3*(parseInt(_0x5440e8(0x145))/0x4)+parseInt(_0x5440e8(0x140))/0x5*(-parseInt(_0x5440e8(0x141))/0x6)+parseInt(_0x5440e8(0x13f))/0x7+-parseInt(_0x5440e8(0x147))/0x8+parseInt(_0x5440e8(0x142))/0x9;if(_0x4d6e09===_0x20e20b)break;else _0x4edc16['push'](_0x4edc16['shift']());}catch(_0x55e11f){_0x4edc16['push'](_0x4edc16['shift']());}}}(a290_0x13d8,0x39e46));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a290_0x2fcbff(0x14e);function a290_0x1a58(_0x42de84,_0xfda18b){_0x42de84=_0x42de84-0x13f;const _0x13d85f=a290_0x13d8();let _0x1a58e9=_0x13d85f[_0x42de84];return _0x1a58e9;}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';export async function sendPlatformIssueCollectLog(_0x5a8630){const _0x5bb55f=a290_0x2fcbff;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x5a8630['title'],'issue.description':_0x5a8630[_0x5bb55f(0x14a)],..._0x5a8630[_0x5bb55f(0x146)]?{'issue.description_original_bytes':_0x5a8630[_0x5bb55f(0x146)][_0x5bb55f(0x149)],'issue.description_truncated':_0x5a8630[_0x5bb55f(0x146)]['truncated'],'issue.description_redactions':_0x5a8630['sanitize'][_0x5bb55f(0x148)],'issue.description_redaction_kinds':_0x5a8630[_0x5bb55f(0x146)][_0x5bb55f(0x14c)][_0x5bb55f(0x144)](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a292_0x1e9bd5=a292_0x5c24;(function(_0x24492d,_0x218556){const _0x1734a8=a292_0x5c24,_0x3e401c=_0x24492d();while(!![]){try{const _0x3790b9=parseInt(_0x1734a8(0x10e))/0x1*(-parseInt(_0x1734a8(0x11d))/0x2)+parseInt(_0x1734a8(0x121))/0x3*(parseInt(_0x1734a8(0xf6))/0x4)+-parseInt(_0x1734a8(0x110))/0x5+-parseInt(_0x1734a8(0x10a))/0x6+-parseInt(_0x1734a8(0x100))/0x7*(parseInt(_0x1734a8(0xfb))/0x8)+parseInt(_0x1734a8(0x101))/0x9*(-parseInt(_0x1734a8(0x111))/0xa)+parseInt(_0x1734a8(0x117))/0xb;if(_0x3790b9===_0x218556)break;else _0x3e401c['push'](_0x3e401c['shift']());}catch(_0x5486b6){_0x3e401c['push'](_0x3e401c['shift']());}}}(a292_0x3c54,0x4adbd));export const CORE_IDE_CONFIGS={'cursor':{'name':a292_0x1e9bd5(0x116),'description':'Cursor\x20IDE','folders':['.cursorrules','.cursor'],'files':[{'type':'file','path':a292_0x1e9bd5(0xfd)}]},'windsurf':{'name':'Windsurf','description':'Windsurf\x20IDE','folders':[a292_0x1e9bd5(0xf2)],'files':[{'type':a292_0x1e9bd5(0x124),'path':a292_0x1e9bd5(0x109)}]},'claude':{'name':'Claude\x20Code','description':a292_0x1e9bd5(0x10d),'folders':[a292_0x1e9bd5(0x10b)],'files':[{'type':a292_0x1e9bd5(0x124),'path':'.claude/skills/lovrabet/SKILL.md'}]},'cline':{'name':a292_0x1e9bd5(0xfe),'description':a292_0x1e9bd5(0x102),'folders':[a292_0x1e9bd5(0x113)],'files':[{'type':a292_0x1e9bd5(0x124),'path':'.cline/skills/lovrabet/SKILL.md'}]},'codex':{'name':a292_0x1e9bd5(0x118),'description':'Codex\x20IDE','folders':[a292_0x1e9bd5(0x108)],'files':[{'type':a292_0x1e9bd5(0x124),'path':a292_0x1e9bd5(0x120)}]},'opencode':{'name':'OpenCode','description':a292_0x1e9bd5(0x11c),'folders':[a292_0x1e9bd5(0x10c)],'files':[{'type':a292_0x1e9bd5(0x124),'path':a292_0x1e9bd5(0xfc)}]},'qoder':{'name':a292_0x1e9bd5(0x114),'description':'Qoder\x20IDE','folders':[a292_0x1e9bd5(0x106)],'files':[{'type':a292_0x1e9bd5(0x124),'path':a292_0x1e9bd5(0x11b)},{'type':'file','path':a292_0x1e9bd5(0x112)}]},'codebuddy':{'name':a292_0x1e9bd5(0xfa),'description':a292_0x1e9bd5(0x11e),'folders':[a292_0x1e9bd5(0xf8)],'files':[{'type':a292_0x1e9bd5(0x124),'path':'.codebuddy/skills/lovrabet/SKILL.md'}]},'trae':{'name':a292_0x1e9bd5(0x119),'description':a292_0x1e9bd5(0x105),'folders':[a292_0x1e9bd5(0x122)],'files':[{'type':'file','path':a292_0x1e9bd5(0x11f)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'Other\x20(generic\x20template)','description':a292_0x1e9bd5(0x115),'folders':[a292_0x1e9bd5(0x125)],'files':[{'type':a292_0x1e9bd5(0x124),'path':a292_0x1e9bd5(0xf5)}]},'antigravity':{'name':'Antigravity','description':a292_0x1e9bd5(0xf9),'folders':['.agent'],'files':[{'type':a292_0x1e9bd5(0x124),'path':a292_0x1e9bd5(0xf5)}]}};export const CORE_IDE_LIST=[a292_0x1e9bd5(0xff),'cline',a292_0x1e9bd5(0x103),a292_0x1e9bd5(0xf3),a292_0x1e9bd5(0x126),a292_0x1e9bd5(0x11a),'qoder','trae',a292_0x1e9bd5(0x107)];export const IDE_LIST=[a292_0x1e9bd5(0xf4),a292_0x1e9bd5(0xff),a292_0x1e9bd5(0xf7),a292_0x1e9bd5(0x103),'codex',a292_0x1e9bd5(0x126),a292_0x1e9bd5(0x11a),'qoder',a292_0x1e9bd5(0x10f),a292_0x1e9bd5(0x107),a292_0x1e9bd5(0x123)];function a292_0x3c54(){const _0x1610dd=['cline','.codebuddy','Antigravity\x20IDE','CodeBuddy','1201840nICqRL','.opencode/skills/lovrabet/SKILL.md','.cursor/skills/rabetbase.md','Cline','claude','7tFnFfH','45hJWsxi','Cline\x20IDE','codebuddy','qoder','Trae\x20IDE','.qoder','windsurf','.codex','.windsurf/workflows/rabetbase.md','3655506GLBHWc','.claude','.opencode','Claude\x20Code','1NUNuHM','trae','231485bwCdjN','1170650DMSSha','.qoder/skills/lovrabet/SKILL.md','.cline','Qoder','Generic\x20template\x20fallback','Cursor','21260206GxPeEH','Codex','Trae','opencode','.qoder/rules/rabetbase.md','OpenCode\x20IDE','600146KRnMhp','CodeBuddy\x20IDE','.trae/skills/lovrabet/SKILL.md','.codex/skills/lovrabet/SKILL.md','27879xrVMdp','.trae','agent','file','.agent','cursor','.windsurf','codex','antigravity','.agent/skills/lovrabet/SKILL.md','28JCaPUr'];a292_0x3c54=function(){return _0x1610dd;};return a292_0x3c54();}function a292_0x5c24(_0x233ae5,_0x1f67b7){_0x233ae5=_0x233ae5-0xf2;const _0x3c54df=a292_0x3c54();let _0x5c244b=_0x3c54df[_0x233ae5];return _0x5c244b;}export const ALL_CORE_IDES=[a292_0x1e9bd5(0x126),a292_0x1e9bd5(0x107),a292_0x1e9bd5(0xff),a292_0x1e9bd5(0xf7),a292_0x1e9bd5(0xf3),'opencode',a292_0x1e9bd5(0x104),a292_0x1e9bd5(0x103),a292_0x1e9bd5(0x10f)];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a293_0x568c(){const _0x2d0486=['5668EiSQVb','6KMquQc','908910GvkTEl','28795tEgcMK','9062750ECzEqq','86704gBqeLk','669896raOoOM','246bUHQcJ','1323222IkxzYo','7wAOMRY'];a293_0x568c=function(){return _0x2d0486;};return a293_0x568c();}(function(_0x1fa106,_0x621ed8){const _0x294ae1=a293_0x5a3a,_0x10e6a8=_0x1fa106();while(!![]){try{const _0x2fb6a9=parseInt(_0x294ae1(0x13f))/0x1*(-parseInt(_0x294ae1(0x143))/0x2)+parseInt(_0x294ae1(0x145))/0x3*(-parseInt(_0x294ae1(0x13e))/0x4)+parseInt(_0x294ae1(0x141))/0x5+-parseInt(_0x294ae1(0x146))/0x6+-parseInt(_0x294ae1(0x147))/0x7*(parseInt(_0x294ae1(0x144))/0x8)+-parseInt(_0x294ae1(0x140))/0x9+parseInt(_0x294ae1(0x142))/0xa;if(_0x2fb6a9===_0x621ed8)break;else _0x10e6a8['push'](_0x10e6a8['shift']());}catch(_0x12ff68){_0x10e6a8['push'](_0x10e6a8['shift']());}}}(a293_0x568c,0x1fda0));function a293_0x5a3a(_0x52c25b,_0x377b9d){_0x52c25b=_0x52c25b-0x13e;const _0x568ce0=a293_0x568c();let _0x5a3a81=_0x568ce0[_0x52c25b];return _0x5a3a81;}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
|
package/lib/utils/cdn-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5cf442,_0x2a96ad){const _0x4a68bd=a294_0x28db,_0xeb96f1=_0x5cf442();while(!![]){try{const _0xbb0f5c=parseInt(_0x4a68bd(0x82))/0x1+parseInt(_0x4a68bd(0x8a))/0x2*(-parseInt(_0x4a68bd(0x84))/0x3)+-parseInt(_0x4a68bd(0x7f))/0x4*(parseInt(_0x4a68bd(0x7d))/0x5)+parseInt(_0x4a68bd(0x83))/0x6+parseInt(_0x4a68bd(0x87))/0x7*(parseInt(_0x4a68bd(0x81))/0x8)+-parseInt(_0x4a68bd(0x7e))/0x9+parseInt(_0x4a68bd(0x89))/0xa;if(_0xbb0f5c===_0x2a96ad)break;else _0xeb96f1['push'](_0xeb96f1['shift']());}catch(_0x39df0c){_0xeb96f1['push'](_0xeb96f1['shift']());}}}(a294_0x4dc8,0xabc51));import{getTemplateBaseUrl}from'../utils/config.js';function a294_0x4dc8(){const _0x167b2b=['3401520LihsCV','66ncYJEp','cli','/config.json','441hfdURS','now','18804700QlxnnX','31878vBGAaA','json','/config/index.json','application/json','5014985kzGCaX','10419201RMBbVf','4WUMFYn','stableVersion','29768tXpbfR','533100nBsoOH'];a294_0x4dc8=function(){return _0x167b2b;};return a294_0x4dc8();}export async function fetchCdnConfig(){const _0x1cca21=a294_0x28db,_0x3c2234=getTemplateBaseUrl(),_0x58ebbb=[_0x3c2234+_0x1cca21(0x86),_0x3c2234+_0x1cca21(0x7b)];for(const _0x4a5190 of _0x58ebbb){try{const _0x403a54=await fetch(_0x4a5190,{'headers':{'Accept':_0x1cca21(0x7c)}});if(!_0x403a54['ok'])continue;const _0x4d2d16=await _0x403a54[_0x1cca21(0x7a)]();if(!_0x4d2d16[_0x1cca21(0x85)]?.[_0x1cca21(0x80)]||!_0x4d2d16['sdk']?.['node']?.[_0x1cca21(0x80)])continue;return _0x4d2d16;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];function a294_0x28db(_0x579ac8,_0x343897){_0x579ac8=_0x579ac8-0x7a;const _0x4dc8cc=a294_0x4dc8();let _0x28db18=_0x4dc8cc[_0x579ac8];return _0x28db18;}export async function getCdnConfig(){const _0x3999c5=a294_0x28db,_0x4e014e=Date[_0x3999c5(0x88)]();if(hasCachedConfig){const _0x1d206b=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x4e014e-cacheTime<_0x1d206b)return cachedConfig;}const _0x4830ea=await fetchCdnConfig();return cachedConfig=_0x4830ea,cacheTime=_0x4e014e,hasCachedConfig=!![],_0x4830ea;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a295_0x5dc0c9=a295_0x5c4d;(function(_0x59288d,_0x3071a3){const _0x165c74=a295_0x5c4d,_0xe0ec94=_0x59288d();while(!![]){try{const _0x45023d=parseInt(_0x165c74(0xa3))/0x1+parseInt(_0x165c74(0x8f))/0x2+parseInt(_0x165c74(0x8d))/0x3+parseInt(_0x165c74(0xa7))/0x4+parseInt(_0x165c74(0x9d))/0x5+-parseInt(_0x165c74(0x9e))/0x6+-parseInt(_0x165c74(0x8e))/0x7;if(_0x45023d===_0x3071a3)break;else _0xe0ec94['push'](_0xe0ec94['shift']());}catch(_0x41a884){_0xe0ec94['push'](_0xe0ec94['shift']());}}}(a295_0x3fc3,0xdc135));import a295_0x4859b7 from'node:fs';import a295_0x36b2d2 from'node:path';import a295_0x4212a5 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a295_0x5dc0c9(0x99);function isNonNumericVersion(_0x5b063a){const _0x53cc37=a295_0x5dc0c9,_0x4ec99b=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x4ec99b[_0x53cc37(0x91)](_0x4522d0=>_0x4522d0[_0x53cc37(0x8c)](_0x5b063a));}function getInstalledVersion(_0xfeb386,_0x2d1266){const _0x517a5b=a295_0x5dc0c9;try{const _0x3ac341=a295_0x36b2d2[_0x517a5b(0x92)](_0xfeb386,'node_modules',_0x2d1266,_0x517a5b(0xa0));if(a295_0x4859b7[_0x517a5b(0x9c)](_0x3ac341)){const _0x598b8d=JSON[_0x517a5b(0x88)](a295_0x4859b7[_0x517a5b(0xa6)](_0x3ac341,_0x517a5b(0x8a)));return _0x598b8d[_0x517a5b(0x9f)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x5281ed=a295_0x5dc0c9;try{const _0xb19305=await getCdnConfig();return _0xb19305?.[_0x5281ed(0x9b)]?.['node']?.[_0x5281ed(0x85)]||null;}catch{return null;}}function a295_0x5c4d(_0x5c6085,_0x27deac){_0x5c6085=_0x5c6085-0x85;const _0x3fc3f8=a295_0x3fc3();let _0x5c4d58=_0x3fc3f8[_0x5c6085];return _0x5c4d58;}async function getSdkPackageName(){const _0xa09441=a295_0x5dc0c9;try{const _0x3bb1ef=await getCdnConfig();return _0x3bb1ef?.[_0xa09441(0x9b)]?.[_0xa09441(0x98)]?.[_0xa09441(0x86)]||_0xa09441(0x96);}catch{return _0xa09441(0x96);}}export async function checkSdkVersion(_0x3a3d5a){const _0x442867=a295_0x5dc0c9,_0x4e576c=a295_0x36b2d2[_0x442867(0x92)](_0x3a3d5a,_0x442867(0xa0)),[_0x28b956,_0xfd7097]=await Promise[_0x442867(0x87)]([getSdkStableVersion(),getSdkPackageName()]),_0x255255=_0x28b956||FALLBACK_MIN_SDK_VERSION;if(!a295_0x4859b7[_0x442867(0x9c)](_0x4e576c))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x255255,'packageName':_0xfd7097,'stableVersion':_0x28b956};try{const _0x379434=JSON[_0x442867(0x88)](a295_0x4859b7[_0x442867(0xa6)](_0x4e576c,_0x442867(0xa5))),_0x110cb6=_0x379434[_0x442867(0x95)]||{},_0x346082=_0x379434[_0x442867(0x9a)]||{},_0x45e128=_0x110cb6[_0xfd7097]||_0x346082[_0xfd7097];if(!_0x45e128)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x255255,'packageName':_0xfd7097,'stableVersion':_0x28b956};let _0x21a29b=getInstalledVersion(_0x3a3d5a,_0xfd7097);!_0x21a29b&&(_0x21a29b=_0x45e128);if(isNonNumericVersion(_0x45e128))return{'installed':!![],'version':_0x21a29b,'needsUpgrade':![],'minVersion':_0x255255,'packageName':_0xfd7097,'stableVersion':_0x28b956};const _0x4f5c8a=a295_0x4212a5[_0x442867(0xa1)](_0x21a29b),_0x41948b=a295_0x4212a5['coerce'](_0x255255),_0xa216b3=_0x4f5c8a&&_0x41948b?a295_0x4212a5['lt'](_0x4f5c8a,_0x41948b):![];return{'installed':!![],'version':_0x21a29b,'needsUpgrade':_0xa216b3,'minVersion':_0x255255,'packageName':_0xfd7097,'stableVersion':_0x28b956};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x255255,'packageName':_0xfd7097,'stableVersion':_0x28b956};}}function a295_0x3fc3(){const _0x15816e=['@lovrabet/sdk','\x1b[1m','node','1.2.0','devDependencies','sdk','existsSync','8798315IqOEQa','4406580pQWoBn','version','package.json','coerce','log','208434gNuIeY','minVersion','utf8','readFileSync','1038192VExcjr','latest','stableVersion','packageName','all','parse','\x1b[33m','utf-8','\x1b[0m','test','3495186YFErAW','22063335CJilnu','2790114lKXUqg','needsUpgrade','some','join','npm\x20install\x20','\x20\x20\x20Current\x20version:\x20','dependencies'];a295_0x3fc3=function(){return _0x15816e;};return a295_0x3fc3();}export function checkSdkVersionSync(_0x464893){const _0x307d10=a295_0x5dc0c9,_0xd49544=a295_0x36b2d2[_0x307d10(0x92)](_0x464893,_0x307d10(0xa0)),_0x398128='@lovrabet/sdk';if(!a295_0x4859b7[_0x307d10(0x9c)](_0xd49544))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x398128,'stableVersion':null};try{const _0x177826=JSON['parse'](a295_0x4859b7[_0x307d10(0xa6)](_0xd49544,'utf8')),_0x52fd59=_0x177826['dependencies']||{},_0x404fc7=_0x177826[_0x307d10(0x9a)]||{},_0x5c9c98=_0x52fd59[_0x398128]||_0x404fc7[_0x398128];if(!_0x5c9c98)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x398128,'stableVersion':null};let _0x21d021=getInstalledVersion(_0x464893,_0x398128);!_0x21d021&&(_0x21d021=_0x5c9c98);if(isNonNumericVersion(_0x5c9c98))return{'installed':!![],'version':_0x21d021,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x398128,'stableVersion':null};const _0x5d059f=a295_0x4212a5[_0x307d10(0xa1)](_0x21d021),_0x490e94=_0x5d059f?a295_0x4212a5['lt'](_0x5d059f,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x21d021,'needsUpgrade':_0x490e94,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x398128,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x398128,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x5073f3){const _0x1f43b0=a295_0x5dc0c9;if(!_0x5073f3[_0x1f43b0(0x90)])return;const _0x2a970e=_0x1f43b0(0x89),_0x18b527=_0x1f43b0(0x8b),_0xe80bb2=_0x1f43b0(0x97),_0x4e0c69=_0x5073f3['packageName']||_0x1f43b0(0x96),_0x4931d6=_0x5073f3[_0x1f43b0(0x85)]||_0x5073f3[_0x1f43b0(0xa4)],_0x510737=_0x1f43b0(0x93)+_0x4e0c69+'@'+(_0x4931d6||_0x1f43b0(0xa8));console[_0x1f43b0(0xa2)](),console[_0x1f43b0(0xa2)](''+_0x2a970e+_0xe80bb2+'↪\x20SDK\x20update\x20available'+_0x18b527),console['log'](_0x2a970e+_0x1f43b0(0x94)+_0x4e0c69+'@'+_0x5073f3[_0x1f43b0(0x9f)]+_0x18b527),console['log'](_0x2a970e+'\x20\x20\x20Stable\x20version:\x20'+_0x4931d6+_0x18b527),console[_0x1f43b0(0xa2)](_0x2a970e+'\x20\x20\x20Upgrade\x20command:\x20'+_0x510737+_0x18b527),console[_0x1f43b0(0xa2)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a296_0x5271(_0x1b7510,_0x1acc41){_0x1b7510=_0x1b7510-0x7d;const _0x15523f=a296_0x1552();let _0x5271a2=_0x15523f[_0x1b7510];return _0x5271a2;}(function(_0x1a8d53,_0x105e27){const _0x10ac3d=a296_0x5271,_0x3443a3=_0x1a8d53();while(!![]){try{const _0x2e8680=parseInt(_0x10ac3d(0x86))/0x1*(parseInt(_0x10ac3d(0x88))/0x2)+-parseInt(_0x10ac3d(0x9f))/0x3*(parseInt(_0x10ac3d(0xa1))/0x4)+parseInt(_0x10ac3d(0x8c))/0x5*(-parseInt(_0x10ac3d(0x90))/0x6)+parseInt(_0x10ac3d(0x7d))/0x7+-parseInt(_0x10ac3d(0x8d))/0x8+parseInt(_0x10ac3d(0x91))/0x9*(-parseInt(_0x10ac3d(0x83))/0xa)+parseInt(_0x10ac3d(0x82))/0xb;if(_0x2e8680===_0x105e27)break;else _0x3443a3['push'](_0x3443a3['shift']());}catch(_0xa4b52){_0x3443a3['push'](_0x3443a3['shift']());}}}(a296_0x1552,0x2ee82));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a296_0x166f7e from'semver';function a296_0x1552(){const _0x250824=['Minimum\x20supported:\x20','\x20\x20\x20Upgrade\x20command:\x20','2292QDNTiP','\x1b[0m','1964kMcaeU','Upgrade\x20command:\x20','\x20\x20\x20','2365517HHrwGD','coerce','minimumVersion','upgradeMessage','\x20\x20\x20Current\x20CLI\x20version:\x20','4433924VYRFII','928660fxuERa','\x20\x20\x20Recommended\x20stable:\x20','log','3qKtAzI','version','201514wnTZLM','currentVersion','Current\x20version:\x20','npm\x20install\x20-g\x20','24775zrWwNZ','1440088NNiTvA','minimumVersionMessage','stableVersion','246hfgZLj','9OENecL','../..','1.0.0','↪\x20New\x20version\x20available','\x20\x20\x20Stable\x20version:\x20','belowMinimum','↪\x20Critical\x20CLI\x20upgrade\x20required','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','needsUpgrade','validation','join','\x1b[31m'];a296_0x1552=function(){return _0x250824;};return a296_0x1552();}import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x2e1e82){const _0x3e328f=a296_0x5271,_0x12d70f=_0x2e1e82[_0x3e328f(0x8f)]||'latest';return _0x3e328f(0x8b)+NPM_PACKAGE_NAME+'@'+_0x12d70f;}function getCurrentCliVersion(){const _0x2e7b65=a296_0x5271;try{const _0x59225e=fileURLToPath(import.meta.url),_0x3e7ba6=resolve(dirname(_0x59225e),_0x2e7b65(0x92)),_0x30970f=resolve(_0x3e7ba6,'package.json'),_0x5860e6=JSON['parse'](readFileSync(_0x30970f,'utf-8'));return _0x5860e6[_0x2e7b65(0x87)]||_0x2e7b65(0x93);}catch{return _0x2e7b65(0x93);}}export async function checkCliVersion(){const _0x1d12ac=a296_0x5271,_0x7757b2=getCurrentCliVersion(),_0xebc90d=await getCliVersionPolicy(),_0x313338=_0xebc90d?.[_0x1d12ac(0x8f)]||null,_0x18cdc1=_0xebc90d?.[_0x1d12ac(0x7f)]||null;let _0x368f86=![],_0x3998aa=![];const _0x3deb50=a296_0x166f7e[_0x1d12ac(0x7e)](_0x7757b2);if(_0x3deb50&&_0x313338)try{const _0x48383a=a296_0x166f7e['coerce'](_0x313338);if(_0x48383a)_0x368f86=a296_0x166f7e['lt'](_0x3deb50,_0x48383a);}catch{}if(_0x3deb50&&_0x18cdc1)try{const _0x1c7e7a=a296_0x166f7e[_0x1d12ac(0x7e)](_0x18cdc1);if(_0x1c7e7a)_0x3998aa=a296_0x166f7e['lt'](_0x3deb50,_0x1c7e7a);}catch{}return _0x3998aa&&(_0x368f86=!![]),{'currentVersion':_0x7757b2,'stableVersion':_0x313338,'minimumVersion':_0x18cdc1,'needsUpgrade':_0x368f86,'belowMinimum':_0x3998aa,'isPreRelease':![],'upgradeMessage':_0xebc90d?.[_0x1d12ac(0x80)],'minimumVersionMessage':_0xebc90d?.[_0x1d12ac(0x8e)]};}export function printCliUpgradeWarning(_0x4f68d0){const _0x1ce285=a296_0x5271;if(!_0x4f68d0[_0x1ce285(0x99)]&&!_0x4f68d0[_0x1ce285(0x96)])return;const _0x18f228=_0x1ce285(0x9c),_0x414bd8='\x1b[33m',_0x323f32=_0x1ce285(0xa0),_0x2bd5ce='\x1b[1m',_0x3e33e8=getCliUpgradeCommand(_0x4f68d0);console['log'](),_0x4f68d0[_0x1ce285(0x96)]?(console[_0x1ce285(0x85)](''+_0x18f228+_0x2bd5ce+_0x1ce285(0x97)+_0x323f32),console[_0x1ce285(0x85)](_0x18f228+_0x1ce285(0x81)+_0x4f68d0[_0x1ce285(0x89)]+_0x323f32),_0x4f68d0[_0x1ce285(0x7f)]&&console[_0x1ce285(0x85)](_0x18f228+'\x20\x20\x20Minimum\x20supported:\x20'+_0x4f68d0[_0x1ce285(0x7f)]+_0x323f32),_0x4f68d0[_0x1ce285(0x8f)]&&_0x4f68d0[_0x1ce285(0x8f)]!==_0x4f68d0[_0x1ce285(0x7f)]&&console['log'](_0x18f228+_0x1ce285(0x84)+_0x4f68d0[_0x1ce285(0x8f)]+_0x323f32),_0x4f68d0[_0x1ce285(0x8e)]&&console[_0x1ce285(0x85)](_0x18f228+'\x20\x20\x20'+_0x4f68d0[_0x1ce285(0x8e)]+_0x323f32),console[_0x1ce285(0x85)](_0x18f228+_0x1ce285(0x9e)+_0x3e33e8+_0x323f32)):(console[_0x1ce285(0x85)](''+_0x414bd8+_0x2bd5ce+_0x1ce285(0x94)+_0x323f32),console[_0x1ce285(0x85)](_0x414bd8+_0x1ce285(0x81)+_0x4f68d0[_0x1ce285(0x89)]+_0x323f32),console[_0x1ce285(0x85)](_0x414bd8+_0x1ce285(0x95)+_0x4f68d0[_0x1ce285(0x8f)]+_0x323f32),_0x4f68d0[_0x1ce285(0x80)]&&console[_0x1ce285(0x85)](_0x414bd8+_0x1ce285(0xa3)+_0x4f68d0[_0x1ce285(0x80)]+_0x323f32),console['log'](_0x414bd8+'\x20\x20\x20Upgrade\x20command:\x20'+_0x3e33e8+_0x323f32)),console[_0x1ce285(0x85)]();}export function assertCliVersionSupported(_0x1c2c72){const _0x461eca=a296_0x5271;if(!_0x1c2c72[_0x461eca(0x96)])return;const _0x11e42f=[_0x1c2c72[_0x461eca(0x8e)],_0x461eca(0x8a)+_0x1c2c72[_0x461eca(0x89)],_0x1c2c72['minimumVersion']?_0x461eca(0x9d)+_0x1c2c72[_0x461eca(0x7f)]:null,_0x461eca(0xa2)+getCliUpgradeCommand(_0x1c2c72)]['filter'](Boolean)[_0x461eca(0x9b)]('\x0a');throw CliErrors[_0x461eca(0x9a)](_0x461eca(0x98),_0x11e42f);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a297_0x3df3(){const _0x2bc80c=['349252PkmWrx','194283OsUruG','latestVersion','length','abort','3036dHZDPm','object','cli','9094878RlYlBk','10uMvzyw','signal','json','stableVersion','minimumVersionMessage','12rbUXrO','6082320pogXfy','upgradeMessage','7PbwHGs','trim','240490PAHCKS','2397324ExjOXn','minimumVersion','50739xKvCQl','297LrnMcN','6MylZIC'];a297_0x3df3=function(){return _0x2bc80c;};return a297_0x3df3();}(function(_0x3e7b98,_0x2a2704){const _0x48ec72=a297_0x5de4,_0x5247ff=_0x3e7b98();while(!![]){try{const _0x24bc30=parseInt(_0x48ec72(0xcf))/0x1*(parseInt(_0x48ec72(0xd0))/0x2)+parseInt(_0x48ec72(0xd1))/0x3*(parseInt(_0x48ec72(0xde))/0x4)+-parseInt(_0x48ec72(0xd9))/0x5*(parseInt(_0x48ec72(0xe4))/0x6)+parseInt(_0x48ec72(0xe1))/0x7*(parseInt(_0x48ec72(0xdf))/0x8)+-parseInt(_0x48ec72(0xd8))/0x9+-parseInt(_0x48ec72(0xe3))/0xa*(parseInt(_0x48ec72(0xce))/0xb)+parseInt(_0x48ec72(0xd5))/0xc*(parseInt(_0x48ec72(0xcd))/0xd);if(_0x24bc30===_0x2a2704)break;else _0x5247ff['push'](_0x5247ff['shift']());}catch(_0xf2bc3c){_0x5247ff['push'](_0x5247ff['shift']());}}}(a297_0x3df3,0x8197f));function a297_0x5de4(_0x20bd8b,_0x3eff8e){_0x20bd8b=_0x20bd8b-0xcc;const _0x3df390=a297_0x3df3();let _0x5de4ce=_0x3df390[_0x20bd8b];return _0x5de4ce;}import{CLI_VERSION_POLICY_URL}from'../constant/cdn.js';const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8,FETCH_TIMEOUT_MS=0xbb8;function pickString(_0x18c6ee){const _0x54ec59=a297_0x5de4;return typeof _0x18c6ee==='string'&&_0x18c6ee[_0x54ec59(0xe2)]()[_0x54ec59(0xd3)]>0x0?_0x18c6ee['trim']():null;}function normalizeCliVersionPolicy(_0x42dc74){const _0x2ed042=a297_0x5de4;if(!_0x42dc74||typeof _0x42dc74!==_0x2ed042(0xd6))return null;const _0x44d845=_0x42dc74,_0x33f74d=_0x44d845[_0x2ed042(0xd7)]&&typeof _0x44d845['cli']===_0x2ed042(0xd6)?_0x44d845[_0x2ed042(0xd7)]:_0x44d845,_0x52b6b4=pickString(_0x33f74d[_0x2ed042(0xdc)])||pickString(_0x33f74d[_0x2ed042(0xd2)])||pickString(_0x33f74d['recommendedVersion']),_0x26b577=pickString(_0x33f74d[_0x2ed042(0xcc)])||pickString(_0x33f74d['minVersion']);if(!_0x52b6b4&&!_0x26b577)return null;return{'stableVersion':_0x52b6b4,'minimumVersion':_0x26b577,'upgradeMessage':pickString(_0x33f74d[_0x2ed042(0xe0)])||undefined,'minimumVersionMessage':pickString(_0x33f74d[_0x2ed042(0xdd)])||undefined};}export async function fetchRabetbaseCdnConfig(){const _0x399d26=a297_0x5de4,_0x495761=new AbortController(),_0x1c9aa1=setTimeout(()=>_0x495761[_0x399d26(0xd4)](),FETCH_TIMEOUT_MS);try{const _0x4d4bdc=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0x495761[_0x399d26(0xda)]});if(!_0x4d4bdc['ok'])return null;const _0x23128c=await _0x4d4bdc[_0x399d26(0xdb)]();return _0x23128c&&typeof _0x23128c===_0x399d26(0xd6)?_0x23128c:null;}catch{return null;}finally{clearTimeout(_0x1c9aa1);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x45d504=Date['now']();if(hasCachedConfig){const _0x4f6a21=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x45d504-cacheTime<_0x4f6a21)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x45d504,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
package/lib/utils/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a298_0x200a(_0x287702,_0x30093e){_0x287702=_0x287702-0xea;const _0x9075f5=a298_0x9075();let _0x200a6d=_0x9075f5[_0x287702];return _0x200a6d;}(function(_0x4d8bb2,_0x5633b7){const _0xc99ec6=a298_0x200a,_0x28c3b5=_0x4d8bb2();while(!![]){try{const _0x45aec1=-parseInt(_0xc99ec6(0xea))/0x1*(-parseInt(_0xc99ec6(0xef))/0x2)+parseInt(_0xc99ec6(0xee))/0x3*(parseInt(_0xc99ec6(0xf4))/0x4)+-parseInt(_0xc99ec6(0xf3))/0x5*(-parseInt(_0xc99ec6(0xf2))/0x6)+-parseInt(_0xc99ec6(0xf7))/0x7*(parseInt(_0xc99ec6(0xed))/0x8)+-parseInt(_0xc99ec6(0xec))/0x9+-parseInt(_0xc99ec6(0xf6))/0xa*(-parseInt(_0xc99ec6(0xeb))/0xb)+-parseInt(_0xc99ec6(0xf0))/0xc;if(_0x45aec1===_0x5633b7)break;else _0x28c3b5['push'](_0x28c3b5['shift']());}catch(_0x247c82){_0x28c3b5['push'](_0x28c3b5['shift']());}}}(a298_0x9075,0x22f27));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a298_0x4d235b,getMultiAppConfigs as a298_0x1c63d4,getTemplateBaseUrl as a298_0x4936c9}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';function a298_0x9075(){const _0x2ad94c=['221028MGwhmI','string','265074gTrLKm','5IImxqz','599888rhsQlK','env','10jbnWvu','1318674BeplOd','4eWHyjX','725747GaVPVz','679932JzgywL','8axhZGn','3QPyRHD','82682LKkqqI'];a298_0x9075=function(){return _0x2ad94c;};return a298_0x9075();}export{isInProject}from'../context.js';export function readConfig(_0x1a69ff){const _0x27daaa=a298_0x200a,_0x3f7f50=readRawConfig(_0x1a69ff);return _0x3f7f50[_0x27daaa(0xf5)]&&typeof _0x3f7f50[_0x27daaa(0xf5)]===_0x27daaa(0xf1)&&initEnv(_0x3f7f50['env']),_0x3f7f50;}export function getConfigAppCode(){return a298_0x4d235b();}export function getMultiAppConfigs(_0x177fae='project'){return a298_0x1c63d4(_0x177fae);}export function getTemplateBaseUrl(){return a298_0x4936c9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a299_0x5e46(_0x250da7,_0x199c08){_0x250da7=_0x250da7-0x1cd;const _0x53d64c=a299_0x53d6();let _0x5e469e=_0x53d64c[_0x250da7];return _0x5e469e;}(function(_0x493150,_0x30ec5b){const _0x10728a=a299_0x5e46,_0x2823d3=_0x493150();while(!![]){try{const _0x4e0b4c=-parseInt(_0x10728a(0x1ce))/0x1*(parseInt(_0x10728a(0x1d5))/0x2)+-parseInt(_0x10728a(0x1d2))/0x3+parseInt(_0x10728a(0x1cf))/0x4+parseInt(_0x10728a(0x1d4))/0x5*(parseInt(_0x10728a(0x1d3))/0x6)+parseInt(_0x10728a(0x1d1))/0x7+-parseInt(_0x10728a(0x1cd))/0x8+parseInt(_0x10728a(0x1d6))/0x9;if(_0x4e0b4c===_0x30ec5b)break;else _0x2823d3['push'](_0x2823d3['shift']());}catch(_0x120cd0){_0x2823d3['push'](_0x2823d3['shift']());}}}(a299_0x53d6,0x61377));function toFiniteNumber(_0x12a6ae){const _0x18aac4=a299_0x5e46;if(typeof _0x12a6ae===_0x18aac4(0x1d8)&&Number['isFinite'](_0x12a6ae))return _0x12a6ae;if(typeof _0x12a6ae===_0x18aac4(0x1d9)){const _0x294590=_0x12a6ae['trim']();if(!_0x294590)return undefined;const _0x59b9f4=Number(_0x294590);if(Number[_0x18aac4(0x1d0)](_0x59b9f4))return _0x59b9f4;}return undefined;}function a299_0x53d6(){const _0x1a7fba=['number','string','665000nybceu','878cIkxZG','3172996kGngqE','isFinite','2040115EScMww','2296779ELqVfQ','1755012DneboM','5gbwajW','1614xIbiwe','5204403ilAsmc','object'];a299_0x53d6=function(){return _0x1a7fba;};return a299_0x53d6();}export function normalizeEntityWithIdResponse(_0xe9c70d){const _0x57a8d2=a299_0x5e46,_0x5749f9=toFiniteNumber(_0xe9c70d);if(_0x5749f9!==undefined)return{'id':_0x5749f9,'entity':{'id':_0x5749f9}};if(!_0xe9c70d||typeof _0xe9c70d!==_0x57a8d2(0x1d7))return{'id':undefined,'entity':{}};const _0x5952cf={..._0xe9c70d},_0x3a3ce1=toFiniteNumber(_0x5952cf['id']);return _0x3a3ce1!==undefined&&(_0x5952cf['id']=_0x3a3ce1),{'id':_0x3a3ce1,'entity':_0x5952cf};}
|