@lovrabet/rabetbase-cli 2.4.1 → 2.4.3-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/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/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.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/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/react/create.js +1 -1
- package/lib/commands/page/react/detail.js +1 -1
- package/lib/commands/page/react/list.js +1 -1
- package/lib/commands/page/react/publish.js +1 -1
- package/lib/commands/page/react/shared.js +1 -1
- package/lib/commands/page/react/syntax.js +1 -1
- package/lib/commands/page/react/template.js +1 -1
- package/lib/commands/page/react/update.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.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/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/create.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/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.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/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +8 -4
- package/skills/rabetbase/SKILL.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-react-detail.md +1 -1
- package/skills/rabetbase.manifest.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x839de6,_0xb1db60){const _0x2b4ccd=a249_0x2265,_0x437e0c=_0x839de6();while(!![]){try{const _0x4d5aa4=-parseInt(_0x2b4ccd(0xe2))/0x1*(-parseInt(_0x2b4ccd(0xe1))/0x2)+parseInt(_0x2b4ccd(0xea))/0x3+parseInt(_0x2b4ccd(0xe5))/0x4+parseInt(_0x2b4ccd(0xeb))/0x5*(-parseInt(_0x2b4ccd(0xe6))/0x6)+parseInt(_0x2b4ccd(0xe4))/0x7+parseInt(_0x2b4ccd(0xe3))/0x8+-parseInt(_0x2b4ccd(0xe8))/0x9*(parseInt(_0x2b4ccd(0xe7))/0xa);if(_0x4d5aa4===_0xb1db60)break;else _0x437e0c['push'](_0x437e0c['shift']());}catch(_0x49f140){_0x437e0c['push'](_0x437e0c['shift']());}}}(a249_0x41cd,0x2406f));import{buildSchemaPayload as a249_0x54a1f1}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';function a249_0x2265(_0x1dec38,_0x21ed57){_0x1dec38=_0x1dec38-0xe1;const _0x41cda7=a249_0x41cd();let _0x226591=_0x41cda7[_0x1dec38];return _0x226591;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';function a249_0x41cd(){const _0x598f21=['2lDixOx','690312CPDfnZ','1984668lZwkLI','131692yXEtLR','38310LEOFcs','6280620FPAeMh','9WwJvNA','../commands/registry.js','486489Uhzust','50IrVJmj','274580qQqlqm'];a249_0x41cd=function(){return _0x598f21;};return a249_0x41cd();}export async function buildSchemaPayload(){const _0x42a04a=a249_0x2265,{serviceRegistry:_0x44440f,findDefinition:_0x5c8ed2}=await import(_0x42a04a(0xe9));return a249_0x54a1f1({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x44440f,'buildAllFlags':buildAllFlags,'findDefinition':_0x5c8ed2});}
|
package/lib/framework/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a250_0x1099(){var _0x1b433f=['4JsMFmm','6945072eqllbN','1872240ifuXRz','38017330UBJiTd','9AIxthu','9532516bWklJF','20HAQQdS','2944806fFvekS','663468HGgLAx','908816CtcCtR'];a250_0x1099=function(){return _0x1b433f;};return a250_0x1099();}(function(_0x4e7b40,_0x59a1d6){var _0x1a360a=a250_0x32bc,_0x90e1a2=_0x4e7b40();while(!![]){try{var _0x489d73=parseInt(_0x1a360a(0x130))/0x1+parseInt(_0x1a360a(0x132))/0x2*(-parseInt(_0x1a360a(0x12f))/0x3)+parseInt(_0x1a360a(0x131))/0x4+parseInt(_0x1a360a(0x12e))/0x5*(-parseInt(_0x1a360a(0x134))/0x6)+-parseInt(_0x1a360a(0x12d))/0x7+parseInt(_0x1a360a(0x133))/0x8+parseInt(_0x1a360a(0x12c))/0x9*(parseInt(_0x1a360a(0x135))/0xa);if(_0x489d73===_0x59a1d6)break;else _0x90e1a2['push'](_0x90e1a2['shift']());}catch(_0x4644ae){_0x90e1a2['push'](_0x90e1a2['shift']());}}}(a250_0x1099,0xf10fb));function a250_0x32bc(_0x2ded68,_0x1e95c3){_0x2ded68=_0x2ded68-0x12c;var _0x1099e0=a250_0x1099();var _0x32bcfc=_0x1099e0[_0x2ded68];return _0x32bcfc;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const VERSION = "2.4.1";
|
|
2
|
-
export declare const GIT_TAG = "v2.4.1";
|
|
3
|
-
export declare const GIT_COMMIT = "
|
|
4
|
-
export declare const BUILD_TIME = "2026-08-
|
|
1
|
+
export declare const VERSION = "2.4.3-beta.1";
|
|
2
|
+
export declare const GIT_TAG = "v2.4.3-beta.1";
|
|
3
|
+
export declare const GIT_COMMIT = "8f5eb35";
|
|
4
|
+
export declare const BUILD_TIME = "2026-08-13T05:56:27.910Z";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a251_0x2110(){const _0x1b5ee0=['1048wJCuZy','2.4.3-beta.1','2578959uakNBv','8rKoJhV','8f5eb35','4316340rEfJkN','2541jQISDl','834750PiEAFs','5PAChFt','2519268nRjVCS','v2.4.3-beta.1','33hibDqj','59172HVdgcX','3087924cjeUdh'];a251_0x2110=function(){return _0x1b5ee0;};return a251_0x2110();}function a251_0x2492(_0x115a9c,_0x154c9a){_0x115a9c=_0x115a9c-0x18a;const _0x211036=a251_0x2110();let _0x249281=_0x211036[_0x115a9c];return _0x249281;}const a251_0x547e2d=a251_0x2492;(function(_0x20affc,_0x178fd1){const _0x400676=a251_0x2492,_0x445c02=_0x20affc();while(!![]){try{const _0x2ca938=-parseInt(_0x400676(0x18d))/0x1+-parseInt(_0x400676(0x196))/0x2+parseInt(_0x400676(0x195))/0x3*(-parseInt(_0x400676(0x18f))/0x4)+-parseInt(_0x400676(0x197))/0x5*(-parseInt(_0x400676(0x18a))/0x6)+-parseInt(_0x400676(0x18e))/0x7*(parseInt(_0x400676(0x192))/0x8)+-parseInt(_0x400676(0x191))/0x9+parseInt(_0x400676(0x194))/0xa*(parseInt(_0x400676(0x18c))/0xb);if(_0x2ca938===_0x178fd1)break;else _0x445c02['push'](_0x445c02['shift']());}catch(_0x5d9427){_0x445c02['push'](_0x445c02['shift']());}}}(a251_0x2110,0x4677c));export const VERSION=a251_0x547e2d(0x190);export const GIT_TAG=a251_0x547e2d(0x18b);export const GIT_COMMIT=a251_0x547e2d(0x193);export const BUILD_TIME='2026-08-13T05:56:27.910Z';
|
package/lib/help.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x39198f,_0x1d84db){var _0x39c8e7=a252_0x246c,_0x73eb0=_0x39198f();while(!![]){try{var _0x4a2db4=-parseInt(_0x39c8e7(0x197))/0x1*(parseInt(_0x39c8e7(0x195))/0x2)+parseInt(_0x39c8e7(0x18f))/0x3*(parseInt(_0x39c8e7(0x18a))/0x4)+-parseInt(_0x39c8e7(0x192))/0x5*(-parseInt(_0x39c8e7(0x18c))/0x6)+parseInt(_0x39c8e7(0x190))/0x7*(parseInt(_0x39c8e7(0x191))/0x8)+-parseInt(_0x39c8e7(0x193))/0x9+-parseInt(_0x39c8e7(0x18d))/0xa*(parseInt(_0x39c8e7(0x194))/0xb)+-parseInt(_0x39c8e7(0x196))/0xc*(-parseInt(_0x39c8e7(0x19a))/0xd);if(_0x4a2db4===_0x1d84db)break;else _0x73eb0['push'](_0x73eb0['shift']());}catch(_0xa12db2){_0x73eb0['push'](_0x73eb0['shift']());}}}(a252_0x2964,0x37b1c));import a252_0x2ff25e from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a252_0x2964(){var _0x327f7e=['1354083yHJukY','119AGppij','22648YlndGG','5mWQBRJ','1049985IhyBJE','10516MSIZaF','3236AyyfuO','192pAopvP','100QBAMPL','bold','\x20--help','103142vDmRbC','4vAbYbo','log','1724478fsxjPJ','4260fsHXkG','\x20\x20Use\x20'];a252_0x2964=function(){return _0x327f7e;};return a252_0x2964();}function a252_0x246c(_0x5d3c82,_0x41e4a9){_0x5d3c82=_0x5d3c82-0x18a;var _0x2964b3=a252_0x2964();var _0x246ccb=_0x2964b3[_0x5d3c82];return _0x246ccb;}export function showHelp(){var _0x4855c1=a252_0x246c;console[_0x4855c1(0x18b)](),console[_0x4855c1(0x18b)](a252_0x2ff25e['green']['bold']('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x4855c1(0x18b)](),console[_0x4855c1(0x18b)](_0x4855c1(0x18e)+a252_0x2ff25e['green'][_0x4855c1(0x198)](CLI_BIN_NAME+_0x4855c1(0x199))+'\x20to\x20view\x20available\x20commands.'),console[_0x4855c1(0x18b)]();}
|
package/lib/postinstall.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a253_0x4647(_0x5cc37b,_0x3d1e92){_0x5cc37b=_0x5cc37b-0xba;const _0x444f9b=a253_0x444f();let _0x4647ae=_0x444f9b[_0x5cc37b];return _0x4647ae;}(function(_0xc55de0,_0x2c7859){const _0x1c313f=a253_0x4647,_0x4e53f2=_0xc55de0();while(!![]){try{const _0x2ff28f=parseInt(_0x1c313f(0xc9))/0x1+parseInt(_0x1c313f(0xc1))/0x2+parseInt(_0x1c313f(0xc8))/0x3+parseInt(_0x1c313f(0xc0))/0x4+parseInt(_0x1c313f(0xc2))/0x5*(-parseInt(_0x1c313f(0xca))/0x6)+parseInt(_0x1c313f(0xcb))/0x7+-parseInt(_0x1c313f(0xd0))/0x8;if(_0x2ff28f===_0x2c7859)break;else _0x4e53f2['push'](_0x4e53f2['shift']());}catch(_0x490aed){_0x4e53f2['push'](_0x4e53f2['shift']());}}}(a253_0x444f,0x573a2));import{installBuiltinSkill}from'./skills/builtin-skill.js';export async function runPostinstall(_0x3830b9={}){const _0x123458=a253_0x4647,_0x5b01ce=installBuiltinSkill(_0x3830b9);if(_0x5b01ce['ok']){const _0xcd9634=_0x5b01ce['changed']?'installed':_0x123458(0xcf),_0x8c028f=_0x5b01ce[_0x123458(0xbc)]?_0x123458(0xbd)+_0x5b01ce[_0x123458(0xbc)]:_0x123458(0xc3);return console[_0x123458(0xc7)](_0x123458(0xc4)+_0x5b01ce[_0x123458(0xbb)]+'\x20'+_0xcd9634+_0x8c028f),_0x5b01ce;}const _0x48a3f9=_0x123458(0xcc)+(_0x5b01ce['code']??_0x123458(0xce))+']\x20'+(_0x5b01ce[_0x123458(0xbf)]??_0x123458(0xcd))+'.\x20'+(_0x123458(0xba)+_0x5b01ce[_0x123458(0xbe)]);if(_0x5b01ce[_0x123458(0xc6)]==='SOURCE_INVALID')throw new Error(_0x48a3f9);return console[_0x123458(0xc5)](_0x48a3f9),_0x5b01ce;}function a253_0x444f(){const _0x5d5466=['166916CIWCnj','1550148MxHCfQ','4657793yjjuiz','[BUILTIN_SKILL_INSTALL_','Installation\x20failed','FAILED','already\x20current','13811784njVGrC','Repair\x20with:\x20','skillVersion','installedPath','\x20at\x20','repairCommand','error','2618060tcPebP','1237844upxAkg','5zphrnJ','\x20via\x20skills@latest','Rabetbase\x20Built-in\x20Skill\x20','warn','code','log','709083MzvnFN'];a253_0x444f=function(){return _0x5d5466;};return a253_0x444f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x205856,_0xc70afe){const _0x5333be=a254_0x1d11,_0x1c4b4a=_0x205856();while(!![]){try{const _0xfc0a70=parseInt(_0x5333be(0xcb))/0x1*(-parseInt(_0x5333be(0xdb))/0x2)+parseInt(_0x5333be(0xc5))/0x3*(parseInt(_0x5333be(0xd1))/0x4)+-parseInt(_0x5333be(0xda))/0x5*(parseInt(_0x5333be(0xca))/0x6)+-parseInt(_0x5333be(0xd4))/0x7*(-parseInt(_0x5333be(0xcf))/0x8)+-parseInt(_0x5333be(0xd6))/0x9*(-parseInt(_0x5333be(0xd5))/0xa)+-parseInt(_0x5333be(0xcc))/0xb*(parseInt(_0x5333be(0xd9))/0xc)+-parseInt(_0x5333be(0xd2))/0xd;if(_0xfc0a70===_0xc70afe)break;else _0x1c4b4a['push'](_0x1c4b4a['shift']());}catch(_0x23ead4){_0x1c4b4a['push'](_0x1c4b4a['shift']());}}}(a254_0x5a26,0x857d2));const DESCRIPTION_MAX_LENGTH=0x1f4;export function buildRabetbaseConfirmationRequest(_0x126b6a,_0x5119f2,_0x4b4f52){const _0x93a256=a254_0x1d11,_0x4dc6f4=normalizeText(_0x126b6a[_0x93a256(0xc6)],DESCRIPTION_MAX_LENGTH),_0x1f69de=_0x4dc6f4||normalizeText(defaultDescription(requireWriteRisk(_0x126b6a),_0x5119f2),DESCRIPTION_MAX_LENGTH);return{'operation':_0x5119f2,'risk':requireWriteRisk(_0x126b6a),'description':_0x1f69de,..._0x4b4f52?{'signal':_0x4b4f52}:{}};}function requireWriteRisk(_0x306384){const _0x1c0858=a254_0x1d11;if(_0x306384[_0x1c0858(0xdc)]===_0x1c0858(0xd3)||_0x306384[_0x1c0858(0xdc)]===_0x1c0858(0xcd))return _0x306384['risk'];throw new Error(_0x1c0858(0xc7));}function a254_0x5a26(){const _0xef3dca=['string','12416vByXZz','replace','68jKNKZW','18515848uShyaZ','write','3962WpBPZq','1230ukLjwn','77940chuDqM','slice',';该操作可能覆盖、删除或明显影响线上运行行为。','59316NUIZDq','135aEiutk','2wSJqGz','risk','170763FJNUat','confirmationDescription','Rabetbase\x20confirmation\x20requires\x20a\x20write\x20command.','trim','将执行高风险写入操作\x20','32028TqtbLC','118886KavbUV','1507nPsuwv','high-risk-write'];a254_0x5a26=function(){return _0xef3dca;};return a254_0x5a26();}function defaultDescription(_0x26f695,_0x5a3219){const _0x2dcf1c=a254_0x1d11;if(_0x26f695===_0x2dcf1c(0xcd))return _0x2dcf1c(0xc9)+_0x5a3219+_0x2dcf1c(0xd8);return'将执行写入操作\x20'+_0x5a3219+';该操作可能创建或修改业务数据或本地配置。';}function a254_0x1d11(_0x23b8e,_0xd7ad23){_0x23b8e=_0x23b8e-0xc5;const _0x5a265d=a254_0x5a26();let _0x1d117c=_0x5a265d[_0x23b8e];return _0x1d117c;}function normalizeText(_0x30bcf1,_0x57f533){const _0x385260=a254_0x1d11;if(typeof _0x30bcf1!==_0x385260(0xce))return'';return _0x30bcf1[_0x385260(0xd0)](/[\u0000-\u001f\u007f]+/g,'\x20')[_0x385260(0xd0)](/\s+/g,'\x20')[_0x385260(0xc8)]()[_0x385260(0xd7)](0x0,_0x57f533);}
|
package/lib/runtime/event.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a255_0x4ece(){var _0x5e762f=['1460481IdHzqU','rabetbase.write.completed','1051896DyDKiC','filter','join','8uOFAGe','1812735EiTDLR','6494100EwNTaM','173283xuHVKb','risk','2038084uGMLDb','7176176LxyQGc','command','service','5mvOkAl','write','split','high-risk-write'];a255_0x4ece=function(){return _0x5e762f;};return a255_0x4ece();}(function(_0x5479df,_0xa849b7){var _0x2e6e26=a255_0x20dd,_0x2601ae=_0x5479df();while(!![]){try{var _0x492ef2=parseInt(_0x2e6e26(0x1a0))/0x1+-parseInt(_0x2e6e26(0x1a5))/0x2*(parseInt(_0x2e6e26(0x1a8))/0x3)+-parseInt(_0x2e6e26(0x1aa))/0x4+-parseInt(_0x2e6e26(0x1ae))/0x5*(-parseInt(_0x2e6e26(0x1a7))/0x6)+-parseInt(_0x2e6e26(0x1ab))/0x7+-parseInt(_0x2e6e26(0x1a2))/0x8+parseInt(_0x2e6e26(0x1a6))/0x9;if(_0x492ef2===_0xa849b7)break;else _0x2601ae['push'](_0x2601ae['shift']());}catch(_0x3dcd24){_0x2601ae['push'](_0x2601ae['shift']());}}}(a255_0x4ece,0xcecb2));function a255_0x20dd(_0x29f0f5,_0x39481a){_0x29f0f5=_0x29f0f5-0x1a0;var _0x4eceeb=a255_0x4ece();var _0x20dd5e=_0x4eceeb[_0x29f0f5];return _0x20dd5e;}export function canonicalRabetbaseOperation(_0x183d6a){var _0xf588e6=a255_0x20dd;return[_0x183d6a[_0xf588e6(0x1ad)],..._0x183d6a[_0xf588e6(0x1ac)]['trim']()[_0xf588e6(0x1b0)](/\s+/)][_0xf588e6(0x1a3)](Boolean)[_0xf588e6(0x1a4)]('.');}export function createRabetbaseWriteMetadata(_0x55c31f,_0x59fd4d,_0x521546,_0x468ff7){var _0x29bd67=a255_0x20dd;if(_0x468ff7||_0x521546['ok']!==!![]||_0x55c31f[_0x29bd67(0x1a9)]!==_0x29bd67(0x1af)&&_0x55c31f[_0x29bd67(0x1a9)]!==_0x29bd67(0x1b1))return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':_0x29bd67(0x1a1),'operation':_0x59fd4d,'risk':_0x55c31f[_0x29bd67(0x1a9)]}}};}
|
package/lib/runtime/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a256_0x41ae(_0x475fac,_0x4de0d8){_0x475fac=_0x475fac-0x1c2;const _0x497897=a256_0x4978();let _0x41ae7a=_0x497897[_0x475fac];return _0x41ae7a;}(function(_0x3915f4,_0x2be0cd){const _0x547afb=a256_0x41ae,_0x4173e2=_0x3915f4();while(!![]){try{const _0x230650=parseInt(_0x547afb(0x1c6))/0x1*(-parseInt(_0x547afb(0x1d1))/0x2)+-parseInt(_0x547afb(0x1d2))/0x3*(parseInt(_0x547afb(0x1db))/0x4)+parseInt(_0x547afb(0x1c7))/0x5*(parseInt(_0x547afb(0x1de))/0x6)+parseInt(_0x547afb(0x1e1))/0x7*(parseInt(_0x547afb(0x1da))/0x8)+-parseInt(_0x547afb(0x1c3))/0x9+-parseInt(_0x547afb(0x1c4))/0xa+-parseInt(_0x547afb(0x1d3))/0xb*(-parseInt(_0x547afb(0x1d6))/0xc);if(_0x230650===_0x2be0cd)break;else _0x4173e2['push'](_0x4173e2['shift']());}catch(_0x12e6d){_0x4173e2['push'](_0x4173e2['shift']());}}}(a256_0x4978,0x7fd62));import{buildConfigFromFlags,initGlobalEnvironment}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x23f490,command:_0x16a117,risk:_0x4ac105,dryRun:_0x3e3144}){const _0x831a6b=a256_0x41ae;return JSON[_0x831a6b(0x1dd)]({'ok':_0x23f490['ok'],'command':_0x16a117,'risk':_0x4ac105,..._0x3e3144?{'dryRun':!![]}:{},..._0x23f490['data']!==undefined?{'data':_0x23f490[_0x831a6b(0x1d4)]}:{},..._0x23f490[_0x831a6b(0x1d5)]?{'message':_0x23f490[_0x831a6b(0x1d5)]}:{}});}};function a256_0x4978(){const _0x20c020=['riskLevel','present','signal','definition','execute','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','confirm','isNonInteractive','dry-run','1938936VwOBAC','980223teONdn','66aVfZnx','data','message','4770264VtGxBu','yes','presentation','Rabetbase\x20invocation\x20aborted.','2486072lRRDEq','8Skdzkt','command','stringify','129348yviJoH','rawFlags','reason','7IPehkv','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','confirmation','high-risk-write','result','risk','dryRun','8467902vYBYtY','2336270VdKNOl','args','1dwGmwp','145nSLniy'];a256_0x4978=function(){return _0x20c020;};return a256_0x4978();}export async function invokeRabetbase(_0x11591a,_0x495183){const _0x58ad92=a256_0x41ae;throwIfAborted(_0x495183[_0x58ad92(0x1ca)]);const _0x2ea772=await resolveRabetbaseInvocation(_0x11591a),_0x15d993=canonicalRabetbaseOperation(_0x2ea772['definition']);return await confirmWriteBeforeQueue(_0x2ea772[_0x58ad92(0x1cb)],_0x2ea772[_0x58ad92(0x1df)],_0x15d993,_0x495183),runSerialized(async()=>{const _0x395a8d=_0x58ad92,_0x4a604e={};try{throwIfAborted(_0x495183[_0x395a8d(0x1ca)]);const _0x1e33bc=buildConfigFromFlags(_0x2ea772[_0x395a8d(0x1df)]);await initGlobalEnvironment(_0x1e33bc);const _0x2353aa=createPipelineEnv(_0x1e33bc,{..._0x2ea772[_0x395a8d(0x1df)],'yes':_0x2ea772[_0x395a8d(0x1cb)]['risk']===_0x395a8d(0x1e4)?!![]:_0x2ea772[_0x395a8d(0x1df)][_0x395a8d(0x1d7)],'nonInteractive':!![]},_0x2ea772[_0x395a8d(0x1c5)]);_0x2353aa[_0x395a8d(0x1cf)]=!![],_0x2353aa[_0x395a8d(0x1c8)]=_0x395a8d(0x1e4);const _0x239c52=withAbortSignal(_0x2ea772[_0x395a8d(0x1cb)],_0x495183[_0x395a8d(0x1ca)]),_0x3bc91b=createRabetbaseRunnerAdapter({'formatOutput'(_0x3d72de,_0x249f81){const _0x3f876f=_0x395a8d;_0x4a604e['result']=_0x3d72de,_0x4a604e[_0x3f876f(0x1dc)]=_0x249f81[_0x3f876f(0x1dc)],_0x4a604e[_0x3f876f(0x1e6)]=_0x249f81[_0x3f876f(0x1e6)],_0x4a604e['format']=_0x249f81['format'],_0x4a604e[_0x3f876f(0x1c2)]=_0x249f81[_0x3f876f(0x1c2)]===!![];},async 'confirmHighRisk'(){const _0x3d8c1d=_0x395a8d;throw new Error(_0x3d8c1d(0x1e2));}});await runCommand(_0x239c52,_0x2353aa,_0x3bc91b);if(!_0x4a604e['result']||!_0x4a604e[_0x395a8d(0x1dc)]||!_0x4a604e[_0x395a8d(0x1e6)]||!_0x4a604e['format'])throw new Error(_0x395a8d(0x1cd));const _0x3a52ed=_0x4a604e['dryRun']===!![],_0x49f7d8=_0x495183[_0x395a8d(0x1d8)]??defaultPresentation,_0x210fee={'result':_0x4a604e[_0x395a8d(0x1e5)],'command':_0x4a604e['command'],'operation':_0x15d993,'risk':_0x4a604e[_0x395a8d(0x1e6)],'format':_0x4a604e['format'],'dryRun':_0x3a52ed},_0x1eb65a=createRabetbaseWriteMetadata(_0x2ea772[_0x395a8d(0x1cb)],_0x15d993,_0x4a604e[_0x395a8d(0x1e5)],_0x3a52ed);let _0x1b3661;try{_0x1b3661=await _0x49f7d8['present'](_0x210fee);}catch(_0x36a75e){if(!_0x1eb65a||_0x49f7d8===defaultPresentation)throw _0x36a75e;_0x1b3661=await defaultPresentation[_0x395a8d(0x1c9)](_0x210fee);}return{'operation':_0x15d993,'risk':_0x4a604e[_0x395a8d(0x1e6)],'mode':_0x3a52ed?_0x395a8d(0x1d0):'execute','result':_0x4a604e[_0x395a8d(0x1e5)],'output':_0x1b3661,..._0x1eb65a?{'metadata':_0x1eb65a}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x12f278,_0x2a551d,_0x4d1a79,_0x415f1e){const _0x32f3a4=a256_0x41ae;if(_0x2a551d[_0x32f3a4(0x1c2)]===!![]||_0x12f278['risk']!=='write'&&_0x12f278['risk']!==_0x32f3a4(0x1e4))return;await _0x415f1e[_0x32f3a4(0x1e3)][_0x32f3a4(0x1ce)](buildRabetbaseConfirmationRequest(_0x12f278,_0x4d1a79,_0x415f1e[_0x32f3a4(0x1ca)]));}function withAbortSignal(_0x3e3a01,_0x3c9664){return{..._0x3e3a01,async 'execute'(_0x31f850){const _0x4bdd3c=a256_0x41ae;return throwIfAborted(_0x3c9664),_0x3e3a01[_0x4bdd3c(0x1cc)](_0x31f850);}};}function throwIfAborted(_0x3c516f){const _0x31681c=a256_0x41ae;if(_0x3c516f?.['aborted'])throw _0x3c516f[_0x31681c(0x1e0)]instanceof Error?_0x3c516f[_0x31681c(0x1e0)]:new DOMException(_0x31681c(0x1d9),'AbortError');}
|
package/lib/runtime/queue.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a257_0x6bbc(_0x730e1f,_0x63a824){_0x730e1f=_0x730e1f-0x1d6;const _0x1f4b9c=a257_0x1f4b();let _0x6bbcf6=_0x1f4b9c[_0x730e1f];return _0x6bbcf6;}function a257_0x1f4b(){const _0x3c5e82=['775LBRqJR','9ykoNwf','223342HSGaaV','1428328VPbKOU','1375715JWusFa','3YbUSUi','912388zwzsDQ','catch','6582RLsEpO','resolve','30woGsRC','246920yYxtgF','651336BIZJXV'];a257_0x1f4b=function(){return _0x3c5e82;};return a257_0x1f4b();}const a257_0x37e841=a257_0x6bbc;(function(_0x2e8c14,_0xeb75){const _0x46616f=a257_0x6bbc,_0x20c386=_0x2e8c14();while(!![]){try{const _0x13f89e=-parseInt(_0x46616f(0x1db))/0x1+parseInt(_0x46616f(0x1d7))/0x2+-parseInt(_0x46616f(0x1de))/0x3*(parseInt(_0x46616f(0x1df))/0x4)+parseInt(_0x46616f(0x1d9))/0x5*(-parseInt(_0x46616f(0x1e1))/0x6)+parseInt(_0x46616f(0x1d8))/0x7+parseInt(_0x46616f(0x1dc))/0x8*(parseInt(_0x46616f(0x1da))/0x9)+parseInt(_0x46616f(0x1d6))/0xa*(parseInt(_0x46616f(0x1dd))/0xb);if(_0x13f89e===_0xeb75)break;else _0x20c386['push'](_0x20c386['shift']());}catch(_0xc06177){_0x20c386['push'](_0x20c386['shift']());}}}(a257_0x1f4b,0x24522));let tail=Promise[a257_0x37e841(0x1e2)]();export async function runSerialized(_0x22605b){const _0x3254d8=a257_0x37e841,_0x4ea7f4=tail;let _0x1a1564;tail=new Promise(_0x558982=>{_0x1a1564=_0x558982;}),await _0x4ea7f4[_0x3254d8(0x1e0)](()=>undefined);try{return await _0x22605b();}finally{_0x1a1564();}}
|
package/lib/runtime/resolve.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5bf36c,_0x315e15){const _0x54953e=a258_0x9a6e,_0x4445c8=_0x5bf36c();while(!![]){try{const _0x76bc09=-parseInt(_0x54953e(0x110))/0x1+parseInt(_0x54953e(0x112))/0x2*(parseInt(_0x54953e(0x125))/0x3)+-parseInt(_0x54953e(0x119))/0x4+parseInt(_0x54953e(0x121))/0x5*(parseInt(_0x54953e(0x116))/0x6)+-parseInt(_0x54953e(0x120))/0x7+parseInt(_0x54953e(0x114))/0x8+parseInt(_0x54953e(0x11c))/0x9;if(_0x76bc09===_0x315e15)break;else _0x4445c8['push'](_0x4445c8['shift']());}catch(_0xc6041c){_0x4445c8['push'](_0x4445c8['shift']());}}}(a258_0x2128,0xdc284));import a258_0x41f1e2 from'meow';function a258_0x9a6e(_0x5218a5,_0x272e18){_0x5218a5=_0x5218a5-0x110;const _0x212854=a258_0x2128();let _0x9a6ead=_0x212854[_0x5218a5];return _0x9a6ead;}import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';function a258_0x2128(){const _0x5df66a=['10392272EWOJQS','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','6vANHeR','validation','unknownCommand','7086036UngDri','run','Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22','7749063hpAuPY','wildcardDef','join','defaultCommand','6808354FpUnQV','1504985jQPAoO','message','flags','hint','242139cqdxRV','slice','429403OrsCkI','input','40KEApoY','`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.'];a258_0x2128=function(){return _0x5df66a;};return a258_0x2128();}import{buildMeowFlags}from'../constant/cli.js';import{CliErrors}from'../errors.js';export async function resolveRabetbaseInvocation(_0x3e3cf8){const _0x1ff1c9=a258_0x9a6e,_0xadc11a=a258_0x41f1e2('',{'importMeta':import.meta,'argv':[..._0x3e3cf8],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x51d31d=[..._0xadc11a[_0x1ff1c9(0x111)]],_0x1053c9=_0xadc11a[_0x1ff1c9(0x123)],_0x213a3b=_0x51d31d[0x0];if(!_0x213a3b)throw CliErrors['validation'](_0x1ff1c9(0x115));const _0x1acba3=resolveRemovedCommand(_0x213a3b,_0x51d31d[0x1]);if(_0x1acba3)throw CliErrors[_0x1ff1c9(0x117)](_0x1acba3[_0x1ff1c9(0x122)],_0x1acba3[_0x1ff1c9(0x124)]);if(_0x213a3b===_0x1ff1c9(0x11a))throw CliErrors[_0x1ff1c9(0x117)](_0x1ff1c9(0x113),'Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.');if(!isKnownService(_0x213a3b))throw CliErrors[_0x1ff1c9(0x118)](_0x51d31d[_0x1ff1c9(0x11e)]('\x20'));const _0x198361=getServiceEntry(_0x213a3b),_0x58bf67=_0x51d31d[0x1],_0x226383=_0x58bf67||_0x198361[_0x1ff1c9(0x11f)];if(!_0x226383){if(_0x198361[_0x1ff1c9(0x11d)])return{'definition':_0x198361['wildcardDef'],'rawFlags':_0x1053c9,'args':[]};throw CliErrors['validation'](_0x1ff1c9(0x11b)+_0x213a3b+'\x22.');}const _0x503929=findDefinition(_0x213a3b,_0x226383);if(_0x503929)return{'definition':_0x503929,'rawFlags':_0x1053c9,'args':_0x51d31d[_0x1ff1c9(0x126)](0x2)};if(_0x198361[_0x1ff1c9(0x11d)])return{'definition':_0x198361[_0x1ff1c9(0x11d)],'rawFlags':_0x1053c9,'args':[_0x226383,..._0x51d31d[_0x1ff1c9(0x126)](0x2)]};throw CliErrors['unknownCommand'](_0x213a3b+'\x20'+_0x226383);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a260_0x52113c=a260_0x58f2;function a260_0xcf96(){const _0x258705=['isSymbolicLink','Unsupported\x20Skill\x20entry:\x20','skills@latest\x20exited\x20','version','home','state','Installed\x20Skill\x20state\x20is\x20','stdio','unverifiable','Symbolic\x20link\x20is\x20not\x20allowed:\x20','schemaVersion','manifest','utf8','missing','path','75pHksAt','installedPath','165GLdSXb','4yrMNAB','name','files','present','756876yaDncr','VERIFY_FAILED','trim','rabetbase\x20cli-skill\x20install','rabetbase','40758uFUHXG','packageVersion','digest','pipe','sort','join','reason','version_mismatch',':\x5cs*(.+)$','update','168wijzHZ','startsWith','length','parse','split','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','sha256','SKILL.md','isFile','package.json','absent','4051MjJLuD','unknown','235122saIPTe','current','skipped','skillVersion','157178KMEOtl','426231tdSvTv','1780856EzOdBl','root','includes','error','message','skills','match','10IsSprn','rabetbase.manifest.json'];a260_0xcf96=function(){return _0x258705;};return a260_0xcf96();}(function(_0x3cd5bb,_0x4e3516){const _0x2580f0=a260_0x58f2,_0x2cf0dc=_0x3cd5bb();while(!![]){try{const _0x5e6af6=parseInt(_0x2580f0(0x1ce))/0x1+parseInt(_0x2580f0(0x1f1))/0x2*(parseInt(_0x2580f0(0x1d0))/0x3)+parseInt(_0x2580f0(0x1d6))/0x4+parseInt(_0x2580f0(0x1ee))/0x5*(parseInt(_0x2580f0(0x1b9))/0x6)+-parseInt(_0x2580f0(0x1d4))/0x7*(-parseInt(_0x2580f0(0x1c3))/0x8)+parseInt(_0x2580f0(0x1d5))/0x9*(parseInt(_0x2580f0(0x1dd))/0xa)+-parseInt(_0x2580f0(0x1f0))/0xb*(parseInt(_0x2580f0(0x1b4))/0xc);if(_0x5e6af6===_0x4e3516)break;else _0x2cf0dc['push'](_0x2cf0dc['shift']());}catch(_0x1c16ea){_0x2cf0dc['push'](_0x2cf0dc['shift']());}}}(a260_0xcf96,0x44882));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';function a260_0x58f2(_0x3a1abd,_0x54a653){_0x3a1abd=_0x3a1abd-0x1b3;const _0xcf9630=a260_0xcf96();let _0x58f240=_0xcf9630[_0x3a1abd];return _0x58f240;}import{resolveInstalledSkill}from'../skills/skill-presence.js';const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND=a260_0x52113c(0x1b7),SKILL_NAME=a260_0x52113c(0x1b8);function frontmatterValue(_0x5b1f78,_0x38f0b8){const _0x1bb9cf=a260_0x52113c;return _0x5b1f78[_0x1bb9cf(0x1dc)](new RegExp('^'+_0x38f0b8+_0x1bb9cf(0x1c1),'m'))?.[0x1]?.[_0x1bb9cf(0x1b6)]()??'';}function listFiles(_0x84e5c6,_0x4fd7de=_0x84e5c6){const _0x16522a=a260_0x52113c;return readdirSync(_0x4fd7de,{'withFileTypes':!![]})['flatMap'](_0x1d0c96=>{const _0x2ef23e=a260_0x58f2,_0x5f4005=join(_0x4fd7de,_0x1d0c96[_0x2ef23e(0x1f2)]),_0x3ef32e=lstatSync(_0x5f4005);if(_0x3ef32e[_0x2ef23e(0x1df)]())throw new Error(_0x2ef23e(0x1e8)+_0x5f4005);if(_0x3ef32e['isDirectory']())return listFiles(_0x84e5c6,_0x5f4005);if(!_0x3ef32e[_0x2ef23e(0x1cb)]())throw new Error(_0x2ef23e(0x1e0)+_0x5f4005);return[relative(_0x84e5c6,_0x5f4005)['split'](sep)[_0x2ef23e(0x1be)]('/')];})[_0x16522a(0x1bd)]((_0x20daa0,_0x8615a2)=>_0x20daa0<_0x8615a2?-0x1:_0x20daa0>_0x8615a2?0x1:0x0);}function digestFiles(_0x462747,_0x44b187){const _0x3db030=a260_0x52113c,_0x34769d=createHash(_0x3db030(0x1c9));for(const _0x8ac6bb of _0x44b187){if(_0x8ac6bb[_0x3db030(0x1c4)]('/')||_0x8ac6bb[_0x3db030(0x1c7)]('/')[_0x3db030(0x1d8)]('..')||_0x8ac6bb['includes']('\x5c'))throw new Error('Unsafe\x20manifest\x20path:\x20'+_0x8ac6bb);_0x34769d[_0x3db030(0x1c2)](_0x8ac6bb),_0x34769d[_0x3db030(0x1c2)]('\x00'),_0x34769d[_0x3db030(0x1c2)](readFileSync(join(_0x462747,..._0x8ac6bb[_0x3db030(0x1c7)]('/')))),_0x34769d[_0x3db030(0x1c2)]('\x00');}return _0x34769d[_0x3db030(0x1bb)]('hex');}function sameFiles(_0x2b1579,_0x1a1849){const _0x3e336c=a260_0x52113c;return _0x2b1579[_0x3e336c(0x1c5)]===_0x1a1849[_0x3e336c(0x1c5)]&&_0x2b1579['every']((_0x36d189,_0x48df10)=>_0x36d189===_0x1a1849[_0x48df10]);}function readSource(_0x3d2db4){const _0x1bd846=a260_0x52113c,_0x332e56=JSON[_0x1bd846(0x1c6)](readFileSync(join(_0x3d2db4,_0x1bd846(0x1cc)),_0x1bd846(0x1eb))),_0x3a2a02=JSON[_0x1bd846(0x1c6)](readFileSync(join(_0x3d2db4,'skills',_0x1bd846(0x1de)),_0x1bd846(0x1eb))),_0x35fd1e=join(_0x3d2db4,_0x1bd846(0x1db),SKILL_NAME),_0x54d5da=frontmatterValue(readFileSync(join(_0x35fd1e,_0x1bd846(0x1ca)),_0x1bd846(0x1eb)),'version'),_0x5f0912=listFiles(_0x35fd1e);if(_0x3a2a02[_0x1bd846(0x1e9)]!==0x1||_0x3a2a02['name']!==SKILL_NAME||!_0x332e56[_0x1bd846(0x1e2)]||_0x3a2a02[_0x1bd846(0x1ba)]!==_0x332e56[_0x1bd846(0x1e2)]||_0x3a2a02[_0x1bd846(0x1d3)]!==_0x332e56[_0x1bd846(0x1e2)]||_0x54d5da!==_0x332e56['version']||!sameFiles(_0x5f0912,_0x3a2a02[_0x1bd846(0x1f3)])||digestFiles(_0x35fd1e,_0x5f0912)!==_0x3a2a02['digest'])throw new Error(_0x1bd846(0x1c8));return{'packageVersion':_0x332e56[_0x1bd846(0x1e2)],'skillVersion':_0x54d5da,'root':_0x35fd1e,'manifest':_0x3a2a02};}function installedSkillPath(_0x1cb2fe){const _0x1a532d=a260_0x52113c,_0x943a34=resolveInstalledSkill(SKILL_NAME,{'home':_0x1cb2fe});if(_0x943a34[_0x1a532d(0x1e4)]===_0x1a532d(0x1b3))return{'state':_0x1a532d(0x1b3),'path':dirname(_0x943a34[_0x1a532d(0x1ed)])};if(_0x943a34[_0x1a532d(0x1e4)]===_0x1a532d(0x1cd))return{'state':_0x1a532d(0x1ec)};return{'state':'unverifiable','reason':_0x943a34['reason']};}export function inspectInstalledBuiltinSkillVersion(_0x12b02,_0x5d159b={}){const _0x4db8ba=a260_0x52113c,_0x103b7a=installedSkillPath(_0x5d159b[_0x4db8ba(0x1e3)]??homedir());if(_0x103b7a[_0x4db8ba(0x1e4)]==='missing')return{'state':_0x4db8ba(0x1ec),'expectedVersion':_0x12b02,'repairCommand':REPAIR_COMMAND};if(_0x103b7a[_0x4db8ba(0x1e4)]==='unverifiable')return{'state':_0x4db8ba(0x1e7),'expectedVersion':_0x12b02,'reason':_0x103b7a[_0x4db8ba(0x1bf)],'repairCommand':REPAIR_COMMAND};try{const _0x348f9a=frontmatterValue(readFileSync(join(_0x103b7a[_0x4db8ba(0x1ed)],_0x4db8ba(0x1ca)),_0x4db8ba(0x1eb)),_0x4db8ba(0x1e2));return{'state':_0x348f9a===_0x12b02?_0x4db8ba(0x1d1):_0x4db8ba(0x1c0),'expectedVersion':_0x12b02,'skillVersion':_0x348f9a,'installedPath':_0x103b7a[_0x4db8ba(0x1ed)],'repairCommand':REPAIR_COMMAND};}catch(_0x1ab1f9){return{'state':_0x4db8ba(0x1e7),'expectedVersion':_0x12b02,'installedPath':_0x103b7a[_0x4db8ba(0x1ed)],'reason':_0x1ab1f9 instanceof Error?_0x1ab1f9[_0x4db8ba(0x1da)]:String(_0x1ab1f9),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x320c05={}){const _0x425564=a260_0x52113c,_0x5b0712=_0x320c05['packageRoot']??DEFAULT_PACKAGE_ROOT;let _0x42b7fc;try{_0x42b7fc=readSource(_0x5b0712);}catch(_0x29ee5e){return{'state':_0x425564(0x1e7),'packageVersion':_0x425564(0x1cf),'reason':_0x29ee5e instanceof Error?_0x29ee5e['message']:String(_0x29ee5e),'repairCommand':REPAIR_COMMAND};}const _0x5a664d=installedSkillPath(_0x320c05[_0x425564(0x1e3)]??homedir());if(_0x5a664d[_0x425564(0x1e4)]===_0x425564(0x1ec))return{'state':_0x425564(0x1ec),'packageVersion':_0x42b7fc['packageVersion'],'repairCommand':REPAIR_COMMAND};if(_0x5a664d[_0x425564(0x1e4)]===_0x425564(0x1e7))return{'state':_0x425564(0x1e7),'packageVersion':_0x42b7fc['packageVersion'],'reason':_0x5a664d[_0x425564(0x1bf)],'repairCommand':REPAIR_COMMAND};try{const _0x1ad500=frontmatterValue(readFileSync(join(_0x5a664d[_0x425564(0x1ed)],_0x425564(0x1ca)),_0x425564(0x1eb)),_0x425564(0x1e2));if(_0x1ad500!==_0x42b7fc[_0x425564(0x1d3)])return{'state':_0x425564(0x1c0),'packageVersion':_0x42b7fc[_0x425564(0x1ba)],'skillVersion':_0x1ad500,'installedPath':_0x5a664d[_0x425564(0x1ed)],'repairCommand':REPAIR_COMMAND};const _0x1e36dd=listFiles(_0x5a664d['path']),_0x3ba468=digestFiles(_0x5a664d[_0x425564(0x1ed)],_0x1e36dd);return{'state':sameFiles(_0x1e36dd,_0x42b7fc[_0x425564(0x1ea)]['files'])&&_0x3ba468===_0x42b7fc['manifest']['digest']?_0x425564(0x1d1):'content_mismatch','packageVersion':_0x42b7fc[_0x425564(0x1ba)],'skillVersion':_0x1ad500,'installedPath':_0x5a664d[_0x425564(0x1ed)],'digest':_0x3ba468,'repairCommand':REPAIR_COMMAND};}catch(_0x2defe8){return{'state':_0x425564(0x1e7),'packageVersion':_0x42b7fc[_0x425564(0x1ba)],'installedPath':_0x5a664d['path'],'reason':_0x2defe8 instanceof Error?_0x2defe8[_0x425564(0x1da)]:String(_0x2defe8),'repairCommand':REPAIR_COMMAND};}}function failure(_0x15e955,_0x55e7b5,_0x365ae4,_0x591619){const _0x37bd32=a260_0x52113c;return{'ok':![],'code':_0x15e955,'packageVersion':_0x55e7b5[_0x37bd32(0x1ba)],'skillVersion':_0x55e7b5[_0x37bd32(0x1d3)],'installedPath':_0x591619,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x365ae4 instanceof Error?_0x365ae4[_0x37bd32(0x1da)]:String(_0x365ae4)};}export function installBuiltinSkill(_0x4c82ed={}){const _0x200076=a260_0x52113c,_0x444cb7=_0x4c82ed['packageRoot']??DEFAULT_PACKAGE_ROOT,_0xb52256=_0x4c82ed[_0x200076(0x1e3)]??homedir();let _0x5d7366;try{_0x5d7366=readSource(_0x444cb7);}catch(_0x11ab7a){return failure('SOURCE_INVALID',{'packageVersion':_0x200076(0x1cf),'skillVersion':_0x200076(0x1cf)},_0x11ab7a);}const _0x363420=inspectBuiltinSkill({'packageRoot':_0x444cb7,'home':_0xb52256}),_0x1098fe=runNpxSkillsAddGlobal(_0x444cb7,_0x5d7366[_0x200076(0x1d7)],{'stdio':_0x4c82ed[_0x200076(0x1e6)]??_0x200076(0x1bc),'expectedSkillName':SKILL_NAME,'presence':{'home':_0xb52256}});if(_0x1098fe[_0x200076(0x1d2)])return{'ok':!![],'packageVersion':_0x5d7366[_0x200076(0x1ba)],'skillVersion':_0x5d7366[_0x200076(0x1d3)],'installedPath':_0x363420[_0x200076(0x1ef)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x1098fe['ok'])return failure('INSTALL_FAILED',_0x5d7366,_0x1098fe[_0x200076(0x1d9)]??_0x200076(0x1e1)+_0x1098fe['status']);const _0x468cb1=inspectBuiltinSkill({'packageRoot':_0x444cb7,'home':_0xb52256});if(_0x468cb1['state']!==_0x200076(0x1d1))return failure(_0x200076(0x1b5),_0x5d7366,_0x468cb1[_0x200076(0x1bf)]??_0x200076(0x1e5)+_0x468cb1[_0x200076(0x1e4)],_0x468cb1[_0x200076(0x1ef)]);return{'ok':!![],'packageVersion':_0x5d7366[_0x200076(0x1ba)],'skillVersion':_0x5d7366[_0x200076(0x1d3)],'installedPath':_0x468cb1[_0x200076(0x1ef)],'changed':_0x363420[_0x200076(0x1e4)]!==_0x200076(0x1d1),'repairCommand':REPAIR_COMMAND};}
|
|
1
|
+
const a260_0x385ca6=a260_0x1d26;(function(_0x4c1090,_0x334e82){const _0x2bfacd=a260_0x1d26,_0x414bfe=_0x4c1090();while(!![]){try{const _0x25165b=parseInt(_0x2bfacd(0x1a1))/0x1*(parseInt(_0x2bfacd(0x180))/0x2)+-parseInt(_0x2bfacd(0x19d))/0x3*(parseInt(_0x2bfacd(0x17f))/0x4)+parseInt(_0x2bfacd(0x190))/0x5*(-parseInt(_0x2bfacd(0x15f))/0x6)+parseInt(_0x2bfacd(0x177))/0x7+-parseInt(_0x2bfacd(0x189))/0x8+parseInt(_0x2bfacd(0x178))/0x9*(parseInt(_0x2bfacd(0x176))/0xa)+-parseInt(_0x2bfacd(0x19e))/0xb*(-parseInt(_0x2bfacd(0x195))/0xc);if(_0x25165b===_0x334e82)break;else _0x414bfe['push'](_0x414bfe['shift']());}catch(_0x6ee74e){_0x414bfe['push'](_0x414bfe['shift']());}}}(a260_0x1f01,0xe367b));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=a260_0x385ca6(0x175),SKILL_NAME=a260_0x385ca6(0x160);function frontmatterValue(_0x50910d,_0xb14e84){const _0x3388aa=a260_0x385ca6;return _0x50910d[_0x3388aa(0x199)](new RegExp('^'+_0xb14e84+_0x3388aa(0x194),'m'))?.[0x1]?.[_0x3388aa(0x17a)]()??'';}function listFiles(_0x58fb7b,_0x26ec52=_0x58fb7b){const _0x11ef45=a260_0x385ca6;return readdirSync(_0x26ec52,{'withFileTypes':!![]})[_0x11ef45(0x18c)](_0x3afb6f=>{const _0x259470=_0x11ef45,_0x20a648=join(_0x26ec52,_0x3afb6f[_0x259470(0x162)]),_0x7e8af8=lstatSync(_0x20a648);if(_0x7e8af8[_0x259470(0x15e)]())throw new Error(_0x259470(0x19a)+_0x20a648);if(_0x7e8af8[_0x259470(0x166)]())return listFiles(_0x58fb7b,_0x20a648);if(!_0x7e8af8[_0x259470(0x168)]())throw new Error(_0x259470(0x182)+_0x20a648);return[relative(_0x58fb7b,_0x20a648)[_0x259470(0x197)](sep)[_0x259470(0x167)]('/')];})[_0x11ef45(0x188)]((_0x391cca,_0x26d882)=>_0x391cca<_0x26d882?-0x1:_0x391cca>_0x26d882?0x1:0x0);}function digestFiles(_0xaa61f7,_0x13f350){const _0x25eeda=a260_0x385ca6,_0x4d147c=createHash('sha256');for(const _0x269f92 of _0x13f350){if(_0x269f92[_0x25eeda(0x19c)]('/')||_0x269f92[_0x25eeda(0x197)]('/')['includes']('..')||_0x269f92[_0x25eeda(0x17b)]('\x5c'))throw new Error(_0x25eeda(0x161)+_0x269f92);_0x4d147c['update'](_0x269f92),_0x4d147c['update']('\x00'),_0x4d147c['update'](readFileSync(join(_0xaa61f7,..._0x269f92[_0x25eeda(0x197)]('/')))),_0x4d147c[_0x25eeda(0x17d)]('\x00');}return _0x4d147c[_0x25eeda(0x16c)](_0x25eeda(0x187));}function a260_0x1d26(_0x1a51ca,_0x190e17){_0x1a51ca=_0x1a51ca-0x15e;const _0x1f01b6=a260_0x1f01();let _0x1d26c8=_0x1f01b6[_0x1a51ca];return _0x1d26c8;}function sameFiles(_0x5abcfd,_0xa96d1b){const _0x29838f=a260_0x385ca6;return _0x5abcfd[_0x29838f(0x171)]===_0xa96d1b[_0x29838f(0x171)]&&_0x5abcfd[_0x29838f(0x17e)]((_0x887d53,_0x509a66)=>_0x887d53===_0xa96d1b[_0x509a66]);}function readSource(_0x102a59){const _0x57c90b=a260_0x385ca6,_0x217f94=JSON[_0x57c90b(0x192)](readFileSync(join(_0x102a59,_0x57c90b(0x191)),_0x57c90b(0x172))),_0x56480b=JSON[_0x57c90b(0x192)](readFileSync(join(_0x102a59,_0x57c90b(0x183),'rabetbase.manifest.json'),_0x57c90b(0x172))),_0x2bf4a6=join(_0x102a59,_0x57c90b(0x183),SKILL_NAME),_0x2e614a=frontmatterValue(readFileSync(join(_0x2bf4a6,_0x57c90b(0x174)),_0x57c90b(0x172)),_0x57c90b(0x181)),_0x1414da=listFiles(_0x2bf4a6);if(_0x56480b['schemaVersion']!==0x1||_0x56480b[_0x57c90b(0x162)]!==SKILL_NAME||!_0x217f94[_0x57c90b(0x181)]||_0x56480b['packageVersion']!==_0x217f94[_0x57c90b(0x181)]||_0x56480b[_0x57c90b(0x186)]!==_0x217f94[_0x57c90b(0x181)]||_0x2e614a!==_0x217f94['version']||!sameFiles(_0x1414da,_0x56480b['files'])||digestFiles(_0x2bf4a6,_0x1414da)!==_0x56480b[_0x57c90b(0x16c)])throw new Error(_0x57c90b(0x18a));return{'packageVersion':_0x217f94[_0x57c90b(0x181)],'skillVersion':_0x2e614a,'root':_0x2bf4a6,'manifest':_0x56480b};}function installedSkillPath(_0x3e9838){const _0x1406d4=a260_0x385ca6,_0x3d538c=resolveInstalledSkill(SKILL_NAME,{'home':_0x3e9838});if(_0x3d538c[_0x1406d4(0x164)]===_0x1406d4(0x16a))return{'state':_0x1406d4(0x16a),'path':dirname(_0x3d538c[_0x1406d4(0x18e)])};if(_0x3d538c[_0x1406d4(0x164)]===_0x1406d4(0x173))return{'state':_0x1406d4(0x19f)};return{'state':_0x1406d4(0x170),'reason':_0x3d538c[_0x1406d4(0x165)]};}export function inspectInstalledBuiltinSkillVersion(_0x43e0e2,_0x4c992c={}){const _0x5f248d=a260_0x385ca6,_0x5411f5=installedSkillPath(_0x4c992c['home']??homedir());if(_0x5411f5[_0x5f248d(0x164)]===_0x5f248d(0x19f))return{'state':_0x5f248d(0x19f),'expectedVersion':_0x43e0e2,'repairCommand':REPAIR_COMMAND};if(_0x5411f5['state']==='unverifiable')return{'state':_0x5f248d(0x170),'expectedVersion':_0x43e0e2,'reason':_0x5411f5['reason'],'repairCommand':REPAIR_COMMAND};try{const _0x2f9e9a=frontmatterValue(readFileSync(join(_0x5411f5[_0x5f248d(0x18e)],_0x5f248d(0x174)),'utf8'),_0x5f248d(0x181));return{'state':_0x2f9e9a===_0x43e0e2?_0x5f248d(0x193):_0x5f248d(0x16f),'expectedVersion':_0x43e0e2,'skillVersion':_0x2f9e9a,'installedPath':_0x5411f5[_0x5f248d(0x18e)],'repairCommand':REPAIR_COMMAND};}catch(_0x1627f6){return{'state':_0x5f248d(0x170),'expectedVersion':_0x43e0e2,'installedPath':_0x5411f5[_0x5f248d(0x18e)],'reason':_0x1627f6 instanceof Error?_0x1627f6['message']:String(_0x1627f6),'repairCommand':REPAIR_COMMAND};}}function a260_0x1f01(){const _0x344ad9=['flatMap','packageRoot','path','stdio','10osgWhW','package.json','parse','current',':\x5cs*(.+)$','324QZfluh','INSTALL_FAILED','split','skills@latest\x20exited\x20','match','Symbolic\x20link\x20is\x20not\x20allowed:\x20','content_mismatch','startsWith','711MzmVHw','1141041xKWcOH','missing','root','31FSxkQF','files','isSymbolicLink','4202556fCcmgl','rabetbase','Unsafe\x20manifest\x20path:\x20','name','error','state','reason','isDirectory','join','isFile','unknown','present','packageVersion','digest','message','VERIFY_FAILED','version_mismatch','unverifiable','length','utf8','absent','SKILL.md','rabetbase\x20cli-skill\x20install','4694560VaNMqY','1591842wXjulZ','18CZgUqm','pipe','trim','includes','installedPath','update','every','20324idOgaX','66238fMPvIv','version','Unsupported\x20Skill\x20entry:\x20','skills','home','manifest','skillVersion','hex','sort','11657952QCLWnf','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','SOURCE_INVALID'];a260_0x1f01=function(){return _0x344ad9;};return a260_0x1f01();}export function inspectBuiltinSkill(_0x5d22e3={}){const _0x330324=a260_0x385ca6,_0x2a1d02=_0x5d22e3[_0x330324(0x18d)]??DEFAULT_PACKAGE_ROOT;let _0x557368;try{_0x557368=readSource(_0x2a1d02);}catch(_0x5bb82d){return{'state':_0x330324(0x170),'packageVersion':_0x330324(0x169),'reason':_0x5bb82d instanceof Error?_0x5bb82d[_0x330324(0x16d)]:String(_0x5bb82d),'repairCommand':REPAIR_COMMAND};}const _0x16bcd9=installedSkillPath(_0x5d22e3[_0x330324(0x184)]??homedir());if(_0x16bcd9['state']===_0x330324(0x19f))return{'state':_0x330324(0x19f),'packageVersion':_0x557368['packageVersion'],'repairCommand':REPAIR_COMMAND};if(_0x16bcd9['state']===_0x330324(0x170))return{'state':'unverifiable','packageVersion':_0x557368[_0x330324(0x16b)],'reason':_0x16bcd9[_0x330324(0x165)],'repairCommand':REPAIR_COMMAND};try{const _0x170e94=frontmatterValue(readFileSync(join(_0x16bcd9[_0x330324(0x18e)],'SKILL.md'),_0x330324(0x172)),_0x330324(0x181));if(_0x170e94!==_0x557368[_0x330324(0x186)])return{'state':_0x330324(0x16f),'packageVersion':_0x557368[_0x330324(0x16b)],'skillVersion':_0x170e94,'installedPath':_0x16bcd9[_0x330324(0x18e)],'repairCommand':REPAIR_COMMAND};const _0x304c8c=listFiles(_0x16bcd9[_0x330324(0x18e)]),_0xf16d0f=digestFiles(_0x16bcd9[_0x330324(0x18e)],_0x304c8c);return{'state':sameFiles(_0x304c8c,_0x557368[_0x330324(0x185)][_0x330324(0x1a2)])&&_0xf16d0f===_0x557368['manifest'][_0x330324(0x16c)]?_0x330324(0x193):_0x330324(0x19b),'packageVersion':_0x557368[_0x330324(0x16b)],'skillVersion':_0x170e94,'installedPath':_0x16bcd9['path'],'digest':_0xf16d0f,'repairCommand':REPAIR_COMMAND};}catch(_0x1d7fa2){return{'state':'unverifiable','packageVersion':_0x557368[_0x330324(0x16b)],'installedPath':_0x16bcd9[_0x330324(0x18e)],'reason':_0x1d7fa2 instanceof Error?_0x1d7fa2[_0x330324(0x16d)]:String(_0x1d7fa2),'repairCommand':REPAIR_COMMAND};}}function failure(_0x46efc9,_0x1eb71f,_0x21fbd5,_0x1cd4f4){const _0x56f116=a260_0x385ca6;return{'ok':![],'code':_0x46efc9,'packageVersion':_0x1eb71f[_0x56f116(0x16b)],'skillVersion':_0x1eb71f[_0x56f116(0x186)],'installedPath':_0x1cd4f4,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x21fbd5 instanceof Error?_0x21fbd5[_0x56f116(0x16d)]:String(_0x21fbd5)};}export function installBuiltinSkill(_0x50bd8a={}){const _0x4cb889=a260_0x385ca6,_0x56e0c6=_0x50bd8a[_0x4cb889(0x18d)]??DEFAULT_PACKAGE_ROOT,_0x37918c=_0x50bd8a[_0x4cb889(0x184)]??homedir();let _0x5a3eac;try{_0x5a3eac=readSource(_0x56e0c6);}catch(_0x5a6bbb){return failure(_0x4cb889(0x18b),{'packageVersion':_0x4cb889(0x169),'skillVersion':'unknown'},_0x5a6bbb);}const _0x342e0e=inspectBuiltinSkill({'packageRoot':_0x56e0c6,'home':_0x37918c}),_0x3d670d=runNpxSkillsAddGlobal(_0x56e0c6,_0x5a3eac[_0x4cb889(0x1a0)],{'stdio':_0x50bd8a[_0x4cb889(0x18f)]??_0x4cb889(0x179),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x37918c}});if(_0x3d670d['skipped'])return{'ok':!![],'packageVersion':_0x5a3eac[_0x4cb889(0x16b)],'skillVersion':_0x5a3eac[_0x4cb889(0x186)],'installedPath':_0x342e0e[_0x4cb889(0x17c)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x3d670d['ok'])return failure(_0x4cb889(0x196),_0x5a3eac,_0x3d670d[_0x4cb889(0x163)]??_0x4cb889(0x198)+_0x3d670d['status']);const _0x4742a7=inspectBuiltinSkill({'packageRoot':_0x56e0c6,'home':_0x37918c});if(_0x4742a7[_0x4cb889(0x164)]!=='current')return failure(_0x4cb889(0x16e),_0x5a3eac,_0x4742a7[_0x4cb889(0x165)]??'Installed\x20Skill\x20state\x20is\x20'+_0x4742a7[_0x4cb889(0x164)],_0x4742a7[_0x4cb889(0x17c)]);return{'ok':!![],'packageVersion':_0x5a3eac[_0x4cb889(0x16b)],'skillVersion':_0x5a3eac[_0x4cb889(0x186)],'installedPath':_0x4742a7[_0x4cb889(0x17c)],'changed':_0x342e0e[_0x4cb889(0x164)]!==_0x4cb889(0x193),'repairCommand':REPAIR_COMMAND};}
|
package/lib/skills/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4ea8f8,_0x4299d0){const _0x53a5b5=a261_0x4bf3,_0x1d692a=_0x4ea8f8();while(!![]){try{const _0x87541f=-parseInt(_0x53a5b5(0x127))/0x1*(parseInt(_0x53a5b5(0x117))/0x2)+parseInt(_0x53a5b5(0x115))/0x3+parseInt(_0x53a5b5(0x110))/0x4+-parseInt(_0x53a5b5(0x10f))/0x5*(parseInt(_0x53a5b5(0x113))/0x6)+-parseInt(_0x53a5b5(0x10b))/0x7+parseInt(_0x53a5b5(0x121))/0x8+parseInt(_0x53a5b5(0x11c))/0x9;if(_0x87541f===_0x4299d0)break;else _0x1d692a['push'](_0x1d692a['shift']());}catch(_0x36a0ac){_0x1d692a['push'](_0x1d692a['shift']());}}}(a261_0xd3ca,0x40de6));import{logger}from'../utils/logger.js';function a261_0x4bf3(_0x265ce8,_0x24cae1){_0x265ce8=_0x265ce8-0x104;const _0xd3cad8=a261_0xd3ca();let _0x4bf375=_0xd3cad8[_0x265ce8];return _0x4bf375;}import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x58289e){const _0x3ec3c1=a261_0x4bf3,_0x43c969=[];for(const [_0x1e02a7,_0x5984e4]of Object[_0x3ec3c1(0x11d)](_0x58289e)){if(_0x5984e4===!![]){const _0x22e4c7=_0x1e02a7[_0x3ec3c1(0x10c)](/([A-Z])/g,_0x3ec3c1(0x10a))[_0x3ec3c1(0x11e)]();_0x43c969['push'](_0x22e4c7);}}return _0x43c969;}export function parseDynamicFlags(){const _0xd19dd=a261_0x4bf3,_0x2f5a12=[];for(let _0x334569=0x3;_0x334569<process[_0xd19dd(0x10e)][_0xd19dd(0x108)];_0x334569++){const _0x16c82b=process['argv'][_0x334569];if(_0x16c82b&&_0x16c82b['startsWith']('--')){const _0x19eea5=_0x16c82b[_0xd19dd(0x125)](0x2);_0x19eea5&&!_0x19eea5[_0xd19dd(0x116)]('=')&&_0x2f5a12[_0xd19dd(0x104)](_0x19eea5);}}return _0x2f5a12;}export function getAllProvidedFlags(_0x4fa1ac){const _0x1b05dd=camelCaseFlagsToKebab(_0x4fa1ac),_0x3b8c56=parseDynamicFlags(),_0x24880d=new Set([..._0x1b05dd,..._0x3b8c56]);return Array['from'](_0x24880d);}export function normalizeLegacyBffSaveFlags(_0x33d974){const _0x24bf1b=a261_0x4bf3,_0x216e69=new Set(_0x33d974);return _0x216e69[_0x24bf1b(0x106)](_0x24bf1b(0x105))&&_0x216e69[_0x24bf1b(0x11b)](_0x24bf1b(0x107)),Array['from'](_0x216e69);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x19ae20,_0x46652c,_0x385f5d){const _0x5eb5aa=a261_0x4bf3;logger[_0x5eb5aa(0x111)](process[_0x5eb5aa(0x122)]());if(_0x385f5d?.[_0x5eb5aa(0x10d)]||_0x19ae20==='--help'){showHelp();return;}console[_0x5eb5aa(0x124)]('Error:\x20Unsupported\x20command:\x20'+(_0x19ae20||_0x5eb5aa(0x126))),console[_0x5eb5aa(0x11f)](_0x5eb5aa(0x123)),console['log']('\x20\x20'+CLI_BIN_NAME+_0x5eb5aa(0x119)),console[_0x5eb5aa(0x11f)](''),console[_0x5eb5aa(0x11f)](_0x5eb5aa(0x112)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x5eb5aa(0x124)](_0x5eb5aa(0x109),_0x5eb5aa(0x118)+_0x19ae20),process['exit'](0x1);}function a261_0xd3ca(){const _0x27b3d9=['dangerously-bff-save','has','enable-bff-save','length','skill','-$1','2766953YgJFSw','replace','help','argv','5RcoUMb','974488dJiSiT','setLogPath','Public\x20Open\x20Skill\x20source:\x20','1151868VXYFwR','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','579339Vkanwg','includes','102556aHmrXZ','不支持的命令:\x20','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20','add','3173634WwwACm','entries','toLowerCase','log','\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a','1329232jNClBp','cwd','\x0aAvailable\x20commands:','error','slice','(empty)','2WbPMsG','push'];a261_0xd3ca=function(){return _0x27b3d9;};return a261_0xd3ca();}function showHelp(){const _0x11eba8=a261_0x4bf3;console['log'](_0x11eba8(0x114)+CLI_BIN_NAME+_0x11eba8(0x11a)+SKILLS_INSTALL_COMMAND_LINE+_0x11eba8(0x120));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a262_0x4046(_0xf04690,_0x428571){_0xf04690=_0xf04690-0x1d1;const _0x464fd5=a262_0x464f();let _0x4046d1=_0x464fd5[_0xf04690];return _0x4046d1;}const a262_0x384d76=a262_0x4046;(function(_0x16d648,_0x1422c9){const _0x46d7f5=a262_0x4046,_0x44221d=_0x16d648();while(!![]){try{const _0x5d58f6=parseInt(_0x46d7f5(0x1e8))/0x1+parseInt(_0x46d7f5(0x201))/0x2*(parseInt(_0x46d7f5(0x1ea))/0x3)+parseInt(_0x46d7f5(0x1f8))/0x4+parseInt(_0x46d7f5(0x1df))/0x5+-parseInt(_0x46d7f5(0x1e7))/0x6+-parseInt(_0x46d7f5(0x200))/0x7+-parseInt(_0x46d7f5(0x1ff))/0x8*(parseInt(_0x46d7f5(0x1d8))/0x9);if(_0x5d58f6===_0x1422c9)break;else _0x44221d['push'](_0x44221d['shift']());}catch(_0x3eacf0){_0x44221d['push'](_0x44221d['shift']());}}}(a262_0x464f,0x8f05a));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=a262_0x384d76(0x1e0);export const NPX_SKILLS_SUBCOMMAND_ADD=a262_0x384d76(0x208);export const NPX_SKILLS_FLAG_SKILL=a262_0x384d76(0x1e5);export const RABETBASE_SKILL_SOURCE='lovrabet/rabetbase';export const LEGACY_RABETBASE_SKILL_SOURCE=a262_0x384d76(0x1ed);export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export const RABETBASE_GLOBAL_SKILL_NAME='rabetbase';export const RABETBASE_SKILL_GIT_SOURCE=a262_0x384d76(0x207);export function resolveGlobalSkillName(_0x4bd8ce){const _0x237929=a262_0x384d76;switch(_0x4bd8ce[_0x237929(0x206)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x2afbde){const _0x82d30f=a262_0x384d76,_0xc5590e=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x2afbde&&_0xc5590e[_0x82d30f(0x1f7)](NPX_SKILLS_FLAG_SKILL,_0x2afbde),_0xc5590e;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a262_0x384d76(0x1f2),...buildNpxSkillsAddArgv()][a262_0x384d76(0x1f5)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a262_0x384d76(0x1f2),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a262_0x384d76(0x1f5)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0xa51a22,_0x3b9557,_0x1a1d98){return{'ok':![],'status':_0x3b9557,'code':_0xa51a22,'error':'['+_0xa51a22+']\x20'+_0x1a1d98};}function spawnOptions(_0x3377e0,_0x24e7c1){const _0xbdf664=a262_0x384d76,_0x244de0={...process.env};return delete _0x244de0[_0xbdf664(0x1f4)],delete _0x244de0[_0xbdf664(0x1f1)],{'cwd':_0x3377e0,'stdio':_0x24e7c1,'env':_0x244de0,'shell':![],..._0x24e7c1===_0xbdf664(0x1d7)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeSpawnResult(_0x1d637b,_0x5c7840,_0x2deb4d,_0x1e6f96){const _0x183b2b=a262_0x384d76,_0x20c6e8=[_0x1d637b[_0x183b2b(0x1d5)]?_0x1d637b['stdout'][_0x183b2b(0x1ef)]():'',_0x1d637b[_0x183b2b(0x1d1)]?_0x1d637b[_0x183b2b(0x1d1)]['toString']():''][_0x183b2b(0x1dc)](Boolean)[_0x183b2b(0x1f5)]('\x0a')[_0x183b2b(0x206)]();_0x1e6f96!==_0x183b2b(0x1d7)&&_0x20c6e8&&console[_0x183b2b(0x204)](_0x20c6e8);if(_0x1d637b[_0x183b2b(0x1fe)]){const _0x37fff5=_0x1d637b[_0x183b2b(0x1fe)],_0x29524b=_0x37fff5[_0x183b2b(0x1d9)]===_0x183b2b(0x1e6)?'NPX_NOT_FOUND':_0x37fff5[_0x183b2b(0x1d9)]===_0x183b2b(0x1fc)||_0x37fff5[_0x183b2b(0x1d9)]===_0x183b2b(0x1f6)?_0x183b2b(0x1da):_0x183b2b(0x203);return failure(_0x29524b,_0x1d637b[_0x183b2b(0x1e4)],_0x37fff5['message']);}if(_0x1d637b['signal'])return failure('CHILD_TERMINATED',_0x1d637b[_0x183b2b(0x1e4)],_0x183b2b(0x202)+_0x1d637b[_0x183b2b(0x1fd)]);if(_0x1d637b[_0x183b2b(0x1e4)]!==0x0)return failure('CHILD_EXIT_NONZERO',_0x1d637b['status'],_0x20c6e8||_0x183b2b(0x1d3)+(_0x1d637b[_0x183b2b(0x1e4)]??_0x183b2b(0x1e9)));const _0x199818=_0x5c7840?resolveInstalledSkill(_0x5c7840,_0x2deb4d):undefined,_0x34ea5c=_0x20c6e8[_0x183b2b(0x1d2)](/Failed to install\s+(\d+)/i);if(_0x34ea5c&&Number(_0x34ea5c[0x1])>0x0){const _0x7a3b07=_0x183b2b(0x1ec)+_0x34ea5c[0x1]+_0x183b2b(0x1f9)+(_0x20c6e8?':\x0a'+_0x20c6e8:'');if(_0x199818?.[_0x183b2b(0x1db)]===_0x183b2b(0x1d4))return console[_0x183b2b(0x205)]('!\x20'+_0x7a3b07),{'ok':!![],'status':0x0};return failure(_0x183b2b(0x1f3),0x0,_0x7a3b07);}if(_0x199818){if(_0x199818[_0x183b2b(0x1db)]===_0x183b2b(0x1de))return failure(_0x183b2b(0x20a),0x0,'Skill\x20\x22'+_0x5c7840+_0x183b2b(0x1fa)+_0x199818[_0x183b2b(0x1fb)]['join'](',\x20')+')');_0x199818[_0x183b2b(0x1db)]==='unverifiable'&&console[_0x183b2b(0x205)](_0x183b2b(0x1dd)+_0x5c7840+'\x22\x20install\x20state:\x20'+_0x199818[_0x183b2b(0x1e1)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}function a262_0x464f(){const _0x202c25=['yes','pipe','36YTXGHn','code','PERMISSION_DENIED','state','filter','!\x20Could\x20not\x20verify\x20\x22','absent','4943025ypmdFz','skills@latest','reason','stdio','expectedSkillName','status','--skill','ENOENT','2314068bKPBcz','551108BsIwvp','unknown','6ATciDE','presence','Installer\x20reported\x20','lovrabet/lovrabet-skill','skill','toString','inherit','NPM_CONFIG_GLOBAL','npx','INSTALL_PARTIAL','npm_config_global','join','EACCES','push','4386936KsYfsm','\x20failed\x20target(s)','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','checked','EPERM','signal','error','2779256djaXRQ','2142945pBDweL','30812JjpeNT','npx\x20terminated\x20by\x20signal\x20','SPAWN_FAILED','log','warn','trim','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','add','remove','SKILL_NOT_INSTALLED','stderr','match','exit\x20','present','stdout'];a262_0x464f=function(){return _0x202c25;};return a262_0x464f();}export function runNpxSkillsAdd(_0x4cad94,_0x2420ca){const _0x1c845d=a262_0x384d76;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x51fd9f=_0x2420ca?.[_0x1c845d(0x1e2)]??_0x1c845d(0x1f0),_0x2bc6dc=resolveNpmBin('npx'),_0x6312c8=buildNpxSkillsAddArgv(_0x2420ca?.['skill']),_0x4ca0d8=[_0x1c845d(0x1f2),..._0x6312c8][_0x1c845d(0x1f5)]('\x20');console[_0x1c845d(0x204)]('*\x20'+_0x4ca0d8);const _0x729b3e=spawnSync(_0x2bc6dc,_0x6312c8,spawnOptions(_0x4cad94,_0x51fd9f));return normalizeSpawnResult(_0x729b3e,undefined,undefined,_0x51fd9f);}export function runNpxSkillsRemove(_0x595e4e,_0x472501,_0x45b68a=LEGACY_RABETBASE_SKILL_SOURCE){const _0xe1f9b1=a262_0x384d76;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5a98c5=_0x472501?.[_0xe1f9b1(0x1e2)]??_0xe1f9b1(0x1f0),_0x2c8449=resolveNpmBin(_0xe1f9b1(0x1f2)),_0xb4a2ff=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0xe1f9b1(0x209),_0x45b68a,NPX_SKILLS_FLAG_SKILL,_0x472501?.[_0xe1f9b1(0x1ee)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x472501?.[_0xe1f9b1(0x1d6)]?['-y']:[]],_0x233345=[_0x2c8449,..._0xb4a2ff][_0xe1f9b1(0x1f5)]('\x20');console[_0xe1f9b1(0x204)]('*\x20'+_0x233345);const _0x4205ac=spawnSync(_0x2c8449,_0xb4a2ff,spawnOptions(_0x595e4e,_0x5a98c5));return normalizeSpawnResult(_0x4205ac,undefined,undefined,_0x5a98c5);}export function runNpxSkillsAddGlobal(_0x582fe0,_0x36ca02,_0xb1b0f4){const _0x147289=a262_0x384d76;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1d2ad8=resolveNpmBin('npx'),_0x30e30c=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x36ca02,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x5dbbd4=[_0x147289(0x1f2),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x36ca02,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');console[_0x147289(0x204)]('*\x20'+_0x5dbbd4);const _0x52b2dd=spawnSync(_0x1d2ad8,_0x30e30c,spawnOptions(_0x582fe0,_0x147289(0x1d7)));return normalizeSpawnResult(_0x52b2dd,_0xb1b0f4?.[_0x147289(0x1e3)]??resolveGlobalSkillName(_0x36ca02),_0xb1b0f4?.[_0x147289(0x1eb)],_0xb1b0f4?.['stdio']);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a263_0x5f2720=a263_0x38cd;(function(_0x72ef09,_0x27f724){const _0x348e82=a263_0x38cd,_0x2e0f94=_0x72ef09();while(!![]){try{const _0x38c528=-parseInt(_0x348e82(0x1d1))/0x1+-parseInt(_0x348e82(0x1e0))/0x2+parseInt(_0x348e82(0x1d7))/0x3+-parseInt(_0x348e82(0x1d6))/0x4+parseInt(_0x348e82(0x1de))/0x5*(parseInt(_0x348e82(0x1c1))/0x6)+-parseInt(_0x348e82(0x1df))/0x7+-parseInt(_0x348e82(0x1c5))/0x8*(-parseInt(_0x348e82(0x1d5))/0x9);if(_0x38c528===_0x27f724)break;else _0x2e0f94['push'](_0x2e0f94['shift']());}catch(_0x75d291){_0x2e0f94['push'](_0x2e0f94['shift']());}}}(a263_0x19ef,0xeb016));import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join('.agents',a263_0x5f2720(0x1c8));function a263_0x38cd(_0x1bfffc,_0x42febd){_0x1bfffc=_0x1bfffc-0x1c1;const _0x19ef67=a263_0x19ef();let _0x38cdc1=_0x19ef67[_0x1bfffc];return _0x38cdc1;}export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a263_0x5f2720(0x1c6),a263_0x5f2720(0x1cd)),join(a263_0x5f2720(0x1c2),'skills')];function a263_0x19ef(){const _0x2a6e42=['number','object','10455bCsDDL','12007576kazbDN','1653962UhexQY','parse','3132CmWRYB','.claude','lockFile','kind','8XeukcE','.agents','version','.skill-lock.json','join','\x20has\x20no\x20skills\x20map','find','home','skills','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','\x20is\x20unreadable:\x20','map','1119741oQoPMp','reason','unusable','unverifiable','39705183zvhgxP','6108904cvfXYk','1946127pKcMuG','present','absent','not-recorded','utf8'];a263_0x19ef=function(){return _0x2a6e42;};return a263_0x19ef();}const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x30f23c,_0x5d644d){const _0x16c2cd=a263_0x5f2720;if(!existsSync(_0x30f23c))return{'kind':_0x16c2cd(0x1da)};let _0x4c770d;try{_0x4c770d=JSON[_0x16c2cd(0x1e1)](readFileSync(_0x30f23c,_0x16c2cd(0x1db)));}catch(_0x242e98){return{'kind':_0x16c2cd(0x1d3),'reason':_0x30f23c+_0x16c2cd(0x1cf)+_0x242e98['message']};}const _0x4a53c1=_0x4c770d;if(typeof _0x4a53c1?.[_0x16c2cd(0x1c7)]!==_0x16c2cd(0x1dc)||!SUPPORTED_LOCK_VERSIONS['includes'](_0x4a53c1['version']))return{'kind':_0x16c2cd(0x1d3),'reason':_0x30f23c+'\x20uses\x20unsupported\x20version\x20'+String(_0x4a53c1?.['version'])};if(!_0x4a53c1[_0x16c2cd(0x1cd)]||typeof _0x4a53c1[_0x16c2cd(0x1cd)]!==_0x16c2cd(0x1dd))return{'kind':_0x16c2cd(0x1d3),'reason':_0x30f23c+_0x16c2cd(0x1ca)};return _0x4a53c1['skills'][_0x5d644d]?{'kind':'recorded'}:{'kind':_0x16c2cd(0x1da)};}export function resolveInstalledSkill(_0x4da6e5,_0x29827f){const _0x5ce3e4=a263_0x5f2720,_0x3de013=_0x29827f?.[_0x5ce3e4(0x1cc)]??homedir(),_0x3a054f=_0x29827f?.['globalSkillsDirs']??GLOBAL_SKILLS_DIR_RELATIVE_PATHS['map'](_0x45d0cb=>join(_0x3de013,_0x45d0cb)),_0x3cdd99=_0x29827f?.[_0x5ce3e4(0x1c3)]??join(_0x3de013,SKILL_LOCK_RELATIVE_PATH),_0x507511=_0x3a054f[_0x5ce3e4(0x1d0)](_0x14a70b=>join(_0x14a70b,_0x4da6e5,'SKILL.md')),_0x30bd6d=_0x507511[_0x5ce3e4(0x1cb)](_0x5ba434=>existsSync(_0x5ba434));if(_0x30bd6d)return{'state':_0x5ce3e4(0x1d8),'path':_0x30bd6d};const _0x55bf67=readLockLookup(_0x3cdd99,_0x4da6e5);if(_0x55bf67[_0x5ce3e4(0x1c4)]===_0x5ce3e4(0x1d3))return{'state':_0x5ce3e4(0x1d4),'reason':_0x55bf67[_0x5ce3e4(0x1d2)]};if(_0x55bf67[_0x5ce3e4(0x1c4)]==='recorded')return{'state':_0x5ce3e4(0x1d4),'reason':_0x3cdd99+'\x20records\x20\x22'+_0x4da6e5+_0x5ce3e4(0x1ce)+('('+_0x507511[_0x5ce3e4(0x1c9)](',\x20')+')')};return{'state':_0x5ce3e4(0x1d9),'checked':_0x507511};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3b0c26,_0x33e02e){const _0x31e369=a264_0x796b,_0x2ec3ce=_0x3b0c26();while(!![]){try{const _0x105014=-parseInt(_0x31e369(0x9c))/0x1*(-parseInt(_0x31e369(0x9f))/0x2)+-parseInt(_0x31e369(0xa3))/0x3+-parseInt(_0x31e369(0x94))/0x4*(-parseInt(_0x31e369(0x9b))/0x5)+-parseInt(_0x31e369(0xa8))/0x6+parseInt(_0x31e369(0xa4))/0x7*(parseInt(_0x31e369(0xa0))/0x8)+parseInt(_0x31e369(0x9d))/0x9*(parseInt(_0x31e369(0x98))/0xa)+-parseInt(_0x31e369(0xa5))/0xb*(parseInt(_0x31e369(0x97))/0xc);if(_0x105014===_0x33e02e)break;else _0x2ec3ce['push'](_0x2ec3ce['shift']());}catch(_0x260039){_0x2ec3ce['push'](_0x2ec3ce['shift']());}}}(a264_0x28b3,0x2c761));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a264_0x796b(_0x1dbe3c,_0x3f75e7){_0x1dbe3c=_0x1dbe3c-0x94;const _0x28b398=a264_0x28b3();let _0x796b64=_0x28b398[_0x1dbe3c];return _0x796b64;}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(_0x1af77a){const _0x45c62c=a264_0x796b;return SENSITIVE_PATTERNS['some'](_0x767fcd=>_0x767fcd[_0x45c62c(0xa7)](_0x1af77a));}function a264_0x28b3(){const _0x57ff77=['service','rabetbase.command','4716hdInNj','1653410hyJilX','error','[REDACTED]','110ApsTIW','10viBpxO','9jXcrda','entries','13584tZnuGf','232siLpYF','message','flags','867651qIEfXa','57589ViPBnw','2574tKgFqD','command','test','895524btHWqG','43764qiWmxG'];a264_0x28b3=function(){return _0x57ff77;};return a264_0x28b3();}function sanitizeFlags(_0x4125df){const _0x174703=a264_0x796b,_0x164bcb={};for(const [_0x3ab994,_0x45498f]of Object[_0x174703(0x9e)](_0x4125df)){isSensitiveKey(_0x3ab994)?_0x164bcb[_0x3ab994]=_0x45498f!=null&&_0x45498f!==''?_0x174703(0x9a):_0x45498f:_0x164bcb[_0x3ab994]=_0x45498f;}return _0x164bcb;}export async function reportCommandTrace(_0x50c710){const _0x5ce2c5=a264_0x796b;try{const _0x1c0ffd=sanitizeFlags(_0x50c710[_0x5ce2c5(0xa2)]);await sendCliTraceLog({'spanName':_0x5ce2c5(0x96),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x50c710[_0x5ce2c5(0x95)],'command.name':_0x50c710[_0x5ce2c5(0xa6)],'command.flags':JSON['stringify'](_0x1c0ffd),..._0x50c710['durationMs']!=null?{'command.duration_ms':_0x50c710['durationMs']}:{},..._0x50c710[_0x5ce2c5(0x99)]?{'command.error':_0x50c710[_0x5ce2c5(0x99)]instanceof Error?_0x50c710[_0x5ce2c5(0x99)][_0x5ce2c5(0xa1)]:String(_0x50c710[_0x5ce2c5(0x99)])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x54a4b4,_0x24eeca){var _0x3a2d2c=a265_0x1e06,_0x2abd90=_0x54a4b4();while(!![]){try{var _0x4e8567=-parseInt(_0x3a2d2c(0x1b6))/0x1*(parseInt(_0x3a2d2c(0x1b5))/0x2)+parseInt(_0x3a2d2c(0x1ae))/0x3*(-parseInt(_0x3a2d2c(0x1b7))/0x4)+parseInt(_0x3a2d2c(0x1af))/0x5+-parseInt(_0x3a2d2c(0x1b3))/0x6+parseInt(_0x3a2d2c(0x1b4))/0x7+-parseInt(_0x3a2d2c(0x1b0))/0x8*(parseInt(_0x3a2d2c(0x1b8))/0x9)+parseInt(_0x3a2d2c(0x1b2))/0xa;if(_0x4e8567===_0x24eeca)break;else _0x2abd90['push'](_0x2abd90['shift']());}catch(_0x5b57e3){_0x2abd90['push'](_0x2abd90['shift']());}}}(a265_0x5124,0x3b0fd));function a265_0x5124(){var _0x342e9d=['284YZTplX','225pZjzRU','Failed\x20to\x20report\x20CLI\x20help\x20trace:','error','12570JgxwJw','1272690KysPCW','12696vdGYZQ','service','4202120uTTYuD','108132TYvEzq','1878513ehbXiD','6990eeqRis','99IRHbGt'];a265_0x5124=function(){return _0x342e9d;};return a265_0x5124();}function a265_0x1e06(_0x42bb4d,_0x32a435){_0x42bb4d=_0x42bb4d-0x1ad;var _0x5124fa=a265_0x5124();var _0x1e0646=_0x5124fa[_0x42bb4d];return _0x1e0646;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x32f9a3,_0x2a748c){var _0x5f221c=a265_0x1e06;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x32f9a3,..._0x2a748c?.[_0x5f221c(0x1b1)]&&{'rabetbase.help.service':_0x2a748c[_0x5f221c(0x1b1)]}}});}catch(_0x2bac05){console[_0x5f221c(0x1ad)](_0x5f221c(0x1b9),_0x2bac05);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x51091a,_0x297c7c){const _0x559428=a266_0x1153,_0x39be35=_0x51091a();while(!![]){try{const _0x30a46c=parseInt(_0x559428(0x1d5))/0x1*(parseInt(_0x559428(0x1e2))/0x2)+parseInt(_0x559428(0x1db))/0x3*(parseInt(_0x559428(0x1e3))/0x4)+-parseInt(_0x559428(0x1d7))/0x5+parseInt(_0x559428(0x1de))/0x6+-parseInt(_0x559428(0x1d8))/0x7+parseInt(_0x559428(0x1d6))/0x8*(-parseInt(_0x559428(0x1e0))/0x9)+-parseInt(_0x559428(0x1d9))/0xa*(-parseInt(_0x559428(0x1e1))/0xb);if(_0x30a46c===_0x297c7c)break;else _0x39be35['push'](_0x39be35['shift']());}catch(_0x558878){_0x39be35['push'](_0x39be35['shift']());}}}(a266_0x3c18,0x3de61));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];function a266_0x1153(_0x156c18,_0x549421){_0x156c18=_0x156c18-0x1d4;const _0x3c1883=a266_0x3c18();let _0x115321=_0x3c1883[_0x156c18];return _0x115321;}export async function ensureCliOtelTraceConfig(){const _0x2bbf6f=a266_0x1153,_0x5133f1=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x3547d7=_0x5133f1?.[_0x2bbf6f(0x1dd)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?'daily':_0x2bbf6f(0x1da))}),setUserContext({'id':_0x3547d7?.['id'],'username':_0x3547d7?.['username'],'nickname':_0x3547d7?.[_0x2bbf6f(0x1dc)],'email':_0x3547d7?.['email'],'tenantCode':_0x3547d7?.[_0x2bbf6f(0x1df)]?.[_0x2bbf6f(0x1d4)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x5133f1;}function a266_0x3c18(){const _0x10e5b7=['80znzFtK','tenant_code','13qyyebn','3968DkPapR','2140830prQIah','1296113bEEeHl','24010bqOolY','production','33729jImyXv','nickname','user','518268prONOp','tenant','3429tubOgj','2541rlOZFo','29226dKlKhB'];a266_0x3c18=function(){return _0x10e5b7;};return a266_0x3c18();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2a442c,_0xc39ef8){const _0x4e918d=a267_0x3a8d,_0x456e55=_0x2a442c();while(!![]){try{const _0x2a3af2=-parseInt(_0x4e918d(0x1b7))/0x1*(parseInt(_0x4e918d(0x1bb))/0x2)+parseInt(_0x4e918d(0x1b3))/0x3+-parseInt(_0x4e918d(0x1bd))/0x4*(-parseInt(_0x4e918d(0x1b1))/0x5)+parseInt(_0x4e918d(0x1b6))/0x6+-parseInt(_0x4e918d(0x1ba))/0x7+-parseInt(_0x4e918d(0x1be))/0x8*(parseInt(_0x4e918d(0x1b2))/0x9)+parseInt(_0x4e918d(0x1b9))/0xa;if(_0x2a3af2===_0xc39ef8)break;else _0x456e55['push'](_0x456e55['shift']());}catch(_0x14c167){_0x456e55['push'](_0x456e55['shift']());}}}(a267_0x525d,0x7b7e3));import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;function a267_0x525d(){const _0x57e84b=['5mpOkdn','1094589gAZErk','1313073BhubjN','then','SIGTERM','4838730DtNmfV','10GDCLcq','once','10379130embHSU','6981450SvfBlU','154410OeQwVo','SIGINT','2891576BzWXGX','48opOerB'];a267_0x525d=function(){return _0x57e84b;};return a267_0x525d();}function a267_0x3a8d(_0xc17926,_0x3119c3){_0xc17926=_0xc17926-0x1b1;const _0x525d18=a267_0x525d();let _0x3a8dc3=_0x525d18[_0xc17926];return _0x3a8dc3;}export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x4d61e0=a267_0x3a8d;process[_0x4d61e0(0x1b8)]('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x20d2a2=()=>{const _0x43498a=_0x4d61e0;void flushOtelNodeIfUsed()[_0x43498a(0x1b4)](()=>process['exit'](0x0));};process[_0x4d61e0(0x1b8)](_0x4d61e0(0x1bc),_0x20d2a2),process['once'](_0x4d61e0(0x1b5),_0x20d2a2);}export async function exitWithOtelShutdown(_0x4c5d42){await flushOtelNodeIfUsed(),process['exit'](_0x4c5d42);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a268_0xfb87(_0x50d02a,_0x2c9fcb){_0x50d02a=_0x50d02a-0x1db;const _0x4c7529=a268_0x4c75();let _0xfb8788=_0x4c7529[_0x50d02a];return _0xfb8788;}const a268_0x55edbb=a268_0xfb87;(function(_0x250a9b,_0x5b172a){const _0xb7109=a268_0xfb87,_0x1785cf=_0x250a9b();while(!![]){try{const _0x550e8e=-parseInt(_0xb7109(0x1eb))/0x1+-parseInt(_0xb7109(0x1e9))/0x2+-parseInt(_0xb7109(0x1de))/0x3*(parseInt(_0xb7109(0x1e8))/0x4)+-parseInt(_0xb7109(0x1e0))/0x5+-parseInt(_0xb7109(0x1df))/0x6*(parseInt(_0xb7109(0x1db))/0x7)+parseInt(_0xb7109(0x1e2))/0x8+-parseInt(_0xb7109(0x1ea))/0x9*(-parseInt(_0xb7109(0x1dc))/0xa);if(_0x550e8e===_0x5b172a)break;else _0x1785cf['push'](_0x1785cf['shift']());}catch(_0x1d4516){_0x1785cf['push'](_0x1785cf['shift']());}}}(a268_0x4c75,0x416d1));function a268_0x4c75(){const _0x532837=['198530lWHJsv','2097261EhFQbC','342055SwbeUu','133343fQLfeR','60unTXmd','rabetbase-cli','61551RjSRcG','12DAxQBn','1558890dFcQEO','traceName','406640QHBfOf','logData','spanName','traceparent','version','manual','76dsWfeg'];a268_0x4c75=function(){return _0x532837;};return a268_0x4c75();}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a268_0x55edbb(0x1dd);export async function sendCliTraceLog(_0x3991b3){const _0x72d574=a268_0x55edbb;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x3991b3[_0x72d574(0x1e1)]??DEFAULT_TRACE_NAME,'version':_0x3991b3[_0x72d574(0x1e6)]??getCliVersion(),'spanName':_0x3991b3[_0x72d574(0x1e4)],'eventType':_0x72d574(0x1e7),'logData':_0x3991b3[_0x72d574(0x1e3)],..._0x3991b3[_0x72d574(0x1e5)]&&{'traceparent':_0x3991b3[_0x72d574(0x1e5)]}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a269_0x3a2444=a269_0x28b4;function a269_0x28b4(_0x4f1ec3,_0x16238c){_0x4f1ec3=_0x4f1ec3-0x110;const _0x2cd8a8=a269_0x2cd8();let _0x28b4d4=_0x2cd8a8[_0x4f1ec3];return _0x28b4d4;}function a269_0x2cd8(){const _0x577148=['platform-issue-log-collect','1333881FelcjI','36132KrGDAJ','4NjCZni','24561BNJAlq','816332VTKEaJ','title','sanitize','620HKAkdI','truncated','2659895tPcdvi','4650DjEqrU','1428092xoaUCp','originalBytes','99472WFFErp','issue.log.collect'];a269_0x2cd8=function(){return _0x577148;};return a269_0x2cd8();}(function(_0x4e3d58,_0x1bb80a){const _0x55311e=a269_0x28b4,_0x17d886=_0x4e3d58();while(!![]){try{const _0x4fa9ad=-parseInt(_0x55311e(0x113))/0x1+-parseInt(_0x55311e(0x11a))/0x2+parseInt(_0x55311e(0x11f))/0x3*(parseInt(_0x55311e(0x111))/0x4)+parseInt(_0x55311e(0x116))/0x5*(parseInt(_0x55311e(0x110))/0x6)+-parseInt(_0x55311e(0x118))/0x7+-parseInt(_0x55311e(0x11c))/0x8+-parseInt(_0x55311e(0x112))/0x9*(-parseInt(_0x55311e(0x119))/0xa);if(_0x4fa9ad===_0x1bb80a)break;else _0x17d886['push'](_0x17d886['shift']());}catch(_0xb47fcd){_0x17d886['push'](_0x17d886['shift']());}}}(a269_0x2cd8,0x833c7));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a269_0x3a2444(0x11e);export const PLATFORM_ISSUE_SPAN_NAME=a269_0x3a2444(0x11d);export async function sendPlatformIssueCollectLog(_0xd6b9d7){const _0x535308=a269_0x3a2444;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0xd6b9d7[_0x535308(0x114)],'issue.description':_0xd6b9d7['description'],..._0xd6b9d7['sanitize']?{'issue.description_original_bytes':_0xd6b9d7[_0x535308(0x115)][_0x535308(0x11b)],'issue.description_truncated':_0xd6b9d7[_0x535308(0x115)][_0x535308(0x117)],'issue.description_redactions':_0xd6b9d7[_0x535308(0x115)]['redactionCount'],'issue.description_redaction_kinds':_0xd6b9d7[_0x535308(0x115)]['redactionKinds']['join'](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a271_0x1a0f8d=a271_0x1c25;(function(_0x4034bd,_0x5b2081){const _0x388ea4=a271_0x1c25,_0x278423=_0x4034bd();while(!![]){try{const _0x19bbee=parseInt(_0x388ea4(0x153))/0x1+-parseInt(_0x388ea4(0x158))/0x2+-parseInt(_0x388ea4(0x14f))/0x3*(-parseInt(_0x388ea4(0x166))/0x4)+parseInt(_0x388ea4(0x13f))/0x5*(parseInt(_0x388ea4(0x140))/0x6)+-parseInt(_0x388ea4(0x15c))/0x7*(-parseInt(_0x388ea4(0x164))/0x8)+-parseInt(_0x388ea4(0x141))/0x9+-parseInt(_0x388ea4(0x15f))/0xa;if(_0x19bbee===_0x5b2081)break;else _0x278423['push'](_0x278423['shift']());}catch(_0x815ab1){_0x278423['push'](_0x278423['shift']());}}}(a271_0x5433,0x39fd5));export const CORE_IDE_CONFIGS={'cursor':{'name':a271_0x1a0f8d(0x13d),'description':a271_0x1a0f8d(0x157),'folders':['.cursorrules','.cursor'],'files':[{'type':a271_0x1a0f8d(0x162),'path':a271_0x1a0f8d(0x144),'template':a271_0x1a0f8d(0x165)}]},'windsurf':{'name':a271_0x1a0f8d(0x13c),'description':'Windsurf\x20IDE','folders':['.windsurf'],'files':[{'type':a271_0x1a0f8d(0x162),'path':a271_0x1a0f8d(0x148),'template':a271_0x1a0f8d(0x165)}]},'claude':{'name':'Claude\x20Code','description':a271_0x1a0f8d(0x14e),'folders':['.claude'],'files':[{'type':a271_0x1a0f8d(0x162),'path':'.claude/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]},'cline':{'name':a271_0x1a0f8d(0x151),'description':a271_0x1a0f8d(0x160),'folders':[a271_0x1a0f8d(0x149)],'files':[{'type':a271_0x1a0f8d(0x162),'path':'.cline/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]},'codex':{'name':a271_0x1a0f8d(0x154),'description':a271_0x1a0f8d(0x155),'folders':[a271_0x1a0f8d(0x13b)],'files':[{'type':a271_0x1a0f8d(0x162),'path':'.codex/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]},'opencode':{'name':a271_0x1a0f8d(0x145),'description':a271_0x1a0f8d(0x146),'folders':[a271_0x1a0f8d(0x14b)],'files':[{'type':'file','path':'.opencode/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]},'qoder':{'name':a271_0x1a0f8d(0x156),'description':a271_0x1a0f8d(0x15a),'folders':[a271_0x1a0f8d(0x159)],'files':[{'type':a271_0x1a0f8d(0x162),'path':'.qoder/rules/rabetbase.md','template':a271_0x1a0f8d(0x165)},{'type':a271_0x1a0f8d(0x162),'path':a271_0x1a0f8d(0x152),'template':a271_0x1a0f8d(0x165)}]},'codebuddy':{'name':a271_0x1a0f8d(0x167),'description':a271_0x1a0f8d(0x142),'folders':['.codebuddy'],'files':[{'type':'file','path':'.codebuddy/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]},'trae':{'name':a271_0x1a0f8d(0x13a),'description':a271_0x1a0f8d(0x13e),'folders':['.trae'],'files':[{'type':a271_0x1a0f8d(0x162),'path':'.trae/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':'通用模板\x20-\x20兜底方案','folders':[a271_0x1a0f8d(0x14d)],'files':[{'type':a271_0x1a0f8d(0x162),'path':'.agent/skills/lovrabet/SKILL.md','template':a271_0x1a0f8d(0x165)}]},'antigravity':{'name':'Antigravity','description':a271_0x1a0f8d(0x15d),'folders':[a271_0x1a0f8d(0x14d)],'files':[{'type':a271_0x1a0f8d(0x162),'path':a271_0x1a0f8d(0x150),'template':a271_0x1a0f8d(0x165)}]}};export const CORE_IDE_LIST=[a271_0x1a0f8d(0x168),'cline',a271_0x1a0f8d(0x14c),a271_0x1a0f8d(0x14a),'cursor','opencode',a271_0x1a0f8d(0x147),a271_0x1a0f8d(0x161),'windsurf'];function a271_0x1c25(_0x244b59,_0xd45c8f){_0x244b59=_0x244b59-0x139;const _0x543322=a271_0x5433();let _0x1c252d=_0x543322[_0x244b59];return _0x1c252d;}export const IDE_LIST=['antigravity','claude',a271_0x1a0f8d(0x163),a271_0x1a0f8d(0x14c),a271_0x1a0f8d(0x14a),a271_0x1a0f8d(0x139),a271_0x1a0f8d(0x143),a271_0x1a0f8d(0x147),a271_0x1a0f8d(0x161),a271_0x1a0f8d(0x15e),a271_0x1a0f8d(0x15b)];export const ALL_CORE_IDES=['cursor','windsurf',a271_0x1a0f8d(0x168),'cline',a271_0x1a0f8d(0x14a),'opencode',a271_0x1a0f8d(0x147),a271_0x1a0f8d(0x14c),'trae'];function a271_0x5433(){const _0x5227d8=['112098HeiOzR','Antigravity\x20IDE','windsurf','2540460iyjYpo','Cline\x20IDE','trae','file','cline','24WXWfQh','SKILL.md.tpl','1713132ElhIjy','CodeBuddy','claude','cursor','Trae','.codex','Windsurf','Cursor','Trae\x20IDE','11800dkhVoV','222HsKfmN','1754361CHgYiI','CodeBuddy\x20IDE','opencode','.cursor/skills/rabetbase.md','OpenCode','OpenCode\x20IDE','qoder','.windsurf/workflows/rabetbase.md','.cline','codex','.opencode','codebuddy','.agent','Claude\x20Code','3MVcZCY','.agent/skills/lovrabet/SKILL.md','Cline','.qoder/skills/lovrabet/SKILL.md','163208RsjRXd','Codex','Codex\x20IDE','Qoder','Cursor\x20IDE','80706NNMFFs','.qoder','Qoder\x20IDE','agent'];a271_0x5433=function(){return _0x5227d8;};return a271_0x5433();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5477e9,_0x310428){const _0x4782ac=a272_0x109c,_0x19463d=_0x5477e9();while(!![]){try{const _0x2486f6=parseInt(_0x4782ac(0xfd))/0x1+-parseInt(_0x4782ac(0x104))/0x2*(parseInt(_0x4782ac(0xfc))/0x3)+-parseInt(_0x4782ac(0xfe))/0x4+-parseInt(_0x4782ac(0x103))/0x5+parseInt(_0x4782ac(0x102))/0x6*(-parseInt(_0x4782ac(0x100))/0x7)+parseInt(_0x4782ac(0x101))/0x8+parseInt(_0x4782ac(0xff))/0x9;if(_0x2486f6===_0x310428)break;else _0x19463d['push'](_0x19463d['shift']());}catch(_0x54d4b9){_0x19463d['push'](_0x19463d['shift']());}}}(a272_0x26a1,0xb2405));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a272_0x26a1(){const _0x599d09=['920562puCiUK','6688255pycfMj','2qPYWsy','4095579JAwGAJ','411095Ywrdow','70916QMmsqh','30825081hUFfuV','42otuwXi','4281184kAKVkH'];a272_0x26a1=function(){return _0x599d09;};return a272_0x26a1();}function a272_0x109c(_0x5b2203,_0x5cfe8d){_0x5b2203=_0x5b2203-0xfc;const _0x26a1ab=a272_0x26a1();let _0x109c27=_0x26a1ab[_0x5b2203];return _0x109c27;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
|