@lovrabet/rabetbase-cli 2.3.13-beta.2 → 2.3.13-beta.3

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 (263) hide show
  1. package/README.md +1 -1
  2. package/lib/api/api-doc.js +1 -1
  3. package/lib/api/fetch-model-list.js +1 -1
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/auth/auth-server-ui.js +1 -1
  6. package/lib/auth/auth-server.js +1 -1
  7. package/lib/auth/constant.js +1 -1
  8. package/lib/auth/get-cookie.js +1 -1
  9. package/lib/auth/get-session-user.js +1 -1
  10. package/lib/auth/is-session-valid.js +1 -1
  11. package/lib/auth/login-success-html.js +1 -1
  12. package/lib/auth/logout.js +1 -1
  13. package/lib/cli-flags.js +1 -1
  14. package/lib/cli.js +1 -1
  15. package/lib/commands/api/generate.js +1 -1
  16. package/lib/commands/api/index.js +1 -1
  17. package/lib/commands/api/list.js +1 -1
  18. package/lib/commands/api/pull.js +1 -1
  19. package/lib/commands/api/shared.js +1 -1
  20. package/lib/commands/app/add.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/remote-directory.js +1 -1
  24. package/lib/commands/app/remove.js +1 -1
  25. package/lib/commands/app/shared.js +1 -1
  26. package/lib/commands/app-config/delete.js +1 -1
  27. package/lib/commands/app-config/get.js +1 -1
  28. package/lib/commands/app-config/index.js +1 -1
  29. package/lib/commands/app-config/list.js +1 -1
  30. package/lib/commands/app-config/set.js +1 -1
  31. package/lib/commands/app-config/shared.js +1 -1
  32. package/lib/commands/auth/index.js +1 -1
  33. package/lib/commands/bff/create.js +1 -1
  34. package/lib/commands/bff/delete.js +1 -1
  35. package/lib/commands/bff/detail.js +1 -1
  36. package/lib/commands/bff/index.js +1 -1
  37. package/lib/commands/bff/list.js +1 -1
  38. package/lib/commands/bff/pull.js +1 -1
  39. package/lib/commands/bff/push.js +1 -1
  40. package/lib/commands/bff/status.js +1 -1
  41. package/lib/commands/cli-skill/index.js +1 -1
  42. package/lib/commands/cli-update.js +1 -1
  43. package/lib/commands/codegen/index.js +1 -1
  44. package/lib/commands/codegen/sdk.js +1 -1
  45. package/lib/commands/codegen/sql.js +1 -1
  46. package/lib/commands/common/app-registry.js +1 -1
  47. package/lib/commands/common/app-selector.js +1 -1
  48. package/lib/commands/common/async-task.js +1 -1
  49. package/lib/commands/common/dry-run.js +1 -1
  50. package/lib/commands/common/flags.js +1 -1
  51. package/lib/commands/common/local-file.js +1 -1
  52. package/lib/commands/common/validate.js +1 -1
  53. package/lib/commands/config/get.js +1 -1
  54. package/lib/commands/config/index.js +1 -1
  55. package/lib/commands/config/list.js +1 -1
  56. package/lib/commands/config/set.js +1 -1
  57. package/lib/commands/config/shared.js +1 -1
  58. package/lib/commands/data/filter.js +1 -1
  59. package/lib/commands/data/getOne.js +1 -1
  60. package/lib/commands/data/index.js +1 -1
  61. package/lib/commands/data/shared.js +1 -1
  62. package/lib/commands/dataset/business-group-update.js +1 -1
  63. package/lib/commands/dataset/capability.js +1 -1
  64. package/lib/commands/dataset/delete.js +1 -1
  65. package/lib/commands/dataset/detail.js +1 -1
  66. package/lib/commands/dataset/extend-update.js +1 -1
  67. package/lib/commands/dataset/field-update.js +1 -1
  68. package/lib/commands/dataset/generate.js +1 -1
  69. package/lib/commands/dataset/index.js +1 -1
  70. package/lib/commands/dataset/list.js +1 -1
  71. package/lib/commands/dataset/operations.js +1 -1
  72. package/lib/commands/dataset/relation-audit.js +1 -1
  73. package/lib/commands/dataset/relation-create.js +1 -1
  74. package/lib/commands/dataset/relation-delete.js +1 -1
  75. package/lib/commands/dataset/relation-shared.js +1 -1
  76. package/lib/commands/dataset/relation-update.js +1 -1
  77. package/lib/commands/dataset/relations.js +1 -1
  78. package/lib/commands/dataset/rename.js +1 -1
  79. package/lib/commands/dataset/restore.js +1 -1
  80. package/lib/commands/db/analysis-batching.js +1 -1
  81. package/lib/commands/db/analyze-batch-plan.js +1 -1
  82. package/lib/commands/db/analyze-cancel.js +1 -1
  83. package/lib/commands/db/analyze-start.js +1 -1
  84. package/lib/commands/db/analyze-status.js +1 -1
  85. package/lib/commands/db/create.js +1 -1
  86. package/lib/commands/db/delete.js +1 -1
  87. package/lib/commands/db/detail.js +1 -1
  88. package/lib/commands/db/diff.js +1 -1
  89. package/lib/commands/db/index.js +1 -1
  90. package/lib/commands/db/list.js +1 -1
  91. package/lib/commands/db/shared.js +1 -1
  92. package/lib/commands/db/tables.js +1 -1
  93. package/lib/commands/db/test.js +1 -1
  94. package/lib/commands/db/update.js +1 -1
  95. package/lib/commands/doctor.js +1 -1
  96. package/lib/commands/file/index.js +1 -1
  97. package/lib/commands/init/index.js +1 -1
  98. package/lib/commands/issue/index.js +1 -1
  99. package/lib/commands/issue/nudge.js +1 -1
  100. package/lib/commands/issue/report.js +1 -1
  101. package/lib/commands/issue/shared.js +1 -1
  102. package/lib/commands/logs/index.js +1 -1
  103. package/lib/commands/menu/asset-update.js +1 -0
  104. package/lib/commands/menu/delete.js +1 -1
  105. package/lib/commands/menu/external-link-create.js +1 -1
  106. package/lib/commands/menu/external-link-update.js +1 -0
  107. package/lib/commands/menu/group-create.js +1 -1
  108. package/lib/commands/menu/group-update.js +1 -1
  109. package/lib/commands/menu/index.js +1 -1
  110. package/lib/commands/menu/list.js +1 -1
  111. package/lib/commands/menu/move.js +1 -1
  112. package/lib/commands/menu/regroup-start.js +1 -1
  113. package/lib/commands/menu/shared/compare-table.js +1 -1
  114. package/lib/commands/menu/shared/delete-plan.js +1 -1
  115. package/lib/commands/menu/shared/facts.js +1 -1
  116. package/lib/commands/menu/shared/index.js +1 -1
  117. package/lib/commands/menu/shared/inquirer.js +1 -1
  118. package/lib/commands/menu/shared/local-pages.js +1 -1
  119. package/lib/commands/menu/shared/logic.js +1 -1
  120. package/lib/commands/menu/shared/mutations.js +1 -1
  121. package/lib/commands/menu/shared/service.js +1 -1
  122. package/lib/commands/menu/shared/sync-core.js +1 -1
  123. package/lib/commands/menu/shared/update-core.js +1 -1
  124. package/lib/commands/menu/shared/valid-url.js +1 -1
  125. package/lib/commands/menu/sync.js +1 -1
  126. package/lib/commands/notification/config-list.js +1 -1
  127. package/lib/commands/notification/index.js +1 -1
  128. package/lib/commands/page/generate-start.js +1 -1
  129. package/lib/commands/page/generate-status.js +1 -1
  130. package/lib/commands/page/index.js +1 -1
  131. package/lib/commands/page/pull.js +1 -1
  132. package/lib/commands/page/push.js +1 -1
  133. package/lib/commands/page/relation-audit.js +1 -1
  134. package/lib/commands/page/shared.js +1 -1
  135. package/lib/commands/page/standard-page-status.js +1 -1
  136. package/lib/commands/page/sync.js +1 -1
  137. package/lib/commands/permit/index.js +1 -1
  138. package/lib/commands/permit/page-get.js +1 -1
  139. package/lib/commands/permit/page-set.js +1 -1
  140. package/lib/commands/permit/role-apis-set.js +1 -1
  141. package/lib/commands/permit/role-menus-set.js +1 -1
  142. package/lib/commands/permit/role-menus.js +1 -1
  143. package/lib/commands/permit/shared.js +1 -1
  144. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  145. package/lib/commands/project/create/format-elapsed.js +1 -1
  146. package/lib/commands/project/create/main.js +1 -1
  147. package/lib/commands/project/create/non-interactive.js +1 -1
  148. package/lib/commands/project/create/project-template-path.js +1 -1
  149. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  150. package/lib/commands/project/create/use-format-code.js +1 -1
  151. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  152. package/lib/commands/project/index.js +1 -1
  153. package/lib/commands/project/init.js +1 -1
  154. package/lib/commands/project/upgrade.js +1 -1
  155. package/lib/commands/registry.js +1 -1
  156. package/lib/commands/role/create.js +1 -1
  157. package/lib/commands/role/delete.js +1 -1
  158. package/lib/commands/role/detail.js +1 -1
  159. package/lib/commands/role/index.js +1 -1
  160. package/lib/commands/role/list.js +1 -1
  161. package/lib/commands/role/shared.js +1 -1
  162. package/lib/commands/role/update.js +1 -1
  163. package/lib/commands/role/user-add.js +1 -1
  164. package/lib/commands/role/user-remove.js +1 -1
  165. package/lib/commands/role/user-resolve.js +1 -1
  166. package/lib/commands/run/index.js +1 -1
  167. package/lib/commands/schema.js +1 -1
  168. package/lib/commands/sql/create.js +1 -1
  169. package/lib/commands/sql/delete.js +1 -1
  170. package/lib/commands/sql/detail.js +1 -1
  171. package/lib/commands/sql/exec.js +1 -1
  172. package/lib/commands/sql/index.js +1 -1
  173. package/lib/commands/sql/list.js +1 -1
  174. package/lib/commands/sql/pull.js +1 -1
  175. package/lib/commands/sql/push.js +1 -1
  176. package/lib/commands/sql/save.js +1 -1
  177. package/lib/commands/sql/shared.js +1 -1
  178. package/lib/commands/sql/status.js +1 -1
  179. package/lib/commands/sql/validate.js +1 -1
  180. package/lib/commands/task/index.js +1 -1
  181. package/lib/commands/task/status.js +1 -1
  182. package/lib/commands/workspace/add.js +1 -1
  183. package/lib/commands/workspace/index.js +1 -1
  184. package/lib/commands/workspace/remove.js +1 -1
  185. package/lib/config/schema.js +1 -1
  186. package/lib/constant/cdn.js +1 -1
  187. package/lib/constant/cli.js +1 -1
  188. package/lib/constant/defaults.js +1 -1
  189. package/lib/constant/domain.js +1 -1
  190. package/lib/constant/env.js +1 -1
  191. package/lib/constant/output.js +1 -1
  192. package/lib/constant/paths.js +1 -1
  193. package/lib/constant/risk.js +1 -1
  194. package/lib/context/app-resolver.js +1 -1
  195. package/lib/context/auth-resolver.js +1 -1
  196. package/lib/context/config-loader.js +1 -1
  197. package/lib/context.js +1 -1
  198. package/lib/core/alias-resolver.js +1 -1
  199. package/lib/core/api-client.js +1 -1
  200. package/lib/core/bff/config.js +1 -1
  201. package/lib/core/bff/file-system.js +1 -1
  202. package/lib/core/bff/hash.js +1 -1
  203. package/lib/core/bff/lock.js +1 -1
  204. package/lib/core/bff/utils.js +1 -1
  205. package/lib/core/db-resolver.js +1 -1
  206. package/lib/core/page/file-system.js +1 -1
  207. package/lib/core/page/hash.js +1 -1
  208. package/lib/core/page/lock.js +1 -1
  209. package/lib/core/sql-index-auditor.js +1 -1
  210. package/lib/core/sql-sync/config.js +1 -1
  211. package/lib/core/sql-sync/file-system.js +1 -1
  212. package/lib/core/sql-sync/hash.js +1 -1
  213. package/lib/core/sql-sync/lock.js +1 -1
  214. package/lib/core/sql-sync/utils.js +1 -1
  215. package/lib/core/sql-validator.js +1 -1
  216. package/lib/errors.js +1 -1
  217. package/lib/framework/build-all-flags.js +1 -1
  218. package/lib/framework/error-output.js +1 -1
  219. package/lib/framework/explicit-yes.js +1 -1
  220. package/lib/framework/flags.js +1 -1
  221. package/lib/framework/help.js +1 -1
  222. package/lib/framework/index.js +1 -1
  223. package/lib/framework/output.js +1 -1
  224. package/lib/framework/response.js +1 -1
  225. package/lib/framework/runner-alias.js +1 -1
  226. package/lib/framework/runner.js +1 -1
  227. package/lib/framework/schema-export.js +1 -1
  228. package/lib/framework/types.js +1 -1
  229. package/lib/generated/build-info.js +1 -1
  230. package/lib/help.js +1 -1
  231. package/lib/skills/main.js +1 -1
  232. package/lib/skills/npx-skills-add.js +1 -1
  233. package/lib/telemetry/cli-command-trace.js +1 -1
  234. package/lib/telemetry/cli-help-trace.js +1 -1
  235. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  236. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  237. package/lib/telemetry/send-cli-trace-log.js +1 -1
  238. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  239. package/lib/utils/ai_config.js +1 -1
  240. package/lib/utils/apply-jq-filter.js +1 -1
  241. package/lib/utils/cdn-config.js +1 -1
  242. package/lib/utils/check-sdk-version.js +1 -1
  243. package/lib/utils/cli-version-check.js +1 -1
  244. package/lib/utils/cli-version-policy.js +1 -1
  245. package/lib/utils/config.js +1 -1
  246. package/lib/utils/copy-directory.js +1 -1
  247. package/lib/utils/entity-with-id.js +1 -1
  248. package/lib/utils/file-utils.js +1 -1
  249. package/lib/utils/guides-cdn.js +1 -1
  250. package/lib/utils/http-client.js +1 -1
  251. package/lib/utils/is-non-interactive.js +1 -1
  252. package/lib/utils/logger.js +1 -1
  253. package/lib/utils/params.js +1 -1
  254. package/lib/utils/platform.js +1 -1
  255. package/lib/utils/rules-cdn.js +1 -1
  256. package/lib/utils/sleep.js +1 -1
  257. package/lib/utils/template-replacer.js +1 -1
  258. package/lib/utils/update-notice.js +1 -1
  259. package/lib/utils/version.js +1 -1
  260. package/lib/utils/with-active-cookie.js +1 -1
  261. package/lib/utils/write-cli-side-channel.js +1 -1
  262. package/package.json +1 -1
  263. package/lib/commands/menu/update.js +0 -1
@@ -1 +1 @@
1
- function a219_0x4a90(){var _0x4b763c=['758780mCUwws','20594yWTsvg','structuredErrors','defaultFormat','format','24JWBPse','2168vAYBGw','3094483XkYOYH','13635YKXhQV','flags','4149180LmlCRU','5KFVnRr','5655810mHOjDg','compress','def','157167oJISOr'];a219_0x4a90=function(){return _0x4b763c;};return a219_0x4a90();}(function(_0x186c69,_0x1a8d6e){var _0x23d4b6=a219_0x1022,_0x225d15=_0x186c69();while(!![]){try{var _0x381c75=-parseInt(_0x23d4b6(0x1bc))/0x1+-parseInt(_0x23d4b6(0x1c0))/0x2*(parseInt(_0x23d4b6(0x1ba))/0x3)+-parseInt(_0x23d4b6(0x1bb))/0x4+parseInt(_0x23d4b6(0x1b6))/0x5*(parseInt(_0x23d4b6(0x1b7))/0x6)+parseInt(_0x23d4b6(0x1c2))/0x7+-parseInt(_0x23d4b6(0x1c1))/0x8*(parseInt(_0x23d4b6(0x1b3))/0x9)+parseInt(_0x23d4b6(0x1b5))/0xa;if(_0x381c75===_0x1a8d6e)break;else _0x225d15['push'](_0x225d15['shift']());}catch(_0x44de1d){_0x225d15['push'](_0x225d15['shift']());}}}(a219_0x4a90,0x864d4));import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x5f436c){var _0x408cf4=a219_0x1022;return _0x5f436c?.[_0x408cf4(0x1bd)]===!![];}function a219_0x1022(_0x50bc10,_0x31df0b){_0x50bc10=_0x50bc10-0x1b3;var _0x4a9002=a219_0x4a90();var _0x1022ae=_0x4a9002[_0x50bc10];return _0x1022ae;}export function resolveErrorOutputFormat(_0x38a3bc){var _0x3f57be=a219_0x1022;if(!_0x38a3bc['def'])return _0x38a3bc[_0x3f57be(0x1be)]??_0x3f57be(0x1b8);return resolveOutputConfig({'flags':_0x38a3bc[_0x3f57be(0x1b4)]??{},'def':_0x38a3bc[_0x3f57be(0x1b9)],'configDefault':_0x38a3bc[_0x3f57be(0x1be)]})[_0x3f57be(0x1bf)];}
1
+ (function(_0x33db11,_0x47c8d8){var _0x45692a=a220_0x3294,_0x2816e7=_0x33db11();while(!![]){try{var _0x4b350b=parseInt(_0x45692a(0x1ea))/0x1*(parseInt(_0x45692a(0x1e8))/0x2)+parseInt(_0x45692a(0x1e6))/0x3+parseInt(_0x45692a(0x1e9))/0x4*(-parseInt(_0x45692a(0x1e4))/0x5)+-parseInt(_0x45692a(0x1e5))/0x6*(-parseInt(_0x45692a(0x1f0))/0x7)+parseInt(_0x45692a(0x1e2))/0x8*(parseInt(_0x45692a(0x1ec))/0x9)+parseInt(_0x45692a(0x1ee))/0xa+-parseInt(_0x45692a(0x1e7))/0xb;if(_0x4b350b===_0x47c8d8)break;else _0x2816e7['push'](_0x2816e7['shift']());}catch(_0x2492b3){_0x2816e7['push'](_0x2816e7['shift']());}}}(a220_0x6567,0x8e9e6));function a220_0x3294(_0x12ac73,_0x30c860){_0x12ac73=_0x12ac73-0x1e1;var _0x656783=a220_0x6567();var _0x329498=_0x656783[_0x12ac73];return _0x329498;}function a220_0x6567(){var _0x9c9b34=['format','1464zkTHjM','structuredErrors','28245vkyVkO','10422QXjpqo','1211856pRlHos','25586638AInEgm','910990EPfqPW','80fIWTSx','1LUVtQh','flags','31194kMhUxJ','defaultFormat','7530400xRlkpL','def','3129yygmUM'];a220_0x6567=function(){return _0x9c9b34;};return a220_0x6567();}import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x14c4ee){var _0x458b53=a220_0x3294;return _0x14c4ee?.[_0x458b53(0x1e3)]===!![];}export function resolveErrorOutputFormat(_0x1b68a0){var _0x350486=a220_0x3294;if(!_0x1b68a0[_0x350486(0x1ef)])return _0x1b68a0['defaultFormat']??'compress';return resolveOutputConfig({'flags':_0x1b68a0[_0x350486(0x1eb)]??{},'def':_0x1b68a0[_0x350486(0x1ef)],'configDefault':_0x1b68a0[_0x350486(0x1ed)]})[_0x350486(0x1e1)];}
@@ -1 +1 @@
1
- const a220_0x137d84=a220_0x3513;(function(_0x147a86,_0x35bc87){const _0x1bd9e9=a220_0x3513,_0x40501b=_0x147a86();while(!![]){try{const _0x34e87f=-parseInt(_0x1bd9e9(0x1a1))/0x1+parseInt(_0x1bd9e9(0x19d))/0x2+-parseInt(_0x1bd9e9(0x19a))/0x3+-parseInt(_0x1bd9e9(0x1a2))/0x4*(parseInt(_0x1bd9e9(0x19f))/0x5)+-parseInt(_0x1bd9e9(0x19b))/0x6*(-parseInt(_0x1bd9e9(0x19c))/0x7)+parseInt(_0x1bd9e9(0x194))/0x8+-parseInt(_0x1bd9e9(0x1a0))/0x9*(-parseInt(_0x1bd9e9(0x1a3))/0xa);if(_0x34e87f===_0x35bc87)break;else _0x40501b['push'](_0x40501b['shift']());}catch(_0x36da2f){_0x40501b['push'](_0x40501b['shift']());}}}(a220_0x6a01,0x1e37c));const EXPLICIT_YES_COMMANDS=new Set([a220_0x137d84(0x197),a220_0x137d84(0x199),a220_0x137d84(0x196),'menu\x20group-update',a220_0x137d84(0x198),'menu\x20regroup-start']);function a220_0x3513(_0x4e5232,_0x29ed79){_0x4e5232=_0x4e5232-0x194;const _0x6a01f8=a220_0x6a01();let _0x351355=_0x6a01f8[_0x4e5232];return _0x351355;}export const EXPLICIT_YES_FLAG_DESCRIPTION='Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan';function a220_0x6a01(){const _0xe25dec=['menu\x20delete','345795LodQCO','4002EFcVTd','1631kCVYto','399906EWVeEx','service','10OGuFGi','9PEgITL','107110dJwEHP','403028xJsnWb','709250xERxTx','970976pAHUJh','command','menu\x20group-create','menu\x20external-link-create','menu\x20move'];a220_0x6a01=function(){return _0xe25dec;};return a220_0x6a01();}export function requiresExplicitYes(_0x459cd4){const _0xba935e=a220_0x137d84;return EXPLICIT_YES_COMMANDS['has'](_0x459cd4[_0xba935e(0x19e)]+'\x20'+_0x459cd4[_0xba935e(0x195)]);}
1
+ const a221_0x1e0cd5=a221_0x504d;function a221_0x504d(_0x13bb64,_0x1ba0c6){_0x13bb64=_0x13bb64-0xa7;const _0x33744f=a221_0x3374();let _0x504dbd=_0x33744f[_0x13bb64];return _0x504dbd;}(function(_0x4409b7,_0x30b774){const _0x4bdfd8=a221_0x504d,_0x2d8062=_0x4409b7();while(!![]){try{const _0x348c69=-parseInt(_0x4bdfd8(0xb2))/0x1*(-parseInt(_0x4bdfd8(0xb7))/0x2)+-parseInt(_0x4bdfd8(0xb0))/0x3*(-parseInt(_0x4bdfd8(0xb3))/0x4)+parseInt(_0x4bdfd8(0xb8))/0x5+parseInt(_0x4bdfd8(0xaa))/0x6*(parseInt(_0x4bdfd8(0xb4))/0x7)+-parseInt(_0x4bdfd8(0xb1))/0x8*(-parseInt(_0x4bdfd8(0xb9))/0x9)+parseInt(_0x4bdfd8(0xaf))/0xa+-parseInt(_0x4bdfd8(0xab))/0xb;if(_0x348c69===_0x30b774)break;else _0x2d8062['push'](_0x2d8062['shift']());}catch(_0x1f2a6b){_0x2d8062['push'](_0x2d8062['shift']());}}}(a221_0x3374,0x43685));const EXPLICIT_YES_COMMANDS=new Set([a221_0x1e0cd5(0xb5),'menu\x20delete',a221_0x1e0cd5(0xae),a221_0x1e0cd5(0xa9),a221_0x1e0cd5(0xa7),a221_0x1e0cd5(0xa8)]);export const EXPLICIT_YES_FLAG_DESCRIPTION=a221_0x1e0cd5(0xac);function a221_0x3374(){const _0x2176dd=['menu\x20external-link-update','command','1092634IOPfNd','2486690HnliFH','638559kPqfJS','has','menu\x20move','menu\x20regroup-start','menu\x20group-update','1626WqHZry','27518645DhvNLa','Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan','service','menu\x20group-create','4425280WQBAgR','15Rusqry','56rvYJoq','1jBnelf','308380hegWKE','10577OedpIO'];a221_0x3374=function(){return _0x2176dd;};return a221_0x3374();}export function requiresExplicitYes(_0x229312){const _0x298b2b=a221_0x1e0cd5;return EXPLICIT_YES_COMMANDS[_0x298b2b(0xba)](_0x229312[_0x298b2b(0xad)]+'\x20'+_0x229312[_0x298b2b(0xb6)]);}
@@ -1 +1 @@
1
- function a221_0x5a3e(_0x5af916,_0x2e5dce){_0x5af916=_0x5af916-0x1a4;const _0x3dc96f=a221_0x3dc9();let _0x5a3e52=_0x3dc96f[_0x5af916];return _0x5a3e52;}const a221_0x3e7655=a221_0x5a3e;(function(_0x58d126,_0xf6ecde){const _0x111664=a221_0x5a3e,_0x3245f7=_0x58d126();while(!![]){try{const _0x1fed46=parseInt(_0x111664(0x1a4))/0x1+parseInt(_0x111664(0x1ad))/0x2*(-parseInt(_0x111664(0x1a5))/0x3)+-parseInt(_0x111664(0x1aa))/0x4*(parseInt(_0x111664(0x1a6))/0x5)+parseInt(_0x111664(0x1af))/0x6*(parseInt(_0x111664(0x1ab))/0x7)+-parseInt(_0x111664(0x1b1))/0x8*(-parseInt(_0x111664(0x1ae))/0x9)+parseInt(_0x111664(0x1a8))/0xa*(-parseInt(_0x111664(0x1b0))/0xb)+parseInt(_0x111664(0x1a9))/0xc;if(_0x1fed46===_0xf6ecde)break;else _0x3245f7['push'](_0x3245f7['shift']());}catch(_0x6a5c3e){_0x3245f7['push'](_0x3245f7['shift']());}}}(a221_0x3dc9,0xe2b71));import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a221_0x3e7655(0x1ac)];function a221_0x3dc9(){const _0x521de4=['9RJPRwg','6sfkHHn','20034047nRBqIb','7812680vrhUGq','28991zxAhEE','9OncMXb','8779935huuRdP','validateFlags','10layiAL','34178556JAQwyN','4fcUYDP','9368639fERkjs','parseFlags','457518Vsyuhv'];a221_0x3dc9=function(){return _0x521de4;};return a221_0x3dc9();}export const validateFlags=helpers[a221_0x3e7655(0x1a7)];
1
+ const a222_0x2b0c2d=a222_0x1dc3;(function(_0x49d26d,_0x424ef6){const _0xd46f6e=a222_0x1dc3,_0x10bf0f=_0x49d26d();while(!![]){try{const _0xbfbb4e=parseInt(_0xd46f6e(0x166))/0x1*(-parseInt(_0xd46f6e(0x165))/0x2)+-parseInt(_0xd46f6e(0x16e))/0x3*(parseInt(_0xd46f6e(0x170))/0x4)+-parseInt(_0xd46f6e(0x16c))/0x5*(parseInt(_0xd46f6e(0x172))/0x6)+parseInt(_0xd46f6e(0x168))/0x7*(parseInt(_0xd46f6e(0x167))/0x8)+parseInt(_0xd46f6e(0x171))/0x9*(parseInt(_0xd46f6e(0x16f))/0xa)+parseInt(_0xd46f6e(0x16d))/0xb+parseInt(_0xd46f6e(0x16b))/0xc;if(_0xbfbb4e===_0x424ef6)break;else _0x10bf0f['push'](_0x10bf0f['shift']());}catch(_0xc370db){_0x10bf0f['push'](_0x10bf0f['shift']());}}}(a222_0x20ed,0x3d09b));function a222_0x20ed(){const _0x38b642=['765633QDGBmq','135hfJEsX','4540VEkKLt','6884yqtERd','5184HYOXwl','124386rdmopV','9908GAfAkJ','37geGkcQ','8nEEEFX','1722469NhAhsA','validateFlags','parseFlags','4924716JwZnzT','115XgdFmT'];a222_0x20ed=function(){return _0x38b642;};return a222_0x20ed();}import{createFlagHelpers}from'@lovrabet/cli-framework';function a222_0x1dc3(_0x351abb,_0x43db40){_0x351abb=_0x351abb-0x165;const _0x20edf1=a222_0x20ed();let _0x1dc3a4=_0x20edf1[_0x351abb];return _0x1dc3a4;}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a222_0x2b0c2d(0x16a)];export const validateFlags=helpers[a222_0x2b0c2d(0x169)];
@@ -1 +1 @@
1
- const a222_0x4607e5=a222_0x1f1a;(function(_0x4d679d,_0x536958){const _0x383a96=a222_0x1f1a,_0x32bcf1=_0x4d679d();while(!![]){try{const _0x3ee7d1=parseInt(_0x383a96(0x146))/0x1*(parseInt(_0x383a96(0x14e))/0x2)+-parseInt(_0x383a96(0x158))/0x3*(parseInt(_0x383a96(0x153))/0x4)+parseInt(_0x383a96(0x14b))/0x5+-parseInt(_0x383a96(0x155))/0x6*(-parseInt(_0x383a96(0x14d))/0x7)+parseInt(_0x383a96(0x157))/0x8*(-parseInt(_0x383a96(0x14f))/0x9)+parseInt(_0x383a96(0x154))/0xa+-parseInt(_0x383a96(0x152))/0xb*(parseInt(_0x383a96(0x147))/0xc);if(_0x3ee7d1===_0x536958)break;else _0x32bcf1['push'](_0x32bcf1['shift']());}catch(_0x5d08a5){_0x32bcf1['push'](_0x32bcf1['shift']());}}}(a222_0x57a5,0x658c9));function a222_0x57a5(){const _0xc7d122=['Requires\x20appcode\x20(set\x20via\x20`','26brreqV','4471152VgsSZd','replace','Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.','generateCommandHelp','73370yvAlbA','generateServiceHelp','692706MrtiUr','10774nShomL','153cCXHGs','generateFullHelp','\x20workspace\x20init`\x20or\x20--appcode).','11yMoRTS','4WzIalz','2793000QBfzbR','36khCPUF','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','30504FFLIjM','523266QsFNbZ','\x20[args]\x20[flags]'];a222_0x57a5=function(){return _0xc7d122;};return a222_0x57a5();}import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{requiresExplicitYes}from'../framework/explicit-yes.js';function a222_0x1f1a(_0x11acb2,_0x1986be){_0x11acb2=_0x11acb2-0x146;const _0x57a571=a222_0x57a5();let _0x1f1a3e=_0x57a571[_0x11acb2];return _0x1f1a3e;}const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x8b5db9=>serviceGroups['get'](_0x8b5db9),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a222_0x4607e5(0x15a)+CLI_BIN_NAME+a222_0x4607e5(0x151),'serviceUsageSuffix':a222_0x4607e5(0x159)});export function generateCommandHelp(_0x1dfe7f){const _0x5eceaa=a222_0x4607e5,_0x7fa53=generators[_0x5eceaa(0x14a)](_0x1dfe7f);if(!requiresExplicitYes(_0x1dfe7f))return _0x7fa53;return _0x7fa53[_0x5eceaa(0x148)](_0x5eceaa(0x156),_0x5eceaa(0x149));}export const generateServiceHelp=generators[a222_0x4607e5(0x14c)];export const generateFullHelp=generators[a222_0x4607e5(0x150)];
1
+ const a223_0x54a6e6=a223_0x26af;(function(_0x2ce81c,_0x436fa5){const _0x2af68c=a223_0x26af,_0x3dc298=_0x2ce81c();while(!![]){try{const _0x487267=parseInt(_0x2af68c(0x176))/0x1+parseInt(_0x2af68c(0x17a))/0x2+-parseInt(_0x2af68c(0x182))/0x3+-parseInt(_0x2af68c(0x178))/0x4+parseInt(_0x2af68c(0x181))/0x5+parseInt(_0x2af68c(0x177))/0x6*(-parseInt(_0x2af68c(0x17b))/0x7)+parseInt(_0x2af68c(0x179))/0x8;if(_0x487267===_0x436fa5)break;else _0x3dc298['push'](_0x3dc298['shift']());}catch(_0x10113e){_0x3dc298['push'](_0x3dc298['shift']());}}}(a223_0x2bf1,0x8cd41));function a223_0x26af(_0x2aff91,_0x18d1f9){_0x2aff91=_0x2aff91-0x173;const _0x2bf17d=a223_0x2bf1();let _0x26af38=_0x2bf17d[_0x2aff91];return _0x26af38;}import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{requiresExplicitYes}from'../framework/explicit-yes.js';const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x5026a1=>serviceGroups[a223_0x54a6e6(0x183)](_0x5026a1),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a223_0x54a6e6(0x17f)+CLI_BIN_NAME+a223_0x54a6e6(0x180),'serviceUsageSuffix':a223_0x54a6e6(0x175)});export function generateCommandHelp(_0x41df70){const _0xffc80e=a223_0x54a6e6,_0x232015=generators[_0xffc80e(0x17d)](_0x41df70);if(!requiresExplicitYes(_0x41df70))return _0x232015;return _0x232015[_0xffc80e(0x17c)](_0xffc80e(0x17e),'Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.');}function a223_0x2bf1(){const _0x516cf5=['12XasrNx','1140316yRUQzL','5299112ebUGFv','139846JJXsha','155309yGvPvI','replace','generateCommandHelp','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','Requires\x20appcode\x20(set\x20via\x20`','\x20workspace\x20init`\x20or\x20--appcode).','389295GhopxH','2320083UPFJok','get','generateServiceHelp','generateFullHelp','\x20[args]\x20[flags]','869476YgjFii'];a223_0x2bf1=function(){return _0x516cf5;};return a223_0x2bf1();}export const generateServiceHelp=generators[a223_0x54a6e6(0x173)];export const generateFullHelp=generators[a223_0x54a6e6(0x174)];
@@ -1 +1 @@
1
- (function(_0x100f3e,_0x325d8d){var _0x296b47=a223_0x342a,_0x410346=_0x100f3e();while(!![]){try{var _0x33e4e2=parseInt(_0x296b47(0x1e6))/0x1*(-parseInt(_0x296b47(0x1e4))/0x2)+parseInt(_0x296b47(0x1e5))/0x3+parseInt(_0x296b47(0x1dd))/0x4*(-parseInt(_0x296b47(0x1e0))/0x5)+parseInt(_0x296b47(0x1e2))/0x6+parseInt(_0x296b47(0x1df))/0x7+-parseInt(_0x296b47(0x1de))/0x8*(parseInt(_0x296b47(0x1e1))/0x9)+-parseInt(_0x296b47(0x1e7))/0xa*(-parseInt(_0x296b47(0x1e3))/0xb);if(_0x33e4e2===_0x325d8d)break;else _0x410346['push'](_0x410346['shift']());}catch(_0xaedc2a){_0x410346['push'](_0x410346['shift']());}}}(a223_0x22a8,0x67e2c));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';function a223_0x22a8(){var _0x568eac=['55310oubWZx','199956SKdXIw','172880AXMlJt','1968015WDqPxi','30xOkXBR','162rUIeHe','2746734sllNjK','1265qIvilI','2jeYldB','1408692kCOzjM','730133oIauYC'];a223_0x22a8=function(){return _0x568eac;};return a223_0x22a8();}export{formatOutput}from'../framework/output.js';function a223_0x342a(_0x30fe07,_0x89ff1c){_0x30fe07=_0x30fe07-0x1dd;var _0x22a871=a223_0x22a8();var _0x342a33=_0x22a871[_0x30fe07];return _0x342a33;}export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';
1
+ (function(_0x5a68fc,_0x3869a1){var _0x27af6a=a224_0x533b,_0x59b5b3=_0x5a68fc();while(!![]){try{var _0x5e2d8f=parseInt(_0x27af6a(0xe7))/0x1+-parseInt(_0x27af6a(0xe9))/0x2+parseInt(_0x27af6a(0xe3))/0x3+-parseInt(_0x27af6a(0xe4))/0x4*(parseInt(_0x27af6a(0xea))/0x5)+parseInt(_0x27af6a(0xe8))/0x6+-parseInt(_0x27af6a(0xe1))/0x7*(parseInt(_0x27af6a(0xe5))/0x8)+-parseInt(_0x27af6a(0xe2))/0x9*(-parseInt(_0x27af6a(0xe6))/0xa);if(_0x5e2d8f===_0x3869a1)break;else _0x59b5b3['push'](_0x59b5b3['shift']());}catch(_0x4a4ddd){_0x59b5b3['push'](_0x59b5b3['shift']());}}}(a224_0x5204,0xb768d));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';function a224_0x533b(_0x1cbc4f,_0x676362){_0x1cbc4f=_0x1cbc4f-0xe1;var _0x5204b8=a224_0x5204();var _0x533bd9=_0x5204b8[_0x1cbc4f];return _0x533bd9;}export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';function a224_0x5204(){var _0x34bf9b=['40SRbsso','875TXewVV','499995zpQdoT','3682326UPCwYg','377956lEocAa','3824fSWyUN','10mGBoSM','332377uBIoJd','1384764VqRBZB','558522HAgsGI'];a224_0x5204=function(){return _0x34bf9b;};return a224_0x5204();}
@@ -1 +1 @@
1
- (function(_0x5df654,_0x53ba7e){const _0x454695=a224_0x54aa,_0x15beca=_0x5df654();while(!![]){try{const _0x83fcab=parseInt(_0x454695(0x1b7))/0x1+parseInt(_0x454695(0x1b8))/0x2+-parseInt(_0x454695(0x1cb))/0x3+-parseInt(_0x454695(0x1c3))/0x4*(parseInt(_0x454695(0x1ce))/0x5)+parseInt(_0x454695(0x1c6))/0x6*(parseInt(_0x454695(0x1cd))/0x7)+-parseInt(_0x454695(0x1c2))/0x8+parseInt(_0x454695(0x1b4))/0x9*(parseInt(_0x454695(0x1c1))/0xa);if(_0x83fcab===_0x53ba7e)break;else _0x15beca['push'](_0x15beca['shift']());}catch(_0x50cf75){_0x15beca['push'](_0x15beca['shift']());}}}(a224_0x1d19,0x81a2d));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliError,CliErrors}from'../errors.js';function a224_0x54aa(_0x1f72ad,_0x567335){_0x1f72ad=_0x1f72ad-0x1b3;const _0x1d19c1=a224_0x1d19();let _0x54aa43=_0x1d19c1[_0x1f72ad];return _0x54aa43;}import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});function a224_0x1d19(){const _0x1d06ce=['error','9zsFhGc','pretty','message','939412eNnDBB','934278rDjcNv','command','write','risk','code','update','format','hint','validation','3481810AifQQx','5335016jJtriL','2381324BewzVU','data','json','6UltIJJ','jqFilter','trim','stdout','stringify','22293iLDhAk','jq:\x20','321272exYqpA','5NZoHCS'];a224_0x1d19=function(){return _0x1d06ce;};return a224_0x1d19();}export function formatOutput(_0x262075,_0x5003dd){const _0x39bc09=a224_0x54aa,_0x217fab=_0x262075['_notice'],{_notice:_0x297cc5,..._0x48272d}=_0x262075;void _0x297cc5,baseFormatOutput(_0x48272d,_0x5003dd),_0x5003dd[_0x39bc09(0x1be)]==='pretty'&&printPrettyNotice(_0x217fab);}export function formatCliError(_0x23df27,_0x53478c){const _0x21e4f1=a224_0x54aa;if(_0x53478c[_0x21e4f1(0x1be)]===_0x21e4f1(0x1b5))return![];const _0x19e094=_0x23df27[_0x21e4f1(0x1c4)],_0x5237e3={'ok':![],'command':_0x53478c[_0x21e4f1(0x1b9)],'risk':_0x53478c[_0x21e4f1(0x1bb)],'data':_0x19e094??null,'error':{'code':_0x23df27[_0x21e4f1(0x1bc)],'message':_0x23df27[_0x21e4f1(0x1b6)],..._0x23df27[_0x21e4f1(0x1bf)]?{'hint':_0x23df27[_0x21e4f1(0x1bf)]}:{}}},_0xda1b96=_0x53478c[_0x21e4f1(0x1be)]==='json'?JSON[_0x21e4f1(0x1ca)](_0x5237e3,null,0x2):JSON['stringify'](_0x5237e3);let _0x239597=_0xda1b96;if(_0x53478c[_0x21e4f1(0x1c7)]?.[_0x21e4f1(0x1c8)]())try{_0x239597=applyJqFilter(_0xda1b96,_0x53478c[_0x21e4f1(0x1c7)]);}catch(_0x51eb59){const _0x512c76=_0x51eb59 instanceof CliError?_0x51eb59:CliErrors[_0x21e4f1(0x1c0)](_0x21e4f1(0x1cc)+(_0x51eb59 instanceof Error?_0x51eb59[_0x21e4f1(0x1b6)]:String(_0x51eb59))),_0x32f3b2={..._0x5237e3,'error':{'code':_0x512c76[_0x21e4f1(0x1bc)],'message':_0x512c76[_0x21e4f1(0x1b6)],..._0x512c76[_0x21e4f1(0x1bf)]?{'hint':_0x512c76['hint']}:{},'cause':_0x5237e3[_0x21e4f1(0x1b3)]}};_0x239597=_0x53478c[_0x21e4f1(0x1be)]===_0x21e4f1(0x1c5)?JSON['stringify'](_0x32f3b2,null,0x2):JSON[_0x21e4f1(0x1ca)](_0x32f3b2);}return process[_0x21e4f1(0x1c9)][_0x21e4f1(0x1ba)](_0x239597['endsWith']('\x0a')?_0x239597:_0x239597+'\x0a'),!![];}function printPrettyNotice(_0x4c17db){const _0x28e8d7=a224_0x54aa;if(!_0x4c17db?.[_0x28e8d7(0x1bd)])return;console['error'](_0x4c17db[_0x28e8d7(0x1bd)][_0x28e8d7(0x1b6)]+'\x20('+_0x4c17db['update']['url']+')');}
1
+ (function(_0x897c0c,_0x33e04d){const _0x2728d2=a225_0x2fe7,_0x2c5a6d=_0x897c0c();while(!![]){try{const _0x4862e1=parseInt(_0x2728d2(0x135))/0x1*(-parseInt(_0x2728d2(0x13c))/0x2)+-parseInt(_0x2728d2(0x134))/0x3+parseInt(_0x2728d2(0x136))/0x4*(-parseInt(_0x2728d2(0x150))/0x5)+parseInt(_0x2728d2(0x148))/0x6+parseInt(_0x2728d2(0x13b))/0x7*(parseInt(_0x2728d2(0x13f))/0x8)+parseInt(_0x2728d2(0x142))/0x9+parseInt(_0x2728d2(0x14c))/0xa;if(_0x4862e1===_0x33e04d)break;else _0x2c5a6d['push'](_0x2c5a6d['shift']());}catch(_0x4050b9){_0x2c5a6d['push'](_0x2c5a6d['shift']());}}}(a225_0x2a0d,0xdb9ee));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a225_0x2a0d(){const _0x3a7dad=['2nzCOEm','pretty','data','1552uLHTnQ','message','stringify','6610230lyDHrh','format','_notice','validation','code','command','9456198ZhbNVB','stdout','url','risk','6667600CNLpyv','json','endsWith','error','342905jIbKnG','3538746VZNLRp','1544226AMoByw','12enRKth','write','update','trim','hint','30737xnFkxb'];a225_0x2a0d=function(){return _0x3a7dad;};return a225_0x2a0d();}function a225_0x2fe7(_0x5ddc70,_0x1e6423){_0x5ddc70=_0x5ddc70-0x134;const _0x2a0da9=a225_0x2a0d();let _0x2fe764=_0x2a0da9[_0x5ddc70];return _0x2fe764;}import{CliError,CliErrors}from'../errors.js';import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x2f1b7e,_0x387881){const _0x3cf445=a225_0x2fe7,_0x51c139=_0x2f1b7e[_0x3cf445(0x144)],{_notice:_0x5af11b,..._0x281734}=_0x2f1b7e;void _0x5af11b,baseFormatOutput(_0x281734,_0x387881),_0x387881[_0x3cf445(0x143)]===_0x3cf445(0x13d)&&printPrettyNotice(_0x51c139);}export function formatCliError(_0x2af888,_0x5808c8){const _0x21dae4=a225_0x2fe7;if(_0x5808c8['format']===_0x21dae4(0x13d))return![];const _0x33c3b0=_0x2af888[_0x21dae4(0x13e)],_0x52f413={'ok':![],'command':_0x5808c8[_0x21dae4(0x147)],'risk':_0x5808c8[_0x21dae4(0x14b)],'data':_0x33c3b0??null,'error':{'code':_0x2af888[_0x21dae4(0x146)],'message':_0x2af888[_0x21dae4(0x140)],..._0x2af888[_0x21dae4(0x13a)]?{'hint':_0x2af888[_0x21dae4(0x13a)]}:{}}},_0x235c71=_0x5808c8[_0x21dae4(0x143)]===_0x21dae4(0x14d)?JSON[_0x21dae4(0x141)](_0x52f413,null,0x2):JSON[_0x21dae4(0x141)](_0x52f413);let _0xdf8dea=_0x235c71;if(_0x5808c8['jqFilter']?.[_0x21dae4(0x139)]())try{_0xdf8dea=applyJqFilter(_0x235c71,_0x5808c8['jqFilter']);}catch(_0x7bd78f){const _0x1e6807=_0x7bd78f instanceof CliError?_0x7bd78f:CliErrors[_0x21dae4(0x145)]('jq:\x20'+(_0x7bd78f instanceof Error?_0x7bd78f[_0x21dae4(0x140)]:String(_0x7bd78f))),_0x5545c5={..._0x52f413,'error':{'code':_0x1e6807[_0x21dae4(0x146)],'message':_0x1e6807['message'],..._0x1e6807[_0x21dae4(0x13a)]?{'hint':_0x1e6807[_0x21dae4(0x13a)]}:{},'cause':_0x52f413[_0x21dae4(0x14f)]}};_0xdf8dea=_0x5808c8[_0x21dae4(0x143)]==='json'?JSON[_0x21dae4(0x141)](_0x5545c5,null,0x2):JSON[_0x21dae4(0x141)](_0x5545c5);}return process[_0x21dae4(0x149)][_0x21dae4(0x137)](_0xdf8dea[_0x21dae4(0x14e)]('\x0a')?_0xdf8dea:_0xdf8dea+'\x0a'),!![];}function printPrettyNotice(_0x2c64d9){const _0x4750c1=a225_0x2fe7;if(!_0x2c64d9?.[_0x4750c1(0x138)])return;console['error'](_0x2c64d9[_0x4750c1(0x138)][_0x4750c1(0x140)]+'\x20('+_0x2c64d9[_0x4750c1(0x138)][_0x4750c1(0x14a)]+')');}
@@ -1 +1 @@
1
- function a225_0x3b98(_0x370853,_0x321e5d){_0x370853=_0x370853-0xa8;var _0x354b0d=a225_0x354b();var _0x3b98fa=_0x354b0d[_0x370853];return _0x3b98fa;}(function(_0x4c51fd,_0xa7f466){var _0x457e26=a225_0x3b98,_0x4eb01f=_0x4c51fd();while(!![]){try{var _0x3f4f18=parseInt(_0x457e26(0xb2))/0x1+parseInt(_0x457e26(0xaa))/0x2*(-parseInt(_0x457e26(0xa8))/0x3)+parseInt(_0x457e26(0xa9))/0x4+parseInt(_0x457e26(0xac))/0x5*(-parseInt(_0x457e26(0xb1))/0x6)+-parseInt(_0x457e26(0xad))/0x7*(parseInt(_0x457e26(0xaf))/0x8)+-parseInt(_0x457e26(0xae))/0x9+-parseInt(_0x457e26(0xb0))/0xa*(-parseInt(_0x457e26(0xab))/0xb);if(_0x3f4f18===_0xa7f466)break;else _0x4eb01f['push'](_0x4eb01f['shift']());}catch(_0x1500bf){_0x4eb01f['push'](_0x4eb01f['shift']());}}}(a225_0x354b,0x6f49c));export{extractList,extractPaging}from'@lovrabet/cli-framework';function a225_0x354b(){var _0x1b0293=['8575083NhCewJ','315MaeKjK','54243ezFWRN','7837659hqbhhe','200IfdHhJ','30WcBobm','76290BgunKm','141400bFwlzm','6PVSrqT','2000336BEeTgD','658686MiuYUB'];a225_0x354b=function(){return _0x1b0293;};return a225_0x354b();}
1
+ function a226_0x18bc(_0x329eed,_0x1d5dc0){_0x329eed=_0x329eed-0xaa;var _0x3e1aee=a226_0x3e1a();var _0x18bc25=_0x3e1aee[_0x329eed];return _0x18bc25;}(function(_0x42fbf6,_0x578118){var _0x36fa0b=a226_0x18bc,_0x1a53f9=_0x42fbf6();while(!![]){try{var _0x3e8ac7=parseInt(_0x36fa0b(0xae))/0x1*(parseInt(_0x36fa0b(0xaa))/0x2)+-parseInt(_0x36fa0b(0xb1))/0x3*(parseInt(_0x36fa0b(0xb4))/0x4)+-parseInt(_0x36fa0b(0xab))/0x5*(-parseInt(_0x36fa0b(0xb2))/0x6)+-parseInt(_0x36fa0b(0xaf))/0x7*(-parseInt(_0x36fa0b(0xb3))/0x8)+-parseInt(_0x36fa0b(0xac))/0x9*(-parseInt(_0x36fa0b(0xb0))/0xa)+parseInt(_0x36fa0b(0xb5))/0xb+-parseInt(_0x36fa0b(0xad))/0xc;if(_0x3e8ac7===_0x578118)break;else _0x1a53f9['push'](_0x1a53f9['shift']());}catch(_0x58fcbf){_0x1a53f9['push'](_0x1a53f9['shift']());}}}(a226_0x3e1a,0xc3c9b));function a226_0x3e1a(){var _0x5155a5=['24mwXuww','4oUihgI','7601572kKJFlT','12qOgExW','20505JjXntB','5931WwHZjA','13327368gVCPNl','2536iUKiNY','1913359rdzsPN','13970xEhXeH','3940593XowQNY','1140msjFQF'];a226_0x3e1a=function(){return _0x5155a5;};return a226_0x3e1a();}export{extractList,extractPaging}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- (function(_0xf936d7,_0x6c2e05){const _0x59fa3a=a226_0x30c1,_0x4556a9=_0xf936d7();while(!![]){try{const _0x3ef959=parseInt(_0x59fa3a(0x128))/0x1*(parseInt(_0x59fa3a(0x11e))/0x2)+-parseInt(_0x59fa3a(0x121))/0x3+parseInt(_0x59fa3a(0x127))/0x4+parseInt(_0x59fa3a(0x12a))/0x5+-parseInt(_0x59fa3a(0x11f))/0x6+-parseInt(_0x59fa3a(0x130))/0x7*(parseInt(_0x59fa3a(0x123))/0x8)+-parseInt(_0x59fa3a(0x11b))/0x9*(parseInt(_0x59fa3a(0x11c))/0xa);if(_0x3ef959===_0x6c2e05)break;else _0x4556a9['push'](_0x4556a9['shift']());}catch(_0x299f13){_0x4556a9['push'](_0x4556a9['shift']());}}}(a226_0x284e,0xd083e));function a226_0x284e(){const _0xe383ef=['6lDphDX','3853362wgDkFE','string','2973777YQbdxS','code','2150216MfQxZV','Unknown\x20alias\x20\x22','alias','name','4484492lFUFnG','566569ttqtfS','Available\x20aliases:\x20','3816960XHbClS','map','\x20api\x20pull`\x20first.','validation','some','flags','21WQhHoJ','type','\x22.\x20','.\x20Run\x20`','9nkggfu','2903270jpasIh','length'];a226_0x284e=function(){return _0xe383ef;};return a226_0x284e();}function a226_0x30c1(_0x3cf1d3,_0x409f33){_0x3cf1d3=_0x3cf1d3-0x119;const _0x284e0a=a226_0x284e();let _0x30c197=_0x284e0a[_0x3cf1d3];return _0x30c197;}import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x2df40d,_0x520c08,_0x542638,_0x303b82){const _0x48595a=a226_0x30c1,_0x3c1d61=_0x2df40d[_0x48595a(0x12f)][_0x48595a(0x12e)](_0x4b338a=>_0x4b338a[_0x48595a(0x126)]==='code'&&_0x4b338a[_0x48595a(0x131)]===_0x48595a(0x120)),_0x30dfed=_0x2df40d[_0x48595a(0x12f)][_0x48595a(0x12e)](_0x4a513d=>_0x4a513d[_0x48595a(0x126)]==='alias'&&_0x4a513d[_0x48595a(0x131)]===_0x48595a(0x120));if(!_0x3c1d61||!_0x30dfed)return;const _0x65a223=_0x520c08[_0x48595a(0x122)]?String(_0x520c08[_0x48595a(0x122)]):'',_0x112408=_0x520c08[_0x48595a(0x125)]?String(_0x520c08[_0x48595a(0x125)]):'';if(!_0x65a223&&!_0x112408)throw CliErrors[_0x48595a(0x12d)]('`'+_0x303b82+'`\x20requires\x20either\x20--code\x20or\x20--alias.');if(_0x112408&&!_0x65a223){const _0x456f0e=resolveAlias(_0x542638,_0x112408);if(!_0x456f0e){const _0x3240d5=listAliases(_0x542638)[_0x48595a(0x12b)](_0x569385=>_0x569385['alias']),_0x3499c1=_0x3240d5[_0x48595a(0x11d)]?_0x48595a(0x129)+_0x3240d5['join'](',\x20'):'No\x20api.ts\x20found\x20in\x20'+_0x542638+_0x48595a(0x11a)+CLI_BIN_NAME+_0x48595a(0x12c);throw CliErrors[_0x48595a(0x12d)](_0x48595a(0x124)+_0x112408+_0x48595a(0x119)+_0x3499c1);}_0x520c08[_0x48595a(0x122)]=_0x456f0e;}}
1
+ (function(_0xccebe1,_0x5ceb49){const _0x199430=a227_0x4bcf,_0x321d37=_0xccebe1();while(!![]){try{const _0xc487cb=-parseInt(_0x199430(0x194))/0x1+-parseInt(_0x199430(0x18d))/0x2+-parseInt(_0x199430(0x197))/0x3*(parseInt(_0x199430(0x192))/0x4)+-parseInt(_0x199430(0x183))/0x5*(parseInt(_0x199430(0x191))/0x6)+parseInt(_0x199430(0x184))/0x7+-parseInt(_0x199430(0x18a))/0x8*(parseInt(_0x199430(0x18f))/0x9)+parseInt(_0x199430(0x18b))/0xa;if(_0xc487cb===_0x5ceb49)break;else _0x321d37['push'](_0x321d37['shift']());}catch(_0x22358e){_0x321d37['push'](_0x321d37['shift']());}}}(a227_0x5a95,0xe59ba));import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a227_0x4bcf(_0x1bea06,_0x38f9be){_0x1bea06=_0x1bea06-0x180;const _0x5a9534=a227_0x5a95();let _0x4bcfdc=_0x5a9534[_0x1bea06];return _0x4bcfdc;}function a227_0x5a95(){const _0x582eed=['alias','30fCCHje','9450840YJLORV','Available\x20aliases:\x20','code','Unknown\x20alias\x20\x22','.\x20Run\x20`','flags','8RUCEFX','46077430DcCqpX','validation','3364640QsejYW','name','482472qcXyQo','some','703488DGQaNs','56zRSsVm','join','1300039wqgVmz','type','map','273843IGHmXf','\x20api\x20pull`\x20first.','string','length'];a227_0x5a95=function(){return _0x582eed;};return a227_0x5a95();}export function resolveAliasToCode(_0x213998,_0x3adb06,_0x19d63b,_0x377732){const _0x5bc853=a227_0x4bcf,_0x210597=_0x213998[_0x5bc853(0x189)][_0x5bc853(0x190)](_0x37f062=>_0x37f062[_0x5bc853(0x18e)]===_0x5bc853(0x186)&&_0x37f062[_0x5bc853(0x195)]===_0x5bc853(0x180)),_0x5ec586=_0x213998[_0x5bc853(0x189)]['some'](_0xec0b6c=>_0xec0b6c[_0x5bc853(0x18e)]===_0x5bc853(0x182)&&_0xec0b6c['type']===_0x5bc853(0x180));if(!_0x210597||!_0x5ec586)return;const _0x30e2b3=_0x3adb06[_0x5bc853(0x186)]?String(_0x3adb06[_0x5bc853(0x186)]):'',_0xa8e450=_0x3adb06[_0x5bc853(0x182)]?String(_0x3adb06[_0x5bc853(0x182)]):'';if(!_0x30e2b3&&!_0xa8e450)throw CliErrors['validation']('`'+_0x377732+'`\x20requires\x20either\x20--code\x20or\x20--alias.');if(_0xa8e450&&!_0x30e2b3){const _0x4eef2a=resolveAlias(_0x19d63b,_0xa8e450);if(!_0x4eef2a){const _0x260328=listAliases(_0x19d63b)[_0x5bc853(0x196)](_0x48bbea=>_0x48bbea[_0x5bc853(0x182)]),_0x2c6a61=_0x260328[_0x5bc853(0x181)]?_0x5bc853(0x185)+_0x260328[_0x5bc853(0x193)](',\x20'):'No\x20api.ts\x20found\x20in\x20'+_0x19d63b+_0x5bc853(0x188)+CLI_BIN_NAME+_0x5bc853(0x198);throw CliErrors[_0x5bc853(0x18c)](_0x5bc853(0x187)+_0xa8e450+'\x22.\x20'+_0x2c6a61);}_0x3adb06[_0x5bc853(0x186)]=_0x4eef2a;}}
@@ -1 +1 @@
1
- const a227_0x47d170=a227_0x5e00;(function(_0x591541,_0x52c24d){const _0x55e7d3=a227_0x5e00,_0x3c990b=_0x591541();while(!![]){try{const _0x1abf9f=-parseInt(_0x55e7d3(0xd8))/0x1*(-parseInt(_0x55e7d3(0xc7))/0x2)+parseInt(_0x55e7d3(0xdc))/0x3*(-parseInt(_0x55e7d3(0xc0))/0x4)+-parseInt(_0x55e7d3(0xa5))/0x5+-parseInt(_0x55e7d3(0xa7))/0x6+-parseInt(_0x55e7d3(0xab))/0x7*(parseInt(_0x55e7d3(0xc1))/0x8)+parseInt(_0x55e7d3(0xa6))/0x9+-parseInt(_0x55e7d3(0xd2))/0xa*(-parseInt(_0x55e7d3(0xb9))/0xb);if(_0x1abf9f===_0x52c24d)break;else _0x3c990b['push'](_0x3c990b['shift']());}catch(_0x4e9790){_0x3c990b['push'](_0x3c990b['shift']());}}}(a227_0x3299,0x8cb3b));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';function a227_0x3299(){const _0x488ba1=['replace','string','defaultApp','276960SeTlRq','../core/api-client.js','riskLevel','nonInteractive','⚠\x20\x20High-risk\x20operation:\x20','mergedCli','1013lCvdVG','hasFormat','includes','resolve','3696ZdQOrV','hint','LOVRABET_APPCODE','name','verbose','filter','_notice','update','isNonInteractive','requiresAppCode','3465145yEBPtu','5998050XPWFjK','2381754mdIVbo','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','High-risk\x20operation\x20`','value','369530lMWsLD','none','rejectedFlags','meowKey','cookie','schema','defaultPageSize','required','command','service','resolveCookie','format','trim','explicitAppName','308FcffRp','validation','has','\x20\x20\x20Continue?\x20[y/N]\x20','rawFlags','configMissing','Current\x20resolved\x20appcode\x20is\x20\x22','544FBompL','8FgEZgb','Set\x20appcode\x20via\x20`','object','pageSize','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','appCode','878qFlhzy','resolveAppCode','appcode','cancelled','apiDir','catch','resolveApiDomain','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.'];a227_0x3299=function(){return _0x488ba1;};return a227_0x3299();}import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a227_0x53efc1}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x9b9f36){const _0x247873=a227_0x5e00;return typeof _0x9b9f36===_0x247873(0xd0)&&_0x9b9f36[_0x247873(0xb7)]()?_0x9b9f36[_0x247873(0xb7)]():undefined;}function resolveEnvAppCode(){const _0x4c7819=a227_0x5e00,_0x3e707b=stringFlag(process.env.RABETBASE_APPCODE);if(_0x3e707b)return{'name':'RABETBASE_APPCODE','value':_0x3e707b};const _0x200af3=stringFlag(process.env.LOVRABET_APPCODE);if(_0x200af3)return{'name':_0x4c7819(0xde),'value':_0x200af3};return undefined;}function hasExplicitAppCode(_0x134221,_0x4cd5bf){const _0x3d8fe8=a227_0x5e00;return!!(stringFlag(_0x134221[_0x3d8fe8(0xc9)])||stringFlag(_0x4cd5bf[_0x3d8fe8(0xc9)]));}function a227_0x5e00(_0x41ae03,_0x26de31){_0x41ae03=_0x41ae03-0xa3;const _0x329963=a227_0x3299();let _0x5e0029=_0x329963[_0x41ae03];return _0x5e0029;}function assertEnvAppCodeNotIgnored(_0x1f6083,_0x32f2a3,_0x180d82){const _0x2054c2=a227_0x5e00;if(!_0x32f2a3||_0x180d82||_0x1f6083===_0x32f2a3[_0x2054c2(0xaa)])return;const _0x183db7=_0x1f6083?_0x2054c2(0xbf)+_0x1f6083+'\x22.':_0x2054c2(0xce);throw CliErrors[_0x2054c2(0xba)](_0x32f2a3['name']+'='+_0x32f2a3['value']+'\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20'+_0x183db7+'\x20'+(_0x2054c2(0xa8)+_0x32f2a3[_0x2054c2(0xdf)]+'\x22.'));}export function createPipelineEnv(_0x2a0033,_0x5cc231,_0x3568b8=[]){const _0x5e69f4=a227_0x5e00;return{'rawFlags':_0x5cc231,'args':_0x3568b8,'resolveAppCode':()=>_0x2a0033[_0x5e69f4(0xc6)],'resolveCookie':()=>_0x2a0033[_0x5e69f4(0xaf)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a227_0x53efc1(_0x5cc231),'defaultFormat':_0x2a0033['format'],'defaultPageSize':_0x2a0033[_0x5e69f4(0xc4)],'defaultVerbose':_0x2a0033[_0x5e69f4(0xe0)],'apiDir':_0x2a0033[_0x5e69f4(0xcb)],'riskLevel':_0x2a0033[_0x5e69f4(0xd4)],'selectedAppName':_0x2a0033[_0x5e69f4(0xb8)],'mergedCli':{'defaultApp':_0x2a0033[_0x5e69f4(0xd1)],'currentApp':_0x2a0033['currentApp'],'appCode':_0x2a0033['appCode'],'apps':_0x2a0033['apps']}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a227_0x47d170(0xe1)](_0x535ec9=>PIPELINE_FLAG_NAMES[a227_0x47d170(0xbb)](_0x535ec9[a227_0x47d170(0xdf)]))['map'](({name:_0x42df48,type:_0x354c3e,description:_0xda7b5a})=>({'name':_0x42df48,'type':_0x354c3e,'description':_0xda7b5a})),'formatOutput':formatOutput,'getCommandLabel'(_0x725018){const _0x5a614c=a227_0x47d170;return CLI_BIN_NAME+'\x20'+_0x725018[_0x5a614c(0xb4)]+'\x20'+_0x725018[_0x5a614c(0xb3)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x11fa22){const _0x458e38=a227_0x47d170;return CliErrors[_0x458e38(0xba)](_0x11fa22);}},async 'prepare'(_0x13a639,_0x6be1b2,_0x291538,_0x586a7a){const _0x5e1b3f=a227_0x47d170,_0x328040=_0x6be1b2['apiDir']||DEFAULT_API_DIR;resolveAliasToCode(_0x13a639,_0x291538,_0x328040,_0x586a7a);const _0xdb2097=resolveCommandAuthMode(_0x13a639);let _0x3e5852='';if(_0xdb2097!==_0x5e1b3f(0xac)){_0x3e5852=_0x6be1b2[_0x5e1b3f(0xb5)]()||'';if(!_0x3e5852){if(_0xdb2097===_0x5e1b3f(0xb2))throw CliErrors['authRequired']();}else{const {setActiveCookie:_0x1bcb01}=await import(_0x5e1b3f(0xd3));_0x1bcb01(_0x3e5852);}}const _0x110563=_0x6be1b2[_0x5e1b3f(0xc8)]()??'';if(_0x13a639[_0x5e1b3f(0xa4)]!==![]){assertEnvAppCodeNotIgnored(_0x110563,resolveEnvAppCode(),hasExplicitAppCode(_0x291538,_0x6be1b2[_0x5e1b3f(0xbd)]));if(!_0x110563)throw CliErrors[_0x5e1b3f(0xbe)](_0x5e1b3f(0xc2)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.');}return{'defaults':{'booleans':{'verbose':_0x6be1b2['defaultVerbose']},'numbers':{'pagesize':_0x6be1b2[_0x5e1b3f(0xb1)]}},'extras':{'appCode':_0x110563,'cookie':_0x3e5852,'apiDomain':_0x6be1b2[_0x5e1b3f(0xcd)](),'apiDir':_0x328040,'selectedAppName':_0x6be1b2['selectedAppName'],'mergedCli':_0x6be1b2[_0x5e1b3f(0xd7)]}};},async 'confirmHighRisk'({env:_0x3aae85,commandLabel:_0x192c53}){const _0x5c88f1=a227_0x47d170;if(_0x3aae85[_0x5c88f1(0xa3)])throw CliErrors['validation'](_0x5c88f1(0xa9)+_0x192c53+_0x5c88f1(0xc5));await requireConfirmationPrompt({'lines':[_0x5c88f1(0xd6)+_0x192c53,_0x5c88f1(0xbc)],'createCancelledError':_0x19450b=>CliErrors[_0x5c88f1(0xca)](_0x19450b)});},async 'finalize'(){const {clearActiveCookie:_0x4133be}=await import('../core/api-client.js');_0x4133be();}};export async function runCommand(_0x5d6067,_0x93d738){const _0x39d21c=a227_0x47d170;assertRejectedFlags(_0x5d6067,_0x93d738[_0x39d21c(0xbd)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x5d6067)?withUpdateNotice(_0x5d6067):_0x5d6067,_0x93d738,runnerAdapter);}function assertRejectedFlags(_0x2bc7ea,_0x27b478){const _0x262f2e=a227_0x47d170;for(const _0x3137b6 of _0x2bc7ea[_0x262f2e(0xad)]??[]){const _0x4ce82f=GLOBAL_FLAGS['find'](_0x35b8eb=>_0x35b8eb[_0x262f2e(0xdf)]===_0x3137b6[_0x262f2e(0xdf)]),_0x63ac4e=new Set([_0x3137b6['name'],toCamelCase(_0x3137b6['name']),_0x4ce82f?.[_0x262f2e(0xae)]]),_0x1c0530=[..._0x63ac4e]['some'](_0x23e4c4=>{if(!_0x23e4c4)return![];const _0x46d630=_0x27b478[_0x23e4c4];return _0x46d630!==undefined&&_0x46d630!==null&&_0x46d630!==![];});if(_0x1c0530)throw CliErrors[_0x262f2e(0xba)](_0x3137b6['message'],_0x3137b6[_0x262f2e(0xdd)]);}}function toCamelCase(_0x14bb96){const _0x19f04c=a227_0x47d170;return _0x14bb96[_0x19f04c(0xcf)](/-([a-z])/g,(_0xbbfb2f,_0x14c36e)=>_0x14c36e['toUpperCase']());}function shouldAttachUpdateNotice(_0x16761a){const _0x4178c7=a227_0x47d170;if(_0x16761a[_0x4178c7(0xd9)]===![])return![];return![_0x4178c7(0xe3),_0x4178c7(0xb0),'doctor'][_0x4178c7(0xda)](_0x16761a['service']);}function withUpdateNotice(_0x5e1f26){return{..._0x5e1f26,async 'execute'(_0x30a7be){const _0x2386d5=a227_0x5e00,_0x1d50bf=shouldResolveUpdateNotice(_0x30a7be)?resolveLatestUpdateNotice()[_0x2386d5(0xcc)](()=>null):Promise[_0x2386d5(0xdb)](null),_0x9fc769=await _0x5e1f26['execute'](_0x30a7be);return attachUpdateNotice(_0x9fc769,await _0x1d50bf);}};}function shouldResolveUpdateNotice(_0x280d22){const _0x648c8e=a227_0x47d170;return _0x280d22[_0x648c8e(0xb6)]==='pretty'&&!_0x280d22[_0x648c8e(0xd5)];}function attachUpdateNotice(_0x422a14,_0x2e8e1e){const _0xd5e320=a227_0x47d170;if(!_0x2e8e1e||!_0x422a14||typeof _0x422a14!==_0xd5e320(0xc3))return _0x422a14;const _0x5d7dc3=_0x422a14,_0xfc35d6=typeof _0x5d7dc3[_0xd5e320(0xe2)]===_0xd5e320(0xc3)&&_0x5d7dc3[_0xd5e320(0xe2)]!==null?_0x5d7dc3['_notice']:{};return{..._0x5d7dc3,'_notice':{..._0xfc35d6,'update':_0x2e8e1e}};}
1
+ const a228_0x1534ca=a228_0x4f79;function a228_0x252c(){const _0x24a519=['cookie','object','hint','135215zxwxmE','verbose','Current\x20resolved\x20appcode\x20is\x20\x22','3739169XsPSYM','command','catch','update','3168104MgcVsd','appCode','defaultApp','format','trim','cancelled','940tIryVB','filter','4xePBLd','requiresAppCode','resolveCookie','message','LOVRABET_APPCODE','none','selectedAppName','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','includes','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','appcode','rawFlags','_notice','RABETBASE_APPCODE','value','configMissing','currentApp','service','nonInteractive','apiDir','schema','pageSize','10022HWMYfU','explicitAppName','pretty','replace','5667145iOKflM','High-risk\x20operation\x20`','authRequired','../core/api-client.js','⚠\x20\x20High-risk\x20operation:\x20','map','execute','mergedCli','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','name','validation','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','2GlPHJz','5697mdZZQL','1238487UIhvSP','defaultVerbose','6yXjHrp','rejectedFlags','hasFormat','string','apps','\x20\x20\x20Continue?\x20[y/N]\x20','resolve','required'];a228_0x252c=function(){return _0x24a519;};return a228_0x252c();}(function(_0x210cd0,_0x9f785){const _0x2411ac=a228_0x4f79,_0xad4a50=_0x210cd0();while(!![]){try{const _0x18ae6b=-parseInt(_0x2411ac(0xf3))/0x1+-parseInt(_0x2411ac(0xbf))/0x2*(parseInt(_0x2411ac(0xc1))/0x3)+-parseInt(_0x2411ac(0xdd))/0x4*(-parseInt(_0x2411ac(0xce))/0x5)+parseInt(_0x2411ac(0xc3))/0x6*(parseInt(_0x2411ac(0xd1))/0x7)+-parseInt(_0x2411ac(0xd5))/0x8+parseInt(_0x2411ac(0xc0))/0x9*(parseInt(_0x2411ac(0xdb))/0xa)+parseInt(_0x2411ac(0xb3))/0xb;if(_0x18ae6b===_0x9f785)break;else _0xad4a50['push'](_0xad4a50['shift']());}catch(_0x260759){_0xad4a50['push'](_0xad4a50['shift']());}}}(a228_0x252c,0x4d673));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a228_0x412684}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x576ed5){const _0x53e343=a228_0x4f79;return typeof _0x576ed5===_0x53e343(0xc6)&&_0x576ed5['trim']()?_0x576ed5[_0x53e343(0xd9)]():undefined;}function resolveEnvAppCode(){const _0x4c8345=a228_0x4f79,_0xb1bab3=stringFlag(process.env.RABETBASE_APPCODE);if(_0xb1bab3)return{'name':_0x4c8345(0xea),'value':_0xb1bab3};const _0x127c6d=stringFlag(process.env.LOVRABET_APPCODE);if(_0x127c6d)return{'name':_0x4c8345(0xe1),'value':_0x127c6d};return undefined;}function hasExplicitAppCode(_0x5263c7,_0x536506){const _0x127372=a228_0x4f79;return!!(stringFlag(_0x5263c7[_0x127372(0xe7)])||stringFlag(_0x536506[_0x127372(0xe7)]));}function assertEnvAppCodeNotIgnored(_0x3c3ebb,_0xf61795,_0x1c9355){const _0x62db1a=a228_0x4f79;if(!_0xf61795||_0x1c9355||_0x3c3ebb===_0xf61795[_0x62db1a(0xeb)])return;const _0x344dae=_0x3c3ebb?_0x62db1a(0xd0)+_0x3c3ebb+'\x22.':'No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.';throw CliErrors[_0x62db1a(0xbd)](_0xf61795['name']+'='+_0xf61795['value']+_0x62db1a(0xbe)+_0x344dae+'\x20'+(_0x62db1a(0xbb)+_0xf61795['name']+'\x22.'));}export function createPipelineEnv(_0x57e2c6,_0x407473,_0x2d86cc=[]){const _0x34ff2e=a228_0x4f79;return{'rawFlags':_0x407473,'args':_0x2d86cc,'resolveAppCode':()=>_0x57e2c6[_0x34ff2e(0xd6)],'resolveCookie':()=>_0x57e2c6[_0x34ff2e(0xcb)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a228_0x412684(_0x407473),'defaultFormat':_0x57e2c6[_0x34ff2e(0xd8)],'defaultPageSize':_0x57e2c6[_0x34ff2e(0xf2)],'defaultVerbose':_0x57e2c6[_0x34ff2e(0xcf)],'apiDir':_0x57e2c6[_0x34ff2e(0xf0)],'riskLevel':_0x57e2c6['riskLevel'],'selectedAppName':_0x57e2c6[_0x34ff2e(0xf4)],'mergedCli':{'defaultApp':_0x57e2c6[_0x34ff2e(0xd7)],'currentApp':_0x57e2c6[_0x34ff2e(0xed)],'appCode':_0x57e2c6[_0x34ff2e(0xd6)],'apps':_0x57e2c6[_0x34ff2e(0xc7)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a228_0x1534ca(0xdc)](_0x573a52=>PIPELINE_FLAG_NAMES['has'](_0x573a52[a228_0x1534ca(0xbc)]))[a228_0x1534ca(0xb8)](({name:_0x30360e,type:_0x22824e,description:_0x1d20ea})=>({'name':_0x30360e,'type':_0x22824e,'description':_0x1d20ea})),'formatOutput':formatOutput,'getCommandLabel'(_0x3e6cad){const _0x39f1d3=a228_0x1534ca;return CLI_BIN_NAME+'\x20'+_0x3e6cad[_0x39f1d3(0xee)]+'\x20'+_0x3e6cad[_0x39f1d3(0xd2)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x32d483){const _0x87d874=a228_0x1534ca;return CliErrors[_0x87d874(0xbd)](_0x32d483);}},async 'prepare'(_0x4917d3,_0x42416b,_0x568322,_0x153091){const _0x582293=a228_0x1534ca,_0x29204d=_0x42416b[_0x582293(0xf0)]||DEFAULT_API_DIR;resolveAliasToCode(_0x4917d3,_0x568322,_0x29204d,_0x153091);const _0x3b7e83=resolveCommandAuthMode(_0x4917d3);let _0x376ba3='';if(_0x3b7e83!==_0x582293(0xe2)){_0x376ba3=_0x42416b[_0x582293(0xdf)]()||'';if(!_0x376ba3){if(_0x3b7e83===_0x582293(0xca))throw CliErrors[_0x582293(0xb5)]();}else{const {setActiveCookie:_0x27a7bb}=await import(_0x582293(0xb6));_0x27a7bb(_0x376ba3);}}const _0x29f0ef=_0x42416b['resolveAppCode']()??'';if(_0x4917d3[_0x582293(0xde)]!==![]){assertEnvAppCodeNotIgnored(_0x29f0ef,resolveEnvAppCode(),hasExplicitAppCode(_0x568322,_0x42416b[_0x582293(0xe8)]));if(!_0x29f0ef)throw CliErrors[_0x582293(0xec)]('Set\x20appcode\x20via\x20`'+CLI_BIN_NAME+_0x582293(0xe6));}return{'defaults':{'booleans':{'verbose':_0x42416b[_0x582293(0xc2)]},'numbers':{'pagesize':_0x42416b['defaultPageSize']}},'extras':{'appCode':_0x29f0ef,'cookie':_0x376ba3,'apiDomain':_0x42416b['resolveApiDomain'](),'apiDir':_0x29204d,'selectedAppName':_0x42416b[_0x582293(0xe3)],'mergedCli':_0x42416b[_0x582293(0xba)]}};},async 'confirmHighRisk'({env:_0x57f7a4,commandLabel:_0x322a19}){const _0x880912=a228_0x1534ca;if(_0x57f7a4['isNonInteractive'])throw CliErrors['validation'](_0x880912(0xb4)+_0x322a19+_0x880912(0xe4));await requireConfirmationPrompt({'lines':[_0x880912(0xb7)+_0x322a19,_0x880912(0xc8)],'createCancelledError':_0x30f139=>CliErrors[_0x880912(0xda)](_0x30f139)});},async 'finalize'(){const _0x53ded1=a228_0x1534ca,{clearActiveCookie:_0x3719b6}=await import(_0x53ded1(0xb6));_0x3719b6();}};export async function runCommand(_0x1b075c,_0x2a35fb){const _0x5ea7fa=a228_0x1534ca;assertRejectedFlags(_0x1b075c,_0x2a35fb[_0x5ea7fa(0xe8)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x1b075c)?withUpdateNotice(_0x1b075c):_0x1b075c,_0x2a35fb,runnerAdapter);}function assertRejectedFlags(_0x8548f6,_0x27acb3){const _0x106c31=a228_0x1534ca;for(const _0x524fe6 of _0x8548f6[_0x106c31(0xc4)]??[]){const _0x54b37c=GLOBAL_FLAGS['find'](_0x83b88e=>_0x83b88e[_0x106c31(0xbc)]===_0x524fe6[_0x106c31(0xbc)]),_0x442ec8=new Set([_0x524fe6[_0x106c31(0xbc)],toCamelCase(_0x524fe6[_0x106c31(0xbc)]),_0x54b37c?.['meowKey']]),_0xd85dce=[..._0x442ec8]['some'](_0x44e40b=>{if(!_0x44e40b)return![];const _0x1898c4=_0x27acb3[_0x44e40b];return _0x1898c4!==undefined&&_0x1898c4!==null&&_0x1898c4!==![];});if(_0xd85dce)throw CliErrors[_0x106c31(0xbd)](_0x524fe6[_0x106c31(0xe0)],_0x524fe6[_0x106c31(0xcd)]);}}function toCamelCase(_0x7edd7){const _0x2b6b3c=a228_0x1534ca;return _0x7edd7[_0x2b6b3c(0xb2)](/-([a-z])/g,(_0x34c85f,_0x3dabca)=>_0x3dabca['toUpperCase']());}function shouldAttachUpdateNotice(_0x15b0d9){const _0x4bc85c=a228_0x1534ca;if(_0x15b0d9[_0x4bc85c(0xc5)]===![])return![];return![_0x4bc85c(0xd4),_0x4bc85c(0xf1),'doctor'][_0x4bc85c(0xe5)](_0x15b0d9[_0x4bc85c(0xee)]);}function withUpdateNotice(_0x45f6c5){return{..._0x45f6c5,async 'execute'(_0x483e24){const _0x1016cf=a228_0x4f79,_0x5e51ef=shouldResolveUpdateNotice(_0x483e24)?resolveLatestUpdateNotice()[_0x1016cf(0xd3)](()=>null):Promise[_0x1016cf(0xc9)](null),_0x1bc795=await _0x45f6c5[_0x1016cf(0xb9)](_0x483e24);return attachUpdateNotice(_0x1bc795,await _0x5e51ef);}};}function a228_0x4f79(_0x32cc1a,_0x4ae139){_0x32cc1a=_0x32cc1a-0xb1;const _0x252c27=a228_0x252c();let _0x4f7915=_0x252c27[_0x32cc1a];return _0x4f7915;}function shouldResolveUpdateNotice(_0x567f8b){const _0x247726=a228_0x1534ca;return _0x567f8b['format']===_0x247726(0xb1)&&!_0x567f8b[_0x247726(0xef)];}function attachUpdateNotice(_0x265a1d,_0x3996c7){const _0x3a03d3=a228_0x1534ca;if(!_0x3996c7||!_0x265a1d||typeof _0x265a1d!==_0x3a03d3(0xcc))return _0x265a1d;const _0x2d3563=_0x265a1d,_0x397a46=typeof _0x2d3563['_notice']===_0x3a03d3(0xcc)&&_0x2d3563[_0x3a03d3(0xe9)]!==null?_0x2d3563['_notice']:{};return{..._0x2d3563,'_notice':{..._0x397a46,'update':_0x3996c7}};}
@@ -1 +1 @@
1
- function a228_0x370d(){const _0x4b30fe=['97241KJwpjL','6dOUuxz','3180704tbDvun','3136512WmQatX','9736279whjYaO','381609URfwdA','330HIrqAu','2QDoUEH','1517315ReOzxt','425220hJKwDF','../commands/registry.js'];a228_0x370d=function(){return _0x4b30fe;};return a228_0x370d();}function a228_0x2ee4(_0x34d928,_0x1c69e8){_0x34d928=_0x34d928-0x123;const _0x370d97=a228_0x370d();let _0x2ee4d4=_0x370d97[_0x34d928];return _0x2ee4d4;}(function(_0x499a97,_0x570eaa){const _0x4115f2=a228_0x2ee4,_0x2e0d67=_0x499a97();while(!![]){try{const _0x48c6df=parseInt(_0x4115f2(0x128))/0x1*(-parseInt(_0x4115f2(0x124))/0x2)+parseInt(_0x4115f2(0x12b))/0x3+-parseInt(_0x4115f2(0x126))/0x4+parseInt(_0x4115f2(0x125))/0x5+-parseInt(_0x4115f2(0x129))/0x6*(-parseInt(_0x4115f2(0x12c))/0x7)+-parseInt(_0x4115f2(0x12a))/0x8+parseInt(_0x4115f2(0x12d))/0x9*(-parseInt(_0x4115f2(0x123))/0xa);if(_0x48c6df===_0x570eaa)break;else _0x2e0d67['push'](_0x2e0d67['shift']());}catch(_0x35f46d){_0x2e0d67['push'](_0x2e0d67['shift']());}}}(a228_0x370d,0xb48a9));import{buildSchemaPayload as a228_0x2707d8}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x5d359f=a228_0x2ee4,{serviceRegistry:_0x2a77e0,findDefinition:_0x4b130d}=await import(_0x5d359f(0x127));return a228_0x2707d8({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x2a77e0,'buildAllFlags':buildAllFlags,'findDefinition':_0x4b130d});}
1
+ function a229_0x3478(_0x2f7c9b,_0x3b1429){_0x2f7c9b=_0x2f7c9b-0x12d;const _0x24a851=a229_0x24a8();let _0x347827=_0x24a851[_0x2f7c9b];return _0x347827;}(function(_0xbff837,_0x3395b0){const _0x3900fb=a229_0x3478,_0x4b15cf=_0xbff837();while(!![]){try{const _0x408afc=-parseInt(_0x3900fb(0x12d))/0x1*(-parseInt(_0x3900fb(0x130))/0x2)+parseInt(_0x3900fb(0x12f))/0x3+-parseInt(_0x3900fb(0x137))/0x4*(-parseInt(_0x3900fb(0x136))/0x5)+parseInt(_0x3900fb(0x134))/0x6*(-parseInt(_0x3900fb(0x138))/0x7)+parseInt(_0x3900fb(0x12e))/0x8*(-parseInt(_0x3900fb(0x135))/0x9)+-parseInt(_0x3900fb(0x131))/0xa+parseInt(_0x3900fb(0x133))/0xb;if(_0x408afc===_0x3395b0)break;else _0x4b15cf['push'](_0x4b15cf['shift']());}catch(_0x16d2b0){_0x4b15cf['push'](_0x4b15cf['shift']());}}}(a229_0x24a8,0x19501));function a229_0x24a8(){const _0x2f24c7=['../commands/registry.js','106337pJTsmg','171834GyaIBp','9qrUZBD','2375aeebRc','684uJJwQS','14zAicRI','149aSXRjq','1097024BUnotT','605751MGeZNQ','2022FfAWqp','1453610KBGjkf'];a229_0x24a8=function(){return _0x2f24c7;};return a229_0x24a8();}import{buildSchemaPayload as a229_0x18350f}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x3a4f15=a229_0x3478,{serviceRegistry:_0x5b388a,findDefinition:_0x1c687c}=await import(_0x3a4f15(0x132));return a229_0x18350f({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x5b388a,'buildAllFlags':buildAllFlags,'findDefinition':_0x1c687c});}
@@ -1 +1 @@
1
- function a229_0x2a51(_0x1fbab5,_0x1c6af4){_0x1fbab5=_0x1fbab5-0x19a;var _0x377b79=a229_0x377b();var _0x2a5106=_0x377b79[_0x1fbab5];return _0x2a5106;}function a229_0x377b(){var _0x43b6dd=['1922944EAyklh','55156ZpTdOb','36AvdRLi','94744WxbuSh','130HXplxa','2305lasUDE','235557ERemnT','654FVxUoL','469803NxhRJG','17612qSNGsJ'];a229_0x377b=function(){return _0x43b6dd;};return a229_0x377b();}(function(_0x3558fd,_0x3cca30){var _0x14a2e7=a229_0x2a51,_0x3ad94a=_0x3558fd();while(!![]){try{var _0x49a266=parseInt(_0x14a2e7(0x19c))/0x1+-parseInt(_0x14a2e7(0x19e))/0x2+-parseInt(_0x14a2e7(0x1a3))/0x3+-parseInt(_0x14a2e7(0x19d))/0x4*(parseInt(_0x14a2e7(0x1a0))/0x5)+parseInt(_0x14a2e7(0x1a2))/0x6*(-parseInt(_0x14a2e7(0x19a))/0x7)+parseInt(_0x14a2e7(0x19b))/0x8+parseInt(_0x14a2e7(0x1a1))/0x9*(parseInt(_0x14a2e7(0x19f))/0xa);if(_0x49a266===_0x3cca30)break;else _0x3ad94a['push'](_0x3ad94a['shift']());}catch(_0x2eda89){_0x3ad94a['push'](_0x3ad94a['shift']());}}}(a229_0x377b,0x2573f));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
1
+ (function(_0xa6ffbb,_0x7e6d5a){var _0x198698=a230_0x241a,_0x4df1c7=_0xa6ffbb();while(!![]){try{var _0x410669=parseInt(_0x198698(0x13c))/0x1+-parseInt(_0x198698(0x138))/0x2+-parseInt(_0x198698(0x13d))/0x3+-parseInt(_0x198698(0x13e))/0x4+-parseInt(_0x198698(0x137))/0x5*(parseInt(_0x198698(0x139))/0x6)+-parseInt(_0x198698(0x13b))/0x7+parseInt(_0x198698(0x13a))/0x8*(parseInt(_0x198698(0x13f))/0x9);if(_0x410669===_0x7e6d5a)break;else _0x4df1c7['push'](_0x4df1c7['shift']());}catch(_0x2fd175){_0x4df1c7['push'](_0x4df1c7['shift']());}}}(a230_0x4d34,0xcd10d));function a230_0x241a(_0xe773c2,_0x223197){_0xe773c2=_0xe773c2-0x137;var _0x4d34aa=a230_0x4d34();var _0x241a85=_0x4d34aa[_0xe773c2];return _0x241a85;}function a230_0x4d34(){var _0x35e97e=['1410500PrfKeB','626538ZbUOTH','1933488vvZJMy','45TtAQKI','3360ysQjpa','2505244xAHMmk','4374xUzbWh','5011208kscobJ','8874796DfONGO'];a230_0x4d34=function(){return _0x35e97e;};return a230_0x4d34();}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- const a230_0x512a89=a230_0x7703;(function(_0x1ad129,_0x376286){const _0x158507=a230_0x7703,_0x2ebd78=_0x1ad129();while(!![]){try{const _0x39c682=parseInt(_0x158507(0x70))/0x1*(parseInt(_0x158507(0x6e))/0x2)+-parseInt(_0x158507(0x71))/0x3*(parseInt(_0x158507(0x68))/0x4)+parseInt(_0x158507(0x76))/0x5+parseInt(_0x158507(0x74))/0x6*(-parseInt(_0x158507(0x6b))/0x7)+parseInt(_0x158507(0x6d))/0x8*(parseInt(_0x158507(0x69))/0x9)+parseInt(_0x158507(0x75))/0xa+parseInt(_0x158507(0x77))/0xb*(parseInt(_0x158507(0x6f))/0xc);if(_0x39c682===_0x376286)break;else _0x2ebd78['push'](_0x2ebd78['shift']());}catch(_0x643562){_0x2ebd78['push'](_0x2ebd78['shift']());}}}(a230_0xb1df,0x1e139));export const VERSION=a230_0x512a89(0x6c);export const GIT_TAG=a230_0x512a89(0x72);export const GIT_COMMIT=a230_0x512a89(0x73);export const BUILD_TIME=a230_0x512a89(0x6a);function a230_0x7703(_0x560cc4,_0x2e2beb){_0x560cc4=_0x560cc4-0x68;const _0xb1dff0=a230_0xb1df();let _0x7703a8=_0xb1dff0[_0x560cc4];return _0x7703a8;}function a230_0xb1df(){const _0x258bba=['891732VPmgBP','40522VCXIaW','90720ptFFef','v2.3.13-beta.2','377a9df','40962rgaSHX','1349350JLBObq','16365vNxsZP','11WpaDQn','28jHuQnS','89334nDCSHw','2026-08-04T15:26:58.178Z','140OfeAcv','2.3.13-beta.2','176KlyLoq','2xjVptv'];a230_0xb1df=function(){return _0x258bba;};return a230_0xb1df();}
1
+ function a231_0x1805(_0x5accaa,_0xf30bae){_0x5accaa=_0x5accaa-0x115;const _0x5e0f1d=a231_0x5e0f();let _0x180594=_0x5e0f1d[_0x5accaa];return _0x180594;}const a231_0x5cb9d9=a231_0x1805;(function(_0x28ba01,_0x5ac3b0){const _0x20462b=a231_0x1805,_0x1b59af=_0x28ba01();while(!![]){try{const _0x3e7ecf=parseInt(_0x20462b(0x11b))/0x1*(parseInt(_0x20462b(0x11f))/0x2)+parseInt(_0x20462b(0x11a))/0x3+parseInt(_0x20462b(0x115))/0x4+parseInt(_0x20462b(0x120))/0x5+-parseInt(_0x20462b(0x116))/0x6*(parseInt(_0x20462b(0x118))/0x7)+-parseInt(_0x20462b(0x11d))/0x8+-parseInt(_0x20462b(0x119))/0x9*(-parseInt(_0x20462b(0x121))/0xa);if(_0x3e7ecf===_0x5ac3b0)break;else _0x1b59af['push'](_0x1b59af['shift']());}catch(_0x3ac560){_0x1b59af['push'](_0x1b59af['shift']());}}}(a231_0x5e0f,0xbbd60));export const VERSION=a231_0x5cb9d9(0x117);export const GIT_TAG=a231_0x5cb9d9(0x11c);function a231_0x5e0f(){const _0x5772a5=['2778384xIjFtn','1BgEOxX','v2.3.13-beta.3','10217472bkyrne','2026-08-05T04:28:58.026Z','1449646ftTkke','1622460wlLyVJ','1430gdhETC','344032YhHNlJ','288ajCwHK','2.3.13-beta.3','154553AomCGO','65763stMzdw'];a231_0x5e0f=function(){return _0x5772a5;};return a231_0x5e0f();}export const GIT_COMMIT='3c30552';export const BUILD_TIME=a231_0x5cb9d9(0x11e);
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- (function(_0x369da3,_0x108f4b){var _0x363fa8=a231_0x2d73,_0x1eb2ae=_0x369da3();while(!![]){try{var _0x338c52=parseInt(_0x363fa8(0x1d3))/0x1+-parseInt(_0x363fa8(0x1d2))/0x2*(-parseInt(_0x363fa8(0x1db))/0x3)+parseInt(_0x363fa8(0x1d4))/0x4*(parseInt(_0x363fa8(0x1dc))/0x5)+-parseInt(_0x363fa8(0x1d8))/0x6*(-parseInt(_0x363fa8(0x1d9))/0x7)+-parseInt(_0x363fa8(0x1d6))/0x8+-parseInt(_0x363fa8(0x1da))/0x9*(parseInt(_0x363fa8(0x1de))/0xa)+-parseInt(_0x363fa8(0x1d1))/0xb;if(_0x338c52===_0x108f4b)break;else _0x1eb2ae['push'](_0x1eb2ae['shift']());}catch(_0x4f88dd){_0x1eb2ae['push'](_0x1eb2ae['shift']());}}}(a231_0x8405,0xad6ec));import a231_0x2488b9 from'chalk';function a231_0x8405(){var _0x475760=['log','10MPAnaR','green','bold','5259925zhaHbF','46lqYDoU','974047HofRJd','12108fSJujr','\x20--help','4123272xgBkqI','\x20\x20Use\x20','6deGMJn','8619814hgqeej','10113579GDWLXl','27861kFzgRs','675ghFBPk'];a231_0x8405=function(){return _0x475760;};return a231_0x8405();}function a231_0x2d73(_0x4fc91e,_0x11816a){_0x4fc91e=_0x4fc91e-0x1cf;var _0x840565=a231_0x8405();var _0x2d7334=_0x840565[_0x4fc91e];return _0x2d7334;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x2f0caa=a231_0x2d73;console[_0x2f0caa(0x1dd)](),console['log'](a231_0x2488b9[_0x2f0caa(0x1cf)][_0x2f0caa(0x1d0)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x2f0caa(0x1dd)](),console[_0x2f0caa(0x1dd)](_0x2f0caa(0x1d7)+a231_0x2488b9[_0x2f0caa(0x1cf)]['bold'](CLI_BIN_NAME+_0x2f0caa(0x1d5))+'\x20to\x20view\x20available\x20commands.'),console[_0x2f0caa(0x1dd)]();}
1
+ (function(_0x43b93a,_0x887fb1){var _0x2d8c73=a232_0x3c01,_0x238351=_0x43b93a();while(!![]){try{var _0x1f4dfc=-parseInt(_0x2d8c73(0xe4))/0x1+parseInt(_0x2d8c73(0xef))/0x2+-parseInt(_0x2d8c73(0xe6))/0x3*(parseInt(_0x2d8c73(0xeb))/0x4)+parseInt(_0x2d8c73(0xe2))/0x5+parseInt(_0x2d8c73(0xe7))/0x6+parseInt(_0x2d8c73(0xe3))/0x7+parseInt(_0x2d8c73(0xea))/0x8*(-parseInt(_0x2d8c73(0xee))/0x9);if(_0x1f4dfc===_0x887fb1)break;else _0x238351['push'](_0x238351['shift']());}catch(_0x365db7){_0x238351['push'](_0x238351['shift']());}}}(a232_0xcbb7,0x6419c));function a232_0xcbb7(){var _0x35e564=['5372rRokJt','\x20--help','\x20\x20Use\x20','45njdtro','599754YEPqjG','3007895KtDhkB','2879982eyRGXm','194443tGEgjz','log','975QyrbpX','4802388usnduv','\x20to\x20view\x20available\x20commands.','green','1715760BZKeXm'];a232_0xcbb7=function(){return _0x35e564;};return a232_0xcbb7();}function a232_0x3c01(_0x2d7cd1,_0x5a060d){_0x2d7cd1=_0x2d7cd1-0xe2;var _0xcbb7bb=a232_0xcbb7();var _0x3c01aa=_0xcbb7bb[_0x2d7cd1];return _0x3c01aa;}import a232_0x197972 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x4ca8aa=a232_0x3c01;console[_0x4ca8aa(0xe5)](),console[_0x4ca8aa(0xe5)](a232_0x197972['green']['bold']('\x20\x20'+CLI_DISPLAY_NAME)),console['log'](),console['log'](_0x4ca8aa(0xed)+a232_0x197972[_0x4ca8aa(0xe9)]['bold'](CLI_BIN_NAME+_0x4ca8aa(0xec))+_0x4ca8aa(0xe8)),console[_0x4ca8aa(0xe5)]();}
@@ -1 +1 @@
1
- (function(_0x120fa8,_0x1f38b8){const _0x2382ca=a232_0x2ddf,_0x5e4df9=_0x120fa8();while(!![]){try{const _0x429051=parseInt(_0x2382ca(0x128))/0x1+parseInt(_0x2382ca(0x125))/0x2+-parseInt(_0x2382ca(0x135))/0x3+-parseInt(_0x2382ca(0x121))/0x4+-parseInt(_0x2382ca(0x13b))/0x5+parseInt(_0x2382ca(0x11d))/0x6*(parseInt(_0x2382ca(0x126))/0x7)+-parseInt(_0x2382ca(0x12d))/0x8*(-parseInt(_0x2382ca(0x120))/0x9);if(_0x429051===_0x1f38b8)break;else _0x5e4df9['push'](_0x5e4df9['shift']());}catch(_0x2c4752){_0x5e4df9['push'](_0x5e4df9['shift']());}}}(a232_0x428e,0xbf789));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a232_0x2ddf(_0x13498b,_0x4fab29){_0x13498b=_0x13498b-0x11c;const _0x428e70=a232_0x428e();let _0x2ddf26=_0x428e70[_0x13498b];return _0x2ddf26;}import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x531422){const _0x5616ed=a232_0x2ddf,_0x19a1b4=[];for(const [_0x287576,_0x9e9c84]of Object[_0x5616ed(0x132)](_0x531422)){if(_0x9e9c84===!![]){const _0x14db91=_0x287576['replace'](/([A-Z])/g,_0x5616ed(0x137))['toLowerCase']();_0x19a1b4[_0x5616ed(0x12b)](_0x14db91);}}return _0x19a1b4;}export function parseDynamicFlags(){const _0x2d494a=a232_0x2ddf,_0xfbba8f=[];for(let _0x1ff881=0x3;_0x1ff881<process['argv'][_0x2d494a(0x129)];_0x1ff881++){const _0x3bd0f8=process[_0x2d494a(0x13c)][_0x1ff881];if(_0x3bd0f8&&_0x3bd0f8['startsWith']('--')){const _0xcf90b6=_0x3bd0f8[_0x2d494a(0x11e)](0x2);_0xcf90b6&&!_0xcf90b6[_0x2d494a(0x12e)]('=')&&_0xfbba8f[_0x2d494a(0x12b)](_0xcf90b6);}}return _0xfbba8f;}export function getAllProvidedFlags(_0x3544ce){const _0x5c30ef=a232_0x2ddf,_0x318d86=camelCaseFlagsToKebab(_0x3544ce),_0x338e32=parseDynamicFlags(),_0x41243b=new Set([..._0x318d86,..._0x338e32]);return Array[_0x5c30ef(0x13a)](_0x41243b);}export function normalizeLegacyBffSaveFlags(_0x33bf05){const _0x5bc02a=a232_0x2ddf,_0x54ee00=new Set(_0x33bf05);return _0x54ee00[_0x5bc02a(0x13d)](_0x5bc02a(0x136))&&_0x54ee00[_0x5bc02a(0x12c)](_0x5bc02a(0x11c)),Array[_0x5bc02a(0x13a)](_0x54ee00);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;function a232_0x428e(){const _0x83aba7=['--help','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','entries','Error:\x20Unsupported\x20command:\x20','(empty)','2084613jHdpHR','dangerously-bff-save','-$1','\x0aAvailable\x20commands:','log','from','1799340DkPEOz','argv','has','enable-bff-save','30414cNFTEE','slice','help','9VOKTkF','5132232xpIDcQ','exit','skill','setLogPath','612606zmGlmH','434VrFWTZ','不支持的命令:\x20','137162mBahnr','length','error','push','add','18914552mIDaRG','includes','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill'];a232_0x428e=function(){return _0x83aba7;};return a232_0x428e();}export async function skillsCommand(_0x2d0cb2,_0x3141e4,_0x4debc6){const _0xe76ac=a232_0x2ddf;logger[_0xe76ac(0x124)](process['cwd']());if(_0x4debc6?.[_0xe76ac(0x11f)]||_0x2d0cb2===_0xe76ac(0x130)){showHelp();return;}console[_0xe76ac(0x12a)](_0xe76ac(0x133)+(_0x2d0cb2||_0xe76ac(0x134))),console[_0xe76ac(0x139)](_0xe76ac(0x138)),console[_0xe76ac(0x139)]('\x20\x20'+CLI_BIN_NAME+_0xe76ac(0x12f)),console[_0xe76ac(0x139)](''),console[_0xe76ac(0x139)]('Equivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger[_0xe76ac(0x12a)](_0xe76ac(0x123),_0xe76ac(0x127)+_0x2d0cb2),process[_0xe76ac(0x122)](0x1);}function showHelp(){const _0x57ff9c=a232_0x2ddf;console[_0x57ff9c(0x139)](_0x57ff9c(0x131)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE+'\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a');}
1
+ (function(_0x51bc18,_0x4fb923){const _0x18663a=a233_0x4f65,_0x2782ff=_0x51bc18();while(!![]){try{const _0x5407cc=parseInt(_0x18663a(0xb6))/0x1+parseInt(_0x18663a(0xa7))/0x2*(parseInt(_0x18663a(0xc5))/0x3)+-parseInt(_0x18663a(0xc4))/0x4+-parseInt(_0x18663a(0xc1))/0x5+-parseInt(_0x18663a(0xb5))/0x6+parseInt(_0x18663a(0xb8))/0x7*(-parseInt(_0x18663a(0xbc))/0x8)+parseInt(_0x18663a(0xb4))/0x9;if(_0x5407cc===_0x4fb923)break;else _0x2782ff['push'](_0x2782ff['shift']());}catch(_0x2b7a3d){_0x2782ff['push'](_0x2782ff['shift']());}}}(a233_0x1c89,0xec141));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x538c4e){const _0x182403=a233_0x4f65,_0x1edfca=[];for(const [_0x1eabdb,_0x4b3947]of Object['entries'](_0x538c4e)){if(_0x4b3947===!![]){const _0xf1907f=_0x1eabdb[_0x182403(0xca)](/([A-Z])/g,_0x182403(0xc6))['toLowerCase']();_0x1edfca[_0x182403(0xbb)](_0xf1907f);}}return _0x1edfca;}export function parseDynamicFlags(){const _0x1c9b86=a233_0x4f65,_0x1275e4=[];for(let _0xf1dcfa=0x3;_0xf1dcfa<process[_0x1c9b86(0xb9)][_0x1c9b86(0xad)];_0xf1dcfa++){const _0x54f4a5=process['argv'][_0xf1dcfa];if(_0x54f4a5&&_0x54f4a5[_0x1c9b86(0xac)]('--')){const _0x161916=_0x54f4a5[_0x1c9b86(0xab)](0x2);_0x161916&&!_0x161916[_0x1c9b86(0xc3)]('=')&&_0x1275e4[_0x1c9b86(0xbb)](_0x161916);}}return _0x1275e4;}export function getAllProvidedFlags(_0xd902a6){const _0x16067f=a233_0x4f65,_0x34e626=camelCaseFlagsToKebab(_0xd902a6),_0x5b7f80=parseDynamicFlags(),_0x5424a5=new Set([..._0x34e626,..._0x5b7f80]);return Array[_0x16067f(0xbe)](_0x5424a5);}export function normalizeLegacyBffSaveFlags(_0x237b0e){const _0x3dad9c=a233_0x4f65,_0x40ff71=new Set(_0x237b0e);return _0x40ff71['has'](_0x3dad9c(0xb0))&&_0x40ff71[_0x3dad9c(0xa9)](_0x3dad9c(0xc0)),Array[_0x3dad9c(0xbe)](_0x40ff71);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x4485eb,_0x315d8b,_0x345177){const _0x394a56=a233_0x4f65;logger[_0x394a56(0xbd)](process[_0x394a56(0xc7)]());if(_0x345177?.['help']||_0x4485eb===_0x394a56(0xb2)){showHelp();return;}console[_0x394a56(0xbf)](_0x394a56(0xb7)+(_0x4485eb||_0x394a56(0xb3))),console[_0x394a56(0xc9)](_0x394a56(0xa8)),console['log']('\x20\x20'+CLI_BIN_NAME+_0x394a56(0xc2)),console[_0x394a56(0xc9)](''),console[_0x394a56(0xc9)]('Equivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger['error'](_0x394a56(0xae),_0x394a56(0xc8)+_0x4485eb),process[_0x394a56(0xb1)](0x1);}function a233_0x4f65(_0x4a88f5,_0x4e9211){_0x4a88f5=_0x4a88f5-0xa7;const _0x1c890e=a233_0x1c89();let _0x4f65bb=_0x1c890e[_0x4a88f5];return _0x4f65bb;}function showHelp(){const _0x364ed2=a233_0x4f65;console['log'](_0x364ed2(0xba)+CLI_BIN_NAME+_0x364ed2(0xaa)+SKILLS_INSTALL_COMMAND_LINE+_0x364ed2(0xaf));}function a233_0x1c89(){const _0x5bd113=['不支持的命令:\x20','log','replace','924240kKJoCh','\x0aAvailable\x20commands:','add','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','slice','startsWith','length','skill','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','dangerously-bff-save','exit','--help','(empty)','29427777EwjWVE','7437576cZMiVl','955119PVwgsZ','Error:\x20Unsupported\x20command:\x20','50778UovJHg','argv','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','push','328hlpWfL','setLogPath','from','error','enable-bff-save','3036270sfSSCM','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','includes','6303004DQylNc','3csvwLS','-$1','cwd'];a233_0x1c89=function(){return _0x5bd113;};return a233_0x1c89();}
@@ -1 +1 @@
1
- function a233_0x1407(){const _0x2da6c4=['5189457mQEMzw','1416434LQKRha','lovrabet/rabetbase','trim','4nBdBTh','4873udLxwQ','pipe','remove','stdio','Lovrabet','join','3246605beKBiU','7596mGuwtk','push','27036nSdXff','2106774WTEsWf','9237606mGgpxV','inherit','3nJyhAI','--skill','toString','lovrabet/lovrabet-skill','5510IjNBjU','status','npx','unknown','16fVPgwD','add','exit\x20','stderr','stdout'];a233_0x1407=function(){return _0x2da6c4;};return a233_0x1407();}const a233_0x4d24de=a233_0x22b5;(function(_0x46b458,_0x1232b0){const _0x3c454d=a233_0x22b5,_0x457682=_0x46b458();while(!![]){try{const _0x220ada=-parseInt(_0x3c454d(0x1d3))/0x1+-parseInt(_0x3c454d(0x1e1))/0x2*(-parseInt(_0x3c454d(0x1e4))/0x3)+-parseInt(_0x3c454d(0x1d6))/0x4*(-parseInt(_0x3c454d(0x1dd))/0x5)+parseInt(_0x3c454d(0x1e2))/0x6+parseInt(_0x3c454d(0x1d2))/0x7*(-parseInt(_0x3c454d(0x1cd))/0x8)+-parseInt(_0x3c454d(0x1de))/0x9*(parseInt(_0x3c454d(0x1c9))/0xa)+parseInt(_0x3c454d(0x1d7))/0xb*(parseInt(_0x3c454d(0x1e0))/0xc);if(_0x220ada===_0x1232b0)break;else _0x457682['push'](_0x457682['shift']());}catch(_0x2bfa72){_0x457682['push'](_0x457682['shift']());}}}(a233_0x1407,0xd5eb0));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI='skills';function a233_0x22b5(_0x24ab36,_0x2d5d11){_0x24ab36=_0x24ab36-0x1c9;const _0x1407eb=a233_0x1407();let _0x22b557=_0x1407eb[_0x24ab36];return _0x22b557;}export const NPX_SKILLS_SUBCOMMAND_ADD=a233_0x4d24de(0x1ce);export const NPX_SKILLS_FLAG_SKILL=a233_0x4d24de(0x1e5);export const RABETBASE_SKILL_SOURCE=a233_0x4d24de(0x1d4);export const LEGACY_RABETBASE_SKILL_SOURCE=a233_0x4d24de(0x1e7);export const DEFAULT_RABETBASE_SKILL_NAME=a233_0x4d24de(0x1db);export function buildNpxSkillsAddArgv(_0x5bf8f1){const _0x4500e8=a233_0x4d24de,_0x3db02a=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x5bf8f1&&_0x3db02a[_0x4500e8(0x1df)](NPX_SKILLS_FLAG_SKILL,_0x5bf8f1),_0x3db02a;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a233_0x4d24de(0x1cb),...buildNpxSkillsAddArgv()]['join']('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a233_0x4d24de(0x1cb),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a233_0x4d24de(0x1dc)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x1ca636,_0x4d9a00){const _0x3f49bc=a233_0x4d24de;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x36563f=_0x4d9a00?.[_0x3f49bc(0x1da)]??_0x3f49bc(0x1e3),_0x1b6335=resolveNpmBin(_0x3f49bc(0x1cb)),_0x327343=buildNpxSkillsAddArgv(_0x4d9a00?.['skill']),_0x557583=[_0x3f49bc(0x1cb),..._0x327343][_0x3f49bc(0x1dc)]('\x20');console['log']('*\x20'+_0x557583);const _0x5ef6a8=spawnSync(_0x1b6335,_0x327343,{'cwd':_0x1ca636,'stdio':_0x36563f,'env':process.env,'shell':![]}),_0x40a9d6=_0x5ef6a8[_0x3f49bc(0x1ca)];if(_0x40a9d6===0x0)return{'ok':!![],'status':0x0};let _0x4b1b02=_0x3f49bc(0x1cf)+(_0x40a9d6??_0x3f49bc(0x1cc));if(_0x36563f===_0x3f49bc(0x1d8)){const _0x444237=_0x5ef6a8[_0x3f49bc(0x1d0)]?_0x5ef6a8['stderr'][_0x3f49bc(0x1e6)]()[_0x3f49bc(0x1d5)]():'',_0x1bbe59=_0x5ef6a8['stdout']?_0x5ef6a8['stdout'][_0x3f49bc(0x1e6)]()[_0x3f49bc(0x1d5)]():'';if(_0x444237)_0x4b1b02=_0x444237;else{if(_0x1bbe59)_0x4b1b02=_0x1bbe59;}}return{'ok':![],'status':_0x40a9d6??null,'error':_0x4b1b02};}export function runNpxSkillsRemove(_0x303771,_0x5db13d,_0x2ced31=LEGACY_RABETBASE_SKILL_SOURCE){const _0x2a6fc1=a233_0x4d24de;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x53e709=_0x5db13d?.['stdio']??_0x2a6fc1(0x1e3),_0x4afec0=resolveNpmBin(_0x2a6fc1(0x1cb)),_0x4a63bd=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x2a6fc1(0x1d9),_0x2ced31,NPX_SKILLS_FLAG_SKILL,_0x5db13d?.['skill']??DEFAULT_RABETBASE_SKILL_NAME,..._0x5db13d?.['yes']?['-y']:[]],_0x5c9122=[_0x4afec0,..._0x4a63bd][_0x2a6fc1(0x1dc)]('\x20');console['log']('*\x20'+_0x5c9122);const _0x37a737=spawnSync(_0x4afec0,_0x4a63bd,{'cwd':_0x303771,'stdio':_0x53e709,'env':process.env,'shell':![]}),_0x611fd4=_0x37a737[_0x2a6fc1(0x1ca)];if(_0x611fd4===0x0)return{'ok':!![],'status':0x0};let _0x18b74a='exit\x20'+(_0x611fd4??'unknown');if(_0x53e709===_0x2a6fc1(0x1d8)){const _0x2c6098=_0x37a737[_0x2a6fc1(0x1d0)]?_0x37a737['stderr'][_0x2a6fc1(0x1e6)]()['trim']():'',_0x56741f=_0x37a737[_0x2a6fc1(0x1d1)]?_0x37a737[_0x2a6fc1(0x1d1)][_0x2a6fc1(0x1e6)]()['trim']():'';if(_0x2c6098)_0x18b74a=_0x2c6098;else{if(_0x56741f)_0x18b74a=_0x56741f;}}return{'ok':![],'status':_0x611fd4??null,'error':_0x18b74a};}export function runNpxSkillsAddGlobal(_0x52e7cf,_0x2ed286,_0x2bf8c3){const _0xb22b5a=a233_0x4d24de;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x211b52=_0x2bf8c3?.[_0xb22b5a(0x1da)]??_0xb22b5a(0x1e3),_0x5665dc=resolveNpmBin('npx'),_0x340a48=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x2ed286,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x1a4f59=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x2ed286,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0xb22b5a(0x1dc)]('\x20');console['log']('*\x20'+_0x1a4f59);const _0x14139e=spawnSync(_0x5665dc,_0x340a48,{'cwd':_0x52e7cf,'stdio':_0x211b52,'env':process.env,'shell':![]}),_0x336a5e=_0x14139e[_0xb22b5a(0x1ca)];if(_0x336a5e===0x0)return{'ok':!![],'status':0x0};let _0x56b559=_0xb22b5a(0x1cf)+(_0x336a5e??_0xb22b5a(0x1cc));if(_0x211b52===_0xb22b5a(0x1d8)){const _0x452317=_0x14139e['stderr']?_0x14139e['stderr']['toString']()[_0xb22b5a(0x1d5)]():'',_0x2d0513=_0x14139e[_0xb22b5a(0x1d1)]?_0x14139e[_0xb22b5a(0x1d1)][_0xb22b5a(0x1e6)]()[_0xb22b5a(0x1d5)]():'';if(_0x452317)_0x56b559=_0x452317;else{if(_0x2d0513)_0x56b559=_0x2d0513;}}return{'ok':![],'status':_0x336a5e??null,'error':_0x56b559};}
1
+ function a234_0x5372(){const _0x4c34a9=['stderr','status','3350656IdDlyG','skill','exit\x20','6770016FUxWJy','yes','282iCNqqh','remove','toString','npx','14PUrztS','lovrabet/rabetbase','--skill','88345sRaHdD','stdio','trim','unknown','6BGziro','inherit','436099FZXciq','pipe','1172780AnrEJu','join','add','9858280ilYNXw','879050WQfmqr','log','stdout','skills'];a234_0x5372=function(){return _0x4c34a9;};return a234_0x5372();}const a234_0x18b2c1=a234_0xd365;(function(_0x189438,_0x8256d){const _0x3c6bad=a234_0xd365,_0x334a8a=_0x189438();while(!![]){try{const _0x44562a=parseInt(_0x3c6bad(0x11c))/0x1+parseInt(_0x3c6bad(0x122))/0x2*(-parseInt(_0x3c6bad(0x11a))/0x3)+-parseInt(_0x3c6bad(0x11e))/0x4+parseInt(_0x3c6bad(0x116))/0x5*(parseInt(_0x3c6bad(0x10f))/0x6)+-parseInt(_0x3c6bad(0x113))/0x7*(-parseInt(_0x3c6bad(0x128))/0x8)+parseInt(_0x3c6bad(0x10d))/0x9+-parseInt(_0x3c6bad(0x121))/0xa;if(_0x44562a===_0x8256d)break;else _0x334a8a['push'](_0x334a8a['shift']());}catch(_0x38a18b){_0x334a8a['push'](_0x334a8a['shift']());}}}(a234_0x5372,0xaa7f5));import{spawnSync}from'node:child_process';function a234_0xd365(_0x1122cf,_0x392e7b){_0x1122cf=_0x1122cf-0x10b;const _0x53728f=a234_0x5372();let _0xd36540=_0x53728f[_0x1122cf];return _0xd36540;}import{resolveNpmBin}from'../utils/platform.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a234_0x18b2c1(0x125);export const NPX_SKILLS_SUBCOMMAND_ADD=a234_0x18b2c1(0x120);export const NPX_SKILLS_FLAG_SKILL=a234_0x18b2c1(0x115);export const RABETBASE_SKILL_SOURCE=a234_0x18b2c1(0x114);export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export function buildNpxSkillsAddArgv(_0x540552){const _0xf108c2=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x540552&&_0xf108c2['push'](NPX_SKILLS_FLAG_SKILL,_0x540552),_0xf108c2;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()]['join']('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a234_0x18b2c1(0x112),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x5dfc59,_0x349fa7){const _0x19dfd2=a234_0x18b2c1;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x4b69d8=_0x349fa7?.[_0x19dfd2(0x117)]??_0x19dfd2(0x11b),_0xac72cf=resolveNpmBin('npx'),_0x18679f=buildNpxSkillsAddArgv(_0x349fa7?.[_0x19dfd2(0x10b)]),_0x3de580=['npx',..._0x18679f][_0x19dfd2(0x11f)]('\x20');console[_0x19dfd2(0x123)]('*\x20'+_0x3de580);const _0x20248b=spawnSync(_0xac72cf,_0x18679f,{'cwd':_0x5dfc59,'stdio':_0x4b69d8,'env':process.env,'shell':![]}),_0x208911=_0x20248b['status'];if(_0x208911===0x0)return{'ok':!![],'status':0x0};let _0x5d1a6c=_0x19dfd2(0x10c)+(_0x208911??'unknown');if(_0x4b69d8===_0x19dfd2(0x11d)){const _0x21dd3e=_0x20248b[_0x19dfd2(0x126)]?_0x20248b[_0x19dfd2(0x126)][_0x19dfd2(0x111)]()[_0x19dfd2(0x118)]():'',_0x5c211b=_0x20248b[_0x19dfd2(0x124)]?_0x20248b[_0x19dfd2(0x124)][_0x19dfd2(0x111)]()[_0x19dfd2(0x118)]():'';if(_0x21dd3e)_0x5d1a6c=_0x21dd3e;else{if(_0x5c211b)_0x5d1a6c=_0x5c211b;}}return{'ok':![],'status':_0x208911??null,'error':_0x5d1a6c};}export function runNpxSkillsRemove(_0x1afdc8,_0x9e428a,_0xee43ca=LEGACY_RABETBASE_SKILL_SOURCE){const _0x6191ed=a234_0x18b2c1;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x3e73e6=_0x9e428a?.[_0x6191ed(0x117)]??'inherit',_0x2c6ce7=resolveNpmBin(_0x6191ed(0x112)),_0x145c1a=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x6191ed(0x110),_0xee43ca,NPX_SKILLS_FLAG_SKILL,_0x9e428a?.[_0x6191ed(0x10b)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x9e428a?.[_0x6191ed(0x10e)]?['-y']:[]],_0x202a8b=[_0x2c6ce7,..._0x145c1a]['join']('\x20');console[_0x6191ed(0x123)]('*\x20'+_0x202a8b);const _0x311ab0=spawnSync(_0x2c6ce7,_0x145c1a,{'cwd':_0x1afdc8,'stdio':_0x3e73e6,'env':process.env,'shell':![]}),_0x339d1f=_0x311ab0[_0x6191ed(0x127)];if(_0x339d1f===0x0)return{'ok':!![],'status':0x0};let _0x5e4318=_0x6191ed(0x10c)+(_0x339d1f??_0x6191ed(0x119));if(_0x3e73e6===_0x6191ed(0x11d)){const _0x42e744=_0x311ab0['stderr']?_0x311ab0[_0x6191ed(0x126)][_0x6191ed(0x111)]()['trim']():'',_0x5a6b44=_0x311ab0[_0x6191ed(0x124)]?_0x311ab0[_0x6191ed(0x124)][_0x6191ed(0x111)]()[_0x6191ed(0x118)]():'';if(_0x42e744)_0x5e4318=_0x42e744;else{if(_0x5a6b44)_0x5e4318=_0x5a6b44;}}return{'ok':![],'status':_0x339d1f??null,'error':_0x5e4318};}export function runNpxSkillsAddGlobal(_0xe8fc0,_0x3838ee,_0x1130a8){const _0x49206c=a234_0x18b2c1;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x518c9b=_0x1130a8?.[_0x49206c(0x117)]??_0x49206c(0x11b),_0x310ea3=resolveNpmBin(_0x49206c(0x112)),_0x4bd3ab=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x3838ee,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x55bb14=[_0x49206c(0x112),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x3838ee,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x49206c(0x11f)]('\x20');console['log']('*\x20'+_0x55bb14);const _0x3b5dd0=spawnSync(_0x310ea3,_0x4bd3ab,{'cwd':_0xe8fc0,'stdio':_0x518c9b,'env':process.env,'shell':![]}),_0x348b0b=_0x3b5dd0[_0x49206c(0x127)];if(_0x348b0b===0x0)return{'ok':!![],'status':0x0};let _0x754247=_0x49206c(0x10c)+(_0x348b0b??'unknown');if(_0x518c9b==='pipe'){const _0x45e5e5=_0x3b5dd0[_0x49206c(0x126)]?_0x3b5dd0[_0x49206c(0x126)]['toString']()[_0x49206c(0x118)]():'',_0x13fcc3=_0x3b5dd0[_0x49206c(0x124)]?_0x3b5dd0[_0x49206c(0x124)][_0x49206c(0x111)]()[_0x49206c(0x118)]():'';if(_0x45e5e5)_0x754247=_0x45e5e5;else{if(_0x13fcc3)_0x754247=_0x13fcc3;}}return{'ok':![],'status':_0x348b0b??null,'error':_0x754247};}
@@ -1 +1 @@
1
- (function(_0x519e11,_0x382c82){const _0x30fbff=a234_0x2639,_0x553322=_0x519e11();while(!![]){try{const _0x5c65a3=parseInt(_0x30fbff(0x1ea))/0x1+parseInt(_0x30fbff(0x1dc))/0x2*(-parseInt(_0x30fbff(0x1ed))/0x3)+-parseInt(_0x30fbff(0x1e6))/0x4+parseInt(_0x30fbff(0x1da))/0x5*(-parseInt(_0x30fbff(0x1de))/0x6)+-parseInt(_0x30fbff(0x1e7))/0x7+-parseInt(_0x30fbff(0x1e3))/0x8*(parseInt(_0x30fbff(0x1e5))/0x9)+-parseInt(_0x30fbff(0x1db))/0xa*(-parseInt(_0x30fbff(0x1e1))/0xb);if(_0x5c65a3===_0x382c82)break;else _0x553322['push'](_0x553322['shift']());}catch(_0x53b5c1){_0x553322['push'](_0x553322['shift']());}}}(a234_0x2525,0x9506f));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';function a234_0x2525(){const _0x1964d0=['test','4936CtiqVH','flags','2205jPSlop','924744sNEbfp','6841835mGIZkq','error','message','865797EkYptc','rabetbase.command','stringify','1077RZnZaP','service','667015YOYJlC','10yOYlaW','3934tDfNbu','durationMs','42buQtLg','[REDACTED]','entries','30187828DiXxdV'];a234_0x2525=function(){return _0x1964d0;};return a234_0x2525();}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x3cafe1){const _0x2be282=a234_0x2639;return SENSITIVE_PATTERNS['some'](_0x50b857=>_0x50b857[_0x2be282(0x1e2)](_0x3cafe1));}function a234_0x2639(_0x44fbb0,_0x369f0b){_0x44fbb0=_0x44fbb0-0x1d9;const _0x25259e=a234_0x2525();let _0x263947=_0x25259e[_0x44fbb0];return _0x263947;}function sanitizeFlags(_0x5b9283){const _0x5a1825=a234_0x2639,_0x5beffb={};for(const [_0x4031ea,_0x25b8ad]of Object[_0x5a1825(0x1e0)](_0x5b9283)){isSensitiveKey(_0x4031ea)?_0x5beffb[_0x4031ea]=_0x25b8ad!=null&&_0x25b8ad!==''?_0x5a1825(0x1df):_0x25b8ad:_0x5beffb[_0x4031ea]=_0x25b8ad;}return _0x5beffb;}export async function reportCommandTrace(_0x470dfb){const _0x6bcc33=a234_0x2639;try{const _0x26685a=sanitizeFlags(_0x470dfb[_0x6bcc33(0x1e4)]);await sendCliTraceLog({'spanName':_0x6bcc33(0x1eb),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x470dfb[_0x6bcc33(0x1d9)],'command.name':_0x470dfb['command'],'command.flags':JSON[_0x6bcc33(0x1ec)](_0x26685a),..._0x470dfb[_0x6bcc33(0x1dd)]!=null?{'command.duration_ms':_0x470dfb[_0x6bcc33(0x1dd)]}:{},..._0x470dfb['error']?{'command.error':_0x470dfb['error']instanceof Error?_0x470dfb['error'][_0x6bcc33(0x1e9)]:String(_0x470dfb[_0x6bcc33(0x1e8)])}:{}}});}catch{}}
1
+ (function(_0x23121e,_0x34397d){const _0x1f6fe7=a235_0x1bd6,_0x43507f=_0x23121e();while(!![]){try{const _0x22317c=-parseInt(_0x1f6fe7(0x1f4))/0x1*(parseInt(_0x1f6fe7(0x1ec))/0x2)+parseInt(_0x1f6fe7(0x1e6))/0x3*(parseInt(_0x1f6fe7(0x1eb))/0x4)+-parseInt(_0x1f6fe7(0x1ee))/0x5*(-parseInt(_0x1f6fe7(0x1e7))/0x6)+-parseInt(_0x1f6fe7(0x1f1))/0x7+-parseInt(_0x1f6fe7(0x1f2))/0x8+-parseInt(_0x1f6fe7(0x1f5))/0x9*(-parseInt(_0x1f6fe7(0x1f6))/0xa)+parseInt(_0x1f6fe7(0x1f7))/0xb;if(_0x22317c===_0x34397d)break;else _0x43507f['push'](_0x43507f['shift']());}catch(_0x35e181){_0x43507f['push'](_0x43507f['shift']());}}}(a235_0x1598,0xed3e0));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a235_0x1598(){const _0x281c7b=['16yNgYJu','243818JVjTfp','durationMs','145ahwQlv','rabetbase.command','command','5561388YihWBW','12716448QKxyYX','message','4LqnZAL','9yMdpbM','6984190uMWsaL','27951154mOIvAi','service','46113TABKfE','112242VmLgzQ','stringify','[REDACTED]','error'];a235_0x1598=function(){return _0x281c7b;};return a235_0x1598();}import{getCliVersion}from'../utils/version.js';function a235_0x1bd6(_0x5d4e64,_0x2ad16a){_0x5d4e64=_0x5d4e64-0x1e5;const _0x159896=a235_0x1598();let _0x1bd698=_0x159896[_0x5d4e64];return _0x1bd698;}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x559eaf){return SENSITIVE_PATTERNS['some'](_0x4a2848=>_0x4a2848['test'](_0x559eaf));}function sanitizeFlags(_0x10002d){const _0x5f2de9=a235_0x1bd6,_0x519641={};for(const [_0xe9705f,_0x42eac3]of Object['entries'](_0x10002d)){isSensitiveKey(_0xe9705f)?_0x519641[_0xe9705f]=_0x42eac3!=null&&_0x42eac3!==''?_0x5f2de9(0x1e9):_0x42eac3:_0x519641[_0xe9705f]=_0x42eac3;}return _0x519641;}export async function reportCommandTrace(_0x341a25){const _0x5af08d=a235_0x1bd6;try{const _0x11ef97=sanitizeFlags(_0x341a25['flags']);await sendCliTraceLog({'spanName':_0x5af08d(0x1ef),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x341a25[_0x5af08d(0x1e5)],'command.name':_0x341a25[_0x5af08d(0x1f0)],'command.flags':JSON[_0x5af08d(0x1e8)](_0x11ef97),..._0x341a25[_0x5af08d(0x1ed)]!=null?{'command.duration_ms':_0x341a25[_0x5af08d(0x1ed)]}:{},..._0x341a25['error']?{'command.error':_0x341a25[_0x5af08d(0x1ea)]instanceof Error?_0x341a25[_0x5af08d(0x1ea)][_0x5af08d(0x1f3)]:String(_0x341a25[_0x5af08d(0x1ea)])}:{}}});}catch{}}
@@ -1 +1 @@
1
- function a235_0xc42b(_0x35e7b9,_0x49d59a){_0x35e7b9=_0x35e7b9-0x1de;var _0x2639ba=a235_0x2639();var _0xc42b17=_0x2639ba[_0x35e7b9];return _0xc42b17;}(function(_0x39c1b3,_0x141a6b){var _0x152a15=a235_0xc42b,_0x41accc=_0x39c1b3();while(!![]){try{var _0x445ea9=parseInt(_0x152a15(0x1e4))/0x1+parseInt(_0x152a15(0x1e0))/0x2*(parseInt(_0x152a15(0x1de))/0x3)+-parseInt(_0x152a15(0x1e2))/0x4+-parseInt(_0x152a15(0x1e7))/0x5+-parseInt(_0x152a15(0x1df))/0x6+parseInt(_0x152a15(0x1e5))/0x7+parseInt(_0x152a15(0x1e3))/0x8;if(_0x445ea9===_0x141a6b)break;else _0x41accc['push'](_0x41accc['shift']());}catch(_0x2830b6){_0x41accc['push'](_0x41accc['shift']());}}}(a235_0x2639,0x31c5f));function a235_0x2639(){var _0x24ce26=['3996328vENYvW','47412NpFfEo','913801tfmcBv','service','1610855zIjIsM','1203RTnoEf','1093524OzbqHi','1174MSEudp','Failed\x20to\x20report\x20CLI\x20help\x20trace:','818348uNbKIq'];a235_0x2639=function(){return _0x24ce26;};return a235_0x2639();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x23ac5e,_0x20c6af){var _0x5348c4=a235_0xc42b;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x23ac5e,..._0x20c6af?.[_0x5348c4(0x1e6)]&&{'rabetbase.help.service':_0x20c6af[_0x5348c4(0x1e6)]}}});}catch(_0x3cae9d){console['error'](_0x5348c4(0x1e1),_0x3cae9d);}}
1
+ function a236_0x26f2(){var _0x3fc7e6=['3430uWpcla','1207880VvJGFB','error','230313ERqEBc','service','4984857FPjMYz','113424nbFFPv','Failed\x20to\x20report\x20CLI\x20help\x20trace:','1017935TnyCev','8VJfOuE','294SxhEZn','6MMzNEy','1483944HhHryz'];a236_0x26f2=function(){return _0x3fc7e6;};return a236_0x26f2();}function a236_0x518c(_0x4cbd7,_0x4ffbd6){_0x4cbd7=_0x4cbd7-0xd9;var _0x26f216=a236_0x26f2();var _0x518c53=_0x26f216[_0x4cbd7];return _0x518c53;}(function(_0x3284ca,_0x50b6bd){var _0x15f700=a236_0x518c,_0x37d1d2=_0x3284ca();while(!![]){try{var _0x260f80=parseInt(_0x15f700(0xdd))/0x1*(-parseInt(_0x15f700(0xe0))/0x2)+parseInt(_0x15f700(0xe3))/0x3+parseInt(_0x15f700(0xd9))/0x4+parseInt(_0x15f700(0xdb))/0x5*(-parseInt(_0x15f700(0xde))/0x6)+parseInt(_0x15f700(0xdf))/0x7+parseInt(_0x15f700(0xdc))/0x8*(parseInt(_0x15f700(0xe5))/0x9)+parseInt(_0x15f700(0xe1))/0xa;if(_0x260f80===_0x50b6bd)break;else _0x37d1d2['push'](_0x37d1d2['shift']());}catch(_0x54d1bb){_0x37d1d2['push'](_0x37d1d2['shift']());}}}(a236_0x26f2,0x4554f));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x548ffc,_0x489b15){var _0x2d1137=a236_0x518c;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x548ffc,..._0x489b15?.['service']&&{'rabetbase.help.service':_0x489b15[_0x2d1137(0xe4)]}}});}catch(_0x37cde2){console[_0x2d1137(0xe2)](_0x2d1137(0xda),_0x37cde2);}}
@@ -1 +1 @@
1
- (function(_0x41deef,_0x5a9538){const _0x43cc0a=a236_0x3379,_0x4243a0=_0x41deef();while(!![]){try{const _0x5bae65=parseInt(_0x43cc0a(0x1ac))/0x1*(-parseInt(_0x43cc0a(0x1b3))/0x2)+-parseInt(_0x43cc0a(0x1b0))/0x3*(parseInt(_0x43cc0a(0x1a4))/0x4)+parseInt(_0x43cc0a(0x1a9))/0x5*(-parseInt(_0x43cc0a(0x1a3))/0x6)+-parseInt(_0x43cc0a(0x1ad))/0x7+-parseInt(_0x43cc0a(0x1a6))/0x8+-parseInt(_0x43cc0a(0x1a8))/0x9+parseInt(_0x43cc0a(0x1ae))/0xa;if(_0x5bae65===_0x5a9538)break;else _0x4243a0['push'](_0x4243a0['shift']());}catch(_0x518b63){_0x4243a0['push'](_0x4243a0['shift']());}}}(a236_0xf6f0,0x92971));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';function a236_0x3379(_0x22b0a6,_0x2834c4){_0x22b0a6=_0x22b0a6-0x1a3;const _0xf6f051=a236_0xf6f0();let _0x3379cf=_0xf6f051[_0x22b0a6];return _0x3379cf;}function a236_0xf6f0(){const _0x4fa95b=['30FKDtvX','production','nickname','1LSmNXC','2147810pYwPWL','48270530dXwzaM','daily','12YDRird','tenant_code','user','1670566lbPEFR','485916CYdjlg','969632NpYFLz','unknown','8723928IrtflL','email','4846212RnyhcV'];a236_0xf6f0=function(){return _0x4fa95b;};return a236_0xf6f0();}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x180a31=a236_0x3379,_0x7d5e88=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x3709aa=_0x7d5e88?.[_0x180a31(0x1b2)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x180a31(0x1a5)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x180a31(0x1af):_0x180a31(0x1aa))}),setUserContext({'id':_0x3709aa?.['id'],'username':_0x3709aa?.['username'],'nickname':_0x3709aa?.[_0x180a31(0x1ab)],'email':_0x3709aa?.[_0x180a31(0x1a7)],'tenantCode':_0x3709aa?.['tenant'][_0x180a31(0x1b1)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x7d5e88;}
1
+ (function(_0x375a87,_0x7d1efa){const _0x2fb08a=a237_0x1a72,_0x1258ee=_0x375a87();while(!![]){try{const _0x39d6d8=-parseInt(_0x2fb08a(0x119))/0x1*(parseInt(_0x2fb08a(0x113))/0x2)+-parseInt(_0x2fb08a(0x11f))/0x3+-parseInt(_0x2fb08a(0x116))/0x4*(parseInt(_0x2fb08a(0x11a))/0x5)+-parseInt(_0x2fb08a(0x115))/0x6*(parseInt(_0x2fb08a(0x114))/0x7)+parseInt(_0x2fb08a(0x11b))/0x8+-parseInt(_0x2fb08a(0x112))/0x9+parseInt(_0x2fb08a(0x111))/0xa;if(_0x39d6d8===_0x7d1efa)break;else _0x1258ee['push'](_0x1258ee['shift']());}catch(_0x1bc5e2){_0x1258ee['push'](_0x1258ee['shift']());}}}(a237_0x2cac,0xd762f));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];function a237_0x1a72(_0x262991,_0xb9a61f){_0x262991=_0x262991-0x111;const _0x2cac6b=a237_0x2cac();let _0x1a727d=_0x2cac6b[_0x262991];return _0x1a727d;}export async function ensureCliOtelTraceConfig(){const _0x1f6cdf=a237_0x1a72,_0x19c492=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x1d4205=_0x19c492?.['user'];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x1f6cdf(0x11e):_0x1f6cdf(0x117))}),setUserContext({'id':_0x1d4205?.['id'],'username':_0x1d4205?.[_0x1f6cdf(0x118)],'nickname':_0x1d4205?.[_0x1f6cdf(0x120)],'email':_0x1d4205?.[_0x1f6cdf(0x11d)],'tenantCode':_0x1d4205?.['tenant'][_0x1f6cdf(0x11c)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x19c492;}function a237_0x2cac(){const _0x28568f=['12384twbMsr','22016NiRrqa','production','username','1fLooXr','145vkHwEi','1464408spkqOy','tenant_code','email','daily','3239883xzJsnr','nickname','37467810opYpbE','11997900SWsqlv','908584uEIHsP','70opvRBj'];a237_0x2cac=function(){return _0x28568f;};return a237_0x2cac();}
@@ -1 +1 @@
1
- (function(_0x55727d,_0x1f9255){const _0x55a220=a237_0x5322,_0x2e777d=_0x55727d();while(!![]){try{const _0x1fb6e1=parseInt(_0x55a220(0xfa))/0x1*(-parseInt(_0x55a220(0xf8))/0x2)+-parseInt(_0x55a220(0xf0))/0x3+-parseInt(_0x55a220(0xfe))/0x4*(parseInt(_0x55a220(0xf7))/0x5)+-parseInt(_0x55a220(0xf3))/0x6+-parseInt(_0x55a220(0xf4))/0x7+parseInt(_0x55a220(0xf2))/0x8+-parseInt(_0x55a220(0xf9))/0x9*(-parseInt(_0x55a220(0xfb))/0xa);if(_0x1fb6e1===_0x1f9255)break;else _0x2e777d['push'](_0x2e777d['shift']());}catch(_0x3e3bdd){_0x2e777d['push'](_0x2e777d['shift']());}}}(a237_0x4ddf,0x1d79b));import{shutdownTraces}from'@lovrabet/otel-logger';function a237_0x5322(_0x2b8c10,_0x93a4d2){_0x2b8c10=_0x2b8c10-0xef;const _0x4ddff8=a237_0x4ddf();let _0x532276=_0x4ddff8[_0x2b8c10];return _0x532276;}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x32981f=a237_0x5322;process[_0x32981f(0xef)](_0x32981f(0xf5),()=>{void flushOtelNodeIfUsed();});const _0x51604f=()=>{const _0x4ba2c9=_0x32981f;void flushOtelNodeIfUsed()[_0x4ba2c9(0xfc)](()=>process[_0x4ba2c9(0xf6)](0x0));};process[_0x32981f(0xef)](_0x32981f(0xfd),_0x51604f),process['once'](_0x32981f(0xf1),_0x51604f);}export async function exitWithOtelShutdown(_0x1195bf){const _0x229089=a237_0x5322;await flushOtelNodeIfUsed(),process[_0x229089(0xf6)](_0x1195bf);}function a237_0x4ddf(){const _0x25b2fa=['SIGINT','34460RUGkUq','once','241977XGTgkg','SIGTERM','1370824yOvLqm','534300fkcnCD','1288322KYGwmC','beforeExit','exit','110jhEEDn','50782iWRgjk','37098kFtDfs','3EGOliv','1380KDXkbs','then'];a237_0x4ddf=function(){return _0x25b2fa;};return a237_0x4ddf();}
1
+ (function(_0x54dce9,_0x85db2a){const _0x49ecdd=a238_0x18e2,_0x48684a=_0x54dce9();while(!![]){try{const _0x51dee0=-parseInt(_0x49ecdd(0x175))/0x1+parseInt(_0x49ecdd(0x16d))/0x2+parseInt(_0x49ecdd(0x174))/0x3+-parseInt(_0x49ecdd(0x171))/0x4*(parseInt(_0x49ecdd(0x173))/0x5)+parseInt(_0x49ecdd(0x169))/0x6*(parseInt(_0x49ecdd(0x176))/0x7)+-parseInt(_0x49ecdd(0x16e))/0x8*(parseInt(_0x49ecdd(0x168))/0x9)+parseInt(_0x49ecdd(0x16f))/0xa;if(_0x51dee0===_0x85db2a)break;else _0x48684a['push'](_0x48684a['shift']());}catch(_0x701342){_0x48684a['push'](_0x48684a['shift']());}}}(a238_0x4483,0x3b710));import{shutdownTraces}from'@lovrabet/otel-logger';function a238_0x4483(){const _0x377f71=['beforeExit','SIGTERM','then','378590QNVpaZ','735664QWqsXb','3218540gipyEx','once','8nxtrgU','exit','955315CamiNv','1368201wIljwU','188056uUsJkf','2143596RJqNzM','45OLZEUs','6XECvHf'];a238_0x4483=function(){return _0x377f71;};return a238_0x4483();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x290dbf=a238_0x18e2;process[_0x290dbf(0x170)](_0x290dbf(0x16a),()=>{void flushOtelNodeIfUsed();});const _0x3301c1=()=>{const _0x4b0f59=_0x290dbf;void flushOtelNodeIfUsed()[_0x4b0f59(0x16c)](()=>process['exit'](0x0));};process[_0x290dbf(0x170)]('SIGINT',_0x3301c1),process[_0x290dbf(0x170)](_0x290dbf(0x16b),_0x3301c1);}function a238_0x18e2(_0x5bb577,_0x527623){_0x5bb577=_0x5bb577-0x168;const _0x4483ec=a238_0x4483();let _0x18e213=_0x4483ec[_0x5bb577];return _0x18e213;}export async function exitWithOtelShutdown(_0x5b64cf){const _0x3cf57e=a238_0x18e2;await flushOtelNodeIfUsed(),process[_0x3cf57e(0x172)](_0x5b64cf);}
@@ -1 +1 @@
1
- const a238_0x224cb8=a238_0x29e9;(function(_0x335ec3,_0x154502){const _0x398597=a238_0x29e9,_0x380838=_0x335ec3();while(!![]){try{const _0xe5fcfa=-parseInt(_0x398597(0xdc))/0x1+parseInt(_0x398597(0xde))/0x2*(-parseInt(_0x398597(0xe1))/0x3)+parseInt(_0x398597(0xdd))/0x4*(-parseInt(_0x398597(0xd8))/0x5)+parseInt(_0x398597(0xda))/0x6+parseInt(_0x398597(0xdb))/0x7+-parseInt(_0x398597(0xe2))/0x8+parseInt(_0x398597(0xd6))/0x9;if(_0xe5fcfa===_0x154502)break;else _0x380838['push'](_0x380838['shift']());}catch(_0x4a16c0){_0x380838['push'](_0x380838['shift']());}}}(a238_0xd8a2,0xf29f5));import{sendTraceLog}from'@lovrabet/otel-logger';function a238_0x29e9(_0x64f098,_0x149e2d){_0x64f098=_0x64f098-0xd5;const _0xd8a26a=a238_0xd8a2();let _0x29e9bb=_0xd8a26a[_0x64f098];return _0x29e9bb;}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a238_0x224cb8(0xd7);function a238_0xd8a2(){const _0x52f264=['9622674dOFeNT','4734373CSnCcx','1578156NULZGa','304SHViXD','1654rBAitC','logData','traceName','5151IdJxKQ','1468504qLVmpk','traceparent','20623077sTQmZY','rabetbase-cli','26060ozTZHf','version'];a238_0xd8a2=function(){return _0x52f264;};return a238_0xd8a2();}export async function sendCliTraceLog(_0x478df4){const _0x4923e7=a238_0x224cb8;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x478df4[_0x4923e7(0xe0)]??DEFAULT_TRACE_NAME,'version':_0x478df4[_0x4923e7(0xd9)]??getCliVersion(),'spanName':_0x478df4['spanName'],'eventType':'manual','logData':_0x478df4[_0x4923e7(0xdf)],..._0x478df4['traceparent']&&{'traceparent':_0x478df4[_0x4923e7(0xd5)]}});}
1
+ const a239_0x3aea96=a239_0x4ea8;function a239_0x4ea8(_0x53a679,_0x112118){_0x53a679=_0x53a679-0x18f;const _0x15bdc7=a239_0x15bd();let _0x4ea887=_0x15bdc7[_0x53a679];return _0x4ea887;}(function(_0x29ff2c,_0x1f1a40){const _0x395a42=a239_0x4ea8,_0x1c9933=_0x29ff2c();while(!![]){try{const _0x1242c1=parseInt(_0x395a42(0x198))/0x1+parseInt(_0x395a42(0x196))/0x2+-parseInt(_0x395a42(0x194))/0x3*(-parseInt(_0x395a42(0x191))/0x4)+parseInt(_0x395a42(0x197))/0x5*(-parseInt(_0x395a42(0x19b))/0x6)+-parseInt(_0x395a42(0x190))/0x7*(parseInt(_0x395a42(0x19c))/0x8)+-parseInt(_0x395a42(0x192))/0x9*(parseInt(_0x395a42(0x193))/0xa)+-parseInt(_0x395a42(0x19a))/0xb;if(_0x1242c1===_0x1f1a40)break;else _0x1c9933['push'](_0x1c9933['shift']());}catch(_0x51d289){_0x1c9933['push'](_0x1c9933['shift']());}}}(a239_0x15bd,0xe1f49));import{sendTraceLog}from'@lovrabet/otel-logger';function a239_0x15bd(){const _0x2e6f24=['spanName','rabetbase-cli','version','420826jsowkf','19740FYUNJO','36ZRCxJA','1163620dRtCHy','591VpcxGi','traceparent','3265014kjKlyf','155195nFbBUd','1558555xMQTZC','manual','1200573ykfFGy','294cdLhrK','152rfNlZa'];a239_0x15bd=function(){return _0x2e6f24;};return a239_0x15bd();}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a239_0x3aea96(0x19e);export async function sendCliTraceLog(_0x5a9081){const _0x413c76=a239_0x3aea96;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x5a9081['traceName']??DEFAULT_TRACE_NAME,'version':_0x5a9081[_0x413c76(0x18f)]??getCliVersion(),'spanName':_0x5a9081[_0x413c76(0x19d)],'eventType':_0x413c76(0x199),'logData':_0x5a9081['logData'],..._0x5a9081[_0x413c76(0x195)]&&{'traceparent':_0x5a9081[_0x413c76(0x195)]}});}
@@ -1 +1 @@
1
- const a239_0x30e15b=a239_0x5efe;(function(_0x54c0fb,_0x219b72){const _0x3e37cf=a239_0x5efe,_0x561758=_0x54c0fb();while(!![]){try{const _0x156102=parseInt(_0x3e37cf(0x13a))/0x1*(-parseInt(_0x3e37cf(0x12f))/0x2)+parseInt(_0x3e37cf(0x132))/0x3*(-parseInt(_0x3e37cf(0x135))/0x4)+parseInt(_0x3e37cf(0x13b))/0x5*(parseInt(_0x3e37cf(0x12b))/0x6)+parseInt(_0x3e37cf(0x13c))/0x7+parseInt(_0x3e37cf(0x131))/0x8*(-parseInt(_0x3e37cf(0x139))/0x9)+-parseInt(_0x3e37cf(0x138))/0xa+parseInt(_0x3e37cf(0x130))/0xb;if(_0x156102===_0x219b72)break;else _0x561758['push'](_0x561758['shift']());}catch(_0x1acbfd){_0x561758['push'](_0x561758['shift']());}}}(a239_0x474f,0x3d695));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME='platform-issue-log-collect';export const PLATFORM_ISSUE_SPAN_NAME=a239_0x30e15b(0x12d);function a239_0x5efe(_0x21a084,_0x3d6389){_0x21a084=_0x21a084-0x12a;const _0x474f79=a239_0x474f();let _0x5efe37=_0x474f79[_0x21a084];return _0x5efe37;}export async function sendPlatformIssueCollectLog(_0x8ff09f){const _0x528e71=a239_0x30e15b;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x8ff09f[_0x528e71(0x13d)],'issue.description':_0x8ff09f[_0x528e71(0x137)],..._0x8ff09f['sanitize']?{'issue.description_original_bytes':_0x8ff09f[_0x528e71(0x12c)][_0x528e71(0x134)],'issue.description_truncated':_0x8ff09f[_0x528e71(0x12c)][_0x528e71(0x12a)],'issue.description_redactions':_0x8ff09f[_0x528e71(0x12c)][_0x528e71(0x136)],'issue.description_redaction_kinds':_0x8ff09f['sanitize'][_0x528e71(0x133)][_0x528e71(0x12e)](',')}:{}}});}function a239_0x474f(){const _0x12ee50=['2VuviHB','10IzVDyM','1436134ksQMfN','title','truncated','1181274hYWWyG','sanitize','issue.log.collect','join','237172halvCI','6497414TcbZeX','1529072lIzGZJ','165cVtuPR','redactionKinds','originalBytes','31988lPIyKl','redactionCount','description','699120DOnfYs','9NMxoGh'];a239_0x474f=function(){return _0x12ee50;};return a239_0x474f();}
1
+ const a240_0x5494ac=a240_0x4d4e;function a240_0x4d4e(_0xc79e7b,_0x4c858d){_0xc79e7b=_0xc79e7b-0x1c6;const _0x19cdfb=a240_0x19cd();let _0x4d4e56=_0x19cdfb[_0xc79e7b];return _0x4d4e56;}(function(_0x207ad7,_0x42fd4c){const _0x33bafc=a240_0x4d4e,_0x1bee01=_0x207ad7();while(!![]){try{const _0x2f2545=-parseInt(_0x33bafc(0x1c9))/0x1*(parseInt(_0x33bafc(0x1ca))/0x2)+parseInt(_0x33bafc(0x1d2))/0x3+parseInt(_0x33bafc(0x1d5))/0x4+parseInt(_0x33bafc(0x1d4))/0x5+parseInt(_0x33bafc(0x1cb))/0x6+parseInt(_0x33bafc(0x1c8))/0x7*(parseInt(_0x33bafc(0x1d3))/0x8)+-parseInt(_0x33bafc(0x1d1))/0x9;if(_0x2f2545===_0x42fd4c)break;else _0x1bee01['push'](_0x1bee01['shift']());}catch(_0x5a31a6){_0x1bee01['push'](_0x1bee01['shift']());}}}(a240_0x19cd,0xa832b));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a240_0x5494ac(0x1cc);function a240_0x19cd(){const _0x2eb46b=['1716660ROQxXE','9528248SXzsno','3670430LfSVpZ','3918196fFhkGm','issue.log.collect','truncated','7lUALVR','1iVXQfb','56566owSPgk','3389298Zghqdb','platform-issue-log-collect','redactionCount','title','redactionKinds','sanitize','29920923LjUzqn'];a240_0x19cd=function(){return _0x2eb46b;};return a240_0x19cd();}export const PLATFORM_ISSUE_SPAN_NAME=a240_0x5494ac(0x1c6);export async function sendPlatformIssueCollectLog(_0x438190){const _0x3ee198=a240_0x5494ac;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x438190[_0x3ee198(0x1ce)],'issue.description':_0x438190['description'],..._0x438190[_0x3ee198(0x1d0)]?{'issue.description_original_bytes':_0x438190[_0x3ee198(0x1d0)]['originalBytes'],'issue.description_truncated':_0x438190['sanitize'][_0x3ee198(0x1c7)],'issue.description_redactions':_0x438190[_0x3ee198(0x1d0)][_0x3ee198(0x1cd)],'issue.description_redaction_kinds':_0x438190[_0x3ee198(0x1d0)][_0x3ee198(0x1cf)]['join'](',')}:{}}});}
@@ -1 +1 @@
1
- function a241_0x2fcf(_0xa9477b,_0x33f0e3){_0xa9477b=_0xa9477b-0x1e8;const _0xde02f6=a241_0xde02();let _0x2fcfb6=_0xde02f6[_0xa9477b];return _0x2fcfb6;}function a241_0xde02(){const _0x3661ba=['18137kPyiIi','10657920lttztq','.claude/skills/lovrabet/SKILL.md','cursor','4551VeauJf','file','Claude\x20Code','Trae\x20IDE','745ZlmJNp','antigravity','Windsurf','Cursor\x20IDE','Antigravity','cline','.cline/skills/lovrabet/SKILL.md','.agent','trae','windsurf','376MLAPbQ','.qoder/rules/rabetbase.md','.codebuddy/skills/lovrabet/SKILL.md','.claude','.cursor/skills/rabetbase.md','opencode','.windsurf','claude','qoder','.cursor','.cline','.qoder/skills/lovrabet/SKILL.md','4829470XpOwbi','Trae','通用模板\x20-\x20兜底方案','Cursor','.agent/skills/lovrabet/SKILL.md','SKILL.md.tpl','codebuddy','Cline','Qoder\x20IDE','.codex','Codex\x20IDE','Antigravity\x20IDE','2934ObCDdZ','.opencode','10036184YBaDMI','.codebuddy','.windsurf/workflows/rabetbase.md','Codex','3662163cLoSPj','codex','2722Pxjcea','CodeBuddy','OpenCode','其他\x20(通用模板)'];a241_0xde02=function(){return _0x3661ba;};return a241_0xde02();}const a241_0x34a5b6=a241_0x2fcf;(function(_0x1cc2b4,_0x2d4850){const _0x449d72=a241_0x2fcf,_0x317220=_0x1cc2b4();while(!![]){try{const _0x59e6da=parseInt(_0x449d72(0x1f6))/0x1*(parseInt(_0x449d72(0x1ea))/0x2)+parseInt(_0x449d72(0x1f2))/0x3*(-parseInt(_0x449d72(0x200))/0x4)+parseInt(_0x449d72(0x20c))/0x5+parseInt(_0x449d72(0x218))/0x6*(-parseInt(_0x449d72(0x1ee))/0x7)+-parseInt(_0x449d72(0x21a))/0x8+parseInt(_0x449d72(0x1e8))/0x9+parseInt(_0x449d72(0x1ef))/0xa;if(_0x59e6da===_0x2d4850)break;else _0x317220['push'](_0x317220['shift']());}catch(_0x5e97f6){_0x317220['push'](_0x317220['shift']());}}}(a241_0xde02,0xc07c2));export const CORE_IDE_CONFIGS={'cursor':{'name':a241_0x34a5b6(0x20f),'description':a241_0x34a5b6(0x1f9),'folders':['.cursorrules',a241_0x34a5b6(0x209)],'files':[{'type':'file','path':a241_0x34a5b6(0x204),'template':a241_0x34a5b6(0x211)}]},'windsurf':{'name':a241_0x34a5b6(0x1f8),'description':'Windsurf\x20IDE','folders':[a241_0x34a5b6(0x206)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':a241_0x34a5b6(0x21c),'template':a241_0x34a5b6(0x211)}]},'claude':{'name':a241_0x34a5b6(0x1f4),'description':a241_0x34a5b6(0x1f4),'folders':[a241_0x34a5b6(0x203)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':a241_0x34a5b6(0x1f0),'template':a241_0x34a5b6(0x211)}]},'cline':{'name':a241_0x34a5b6(0x213),'description':'Cline\x20IDE','folders':[a241_0x34a5b6(0x20a)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':a241_0x34a5b6(0x1fc),'template':'SKILL.md.tpl'}]},'codex':{'name':a241_0x34a5b6(0x21d),'description':a241_0x34a5b6(0x216),'folders':[a241_0x34a5b6(0x215)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':'.codex/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]},'opencode':{'name':a241_0x34a5b6(0x1ec),'description':'OpenCode\x20IDE','folders':[a241_0x34a5b6(0x219)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':'.opencode/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]},'qoder':{'name':'Qoder','description':a241_0x34a5b6(0x214),'folders':['.qoder'],'files':[{'type':a241_0x34a5b6(0x1f3),'path':a241_0x34a5b6(0x201),'template':a241_0x34a5b6(0x211)},{'type':'file','path':a241_0x34a5b6(0x20b),'template':a241_0x34a5b6(0x211)}]},'codebuddy':{'name':a241_0x34a5b6(0x1eb),'description':'CodeBuddy\x20IDE','folders':[a241_0x34a5b6(0x21b)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':a241_0x34a5b6(0x202),'template':a241_0x34a5b6(0x211)}]},'trae':{'name':a241_0x34a5b6(0x20d),'description':a241_0x34a5b6(0x1f5),'folders':['.trae'],'files':[{'type':a241_0x34a5b6(0x1f3),'path':'.trae/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a241_0x34a5b6(0x1ed),'description':a241_0x34a5b6(0x20e),'folders':[a241_0x34a5b6(0x1fd)],'files':[{'type':a241_0x34a5b6(0x1f3),'path':'.agent/skills/lovrabet/SKILL.md','template':a241_0x34a5b6(0x211)}]},'antigravity':{'name':a241_0x34a5b6(0x1fa),'description':a241_0x34a5b6(0x217),'folders':['.agent'],'files':[{'type':a241_0x34a5b6(0x1f3),'path':a241_0x34a5b6(0x210),'template':a241_0x34a5b6(0x211)}]}};export const CORE_IDE_LIST=[a241_0x34a5b6(0x207),'cline',a241_0x34a5b6(0x212),'codex','cursor',a241_0x34a5b6(0x205),'qoder','trae',a241_0x34a5b6(0x1ff)];export const IDE_LIST=[a241_0x34a5b6(0x1f7),a241_0x34a5b6(0x207),'cline','codebuddy','codex',a241_0x34a5b6(0x1f1),a241_0x34a5b6(0x205),'qoder',a241_0x34a5b6(0x1fe),a241_0x34a5b6(0x1ff),'agent'];export const ALL_CORE_IDES=[a241_0x34a5b6(0x1f1),a241_0x34a5b6(0x1ff),a241_0x34a5b6(0x207),a241_0x34a5b6(0x1fb),a241_0x34a5b6(0x1e9),'opencode',a241_0x34a5b6(0x208),'codebuddy',a241_0x34a5b6(0x1fe)];
1
+ const a242_0x321d5f=a242_0x245e;(function(_0x49cd1d,_0x35e1dc){const _0x1448e4=a242_0x245e,_0x60a7fc=_0x49cd1d();while(!![]){try{const _0xa41c20=parseInt(_0x1448e4(0xb9))/0x1*(parseInt(_0x1448e4(0xb4))/0x2)+parseInt(_0x1448e4(0x95))/0x3+-parseInt(_0x1448e4(0xb8))/0x4*(-parseInt(_0x1448e4(0xae))/0x5)+parseInt(_0x1448e4(0xb2))/0x6*(parseInt(_0x1448e4(0x9e))/0x7)+parseInt(_0x1448e4(0x8a))/0x8+-parseInt(_0x1448e4(0xa6))/0x9+-parseInt(_0x1448e4(0x9c))/0xa*(parseInt(_0x1448e4(0x8d))/0xb);if(_0xa41c20===_0x35e1dc)break;else _0x60a7fc['push'](_0x60a7fc['shift']());}catch(_0x2dbea0){_0x60a7fc['push'](_0x60a7fc['shift']());}}}(a242_0x2332,0x6f7b8));export const CORE_IDE_CONFIGS={'cursor':{'name':'Cursor','description':'Cursor\x20IDE','folders':[a242_0x321d5f(0x9f),'.cursor'],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0x97),'template':a242_0x321d5f(0xba)}]},'windsurf':{'name':a242_0x321d5f(0xbb),'description':a242_0x321d5f(0x93),'folders':['.windsurf'],'files':[{'type':a242_0x321d5f(0xac),'path':'.windsurf/workflows/rabetbase.md','template':a242_0x321d5f(0xba)}]},'claude':{'name':a242_0x321d5f(0xa3),'description':a242_0x321d5f(0xa3),'folders':[a242_0x321d5f(0x8c)],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0xa5),'template':'SKILL.md.tpl'}]},'cline':{'name':'Cline','description':'Cline\x20IDE','folders':['.cline'],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0xa1),'template':a242_0x321d5f(0xba)}]},'codex':{'name':a242_0x321d5f(0x9b),'description':a242_0x321d5f(0xa4),'folders':[a242_0x321d5f(0xb6)],'files':[{'type':'file','path':'.codex/skills/lovrabet/SKILL.md','template':a242_0x321d5f(0xba)}]},'opencode':{'name':a242_0x321d5f(0x9d),'description':a242_0x321d5f(0xab),'folders':['.opencode'],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0xa9),'template':'SKILL.md.tpl'}]},'qoder':{'name':a242_0x321d5f(0xaa),'description':a242_0x321d5f(0x88),'folders':[a242_0x321d5f(0x86)],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0x89),'template':a242_0x321d5f(0xba)},{'type':'file','path':a242_0x321d5f(0xb0),'template':'SKILL.md.tpl'}]},'codebuddy':{'name':a242_0x321d5f(0x9a),'description':a242_0x321d5f(0xb1),'folders':[a242_0x321d5f(0x8b)],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0xb5),'template':a242_0x321d5f(0xba)}]},'trae':{'name':a242_0x321d5f(0x87),'description':a242_0x321d5f(0xa8),'folders':[a242_0x321d5f(0xb3)],'files':[{'type':'file','path':a242_0x321d5f(0xad),'template':'SKILL.md.tpl'}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a242_0x321d5f(0x94),'description':a242_0x321d5f(0x8f),'folders':['.agent'],'files':[{'type':a242_0x321d5f(0xac),'path':a242_0x321d5f(0xaf),'template':a242_0x321d5f(0xba)}]},'antigravity':{'name':a242_0x321d5f(0xa2),'description':a242_0x321d5f(0x92),'folders':['.agent'],'files':[{'type':'file','path':a242_0x321d5f(0xaf),'template':a242_0x321d5f(0xba)}]}};export const CORE_IDE_LIST=[a242_0x321d5f(0x99),a242_0x321d5f(0xa0),'codebuddy','codex',a242_0x321d5f(0xa7),a242_0x321d5f(0x90),'qoder',a242_0x321d5f(0x98),a242_0x321d5f(0x8e)];export const IDE_LIST=[a242_0x321d5f(0x91),a242_0x321d5f(0x99),a242_0x321d5f(0xa0),'codebuddy','codex',a242_0x321d5f(0xa7),a242_0x321d5f(0x90),a242_0x321d5f(0x96),a242_0x321d5f(0x98),a242_0x321d5f(0x8e),a242_0x321d5f(0xbc)];export const ALL_CORE_IDES=[a242_0x321d5f(0xa7),'windsurf',a242_0x321d5f(0x99),a242_0x321d5f(0xa0),a242_0x321d5f(0xb7),'opencode',a242_0x321d5f(0x96),'codebuddy',a242_0x321d5f(0x98)];function a242_0x245e(_0x33ea31,_0x5b4317){_0x33ea31=_0x33ea31-0x86;const _0x233299=a242_0x2332();let _0x245e46=_0x233299[_0x33ea31];return _0x245e46;}function a242_0x2332(){const _0x242047=['.trae/skills/lovrabet/SKILL.md','13480KnFEdz','.agent/skills/lovrabet/SKILL.md','.qoder/skills/lovrabet/SKILL.md','CodeBuddy\x20IDE','6vTuuXO','.trae','24PqYwXm','.codebuddy/skills/lovrabet/SKILL.md','.codex','codex','292FCnigc','58642fEzrPI','SKILL.md.tpl','Windsurf','agent','.qoder','Trae','Qoder\x20IDE','.qoder/rules/rabetbase.md','2844088VsoKui','.codebuddy','.claude','110zMFZmu','windsurf','通用模板\x20-\x20兜底方案','opencode','antigravity','Antigravity\x20IDE','Windsurf\x20IDE','其他\x20(通用模板)','663075WeIvei','qoder','.cursor/skills/rabetbase.md','trae','claude','CodeBuddy','Codex','1384860dryfng','OpenCode','2811627wemJSk','.cursorrules','cline','.cline/skills/lovrabet/SKILL.md','Antigravity','Claude\x20Code','Codex\x20IDE','.claude/skills/lovrabet/SKILL.md','334953ZUtOSs','cursor','Trae\x20IDE','.opencode/skills/lovrabet/SKILL.md','Qoder','OpenCode\x20IDE','file'];a242_0x2332=function(){return _0x242047;};return a242_0x2332();}
@@ -1 +1 @@
1
- (function(_0x3ca8ad,_0x425579){const _0x32c99b=a242_0x330f,_0x5cb10c=_0x3ca8ad();while(!![]){try{const _0x828ada=parseInt(_0x32c99b(0x1a0))/0x1+-parseInt(_0x32c99b(0x19e))/0x2+parseInt(_0x32c99b(0x19c))/0x3*(parseInt(_0x32c99b(0x19f))/0x4)+parseInt(_0x32c99b(0x19d))/0x5*(-parseInt(_0x32c99b(0x199))/0x6)+parseInt(_0x32c99b(0x1a3))/0x7*(parseInt(_0x32c99b(0x19a))/0x8)+-parseInt(_0x32c99b(0x1a1))/0x9+parseInt(_0x32c99b(0x1a2))/0xa*(parseInt(_0x32c99b(0x19b))/0xb);if(_0x828ada===_0x425579)break;else _0x5cb10c['push'](_0x5cb10c['shift']());}catch(_0x15602e){_0x5cb10c['push'](_0x5cb10c['shift']());}}}(a242_0x5199,0x96ac1));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a242_0x330f(_0x1b9cf7,_0x583f88){_0x1b9cf7=_0x1b9cf7-0x199;const _0x519986=a242_0x5199();let _0x330f47=_0x519986[_0x1b9cf7];return _0x330f47;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});function a242_0x5199(){const _0x22bc4d=['40527uPGaZT','840upIyjg','260558ooRzHu','56nHXaoD','910508ZEFBaF','10758762JVLXrw','1012530eSeJlY','21Kivjlv','40446ojIyDH','678408HVERRy','187qmAdXM'];a242_0x5199=function(){return _0x22bc4d;};return a242_0x5199();}
1
+ (function(_0x1b1a56,_0xa83637){const _0x24ed5c=a243_0x35c2,_0x31a8de=_0x1b1a56();while(!![]){try{const _0x196081=parseInt(_0x24ed5c(0x12b))/0x1*(parseInt(_0x24ed5c(0x126))/0x2)+parseInt(_0x24ed5c(0x12d))/0x3+parseInt(_0x24ed5c(0x125))/0x4*(parseInt(_0x24ed5c(0x12e))/0x5)+parseInt(_0x24ed5c(0x129))/0x6+-parseInt(_0x24ed5c(0x127))/0x7*(parseInt(_0x24ed5c(0x12f))/0x8)+-parseInt(_0x24ed5c(0x12a))/0x9*(-parseInt(_0x24ed5c(0x12c))/0xa)+-parseInt(_0x24ed5c(0x128))/0xb;if(_0x196081===_0xa83637)break;else _0x31a8de['push'](_0x31a8de['shift']());}catch(_0x3ce091){_0x31a8de['push'](_0x31a8de['shift']());}}}(a243_0x219d,0x68c7f));function a243_0x219d(){const _0x8967f=['16083122KcHYVF','4884180QPxSxU','36ubJMLu','6lMerdm','13290AiAQzT','2195730kmnfev','305UhEDfO','32IkUHDa','18636OTgBBh','63782AuBIYT','237153NdqAlc'];a243_0x219d=function(){return _0x8967f;};return a243_0x219d();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a243_0x35c2(_0x3ffd5a,_0x1a0d9a){_0x3ffd5a=_0x3ffd5a-0x125;const _0x219d87=a243_0x219d();let _0x35c2f6=_0x219d87[_0x3ffd5a];return _0x35c2f6;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- (function(_0x712861,_0x16f64c){const _0x18ef0c=a243_0x2c77,_0xfbc0ea=_0x712861();while(!![]){try{const _0x327cb5=parseInt(_0x18ef0c(0xf4))/0x1*(-parseInt(_0x18ef0c(0xe9))/0x2)+-parseInt(_0x18ef0c(0xf6))/0x3+parseInt(_0x18ef0c(0xea))/0x4*(parseInt(_0x18ef0c(0xee))/0x5)+-parseInt(_0x18ef0c(0xf2))/0x6*(-parseInt(_0x18ef0c(0xe8))/0x7)+-parseInt(_0x18ef0c(0xed))/0x8+parseInt(_0x18ef0c(0xf3))/0x9*(-parseInt(_0x18ef0c(0xf5))/0xa)+parseInt(_0x18ef0c(0xf8))/0xb;if(_0x327cb5===_0x16f64c)break;else _0xfbc0ea['push'](_0xfbc0ea['shift']());}catch(_0x5947bb){_0xfbc0ea['push'](_0xfbc0ea['shift']());}}}(a243_0x352d,0x55e7f));import{getTemplateBaseUrl}from'../utils/config.js';function a243_0x352d(){const _0x37fe3f=['sdk','now','3266232HqfeOP','27GdIUUC','41qvxswN','1548920zRZPlN','1476576tYxMBZ','node','9613945sbtxVV','/config/index.json','7zSsvMl','21650HZtgWy','2316984gtQDDS','/config.json','application/json','1960392YZsbtF','5HZOYoN','stableVersion'];a243_0x352d=function(){return _0x37fe3f;};return a243_0x352d();}function a243_0x2c77(_0x6285de,_0x38dc2b){_0x6285de=_0x6285de-0xe7;const _0x352db3=a243_0x352d();let _0x2c77d0=_0x352db3[_0x6285de];return _0x2c77d0;}export async function fetchCdnConfig(){const _0x4bc802=a243_0x2c77,_0x1c0b7b=getTemplateBaseUrl(),_0x3a4157=[_0x1c0b7b+_0x4bc802(0xeb),_0x1c0b7b+_0x4bc802(0xe7)];for(const _0xe9729 of _0x3a4157){try{const _0x2331a0=await fetch(_0xe9729,{'headers':{'Accept':_0x4bc802(0xec)}});if(!_0x2331a0['ok'])continue;const _0x3393d4=await _0x2331a0['json']();if(!_0x3393d4['cli']?.[_0x4bc802(0xef)]||!_0x3393d4[_0x4bc802(0xf0)]?.[_0x4bc802(0xf7)]?.[_0x4bc802(0xef)])continue;return _0x3393d4;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x3c31f4=a243_0x2c77,_0x607a07=Date[_0x3c31f4(0xf1)]();if(hasCachedConfig){const _0x3460d7=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x607a07-cacheTime<_0x3460d7)return cachedConfig;}const _0x51d8e1=await fetchCdnConfig();return cachedConfig=_0x51d8e1,cacheTime=_0x607a07,hasCachedConfig=!![],_0x51d8e1;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x5a56a8,_0x54e1f4){const _0x560022=a244_0x3098,_0x38cf3a=_0x5a56a8();while(!![]){try{const _0x4e3dc1=parseInt(_0x560022(0x17e))/0x1+-parseInt(_0x560022(0x185))/0x2*(-parseInt(_0x560022(0x17d))/0x3)+-parseInt(_0x560022(0x184))/0x4+-parseInt(_0x560022(0x179))/0x5*(parseInt(_0x560022(0x178))/0x6)+parseInt(_0x560022(0x188))/0x7*(parseInt(_0x560022(0x17c))/0x8)+parseInt(_0x560022(0x17b))/0x9*(parseInt(_0x560022(0x17f))/0xa)+-parseInt(_0x560022(0x183))/0xb;if(_0x4e3dc1===_0x54e1f4)break;else _0x38cf3a['push'](_0x38cf3a['shift']());}catch(_0x25dd25){_0x38cf3a['push'](_0x38cf3a['shift']());}}}(a244_0x1c15,0x7497d));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x455480=a244_0x3098,_0x13a253=getTemplateBaseUrl(),_0x32d0fd=[_0x13a253+_0x455480(0x186),_0x13a253+_0x455480(0x187)];for(const _0xfb0ea9 of _0x32d0fd){try{const _0x51fdd5=await fetch(_0xfb0ea9,{'headers':{'Accept':_0x455480(0x181)}});if(!_0x51fdd5['ok'])continue;const _0xfa167e=await _0x51fdd5[_0x455480(0x182)]();if(!_0xfa167e['cli']?.[_0x455480(0x17a)]||!_0xfa167e['sdk']?.[_0x455480(0x180)]?.[_0x455480(0x17a)])continue;return _0xfa167e;}catch{}}return null;}function a244_0x1c15(){const _0x5e291a=['json','5310525CrtMto','121152auZQvk','2794AjlQFf','/config.json','/config/index.json','84ncnCVc','78RNvLyd','349895AZhOpv','stableVersion','2131443WcEeLm','79264KBIoWr','1353RItKrQ','677758AJiYsg','20KRipnk','node','application/json'];a244_0x1c15=function(){return _0x5e291a;};return a244_0x1c15();}function a244_0x3098(_0x2a9173,_0x2e43c3){_0x2a9173=_0x2a9173-0x178;const _0x1c157c=a244_0x1c15();let _0x3098a4=_0x1c157c[_0x2a9173];return _0x3098a4;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x46c0fa=Date['now']();if(hasCachedConfig){const _0x57d4c1=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x46c0fa-cacheTime<_0x57d4c1)return cachedConfig;}const _0xcb3bb7=await fetchCdnConfig();return cachedConfig=_0xcb3bb7,cacheTime=_0x46c0fa,hasCachedConfig=!![],_0xcb3bb7;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}