@lovrabet/lovrabet-cli 2.1.16-beta.1 → 2.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/api-doc/index.js +1 -1
  3. package/lib/commands/app/cache.js +1 -1
  4. package/lib/commands/app/definitions.js +1 -1
  5. package/lib/commands/app/eligibility.js +1 -1
  6. package/lib/commands/app/mock-loader.js +1 -1
  7. package/lib/commands/app/remote-source.js +1 -1
  8. package/lib/commands/app/shared.js +1 -1
  9. package/lib/commands/app-config/get.js +1 -1
  10. package/lib/commands/app-config/index.js +1 -1
  11. package/lib/commands/artifact/index.js +1 -1
  12. package/lib/commands/auth/device.js +1 -1
  13. package/lib/commands/auth/index.js +1 -1
  14. package/lib/commands/auth/prompt.js +1 -1
  15. package/lib/commands/bff/detail.js +1 -1
  16. package/lib/commands/bff/exec.js +1 -1
  17. package/lib/commands/bff/index.js +1 -1
  18. package/lib/commands/cli-skill/index.js +1 -1
  19. package/lib/commands/common/config-policy.js +1 -1
  20. package/lib/commands/common/constraints.js +1 -1
  21. package/lib/commands/common/flags.js +1 -1
  22. package/lib/commands/common/local-file.js +1 -1
  23. package/lib/commands/config/definitions.js +1 -1
  24. package/lib/commands/config/shared.js +1 -1
  25. package/lib/commands/data/index.js +1 -1
  26. package/lib/commands/dataset/detail.js +1 -1
  27. package/lib/commands/dataset/index.js +1 -1
  28. package/lib/commands/dataset/list.js +1 -1
  29. package/lib/commands/dataset/sdk-doc.js +1 -1
  30. package/lib/commands/doctor.js +1 -1
  31. package/lib/commands/file/index.js +1 -1
  32. package/lib/commands/init.js +1 -1
  33. package/lib/commands/kb/index.js +1 -1
  34. package/lib/commands/logs/index.js +1 -1
  35. package/lib/commands/ocr/index.js +1 -1
  36. package/lib/commands/personal-bff/index.js +1 -1
  37. package/lib/commands/registry.js +1 -1
  38. package/lib/commands/schema.js +1 -1
  39. package/lib/commands/service/dynamic.js +1 -1
  40. package/lib/commands/service/function-name-adapter.js +1 -1
  41. package/lib/commands/service/index.js +1 -1
  42. package/lib/commands/service/registry.js +1 -1
  43. package/lib/commands/skill/commands/create.js +1 -1
  44. package/lib/commands/skill/commands/install.js +1 -1
  45. package/lib/commands/skill/commands/list.js +1 -1
  46. package/lib/commands/skill/commands/push.js +1 -1
  47. package/lib/commands/skill/commands/validate.js +1 -1
  48. package/lib/commands/skill/flags.js +1 -1
  49. package/lib/commands/skill/index.js +1 -1
  50. package/lib/commands/skill/manifest-helpers.js +1 -1
  51. package/lib/commands/skill/push-execute.js +1 -1
  52. package/lib/commands/skill/push-flow-helpers.js +1 -1
  53. package/lib/commands/skill/push-retarget.js +1 -1
  54. package/lib/commands/skill/scopes.js +1 -1
  55. package/lib/commands/skill/summary.js +1 -1
  56. package/lib/commands/skill/templates.js +1 -1
  57. package/lib/commands/skill/validate.js +1 -1
  58. package/lib/commands/sql/detail.js +1 -1
  59. package/lib/commands/sql/exec.js +1 -1
  60. package/lib/commands/sql/index.js +1 -1
  61. package/lib/commands/update.js +1 -1
  62. package/lib/commands/workspace/index.js +1 -1
  63. package/lib/config/schema.js +1 -1
  64. package/lib/constant/app.js +1 -1
  65. package/lib/constant/auth-mode.js +1 -1
  66. package/lib/constant/cli.js +1 -1
  67. package/lib/constant/defaults.js +1 -1
  68. package/lib/constant/distribution.js +1 -1
  69. package/lib/constant/domain.js +1 -1
  70. package/lib/constant/env.js +1 -1
  71. package/lib/constant/output.js +1 -1
  72. package/lib/constant/product.js +1 -1
  73. package/lib/constant/risk.js +1 -1
  74. package/lib/constant/url.js +1 -1
  75. package/lib/context.js +1 -1
  76. package/lib/core/api-client.js +1 -1
  77. package/lib/core/db-resolver.js +1 -1
  78. package/lib/core/sdk-client.js +1 -1
  79. package/lib/errors.js +1 -1
  80. package/lib/framework/build-all-flags.js +1 -1
  81. package/lib/framework/dryrun.js +1 -1
  82. package/lib/framework/flags.js +1 -1
  83. package/lib/framework/help.js +1 -1
  84. package/lib/framework/index.js +1 -1
  85. package/lib/framework/output.js +1 -1
  86. package/lib/framework/preparse.js +1 -1
  87. package/lib/framework/rate-limit.js +1 -1
  88. package/lib/framework/response.js +1 -1
  89. package/lib/framework/runner-confirmation.js +1 -1
  90. package/lib/framework/runner-error.js +1 -1
  91. package/lib/framework/runner.js +1 -1
  92. package/lib/framework/schema-export.js +1 -1
  93. package/lib/framework/service-order.js +1 -1
  94. package/lib/framework/types.js +1 -1
  95. package/lib/generated/build-info.js +1 -1
  96. package/lib/help.js +1 -1
  97. package/lib/skills/npx-skills-add.js +1 -1
  98. package/lib/skills/runtime-skill-sync/constants.js +1 -1
  99. package/lib/skills/runtime-skill-sync/fs-utils.js +1 -1
  100. package/lib/skills/runtime-skill-sync/hashing.js +1 -1
  101. package/lib/skills/runtime-skill-sync/links.js +1 -1
  102. package/lib/skills/runtime-skill-sync/list-local.js +1 -1
  103. package/lib/skills/runtime-skill-sync/local-files.js +1 -1
  104. package/lib/skills/runtime-skill-sync/materialize.js +1 -1
  105. package/lib/skills/runtime-skill-sync/metadata.js +1 -1
  106. package/lib/skills/runtime-skill-sync/paths.js +1 -1
  107. package/lib/skills/runtime-skill-sync/push.js +1 -1
  108. package/lib/skills/runtime-skill-sync/scopes.js +1 -1
  109. package/lib/skills/runtime-skill-sync/zip-codec.js +1 -1
  110. package/lib/skills/runtime-skill-sync/zip-package.js +1 -1
  111. package/lib/skills/runtime-skill-sync.js +1 -1
  112. package/lib/utils/apply-jq-filter.js +1 -1
  113. package/lib/utils/logger.js +1 -1
  114. package/lib/utils/lossless-json.js +1 -1
  115. package/lib/utils/params.js +1 -1
  116. package/lib/utils/platform.js +1 -1
  117. package/lib/utils/update-notice.js +1 -1
  118. package/lib/utils/version.js +1 -1
  119. package/lib/utils/write-cli-side-channel.js +1 -1
  120. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x530c9d,_0x4a1804){const _0xc7c7ba=a89_0x1edd,_0x501e8f=_0x530c9d();while(!![]){try{const _0x442eed=-parseInt(_0xc7c7ba(0xf1))/0x1*(-parseInt(_0xc7c7ba(0xec))/0x2)+parseInt(_0xc7c7ba(0xf5))/0x3*(parseInt(_0xc7c7ba(0xf8))/0x4)+-parseInt(_0xc7c7ba(0xf0))/0x5*(parseInt(_0xc7c7ba(0xfa))/0x6)+-parseInt(_0xc7c7ba(0xeb))/0x7+-parseInt(_0xc7c7ba(0xf4))/0x8+parseInt(_0xc7c7ba(0xee))/0x9+-parseInt(_0xc7c7ba(0xf3))/0xa;if(_0x442eed===_0x4a1804)break;else _0x501e8f['push'](_0x501e8f['shift']());}catch(_0x465b21){_0x501e8f['push'](_0x501e8f['shift']());}}}(a89_0x4fe3,0x1eaa3));import{LovrabetError}from'@lovrabet/sdk';import{CliErrors}from'../errors.js';import{createRateLimitError,readRetryAfter,readRetryAfterSeconds}from'../framework/rate-limit.js';export function mapUserFacingExecuteError(_0x561c65){const _0x3705f6=a89_0x1edd;if(_0x561c65 instanceof LovrabetError){const _0x509b88=userFacingLovrabetMessage(_0x561c65),_0x72f57b=_0x561c65,_0x5a790a=createRateLimitError({'status':_0x72f57b['status'],'errorCode':_0x72f57b['code'],'message':_0x509b88,'retryAfter':readRetryAfter(_0x72f57b[_0x3705f6(0xf9)]?.['headers'])??readRetryAfterSeconds(_0x72f57b['response'])});return _0x5a790a??CliErrors[_0x3705f6(0xf2)](_0x509b88);}return _0x561c65;}function a89_0x4fe3(){const _0x3256ab=['877790ToZIgm','107858SwXWgr','validation','350170JnVCpM','670496nUtbBm','1710LnYHJw','stringify','message','1688YcvwwV','response','6APBPtv','1078847AYfnCI','4ghTknI','trim','1060695CDEJoM','string'];a89_0x4fe3=function(){return _0x3256ab;};return a89_0x4fe3();}function a89_0x1edd(_0x2dce52,_0x1b6f5f){_0x2dce52=_0x2dce52-0xeb;const _0x4fe39f=a89_0x4fe3();let _0x1eddb2=_0x4fe39f[_0x2dce52];return _0x1eddb2;}function userFacingLovrabetMessage(_0x34e083){const _0x1999df=a89_0x1edd,_0x468179=_0x34e083['description'];if(_0x468179!==undefined&&_0x468179!==null){if(typeof _0x468179===_0x1999df(0xef)&&_0x468179[_0x1999df(0xed)]())return _0x468179[_0x1999df(0xed)]();try{return JSON[_0x1999df(0xf6)](_0x468179);}catch{}}return _0x34e083[_0x1999df(0xf7)];}
1
+ (function(_0x5c41ba,_0x117aa8){const _0x197a86=a89_0x4a71,_0x553a5f=_0x5c41ba();while(!![]){try{const _0x57dc03=-parseInt(_0x197a86(0x176))/0x1+parseInt(_0x197a86(0x167))/0x2*(parseInt(_0x197a86(0x16d))/0x3)+parseInt(_0x197a86(0x16a))/0x4*(-parseInt(_0x197a86(0x171))/0x5)+parseInt(_0x197a86(0x174))/0x6+-parseInt(_0x197a86(0x16f))/0x7+parseInt(_0x197a86(0x16c))/0x8+parseInt(_0x197a86(0x172))/0x9;if(_0x57dc03===_0x117aa8)break;else _0x553a5f['push'](_0x553a5f['shift']());}catch(_0x5df323){_0x553a5f['push'](_0x553a5f['shift']());}}}(a89_0x1c56,0xec5c6));import{LovrabetError}from'@lovrabet/sdk';import{CliErrors}from'../errors.js';import{createRateLimitError,readRetryAfter,readRetryAfterSeconds}from'../framework/rate-limit.js';function a89_0x1c56(){const _0x2877da=['5656014RylFKq','string','1263894tOgeMj','trim','10NPyXJz','message','validation','4724pGfBiY','response','7667824fceVBH','885723xKNNQS','status','12909120nTdzRw','stringify','3915MrSTso','14612031UiJhqu','description'];a89_0x1c56=function(){return _0x2877da;};return a89_0x1c56();}export function mapUserFacingExecuteError(_0x436a51){const _0x2a2e47=a89_0x4a71;if(_0x436a51 instanceof LovrabetError){const _0x36e999=userFacingLovrabetMessage(_0x436a51),_0xcf0327=_0x436a51,_0x1abd20=createRateLimitError({'status':_0xcf0327[_0x2a2e47(0x16e)],'errorCode':_0xcf0327['code'],'message':_0x36e999,'retryAfter':readRetryAfter(_0xcf0327[_0x2a2e47(0x16b)]?.['headers'])??readRetryAfterSeconds(_0xcf0327[_0x2a2e47(0x16b)])});return _0x1abd20??CliErrors[_0x2a2e47(0x169)](_0x36e999);}return _0x436a51;}function a89_0x4a71(_0x5dd2f9,_0xe3f19e){_0x5dd2f9=_0x5dd2f9-0x166;const _0x1c562e=a89_0x1c56();let _0x4a7133=_0x1c562e[_0x5dd2f9];return _0x4a7133;}function userFacingLovrabetMessage(_0x5550cb){const _0x48c880=a89_0x4a71,_0xda1f3d=_0x5550cb[_0x48c880(0x173)];if(_0xda1f3d!==undefined&&_0xda1f3d!==null){if(typeof _0xda1f3d===_0x48c880(0x175)&&_0xda1f3d['trim']())return _0xda1f3d[_0x48c880(0x166)]();try{return JSON[_0x48c880(0x170)](_0xda1f3d);}catch{}}return _0x5550cb[_0x48c880(0x168)];}
@@ -1 +1 @@
1
- const a90_0x4db250=a90_0x3093;(function(_0x526030,_0x294a14){const _0x9eae7a=a90_0x3093,_0x28d971=_0x526030();while(!![]){try{const _0xd7aa7d=parseInt(_0x9eae7a(0x172))/0x1*(parseInt(_0x9eae7a(0x166))/0x2)+-parseInt(_0x9eae7a(0x142))/0x3*(parseInt(_0x9eae7a(0x177))/0x4)+-parseInt(_0x9eae7a(0x17e))/0x5+-parseInt(_0x9eae7a(0x16f))/0x6+parseInt(_0x9eae7a(0x167))/0x7+parseInt(_0x9eae7a(0x149))/0x8+-parseInt(_0x9eae7a(0x156))/0x9*(-parseInt(_0x9eae7a(0x163))/0xa);if(_0xd7aa7d===_0x294a14)break;else _0x28d971['push'](_0x28d971['shift']());}catch(_0x1362a3){_0x28d971['push'](_0x28d971['shift']());}}}(a90_0x39f8,0x520b0));import{runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';function a90_0x39f8(){const _0x11ecf6=['appCode','../commands/app/remote-source.js','validation','configMissing','ACCESS_KEY','items','update','includes','6420130lauAJk','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.\x0a','apiDomain','11348XSGgJf','1415260Icucjt','resolve','_notice','defaultApp','isNonInteractive','Set\x20appcode\x20via\x20--appcode\x20or\x20in\x20','string','name','1275318aeFmTJ','mergedCli','\x20app\x20list\x20--no-cache`\x20to\x20refresh\x20available\x20apps,\x20or\x20add\x20apps.','16hundLb','requiresAppCode','\x20\x20To\x20proceed:\x20','nonInteractive','currentApp','4BaBeGN','appCodeSource','../core/api-client.js','pageSize','accessKey','cancelled','env','2108895GxcBWA','../core/sdk-client.js','High-risk\x20operation\x20`','schema','service','1192107aZXOOy','defaultPageSize','APPCODE','execute','object','authRequired','command','3462176jMHobG','app','Run\x20`','error','local-alias','rawFlags','appcode\x20\x22','appcode','riskLevel','catch','ClientAk','\x20or\x20pass\x20','production','9ZWJGVN','requiresAuth','trim','.appcode\x20to\x20','format'];a90_0x39f8=function(){return _0x11ecf6;};return a90_0x39f8();}import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{PRODUCT_CONFIG,productEnv,productEnvName}from'../constant/product.js';import{isNonInteractiveMode,readAppCodeFromConfig}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{getApiDomain}from'../constant/domain.js';import{buildConfirmationLines,reconstructCommandArgv}from'../framework/runner-confirmation.js';import{mapUserFacingExecuteError}from'../framework/runner-error.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';import{findAppByCode,findAppByName,isRuntimeAccessibleApp,runtimeInaccessibleAppError}from'../commands/app/eligibility.js';export function resolveAuthMode(_0x18acc6){const _0x1987a7=a90_0x3093;return void _0x18acc6,AUTH_MODE[_0x1987a7(0x153)];}let sdkClientInitialized=![];export function createPipelineEnv(_0x170642,_0x2a4dcb){const _0x7b2627=a90_0x3093,_0x1decdf=typeof _0x2a4dcb[_0x7b2627(0x14a)]===_0x7b2627(0x16d)&&_0x2a4dcb['app']['trim']();return{'rawFlags':_0x2a4dcb,'appCode':_0x170642[_0x7b2627(0x15b)]||productEnv(_0x7b2627(0x144))||(_0x1decdf?undefined:readAppCodeFromConfig()),'appCodeSource':_0x170642[_0x7b2627(0x178)],'apiDomain':getApiDomain(),'isNonInteractive':isNonInteractiveMode(_0x2a4dcb),'defaultFormat':_0x170642[_0x7b2627(0x15a)],'defaultPageSize':_0x170642[_0x7b2627(0x17a)],'defaultVerbose':_0x170642['verbose'],'riskLevel':_0x170642[_0x7b2627(0x151)],'accessKey':_0x170642[_0x7b2627(0x17b)],'env':_0x170642['env'],'mergedCli':{'defaultApp':_0x170642[_0x7b2627(0x16a)],'currentApp':_0x170642['currentApp'],'appCode':_0x170642['appCode']}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS['filter'](_0x4b895f=>PIPELINE_FLAG_NAMES['has'](_0x4b895f[a90_0x4db250(0x16e)]))['map'](({name:_0x3d99a9,type:_0x5878bc,description:_0x3295e2})=>({'name':_0x3d99a9,'type':_0x5878bc,'description':_0x3295e2})),'formatOutput':formatOutput,'getCommandLabel'(_0x26bb70){const _0x2778b3=a90_0x4db250;return CLI_BIN_NAME+'\x20'+_0x26bb70[_0x2778b3(0x141)]+'\x20'+_0x26bb70[_0x2778b3(0x148)];},'riskPolicy':{'onViolation'(_0x39f8dd){const _0x55dc4e=a90_0x4db250;console[_0x55dc4e(0x14c)](_0x39f8dd);},'createError'(_0x576a82){const _0x154996=a90_0x4db250;return CliErrors[_0x154996(0x17c)](_0x576a82);}},async 'prepare'(_0x15f6fa,_0x1343db){const _0x10117d=a90_0x4db250,_0x3ea750=resolveAuthMode(_0x1343db);if(_0x15f6fa[_0x10117d(0x157)]!==![]){if(!_0x1343db[_0x10117d(0x17b)])throw CliErrors[_0x10117d(0x147)]('Set\x20accessKey\x20in\x20'+PRODUCT_CONFIG['newConfigFileName']+_0x10117d(0x154)+productEnvName(_0x10117d(0x15f))+'.');const {setActiveAK:_0x5371e8}=await import(_0x10117d(0x179));_0x5371e8(_0x1343db[_0x10117d(0x17b)]);}let _0x582685='';if(_0x15f6fa['requiresAppCode']!==![]){_0x582685=_0x1343db[_0x10117d(0x15b)]??'',_0x582685=await resolveExplicitAppName(_0x15f6fa,_0x1343db,_0x582685);if(!_0x582685){await assertSelectedAppNameIsRuntimeAccessible(_0x15f6fa,_0x1343db);throw CliErrors[_0x10117d(0x15e)](_0x10117d(0x16c)+PRODUCT_CONFIG['newConfigFileName']+'.');}await assertAppCodeIsRuntimeAccessible(_0x15f6fa,_0x1343db,_0x582685);}if(_0x582685){const {initSdkClient:_0xff27ce}=await import(_0x10117d(0x13e));_0xff27ce({'appCode':_0x582685,'env':_0x1343db['env']??_0x10117d(0x155),'accessKey':_0x1343db[_0x10117d(0x17b)],'authMode':_0x3ea750}),sdkClientInitialized=!![];}return{'defaults':{'booleans':{'verbose':_0x1343db['defaultVerbose']},'numbers':{'pagesize':_0x1343db[_0x10117d(0x143)]}},'extras':{'appCode':_0x582685,'cookie':'','apiDomain':_0x1343db[_0x10117d(0x165)],'apiDir':'','accessKey':_0x1343db[_0x10117d(0x17b)],'envName':_0x1343db[_0x10117d(0x17d)],'mergedCli':_0x1343db['mergedCli']}};},async 'confirmHighRisk'({def:_0x5eef39,env:_0x107a08,flags:_0x458871,commandLabel:_0x33e3b6}){const _0x168fcd=a90_0x4db250;if(_0x107a08[_0x168fcd(0x16b)]){const _0xeb59f4=reconstructCommandArgv(_0x5eef39,_0x458871);throw CliErrors[_0x168fcd(0x15d)](_0x168fcd(0x13f)+_0x33e3b6+_0x168fcd(0x164)+(_0x168fcd(0x174)+_0xeb59f4));}await requireConfirmationPrompt({'lines':buildConfirmationLines(_0x5eef39,_0x33e3b6,_0x458871),'createCancelledError':_0x3be7bf=>CliErrors[_0x168fcd(0x17c)](_0x3be7bf)});},'mapDryRunError'(_0x15d4ec){return mapUserFacingExecuteError(_0x15d4ec);},'mapExecuteError'(_0x4ba762){return mapUserFacingExecuteError(_0x4ba762);},async 'finalize'(){const _0xc0de09=a90_0x4db250;try{if(sdkClientInitialized){const {clearSdkClient:_0x22e515}=await import(_0xc0de09(0x13e));_0x22e515();}}finally{sdkClientInitialized=![];const {clearActiveAK:_0xdd828c}=await import('../core/api-client.js');_0xdd828c();}}};async function resolveExplicitAppName(_0x70d37b,_0x10b9c0,_0x2f36b5){const _0x4f9047=a90_0x4db250;if(_0x70d37b[_0x4f9047(0x173)]===![])return _0x2f36b5;const _0x3700cd=typeof _0x10b9c0[_0x4f9047(0x14e)][_0x4f9047(0x14a)]==='string'?_0x10b9c0[_0x4f9047(0x14e)][_0x4f9047(0x14a)][_0x4f9047(0x158)]():'';if(!_0x3700cd)return _0x2f36b5;const _0x22b226=typeof _0x10b9c0[_0x4f9047(0x14e)][_0x4f9047(0x150)]==='string'&&_0x10b9c0[_0x4f9047(0x14e)][_0x4f9047(0x150)][_0x4f9047(0x158)]()||productEnv(_0x4f9047(0x144));if(_0x22b226||_0x10b9c0[_0x4f9047(0x178)]===_0x4f9047(0x14d))return _0x2f36b5;const {getRemoteAppList:_0x3e1fcc}=await import(_0x4f9047(0x15c)),_0x1ed379=await _0x3e1fcc({'env':_0x10b9c0[_0x4f9047(0x17d)]??_0x4f9047(0x155),'accessKey':_0x10b9c0['accessKey']}),_0x5a0ad8=findAppByName(_0x1ed379['items'],_0x3700cd);if(_0x5a0ad8&&!isRuntimeAccessibleApp(_0x5a0ad8))throw runtimeInaccessibleAppError(_0x5a0ad8,'\x22'+_0x3700cd+'\x22');const _0x5916cb=_0x5a0ad8?.['appCode']?.[_0x4f9047(0x158)]();if(_0x5916cb)return _0x5916cb;throw CliErrors[_0x4f9047(0x15d)]('Unknown\x20app:\x20'+_0x3700cd,_0x4f9047(0x14b)+CLI_BIN_NAME+_0x4f9047(0x171)+_0x3700cd+_0x4f9047(0x159)+PRODUCT_CONFIG['newConfigFileName']+'.');}async function assertSelectedAppNameIsRuntimeAccessible(_0x3c4101,_0x3de060){const _0x598107=a90_0x4db250;if(_0x3c4101[_0x598107(0x173)]===![]||!_0x3de060[_0x598107(0x17b)])return;const _0x302887=(typeof _0x3de060[_0x598107(0x14e)][_0x598107(0x14a)]===_0x598107(0x16d)&&_0x3de060[_0x598107(0x14e)][_0x598107(0x14a)]['trim']()?_0x3de060[_0x598107(0x14e)]['app']:_0x3de060[_0x598107(0x170)]?.[_0x598107(0x176)]??_0x3de060[_0x598107(0x170)]?.[_0x598107(0x16a)])?.[_0x598107(0x158)]();if(!_0x302887)return;const {getRemoteAppList:_0x36671d}=await import('../commands/app/remote-source.js'),_0xf11722=await _0x36671d({'env':_0x3de060['env']??'production','accessKey':_0x3de060[_0x598107(0x17b)]}),_0x19efc6=findAppByName(_0xf11722['items'],_0x302887);if(_0x19efc6&&!isRuntimeAccessibleApp(_0x19efc6))throw runtimeInaccessibleAppError(_0x19efc6,'\x22'+_0x302887+'\x22');}async function assertAppCodeIsRuntimeAccessible(_0x3858ad,_0x8649af,_0x3f53c7){const _0x89f511=a90_0x4db250;if(_0x3858ad[_0x89f511(0x173)]===![]||!_0x8649af[_0x89f511(0x17b)])return;const {getRemoteAppList:_0x45fef2}=await import(_0x89f511(0x15c)),_0x4f13e4=await _0x45fef2({'env':_0x8649af['env']??_0x89f511(0x155),'accessKey':_0x8649af[_0x89f511(0x17b)]}),_0x5fcfca=findAppByCode(_0x4f13e4[_0x89f511(0x160)],_0x3f53c7);if(_0x5fcfca&&!isRuntimeAccessibleApp(_0x5fcfca))throw runtimeInaccessibleAppError(_0x5fcfca,_0x89f511(0x14f)+_0x3f53c7+'\x22');}function a90_0x3093(_0x8e7ef0,_0x4beaad){_0x8e7ef0=_0x8e7ef0-0x13e;const _0x39f8b3=a90_0x39f8();let _0x30938e=_0x39f8b3[_0x8e7ef0];return _0x30938e;}export async function runCommand(_0x5c3b66,_0x2cb480){await runCommandWithAdapter(shouldAttachUpdateNotice(_0x5c3b66)?withUpdateNotice(_0x5c3b66):_0x5c3b66,_0x2cb480,runnerAdapter);}function shouldAttachUpdateNotice(_0x5a9ae1){const _0x1eb3fe=a90_0x4db250;return![_0x1eb3fe(0x161),_0x1eb3fe(0x140),'doctor'][_0x1eb3fe(0x162)](_0x5a9ae1[_0x1eb3fe(0x141)]);}function withUpdateNotice(_0xca07a1){return{..._0xca07a1,async 'execute'(_0x52cec4){const _0x593bdf=a90_0x3093,_0x16fc20=shouldResolveUpdateNotice(_0x52cec4)?resolveLatestUpdateNotice()[_0x593bdf(0x152)](()=>null):Promise[_0x593bdf(0x168)](null),_0x1d6ce9=await _0xca07a1[_0x593bdf(0x145)](_0x52cec4);return attachUpdateNotice(_0x1d6ce9,await _0x16fc20);}};}function shouldResolveUpdateNotice(_0x3bb103){const _0x51739b=a90_0x4db250;return _0x3bb103[_0x51739b(0x15a)]==='pretty'&&!_0x3bb103[_0x51739b(0x175)];}function attachUpdateNotice(_0x464238,_0x2eb7cb){const _0x3e5cda=a90_0x4db250;if(!_0x2eb7cb||!_0x464238||typeof _0x464238!=='object')return _0x464238;const _0x37d06a=_0x464238,_0x3a7cbd=typeof _0x37d06a['_notice']===_0x3e5cda(0x146)&&_0x37d06a[_0x3e5cda(0x169)]!==null?_0x37d06a[_0x3e5cda(0x169)]:{};return{..._0x37d06a,'_notice':{..._0x3a7cbd,'update':_0x2eb7cb}};}
1
+ const a90_0x1c15c6=a90_0x1df7;(function(_0x1fa9eb,_0x5ee893){const _0x5889a4=a90_0x1df7,_0x32ba40=_0x1fa9eb();while(!![]){try{const _0x153235=parseInt(_0x5889a4(0xa2))/0x1+-parseInt(_0x5889a4(0xab))/0x2+-parseInt(_0x5889a4(0xa1))/0x3*(parseInt(_0x5889a4(0xb4))/0x4)+-parseInt(_0x5889a4(0xc1))/0x5*(parseInt(_0x5889a4(0x8a))/0x6)+-parseInt(_0x5889a4(0xa5))/0x7*(-parseInt(_0x5889a4(0xaf))/0x8)+parseInt(_0x5889a4(0x91))/0x9+parseInt(_0x5889a4(0x9d))/0xa;if(_0x153235===_0x5ee893)break;else _0x32ba40['push'](_0x32ba40['shift']());}catch(_0x184846){_0x32ba40['push'](_0x32ba40['shift']());}}}(a90_0x5f0e,0xac281));import{runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{PRODUCT_CONFIG,productEnv,productEnvName}from'../constant/product.js';import{isNonInteractiveMode,readAppCodeFromConfig}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{getApiDomain}from'../constant/domain.js';import{buildConfirmationLines,reconstructCommandArgv}from'../framework/runner-confirmation.js';import{mapUserFacingExecuteError}from'../framework/runner-error.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';import{findAppByCode,findAppByName,isRuntimeAccessibleApp,runtimeInaccessibleAppError}from'../commands/app/eligibility.js';export function resolveAuthMode(_0xbb3c8f){return void _0xbb3c8f,AUTH_MODE['ClientAk'];}let sdkClientInitialized=![];export function createPipelineEnv(_0x2af7cb,_0x55ca3e){const _0x35286b=a90_0x1df7,_0x1c96ea=typeof _0x55ca3e['app']===_0x35286b(0xc0)&&_0x55ca3e[_0x35286b(0xad)][_0x35286b(0x95)]();return{'rawFlags':_0x55ca3e,'appCode':_0x2af7cb['appCode']||productEnv('APPCODE')||(_0x1c96ea?undefined:readAppCodeFromConfig()),'appCodeSource':_0x2af7cb[_0x35286b(0xc2)],'apiDomain':getApiDomain(),'isNonInteractive':isNonInteractiveMode(_0x55ca3e),'defaultFormat':_0x2af7cb['format'],'defaultPageSize':_0x2af7cb[_0x35286b(0xb2)],'defaultVerbose':_0x2af7cb['verbose'],'riskLevel':_0x2af7cb[_0x35286b(0xc5)],'accessKey':_0x2af7cb[_0x35286b(0x9e)],'env':_0x2af7cb[_0x35286b(0x94)],'mergedCli':{'defaultApp':_0x2af7cb[_0x35286b(0xa3)],'currentApp':_0x2af7cb[_0x35286b(0x9a)],'appCode':_0x2af7cb[_0x35286b(0xbf)]}};}function a90_0x1df7(_0x3b8e87,_0x434a2f){_0x3b8e87=_0x3b8e87-0x89;const _0x5f0e73=a90_0x5f0e();let _0x1df73f=_0x5f0e73[_0x3b8e87];return _0x1df73f;}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS['filter'](_0x35422c=>PIPELINE_FLAG_NAMES[a90_0x1c15c6(0xa6)](_0x35422c[a90_0x1c15c6(0xbb)]))[a90_0x1c15c6(0xa0)](({name:_0x357c49,type:_0x407544,description:_0xe110bb})=>({'name':_0x357c49,'type':_0x407544,'description':_0xe110bb})),'formatOutput':formatOutput,'getCommandLabel'(_0x475884){const _0x38aa8e=a90_0x1c15c6;return CLI_BIN_NAME+'\x20'+_0x475884[_0x38aa8e(0x89)]+'\x20'+_0x475884[_0x38aa8e(0x8f)];},'riskPolicy':{'onViolation'(_0x38aa1b){const _0x49ff41=a90_0x1c15c6;console[_0x49ff41(0xb9)](_0x38aa1b);},'createError'(_0x57b719){const _0x34f230=a90_0x1c15c6;return CliErrors[_0x34f230(0xbe)](_0x57b719);}},async 'prepare'(_0x5e4315,_0x1cd08c){const _0x28cfa5=a90_0x1c15c6,_0xdc001=resolveAuthMode(_0x1cd08c);if(_0x5e4315['requiresAuth']!==![]){if(!_0x1cd08c[_0x28cfa5(0x9e)])throw CliErrors['authRequired'](_0x28cfa5(0xac)+PRODUCT_CONFIG['newConfigFileName']+'\x20or\x20pass\x20'+productEnvName(_0x28cfa5(0x8c))+'.');const {setActiveAK:_0x10309d}=await import(_0x28cfa5(0xa9));_0x10309d(_0x1cd08c[_0x28cfa5(0x9e)]);}let _0x142229='';if(_0x5e4315['requiresAppCode']!==![]){_0x142229=_0x1cd08c['appCode']??'',_0x142229=await resolveExplicitAppName(_0x5e4315,_0x1cd08c,_0x142229);if(!_0x142229){await assertSelectedAppNameIsRuntimeAccessible(_0x5e4315,_0x1cd08c);throw CliErrors[_0x28cfa5(0xaa)](_0x28cfa5(0x9c)+PRODUCT_CONFIG['newConfigFileName']+'.');}await assertAppCodeIsRuntimeAccessible(_0x5e4315,_0x1cd08c,_0x142229);}if(_0x142229){const {initSdkClient:_0x4d41f1}=await import(_0x28cfa5(0xb8));_0x4d41f1({'appCode':_0x142229,'env':_0x1cd08c[_0x28cfa5(0x94)]??'production','accessKey':_0x1cd08c['accessKey'],'authMode':_0xdc001}),sdkClientInitialized=!![];}return{'defaults':{'booleans':{'verbose':_0x1cd08c[_0x28cfa5(0x8b)]},'numbers':{'pagesize':_0x1cd08c[_0x28cfa5(0x98)]}},'extras':{'appCode':_0x142229,'cookie':'','apiDomain':_0x1cd08c[_0x28cfa5(0x90)],'apiDir':'','accessKey':_0x1cd08c['accessKey'],'envName':_0x1cd08c[_0x28cfa5(0x94)],'mergedCli':_0x1cd08c[_0x28cfa5(0x96)]}};},async 'confirmHighRisk'({def:_0x3554ef,env:_0x449235,flags:_0x3a74fc,commandLabel:_0x152b28}){const _0x4e0256=a90_0x1c15c6;if(_0x449235[_0x4e0256(0xc4)]){const _0x555059=reconstructCommandArgv(_0x3554ef,_0x3a74fc);throw CliErrors[_0x4e0256(0xb3)](_0x4e0256(0xb6)+_0x152b28+_0x4e0256(0xb1)+('\x20\x20To\x20proceed:\x20'+_0x555059));}await requireConfirmationPrompt({'lines':buildConfirmationLines(_0x3554ef,_0x152b28,_0x3a74fc),'createCancelledError':_0x39b344=>CliErrors[_0x4e0256(0xbe)](_0x39b344)});},'mapDryRunError'(_0x537800){return mapUserFacingExecuteError(_0x537800);},'mapExecuteError'(_0x2b1bbe){return mapUserFacingExecuteError(_0x2b1bbe);},async 'finalize'(){const _0x4f2fa0=a90_0x1c15c6;try{if(sdkClientInitialized){const {clearSdkClient:_0x5ca80f}=await import(_0x4f2fa0(0xb8));_0x5ca80f();}}finally{sdkClientInitialized=![];const {clearActiveAK:_0x5af8a5}=await import('../core/api-client.js');_0x5af8a5();}}};async function resolveExplicitAppName(_0x5996ac,_0x1a22b1,_0x2006ce){const _0x2e0451=a90_0x1c15c6;if(_0x5996ac[_0x2e0451(0x8d)]===![])return _0x2006ce;const _0x24ea8d=typeof _0x1a22b1[_0x2e0451(0xa8)][_0x2e0451(0xad)]===_0x2e0451(0xc0)?_0x1a22b1[_0x2e0451(0xa8)]['app'][_0x2e0451(0x95)]():'';if(!_0x24ea8d)return _0x2006ce;const _0xf95f67=typeof _0x1a22b1[_0x2e0451(0xa8)]['appcode']===_0x2e0451(0xc0)&&_0x1a22b1[_0x2e0451(0xa8)][_0x2e0451(0xb5)][_0x2e0451(0x95)]()||productEnv(_0x2e0451(0x93));if(_0xf95f67||_0x1a22b1[_0x2e0451(0xc2)]===_0x2e0451(0x92))return _0x2006ce;const {getRemoteAppList:_0x4731cc}=await import(_0x2e0451(0xc3)),_0x3b2b15=await _0x4731cc({'env':_0x1a22b1['env']??_0x2e0451(0x97),'accessKey':_0x1a22b1['accessKey']}),_0x1121a3=findAppByName(_0x3b2b15[_0x2e0451(0x99)],_0x24ea8d);if(_0x1121a3&&!isRuntimeAccessibleApp(_0x1121a3))throw runtimeInaccessibleAppError(_0x1121a3,'\x22'+_0x24ea8d+'\x22');const _0x301ee5=_0x1121a3?.[_0x2e0451(0xbf)]?.[_0x2e0451(0x95)]();if(_0x301ee5)return _0x301ee5;throw CliErrors[_0x2e0451(0xb3)](_0x2e0451(0xb0)+_0x24ea8d,_0x2e0451(0xba)+CLI_BIN_NAME+_0x2e0451(0x9f)+_0x24ea8d+'.appcode\x20to\x20'+PRODUCT_CONFIG[_0x2e0451(0x8e)]+'.');}async function assertSelectedAppNameIsRuntimeAccessible(_0x5e6ef4,_0x2e98af){const _0x363c68=a90_0x1c15c6;if(_0x5e6ef4[_0x363c68(0x8d)]===![]||!_0x2e98af[_0x363c68(0x9e)])return;const _0x47eaf8=(typeof _0x2e98af[_0x363c68(0xa8)][_0x363c68(0xad)]==='string'&&_0x2e98af['rawFlags'][_0x363c68(0xad)][_0x363c68(0x95)]()?_0x2e98af['rawFlags'][_0x363c68(0xad)]:_0x2e98af[_0x363c68(0x96)]?.[_0x363c68(0x9a)]??_0x2e98af[_0x363c68(0x96)]?.[_0x363c68(0xa3)])?.[_0x363c68(0x95)]();if(!_0x47eaf8)return;const {getRemoteAppList:_0x121b52}=await import('../commands/app/remote-source.js'),_0x2672b3=await _0x121b52({'env':_0x2e98af['env']??'production','accessKey':_0x2e98af['accessKey']}),_0x3a2452=findAppByName(_0x2672b3[_0x363c68(0x99)],_0x47eaf8);if(_0x3a2452&&!isRuntimeAccessibleApp(_0x3a2452))throw runtimeInaccessibleAppError(_0x3a2452,'\x22'+_0x47eaf8+'\x22');}async function assertAppCodeIsRuntimeAccessible(_0xf47976,_0x17d6bd,_0x36094f){const _0x10440a=a90_0x1c15c6;if(_0xf47976[_0x10440a(0x8d)]===![]||!_0x17d6bd[_0x10440a(0x9e)])return;const {getRemoteAppList:_0x718b3d}=await import(_0x10440a(0xc3)),_0x3db41e=await _0x718b3d({'env':_0x17d6bd[_0x10440a(0x94)]??_0x10440a(0x97),'accessKey':_0x17d6bd[_0x10440a(0x9e)]}),_0x3d3bd7=findAppByCode(_0x3db41e[_0x10440a(0x99)],_0x36094f);if(_0x3d3bd7&&!isRuntimeAccessibleApp(_0x3d3bd7))throw runtimeInaccessibleAppError(_0x3d3bd7,_0x10440a(0xbd)+_0x36094f+'\x22');}export async function runCommand(_0x282d28,_0x56770b){await runCommandWithAdapter(shouldAttachUpdateNotice(_0x282d28)?withUpdateNotice(_0x282d28):_0x282d28,_0x56770b,runnerAdapter);}function a90_0x5f0e(){const _0x2d5f16=['newConfigFileName','command','apiDomain','9336735gKFuIR','local-alias','APPCODE','env','trim','mergedCli','production','defaultPageSize','items','currentApp','update','Set\x20appcode\x20via\x20--appcode\x20or\x20in\x20','15214650jSSUhg','accessKey','\x20app\x20list\x20--no-cache`\x20to\x20refresh\x20available\x20apps,\x20or\x20add\x20apps.','map','3fReuzd','105679cOHYRT','defaultApp','_notice','3566206geiszS','has','execute','rawFlags','../core/api-client.js','configMissing','2280890RVZsKG','Set\x20accessKey\x20in\x20','app','includes','8TACJlK','Unknown\x20app:\x20','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.\x0a','pageSize','validation','4263572lQCXsi','appcode','High-risk\x20operation\x20`','nonInteractive','../core/sdk-client.js','error','Run\x20`','name','format','appcode\x20\x22','cancelled','appCode','string','5BLOAoS','appCodeSource','../commands/app/remote-source.js','isNonInteractive','riskLevel','service','1575156eeffUe','defaultVerbose','ACCESS_KEY','requiresAppCode'];a90_0x5f0e=function(){return _0x2d5f16;};return a90_0x5f0e();}function shouldAttachUpdateNotice(_0x1c6bc6){const _0x232b5c=a90_0x1c15c6;return![_0x232b5c(0x9b),'schema','doctor'][_0x232b5c(0xae)](_0x1c6bc6[_0x232b5c(0x89)]);}function withUpdateNotice(_0x3f5246){return{..._0x3f5246,async 'execute'(_0x640048){const _0x346083=a90_0x1df7,_0x20794=shouldResolveUpdateNotice(_0x640048)?resolveLatestUpdateNotice()['catch'](()=>null):Promise['resolve'](null),_0x1f808f=await _0x3f5246[_0x346083(0xa7)](_0x640048);return attachUpdateNotice(_0x1f808f,await _0x20794);}};}function shouldResolveUpdateNotice(_0x5b325f){const _0x3f625e=a90_0x1c15c6;return _0x5b325f[_0x3f625e(0xbc)]==='pretty'&&!_0x5b325f[_0x3f625e(0xb7)];}function attachUpdateNotice(_0x29e9ce,_0x4bd55f){const _0x5a0da6=a90_0x1c15c6;if(!_0x4bd55f||!_0x29e9ce||typeof _0x29e9ce!=='object')return _0x29e9ce;const _0x244b6c=_0x29e9ce,_0x5a238f=typeof _0x244b6c[_0x5a0da6(0xa4)]==='object'&&_0x244b6c['_notice']!==null?_0x244b6c[_0x5a0da6(0xa4)]:{};return{..._0x244b6c,'_notice':{..._0x5a238f,'update':_0x4bd55f}};}
@@ -1 +1 @@
1
- (function(_0xff36f7,_0x2dcdb3){const _0x215569=a91_0x11b4,_0x511657=_0xff36f7();while(!![]){try{const _0x2ada65=parseInt(_0x215569(0x19c))/0x1+parseInt(_0x215569(0x1a0))/0x2*(parseInt(_0x215569(0x1a1))/0x3)+parseInt(_0x215569(0x1a4))/0x4*(-parseInt(_0x215569(0x1a5))/0x5)+-parseInt(_0x215569(0x1a6))/0x6+parseInt(_0x215569(0x199))/0x7+-parseInt(_0x215569(0x19e))/0x8*(-parseInt(_0x215569(0x196))/0x9)+-parseInt(_0x215569(0x197))/0xa;if(_0x2ada65===_0x2dcdb3)break;else _0x511657['push'](_0x511657['shift']());}catch(_0x5c3c3a){_0x511657['push'](_0x511657['shift']());}}}(a91_0x58f5,0x8cbf0));import{buildSchemaPayload as a91_0x98ca55}from'@lovrabet/cli-framework';function a91_0x11b4(_0x317cf4,_0x4bc4e0){_0x317cf4=_0x317cf4-0x195;const _0x58f5e8=a91_0x58f5();let _0x11b4b8=_0x58f5e8[_0x317cf4];return _0x11b4b8;}import{buildAllFlags}from'../framework/build-all-flags.js';import{findDynamicServiceDefinition,listDynamicServiceEntries}from'../commands/service/dynamic.js';function a91_0x58f5(){const _0x54dd53=['4IEPhLU','978825fBJUbn','1134864nNbXot','../commands/registry.js','539739vlqFIW','17486790BfFONs','filter','6646654RFTLEl','auth','has','108330SOLkVi','map','88haPqZq','none','2SNMofJ','2977653HsGhox','service','services'];a91_0x58f5=function(){return _0x54dd53;};return a91_0x58f5();}import{insertDynamicServicesAfterServiceTree}from'../framework/service-order.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliGitCommit,getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x363a94=a91_0x11b4,{serviceRegistry:_0x5eb80a,findDefinition:_0x51cc40}=await import(_0x363a94(0x195)),_0xfbb434=new Set(_0x5eb80a['map'](_0x58afeb=>_0x58afeb[_0x363a94(0x1a2)])),_0x2047a7=listDynamicServiceEntries()[_0x363a94(0x198)](_0x4316df=>!_0xfbb434[_0x363a94(0x19b)](_0x4316df[_0x363a94(0x1a2)])),_0x5a0fdd=a91_0x98ca55({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':getCliGitCommit(),'globalFlags':GLOBAL_FLAGS,'serviceRegistry':insertDynamicServicesAfterServiceTree(_0x5eb80a,_0x2047a7),'buildAllFlags':buildAllFlags,'findDefinition':(_0x4052cd,_0x35b085)=>_0x51cc40(_0x4052cd,_0x35b085)??findDynamicServiceDefinition(_0x4052cd,_0x35b085)});return normalizeSchemaPayload(_0x5a0fdd);}function normalizeSchemaPayload(_0x28883f){const _0x1f9b17=a91_0x11b4;return{..._0x28883f,'schemaVersion':0x2,'services':_0x28883f[_0x1f9b17(0x1a3)][_0x1f9b17(0x19d)](_0xcaf30b=>({..._0xcaf30b,'commands':_0xcaf30b['commands'][_0x1f9b17(0x19d)](normalizeSchemaCommand)}))};}function normalizeSchemaCommand(_0x253453){const _0x30e395=a91_0x11b4,_0x539b57=_0x253453;return{..._0x253453,'auth':_0x539b57[_0x30e395(0x19a)]??(_0x253453['requiresAuth']?'required':_0x30e395(0x19f))};}
1
+ (function(_0x118589,_0x25e63f){const _0x553a73=a91_0x39c9,_0x33beff=_0x118589();while(!![]){try{const _0x54858c=parseInt(_0x553a73(0x99))/0x1+-parseInt(_0x553a73(0xa3))/0x2+parseInt(_0x553a73(0x9b))/0x3+-parseInt(_0x553a73(0xa2))/0x4*(parseInt(_0x553a73(0x98))/0x5)+parseInt(_0x553a73(0xa9))/0x6+parseInt(_0x553a73(0x9d))/0x7*(parseInt(_0x553a73(0xa0))/0x8)+-parseInt(_0x553a73(0x9c))/0x9*(parseInt(_0x553a73(0xa6))/0xa);if(_0x54858c===_0x25e63f)break;else _0x33beff['push'](_0x33beff['shift']());}catch(_0x19c0c9){_0x33beff['push'](_0x33beff['shift']());}}}(a91_0x5f1f,0x1f665));function a91_0x39c9(_0x3acca6,_0x28189d){_0x3acca6=_0x3acca6-0x96;const _0x5f1f35=a91_0x5f1f();let _0x39c94b=_0x5f1f35[_0x3acca6];return _0x39c94b;}import{buildSchemaPayload as a91_0x257609}from'@lovrabet/cli-framework';function a91_0x5f1f(){const _0x3ee0af=['service','required','162325cilHDH','239701zTHBsN','../commands/registry.js','679134EZCdmb','30249gVotBj','504567vgSORP','has','commands','16CatOsQ','auth','20tiFXtw','58248wJYccm','map','requiresAuth','1330QUVszA','services','filter','941004bSoojX'];a91_0x5f1f=function(){return _0x3ee0af;};return a91_0x5f1f();}import{buildAllFlags}from'../framework/build-all-flags.js';import{findDynamicServiceDefinition,listDynamicServiceEntries}from'../commands/service/dynamic.js';import{insertDynamicServicesAfterServiceTree}from'../framework/service-order.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliGitCommit,getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x266bed=a91_0x39c9,{serviceRegistry:_0x7a17aa,findDefinition:_0x56627d}=await import(_0x266bed(0x9a)),_0x4f8033=new Set(_0x7a17aa[_0x266bed(0xa4)](_0x25be40=>_0x25be40[_0x266bed(0x96)])),_0x2fed09=listDynamicServiceEntries()[_0x266bed(0xa8)](_0x589ac2=>!_0x4f8033[_0x266bed(0x9e)](_0x589ac2['service'])),_0x577f34=a91_0x257609({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':getCliGitCommit(),'globalFlags':GLOBAL_FLAGS,'serviceRegistry':insertDynamicServicesAfterServiceTree(_0x7a17aa,_0x2fed09),'buildAllFlags':buildAllFlags,'findDefinition':(_0x45c1f3,_0x575243)=>_0x56627d(_0x45c1f3,_0x575243)??findDynamicServiceDefinition(_0x45c1f3,_0x575243)});return normalizeSchemaPayload(_0x577f34);}function normalizeSchemaPayload(_0x47eb5d){const _0x2684c2=a91_0x39c9;return{..._0x47eb5d,'schemaVersion':0x2,'services':_0x47eb5d[_0x2684c2(0xa7)]['map'](_0x4b3592=>({..._0x4b3592,'commands':_0x4b3592[_0x2684c2(0x9f)]['map'](normalizeSchemaCommand)}))};}function normalizeSchemaCommand(_0x24fd9d){const _0x5bc242=a91_0x39c9,_0x2f816e=_0x24fd9d;return{..._0x24fd9d,'auth':_0x2f816e[_0x5bc242(0xa1)]??(_0x24fd9d[_0x5bc242(0xa5)]?_0x5bc242(0x97):'none')};}
@@ -1 +1 @@
1
- (function(_0x2ebcbe,_0x4f47e4){const _0xc3cbb2=a92_0x3803,_0xcf4500=_0x2ebcbe();while(!![]){try{const _0x179abc=parseInt(_0xc3cbb2(0xd8))/0x1+parseInt(_0xc3cbb2(0xde))/0x2+-parseInt(_0xc3cbb2(0xdb))/0x3*(-parseInt(_0xc3cbb2(0xdd))/0x4)+-parseInt(_0xc3cbb2(0xd6))/0x5+-parseInt(_0xc3cbb2(0xdc))/0x6*(-parseInt(_0xc3cbb2(0xd7))/0x7)+-parseInt(_0xc3cbb2(0xdf))/0x8*(-parseInt(_0xc3cbb2(0xda))/0x9)+-parseInt(_0xc3cbb2(0xe2))/0xa*(parseInt(_0xc3cbb2(0xe1))/0xb);if(_0x179abc===_0x4f47e4)break;else _0xcf4500['push'](_0xcf4500['shift']());}catch(_0x237934){_0xcf4500['push'](_0xcf4500['shift']());}}}(a92_0x49b5,0x873d1));function a92_0x3803(_0x47885f,_0x3d25a0){_0x47885f=_0x47885f-0xd6;const _0x49b586=a92_0x49b5();let _0x380353=_0x49b586[_0x47885f];return _0x380353;}function a92_0x49b5(){const _0x44b31a=['6808072skqlHn','slice','5527863iVVHcP','30BhkiTa','3987120GAlqGf','7siUjqc','861929fwWoNL','service','9vMqgxp','966822jYuHkH','561390iXgNEl','12FRwnmI','171270enEfvb'];a92_0x49b5=function(){return _0x44b31a;};return a92_0x49b5();}export function insertDynamicServicesAfterServiceTree(_0x43c824,_0x41d40e){const _0x5f0a29=a92_0x3803;if(_0x41d40e['length']===0x0)return[..._0x43c824];const _0x45e812=_0x43c824['findIndex'](_0x5baab0=>_0x5baab0[_0x5f0a29(0xd9)]===_0x5f0a29(0xd9));if(_0x45e812<0x0)return[..._0x43c824,..._0x41d40e];return[..._0x43c824[_0x5f0a29(0xe0)](0x0,_0x45e812+0x1),..._0x41d40e,..._0x43c824[_0x5f0a29(0xe0)](_0x45e812+0x1)];}
1
+ (function(_0x377345,_0x4a1771){const _0x33aa1e=a92_0x49c5,_0x29ad65=_0x377345();while(!![]){try{const _0x32749b=-parseInt(_0x33aa1e(0x112))/0x1*(-parseInt(_0x33aa1e(0x111))/0x2)+-parseInt(_0x33aa1e(0x10a))/0x3+parseInt(_0x33aa1e(0x10f))/0x4+parseInt(_0x33aa1e(0x110))/0x5+-parseInt(_0x33aa1e(0x10b))/0x6*(parseInt(_0x33aa1e(0x108))/0x7)+parseInt(_0x33aa1e(0x10c))/0x8+parseInt(_0x33aa1e(0x115))/0x9*(-parseInt(_0x33aa1e(0x113))/0xa);if(_0x32749b===_0x4a1771)break;else _0x29ad65['push'](_0x29ad65['shift']());}catch(_0x2f0991){_0x29ad65['push'](_0x29ad65['shift']());}}}(a92_0x9589,0x44e65));function a92_0x49c5(_0x10226d,_0x3c5bbc){_0x10226d=_0x10226d-0x108;const _0x9589b9=a92_0x9589();let _0x49c57=_0x9589b9[_0x10226d];return _0x49c57;}export function insertDynamicServicesAfterServiceTree(_0x3ae07e,_0x4c9767){const _0x1b6c04=a92_0x49c5;if(_0x4c9767[_0x1b6c04(0x109)]===0x0)return[..._0x3ae07e];const _0x424a2f=_0x3ae07e[_0x1b6c04(0x114)](_0x528d13=>_0x528d13[_0x1b6c04(0x10e)]===_0x1b6c04(0x10e));if(_0x424a2f<0x0)return[..._0x3ae07e,..._0x4c9767];return[..._0x3ae07e['slice'](0x0,_0x424a2f+0x1),..._0x4c9767,..._0x3ae07e[_0x1b6c04(0x10d)](_0x424a2f+0x1)];}function a92_0x9589(){const _0x31ceb0=['128vAXewq','4565toRDeR','48310TmmrQK','findIndex','333DhaTYt','8484zmYSwK','length','981126oBCpLu','2202OwhvEz','3267008WKThlK','slice','service','624328ZMSLbF','1880940NHvqlk'];a92_0x9589=function(){return _0x31ceb0;};return a92_0x9589();}
@@ -1 +1 @@
1
- (function(_0x419cba,_0x394ada){var _0x11f30a=a93_0x44df,_0x110def=_0x419cba();while(!![]){try{var _0x53fec1=-parseInt(_0x11f30a(0x1d5))/0x1*(parseInt(_0x11f30a(0x1de))/0x2)+-parseInt(_0x11f30a(0x1d8))/0x3+parseInt(_0x11f30a(0x1dc))/0x4*(-parseInt(_0x11f30a(0x1dd))/0x5)+-parseInt(_0x11f30a(0x1d6))/0x6+parseInt(_0x11f30a(0x1d7))/0x7+-parseInt(_0x11f30a(0x1db))/0x8+-parseInt(_0x11f30a(0x1da))/0x9*(-parseInt(_0x11f30a(0x1d9))/0xa);if(_0x53fec1===_0x394ada)break;else _0x110def['push'](_0x110def['shift']());}catch(_0x41f07b){_0x110def['push'](_0x110def['shift']());}}}(a93_0x363b,0xb7b40));function a93_0x363b(){var _0x3f9817=['50492EwhUnX','155YRVjxh','1886882PPVZsb','1uVHuOt','820032MTZfbM','5084163SLNeql','380745ojSNbB','9653170mLkdBb','18KLtYRT','2449232MEaERC'];a93_0x363b=function(){return _0x3f9817;};return a93_0x363b();}function a93_0x44df(_0x529a40,_0x32ed6e){_0x529a40=_0x529a40-0x1d5;var _0x363b85=a93_0x363b();var _0x44dfc5=_0x363b85[_0x529a40];return _0x44dfc5;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat}from'@lovrabet/cli-framework';
1
+ (function(_0x1b48c0,_0x40c3b4){var _0x105463=a93_0x1982,_0x4e3d96=_0x1b48c0();while(!![]){try{var _0x329e8e=parseInt(_0x105463(0xb0))/0x1+parseInt(_0x105463(0xb7))/0x2+-parseInt(_0x105463(0xb6))/0x3+parseInt(_0x105463(0xb8))/0x4*(parseInt(_0x105463(0xb3))/0x5)+-parseInt(_0x105463(0xb1))/0x6*(parseInt(_0x105463(0xb2))/0x7)+-parseInt(_0x105463(0xb5))/0x8+parseInt(_0x105463(0xb4))/0x9;if(_0x329e8e===_0x40c3b4)break;else _0x4e3d96['push'](_0x4e3d96['shift']());}catch(_0x151036){_0x4e3d96['push'](_0x4e3d96['shift']());}}}(a93_0x13a7,0x41a2d));function a93_0x1982(_0x9aab0b,_0x1af11f){_0x9aab0b=_0x9aab0b-0xb0;var _0x13a795=a93_0x13a7();var _0x198256=_0x13a795[_0x9aab0b];return _0x198256;}function a93_0x13a7(){var _0x32ad45=['7481115niKiVF','1736912sZFxce','1158219YMxTCu','348954wKqjns','4ZnKxXp','57603nBnyuB','6eegFQH','1479982OXHbzk','100715TNSPAK'];a93_0x13a7=function(){return _0x32ad45;};return a93_0x13a7();}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- const a94_0x316cc6=a94_0x187b;(function(_0x344524,_0x58f448){const _0x328060=a94_0x187b,_0x2a5fe5=_0x344524();while(!![]){try{const _0x317c12=-parseInt(_0x328060(0x108))/0x1*(-parseInt(_0x328060(0x105))/0x2)+parseInt(_0x328060(0x107))/0x3*(-parseInt(_0x328060(0xfd))/0x4)+parseInt(_0x328060(0x101))/0x5*(parseInt(_0x328060(0xfe))/0x6)+-parseInt(_0x328060(0x102))/0x7*(parseInt(_0x328060(0x106))/0x8)+-parseInt(_0x328060(0x103))/0x9*(-parseInt(_0x328060(0x104))/0xa)+-parseInt(_0x328060(0x10a))/0xb*(parseInt(_0x328060(0x10c))/0xc)+parseInt(_0x328060(0xff))/0xd;if(_0x317c12===_0x58f448)break;else _0x2a5fe5['push'](_0x2a5fe5['shift']());}catch(_0x4f1bbe){_0x2a5fe5['push'](_0x2a5fe5['shift']());}}}(a94_0x54bd,0xe7116));function a94_0x54bd(){const _0x261a8f=['12805288kKyaHF','3ZvuPOe','1526503NUAyQf','2026-07-18T08:32:27.464Z','11vcRIcu','v2.1.16-beta.1','16393560yYbPao','2623228xVplxh','48NiYzlY','11259768dHtuaW','ae86378','267470ymlSDV','7iNOKOw','99eWsLgq','1589510NYhvce','2WZptKP'];a94_0x54bd=function(){return _0x261a8f;};return a94_0x54bd();}export const VERSION='2.1.16-beta.1';export const GIT_TAG=a94_0x316cc6(0x10b);function a94_0x187b(_0x563384,_0x34e87c){_0x563384=_0x563384-0xfd;const _0x54bd18=a94_0x54bd();let _0x187b17=_0x54bd18[_0x563384];return _0x187b17;}export const GIT_COMMIT=a94_0x316cc6(0x100);export const BUILD_TIME=a94_0x316cc6(0x109);
1
+ const a94_0x46482d=a94_0x4a87;function a94_0x40ef(){const _0x2a893c=['b478d0e','12oBnfnX','7772030wXqjeL','4kijlux','3752992RVSpov','3076zzcJXn','1491264TkiEhC','1570ufkgzR','892727ZjSKAG','1350474wrQgLu','1126867cSFAwc'];a94_0x40ef=function(){return _0x2a893c;};return a94_0x40ef();}(function(_0x27a492,_0x4d862e){const _0xa08066=a94_0x4a87,_0x154713=_0x27a492();while(!![]){try{const _0xeab8fc=parseInt(_0xa08066(0x72))/0x1+parseInt(_0xa08066(0x6d))/0x2*(-parseInt(_0xa08066(0x73))/0x3)+parseInt(_0xa08066(0x6f))/0x4*(-parseInt(_0xa08066(0x71))/0x5)+-parseInt(_0xa08066(0x76))/0x6*(parseInt(_0xa08066(0x74))/0x7)+parseInt(_0xa08066(0x6e))/0x8+-parseInt(_0xa08066(0x70))/0x9+parseInt(_0xa08066(0x6c))/0xa;if(_0xeab8fc===_0x4d862e)break;else _0x154713['push'](_0x154713['shift']());}catch(_0x460ed2){_0x154713['push'](_0x154713['shift']());}}}(a94_0x40ef,0x7c6ae));export const VERSION='2.1.16';function a94_0x4a87(_0x357f29,_0x5019c1){_0x357f29=_0x357f29-0x6c;const _0x40ef79=a94_0x40ef();let _0x4a87de=_0x40ef79[_0x357f29];return _0x4a87de;}export const GIT_TAG='v2.1.16-beta.2';export const GIT_COMMIT=a94_0x46482d(0x75);export const BUILD_TIME='2026-07-18T09:31:55.079Z';
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- (function(_0x1b08ad,_0x1f6fa1){const _0x56ffc9=a95_0x4aed,_0x225d7c=_0x1b08ad();while(!![]){try{const _0x483ca6=parseInt(_0x56ffc9(0x16d))/0x1+parseInt(_0x56ffc9(0x173))/0x2+parseInt(_0x56ffc9(0x168))/0x3*(parseInt(_0x56ffc9(0x171))/0x4)+-parseInt(_0x56ffc9(0x170))/0x5+-parseInt(_0x56ffc9(0x16c))/0x6*(parseInt(_0x56ffc9(0x176))/0x7)+parseInt(_0x56ffc9(0x16b))/0x8+parseInt(_0x56ffc9(0x169))/0x9*(-parseInt(_0x56ffc9(0x16e))/0xa);if(_0x483ca6===_0x1f6fa1)break;else _0x225d7c['push'](_0x225d7c['shift']());}catch(_0x535a68){_0x225d7c['push'](_0x225d7c['shift']());}}}(a95_0x37dc,0x77a5e));function a95_0x37dc(){const _0x11ca73=['4jxFcgw','\x20--help','328410kzNQXa','green','\x20\x20Use\x20','175uPjqCV','2863611DJflga','603tRAGHv','\x20to\x20view\x20available\x20commands.','7198744UUOjzv','157980fWtDzG','667677ognDqP','210340WPdBnw','column','643280NneMMs'];a95_0x37dc=function(){return _0x11ca73;};return a95_0x37dc();}import{jsx as a95_0x533220,jsxs as a95_0x21390c}from'react/jsx-runtime';import{useEffect}from'react';import{Box,Text,useApp}from'ink';function a95_0x4aed(_0x378a19,_0x31b20c){_0x378a19=_0x378a19-0x168;const _0x37dc4f=a95_0x37dc();let _0x4aed49=_0x37dc4f[_0x378a19];return _0x4aed49;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function Help(){const _0x995c9e=a95_0x4aed,{exit:_0x4c748c}=useApp();return useEffect(()=>{_0x4c748c();},[_0x4c748c]),a95_0x21390c(Box,{'flexDirection':_0x995c9e(0x16f),'marginTop':0x1,'marginBottom':0x1,'children':[a95_0x533220(Box,{'children':a95_0x533220(Text,{'bold':!![],'color':_0x995c9e(0x174),'children':'\x20\x20'+CLI_DISPLAY_NAME})}),a95_0x21390c(Box,{'marginTop':0x1,'children':[a95_0x533220(Text,{'dimColor':!![],'children':_0x995c9e(0x175)}),a95_0x533220(Text,{'bold':!![],'color':'green','children':CLI_BIN_NAME+_0x995c9e(0x172)}),a95_0x533220(Text,{'dimColor':!![],'children':_0x995c9e(0x16a)})]})]});}
1
+ (function(_0x319035,_0x24fcd7){const _0x4df953=a95_0x1aa0,_0x2ecfee=_0x319035();while(!![]){try{const _0x17d6d7=-parseInt(_0x4df953(0xb0))/0x1*(parseInt(_0x4df953(0xb6))/0x2)+parseInt(_0x4df953(0xa7))/0x3*(parseInt(_0x4df953(0xb2))/0x4)+parseInt(_0x4df953(0xb1))/0x5+-parseInt(_0x4df953(0xaa))/0x6*(-parseInt(_0x4df953(0xb4))/0x7)+-parseInt(_0x4df953(0xb5))/0x8+-parseInt(_0x4df953(0xa9))/0x9*(parseInt(_0x4df953(0xab))/0xa)+-parseInt(_0x4df953(0xb3))/0xb*(-parseInt(_0x4df953(0xac))/0xc);if(_0x17d6d7===_0x24fcd7)break;else _0x2ecfee['push'](_0x2ecfee['shift']());}catch(_0x50eaac){_0x2ecfee['push'](_0x2ecfee['shift']());}}}(a95_0x3104,0x3342f));import{jsx as a95_0x1d53f3,jsxs as a95_0x166706}from'react/jsx-runtime';import{useEffect}from'react';function a95_0x3104(){const _0x4cb901=['14658HjSyCr','648710bKkIGO','4659684lSHHDO','\x20--help','\x20\x20Use\x20','\x20to\x20view\x20available\x20commands.','1ZEjLhF','1694435YEfGbf','8kSZPEb','11tNYsCU','455iLQBPD','2514952qOfuSy','824008gmcAPI','562059fevSfa','green','45vLnGSF'];a95_0x3104=function(){return _0x4cb901;};return a95_0x3104();}import{Box,Text,useApp}from'ink';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a95_0x1aa0(_0x886780,_0x11064f){_0x886780=_0x886780-0xa7;const _0x310472=a95_0x3104();let _0x1aa086=_0x310472[_0x886780];return _0x1aa086;}export function Help(){const _0x516b75=a95_0x1aa0,{exit:_0x47771d}=useApp();return useEffect(()=>{_0x47771d();},[_0x47771d]),a95_0x166706(Box,{'flexDirection':'column','marginTop':0x1,'marginBottom':0x1,'children':[a95_0x1d53f3(Box,{'children':a95_0x1d53f3(Text,{'bold':!![],'color':_0x516b75(0xa8),'children':'\x20\x20'+CLI_DISPLAY_NAME})}),a95_0x166706(Box,{'marginTop':0x1,'children':[a95_0x1d53f3(Text,{'dimColor':!![],'children':_0x516b75(0xae)}),a95_0x1d53f3(Text,{'bold':!![],'color':_0x516b75(0xa8),'children':CLI_BIN_NAME+_0x516b75(0xad)}),a95_0x1d53f3(Text,{'dimColor':!![],'children':_0x516b75(0xaf)})]})]});}
@@ -1 +1 @@
1
- const a96_0x1b76dc=a96_0x474d;(function(_0x56a6f5,_0x32551a){const _0x2fa973=a96_0x474d,_0x16b93c=_0x56a6f5();while(!![]){try{const _0x3f7178=-parseInt(_0x2fa973(0xf5))/0x1+-parseInt(_0x2fa973(0xfb))/0x2+-parseInt(_0x2fa973(0xf8))/0x3*(-parseInt(_0x2fa973(0xf4))/0x4)+-parseInt(_0x2fa973(0xfe))/0x5+parseInt(_0x2fa973(0xff))/0x6*(parseInt(_0x2fa973(0xfd))/0x7)+-parseInt(_0x2fa973(0xed))/0x8+parseInt(_0x2fa973(0xf6))/0x9;if(_0x3f7178===_0x32551a)break;else _0x16b93c['push'](_0x16b93c['shift']());}catch(_0x2b4f3e){_0x16b93c['push'](_0x16b93c['shift']());}}}(a96_0x2fc5,0x7bfec));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';function a96_0x2fc5(){const _0x25f3e3=['6jjuZIc','add','exit\x20','skills','inherit','unknown','4476992pTMoOC','skipNpxSkillsEnvSuffix','pipe','trim','npx','log','stdout','2824oZLIeR','808181Spopkv','22904703VwubtD','status','4155xcKtDR','stderr','toString','1763844pLplgg','stdio','1557381FEzoWh','4938245SuDUqQ'];a96_0x2fc5=function(){return _0x25f3e3;};return a96_0x2fc5();}import{LOVRABET_SKILL_SOURCE as a96_0x3dfdf6}from'../constant/distribution.js';import{PRODUCT_CONFIG,productEnvName}from'../constant/product.js';export const LOVRABET_SKILL_SOURCE=a96_0x3dfdf6;function a96_0x474d(_0x55af0d,_0x2b665f){_0x55af0d=_0x55af0d-0xea;const _0x2fc501=a96_0x2fc5();let _0x474ddd=_0x2fc501[_0x55af0d];return _0x474ddd;}export const LOVRABET_SKIP_NPX_SKILLS_ENV=productEnvName(PRODUCT_CONFIG[a96_0x1b76dc(0xee)]);export function shouldSkipNpxSkillsAdd(){return process.env[LOVRABET_SKIP_NPX_SKILLS_ENV]==='1';}export function runNpxSkillsAddGlobal(_0xa98e40,_0xb1c46f=LOVRABET_SKILL_SOURCE,_0x37ecb9){const _0x1544bd=a96_0x1b76dc;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x2fd99e=_0x37ecb9?.[_0x1544bd(0xfc)]??_0x1544bd(0xeb),_0x35824a=resolveNpmBin(_0x1544bd(0xf1)),_0x1ad442=[_0x1544bd(0xea),_0x1544bd(0x100),_0xb1c46f,'-g','-y'],_0x21047d=[_0x35824a,..._0x1ad442]['join']('\x20');console[_0x1544bd(0xf2)]('*\x20'+_0x21047d);const _0x117041=spawnSync(_0x35824a,_0x1ad442,{'cwd':_0xa98e40,'stdio':_0x2fd99e,'env':process.env,'shell':![]});if(_0x117041[_0x1544bd(0xf7)]===0x0)return{'ok':!![],'status':0x0};let _0x1d8897=_0x1544bd(0x101)+(_0x117041[_0x1544bd(0xf7)]??_0x1544bd(0xec));if(_0x2fd99e===_0x1544bd(0xef)){const _0x2fcebc=_0x117041['stderr']?_0x117041[_0x1544bd(0xf9)][_0x1544bd(0xfa)]()[_0x1544bd(0xf0)]():'',_0x313de8=_0x117041[_0x1544bd(0xf3)]?_0x117041[_0x1544bd(0xf3)]['toString']()[_0x1544bd(0xf0)]():'';if(_0x2fcebc)_0x1d8897=_0x2fcebc;else{if(_0x313de8)_0x1d8897=_0x313de8;}}return{'ok':![],'status':_0x117041[_0x1544bd(0xf7)]??null,'error':_0x1d8897};}
1
+ const a96_0x1a362c=a96_0x4326;(function(_0xb608ef,_0x42276f){const _0x102b84=a96_0x4326,_0x5a6ef7=_0xb608ef();while(!![]){try{const _0x247f43=-parseInt(_0x102b84(0x75))/0x1*(-parseInt(_0x102b84(0x86))/0x2)+parseInt(_0x102b84(0x81))/0x3+-parseInt(_0x102b84(0x76))/0x4+parseInt(_0x102b84(0x7e))/0x5*(parseInt(_0x102b84(0x73))/0x6)+-parseInt(_0x102b84(0x84))/0x7+parseInt(_0x102b84(0x7c))/0x8*(parseInt(_0x102b84(0x71))/0x9)+-parseInt(_0x102b84(0x78))/0xa;if(_0x247f43===_0x42276f)break;else _0x5a6ef7['push'](_0x5a6ef7['shift']());}catch(_0x2c3624){_0x5a6ef7['push'](_0x5a6ef7['shift']());}}}(a96_0x5774,0x6b559));function a96_0x4326(_0x54d804,_0x4ff15c){_0x54d804=_0x54d804-0x70;const _0x5774ca=a96_0x5774();let _0x432685=_0x5774ca[_0x54d804];return _0x432685;}import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';import{LOVRABET_SKILL_SOURCE as a96_0x59d4e8}from'../constant/distribution.js';import{PRODUCT_CONFIG,productEnvName}from'../constant/product.js';export const LOVRABET_SKILL_SOURCE=a96_0x59d4e8;export const LOVRABET_SKIP_NPX_SKILLS_ENV=productEnvName(PRODUCT_CONFIG[a96_0x1a362c(0x7a)]);export function shouldSkipNpxSkillsAdd(){return process.env[LOVRABET_SKIP_NPX_SKILLS_ENV]==='1';}export function runNpxSkillsAddGlobal(_0x3434df,_0x2faced=LOVRABET_SKILL_SOURCE,_0x4667a0){const _0x442b18=a96_0x1a362c;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x446b99=_0x4667a0?.[_0x442b18(0x82)]??_0x442b18(0x7b),_0x2a935b=resolveNpmBin(_0x442b18(0x83)),_0xdd46d2=['skills',_0x442b18(0x70),_0x2faced,'-g','-y'],_0x55433a=[_0x2a935b,..._0xdd46d2][_0x442b18(0x7f)]('\x20');console[_0x442b18(0x80)]('*\x20'+_0x55433a);const _0x4afed4=spawnSync(_0x2a935b,_0xdd46d2,{'cwd':_0x3434df,'stdio':_0x446b99,'env':process.env,'shell':![]});if(_0x4afed4['status']===0x0)return{'ok':!![],'status':0x0};let _0x574919=_0x442b18(0x77)+(_0x4afed4[_0x442b18(0x85)]??_0x442b18(0x7d));if(_0x446b99===_0x442b18(0x72)){const _0x5a2563=_0x4afed4[_0x442b18(0x74)]?_0x4afed4['stderr']['toString']()['trim']():'',_0x23fd30=_0x4afed4[_0x442b18(0x79)]?_0x4afed4[_0x442b18(0x79)][_0x442b18(0x87)]()['trim']():'';if(_0x5a2563)_0x574919=_0x5a2563;else{if(_0x23fd30)_0x574919=_0x23fd30;}}return{'ok':![],'status':_0x4afed4[_0x442b18(0x85)]??null,'error':_0x574919};}function a96_0x5774(){const _0x2c94fb=['exit\x20','17820860HgeVMB','stdout','skipNpxSkillsEnvSuffix','inherit','5176HyqQnC','unknown','3075730dkDTft','join','log','2165877sVmhBk','stdio','npx','1410878xUaCMP','status','4RLhnrY','toString','add','10503GGCoHZ','pipe','6LTyvWk','stderr','212999qncrjR','379484rgWVpU'];a96_0x5774=function(){return _0x2c94fb;};return a96_0x5774();}
@@ -1 +1 @@
1
- function a97_0x13b9(){const _0x4fa203=['7rPOKxV','5518035IHpYJp','1270266UsUgEJ','162390CxpeWV','.svn','.git','3067536RJBdxB','.DS_Store','node_modules','build','.next','2063802GewhmW','.cache','.turbo','1845skBQOW','SKILL.md','.hg','17704yOrofn','dist','761680KMrpmN'];a97_0x13b9=function(){return _0x4fa203;};return a97_0x13b9();}const a97_0x289811=a97_0x284f;(function(_0x3d162c,_0x1371cf){const _0x24b697=a97_0x284f,_0x49a86a=_0x3d162c();while(!![]){try{const _0x140aa9=-parseInt(_0x24b697(0x7a))/0x1+parseInt(_0x24b697(0x72))/0x2+parseInt(_0x24b697(0x7e))/0x3+parseInt(_0x24b697(0x81))/0x4+-parseInt(_0x24b697(0x7c))/0x5+parseInt(_0x24b697(0x7d))/0x6*(parseInt(_0x24b697(0x7b))/0x7)+-parseInt(_0x24b697(0x78))/0x8*(-parseInt(_0x24b697(0x75))/0x9);if(_0x140aa9===_0x1371cf)break;else _0x49a86a['push'](_0x49a86a['shift']());}catch(_0x4f2c2f){_0x49a86a['push'](_0x49a86a['shift']());}}}(a97_0x13b9,0x9f6cc));function a97_0x284f(_0x18e77e,_0x2f3a78){_0x18e77e=_0x18e77e-0x71;const _0x13b934=a97_0x13b9();let _0x284f7f=_0x13b934[_0x18e77e];return _0x284f7f;}export const METADATA_FILE='lovrabet.skill.json';export const SKILL_FILE=a97_0x289811(0x76);export const IGNORED_FILE_NAMES=new Set([METADATA_FILE,a97_0x289811(0x82)]);export const IGNORED_DIR_NAMES=new Set([a97_0x289811(0x80),a97_0x289811(0x77),a97_0x289811(0x7f),a97_0x289811(0x83),a97_0x289811(0x71),a97_0x289811(0x79),a97_0x289811(0x84),'coverage',a97_0x289811(0x74),a97_0x289811(0x73)]);
1
+ const a97_0x580b7b=a97_0x5c22;(function(_0x2e3336,_0x40089e){const _0x2dd832=a97_0x5c22,_0x46526a=_0x2e3336();while(!![]){try{const _0x4fec4c=parseInt(_0x2dd832(0x18b))/0x1+parseInt(_0x2dd832(0x193))/0x2+parseInt(_0x2dd832(0x18a))/0x3+-parseInt(_0x2dd832(0x18f))/0x4*(-parseInt(_0x2dd832(0x194))/0x5)+-parseInt(_0x2dd832(0x199))/0x6*(-parseInt(_0x2dd832(0x187))/0x7)+-parseInt(_0x2dd832(0x18c))/0x8*(-parseInt(_0x2dd832(0x19a))/0x9)+-parseInt(_0x2dd832(0x195))/0xa;if(_0x4fec4c===_0x40089e)break;else _0x46526a['push'](_0x46526a['shift']());}catch(_0x29e307){_0x46526a['push'](_0x46526a['shift']());}}}(a97_0x1ae1,0x720c8));export const METADATA_FILE=a97_0x580b7b(0x18e);function a97_0x5c22(_0x535795,_0xe56d07){_0x535795=_0x535795-0x186;const _0x1ae18b=a97_0x1ae1();let _0x5c2214=_0x1ae18b[_0x535795];return _0x5c2214;}function a97_0x1ae1(){const _0x53db9e=['.hg','lovrabet.skill.json','52IuimMz','.DS_Store','node_modules','SKILL.md','96148lYHybm','113185aeGldd','12658780GUXBLy','dist','.cache','coverage','1225404ykbgRI','1521NxlhRa','.git','.svn','14oNAOXP','.next','build','931614fhVtPp','133734fQnJbF','25464hylBDe'];a97_0x1ae1=function(){return _0x53db9e;};return a97_0x1ae1();}export const SKILL_FILE=a97_0x580b7b(0x192);export const IGNORED_FILE_NAMES=new Set([METADATA_FILE,a97_0x580b7b(0x190)]);export const IGNORED_DIR_NAMES=new Set([a97_0x580b7b(0x19b),a97_0x580b7b(0x18d),a97_0x580b7b(0x186),a97_0x580b7b(0x191),a97_0x580b7b(0x188),a97_0x580b7b(0x196),a97_0x580b7b(0x189),a97_0x580b7b(0x198),'.turbo',a97_0x580b7b(0x197)]);
@@ -1 +1 @@
1
- function a98_0xd3b3(_0x5b2c1e,_0x30cfed){_0x5b2c1e=_0x5b2c1e-0xe4;const _0x1959ca=a98_0x1959();let _0xd3b39e=_0x1959ca[_0x5b2c1e];return _0xd3b39e;}(function(_0x364267,_0x4a1078){const _0x3f701b=a98_0xd3b3,_0x42d3bb=_0x364267();while(!![]){try{const _0x3d5ef7=-parseInt(_0x3f701b(0xf2))/0x1+-parseInt(_0x3f701b(0xeb))/0x2*(-parseInt(_0x3f701b(0xe5))/0x3)+parseInt(_0x3f701b(0xf4))/0x4+-parseInt(_0x3f701b(0xe7))/0x5*(parseInt(_0x3f701b(0xe8))/0x6)+-parseInt(_0x3f701b(0xec))/0x7*(-parseInt(_0x3f701b(0xf6))/0x8)+parseInt(_0x3f701b(0xe9))/0x9*(-parseInt(_0x3f701b(0xee))/0xa)+-parseInt(_0x3f701b(0xf0))/0xb;if(_0x3d5ef7===_0x4a1078)break;else _0x42d3bb['push'](_0x42d3bb['shift']());}catch(_0x1c006d){_0x42d3bb['push'](_0x42d3bb['shift']());}}}(a98_0x1959,0xbbd82));import{lstatSync,readlinkSync,realpathSync,renameSync,rmSync,writeFileSync}from'node:fs';import{dirname,isAbsolute,resolve,sep}from'node:path';import{CliErrors}from'../../errors.js';import{normalizeSkillRelativePath}from'./local-files.js';function a98_0x1959(){const _0x7d826d=['5143624QhXlHS','split','8344SgeVwG','validation','18558dSbOJB','startsWith','5ywVNqU','1468962sQNtZK','9KraDZS','Refusing\x20to\x20write\x20through\x20Skill\x20symlink\x20path:\x20','62JxoTxP','9793BdNQbQ','isSymbolicLink','1537630NqDxpQ','from','2613204vAquyD','utf8','1531265wHUvLt','endsWith'];a98_0x1959=function(){return _0x7d826d;};return a98_0x1959();}export function resolveManagedFilePath(_0x3501d6,_0x5e2590){const _0x48fbf8=a98_0xd3b3,_0x347bcd=normalizeSkillRelativePath(_0x5e2590),_0x566cfc=realOrResolved(_0x3501d6),_0x327d73=resolve(_0x566cfc,..._0x347bcd['split']('/'));if(!isPathInside(_0x327d73,_0x566cfc))throw CliErrors[_0x48fbf8(0xe4)]('Unsafe\x20Skill\x20file\x20path:\x20'+_0x5e2590);return ensureNoSymlinkInManagedPath(_0x566cfc,_0x347bcd),_0x327d73;}export function ensureNoSymlinkInManagedPath(_0x1ab54a,_0x13d010){const _0x5ce396=a98_0xd3b3;let _0x7a57da=_0x1ab54a;for(const _0x38c642 of _0x13d010[_0x5ce396(0xf5)]('/')){_0x7a57da=resolve(_0x7a57da,_0x38c642);const _0x252835=lstatIfPresent(_0x7a57da);if(_0x252835?.[_0x5ce396(0xed)]())throw CliErrors[_0x5ce396(0xe4)](_0x5ce396(0xea)+_0x13d010);}}export function isDanglingSymlink(_0x2a2e63){const _0xb4c64b=a98_0xd3b3;try{return lstatSync(_0x2a2e63)[_0xb4c64b(0xed)]();}catch{return![];}}export function resolveSymlinkTarget(_0x5685b3){const _0x47a9bd=readlinkSync(_0x5685b3);return isAbsolute(_0x47a9bd)?_0x47a9bd:resolve(dirname(_0x5685b3),_0x47a9bd);}export function isPathInside(_0x134a6f,_0x7b738f){const _0x1b6862=a98_0xd3b3,_0x287442=_0x134a6f['endsWith'](sep)?_0x134a6f:''+_0x134a6f+sep,_0x19dcb5=_0x7b738f[_0x1b6862(0xf3)](sep)?_0x7b738f:''+_0x7b738f+sep;return _0x134a6f===_0x7b738f||_0x287442[_0x1b6862(0xe6)](_0x19dcb5);}export function realOrResolved(_0x1062f6){try{return realpathSync(_0x1062f6);}catch{return resolve(_0x1062f6);}}export function lstatIfPresent(_0x1c4067){try{return lstatSync(_0x1c4067);}catch{return undefined;}}export function writeTextAtomic(_0x438b06,_0x85b72,_0x17523a){const _0x4a2750=a98_0xd3b3;writeBytesAtomic(_0x438b06,Buffer[_0x4a2750(0xef)](_0x85b72,_0x4a2750(0xf1)),_0x17523a);}export function writeBytesAtomic(_0x36f3bd,_0x4cdd20,_0x5999a6){const _0x3a2a5c=_0x36f3bd+'.tmp';try{writeFileSync(_0x3a2a5c,_0x4cdd20,{'mode':_0x5999a6}),renameSync(_0x3a2a5c,_0x36f3bd);}catch(_0x3d82a3){try{rmSync(_0x3a2a5c,{'force':!![]});}catch{}throw _0x3d82a3;}}export function writeJsonAtomic(_0x2cc315,_0x4c707e){writeTextAtomic(_0x2cc315,JSON['stringify'](_0x4c707e,null,0x2)+'\x0a',0x180);}
1
+ (function(_0x4fdc31,_0x1111db){const _0x37b373=a98_0x51b4,_0x2953f0=_0x4fdc31();while(!![]){try{const _0x5cbcc2=-parseInt(_0x37b373(0x91))/0x1+parseInt(_0x37b373(0x90))/0x2*(-parseInt(_0x37b373(0x94))/0x3)+parseInt(_0x37b373(0x93))/0x4*(parseInt(_0x37b373(0xa0))/0x5)+-parseInt(_0x37b373(0x9d))/0x6+-parseInt(_0x37b373(0x92))/0x7*(parseInt(_0x37b373(0x99))/0x8)+-parseInt(_0x37b373(0x8f))/0x9+-parseInt(_0x37b373(0x9a))/0xa*(-parseInt(_0x37b373(0x96))/0xb);if(_0x5cbcc2===_0x1111db)break;else _0x2953f0['push'](_0x2953f0['shift']());}catch(_0x4507b4){_0x2953f0['push'](_0x2953f0['shift']());}}}(a98_0x444b,0x18f31));import{lstatSync,readlinkSync,realpathSync,renameSync,rmSync,writeFileSync}from'node:fs';import{dirname,isAbsolute,resolve,sep}from'node:path';import{CliErrors}from'../../errors.js';import{normalizeSkillRelativePath}from'./local-files.js';export function resolveManagedFilePath(_0xf866ce,_0x43ddb0){const _0x302f1f=a98_0x51b4,_0x59ad54=normalizeSkillRelativePath(_0x43ddb0),_0x4301af=realOrResolved(_0xf866ce),_0x4ce982=resolve(_0x4301af,..._0x59ad54['split']('/'));if(!isPathInside(_0x4ce982,_0x4301af))throw CliErrors[_0x302f1f(0x97)](_0x302f1f(0x9e)+_0x43ddb0);return ensureNoSymlinkInManagedPath(_0x4301af,_0x59ad54),_0x4ce982;}export function ensureNoSymlinkInManagedPath(_0x228336,_0xa28e1f){const _0x15b4c1=a98_0x51b4;let _0x30e764=_0x228336;for(const _0x2b86ea of _0xa28e1f[_0x15b4c1(0x9c)]('/')){_0x30e764=resolve(_0x30e764,_0x2b86ea);const _0x566add=lstatIfPresent(_0x30e764);if(_0x566add?.['isSymbolicLink']())throw CliErrors[_0x15b4c1(0x97)]('Refusing\x20to\x20write\x20through\x20Skill\x20symlink\x20path:\x20'+_0xa28e1f);}}export function isDanglingSymlink(_0x2ccb67){const _0x458789=a98_0x51b4;try{return lstatSync(_0x2ccb67)[_0x458789(0xa1)]();}catch{return![];}}export function resolveSymlinkTarget(_0x48ac61){const _0x3e7b87=readlinkSync(_0x48ac61);return isAbsolute(_0x3e7b87)?_0x3e7b87:resolve(dirname(_0x48ac61),_0x3e7b87);}export function isPathInside(_0x2a11fb,_0x290bad){const _0x3fea8a=a98_0x51b4,_0x307b24=_0x2a11fb['endsWith'](sep)?_0x2a11fb:''+_0x2a11fb+sep,_0x5cd4da=_0x290bad[_0x3fea8a(0x9b)](sep)?_0x290bad:''+_0x290bad+sep;return _0x2a11fb===_0x290bad||_0x307b24['startsWith'](_0x5cd4da);}function a98_0x51b4(_0x1b5661,_0x326fa2){_0x1b5661=_0x1b5661-0x8f;const _0x444b73=a98_0x444b();let _0x51b4b4=_0x444b73[_0x1b5661];return _0x51b4b4;}export function realOrResolved(_0x44d53f){try{return realpathSync(_0x44d53f);}catch{return resolve(_0x44d53f);}}export function lstatIfPresent(_0x3e1a01){try{return lstatSync(_0x3e1a01);}catch{return undefined;}}export function writeTextAtomic(_0x417199,_0x4460d2,_0x2a6dfe){const _0x22a6f9=a98_0x51b4;writeBytesAtomic(_0x417199,Buffer[_0x22a6f9(0x95)](_0x4460d2,_0x22a6f9(0x98)),_0x2a6dfe);}export function writeBytesAtomic(_0x2c471e,_0x5bf4f1,_0x224cbd){const _0x35e4a5=_0x2c471e+'.tmp';try{writeFileSync(_0x35e4a5,_0x5bf4f1,{'mode':_0x224cbd}),renameSync(_0x35e4a5,_0x2c471e);}catch(_0x22224b){try{rmSync(_0x35e4a5,{'force':!![]});}catch{}throw _0x22224b;}}export function writeJsonAtomic(_0x3c6e0e,_0x2b0a7a){const _0x4c15ce=a98_0x51b4;writeTextAtomic(_0x3c6e0e,JSON[_0x4c15ce(0x9f)](_0x2b0a7a,null,0x2)+'\x0a',0x180);}function a98_0x444b(){const _0x522273=['469XHbbps','1836LDVqhh','702fCwZQG','from','22KCQvJS','validation','utf8','11304IaKfTn','2805830CAjnjb','endsWith','split','593478KhqtWC','Unsafe\x20Skill\x20file\x20path:\x20','stringify','1565sbQRfA','isSymbolicLink','1225188FiAITc','716MYsKpI','189152tpgXnp'];a98_0x444b=function(){return _0x522273;};return a98_0x444b();}
@@ -1 +1 @@
1
- (function(_0x4982fd,_0x1c0605){const _0x2a7e75=a99_0xcf15,_0x49284b=_0x4982fd();while(!![]){try{const _0x4eb4fd=parseInt(_0x2a7e75(0x160))/0x1+parseInt(_0x2a7e75(0x16c))/0x2*(parseInt(_0x2a7e75(0x169))/0x3)+-parseInt(_0x2a7e75(0x162))/0x4+parseInt(_0x2a7e75(0x164))/0x5*(parseInt(_0x2a7e75(0x166))/0x6)+parseInt(_0x2a7e75(0x16b))/0x7*(-parseInt(_0x2a7e75(0x16d))/0x8)+-parseInt(_0x2a7e75(0x15c))/0x9*(-parseInt(_0x2a7e75(0x165))/0xa)+-parseInt(_0x2a7e75(0x15e))/0xb*(parseInt(_0x2a7e75(0x16a))/0xc);if(_0x4eb4fd===_0x1c0605)break;else _0x49284b['push'](_0x49284b['shift']());}catch(_0x8a1640){_0x49284b['push'](_0x49284b['shift']());}}}(a99_0x5a24,0xad241));import{createHash}from'node:crypto';import{fileContent,normalizeManifestFiles}from'./local-files.js';function a99_0xcf15(_0x5675f3,_0x44e19e){_0x5675f3=_0x5675f3-0x15c;const _0x5a2464=a99_0x5a24();let _0xcf152c=_0x5a2464[_0x5675f3];return _0xcf152c;}export function contentHash(_0xa41e1a){const _0x3ccea9=a99_0xcf15;return createHash(_0x3ccea9(0x163))['update'](_0xa41e1a)[_0x3ccea9(0x15d)]('hex');}function a99_0x5a24(){const _0x2c6feb=['9bLkIIP','digest','704kyFxXw','path','852217ckWDKC','hex','5308140khWxJJ','sha256','5vpTylV','11947330uAbVQr','8342454cvwUnq','size','update','166101NUpHrL','251868EteFHX','7wMSvwI','48qqfGfs','11093208eaDVlr'];a99_0x5a24=function(){return _0x2c6feb;};return a99_0x5a24();}export function fileHash(_0x160bc4){return bufferSha256(fileContent(_0x160bc4));}export function bufferSha256(_0x20c635){const _0x76bd80=a99_0xcf15;return createHash('sha256')[_0x76bd80(0x168)](_0x20c635)[_0x76bd80(0x15d)](_0x76bd80(0x161));}export function fileTreeHash(_0xf47f8d){const _0xf13124=a99_0xcf15,_0x3126f4=createHash(_0xf13124(0x163));for(const _0x542f3f of normalizeManifestFiles(_0xf47f8d)){_0x3126f4[_0xf13124(0x168)](_0x542f3f[_0xf13124(0x15f)]),_0x3126f4[_0xf13124(0x168)]('\x00'),_0x3126f4['update'](_0x542f3f[_0xf13124(0x163)]),_0x3126f4[_0xf13124(0x168)]('\x00'),_0x3126f4[_0xf13124(0x168)](String(_0x542f3f[_0xf13124(0x167)])),_0x3126f4[_0xf13124(0x168)]('\x00');}return _0x3126f4[_0xf13124(0x15d)]('hex');}
1
+ (function(_0x4daa5d,_0x4cba79){const _0x111376=a99_0x4a15,_0x15f40c=_0x4daa5d();while(!![]){try{const _0x5e5ac1=-parseInt(_0x111376(0x9f))/0x1*(-parseInt(_0x111376(0xa3))/0x2)+parseInt(_0x111376(0x9c))/0x3*(parseInt(_0x111376(0xaa))/0x4)+parseInt(_0x111376(0xa9))/0x5+-parseInt(_0x111376(0xa4))/0x6+parseInt(_0x111376(0xa5))/0x7+parseInt(_0x111376(0xa8))/0x8+-parseInt(_0x111376(0x9b))/0x9*(parseInt(_0x111376(0xa6))/0xa);if(_0x5e5ac1===_0x4cba79)break;else _0x15f40c['push'](_0x15f40c['shift']());}catch(_0x2d132e){_0x15f40c['push'](_0x15f40c['shift']());}}}(a99_0x3b2e,0x34ca4));function a99_0x4a15(_0xd44727,_0x108016){_0xd44727=_0xd44727-0x9b;const _0x3b2eef=a99_0x3b2e();let _0x4a151e=_0x3b2eef[_0xd44727];return _0x4a151e;}import{createHash}from'node:crypto';function a99_0x3b2e(){const _0x4b6053=['4BKYYPi','315rKAuaQ','263931BKFJzs','size','update','158ISGNgz','sha256','hex','digest','178dVxahF','114618esDoHQ','716926PsHqBt','160960zaNPho','path','1790344ESCObP','1852205zItQLp'];a99_0x3b2e=function(){return _0x4b6053;};return a99_0x3b2e();}import{fileContent,normalizeManifestFiles}from'./local-files.js';export function contentHash(_0x4a5b13){const _0x581c03=a99_0x4a15;return createHash(_0x581c03(0xa0))[_0x581c03(0x9e)](_0x4a5b13)['digest'](_0x581c03(0xa1));}export function fileHash(_0x37849a){return bufferSha256(fileContent(_0x37849a));}export function bufferSha256(_0x102af9){const _0x20b420=a99_0x4a15;return createHash(_0x20b420(0xa0))[_0x20b420(0x9e)](_0x102af9)[_0x20b420(0xa2)](_0x20b420(0xa1));}export function fileTreeHash(_0x29d479){const _0x331bc8=a99_0x4a15,_0x3500a2=createHash(_0x331bc8(0xa0));for(const _0xd650a8 of normalizeManifestFiles(_0x29d479)){_0x3500a2[_0x331bc8(0x9e)](_0xd650a8[_0x331bc8(0xa7)]),_0x3500a2[_0x331bc8(0x9e)]('\x00'),_0x3500a2[_0x331bc8(0x9e)](_0xd650a8[_0x331bc8(0xa0)]),_0x3500a2[_0x331bc8(0x9e)]('\x00'),_0x3500a2['update'](String(_0xd650a8[_0x331bc8(0x9d)])),_0x3500a2[_0x331bc8(0x9e)]('\x00');}return _0x3500a2[_0x331bc8(0xa2)]('hex');}
@@ -1 +1 @@
1
- (function(_0x311194,_0x5f7ac){const _0x52682c=a100_0x489a,_0xe4bea1=_0x311194();while(!![]){try{const _0xd91e4e=parseInt(_0x52682c(0x9c))/0x1*(-parseInt(_0x52682c(0x9e))/0x2)+parseInt(_0x52682c(0x9f))/0x3+parseInt(_0x52682c(0x94))/0x4*(parseInt(_0x52682c(0x74))/0x5)+parseInt(_0x52682c(0x95))/0x6*(parseInt(_0x52682c(0x8d))/0x7)+parseInt(_0x52682c(0x87))/0x8+parseInt(_0x52682c(0x70))/0x9*(parseInt(_0x52682c(0x73))/0xa)+-parseInt(_0x52682c(0x7d))/0xb;if(_0xd91e4e===_0x5f7ac)break;else _0xe4bea1['push'](_0xe4bea1['shift']());}catch(_0x13cdf9){_0xe4bea1['push'](_0xe4bea1['shift']());}}}(a100_0x42c2,0xb897e));import{existsSync,lstatSync,mkdirSync,readdirSync,symlinkSync,unlinkSync}from'node:fs';import{basename,dirname,resolve}from'node:path';import a100_0x5263f6 from'fs-extra';import{CliErrors}from'../../errors.js';import{METADATA_FILE}from'./constants.js';import{isDanglingSymlink,isPathInside,lstatIfPresent,realOrResolved,resolveSymlinkTarget}from'./fs-utils.js';import{readMetadataIfPresent,requireSkillCode}from'./metadata.js';import{getRuntimeSkillCacheRoot,resolveSkillSyncPaths,runtimeAgentSkillRoots,safePathSegment}from'./paths.js';const {copySync,ensureDirSync,removeSync}=a100_0x5263f6;export function linkEffectiveRuntimeSkills(_0x2a712a,_0x3ab98d,_0x319f89={}){const _0x2b4786=a100_0x489a,_0x54b467=new Map();for(const _0x4179be of _0x2a712a){const _0x1330f1=_0x4179be[_0x2b4786(0x85)][_0x2b4786(0x91)];if(!_0x1330f1)continue;const _0x49bd1e=_0x54b467[_0x2b4786(0x7e)](_0x1330f1);(!_0x49bd1e||_0x4179be['scope']==='personal')&&_0x54b467[_0x2b4786(0x76)](_0x1330f1,_0x4179be);}const _0x5ca4ab=[],_0x1757e0=resolveSkillSyncPaths(_0x319f89);for(const _0x4f2765 of _0x54b467[_0x2b4786(0x8c)]()){const _0x26a391=requireSkillCode(_0x4f2765[_0x2b4786(0x85)]),_0x354786=_0x3ab98d+'--'+_0x26a391;for(const _0x5481bd of runtimeAgentSkillRoots(_0x1757e0)){_0x5ca4ab[_0x2b4786(0x86)](ensureManagedSymlink(resolve(_0x5481bd,_0x354786),_0x4f2765[_0x2b4786(0x8e)],_0x1757e0[_0x2b4786(0x82)]));}}return _0x5ca4ab;}export function pruneStaleRuntimeSkillLinks(_0x275444,_0x5cd962,_0x4f9109={},_0x23fdf1){const _0x5aa00c=a100_0x489a,_0x59b72f=resolveSkillSyncPaths(_0x4f9109),_0xccf77a=new Set([..._0x5cd962][_0x5aa00c(0x93)](_0x5ba55a=>_0x5ba55a[_0x5aa00c(0x88)]())[_0x5aa00c(0x7c)](Boolean)),_0x574192=_0x23fdf1?new Set([..._0x23fdf1][_0x5aa00c(0x93)](_0x239c03=>_0x239c03[_0x5aa00c(0x88)]())[_0x5aa00c(0x7c)](Boolean)):undefined,_0x4f4b49=[];for(const _0x379c1e of runtimeAgentSkillRoots(_0x59b72f)){for(const _0x50da08 of managedAppSkillLinkPaths(_0x379c1e,_0x275444)){const _0x242af4=basename(_0x50da08)['slice']((_0x275444+'--')[_0x5aa00c(0x8f)]);if(_0x574192&&!_0x574192[_0x5aa00c(0x99)](_0x242af4))continue;if(_0xccf77a[_0x5aa00c(0x99)](_0x242af4))continue;_0x4f4b49[_0x5aa00c(0x86)](removeManagedSkillLink(_0x50da08,_0x59b72f[_0x5aa00c(0x82)]));}}return _0x4f4b49;}export function pruneStaleRuntimeSkillCache(_0x232881,_0x529f34={}){const _0x492180=a100_0x489a,_0x5a0419=new Set([..._0x232881['activeSkillCodes']][_0x492180(0x93)](_0x17d03b=>_0x17d03b[_0x492180(0x88)]())['filter'](Boolean)),_0x2a0b1e=_0x232881['pruneSkillCodes']?new Set([..._0x232881[_0x492180(0x84)]][_0x492180(0x93)](_0x248e16=>_0x248e16[_0x492180(0x88)]())[_0x492180(0x7c)](Boolean)):undefined,_0x248589=_0x232881[_0x492180(0x79)]??[_0x492180(0x75),_0x492180(0x81)],_0x1cf4b6=resolve(getRuntimeSkillCacheRoot(_0x232881[_0x492180(0x7f)],_0x232881['accessKey'],_0x529f34),safePathSegment(_0x232881['appCode'],_0x492180(0xa0))),_0x2d3d46=[];for(const _0x58ef20 of _0x248589){const _0x592cb5=resolve(_0x1cf4b6,_0x58ef20);if(!existsSync(_0x592cb5))continue;for(const _0x347552 of readdirSync(_0x592cb5,{'withFileTypes':!![]})){if(!_0x347552['isDirectory']())continue;const _0x945e67=_0x347552['name'];if(_0x2a0b1e&&!_0x2a0b1e[_0x492180(0x99)](_0x945e67))continue;if(_0x5a0419['has'](_0x945e67))continue;const _0x75c722=resolve(_0x592cb5,_0x945e67),_0x2e5517=readMetadataIfPresent(resolve(_0x75c722,METADATA_FILE));if(_0x2e5517?.['appCode']!==_0x232881[_0x492180(0xa0)]||_0x2e5517['scope']!==_0x58ef20||_0x2e5517['skillCode']!==_0x945e67){_0x2d3d46[_0x492180(0x86)]({'path':_0x75c722,'action':_0x492180(0x77),'reason':_0x492180(0x8a)});continue;}removeSync(_0x75c722),_0x2d3d46[_0x492180(0x86)]({'path':_0x75c722,'action':_0x492180(0x98)});}}return _0x2d3d46;}function a100_0x42c2(){const _0x24bee4=['push','11804912djOTpY','trim','isDirectory','metadata-mismatch','contentHash','values','287MElQha','dir','length','builtin','skillCode','Refusing\x20to\x20overwrite\x20global\x20Skill\x20path:\x20','map','9000czByhY','139242LDHgmq','scope','Refusing\x20to\x20copy\x20Skill\x20symlink:\x20','removed','has','validation','not-managed-symlink','556757fkrXda','Refusing\x20to\x20overwrite\x20global\x20Skill\x20symlink:\x20','4vSpOWW','3713550oEoBmU','appCode','306cwMVBJ','isSymbolicLink','startsWith','122510ecNMId','1025NiyKOQ','personal','set','skipped','name','scopes','agentsSkillsDir','external-symlink','filter','29404397wPPzgW','get','env','Only\x20builtin\x20Skills\x20can\x20be\x20linked\x20into\x20the\x20global\x20Skill\x20root:\x20','company','managedRoot','created','pruneSkillCodes','skill'];a100_0x42c2=function(){return _0x24bee4;};return a100_0x42c2();}export function linkGlobalRuntimeSkills(_0x57f528,_0x535a4c={}){const _0x252997=a100_0x489a,_0x2dc1b2=resolveSkillSyncPaths(_0x535a4c),_0x4d31ea=[];for(const _0x512d6d of _0x57f528){if(_0x512d6d['scope']!==_0x252997(0x90))throw CliErrors[_0x252997(0x9a)](_0x252997(0x80)+_0x512d6d[_0x252997(0x96)]);const _0x33c2e3=requireSkillCode(_0x512d6d[_0x252997(0x85)]),_0x3f7da1=copyManagedSkillDirectory(_0x512d6d['dir'],resolve(_0x2dc1b2[_0x252997(0x7a)],_0x33c2e3));_0x4d31ea['push']({..._0x3f7da1,'contentHash':_0x512d6d[_0x252997(0x8b)]});}return _0x4d31ea;}function ensureManagedSymlink(_0x4dacbb,_0x3a018c,_0x4214b1){const _0x1bee3e=a100_0x489a;mkdirSync(dirname(_0x4dacbb),{'recursive':!![],'mode':0x1c0});if(existsSync(_0x4dacbb)||isDanglingSymlink(_0x4dacbb)){const _0x459ccc=lstatSync(_0x4dacbb);if(!_0x459ccc[_0x1bee3e(0x71)]())throw CliErrors[_0x1bee3e(0x9a)]('Refusing\x20to\x20overwrite\x20unmanaged\x20path:\x20'+_0x4dacbb);const _0x48d0f9=resolveSymlinkTarget(_0x4dacbb);if(!isPathInside(realOrResolved(_0x48d0f9),realOrResolved(_0x4214b1)))throw CliErrors[_0x1bee3e(0x9a)]('Refusing\x20to\x20overwrite\x20unmanaged\x20symlink:\x20'+_0x4dacbb);if(realOrResolved(_0x48d0f9)===realOrResolved(_0x3a018c))return{'path':_0x4dacbb,'target':_0x3a018c,'action':'unchanged'};return unlinkSync(_0x4dacbb),symlinkSync(_0x3a018c,_0x4dacbb,_0x1bee3e(0x8e)),{'path':_0x4dacbb,'target':_0x3a018c,'action':'updated'};}return symlinkSync(_0x3a018c,_0x4dacbb,_0x1bee3e(0x8e)),{'path':_0x4dacbb,'target':_0x3a018c,'action':_0x1bee3e(0x83)};}function managedAppSkillLinkPaths(_0x4feb9a,_0xba82d0){const _0x41a197=a100_0x489a;if(!existsSync(_0x4feb9a))return[];const _0xf2d99f=_0xba82d0+'--';return readdirSync(_0x4feb9a,{'withFileTypes':!![]})[_0x41a197(0x7c)](_0x499802=>_0x499802[_0x41a197(0x78)][_0x41a197(0x72)](_0xf2d99f))[_0x41a197(0x93)](_0x23deb7=>resolve(_0x4feb9a,_0x23deb7[_0x41a197(0x78)]));}function a100_0x489a(_0x172a1e,_0x413970){_0x172a1e=_0x172a1e-0x70;const _0x42c258=a100_0x42c2();let _0x489ae2=_0x42c258[_0x172a1e];return _0x489ae2;}function removeManagedSkillLink(_0x215e17,_0x44b149){const _0x55ad99=a100_0x489a,_0x5b24f9=lstatIfPresent(_0x215e17);if(!_0x5b24f9?.[_0x55ad99(0x71)]())return{'path':_0x215e17,'action':_0x55ad99(0x77),'reason':_0x55ad99(0x9b)};const _0xff0bb1=resolveSymlinkTarget(_0x215e17);if(!isPathInside(realOrResolved(_0xff0bb1),realOrResolved(_0x44b149)))return{'path':_0x215e17,'action':'skipped','reason':_0x55ad99(0x7b)};return unlinkSync(_0x215e17),{'path':_0x215e17,'action':_0x55ad99(0x98)};}export function copyManagedSkillDirectory(_0x276c47,_0x399e86){const _0x170d34=a100_0x489a,_0x49aa32=resolve(_0x399e86,METADATA_FILE),_0x2b162b=existsSync(_0x399e86);if(_0x2b162b){const _0x37e128=lstatSync(_0x399e86);if(_0x37e128[_0x170d34(0x71)]())throw CliErrors[_0x170d34(0x9a)](_0x170d34(0x9d)+_0x399e86);if(!_0x37e128[_0x170d34(0x89)]())throw CliErrors[_0x170d34(0x9a)](_0x170d34(0x92)+_0x399e86);const _0x63c964=readMetadataIfPresent(_0x49aa32);if(_0x63c964?.[_0x170d34(0x96)]!==_0x170d34(0x90))throw CliErrors[_0x170d34(0x9a)]('Refusing\x20to\x20overwrite\x20unmanaged\x20global\x20Skill\x20directory:\x20'+_0x399e86);}ensureDirSync(dirname(_0x399e86));const _0x36bf79=_0x2b162b?readMetadataIfPresent(_0x49aa32)?.[_0x170d34(0x8b)]:undefined,_0x39bf16=readMetadataIfPresent(resolve(_0x276c47,METADATA_FILE))?.[_0x170d34(0x8b)];return _0x2b162b&&removeSync(_0x399e86),copySkillDirectory(_0x276c47,_0x399e86),{'path':_0x399e86,'target':_0x276c47,'action':!_0x2b162b?_0x170d34(0x83):_0x36bf79===_0x39bf16?'unchanged':'updated'};}function copySkillDirectory(_0x4861f7,_0x320bb6){copySync(_0x4861f7,_0x320bb6,{'dereference':![],'overwrite':!![],'filter'(_0x260862){const _0xbcc43f=a100_0x489a;if(lstatSync(_0x260862)['isSymbolicLink']())throw CliErrors[_0xbcc43f(0x9a)](_0xbcc43f(0x97)+_0x260862);return!![];}});}
1
+ (function(_0x11cf92,_0x105c76){const _0x59c2a6=a100_0x2998,_0x2255d7=_0x11cf92();while(!![]){try{const _0xa287eb=-parseInt(_0x59c2a6(0xe6))/0x1*(parseInt(_0x59c2a6(0xf2))/0x2)+parseInt(_0x59c2a6(0x11a))/0x3*(-parseInt(_0x59c2a6(0x100))/0x4)+-parseInt(_0x59c2a6(0x10a))/0x5*(parseInt(_0x59c2a6(0x107))/0x6)+parseInt(_0x59c2a6(0xf4))/0x7*(-parseInt(_0x59c2a6(0x106))/0x8)+-parseInt(_0x59c2a6(0xe4))/0x9*(parseInt(_0x59c2a6(0x119))/0xa)+parseInt(_0x59c2a6(0xf0))/0xb*(parseInt(_0x59c2a6(0x108))/0xc)+-parseInt(_0x59c2a6(0xe5))/0xd*(-parseInt(_0x59c2a6(0xea))/0xe);if(_0xa287eb===_0x105c76)break;else _0x2255d7['push'](_0x2255d7['shift']());}catch(_0xd25bb5){_0x2255d7['push'](_0x2255d7['shift']());}}}(a100_0x521d,0x59bc7));import{existsSync,lstatSync,mkdirSync,readdirSync,symlinkSync,unlinkSync}from'node:fs';function a100_0x2998(_0x19524e,_0x58a1ce){_0x19524e=_0x19524e-0xe1;const _0x521dcd=a100_0x521d();let _0x29984d=_0x521dcd[_0x19524e];return _0x29984d;}import{basename,dirname,resolve}from'node:path';import a100_0x533b85 from'fs-extra';import{CliErrors}from'../../errors.js';import{METADATA_FILE}from'./constants.js';import{isDanglingSymlink,isPathInside,lstatIfPresent,realOrResolved,resolveSymlinkTarget}from'./fs-utils.js';import{readMetadataIfPresent,requireSkillCode}from'./metadata.js';import{getRuntimeSkillCacheRoot,resolveSkillSyncPaths,runtimeAgentSkillRoots,safePathSegment}from'./paths.js';const {copySync,ensureDirSync,removeSync}=a100_0x533b85;export function linkEffectiveRuntimeSkills(_0x209b04,_0x2fc3e2,_0x3c8ecc={}){const _0x12a7e4=a100_0x2998,_0x39174b=new Map();for(const _0x29b969 of _0x209b04){const _0x26210d=_0x29b969[_0x12a7e4(0x10f)]['skillCode'];if(!_0x26210d)continue;const _0x21c5f9=_0x39174b[_0x12a7e4(0xf8)](_0x26210d);(!_0x21c5f9||_0x29b969[_0x12a7e4(0x116)]===_0x12a7e4(0x101))&&_0x39174b[_0x12a7e4(0x104)](_0x26210d,_0x29b969);}const _0x121f3b=[],_0x1780e4=resolveSkillSyncPaths(_0x3c8ecc);for(const _0x42dbfc of _0x39174b[_0x12a7e4(0xfb)]()){const _0xd42e47=requireSkillCode(_0x42dbfc['skill']),_0x5da869=_0x2fc3e2+'--'+_0xd42e47;for(const _0x35d999 of runtimeAgentSkillRoots(_0x1780e4)){_0x121f3b[_0x12a7e4(0xff)](ensureManagedSymlink(resolve(_0x35d999,_0x5da869),_0x42dbfc['dir'],_0x1780e4[_0x12a7e4(0x109)]));}}return _0x121f3b;}export function pruneStaleRuntimeSkillLinks(_0x2e0dd4,_0x3e7bc5,_0x466f01={},_0x5b41c6){const _0x47e331=a100_0x2998,_0x38798a=resolveSkillSyncPaths(_0x466f01),_0x57a699=new Set([..._0x3e7bc5][_0x47e331(0x114)](_0x5de4b7=>_0x5de4b7[_0x47e331(0xf6)]())['filter'](Boolean)),_0x1d3e70=_0x5b41c6?new Set([..._0x5b41c6]['map'](_0x18215f=>_0x18215f['trim']())[_0x47e331(0xf5)](Boolean)):undefined,_0x5c537d=[];for(const _0x17dce3 of runtimeAgentSkillRoots(_0x38798a)){for(const _0x497b45 of managedAppSkillLinkPaths(_0x17dce3,_0x2e0dd4)){const _0x3ba8b9=basename(_0x497b45)[_0x47e331(0x10e)]((_0x2e0dd4+'--')[_0x47e331(0xfd)]);if(_0x1d3e70&&!_0x1d3e70[_0x47e331(0x111)](_0x3ba8b9))continue;if(_0x57a699[_0x47e331(0x111)](_0x3ba8b9))continue;_0x5c537d[_0x47e331(0xff)](removeManagedSkillLink(_0x497b45,_0x38798a[_0x47e331(0x109)]));}}return _0x5c537d;}export function pruneStaleRuntimeSkillCache(_0x3f837e,_0x2a3788={}){const _0x49a0ac=a100_0x2998,_0x343f39=new Set([..._0x3f837e[_0x49a0ac(0xf1)]][_0x49a0ac(0x114)](_0x5f1d87=>_0x5f1d87[_0x49a0ac(0xf6)]())['filter'](Boolean)),_0x3b4519=_0x3f837e[_0x49a0ac(0xe2)]?new Set([..._0x3f837e['pruneSkillCodes']][_0x49a0ac(0x114)](_0x1c8ed0=>_0x1c8ed0['trim']())[_0x49a0ac(0xf5)](Boolean)):undefined,_0x1aa8aa=_0x3f837e[_0x49a0ac(0xec)]??[_0x49a0ac(0x101),_0x49a0ac(0x118)],_0x61d520=resolve(getRuntimeSkillCacheRoot(_0x3f837e[_0x49a0ac(0xe9)],_0x3f837e[_0x49a0ac(0xed)],_0x2a3788),safePathSegment(_0x3f837e[_0x49a0ac(0xf7)],'appCode')),_0x51394f=[];for(const _0x5bdcb4 of _0x1aa8aa){const _0x5ab20a=resolve(_0x61d520,_0x5bdcb4);if(!existsSync(_0x5ab20a))continue;for(const _0x57e058 of readdirSync(_0x5ab20a,{'withFileTypes':!![]})){if(!_0x57e058[_0x49a0ac(0xef)]())continue;const _0x215aa6=_0x57e058[_0x49a0ac(0xfc)];if(_0x3b4519&&!_0x3b4519[_0x49a0ac(0x111)](_0x215aa6))continue;if(_0x343f39[_0x49a0ac(0x111)](_0x215aa6))continue;const _0x6a3500=resolve(_0x5ab20a,_0x215aa6),_0x54b61b=readMetadataIfPresent(resolve(_0x6a3500,METADATA_FILE));if(_0x54b61b?.[_0x49a0ac(0xf7)]!==_0x3f837e['appCode']||_0x54b61b[_0x49a0ac(0x116)]!==_0x5bdcb4||_0x54b61b[_0x49a0ac(0xf3)]!==_0x215aa6){_0x51394f[_0x49a0ac(0xff)]({'path':_0x6a3500,'action':_0x49a0ac(0x105),'reason':_0x49a0ac(0xfe)});continue;}removeSync(_0x6a3500),_0x51394f[_0x49a0ac(0xff)]({'path':_0x6a3500,'action':'removed'});}}return _0x51394f;}export function linkGlobalRuntimeSkills(_0x555229,_0x4d74f0={}){const _0x3061cf=a100_0x2998,_0x20e98a=resolveSkillSyncPaths(_0x4d74f0),_0x2191ef=[];for(const _0x497ffc of _0x555229){if(_0x497ffc[_0x3061cf(0x116)]!==_0x3061cf(0x110))throw CliErrors['validation'](_0x3061cf(0xee)+_0x497ffc['scope']);const _0x57d469=requireSkillCode(_0x497ffc[_0x3061cf(0x10f)]),_0x390d27=copyManagedSkillDirectory(_0x497ffc[_0x3061cf(0x113)],resolve(_0x20e98a[_0x3061cf(0xe7)],_0x57d469));_0x2191ef[_0x3061cf(0xff)]({..._0x390d27,'contentHash':_0x497ffc[_0x3061cf(0x115)]});}return _0x2191ef;}function ensureManagedSymlink(_0xf4c6fa,_0x4497a5,_0x419a16){const _0x4de790=a100_0x2998;mkdirSync(dirname(_0xf4c6fa),{'recursive':!![],'mode':0x1c0});if(existsSync(_0xf4c6fa)||isDanglingSymlink(_0xf4c6fa)){const _0x1da108=lstatSync(_0xf4c6fa);if(!_0x1da108[_0x4de790(0x112)]())throw CliErrors[_0x4de790(0x10c)](_0x4de790(0x117)+_0xf4c6fa);const _0x48efa8=resolveSymlinkTarget(_0xf4c6fa);if(!isPathInside(realOrResolved(_0x48efa8),realOrResolved(_0x419a16)))throw CliErrors[_0x4de790(0x10c)](_0x4de790(0x10d)+_0xf4c6fa);if(realOrResolved(_0x48efa8)===realOrResolved(_0x4497a5))return{'path':_0xf4c6fa,'target':_0x4497a5,'action':'unchanged'};return unlinkSync(_0xf4c6fa),symlinkSync(_0x4497a5,_0xf4c6fa,_0x4de790(0x113)),{'path':_0xf4c6fa,'target':_0x4497a5,'action':_0x4de790(0x102)};}return symlinkSync(_0x4497a5,_0xf4c6fa,_0x4de790(0x113)),{'path':_0xf4c6fa,'target':_0x4497a5,'action':_0x4de790(0xe8)};}function managedAppSkillLinkPaths(_0x1af754,_0x22498f){const _0x256708=a100_0x2998;if(!existsSync(_0x1af754))return[];const _0x4d9a1c=_0x22498f+'--';return readdirSync(_0x1af754,{'withFileTypes':!![]})[_0x256708(0xf5)](_0x28ee9a=>_0x28ee9a[_0x256708(0xfc)][_0x256708(0x10b)](_0x4d9a1c))['map'](_0x4ddab6=>resolve(_0x1af754,_0x4ddab6[_0x256708(0xfc)]));}function a100_0x521d(){const _0x428ae2=['6800690pPRbUp','321NJlPdM','Refusing\x20to\x20copy\x20Skill\x20symlink:\x20','pruneSkillCodes','unchanged','9zRdGhG','26AbMYey','100981iYHTix','agentsSkillsDir','created','env','16837352DmRChL','Refusing\x20to\x20overwrite\x20global\x20Skill\x20symlink:\x20','scopes','accessKey','Only\x20builtin\x20Skills\x20can\x20be\x20linked\x20into\x20the\x20global\x20Skill\x20root:\x20','isDirectory','278674BOlFYu','activeSkillCodes','10YvkVVx','skillCode','7jcEajk','filter','trim','appCode','get','external-symlink','Refusing\x20to\x20overwrite\x20unmanaged\x20global\x20Skill\x20directory:\x20','values','name','length','metadata-mismatch','push','21680KWKVgk','personal','updated','not-managed-symlink','set','skipped','896136CCCRkL','245094toSEzr','156nOaCny','managedRoot','60gGmEli','startsWith','validation','Refusing\x20to\x20overwrite\x20unmanaged\x20symlink:\x20','slice','skill','builtin','has','isSymbolicLink','dir','map','contentHash','scope','Refusing\x20to\x20overwrite\x20unmanaged\x20path:\x20','company'];a100_0x521d=function(){return _0x428ae2;};return a100_0x521d();}function removeManagedSkillLink(_0x2e2a8a,_0x3fa70e){const _0x78d6e1=a100_0x2998,_0x1f3d29=lstatIfPresent(_0x2e2a8a);if(!_0x1f3d29?.[_0x78d6e1(0x112)]())return{'path':_0x2e2a8a,'action':_0x78d6e1(0x105),'reason':_0x78d6e1(0x103)};const _0x98cbd7=resolveSymlinkTarget(_0x2e2a8a);if(!isPathInside(realOrResolved(_0x98cbd7),realOrResolved(_0x3fa70e)))return{'path':_0x2e2a8a,'action':_0x78d6e1(0x105),'reason':_0x78d6e1(0xf9)};return unlinkSync(_0x2e2a8a),{'path':_0x2e2a8a,'action':'removed'};}export function copyManagedSkillDirectory(_0x6705f9,_0x506696){const _0x10a152=a100_0x2998,_0x1ce785=resolve(_0x506696,METADATA_FILE),_0x563a42=existsSync(_0x506696);if(_0x563a42){const _0xc6794c=lstatSync(_0x506696);if(_0xc6794c[_0x10a152(0x112)]())throw CliErrors[_0x10a152(0x10c)](_0x10a152(0xeb)+_0x506696);if(!_0xc6794c[_0x10a152(0xef)]())throw CliErrors[_0x10a152(0x10c)]('Refusing\x20to\x20overwrite\x20global\x20Skill\x20path:\x20'+_0x506696);const _0x53775c=readMetadataIfPresent(_0x1ce785);if(_0x53775c?.[_0x10a152(0x116)]!==_0x10a152(0x110))throw CliErrors['validation'](_0x10a152(0xfa)+_0x506696);}ensureDirSync(dirname(_0x506696));const _0x1aa60a=_0x563a42?readMetadataIfPresent(_0x1ce785)?.[_0x10a152(0x115)]:undefined,_0x5af28e=readMetadataIfPresent(resolve(_0x6705f9,METADATA_FILE))?.[_0x10a152(0x115)];return _0x563a42&&removeSync(_0x506696),copySkillDirectory(_0x6705f9,_0x506696),{'path':_0x506696,'target':_0x6705f9,'action':!_0x563a42?'created':_0x1aa60a===_0x5af28e?_0x10a152(0xe3):_0x10a152(0x102)};}function copySkillDirectory(_0x19824a,_0x4e9343){copySync(_0x19824a,_0x4e9343,{'dereference':![],'overwrite':!![],'filter'(_0x1041f8){const _0x8acb38=a100_0x2998;if(lstatSync(_0x1041f8)[_0x8acb38(0x112)]())throw CliErrors[_0x8acb38(0x10c)](_0x8acb38(0xe1)+_0x1041f8);return!![];}});}
@@ -1 +1 @@
1
- (function(_0x54b476,_0x11c8e2){const _0x37527f=a101_0x5139,_0x4b51d4=_0x54b476();while(!![]){try{const _0x532b9c=parseInt(_0x37527f(0x10f))/0x1+parseInt(_0x37527f(0x106))/0x2+-parseInt(_0x37527f(0xfc))/0x3*(parseInt(_0x37527f(0xf0))/0x4)+-parseInt(_0x37527f(0x103))/0x5+-parseInt(_0x37527f(0x10c))/0x6+parseInt(_0x37527f(0xf8))/0x7+parseInt(_0x37527f(0xf6))/0x8*(parseInt(_0x37527f(0x105))/0x9);if(_0x532b9c===_0x11c8e2)break;else _0x4b51d4['push'](_0x4b51d4['shift']());}catch(_0x5c4d59){_0x4b51d4['push'](_0x4b51d4['shift']());}}}(a101_0x17a7,0x1ae2d));import{existsSync,readdirSync}from'node:fs';import{resolve}from'node:path';import{METADATA_FILE,SKILL_FILE}from'./constants.js';import{readMetadataIfPresent}from'./metadata.js';function a101_0x17a7(){const _0x19e91e=['from','cache','code','scope','skillMdPath','includes','4AoposB','map','metadataPath','set','push','cacheDir','8aYDaAW','builtin','1309014nUwYpC','skillCode','local','linkedPaths','309357ExfMRL','trim','filter','has','startsWith','appCode','get','974390AcgXnQ','accessKey','311247obIEEH','128780ZVDDBT','sort','scopes','dir','localeCompare','name','94698RUxTKC','linkedPath','tags','137930CczWak','values','isDirectory','source'];a101_0x17a7=function(){return _0x19e91e;};return a101_0x17a7();}function a101_0x5139(_0x2ec5b6,_0x213bb6){_0x2ec5b6=_0x2ec5b6-0xed;const _0x17a746=a101_0x17a7();let _0x513959=_0x17a746[_0x2ec5b6];return _0x513959;}import{getRuntimeSkillCacheRoot,resolveSkillSyncPaths,runtimeAgentSkillRoots,safePathSegment}from'./paths.js';import{isRuntimeSkillScope,normalizeRuntimeSkillScopes}from'./scopes.js';export function listLocalRuntimeSkills(_0x48f112,_0x2ba6e5={}){const _0x1382e1=a101_0x5139,_0x36108c=safePathSegment(_0x48f112[_0x1382e1(0x101)],_0x1382e1(0x101)),_0x3f2ae4=normalizeRuntimeSkillScopes(_0x48f112[_0x1382e1(0x108)]),_0x279ad0=new Set(_0x3f2ae4),_0x1c0e89=_0x48f112[_0x1382e1(0x115)]?.['trim'](),_0x5ef69a=new Map(),_0x565c87=resolve(getRuntimeSkillCacheRoot(_0x48f112['env'],_0x48f112[_0x1382e1(0x104)],_0x2ba6e5),_0x36108c);for(const _0x1b1bc4 of _0x3f2ae4){for(const _0x5b4fe4 of localSkillEntryDirs(resolve(_0x565c87,_0x1b1bc4))){collectLocalRuntimeSkill(_0x5ef69a,_0x5b4fe4,{'appCode':_0x36108c,'scopes':_0x279ad0,'code':_0x1c0e89,'source':_0x1382e1(0x114)});}}const _0x9c74c0=resolveSkillSyncPaths(_0x2ba6e5);for(const _0x2f1b0d of runtimeAgentSkillRoots(_0x9c74c0)){for(const _0x390a56 of localSkillLinkCandidates(_0x2f1b0d,_0x36108c,_0x279ad0)){collectLocalRuntimeSkill(_0x5ef69a,_0x390a56,{'appCode':_0x36108c,'scopes':_0x279ad0,'code':_0x1c0e89,'source':'link','linkedPath':_0x390a56});}}return Array[_0x1382e1(0x113)](_0x5ef69a[_0x1382e1(0x110)]())[_0x1382e1(0x107)](compareLocalRuntimeSkills);}function localSkillEntryDirs(_0x448a88){const _0x4f1175=a101_0x5139;if(!existsSync(_0x448a88))return[];return readdirSync(_0x448a88,{'withFileTypes':!![]})[_0x4f1175(0xfe)](_0x13b1cd=>_0x13b1cd[_0x4f1175(0x111)]()||_0x13b1cd['isSymbolicLink']())[_0x4f1175(0xf1)](_0x264337=>resolve(_0x448a88,_0x264337[_0x4f1175(0x10b)]));}function localSkillLinkCandidates(_0x4a774a,_0x40eaf9,_0x2a8616){const _0x2e4ecf=a101_0x5139;if(!existsSync(_0x4a774a))return[];const _0x50fb77=_0x40eaf9+'--';return readdirSync(_0x4a774a,{'withFileTypes':!![]})[_0x2e4ecf(0xfe)](_0xca38f9=>_0xca38f9[_0x2e4ecf(0x111)]()||_0xca38f9['isSymbolicLink']())[_0x2e4ecf(0xfe)](_0x33cc05=>_0x33cc05[_0x2e4ecf(0x10b)][_0x2e4ecf(0x100)](_0x50fb77)||_0x2a8616[_0x2e4ecf(0xff)](_0x2e4ecf(0xf7)))[_0x2e4ecf(0xf1)](_0x314449=>resolve(_0x4a774a,_0x314449[_0x2e4ecf(0x10b)]));}function collectLocalRuntimeSkill(_0x1ed90d,_0x2780b1,_0x3bab4a){const _0x19221a=a101_0x5139,_0x3415c3=resolve(_0x2780b1,METADATA_FILE),_0x2a6451=readMetadataIfPresent(_0x3415c3);if(!_0x2a6451)return;if(_0x2a6451['appCode']!==_0x3bab4a[_0x19221a(0x101)])return;if(!isRuntimeSkillScope(_0x2a6451[_0x19221a(0xed)])||!_0x3bab4a[_0x19221a(0x108)][_0x19221a(0xff)](_0x2a6451[_0x19221a(0xed)]))return;const _0x3dc832=_0x2a6451[_0x19221a(0xf9)]?.[_0x19221a(0xfd)]();if(!_0x3dc832)return;if(_0x3bab4a[_0x19221a(0x115)]&&_0x3dc832!==_0x3bab4a['code'])return;const _0x4008c9=_0x2a6451[_0x19221a(0xed)]+':'+_0x3dc832,_0xacc19f=_0x3bab4a[_0x19221a(0x10d)]?[_0x3bab4a[_0x19221a(0x10d)]]:[],_0x2f82b0=_0x1ed90d[_0x19221a(0x102)](_0x4008c9);if(_0x2f82b0){_0x3bab4a[_0x19221a(0x112)]===_0x19221a(0x114)&&(_0x2f82b0[_0x19221a(0x109)]=_0x2780b1,_0x2f82b0[_0x19221a(0xf5)]=_0x2780b1,_0x2f82b0[_0x19221a(0xee)]=resolve(_0x2780b1,SKILL_FILE),_0x2f82b0[_0x19221a(0xf2)]=_0x3415c3);for(const _0x40e75b of _0xacc19f){!_0x2f82b0[_0x19221a(0xfb)][_0x19221a(0xef)](_0x40e75b)&&_0x2f82b0[_0x19221a(0xfb)][_0x19221a(0xf4)](_0x40e75b);}_0x2f82b0[_0x19221a(0xfb)][_0x19221a(0x107)]();return;}_0x1ed90d[_0x19221a(0xf3)](_0x4008c9,{..._0x2a6451,'tags':Array['isArray'](_0x2a6451[_0x19221a(0x10e)])?_0x2a6451['tags']:[],'scope':_0x2a6451['scope'],'source':_0x19221a(0xfa),'dir':_0x2780b1,'cacheDir':_0x3bab4a['source']===_0x19221a(0x114)?_0x2780b1:undefined,'skillMdPath':resolve(_0x2780b1,SKILL_FILE),'metadataPath':_0x3415c3,'linkedPaths':_0xacc19f});}function compareLocalRuntimeSkills(_0xbb6af0,_0x5901c1){const _0x2fcfaf=a101_0x5139,_0x197cd5={'personal':0x0,'company':0x1,'builtin':0x2};return _0x197cd5[_0xbb6af0[_0x2fcfaf(0xed)]]-_0x197cd5[_0x5901c1[_0x2fcfaf(0xed)]]||_0xbb6af0[_0x2fcfaf(0xf9)][_0x2fcfaf(0x10a)](_0x5901c1[_0x2fcfaf(0xf9)])||_0xbb6af0['dir'][_0x2fcfaf(0x10a)](_0x5901c1[_0x2fcfaf(0x109)]);}
1
+ (function(_0x4dc915,_0x54d4b0){const _0x5c7358=a101_0x1e5b,_0x23b141=_0x4dc915();while(!![]){try{const _0x40e0d5=-parseInt(_0x5c7358(0x187))/0x1+-parseInt(_0x5c7358(0x176))/0x2+-parseInt(_0x5c7358(0x185))/0x3*(parseInt(_0x5c7358(0x16d))/0x4)+parseInt(_0x5c7358(0x18a))/0x5*(parseInt(_0x5c7358(0x174))/0x6)+-parseInt(_0x5c7358(0x184))/0x7+-parseInt(_0x5c7358(0x167))/0x8*(-parseInt(_0x5c7358(0x179))/0x9)+parseInt(_0x5c7358(0x183))/0xa*(parseInt(_0x5c7358(0x16c))/0xb);if(_0x40e0d5===_0x54d4b0)break;else _0x23b141['push'](_0x23b141['shift']());}catch(_0x4c7551){_0x23b141['push'](_0x23b141['shift']());}}}(a101_0x319c,0x7d1a6));import{existsSync,readdirSync}from'node:fs';import{resolve}from'node:path';import{METADATA_FILE,SKILL_FILE}from'./constants.js';import{readMetadataIfPresent}from'./metadata.js';import{getRuntimeSkillCacheRoot,resolveSkillSyncPaths,runtimeAgentSkillRoots,safePathSegment}from'./paths.js';import{isRuntimeSkillScope,normalizeRuntimeSkillScopes}from'./scopes.js';function a101_0x1e5b(_0x1fda20,_0x47c6ad){_0x1fda20=_0x1fda20-0x163;const _0x319c6b=a101_0x319c();let _0x1e5bb0=_0x319c6b[_0x1fda20];return _0x1e5bb0;}export function listLocalRuntimeSkills(_0x2cbae5,_0x48acb8={}){const _0x31e200=a101_0x1e5b,_0x501b04=safePathSegment(_0x2cbae5[_0x31e200(0x18b)],_0x31e200(0x18b)),_0x10a4a8=normalizeRuntimeSkillScopes(_0x2cbae5['scopes']),_0x414b13=new Set(_0x10a4a8),_0x283d1d=_0x2cbae5[_0x31e200(0x178)]?.['trim'](),_0x31f596=new Map(),_0x56f581=resolve(getRuntimeSkillCacheRoot(_0x2cbae5['env'],_0x2cbae5[_0x31e200(0x168)],_0x48acb8),_0x501b04);for(const _0x39bee4 of _0x10a4a8){for(const _0x11e0db of localSkillEntryDirs(resolve(_0x56f581,_0x39bee4))){collectLocalRuntimeSkill(_0x31f596,_0x11e0db,{'appCode':_0x501b04,'scopes':_0x414b13,'code':_0x283d1d,'source':'cache'});}}const _0x35dc5a=resolveSkillSyncPaths(_0x48acb8);for(const _0x11148e of runtimeAgentSkillRoots(_0x35dc5a)){for(const _0x51d59a of localSkillLinkCandidates(_0x11148e,_0x501b04,_0x414b13)){collectLocalRuntimeSkill(_0x31f596,_0x51d59a,{'appCode':_0x501b04,'scopes':_0x414b13,'code':_0x283d1d,'source':_0x31e200(0x17e),'linkedPath':_0x51d59a});}}return Array[_0x31e200(0x189)](_0x31f596[_0x31e200(0x17d)]())[_0x31e200(0x164)](compareLocalRuntimeSkills);}function localSkillEntryDirs(_0x2f3c87){const _0x11ec83=a101_0x1e5b;if(!existsSync(_0x2f3c87))return[];return readdirSync(_0x2f3c87,{'withFileTypes':!![]})[_0x11ec83(0x173)](_0x309330=>_0x309330['isDirectory']()||_0x309330[_0x11ec83(0x182)]())[_0x11ec83(0x175)](_0x43f595=>resolve(_0x2f3c87,_0x43f595[_0x11ec83(0x16b)]));}function localSkillLinkCandidates(_0x8b475a,_0x40b120,_0x40d435){const _0x1e8e6e=a101_0x1e5b;if(!existsSync(_0x8b475a))return[];const _0x2284d6=_0x40b120+'--';return readdirSync(_0x8b475a,{'withFileTypes':!![]})[_0x1e8e6e(0x173)](_0x5f1aad=>_0x5f1aad[_0x1e8e6e(0x180)]()||_0x5f1aad['isSymbolicLink']())[_0x1e8e6e(0x173)](_0x446563=>_0x446563[_0x1e8e6e(0x16b)][_0x1e8e6e(0x16f)](_0x2284d6)||_0x40d435[_0x1e8e6e(0x177)](_0x1e8e6e(0x181)))[_0x1e8e6e(0x175)](_0x134c3a=>resolve(_0x8b475a,_0x134c3a['name']));}function collectLocalRuntimeSkill(_0xdc095c,_0x4406fe,_0x3089ae){const _0x4a69de=a101_0x1e5b,_0x344b5a=resolve(_0x4406fe,METADATA_FILE),_0x5193b6=readMetadataIfPresent(_0x344b5a);if(!_0x5193b6)return;if(_0x5193b6[_0x4a69de(0x18b)]!==_0x3089ae['appCode'])return;if(!isRuntimeSkillScope(_0x5193b6[_0x4a69de(0x170)])||!_0x3089ae['scopes']['has'](_0x5193b6[_0x4a69de(0x170)]))return;const _0xc0e46b=_0x5193b6[_0x4a69de(0x16a)]?.['trim']();if(!_0xc0e46b)return;if(_0x3089ae['code']&&_0xc0e46b!==_0x3089ae[_0x4a69de(0x178)])return;const _0x5d2236=_0x5193b6[_0x4a69de(0x170)]+':'+_0xc0e46b,_0x2d3447=_0x3089ae[_0x4a69de(0x17b)]?[_0x3089ae[_0x4a69de(0x17b)]]:[],_0x18a10c=_0xdc095c[_0x4a69de(0x165)](_0x5d2236);if(_0x18a10c){_0x3089ae[_0x4a69de(0x166)]===_0x4a69de(0x172)&&(_0x18a10c[_0x4a69de(0x171)]=_0x4406fe,_0x18a10c[_0x4a69de(0x17c)]=_0x4406fe,_0x18a10c[_0x4a69de(0x163)]=resolve(_0x4406fe,SKILL_FILE),_0x18a10c['metadataPath']=_0x344b5a);for(const _0x5d8872 of _0x2d3447){!_0x18a10c[_0x4a69de(0x186)][_0x4a69de(0x169)](_0x5d8872)&&_0x18a10c[_0x4a69de(0x186)][_0x4a69de(0x17a)](_0x5d8872);}_0x18a10c[_0x4a69de(0x186)][_0x4a69de(0x164)]();return;}_0xdc095c['set'](_0x5d2236,{..._0x5193b6,'tags':Array[_0x4a69de(0x16e)](_0x5193b6['tags'])?_0x5193b6[_0x4a69de(0x188)]:[],'scope':_0x5193b6['scope'],'source':'local','dir':_0x4406fe,'cacheDir':_0x3089ae[_0x4a69de(0x166)]===_0x4a69de(0x172)?_0x4406fe:undefined,'skillMdPath':resolve(_0x4406fe,SKILL_FILE),'metadataPath':_0x344b5a,'linkedPaths':_0x2d3447});}function a101_0x319c(){const _0x172bc6=['1883916HfYiYm','linkedPaths','787865fcSzUA','tags','from','845YCchEh','appCode','skillMdPath','sort','get','source','4128JeOquP','accessKey','includes','skillCode','name','10450iZFjZU','4QVloKX','isArray','startsWith','scope','dir','cache','filter','7956VwVGzj','map','174166TLHkBW','has','code','9981zlSGRE','push','linkedPath','cacheDir','values','link','localeCompare','isDirectory','builtin','isSymbolicLink','19980ACQzaq','4753672aKTHNM'];a101_0x319c=function(){return _0x172bc6;};return a101_0x319c();}function compareLocalRuntimeSkills(_0x52b7ef,_0xde3672){const _0x54d04c=a101_0x1e5b,_0xcd8ff8={'personal':0x0,'company':0x1,'builtin':0x2};return _0xcd8ff8[_0x52b7ef[_0x54d04c(0x170)]]-_0xcd8ff8[_0xde3672['scope']]||_0x52b7ef[_0x54d04c(0x16a)][_0x54d04c(0x17f)](_0xde3672[_0x54d04c(0x16a)])||_0x52b7ef['dir']['localeCompare'](_0xde3672[_0x54d04c(0x171)]);}
@@ -1 +1 @@
1
- (function(_0x4d5250,_0x5c0956){const _0x2f67be=a102_0x1284,_0x523ecd=_0x4d5250();while(!![]){try{const _0x3577bb=parseInt(_0x2f67be(0x189))/0x1*(parseInt(_0x2f67be(0x15d))/0x2)+-parseInt(_0x2f67be(0x188))/0x3+parseInt(_0x2f67be(0x17e))/0x4+parseInt(_0x2f67be(0x17b))/0x5+-parseInt(_0x2f67be(0x15e))/0x6+-parseInt(_0x2f67be(0x16d))/0x7*(-parseInt(_0x2f67be(0x187))/0x8)+-parseInt(_0x2f67be(0x16a))/0x9*(parseInt(_0x2f67be(0x175))/0xa);if(_0x3577bb===_0x5c0956)break;else _0x523ecd['push'](_0x523ecd['shift']());}catch(_0x119939){_0x523ecd['push'](_0x523ecd['shift']());}}}(a102_0x1513,0x355a9));import{readFileSync,readdirSync,realpathSync}from'node:fs';import{relative,resolve}from'node:path';import{CliErrors}from'../../errors.js';import{IGNORED_DIR_NAMES,IGNORED_FILE_NAMES,SKILL_FILE}from'./constants.js';export function fileContent(_0x36859c){const _0x15dca0=a102_0x1284;return _0x36859c[_0x15dca0(0x184)]??Buffer[_0x15dca0(0x179)](_0x36859c[_0x15dca0(0x15c)]??'',_0x15dca0(0x16c));}export function fileText(_0x5b11b2){const _0x49def3=a102_0x1284;return fileContent(_0x5b11b2)['toString'](_0x49def3(0x16c));}function a102_0x1284(_0x4febf3,_0x5e6c06){_0x4febf3=_0x4febf3-0x15b;const _0x1513dd=a102_0x1513();let _0x128499=_0x1513dd[_0x4febf3];return _0x128499;}export function normalizeLocalFiles(_0x5cbf3a){const _0x3b71cd=a102_0x1284;if(!Array[_0x3b71cd(0x17f)](_0x5cbf3a)||_0x5cbf3a[_0x3b71cd(0x166)]===0x0)return[];const _0x57a6a1=new Map();for(const _0x3ac03c of _0x5cbf3a){if(!_0x3ac03c||typeof _0x3ac03c!==_0x3b71cd(0x161)||typeof _0x3ac03c[_0x3b71cd(0x178)]!==_0x3b71cd(0x177))throw CliErrors['validation'](_0x3b71cd(0x17c));const _0x3ceb4d=normalizeSkillRelativePath(_0x3ac03c[_0x3b71cd(0x178)]);if(_0x57a6a1['has'](_0x3ceb4d))throw CliErrors['validation'](_0x3b71cd(0x16f)+_0x3ceb4d);if(_0x3ac03c['bytes']!==undefined&&!Buffer[_0x3b71cd(0x162)](_0x3ac03c[_0x3b71cd(0x184)]))throw CliErrors[_0x3b71cd(0x172)](_0x3b71cd(0x15b)+_0x3ceb4d);if(_0x3ac03c[_0x3b71cd(0x184)]===undefined&&typeof _0x3ac03c[_0x3b71cd(0x15c)]!==_0x3b71cd(0x177))throw CliErrors[_0x3b71cd(0x172)]('Skill\x20file\x20content\x20must\x20be\x20text\x20or\x20bytes:\x20'+_0x3ceb4d);const _0x36cbb1=fileContent(_0x3ac03c);_0x57a6a1[_0x3b71cd(0x182)](_0x3ceb4d,{'path':_0x3ceb4d,'bytes':_0x36cbb1});}return Array[_0x3b71cd(0x179)](_0x57a6a1['values']())['sort'](compareSkillFiles);}export function normalizeManifestFiles(_0x36aea0){const _0x5b72eb=a102_0x1284;if(!Array[_0x5b72eb(0x17f)](_0x36aea0)||_0x36aea0['length']===0x0)return[];const _0x4f335a=new Map();for(const _0xc1d439 of _0x36aea0){if(!_0xc1d439||typeof _0xc1d439!==_0x5b72eb(0x161)||typeof _0xc1d439[_0x5b72eb(0x178)]!==_0x5b72eb(0x177))throw CliErrors[_0x5b72eb(0x172)](_0x5b72eb(0x17c));const _0x2bed92=normalizeSkillRelativePath(_0xc1d439[_0x5b72eb(0x178)]);if(_0x4f335a[_0x5b72eb(0x180)](_0x2bed92))throw CliErrors['validation']('Duplicate\x20Skill\x20file\x20path:\x20'+_0x2bed92);if(!isSha256Hex(_0xc1d439['sha256']))throw CliErrors[_0x5b72eb(0x172)](_0x5b72eb(0x16b)+_0x2bed92);if(!Number[_0x5b72eb(0x16e)](_0xc1d439[_0x5b72eb(0x174)])||_0xc1d439['size']<0x0)throw CliErrors[_0x5b72eb(0x172)](_0x5b72eb(0x171)+_0x2bed92);_0x4f335a[_0x5b72eb(0x182)](_0x2bed92,{'path':_0x2bed92,'sha256':_0xc1d439[_0x5b72eb(0x164)][_0x5b72eb(0x168)](),'size':_0xc1d439[_0x5b72eb(0x174)]});}return Array[_0x5b72eb(0x179)](_0x4f335a[_0x5b72eb(0x170)]())[_0x5b72eb(0x169)](compareSkillFiles);}export function scanSkillDirectory(_0x2f3a38){const _0x100a95=realpathSync(_0x2f3a38),_0x104297=[];function _0x498d7f(_0x2ee9ae){const _0x847d02=a102_0x1284,_0x57fec1=readdirSync(_0x2ee9ae,{'withFileTypes':!![]})[_0x847d02(0x169)]((_0x2f08cb,_0x26a167)=>_0x2f08cb[_0x847d02(0x17d)][_0x847d02(0x186)](_0x26a167['name']));for(const _0x2e15cd of _0x57fec1){if(_0x2e15cd[_0x847d02(0x173)]()&&IGNORED_DIR_NAMES[_0x847d02(0x180)](_0x2e15cd[_0x847d02(0x17d)]))continue;if(IGNORED_FILE_NAMES['has'](_0x2e15cd[_0x847d02(0x17d)]))continue;const _0x21f898=resolve(_0x2ee9ae,_0x2e15cd[_0x847d02(0x17d)]);if(_0x2e15cd[_0x847d02(0x15f)]())throw CliErrors[_0x847d02(0x172)](_0x847d02(0x183)+_0x21f898);const _0x5edc7b=toPosixPath(relative(_0x100a95,_0x21f898));if(_0x2e15cd[_0x847d02(0x173)]()){_0x498d7f(_0x21f898);continue;}if(!_0x2e15cd['isFile']())continue;validateSkillRelativePath(_0x5edc7b);const _0x13468b=readFileSync(_0x21f898);_0x104297[_0x847d02(0x185)]({'path':_0x5edc7b,'bytes':_0x13468b});}}return _0x498d7f(_0x100a95),normalizeLocalFiles(_0x104297);}export function compareSkillFiles(_0x1b781c,_0x2e7773){const _0xbd3cbf=a102_0x1284;if(_0x1b781c['path']===SKILL_FILE)return _0x2e7773[_0xbd3cbf(0x178)]===SKILL_FILE?0x0:-0x1;if(_0x2e7773[_0xbd3cbf(0x178)]===SKILL_FILE)return 0x1;return Buffer[_0xbd3cbf(0x163)](Buffer[_0xbd3cbf(0x179)](_0x1b781c[_0xbd3cbf(0x178)],'utf8'),Buffer['from'](_0x2e7773[_0xbd3cbf(0x178)],'utf8'));}export function normalizeSkillRelativePath(_0x7cd0ff){const _0x5bf677=a102_0x1284,_0x541d39=toPosixPath(_0x7cd0ff[_0x5bf677(0x17a)]());return validateSkillRelativePath(_0x541d39),_0x541d39;}function a102_0x1513(){const _0x34f20f=['validation','isDirectory','size','490tHASaK','Unsafe\x20Skill\x20file\x20path:\x20','string','path','from','trim','1528470FwPNfm','Skill\x20file\x20path\x20must\x20be\x20text.','name','767396JDNhMu','isArray','has','split','set','Skill\x20directory\x20contains\x20unsupported\x20symlink:\x20','bytes','push','localeCompare','8PDIZIn','1285272yBZGOZ','146581hYDPmx','Skill\x20file\x20bytes\x20must\x20be\x20a\x20Buffer:\x20','content','2gWBrNF','1266036DRPNdJ','isSymbolicLink','includes','object','isBuffer','compare','sha256','startsWith','length','replace','toLowerCase','sort','26226tLxVVL','Skill\x20file\x20sha256\x20is\x20invalid:\x20','utf8','2496403YRaJQq','isSafeInteger','Duplicate\x20Skill\x20file\x20path:\x20','values','Skill\x20file\x20size\x20is\x20invalid:\x20'];a102_0x1513=function(){return _0x34f20f;};return a102_0x1513();}export function validateSkillRelativePath(_0x44a1ec){const _0x2c875d=a102_0x1284;if(!_0x44a1ec||_0x44a1ec[_0x2c875d(0x165)]('/')||_0x44a1ec[_0x2c875d(0x160)]('//'))throw CliErrors['validation'](_0x2c875d(0x176)+_0x44a1ec);for(const _0xebe824 of _0x44a1ec[_0x2c875d(0x181)]('/')){if(!_0xebe824||_0xebe824==='.'||_0xebe824==='..')throw CliErrors[_0x2c875d(0x172)](_0x2c875d(0x176)+_0x44a1ec);}}export function toPosixPath(_0x3b4261){const _0x23e374=a102_0x1284;return _0x3b4261[_0x23e374(0x167)](/\\/g,'/');}export function isSha256Hex(_0x90a82b){const _0x16257f=a102_0x1284;return typeof _0x90a82b===_0x16257f(0x177)&&/^[a-fA-F0-9]{64}$/['test'](_0x90a82b);}
1
+ (function(_0x403bce,_0x3a68ae){const _0x555cc6=a102_0x1e06,_0x5d521d=_0x403bce();while(!![]){try{const _0x58a0c3=parseInt(_0x555cc6(0xe9))/0x1*(parseInt(_0x555cc6(0xdd))/0x2)+-parseInt(_0x555cc6(0xe4))/0x3+-parseInt(_0x555cc6(0xca))/0x4*(parseInt(_0x555cc6(0xce))/0x5)+parseInt(_0x555cc6(0xf0))/0x6*(parseInt(_0x555cc6(0xd0))/0x7)+parseInt(_0x555cc6(0xec))/0x8*(parseInt(_0x555cc6(0xd8))/0x9)+-parseInt(_0x555cc6(0xcc))/0xa+-parseInt(_0x555cc6(0xdc))/0xb*(-parseInt(_0x555cc6(0xed))/0xc);if(_0x58a0c3===_0x3a68ae)break;else _0x5d521d['push'](_0x5d521d['shift']());}catch(_0xfcb664){_0x5d521d['push'](_0x5d521d['shift']());}}}(a102_0xb736,0x76521));import{readFileSync,readdirSync,realpathSync}from'node:fs';import{relative,resolve}from'node:path';import{CliErrors}from'../../errors.js';import{IGNORED_DIR_NAMES,IGNORED_FILE_NAMES,SKILL_FILE}from'./constants.js';function a102_0x1e06(_0x57ee63,_0x26bf63){_0x57ee63=_0x57ee63-0xc6;const _0xb73695=a102_0xb736();let _0x1e0656=_0xb73695[_0x57ee63];return _0x1e0656;}export function fileContent(_0xefd80c){const _0x2fdd90=a102_0x1e06;return _0xefd80c[_0x2fdd90(0xe6)]??Buffer[_0x2fdd90(0xc6)](_0xefd80c[_0x2fdd90(0xe3)]??'',_0x2fdd90(0xc8));}export function fileText(_0x1ae713){const _0x42ab27=a102_0x1e06;return fileContent(_0x1ae713)['toString'](_0x42ab27(0xc8));}export function normalizeLocalFiles(_0x59e9ab){const _0x494c89=a102_0x1e06;if(!Array['isArray'](_0x59e9ab)||_0x59e9ab[_0x494c89(0xd5)]===0x0)return[];const _0x4721a4=new Map();for(const _0x4e9089 of _0x59e9ab){if(!_0x4e9089||typeof _0x4e9089!==_0x494c89(0xcb)||typeof _0x4e9089['path']!=='string')throw CliErrors[_0x494c89(0xda)](_0x494c89(0xe8));const _0x5325b3=normalizeSkillRelativePath(_0x4e9089[_0x494c89(0xeb)]);if(_0x4721a4[_0x494c89(0xe0)](_0x5325b3))throw CliErrors[_0x494c89(0xda)](_0x494c89(0xd7)+_0x5325b3);if(_0x4e9089[_0x494c89(0xe6)]!==undefined&&!Buffer[_0x494c89(0xd2)](_0x4e9089['bytes']))throw CliErrors[_0x494c89(0xda)](_0x494c89(0xdf)+_0x5325b3);if(_0x4e9089[_0x494c89(0xe6)]===undefined&&typeof _0x4e9089['content']!=='string')throw CliErrors['validation'](_0x494c89(0xe1)+_0x5325b3);const _0x425e84=fileContent(_0x4e9089);_0x4721a4[_0x494c89(0xee)](_0x5325b3,{'path':_0x5325b3,'bytes':_0x425e84});}return Array[_0x494c89(0xc6)](_0x4721a4[_0x494c89(0xea)]())['sort'](compareSkillFiles);}export function normalizeManifestFiles(_0x5d1aa4){const _0x3efdf3=a102_0x1e06;if(!Array['isArray'](_0x5d1aa4)||_0x5d1aa4[_0x3efdf3(0xd5)]===0x0)return[];const _0x535126=new Map();for(const _0x3a1004 of _0x5d1aa4){if(!_0x3a1004||typeof _0x3a1004!==_0x3efdf3(0xcb)||typeof _0x3a1004['path']!==_0x3efdf3(0xc7))throw CliErrors['validation'](_0x3efdf3(0xe8));const _0x821854=normalizeSkillRelativePath(_0x3a1004[_0x3efdf3(0xeb)]);if(_0x535126[_0x3efdf3(0xe0)](_0x821854))throw CliErrors[_0x3efdf3(0xda)](_0x3efdf3(0xd7)+_0x821854);if(!isSha256Hex(_0x3a1004[_0x3efdf3(0xef)]))throw CliErrors[_0x3efdf3(0xda)](_0x3efdf3(0xdb)+_0x821854);if(!Number[_0x3efdf3(0xf1)](_0x3a1004[_0x3efdf3(0xd4)])||_0x3a1004[_0x3efdf3(0xd4)]<0x0)throw CliErrors['validation'](_0x3efdf3(0xc9)+_0x821854);_0x535126[_0x3efdf3(0xee)](_0x821854,{'path':_0x821854,'sha256':_0x3a1004[_0x3efdf3(0xef)][_0x3efdf3(0xf2)](),'size':_0x3a1004[_0x3efdf3(0xd4)]});}return Array[_0x3efdf3(0xc6)](_0x535126[_0x3efdf3(0xea)]())[_0x3efdf3(0xe5)](compareSkillFiles);}export function scanSkillDirectory(_0x3f0f8c){const _0x3d71c9=realpathSync(_0x3f0f8c),_0x2881f8=[];function _0x4b3284(_0x3a4777){const _0x5c0801=a102_0x1e06,_0x394cd1=readdirSync(_0x3a4777,{'withFileTypes':!![]})[_0x5c0801(0xe5)]((_0x41b970,_0x5b9d80)=>_0x41b970[_0x5c0801(0xcd)]['localeCompare'](_0x5b9d80[_0x5c0801(0xcd)]));for(const _0x86f3cd of _0x394cd1){if(_0x86f3cd[_0x5c0801(0xe7)]()&&IGNORED_DIR_NAMES[_0x5c0801(0xe0)](_0x86f3cd[_0x5c0801(0xcd)]))continue;if(IGNORED_FILE_NAMES[_0x5c0801(0xe0)](_0x86f3cd[_0x5c0801(0xcd)]))continue;const _0x5190da=resolve(_0x3a4777,_0x86f3cd[_0x5c0801(0xcd)]);if(_0x86f3cd[_0x5c0801(0xe2)]())throw CliErrors['validation'](_0x5c0801(0xd9)+_0x5190da);const _0x5bf3a0=toPosixPath(relative(_0x3d71c9,_0x5190da));if(_0x86f3cd['isDirectory']()){_0x4b3284(_0x5190da);continue;}if(!_0x86f3cd[_0x5c0801(0xd3)]())continue;validateSkillRelativePath(_0x5bf3a0);const _0x58c63f=readFileSync(_0x5190da);_0x2881f8[_0x5c0801(0xd6)]({'path':_0x5bf3a0,'bytes':_0x58c63f});}}return _0x4b3284(_0x3d71c9),normalizeLocalFiles(_0x2881f8);}function a102_0xb736(){const _0x380544=['Unsafe\x20Skill\x20file\x20path:\x20','isBuffer','isFile','size','length','push','Duplicate\x20Skill\x20file\x20path:\x20','27XUfjOW','Skill\x20directory\x20contains\x20unsupported\x20symlink:\x20','validation','Skill\x20file\x20sha256\x20is\x20invalid:\x20','3002791vtudkR','86296zzIeBW','startsWith','Skill\x20file\x20bytes\x20must\x20be\x20a\x20Buffer:\x20','has','Skill\x20file\x20content\x20must\x20be\x20text\x20or\x20bytes:\x20','isSymbolicLink','content','2705190mydtzY','sort','bytes','isDirectory','Skill\x20file\x20path\x20must\x20be\x20text.','19llguVM','values','path','1172200bkgbND','12dSnndn','set','sha256','6yDvSql','isSafeInteger','toLowerCase','from','string','utf8','Skill\x20file\x20size\x20is\x20invalid:\x20','1296188mFOyJO','object','6664660DYkTIs','name','5NgJWQz','test','5911612yOFxbW'];a102_0xb736=function(){return _0x380544;};return a102_0xb736();}export function compareSkillFiles(_0x3458d1,_0x107132){const _0x3d9742=a102_0x1e06;if(_0x3458d1[_0x3d9742(0xeb)]===SKILL_FILE)return _0x107132['path']===SKILL_FILE?0x0:-0x1;if(_0x107132[_0x3d9742(0xeb)]===SKILL_FILE)return 0x1;return Buffer['compare'](Buffer[_0x3d9742(0xc6)](_0x3458d1[_0x3d9742(0xeb)],_0x3d9742(0xc8)),Buffer[_0x3d9742(0xc6)](_0x107132[_0x3d9742(0xeb)],'utf8'));}export function normalizeSkillRelativePath(_0x538112){const _0x400cdf=toPosixPath(_0x538112['trim']());return validateSkillRelativePath(_0x400cdf),_0x400cdf;}export function validateSkillRelativePath(_0x51f05d){const _0x3461b5=a102_0x1e06;if(!_0x51f05d||_0x51f05d[_0x3461b5(0xde)]('/')||_0x51f05d['includes']('//'))throw CliErrors['validation'](_0x3461b5(0xd1)+_0x51f05d);for(const _0x5d8832 of _0x51f05d['split']('/')){if(!_0x5d8832||_0x5d8832==='.'||_0x5d8832==='..')throw CliErrors[_0x3461b5(0xda)]('Unsafe\x20Skill\x20file\x20path:\x20'+_0x51f05d);}}export function toPosixPath(_0x49e051){return _0x49e051['replace'](/\\/g,'/');}export function isSha256Hex(_0x1bdf37){const _0x35066b=a102_0x1e06;return typeof _0x1bdf37===_0x35066b(0xc7)&&/^[a-fA-F0-9]{64}$/[_0x35066b(0xcf)](_0x1bdf37);}
@@ -1 +1 @@
1
- (function(_0x123589,_0xe7c0c2){const _0x18d67a=a103_0x36d5,_0x388f5a=_0x123589();while(!![]){try{const _0x3d17e2=-parseInt(_0x18d67a(0x138))/0x1+-parseInt(_0x18d67a(0x12a))/0x2*(parseInt(_0x18d67a(0x11c))/0x3)+parseInt(_0x18d67a(0x13d))/0x4+-parseInt(_0x18d67a(0x13e))/0x5*(parseInt(_0x18d67a(0x125))/0x6)+parseInt(_0x18d67a(0x113))/0x7*(-parseInt(_0x18d67a(0x11a))/0x8)+-parseInt(_0x18d67a(0x136))/0x9+parseInt(_0x18d67a(0x123))/0xa;if(_0x3d17e2===_0xe7c0c2)break;else _0x388f5a['push'](_0x388f5a['shift']());}catch(_0xf003cd){_0x388f5a['push'](_0x388f5a['shift']());}}}(a103_0xcc67,0x3ee8a));import{existsSync,lstatSync,mkdirSync,readFileSync,rmSync}from'node:fs';import{dirname,resolve}from'node:path';import{isCollection,isMap,isNode,parseDocument,visit}from'yaml';import{CliErrors}from'../../errors.js';function a103_0x36d5(_0x1ce337,_0x1f0f18){_0x1ce337=_0x1ce337-0x10f;const _0xcc6743=a103_0xcc67();let _0x36d54c=_0xcc6743[_0x1ce337];return _0x36d54c;}import{METADATA_FILE,SKILL_FILE}from'./constants.js';import{resolveManagedFilePath,writeBytesAtomic,writeJsonAtomic}from'./fs-utils.js';import{bufferSha256,contentHash,fileHash}from'./hashing.js';import{fileContent,fileText,normalizeLocalFiles}from'./local-files.js';import{buildMetadata,readMetadataIfPresent,requireSkillCode}from'./metadata.js';import{getRuntimeSkillDir}from'./paths.js';import{extractDownloadedPackage,requirePackageBytes}from'./zip-package.js';export function materializeRuntimeSkill(_0xcd7d4e,_0x232907,_0x57639b){const _0x4a340b=a103_0x36d5,_0x349b5d=requireSkillCode(_0xcd7d4e),_0x4fd25d=requirePackageBytes(_0x349b5d,_0x57639b['packageBytes']),_0x353a7a=extractDownloadedPackage(_0x4fd25d),_0x1641a3=_0x353a7a[_0x4a340b(0x11b)](_0x43367f=>_0x43367f[_0x4a340b(0x12f)]===SKILL_FILE);if(!_0x1641a3)throw CliErrors[_0x4a340b(0x134)](_0x4a340b(0x129)+SKILL_FILE+':\x20'+_0x349b5d);const _0x589a07=withMaterializedSkillFrontmatter(_0x353a7a,_0xcd7d4e,_0x349b5d),_0x32df9f=_0x589a07[_0x4a340b(0x11b)](_0x10a747=>_0x10a747[_0x4a340b(0x12f)]===SKILL_FILE),_0x3ad5a8=fileText(_0x32df9f),_0x108db9=getRuntimeSkillDir(_0x57639b[_0x4a340b(0x126)],_0x57639b[_0x4a340b(0x132)],_0x57639b['appCode'],_0x232907,_0x349b5d,_0x57639b['paths']),_0x21a472=resolve(_0x108db9,SKILL_FILE),_0x498937=resolve(_0x108db9,METADATA_FILE),_0x106e0f=contentHash(_0x3ad5a8),_0x13879d=readMetadataIfPresent(_0x498937)?.[_0x4a340b(0x114)];ensurePulledFilesCanBeOverwritten(_0x108db9,_0x498937,_0x589a07,_0x57639b[_0x4a340b(0x127)]===!![]),mkdirSync(_0x108db9,{'recursive':!![],'mode':0x1c0});const _0x541dca=existsSync(_0x21a472)?readFileSync(_0x21a472,'utf8'):undefined;return materializeFiles(_0x108db9,_0x589a07),removeStaleManagedFiles(_0x108db9,_0x13879d,_0x589a07),writeJsonAtomic(_0x498937,buildMetadata(_0xcd7d4e,_0x232907,_0x57639b[_0x4a340b(0x139)],_0x106e0f,_0x57639b[_0x4a340b(0x135)],_0x589a07,_0x4fd25d)),{'skill':_0xcd7d4e,'scope':_0x232907,'dir':_0x108db9,'skillMdPath':_0x21a472,'metadataPath':_0x498937,'contentHash':_0x106e0f,'changed':_0x541dca!==_0x3ad5a8};}function withMaterializedSkillFrontmatter(_0xa70b86,_0x4fd051,_0x5ba7ab){const _0x1bcdf7=a103_0x36d5,_0x469563=skillDisplayName(_0x4fd051,_0x5ba7ab),_0x475d64=_0x4fd051['description']?.[_0x1bcdf7(0x112)]()||_0x469563||_0x5ba7ab;return normalizeLocalFiles(_0xa70b86)[_0x1bcdf7(0x116)](_0x316164=>{const _0xbb50a=_0x1bcdf7,_0x58791c=fileText(_0x316164);if(_0x316164[_0xbb50a(0x12f)]!==SKILL_FILE)return _0x316164;if(hasYamlFrontmatter(_0x58791c))return{'path':_0x316164[_0xbb50a(0x12f)],'content':withSyncedDisplayName(_0x58791c,_0x469563)};return{'path':_0x316164[_0xbb50a(0x12f)],'content':prependSkillFrontmatter(_0x58791c,{'name':_0x5ba7ab,'displayName':_0x469563,'description':_0x475d64})};});}function hasYamlFrontmatter(_0x4e89c9){return/^\uFEFF?---\s*\r?\n/['test'](_0x4e89c9);}function prependSkillFrontmatter(_0x2a1c11,_0x504734){const _0x2b0ac7=a103_0x36d5,_0x3d672c=_0x2a1c11[_0x2b0ac7(0x10f)](/^\uFEFF/,'');return['---',_0x2b0ac7(0x118)+yamlString(_0x504734[_0x2b0ac7(0x140)]),_0x504734['displayName']?_0x2b0ac7(0x117)+yamlString(_0x504734[_0x2b0ac7(0x110)]):undefined,_0x2b0ac7(0x11d)+yamlString(_0x504734[_0x2b0ac7(0x133)]),'---','',_0x3d672c][_0x2b0ac7(0x13c)](_0x1f0ce7=>_0x1f0ce7!==undefined)[_0x2b0ac7(0x12c)]('\x0a');}function yamlString(_0x5c75de){const _0x2fa9ea=a103_0x36d5;return JSON[_0x2fa9ea(0x130)](_0x5c75de[_0x2fa9ea(0x10f)](/\r/g,'')[_0x2fa9ea(0x112)]());}function skillDisplayName(_0x5e5e51,_0x13fac5){const _0x5204a8=a103_0x36d5,_0x46359e=_0x5e5e51[_0x5204a8(0x11f)]?.['trim']();return _0x46359e||_0x13fac5;}function withSyncedDisplayName(_0x1ff059,_0x9cb4fb){const _0x3d3950=a103_0x36d5,_0x2a6c52=_0x1ff059[_0x3d3950(0x12d)](/^(\uFEFF?)---\s*\r?\n([\s\S]*?)\r?\n---(?:\r?\n|$)/);if(!_0x2a6c52)return _0x1ff059;const _0x1633b0=_0x2a6c52[0x1]??'',_0x37ccec=_0x2a6c52[0x2]??'',_0x24d55f=parseDocument(_0x37ccec);if(_0x24d55f['errors'][_0x3d3950(0x13f)]>0x0||!isMap(_0x24d55f['contents']))return _0x1ff059;if(_0x9cb4fb)_0x24d55f[_0x3d3950(0x131)](_0x3d3950(0x110),_0x9cb4fb);else{if(_0x24d55f[_0x3d3950(0x122)]('displayName'))_0x24d55f[_0x3d3950(0x111)](_0x3d3950(0x110));else return _0x1ff059;}forceBlockCollections(_0x24d55f['contents']);const _0x429b66=_0x24d55f['toString']({'lineWidth':0x0})[_0x3d3950(0x128)](),_0x5883d1=_0x1ff059[_0x3d3950(0x12b)](_0x2a6c52[0x0]['length'])[_0x3d3950(0x10f)](/^\r?\n/,'');return _0x1633b0+_0x3d3950(0x13a)+_0x429b66+_0x3d3950(0x120)+_0x5883d1;}function a103_0xcc67(){const _0x5e9c74=['1842792xHEJlN','find','3IhOyPa','description:\x20','Push\x20the\x20directory\x20first,\x20then\x20rerun\x20skill\x20install.\x20Changed\x20file:\x20','skillName','\x0a---\x0a\x0a','Local\x20SKILL.md\x20has\x20unpushed\x20edits:\x20','has','13475810GwTEbG','Managed\x20file\x20is\x20no\x20longer\x20a\x20regular\x20file:\x20','6RcXAwT','env','force','trimEnd','Runtime\x20Skill\x20package\x20is\x20missing\x20','42974XnJUhv','slice','join','match','contentHash','path','stringify','set','accessKey','description','validation','pulledAt','4602150DYiILv','keys','305305lQbjIQ','appCode','---\x0a','utf8','filter','1432740VLhShN','1898005lrLKzd','length','name','replace','displayName','delete','trim','7myeapi','fileHashes','Local\x20Skill\x20files\x20have\x20unpushed\x20edits:\x20','map','displayName:\x20','name:\x20','isFile'];a103_0xcc67=function(){return _0x5e9c74;};return a103_0xcc67();}function forceBlockCollections(_0x53d9e8){if(!isNode(_0x53d9e8))return;visit(_0x53d9e8,(_0x4737e0,_0x58c03b)=>{isCollection(_0x58c03b)&&(_0x58c03b['flow']=![]);});}function ensurePulledFilesCanBeOverwritten(_0x24606b,_0x2c31d3,_0x294868,_0x40f882){const _0x3748a9=a103_0x36d5;if(_0x40f882||!existsSync(_0x2c31d3))return;const _0x1535ec=readMetadataIfPresent(_0x2c31d3);if(!_0x1535ec)return;const _0x2cc1b7=_0x1535ec[_0x3748a9(0x114)]&&Object['keys'](_0x1535ec['fileHashes'])['length']>0x0?_0x1535ec[_0x3748a9(0x114)]:undefined;if(_0x2cc1b7)for(const [_0x5f5c7d,_0xceb1be]of Object['entries'](_0x2cc1b7)){const _0x1f002f=resolveManagedFilePath(_0x24606b,_0x5f5c7d);if(!existsSync(_0x1f002f))throw CliErrors[_0x3748a9(0x134)]('Local\x20Skill\x20files\x20have\x20unpushed\x20edits:\x20'+_0x24606b,'Managed\x20file\x20was\x20removed\x20locally:\x20'+_0x5f5c7d);const _0x3010f3=lstatSync(_0x1f002f);if(!_0x3010f3[_0x3748a9(0x119)]())throw CliErrors[_0x3748a9(0x134)]('Local\x20Skill\x20files\x20have\x20unpushed\x20edits:\x20'+_0x24606b,_0x3748a9(0x124)+_0x5f5c7d);const _0x450cc9=bufferSha256(readFileSync(_0x1f002f));if(_0x450cc9!==_0xceb1be)throw CliErrors[_0x3748a9(0x134)](_0x3748a9(0x115)+_0x24606b+'.\x20Changed\x20file:\x20'+_0x5f5c7d,_0x3748a9(0x11e)+_0x5f5c7d);}else{const _0x4f091e=resolve(_0x24606b,SKILL_FILE);if(existsSync(_0x4f091e)&&_0x1535ec['contentHash']){const _0xf7d60=contentHash(readFileSync(_0x4f091e,_0x3748a9(0x13b)));if(_0xf7d60!==_0x1535ec[_0x3748a9(0x12e)])throw CliErrors[_0x3748a9(0x134)](_0x3748a9(0x121)+_0x4f091e,'Push\x20the\x20directory\x20first,\x20then\x20rerun\x20skill\x20install.');}}for(const _0x3681b8 of normalizeLocalFiles(_0x294868)){if(_0x2cc1b7?.[_0x3681b8[_0x3748a9(0x12f)]])continue;if(!_0x2cc1b7&&_0x3681b8[_0x3748a9(0x12f)]===SKILL_FILE)continue;const _0x4fe8c2=resolveManagedFilePath(_0x24606b,_0x3681b8[_0x3748a9(0x12f)]);if(!existsSync(_0x4fe8c2))continue;const _0xca96f8=lstatSync(_0x4fe8c2);if(!_0xca96f8[_0x3748a9(0x119)]())throw CliErrors[_0x3748a9(0x134)](_0x3748a9(0x115)+_0x24606b,'Remote\x20Skill\x20would\x20overwrite\x20a\x20local\x20non-file\x20path:\x20'+_0x3681b8[_0x3748a9(0x12f)]);const _0x303d53=bufferSha256(readFileSync(_0x4fe8c2));if(_0x303d53!==fileHash(_0x3681b8))throw CliErrors['validation'](_0x3748a9(0x115)+_0x24606b,'Remote\x20Skill\x20would\x20overwrite\x20an\x20unmanaged\x20local\x20file:\x20'+_0x3681b8[_0x3748a9(0x12f)]);}}function materializeFiles(_0x3fb16e,_0x11d965){const _0x35039a=a103_0x36d5;for(const _0x1f2f63 of normalizeLocalFiles(_0x11d965)){const _0x4d6f5f=resolveManagedFilePath(_0x3fb16e,_0x1f2f63[_0x35039a(0x12f)]);mkdirSync(dirname(_0x4d6f5f),{'recursive':!![],'mode':0x1c0}),writeBytesAtomic(_0x4d6f5f,fileContent(_0x1f2f63),0x180);}}function removeStaleManagedFiles(_0x1b1ff8,_0x147c24,_0x476d73){const _0x93f6a=a103_0x36d5;if(!_0x147c24)return;const _0x128b3c=new Set(normalizeLocalFiles(_0x476d73)[_0x93f6a(0x116)](_0x472d25=>_0x472d25[_0x93f6a(0x12f)]));for(const _0x1fc07c of Object[_0x93f6a(0x137)](_0x147c24)){if(_0x128b3c[_0x93f6a(0x122)](_0x1fc07c))continue;const _0x2723c9=resolveManagedFilePath(_0x1b1ff8,_0x1fc07c);existsSync(_0x2723c9)&&lstatSync(_0x2723c9)['isFile']()&&rmSync(_0x2723c9,{'force':!![]});}}
1
+ (function(_0x3aa6b1,_0x122d2d){const _0x265907=a103_0x528b,_0x199c58=_0x3aa6b1();while(!![]){try{const _0x46391a=-parseInt(_0x265907(0x19e))/0x1*(parseInt(_0x265907(0x1ac))/0x2)+parseInt(_0x265907(0x1a8))/0x3+parseInt(_0x265907(0x1ae))/0x4*(-parseInt(_0x265907(0x1cd))/0x5)+-parseInt(_0x265907(0x19b))/0x6+parseInt(_0x265907(0x1b7))/0x7*(parseInt(_0x265907(0x1d0))/0x8)+parseInt(_0x265907(0x1c5))/0x9*(-parseInt(_0x265907(0x1bb))/0xa)+-parseInt(_0x265907(0x1c4))/0xb*(-parseInt(_0x265907(0x1c2))/0xc);if(_0x46391a===_0x122d2d)break;else _0x199c58['push'](_0x199c58['shift']());}catch(_0xa67086){_0x199c58['push'](_0x199c58['shift']());}}}(a103_0x36c8,0x745fd));import{existsSync,lstatSync,mkdirSync,readFileSync,rmSync}from'node:fs';import{dirname,resolve}from'node:path';import{isCollection,isMap,isNode,parseDocument,visit}from'yaml';import{CliErrors}from'../../errors.js';import{METADATA_FILE,SKILL_FILE}from'./constants.js';import{resolveManagedFilePath,writeBytesAtomic,writeJsonAtomic}from'./fs-utils.js';import{bufferSha256,contentHash,fileHash}from'./hashing.js';import{fileContent,fileText,normalizeLocalFiles}from'./local-files.js';import{buildMetadata,readMetadataIfPresent,requireSkillCode}from'./metadata.js';function a103_0x528b(_0x47f0e2,_0xb727e9){_0x47f0e2=_0x47f0e2-0x193;const _0x36c8d0=a103_0x36c8();let _0x528ba9=_0x36c8d0[_0x47f0e2];return _0x528ba9;}import{getRuntimeSkillDir}from'./paths.js';import{extractDownloadedPackage,requirePackageBytes}from'./zip-package.js';export function materializeRuntimeSkill(_0x495bf9,_0xf7903f,_0x13a149){const _0xa1eb8b=a103_0x528b,_0x1602e7=requireSkillCode(_0x495bf9),_0x125299=requirePackageBytes(_0x1602e7,_0x13a149[_0xa1eb8b(0x1c8)]),_0x4c5c2b=extractDownloadedPackage(_0x125299),_0x2da136=_0x4c5c2b[_0xa1eb8b(0x1a5)](_0x33a7be=>_0x33a7be['path']===SKILL_FILE);if(!_0x2da136)throw CliErrors[_0xa1eb8b(0x198)](_0xa1eb8b(0x1a3)+SKILL_FILE+':\x20'+_0x1602e7);const _0x32a3c7=withMaterializedSkillFrontmatter(_0x4c5c2b,_0x495bf9,_0x1602e7),_0x35dbf1=_0x32a3c7['find'](_0x167b6b=>_0x167b6b['path']===SKILL_FILE),_0x8f167e=fileText(_0x35dbf1),_0xdbf45c=getRuntimeSkillDir(_0x13a149[_0xa1eb8b(0x1bf)],_0x13a149[_0xa1eb8b(0x199)],_0x13a149[_0xa1eb8b(0x19f)],_0xf7903f,_0x1602e7,_0x13a149[_0xa1eb8b(0x1c9)]),_0x3172fe=resolve(_0xdbf45c,SKILL_FILE),_0x527619=resolve(_0xdbf45c,METADATA_FILE),_0x158555=contentHash(_0x8f167e),_0x1c69bb=readMetadataIfPresent(_0x527619)?.[_0xa1eb8b(0x194)];ensurePulledFilesCanBeOverwritten(_0xdbf45c,_0x527619,_0x32a3c7,_0x13a149[_0xa1eb8b(0x1b4)]===!![]),mkdirSync(_0xdbf45c,{'recursive':!![],'mode':0x1c0});const _0x506052=existsSync(_0x3172fe)?readFileSync(_0x3172fe,'utf8'):undefined;return materializeFiles(_0xdbf45c,_0x32a3c7),removeStaleManagedFiles(_0xdbf45c,_0x1c69bb,_0x32a3c7),writeJsonAtomic(_0x527619,buildMetadata(_0x495bf9,_0xf7903f,_0x13a149[_0xa1eb8b(0x19f)],_0x158555,_0x13a149[_0xa1eb8b(0x1cc)],_0x32a3c7,_0x125299)),{'skill':_0x495bf9,'scope':_0xf7903f,'dir':_0xdbf45c,'skillMdPath':_0x3172fe,'metadataPath':_0x527619,'contentHash':_0x158555,'changed':_0x506052!==_0x8f167e};}function withMaterializedSkillFrontmatter(_0x34a4bd,_0x1e9ed9,_0x5409cc){const _0x2518fe=a103_0x528b,_0x2bbfcd=skillDisplayName(_0x1e9ed9,_0x5409cc),_0x56cfb3=_0x1e9ed9[_0x2518fe(0x1a6)]?.['trim']()||_0x2bbfcd||_0x5409cc;return normalizeLocalFiles(_0x34a4bd)['map'](_0x57320b=>{const _0x5a573a=_0x2518fe,_0x132566=fileText(_0x57320b);if(_0x57320b[_0x5a573a(0x1cb)]!==SKILL_FILE)return _0x57320b;if(hasYamlFrontmatter(_0x132566))return{'path':_0x57320b[_0x5a573a(0x1cb)],'content':withSyncedDisplayName(_0x132566,_0x2bbfcd)};return{'path':_0x57320b['path'],'content':prependSkillFrontmatter(_0x132566,{'name':_0x5409cc,'displayName':_0x2bbfcd,'description':_0x56cfb3})};});}function a103_0x36c8(){const _0x4f13fa=['279zEdGXV','match','length','packageBytes','paths','flow','path','pulledAt','25vcbZwR','skillName','has','200FFePZT','name:\x20','fileHashes','map','set','toString','validation','accessKey','Push\x20the\x20directory\x20first,\x20then\x20rerun\x20skill\x20install.\x20Changed\x20file:\x20','3255642MAgZwH','utf8','displayName:\x20','1410YqftYZ','appCode','contentHash','contents','Remote\x20Skill\x20would\x20overwrite\x20a\x20local\x20non-file\x20path:\x20','Runtime\x20Skill\x20package\x20is\x20missing\x20','Push\x20the\x20directory\x20first,\x20then\x20rerun\x20skill\x20install.','find','description','delete','2778354Wotlrh','Local\x20Skill\x20files\x20have\x20unpushed\x20edits:\x20','test','Managed\x20file\x20was\x20removed\x20locally:\x20','1176nbBurB','description:\x20','40052wdmbYo','.\x20Changed\x20file:\x20','replace','join','\x0a---\x0a\x0a','keys','force','entries','Remote\x20Skill\x20would\x20overwrite\x20an\x20unmanaged\x20local\x20file:\x20','177590iBBJDy','errors','Local\x20SKILL.md\x20has\x20unpushed\x20edits:\x20','displayName','141140fdsliJ','---','---\x0a','isFile','env','slice','trim','3102348VcGrFg','Managed\x20file\x20is\x20no\x20longer\x20a\x20regular\x20file:\x20','33lkDpfB'];a103_0x36c8=function(){return _0x4f13fa;};return a103_0x36c8();}function hasYamlFrontmatter(_0x4a9ae6){const _0x146b88=a103_0x528b;return/^\uFEFF?---\s*\r?\n/[_0x146b88(0x1aa)](_0x4a9ae6);}function prependSkillFrontmatter(_0xbd3fe0,_0x3599c3){const _0x187481=a103_0x528b,_0x21b034=_0xbd3fe0[_0x187481(0x1b0)](/^\uFEFF/,'');return[_0x187481(0x1bc),_0x187481(0x193)+yamlString(_0x3599c3['name']),_0x3599c3[_0x187481(0x1ba)]?_0x187481(0x19d)+yamlString(_0x3599c3['displayName']):undefined,_0x187481(0x1ad)+yamlString(_0x3599c3[_0x187481(0x1a6)]),_0x187481(0x1bc),'',_0x21b034]['filter'](_0x63c02c=>_0x63c02c!==undefined)[_0x187481(0x1b1)]('\x0a');}function yamlString(_0xa32e2){const _0x4612f4=a103_0x528b;return JSON['stringify'](_0xa32e2[_0x4612f4(0x1b0)](/\r/g,'')[_0x4612f4(0x1c1)]());}function skillDisplayName(_0x58669f,_0x2a80eb){const _0x33b252=a103_0x528b,_0x1dde42=_0x58669f[_0x33b252(0x1ce)]?.[_0x33b252(0x1c1)]();return _0x1dde42||_0x2a80eb;}function withSyncedDisplayName(_0x4ddd7d,_0x5c74f4){const _0x258389=a103_0x528b,_0x264d3c=_0x4ddd7d[_0x258389(0x1c6)](/^(\uFEFF?)---\s*\r?\n([\s\S]*?)\r?\n---(?:\r?\n|$)/);if(!_0x264d3c)return _0x4ddd7d;const _0x39d7ba=_0x264d3c[0x1]??'',_0x52d79b=_0x264d3c[0x2]??'',_0x528000=parseDocument(_0x52d79b);if(_0x528000[_0x258389(0x1b8)][_0x258389(0x1c7)]>0x0||!isMap(_0x528000[_0x258389(0x1a1)]))return _0x4ddd7d;if(_0x5c74f4)_0x528000[_0x258389(0x196)](_0x258389(0x1ba),_0x5c74f4);else{if(_0x528000[_0x258389(0x1cf)]('displayName'))_0x528000[_0x258389(0x1a7)](_0x258389(0x1ba));else return _0x4ddd7d;}forceBlockCollections(_0x528000[_0x258389(0x1a1)]);const _0x5a341c=_0x528000[_0x258389(0x197)]({'lineWidth':0x0})['trimEnd'](),_0x38c8b0=_0x4ddd7d[_0x258389(0x1c0)](_0x264d3c[0x0][_0x258389(0x1c7)])[_0x258389(0x1b0)](/^\r?\n/,'');return _0x39d7ba+_0x258389(0x1bd)+_0x5a341c+_0x258389(0x1b2)+_0x38c8b0;}function forceBlockCollections(_0x44b94f){if(!isNode(_0x44b94f))return;visit(_0x44b94f,(_0x129209,_0x38b68c)=>{const _0x4c9251=a103_0x528b;isCollection(_0x38b68c)&&(_0x38b68c[_0x4c9251(0x1ca)]=![]);});}function ensurePulledFilesCanBeOverwritten(_0x2353c5,_0x3ded13,_0x6bac66,_0x3a80dc){const _0x11cfe9=a103_0x528b;if(_0x3a80dc||!existsSync(_0x3ded13))return;const _0x5bd05c=readMetadataIfPresent(_0x3ded13);if(!_0x5bd05c)return;const _0x10d180=_0x5bd05c[_0x11cfe9(0x194)]&&Object['keys'](_0x5bd05c[_0x11cfe9(0x194)])[_0x11cfe9(0x1c7)]>0x0?_0x5bd05c['fileHashes']:undefined;if(_0x10d180)for(const [_0x19f932,_0x2f56e3]of Object[_0x11cfe9(0x1b5)](_0x10d180)){const _0x497fbf=resolveManagedFilePath(_0x2353c5,_0x19f932);if(!existsSync(_0x497fbf))throw CliErrors[_0x11cfe9(0x198)](_0x11cfe9(0x1a9)+_0x2353c5,_0x11cfe9(0x1ab)+_0x19f932);const _0x57bb70=lstatSync(_0x497fbf);if(!_0x57bb70[_0x11cfe9(0x1be)]())throw CliErrors[_0x11cfe9(0x198)](_0x11cfe9(0x1a9)+_0x2353c5,_0x11cfe9(0x1c3)+_0x19f932);const _0x58468e=bufferSha256(readFileSync(_0x497fbf));if(_0x58468e!==_0x2f56e3)throw CliErrors[_0x11cfe9(0x198)]('Local\x20Skill\x20files\x20have\x20unpushed\x20edits:\x20'+_0x2353c5+_0x11cfe9(0x1af)+_0x19f932,_0x11cfe9(0x19a)+_0x19f932);}else{const _0x1b9916=resolve(_0x2353c5,SKILL_FILE);if(existsSync(_0x1b9916)&&_0x5bd05c['contentHash']){const _0x4a4705=contentHash(readFileSync(_0x1b9916,_0x11cfe9(0x19c)));if(_0x4a4705!==_0x5bd05c[_0x11cfe9(0x1a0)])throw CliErrors['validation'](_0x11cfe9(0x1b9)+_0x1b9916,_0x11cfe9(0x1a4));}}for(const _0x3dabd4 of normalizeLocalFiles(_0x6bac66)){if(_0x10d180?.[_0x3dabd4[_0x11cfe9(0x1cb)]])continue;if(!_0x10d180&&_0x3dabd4['path']===SKILL_FILE)continue;const _0x5ab0d9=resolveManagedFilePath(_0x2353c5,_0x3dabd4[_0x11cfe9(0x1cb)]);if(!existsSync(_0x5ab0d9))continue;const _0x582d50=lstatSync(_0x5ab0d9);if(!_0x582d50[_0x11cfe9(0x1be)]())throw CliErrors[_0x11cfe9(0x198)](_0x11cfe9(0x1a9)+_0x2353c5,_0x11cfe9(0x1a2)+_0x3dabd4[_0x11cfe9(0x1cb)]);const _0x32fc50=bufferSha256(readFileSync(_0x5ab0d9));if(_0x32fc50!==fileHash(_0x3dabd4))throw CliErrors[_0x11cfe9(0x198)]('Local\x20Skill\x20files\x20have\x20unpushed\x20edits:\x20'+_0x2353c5,_0x11cfe9(0x1b6)+_0x3dabd4[_0x11cfe9(0x1cb)]);}}function materializeFiles(_0x48de71,_0x2cece0){for(const _0x39ec3d of normalizeLocalFiles(_0x2cece0)){const _0x2f12e5=resolveManagedFilePath(_0x48de71,_0x39ec3d['path']);mkdirSync(dirname(_0x2f12e5),{'recursive':!![],'mode':0x1c0}),writeBytesAtomic(_0x2f12e5,fileContent(_0x39ec3d),0x180);}}function removeStaleManagedFiles(_0x697e93,_0x2ceb78,_0x18dd00){const _0x2832cd=a103_0x528b;if(!_0x2ceb78)return;const _0x1dc2e6=new Set(normalizeLocalFiles(_0x18dd00)[_0x2832cd(0x195)](_0x27c8c9=>_0x27c8c9[_0x2832cd(0x1cb)]));for(const _0x2c4268 of Object[_0x2832cd(0x1b3)](_0x2ceb78)){if(_0x1dc2e6['has'](_0x2c4268))continue;const _0x257adc=resolveManagedFilePath(_0x697e93,_0x2c4268);existsSync(_0x257adc)&&lstatSync(_0x257adc)['isFile']()&&rmSync(_0x257adc,{'force':!![]});}}
@@ -1 +1 @@
1
- function a104_0xb92a(){const _0x1a87ee=['2133166ziPjhA','21nfuKhV','version','8244070JjqcBv','forkedFromSkillId','zipSha256','312714TkDQqu','30IMuQCR','manifest','557821pQNeNO','tags','fromEntries','forkedFromVersion','status','length','skillName','utf8','map','2187008SMKCKH','description','readonly','userId','97588trmXQe','ossPath','sourceSessionId','skillCode','trim','toISOString','path','tenantCode','personal','163248WhQvKL','validation','files','hasUpstreamUpdate','isArray','object','Runtime\x20Skill\x20is\x20missing\x20skillCode.','parse','9jgLvoA'];a104_0xb92a=function(){return _0x1a87ee;};return a104_0xb92a();}(function(_0x1b856c,_0x36763f){const _0x100b50=a104_0x1cd0,_0x47266a=_0x1b856c();while(!![]){try{const _0x1afacd=-parseInt(_0x100b50(0xb6))/0x1+-parseInt(_0x100b50(0xa4))/0x2+-parseInt(_0x100b50(0xae))/0x3*(parseInt(_0x100b50(0x9b))/0x4)+-parseInt(_0x100b50(0xb4))/0x5*(-parseInt(_0x100b50(0xb3))/0x6)+-parseInt(_0x100b50(0xad))/0x7+parseInt(_0x100b50(0x97))/0x8+parseInt(_0x100b50(0xac))/0x9*(parseInt(_0x100b50(0xb0))/0xa);if(_0x1afacd===_0x36763f)break;else _0x47266a['push'](_0x47266a['shift']());}catch(_0x1edf54){_0x47266a['push'](_0x47266a['shift']());}}}(a104_0xb92a,0x4826f));import{existsSync,readFileSync}from'node:fs';import{CliErrors}from'../../errors.js';function a104_0x1cd0(_0xfb3dba,_0x37a0ac){_0xfb3dba=_0xfb3dba-0x95;const _0xb92a74=a104_0xb92a();let _0x1cd0ec=_0xb92a74[_0xfb3dba];return _0x1cd0ec;}import{METADATA_FILE}from'./constants.js';import{bufferSha256,fileHash,fileTreeHash}from'./hashing.js';import{fileContent,normalizeLocalFiles}from'./local-files.js';import{buildSkillPackage,localFilesToManifestFiles}from'./zip-package.js';export function buildMetadata(_0x16e053,_0x4a8368,_0x268ba7,_0x14041c,_0x382dd7,_0x4df69f,_0x523bbb){const _0x186865=a104_0x1cd0,_0x39751b=_0x4df69f?normalizeLocalFiles(_0x4df69f):[],_0x493525=!_0x523bbb&&_0x39751b['length']>0x0?buildSkillPackage(_0x39751b):undefined,_0x570e61=_0x523bbb?bufferSha256(_0x523bbb):_0x493525?.['manifest'][_0x186865(0xb2)],_0x51c5f2=_0x523bbb?.[_0x186865(0xbb)]??_0x493525?.[_0x186865(0xb5)]['zipSize'],_0x29cf51=_0x39751b[_0x186865(0xbb)]>0x0?Object[_0x186865(0xb8)](_0x39751b[_0x186865(0x96)](_0x36fda8=>[_0x36fda8[_0x186865(0xa1)],fileHash(_0x36fda8)])):undefined;return{'schemaVersion':_0x39751b['length']>0x0?0x2:0x1,'id':_0x16e053['id'],'appCode':_0x268ba7,'skillCode':requireSkillCode(_0x16e053),'skillName':_0x16e053[_0x186865(0xbc)],'description':_0x16e053[_0x186865(0x98)],'scope':_0x4a8368,'readonly':_0x4a8368!==_0x186865(0xa3)||_0x16e053[_0x186865(0x99)]===!![],'tenantCode':_0x16e053[_0x186865(0xa2)],'userId':_0x16e053[_0x186865(0x9a)],'version':_0x16e053[_0x186865(0xaf)],'status':_0x16e053[_0x186865(0xba)],'tags':Array[_0x186865(0xa8)](_0x16e053[_0x186865(0xb7)])?_0x16e053['tags']:[],'hasUpstreamUpdate':_0x16e053[_0x186865(0xa7)],'forkedFromSkillId':_0x16e053[_0x186865(0xb1)],'forkedFromVersion':_0x16e053[_0x186865(0xb9)],'sourceSessionId':_0x16e053[_0x186865(0x9d)],'contentHash':_0x14041c,'fileHashes':_0x29cf51,'treeHash':_0x39751b[_0x186865(0xbb)]>0x0?fileTreeHash(localFilesToManifestFiles(_0x39751b)):undefined,'ossPath':remoteManifestOssPath(_0x16e053[_0x186865(0xa6)]),'zipSha256':_0x570e61,'zipSize':_0x51c5f2,'files':_0x39751b['length']>0x0?_0x39751b[_0x186865(0x96)](_0x15b968=>({'path':_0x15b968[_0x186865(0xa1)],'hash':fileHash(_0x15b968),'size':fileContent(_0x15b968)['length']})):undefined,'pulledAt':_0x382dd7??new Date()[_0x186865(0xa0)]()};}export function requireSkillCode(_0x7c2f7){const _0x45dd0d=a104_0x1cd0,_0x50092f=_0x7c2f7[_0x45dd0d(0x9e)]?.[_0x45dd0d(0x9f)]();if(!_0x50092f)throw CliErrors[_0x45dd0d(0xa5)](_0x45dd0d(0xaa));return _0x50092f;}export function readMetadataIfPresent(_0x407817){const _0x1cd08c=a104_0x1cd0;if(!existsSync(_0x407817))return undefined;try{const _0x33f4a7=JSON[_0x1cd08c(0xab)](readFileSync(_0x407817,_0x1cd08c(0x95)));return _0x33f4a7;}catch{throw CliErrors[_0x1cd08c(0xa5)]('Invalid\x20'+METADATA_FILE+':\x20'+_0x407817);}}function remoteManifestOssPath(_0x2a3587){const _0x3ee69b=a104_0x1cd0;if(!_0x2a3587||typeof _0x2a3587!==_0x3ee69b(0xa9)||Array[_0x3ee69b(0xa8)](_0x2a3587))return undefined;const _0x523846=_0x2a3587[_0x3ee69b(0x9c)];return typeof _0x523846==='string'&&_0x523846[_0x3ee69b(0x9f)]()?_0x523846[_0x3ee69b(0x9f)]():undefined;}
1
+ (function(_0x285da2,_0x715649){const _0x2a84aa=a104_0x286a,_0x43ccb4=_0x285da2();while(!![]){try{const _0x113746=-parseInt(_0x2a84aa(0x15b))/0x1+-parseInt(_0x2a84aa(0x13f))/0x2+parseInt(_0x2a84aa(0x145))/0x3*(-parseInt(_0x2a84aa(0x14d))/0x4)+-parseInt(_0x2a84aa(0x159))/0x5+-parseInt(_0x2a84aa(0x146))/0x6+parseInt(_0x2a84aa(0x143))/0x7*(parseInt(_0x2a84aa(0x140))/0x8)+parseInt(_0x2a84aa(0x153))/0x9;if(_0x113746===_0x715649)break;else _0x43ccb4['push'](_0x43ccb4['shift']());}catch(_0x3808b7){_0x43ccb4['push'](_0x43ccb4['shift']());}}}(a104_0x1454,0xdf8b5));import{existsSync,readFileSync}from'node:fs';import{CliErrors}from'../../errors.js';function a104_0x1454(){const _0x335d06=['forkedFromVersion','map','zipSha256','sourceSessionId','tags','102302NUnRUj','8usAbBz','personal','readonly','12287814fsgugm','parse','21rKAVrj','2693946SEINXf','skillCode','trim','string','utf8','status','Invalid\x20','423884KXffjF','ossPath','validation','hasUpstreamUpdate','isArray','object','15095250XvQooN','zipSize','length','manifest','description','tenantCode','3003710yyobse','userId','674334dtQtXu'];a104_0x1454=function(){return _0x335d06;};return a104_0x1454();}import{METADATA_FILE}from'./constants.js';function a104_0x286a(_0x531f4b,_0x179c2f){_0x531f4b=_0x531f4b-0x13d;const _0x1454cf=a104_0x1454();let _0x286ade=_0x1454cf[_0x531f4b];return _0x286ade;}import{bufferSha256,fileHash,fileTreeHash}from'./hashing.js';import{fileContent,normalizeLocalFiles}from'./local-files.js';import{buildSkillPackage,localFilesToManifestFiles}from'./zip-package.js';export function buildMetadata(_0x3758df,_0x5bbae8,_0xe00c63,_0x53f93b,_0x2dd9e9,_0x1730d7,_0x1e7448){const _0x5ddf54=a104_0x286a,_0x2f2d6b=_0x1730d7?normalizeLocalFiles(_0x1730d7):[],_0x3bd723=!_0x1e7448&&_0x2f2d6b['length']>0x0?buildSkillPackage(_0x2f2d6b):undefined,_0xc56e7b=_0x1e7448?bufferSha256(_0x1e7448):_0x3bd723?.[_0x5ddf54(0x156)][_0x5ddf54(0x15e)],_0xea35ba=_0x1e7448?.[_0x5ddf54(0x155)]??_0x3bd723?.['manifest'][_0x5ddf54(0x154)],_0x1bf1a8=_0x2f2d6b['length']>0x0?Object['fromEntries'](_0x2f2d6b['map'](_0x314703=>[_0x314703['path'],fileHash(_0x314703)])):undefined;return{'schemaVersion':_0x2f2d6b[_0x5ddf54(0x155)]>0x0?0x2:0x1,'id':_0x3758df['id'],'appCode':_0xe00c63,'skillCode':requireSkillCode(_0x3758df),'skillName':_0x3758df['skillName'],'description':_0x3758df[_0x5ddf54(0x157)],'scope':_0x5bbae8,'readonly':_0x5bbae8!==_0x5ddf54(0x141)||_0x3758df[_0x5ddf54(0x142)]===!![],'tenantCode':_0x3758df[_0x5ddf54(0x158)],'userId':_0x3758df[_0x5ddf54(0x15a)],'version':_0x3758df['version'],'status':_0x3758df[_0x5ddf54(0x14b)],'tags':Array[_0x5ddf54(0x151)](_0x3758df[_0x5ddf54(0x13e)])?_0x3758df[_0x5ddf54(0x13e)]:[],'hasUpstreamUpdate':_0x3758df[_0x5ddf54(0x150)],'forkedFromSkillId':_0x3758df['forkedFromSkillId'],'forkedFromVersion':_0x3758df[_0x5ddf54(0x15c)],'sourceSessionId':_0x3758df[_0x5ddf54(0x13d)],'contentHash':_0x53f93b,'fileHashes':_0x1bf1a8,'treeHash':_0x2f2d6b['length']>0x0?fileTreeHash(localFilesToManifestFiles(_0x2f2d6b)):undefined,'ossPath':remoteManifestOssPath(_0x3758df['files']),'zipSha256':_0xc56e7b,'zipSize':_0xea35ba,'files':_0x2f2d6b[_0x5ddf54(0x155)]>0x0?_0x2f2d6b[_0x5ddf54(0x15d)](_0x505bae=>({'path':_0x505bae['path'],'hash':fileHash(_0x505bae),'size':fileContent(_0x505bae)[_0x5ddf54(0x155)]})):undefined,'pulledAt':_0x2dd9e9??new Date()['toISOString']()};}export function requireSkillCode(_0x2063c6){const _0x5c35cc=a104_0x286a,_0x2e7662=_0x2063c6[_0x5c35cc(0x147)]?.[_0x5c35cc(0x148)]();if(!_0x2e7662)throw CliErrors[_0x5c35cc(0x14f)]('Runtime\x20Skill\x20is\x20missing\x20skillCode.');return _0x2e7662;}export function readMetadataIfPresent(_0x581721){const _0x53826a=a104_0x286a;if(!existsSync(_0x581721))return undefined;try{const _0x13b9fd=JSON[_0x53826a(0x144)](readFileSync(_0x581721,_0x53826a(0x14a)));return _0x13b9fd;}catch{throw CliErrors[_0x53826a(0x14f)](_0x53826a(0x14c)+METADATA_FILE+':\x20'+_0x581721);}}function remoteManifestOssPath(_0xca3bcd){const _0x2663a6=a104_0x286a;if(!_0xca3bcd||typeof _0xca3bcd!==_0x2663a6(0x152)||Array[_0x2663a6(0x151)](_0xca3bcd))return undefined;const _0x15dc98=_0xca3bcd[_0x2663a6(0x14e)];return typeof _0x15dc98===_0x2663a6(0x149)&&_0x15dc98[_0x2663a6(0x148)]()?_0x15dc98[_0x2663a6(0x148)]():undefined;}