@lovrabet/rabetbase-cli 2.3.16-beta.2 → 2.3.16-beta.4

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 (279) 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/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/members-list.js +1 -1
  23. package/lib/commands/app/remote-directory.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/kb/create.js +1 -1
  102. package/lib/commands/kb/delete.js +1 -1
  103. package/lib/commands/kb/detail.js +1 -1
  104. package/lib/commands/kb/index.js +1 -1
  105. package/lib/commands/kb/list.js +1 -1
  106. package/lib/commands/kb/shared.js +1 -1
  107. package/lib/commands/kb/update.js +1 -1
  108. package/lib/commands/logs/index.js +1 -1
  109. package/lib/commands/menu/asset-update.js +1 -1
  110. package/lib/commands/menu/delete.js +1 -1
  111. package/lib/commands/menu/external-link-create.js +1 -1
  112. package/lib/commands/menu/external-link-update.js +1 -1
  113. package/lib/commands/menu/group-create.js +1 -1
  114. package/lib/commands/menu/group-update.js +1 -1
  115. package/lib/commands/menu/index.js +1 -1
  116. package/lib/commands/menu/list.js +1 -1
  117. package/lib/commands/menu/move.js +1 -1
  118. package/lib/commands/menu/regroup-start.js +1 -1
  119. package/lib/commands/menu/rename.js +1 -1
  120. package/lib/commands/menu/shared/compare-table.js +1 -1
  121. package/lib/commands/menu/shared/delete-plan.js +1 -1
  122. package/lib/commands/menu/shared/facts.js +1 -1
  123. package/lib/commands/menu/shared/index.js +1 -1
  124. package/lib/commands/menu/shared/inquirer.js +1 -1
  125. package/lib/commands/menu/shared/local-pages.js +1 -1
  126. package/lib/commands/menu/shared/logic.js +1 -1
  127. package/lib/commands/menu/shared/mutations.js +1 -1
  128. package/lib/commands/menu/shared/service.js +1 -1
  129. package/lib/commands/menu/shared/sync-core.js +1 -1
  130. package/lib/commands/menu/shared/update-core.js +1 -1
  131. package/lib/commands/menu/shared/valid-url.js +1 -1
  132. package/lib/commands/menu/sync.js +1 -1
  133. package/lib/commands/notification/config-list.js +1 -1
  134. package/lib/commands/notification/index.js +1 -1
  135. package/lib/commands/ocr/index.js +1 -1
  136. package/lib/commands/page/generate-start.js +1 -1
  137. package/lib/commands/page/generate-status.js +1 -1
  138. package/lib/commands/page/index.js +1 -1
  139. package/lib/commands/page/pull.js +1 -1
  140. package/lib/commands/page/push.js +1 -1
  141. package/lib/commands/page/relation-audit.js +1 -1
  142. package/lib/commands/page/restore.js +1 -1
  143. package/lib/commands/page/shared.js +1 -1
  144. package/lib/commands/page/standard-page-status.js +1 -1
  145. package/lib/commands/page/sync.js +1 -1
  146. package/lib/commands/permit/index.js +1 -1
  147. package/lib/commands/permit/page-get.js +1 -1
  148. package/lib/commands/permit/page-set.js +1 -1
  149. package/lib/commands/permit/role-apis-set.js +1 -1
  150. package/lib/commands/permit/role-menus-set.js +1 -1
  151. package/lib/commands/permit/role-menus.js +1 -1
  152. package/lib/commands/permit/shared.js +1 -1
  153. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  154. package/lib/commands/project/create/format-elapsed.js +1 -1
  155. package/lib/commands/project/create/main.js +1 -1
  156. package/lib/commands/project/create/non-interactive.js +1 -1
  157. package/lib/commands/project/create/project-template-path.js +1 -1
  158. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  159. package/lib/commands/project/create/use-format-code.js +1 -1
  160. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  161. package/lib/commands/project/index.js +1 -1
  162. package/lib/commands/project/upgrade.js +1 -1
  163. package/lib/commands/registry.js +1 -1
  164. package/lib/commands/role/create.js +1 -1
  165. package/lib/commands/role/delete.js +1 -1
  166. package/lib/commands/role/detail.js +1 -1
  167. package/lib/commands/role/index.js +1 -1
  168. package/lib/commands/role/list.js +1 -1
  169. package/lib/commands/role/shared.js +1 -1
  170. package/lib/commands/role/update.js +1 -1
  171. package/lib/commands/role/user-add.js +1 -1
  172. package/lib/commands/role/user-remove.js +1 -1
  173. package/lib/commands/role/user-resolve.js +1 -1
  174. package/lib/commands/run/index.js +1 -1
  175. package/lib/commands/schema.js +1 -1
  176. package/lib/commands/sql/create.js +1 -1
  177. package/lib/commands/sql/delete.js +1 -1
  178. package/lib/commands/sql/detail.js +1 -1
  179. package/lib/commands/sql/exec.js +1 -1
  180. package/lib/commands/sql/index.js +1 -1
  181. package/lib/commands/sql/list.js +1 -1
  182. package/lib/commands/sql/pull.js +1 -1
  183. package/lib/commands/sql/push.js +1 -1
  184. package/lib/commands/sql/shared.js +1 -1
  185. package/lib/commands/sql/status.js +1 -1
  186. package/lib/commands/sql/validate.js +1 -1
  187. package/lib/commands/task/index.js +1 -1
  188. package/lib/commands/task/status.js +1 -1
  189. package/lib/commands/tenant/index.js +1 -1
  190. package/lib/commands/tenant/members-list.js +1 -1
  191. package/lib/commands/tenant/shared.js +1 -1
  192. package/lib/commands/workspace/add.js +1 -1
  193. package/lib/commands/workspace/index.js +1 -1
  194. package/lib/commands/workspace/remove.js +1 -1
  195. package/lib/config/schema.js +1 -1
  196. package/lib/constant/cdn.js +1 -1
  197. package/lib/constant/cli.js +1 -1
  198. package/lib/constant/defaults.js +1 -1
  199. package/lib/constant/domain.js +1 -1
  200. package/lib/constant/env.js +1 -1
  201. package/lib/constant/output.js +1 -1
  202. package/lib/constant/paths.js +1 -1
  203. package/lib/constant/risk.js +1 -1
  204. package/lib/context/app-resolver.js +1 -1
  205. package/lib/context/auth-resolver.js +1 -1
  206. package/lib/context/config-loader.js +1 -1
  207. package/lib/context.js +1 -1
  208. package/lib/core/alias-resolver.js +1 -1
  209. package/lib/core/api-client.js +1 -1
  210. package/lib/core/bff/config.js +1 -1
  211. package/lib/core/bff/file-system.js +1 -1
  212. package/lib/core/bff/hash.js +1 -1
  213. package/lib/core/bff/lock.js +1 -1
  214. package/lib/core/bff/utils.js +1 -1
  215. package/lib/core/db-resolver.js +1 -1
  216. package/lib/core/page/file-system.js +1 -1
  217. package/lib/core/page/hash.js +1 -1
  218. package/lib/core/page/lock.js +1 -1
  219. package/lib/core/sql-index-auditor.js +1 -1
  220. package/lib/core/sql-sync/config.js +1 -1
  221. package/lib/core/sql-sync/file-system.js +1 -1
  222. package/lib/core/sql-sync/hash.js +1 -1
  223. package/lib/core/sql-sync/lock.js +1 -1
  224. package/lib/core/sql-sync/utils.js +1 -1
  225. package/lib/core/sql-validator.js +1 -1
  226. package/lib/errors.js +1 -1
  227. package/lib/framework/build-all-flags.js +1 -1
  228. package/lib/framework/error-output.js +1 -1
  229. package/lib/framework/explicit-yes.js +1 -1
  230. package/lib/framework/flags.js +1 -1
  231. package/lib/framework/help.js +1 -1
  232. package/lib/framework/index.js +1 -1
  233. package/lib/framework/output.js +1 -1
  234. package/lib/framework/response.js +1 -1
  235. package/lib/framework/runner-alias.js +1 -1
  236. package/lib/framework/runner.js +1 -1
  237. package/lib/framework/schema-export.js +1 -1
  238. package/lib/framework/types.js +1 -1
  239. package/lib/generated/build-info.js +1 -1
  240. package/lib/help.js +1 -1
  241. package/lib/skills/main.js +1 -1
  242. package/lib/skills/npx-skills-add.js +1 -1
  243. package/lib/skills/skill-presence.js +1 -1
  244. package/lib/telemetry/cli-command-trace.js +1 -1
  245. package/lib/telemetry/cli-help-trace.js +1 -1
  246. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  247. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  248. package/lib/telemetry/send-cli-trace-log.js +1 -1
  249. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  250. package/lib/utils/ai_config.js +1 -1
  251. package/lib/utils/apply-jq-filter.js +1 -1
  252. package/lib/utils/cdn-config.js +1 -1
  253. package/lib/utils/check-sdk-version.js +1 -1
  254. package/lib/utils/cli-version-check.js +1 -1
  255. package/lib/utils/cli-version-policy.js +1 -1
  256. package/lib/utils/config.js +1 -1
  257. package/lib/utils/copy-directory.js +1 -1
  258. package/lib/utils/entity-with-id.js +1 -1
  259. package/lib/utils/file-utils.js +1 -1
  260. package/lib/utils/guides-cdn.js +1 -1
  261. package/lib/utils/http-client.js +1 -1
  262. package/lib/utils/is-non-interactive.js +1 -1
  263. package/lib/utils/logger.js +1 -1
  264. package/lib/utils/params.js +1 -1
  265. package/lib/utils/platform.js +1 -1
  266. package/lib/utils/rules-cdn.js +1 -1
  267. package/lib/utils/sleep.js +1 -1
  268. package/lib/utils/template-replacer.js +1 -1
  269. package/lib/utils/update-notice.js +1 -1
  270. package/lib/utils/version.js +1 -1
  271. package/lib/utils/with-active-cookie.js +1 -1
  272. package/lib/utils/write-cli-side-channel.js +1 -1
  273. package/package.json +1 -1
  274. package/templates/projects/sub-app-react-demo/CHANGELOG.md +1 -1
  275. package/templates/projects/sub-app-react-demo/README.md +1 -1
  276. package/templates/projects/sub-app-react-demo/docs/quick-start.md +1 -1
  277. package/templates/projects/sub-app-react-demo/src/pages/index.tsx +1 -1
  278. package/lib/commands/project/init.js +0 -1
  279. package/lib/commands/sql/save.js +0 -1
@@ -1 +1 @@
1
- function a232_0x53e7(){var _0x2742db=['6YWNeRl','101146WEJiSG','2699345SvYOzJ','207aDQtlD','1275772ylADgR','55544VDQUQt','631288UVYvEx','3ULKBvw','10029760bJKVVE','def','flags','compress','661884tdugtM'];a232_0x53e7=function(){return _0x2742db;};return a232_0x53e7();}(function(_0x3427ab,_0x4f67e2){var _0x5b9ff6=a232_0x489d,_0x1b7448=_0x3427ab();while(!![]){try{var _0x32efb3=-parseInt(_0x5b9ff6(0xd9))/0x1+-parseInt(_0x5b9ff6(0xd7))/0x2+parseInt(_0x5b9ff6(0xdf))/0x3*(parseInt(_0x5b9ff6(0xdc))/0x4)+-parseInt(_0x5b9ff6(0xda))/0x5*(parseInt(_0x5b9ff6(0xd8))/0x6)+parseInt(_0x5b9ff6(0xde))/0x7+-parseInt(_0x5b9ff6(0xdd))/0x8*(parseInt(_0x5b9ff6(0xdb))/0x9)+parseInt(_0x5b9ff6(0xe0))/0xa;if(_0x32efb3===_0x4f67e2)break;else _0x1b7448['push'](_0x1b7448['shift']());}catch(_0x433e83){_0x1b7448['push'](_0x1b7448['shift']());}}}(a232_0x53e7,0x44789));import{resolveOutputConfig}from'@lovrabet/cli-framework';function a232_0x489d(_0x47b86b,_0x23ff58){_0x47b86b=_0x47b86b-0xd4;var _0x53e73e=a232_0x53e7();var _0x489dbc=_0x53e73e[_0x47b86b];return _0x489dbc;}export function usesStructuredErrorOutput(_0x5e77c6){return _0x5e77c6?.['structuredErrors']===!![];}export function resolveErrorOutputFormat(_0x42c90f){var _0x4768d4=a232_0x489d;if(!_0x42c90f[_0x4768d4(0xd4)])return _0x42c90f['defaultFormat']??_0x4768d4(0xd6);return resolveOutputConfig({'flags':_0x42c90f[_0x4768d4(0xd5)]??{},'def':_0x42c90f[_0x4768d4(0xd4)],'configDefault':_0x42c90f['defaultFormat']})['format'];}
1
+ (function(_0x320ac2,_0x372913){var _0x2c1930=a230_0x16c3,_0x33292a=_0x320ac2();while(!![]){try{var _0x4c9958=parseInt(_0x2c1930(0x193))/0x1*(parseInt(_0x2c1930(0x195))/0x2)+-parseInt(_0x2c1930(0x187))/0x3*(parseInt(_0x2c1930(0x188))/0x4)+parseInt(_0x2c1930(0x18c))/0x5+parseInt(_0x2c1930(0x18d))/0x6*(parseInt(_0x2c1930(0x191))/0x7)+-parseInt(_0x2c1930(0x198))/0x8*(parseInt(_0x2c1930(0x190))/0x9)+-parseInt(_0x2c1930(0x18a))/0xa*(-parseInt(_0x2c1930(0x18e))/0xb)+parseInt(_0x2c1930(0x197))/0xc*(-parseInt(_0x2c1930(0x199))/0xd);if(_0x4c9958===_0x372913)break;else _0x33292a['push'](_0x33292a['shift']());}catch(_0x579b01){_0x33292a['push'](_0x33292a['shift']());}}}(a230_0x49e2,0xd0a9a));import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x2c90f3){var _0x265d6e=a230_0x16c3;return _0x2c90f3?.[_0x265d6e(0x189)]===!![];}export function resolveErrorOutputFormat(_0x2ae66e){var _0x49c6cd=a230_0x16c3;if(!_0x2ae66e[_0x49c6cd(0x196)])return _0x2ae66e[_0x49c6cd(0x18f)]??_0x49c6cd(0x18b);return resolveOutputConfig({'flags':_0x2ae66e[_0x49c6cd(0x192)]??{},'def':_0x2ae66e['def'],'configDefault':_0x2ae66e[_0x49c6cd(0x18f)]})[_0x49c6cd(0x194)];}function a230_0x16c3(_0x329d37,_0x498366){_0x329d37=_0x329d37-0x187;var _0x49e261=a230_0x49e2();var _0x16c3cc=_0x49e261[_0x329d37];return _0x16c3cc;}function a230_0x49e2(){var _0x643866=['36888qnywny','33872FcSwbs','7865vJApRZ','24KuqfrZ','642556QBlRaF','structuredErrors','240jzrJAU','compress','8242355pumDuX','174enlVWV','21153WlvDnI','defaultFormat','207KcjJNw','302603sAYCcb','flags','382894jFvIZe','format','6zrkvMQ','def'];a230_0x49e2=function(){return _0x643866;};return a230_0x49e2();}
@@ -1 +1 @@
1
- const a233_0x19b4ea=a233_0x1074;(function(_0x580a77,_0x4d6f89){const _0x55864e=a233_0x1074,_0x2e2149=_0x580a77();while(!![]){try{const _0x50b584=parseInt(_0x55864e(0x1e7))/0x1*(-parseInt(_0x55864e(0x1df))/0x2)+-parseInt(_0x55864e(0x1e9))/0x3*(-parseInt(_0x55864e(0x1ea))/0x4)+-parseInt(_0x55864e(0x1e1))/0x5+parseInt(_0x55864e(0x1ed))/0x6+-parseInt(_0x55864e(0x1ec))/0x7+parseInt(_0x55864e(0x1ee))/0x8+parseInt(_0x55864e(0x1e3))/0x9;if(_0x50b584===_0x4d6f89)break;else _0x2e2149['push'](_0x2e2149['shift']());}catch(_0x24f1c5){_0x2e2149['push'](_0x2e2149['shift']());}}}(a233_0x5ad5,0xe5302));const EXPLICIT_YES_COMMANDS=new Set([a233_0x19b4ea(0x1e8),a233_0x19b4ea(0x1eb),a233_0x19b4ea(0x1e6),a233_0x19b4ea(0x1e4),'menu\x20group-update',a233_0x19b4ea(0x1ef),a233_0x19b4ea(0x1e2),'kb\x20create',a233_0x19b4ea(0x1e5),a233_0x19b4ea(0x1de)]);function a233_0x5ad5(){const _0xcd0907=['3569220KuWWnY','156160jAPWVC','menu\x20move','command','kb\x20delete','554LzGgtm','service','657385usXsUC','menu\x20regroup-start','6677748IiuDYp','menu\x20group-create','kb\x20update','menu\x20delete','1118kyiEmP','menu\x20external-link-update','436026QkFQcA','48bAhenq','menu\x20rename','12043843mjVigQ'];a233_0x5ad5=function(){return _0xcd0907;};return a233_0x5ad5();}export const EXPLICIT_YES_FLAG_DESCRIPTION='Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan';function a233_0x1074(_0x4a6d07,_0x11c765){_0x4a6d07=_0x4a6d07-0x1dd;const _0x5ad503=a233_0x5ad5();let _0x1074b5=_0x5ad503[_0x4a6d07];return _0x1074b5;}export function requiresExplicitYes(_0x442494){const _0x540a9b=a233_0x19b4ea;return EXPLICIT_YES_COMMANDS['has'](_0x442494[_0x540a9b(0x1e0)]+'\x20'+_0x442494[_0x540a9b(0x1dd)]);}
1
+ const a231_0x5b8e91=a231_0x5345;(function(_0x4e925b,_0xcd94de){const _0x4d76c8=a231_0x5345,_0x4c56fb=_0x4e925b();while(!![]){try{const _0x43a2cf=-parseInt(_0x4d76c8(0xfb))/0x1*(parseInt(_0x4d76c8(0xf5))/0x2)+parseInt(_0x4d76c8(0xf2))/0x3+parseInt(_0x4d76c8(0xf9))/0x4+parseInt(_0x4d76c8(0xee))/0x5+parseInt(_0x4d76c8(0xf6))/0x6+-parseInt(_0x4d76c8(0xf3))/0x7+-parseInt(_0x4d76c8(0xf4))/0x8*(parseInt(_0x4d76c8(0xf8))/0x9);if(_0x43a2cf===_0xcd94de)break;else _0x4c56fb['push'](_0x4c56fb['shift']());}catch(_0x3f38cb){_0x4c56fb['push'](_0x4c56fb['shift']());}}}(a231_0x5c0b,0x6888f));const EXPLICIT_YES_COMMANDS=new Set([a231_0x5b8e91(0xef),a231_0x5b8e91(0xfc),a231_0x5b8e91(0xf1),a231_0x5b8e91(0xed),a231_0x5b8e91(0xf0),'kb\x20delete']);export const EXPLICIT_YES_FLAG_DESCRIPTION=a231_0x5b8e91(0xf7);function a231_0x5345(_0x58a29e,_0x32d4f1){_0x58a29e=_0x58a29e-0xec;const _0x5c0b73=a231_0x5c0b();let _0x53456a=_0x5c0b73[_0x58a29e];return _0x53456a;}export function requiresExplicitYes(_0x2a36ec){const _0x4f1719=a231_0x5b8e91;return EXPLICIT_YES_COMMANDS[_0x4f1719(0xfa)](_0x2a36ec[_0x4f1719(0xec)]+'\x20'+_0x2a36ec['command']);}function a231_0x5c0b(){const _0x3e7237=['350hjdgGj','menu\x20delete','service','kb\x20create','1435645jOrvuo','menu\x20external-link-update','kb\x20update','menu\x20regroup-start','860112UrukGZ','4905215hQwpkh','8voueXa','262CmsFcn','4454706nVnZaC','Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan','5271813SFXhQz','1776972BPzAdm','has'];a231_0x5c0b=function(){return _0x3e7237;};return a231_0x5c0b();}
@@ -1 +1 @@
1
- const a234_0x14a93b=a234_0x31d1;(function(_0x322373,_0x3f8437){const _0x2f6aa9=a234_0x31d1,_0x5cf6b5=_0x322373();while(!![]){try{const _0x1d217b=parseInt(_0x2f6aa9(0x141))/0x1+parseInt(_0x2f6aa9(0x144))/0x2+parseInt(_0x2f6aa9(0x140))/0x3+-parseInt(_0x2f6aa9(0x13d))/0x4+-parseInt(_0x2f6aa9(0x142))/0x5+-parseInt(_0x2f6aa9(0x13e))/0x6+parseInt(_0x2f6aa9(0x13f))/0x7*(parseInt(_0x2f6aa9(0x145))/0x8);if(_0x1d217b===_0x3f8437)break;else _0x5cf6b5['push'](_0x5cf6b5['shift']());}catch(_0x21e415){_0x5cf6b5['push'](_0x5cf6b5['shift']());}}}(a234_0x3334,0x5cb10));import{createFlagHelpers}from'@lovrabet/cli-framework';function a234_0x3334(){const _0x21ddfd=['7kNebfG','150165FuvXel','113867qBmEzL','2606635sitOyP','parseFlags','1103268WRzgto','11613880grhLJG','2261384aiNwCE','4205724SWMzcb'];a234_0x3334=function(){return _0x21ddfd;};return a234_0x3334();}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a234_0x14a93b(0x143)];function a234_0x31d1(_0x1b06e0,_0x557e7f){_0x1b06e0=_0x1b06e0-0x13d;const _0x3334e9=a234_0x3334();let _0x31d1b7=_0x3334e9[_0x1b06e0];return _0x31d1b7;}export const validateFlags=helpers['validateFlags'];
1
+ const a232_0x36267f=a232_0x3444;(function(_0xa1ed89,_0x37be4e){const _0x216181=a232_0x3444,_0x24bd7e=_0xa1ed89();while(!![]){try{const _0x47786d=-parseInt(_0x216181(0x1f5))/0x1*(parseInt(_0x216181(0x1fb))/0x2)+-parseInt(_0x216181(0x1fc))/0x3+-parseInt(_0x216181(0x1fe))/0x4*(-parseInt(_0x216181(0x1ff))/0x5)+parseInt(_0x216181(0x1f7))/0x6+parseInt(_0x216181(0x1f9))/0x7+-parseInt(_0x216181(0x1f4))/0x8+-parseInt(_0x216181(0x1f8))/0x9*(-parseInt(_0x216181(0x1fa))/0xa);if(_0x47786d===_0x37be4e)break;else _0x24bd7e['push'](_0x24bd7e['shift']());}catch(_0x37ad56){_0x24bd7e['push'](_0x24bd7e['shift']());}}}(a232_0x27e8,0xee457));import{createFlagHelpers}from'@lovrabet/cli-framework';function a232_0x3444(_0x4a56d5,_0xeaa853){_0x4a56d5=_0x4a56d5-0x1f4;const _0x27e81b=a232_0x27e8();let _0x3444e9=_0x27e81b[_0x4a56d5];return _0x3444e9;}import{CliErrors}from'../errors.js';function a232_0x27e8(){const _0x1995ee=['8021416kWUPHb','1hrXCIs','validateFlags','2217156jVfAyc','742635SIOmxU','10854914uajKnO','40yawprx','1240444ZKeEus','3846666uBPyFQ','parseFlags','815396deHrVY','40dKhAxD'];a232_0x27e8=function(){return _0x1995ee;};return a232_0x27e8();}const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a232_0x36267f(0x1fd)];export const validateFlags=helpers[a232_0x36267f(0x1f6)];
@@ -1 +1 @@
1
- const a235_0x3ddceb=a235_0x3d2f;(function(_0x2cb36c,_0x1035f5){const _0x529fe0=a235_0x3d2f,_0xdcf88d=_0x2cb36c();while(!![]){try{const _0x570080=-parseInt(_0x529fe0(0xd9))/0x1+parseInt(_0x529fe0(0xd5))/0x2*(parseInt(_0x529fe0(0xd1))/0x3)+-parseInt(_0x529fe0(0xde))/0x4*(-parseInt(_0x529fe0(0xd7))/0x5)+parseInt(_0x529fe0(0xd4))/0x6+parseInt(_0x529fe0(0xd8))/0x7+-parseInt(_0x529fe0(0xdf))/0x8+parseInt(_0x529fe0(0xdd))/0x9*(-parseInt(_0x529fe0(0xe0))/0xa);if(_0x570080===_0x1035f5)break;else _0xdcf88d['push'](_0xdcf88d['shift']());}catch(_0x592704){_0xdcf88d['push'](_0xdcf88d['shift']());}}}(a235_0x9a71,0x4fe4c));import{createHelpGenerators}from'@lovrabet/cli-framework';function a235_0x9a71(){const _0x2a3017=['5kpsDUZ','2573662TcIjky','504579RBXfmw','Requires\x20appcode\x20(set\x20via\x20`','generateFullHelp','replace','484578WvuHvV','1043364QixZPp','1331136JowbDY','80JLCjyr','Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.','33WIldNr','generateServiceHelp','\x20workspace\x20init`\x20or\x20--appcode).','3106926CfHeFG','51386fBVojA','\x20[args]\x20[flags]'];a235_0x9a71=function(){return _0x2a3017;};return a235_0x9a71();}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':_0xd55a39=>serviceGroups['get'](_0xd55a39),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a235_0x3ddceb(0xda)+CLI_BIN_NAME+a235_0x3ddceb(0xd3),'serviceUsageSuffix':a235_0x3ddceb(0xd6)});export function generateCommandHelp(_0x3531de){const _0x2980cd=a235_0x3ddceb,_0x124251=generators['generateCommandHelp'](_0x3531de);if(!requiresExplicitYes(_0x3531de))return _0x124251;return _0x124251[_0x2980cd(0xdc)]('Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.',_0x2980cd(0xe1));}function a235_0x3d2f(_0x18fbe3,_0x145464){_0x18fbe3=_0x18fbe3-0xd1;const _0x9a71ee=a235_0x9a71();let _0x3d2f09=_0x9a71ee[_0x18fbe3];return _0x3d2f09;}export const generateServiceHelp=generators[a235_0x3ddceb(0xd2)];export const generateFullHelp=generators[a235_0x3ddceb(0xdb)];
1
+ const a233_0x1901cc=a233_0x7a64;(function(_0x1c7e98,_0x288ed7){const _0x17ef6d=a233_0x7a64,_0x6f7e2=_0x1c7e98();while(!![]){try{const _0x183bc6=parseInt(_0x17ef6d(0x14e))/0x1*(parseInt(_0x17ef6d(0x155))/0x2)+parseInt(_0x17ef6d(0x14c))/0x3+-parseInt(_0x17ef6d(0x14d))/0x4*(-parseInt(_0x17ef6d(0x153))/0x5)+-parseInt(_0x17ef6d(0x154))/0x6+parseInt(_0x17ef6d(0x146))/0x7+-parseInt(_0x17ef6d(0x152))/0x8*(-parseInt(_0x17ef6d(0x14f))/0x9)+-parseInt(_0x17ef6d(0x151))/0xa*(parseInt(_0x17ef6d(0x148))/0xb);if(_0x183bc6===_0x288ed7)break;else _0x6f7e2['push'](_0x6f7e2['shift']());}catch(_0x22cf10){_0x6f7e2['push'](_0x6f7e2['shift']());}}}(a233_0x4c4b,0xa938c));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';function a233_0x4c4b(){const _0x3d3b53=['32FfquoH','1887529urqGFV','replace','44moWAqS','Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.','Requires\x20appcode\x20(set\x20via\x20`','generateFullHelp','2922579freZlh','4PQbjaM','69463KUyrEq','34704TrYuHW','generateCommandHelp','7310190gnlxQc','1992iwJXRS','1982525qgJwFL','568134IYRmzv'];a233_0x4c4b=function(){return _0x3d3b53;};return a233_0x4c4b();}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':_0x413659=>serviceGroups['get'](_0x413659),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a233_0x1901cc(0x14a)+CLI_BIN_NAME+'\x20workspace\x20init`\x20or\x20--appcode).','serviceUsageSuffix':'\x20[args]\x20[flags]'});export function generateCommandHelp(_0x400931){const _0x1c1159=a233_0x1901cc,_0x506e37=generators[_0x1c1159(0x150)](_0x400931);if(!requiresExplicitYes(_0x400931))return _0x506e37;return _0x506e37[_0x1c1159(0x147)]('Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.',_0x1c1159(0x149));}function a233_0x7a64(_0x3ddf20,_0x5e99f6){_0x3ddf20=_0x3ddf20-0x146;const _0x4c4b59=a233_0x4c4b();let _0x7a6466=_0x4c4b59[_0x3ddf20];return _0x7a6466;}export const generateServiceHelp=generators['generateServiceHelp'];export const generateFullHelp=generators[a233_0x1901cc(0x14b)];
@@ -1 +1 @@
1
- (function(_0x2a3204,_0x50f1e3){var _0x204cc0=a236_0x2f85,_0x46182a=_0x2a3204();while(!![]){try{var _0x56d653=-parseInt(_0x204cc0(0x146))/0x1*(parseInt(_0x204cc0(0x14b))/0x2)+parseInt(_0x204cc0(0x144))/0x3*(parseInt(_0x204cc0(0x14a))/0x4)+-parseInt(_0x204cc0(0x141))/0x5+parseInt(_0x204cc0(0x142))/0x6*(parseInt(_0x204cc0(0x143))/0x7)+-parseInt(_0x204cc0(0x149))/0x8+parseInt(_0x204cc0(0x140))/0x9*(parseInt(_0x204cc0(0x145))/0xa)+parseInt(_0x204cc0(0x148))/0xb*(-parseInt(_0x204cc0(0x147))/0xc);if(_0x56d653===_0x50f1e3)break;else _0x46182a['push'](_0x46182a['shift']());}catch(_0x43256b){_0x46182a['push'](_0x46182a['shift']());}}}(a236_0x3e37,0xb43a5));export{runCommand}from'../framework/runner.js';function a236_0x2f85(_0x52310f,_0x3bf2f8){_0x52310f=_0x52310f-0x140;var _0x3e378f=a236_0x3e37();var _0x2f85de=_0x3e378f[_0x52310f];return _0x2f85de;}export{parseFlags,validateFlags}from'../framework/flags.js';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 a236_0x3e37(){var _0x3ee22e=['225426ACxQBn','182KutpGm','159486YIzjrd','40rHjFfk','64BuJUtO','336XPhzEu','68222MMnhSB','631456qvtUSa','24BKVdob','10600hiOuQe','165987BodSnX','197945ONozkI'];a236_0x3e37=function(){return _0x3ee22e;};return a236_0x3e37();}
1
+ (function(_0x574b5d,_0x1ee897){var _0x43bd47=a234_0x3e3b,_0x55ee78=_0x574b5d();while(!![]){try{var _0x2306a7=parseInt(_0x43bd47(0x184))/0x1*(parseInt(_0x43bd47(0x17f))/0x2)+parseInt(_0x43bd47(0x17e))/0x3*(-parseInt(_0x43bd47(0x181))/0x4)+-parseInt(_0x43bd47(0x17b))/0x5*(-parseInt(_0x43bd47(0x17a))/0x6)+-parseInt(_0x43bd47(0x17c))/0x7*(parseInt(_0x43bd47(0x182))/0x8)+-parseInt(_0x43bd47(0x179))/0x9*(-parseInt(_0x43bd47(0x180))/0xa)+-parseInt(_0x43bd47(0x177))/0xb*(parseInt(_0x43bd47(0x183))/0xc)+-parseInt(_0x43bd47(0x17d))/0xd*(-parseInt(_0x43bd47(0x178))/0xe);if(_0x2306a7===_0x1ee897)break;else _0x55ee78['push'](_0x55ee78['shift']());}catch(_0x1340df){_0x55ee78['push'](_0x55ee78['shift']());}}}(a234_0x1069,0x2fd5e));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';function a234_0x3e3b(_0x23949d,_0x422280){_0x23949d=_0x23949d-0x177;var _0x1069a0=a234_0x1069();var _0x3e3b25=_0x1069a0[_0x23949d];return _0x3e3b25;}function a234_0x1069(){var _0x276be6=['129290gSUEiL','8964xFKiGX','120xiWMYW','17945lLBMty','7CLvzxY','13RBOzJE','9564gLEIrL','5512YEXPcQ','3730orqaaa','248XoRQWQ','1257864zQqNCU','68592EWCXBA','73ONCuhZ','198bkCOVm'];a234_0x1069=function(){return _0x276be6;};return a234_0x1069();}
@@ -1 +1 @@
1
- (function(_0x20f3cc,_0x345000){const _0x5f565a=a237_0x48ea,_0x395ae6=_0x20f3cc();while(!![]){try{const _0x577392=parseInt(_0x5f565a(0x108))/0x1+parseInt(_0x5f565a(0x105))/0x2+-parseInt(_0x5f565a(0x10b))/0x3+parseInt(_0x5f565a(0x10a))/0x4*(-parseInt(_0x5f565a(0xfb))/0x5)+-parseInt(_0x5f565a(0x101))/0x6+parseInt(_0x5f565a(0xf9))/0x7+-parseInt(_0x5f565a(0x103))/0x8*(-parseInt(_0x5f565a(0xf7))/0x9);if(_0x577392===_0x345000)break;else _0x395ae6['push'](_0x395ae6['shift']());}catch(_0x3b88dc){_0x395ae6['push'](_0x395ae6['shift']());}}}(a237_0x592b,0xaac7b));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliError,CliErrors}from'../errors.js';import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});function a237_0x48ea(_0x3a2400,_0x3b9010){_0x3a2400=_0x3a2400-0xf4;const _0x592b19=a237_0x592b();let _0x48ea26=_0x592b19[_0x3a2400];return _0x48ea26;}export function formatOutput(_0x2cfac9,_0xa3f028){const _0x2c7f9f=_0x2cfac9['_notice'],{_notice:_0x29d724,..._0x186138}=_0x2cfac9;void _0x29d724,baseFormatOutput(_0x186138,_0xa3f028),_0xa3f028['format']==='pretty'&&printPrettyNotice(_0x2c7f9f);}export function formatCliError(_0x209f60,_0x3769d8){const _0x442e8a=a237_0x48ea;if(_0x3769d8[_0x442e8a(0x102)]===_0x442e8a(0x109))return![];const _0x39dfe7=_0x209f60[_0x442e8a(0x106)],_0x1d3b48={'ok':![],'command':_0x3769d8[_0x442e8a(0xf5)],'risk':_0x3769d8[_0x442e8a(0xfc)],'data':_0x39dfe7??null,'error':{'code':_0x209f60[_0x442e8a(0xf4)],'message':_0x209f60[_0x442e8a(0xfe)],..._0x209f60[_0x442e8a(0xfd)]?{'hint':_0x209f60[_0x442e8a(0xfd)]}:{}}},_0x335cd3=_0x3769d8[_0x442e8a(0x102)]==='json'?JSON[_0x442e8a(0x107)](_0x1d3b48,null,0x2):JSON[_0x442e8a(0x107)](_0x1d3b48);let _0x3126d8=_0x335cd3;if(_0x3769d8[_0x442e8a(0x10c)]?.[_0x442e8a(0xf8)]())try{_0x3126d8=applyJqFilter(_0x335cd3,_0x3769d8[_0x442e8a(0x10c)]);}catch(_0xe15ca2){const _0x5411b1=_0xe15ca2 instanceof CliError?_0xe15ca2:CliErrors['validation'](_0x442e8a(0x100)+(_0xe15ca2 instanceof Error?_0xe15ca2['message']:String(_0xe15ca2))),_0x206d8e={..._0x1d3b48,'error':{'code':_0x5411b1[_0x442e8a(0xf4)],'message':_0x5411b1[_0x442e8a(0xfe)],..._0x5411b1['hint']?{'hint':_0x5411b1[_0x442e8a(0xfd)]}:{},'cause':_0x1d3b48[_0x442e8a(0x104)]}};_0x3126d8=_0x3769d8[_0x442e8a(0x102)]==='json'?JSON[_0x442e8a(0x107)](_0x206d8e,null,0x2):JSON[_0x442e8a(0x107)](_0x206d8e);}return process[_0x442e8a(0xf6)][_0x442e8a(0xff)](_0x3126d8['endsWith']('\x0a')?_0x3126d8:_0x3126d8+'\x0a'),!![];}function printPrettyNotice(_0x2b985a){const _0x1c0c06=a237_0x48ea;if(!_0x2b985a?.['update'])return;console[_0x1c0c06(0x104)](_0x2b985a[_0x1c0c06(0xfa)][_0x1c0c06(0xfe)]+'\x20('+_0x2b985a[_0x1c0c06(0xfa)]['url']+')');}function a237_0x592b(){const _0x4f2a48=['1147792SjzslA','data','stringify','737048JTEJqY','pretty','1676YGnmci','459636ljwwWG','jqFilter','code','command','stdout','873GlfhDr','trim','951265YlkHiG','update','6595PdHgsU','risk','hint','message','write','jq:\x20','8250624hXVrij','format','109992tLwojL','error'];a237_0x592b=function(){return _0x4f2a48;};return a237_0x592b();}
1
+ (function(_0x53a617,_0x471e00){const _0x4a12ce=a235_0x5ae4,_0x45cf92=_0x53a617();while(!![]){try{const _0x2e6d6e=-parseInt(_0x4a12ce(0xbd))/0x1*(parseInt(_0x4a12ce(0xaf))/0x2)+-parseInt(_0x4a12ce(0xb0))/0x3*(parseInt(_0x4a12ce(0xb1))/0x4)+-parseInt(_0x4a12ce(0xa9))/0x5*(-parseInt(_0x4a12ce(0xb7))/0x6)+-parseInt(_0x4a12ce(0xb6))/0x7*(-parseInt(_0x4a12ce(0xb3))/0x8)+-parseInt(_0x4a12ce(0xb2))/0x9+parseInt(_0x4a12ce(0xa5))/0xa*(parseInt(_0x4a12ce(0xb4))/0xb)+-parseInt(_0x4a12ce(0xb8))/0xc*(-parseInt(_0x4a12ce(0xad))/0xd);if(_0x2e6d6e===_0x471e00)break;else _0x45cf92['push'](_0x45cf92['shift']());}catch(_0x3c4761){_0x45cf92['push'](_0x45cf92['shift']());}}}(a235_0x1546,0xd4eed));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a235_0x5ae4(_0x38d58c,_0x15b660){_0x38d58c=_0x38d58c-0xa0;const _0x1546de=a235_0x1546();let _0x5ae4a0=_0x1546de[_0x38d58c];return _0x5ae4a0;}import{CliError,CliErrors}from'../errors.js';import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});function a235_0x1546(){const _0x51cae3=['stringify','_notice','1865NgbPcE','message','jqFilter','json','410098zPNDvj','pretty','56656JYdqcD','39SVRcqn','171364uSKrfy','1907091PgkrxC','817936UwPMko','22wPeiJq','update','7xwvugi','8778OcsvwH','396DMhGUC','error','write','risk','format','47CtQJsk','hint','jq:\x20','code','trim','stdout','endsWith','6417310iZrebv','validation'];a235_0x1546=function(){return _0x51cae3;};return a235_0x1546();}export function formatOutput(_0x2f8a28,_0x334b51){const _0x3e2544=a235_0x5ae4,_0x46fd7b=_0x2f8a28[_0x3e2544(0xa8)],{_notice:_0xe48eb5,..._0x3e76fa}=_0x2f8a28;void _0xe48eb5,baseFormatOutput(_0x3e76fa,_0x334b51),_0x334b51[_0x3e2544(0xbc)]===_0x3e2544(0xae)&&printPrettyNotice(_0x46fd7b);}export function formatCliError(_0x1bdf09,_0x4c5008){const _0x1ee325=a235_0x5ae4;if(_0x4c5008[_0x1ee325(0xbc)]===_0x1ee325(0xae))return![];const _0x541319=_0x1bdf09['data'],_0x55f283={'ok':![],'command':_0x4c5008['command'],'risk':_0x4c5008[_0x1ee325(0xbb)],'data':_0x541319??null,'error':{'code':_0x1bdf09[_0x1ee325(0xa1)],'message':_0x1bdf09[_0x1ee325(0xaa)],..._0x1bdf09[_0x1ee325(0xbe)]?{'hint':_0x1bdf09[_0x1ee325(0xbe)]}:{}}},_0x54bd58=_0x4c5008[_0x1ee325(0xbc)]==='json'?JSON['stringify'](_0x55f283,null,0x2):JSON[_0x1ee325(0xa7)](_0x55f283);let _0x4ebfa1=_0x54bd58;if(_0x4c5008[_0x1ee325(0xab)]?.[_0x1ee325(0xa2)]())try{_0x4ebfa1=applyJqFilter(_0x54bd58,_0x4c5008[_0x1ee325(0xab)]);}catch(_0x561ca3){const _0xa41d98=_0x561ca3 instanceof CliError?_0x561ca3:CliErrors[_0x1ee325(0xa6)](_0x1ee325(0xa0)+(_0x561ca3 instanceof Error?_0x561ca3[_0x1ee325(0xaa)]:String(_0x561ca3))),_0x20928d={..._0x55f283,'error':{'code':_0xa41d98[_0x1ee325(0xa1)],'message':_0xa41d98[_0x1ee325(0xaa)],..._0xa41d98['hint']?{'hint':_0xa41d98[_0x1ee325(0xbe)]}:{},'cause':_0x55f283['error']}};_0x4ebfa1=_0x4c5008[_0x1ee325(0xbc)]===_0x1ee325(0xac)?JSON[_0x1ee325(0xa7)](_0x20928d,null,0x2):JSON['stringify'](_0x20928d);}return process[_0x1ee325(0xa3)][_0x1ee325(0xba)](_0x4ebfa1[_0x1ee325(0xa4)]('\x0a')?_0x4ebfa1:_0x4ebfa1+'\x0a'),!![];}function printPrettyNotice(_0x27a14f){const _0x11acd2=a235_0x5ae4;if(!_0x27a14f?.[_0x11acd2(0xb5)])return;console[_0x11acd2(0xb9)](_0x27a14f['update'][_0x11acd2(0xaa)]+'\x20('+_0x27a14f['update']['url']+')');}
@@ -1 +1 @@
1
- (function(_0xaf1a00,_0x1311ba){var _0x5eb094=a238_0x137c,_0x417738=_0xaf1a00();while(!![]){try{var _0x3af778=-parseInt(_0x5eb094(0xf9))/0x1*(-parseInt(_0x5eb094(0xfd))/0x2)+parseInt(_0x5eb094(0xfc))/0x3+-parseInt(_0x5eb094(0xf7))/0x4*(parseInt(_0x5eb094(0xf6))/0x5)+-parseInt(_0x5eb094(0xfe))/0x6+-parseInt(_0x5eb094(0xf5))/0x7*(-parseInt(_0x5eb094(0xf8))/0x8)+-parseInt(_0x5eb094(0xfa))/0x9+parseInt(_0x5eb094(0xfb))/0xa;if(_0x3af778===_0x1311ba)break;else _0x417738['push'](_0x417738['shift']());}catch(_0x1b1d78){_0x417738['push'](_0x417738['shift']());}}}(a238_0xa79b,0x3d96e));export{extractList,extractPaging}from'@lovrabet/cli-framework';function a238_0x137c(_0x46439a,_0x14df39){_0x46439a=_0x46439a-0xf5;var _0xa79b22=a238_0xa79b();var _0x137ce7=_0xa79b22[_0x46439a];return _0x137ce7;}function a238_0xa79b(){var _0x7038b5=['1053555fvAWDW','4ZaLoBI','2361678qkztLm','77DExgqM','249845rDNHbf','12NfROHw','93064dQnFSa','1291ZRAYqt','3449655YFUANe','6973550WwaJOv'];a238_0xa79b=function(){return _0x7038b5;};return a238_0xa79b();}
1
+ function a236_0x44e6(_0x37e4df,_0x63f8a9){_0x37e4df=_0x37e4df-0x197;var _0x110020=a236_0x1100();var _0x44e606=_0x110020[_0x37e4df];return _0x44e606;}(function(_0x4c6ea5,_0x26176d){var _0x1771c7=a236_0x44e6,_0x5b7f1c=_0x4c6ea5();while(!![]){try{var _0x3a1409=-parseInt(_0x1771c7(0x19f))/0x1+parseInt(_0x1771c7(0x19c))/0x2+-parseInt(_0x1771c7(0x19e))/0x3*(-parseInt(_0x1771c7(0x19b))/0x4)+-parseInt(_0x1771c7(0x19d))/0x5+parseInt(_0x1771c7(0x199))/0x6+parseInt(_0x1771c7(0x198))/0x7+parseInt(_0x1771c7(0x19a))/0x8*(-parseInt(_0x1771c7(0x197))/0x9);if(_0x3a1409===_0x26176d)break;else _0x5b7f1c['push'](_0x5b7f1c['shift']());}catch(_0x351724){_0x5b7f1c['push'](_0x5b7f1c['shift']());}}}(a236_0x1100,0xbc2e7));export{extractList,extractPaging}from'@lovrabet/cli-framework';function a236_0x1100(){var _0x2a23f9=['200028AnToqk','797891ZDHeFg','27rvVxeE','9654232newGtg','7278180fswjCv','5347688EvEFlW','8isFnxX','2123480XqYPTO','1066165HNHlkx'];a236_0x1100=function(){return _0x2a23f9;};return a236_0x1100();}
@@ -1 +1 @@
1
- (function(_0x1bf60e,_0x58a10a){const _0x831318=a239_0x1ef3,_0x498603=_0x1bf60e();while(!![]){try{const _0x22b35c=-parseInt(_0x831318(0x176))/0x1+-parseInt(_0x831318(0x185))/0x2*(-parseInt(_0x831318(0x188))/0x3)+parseInt(_0x831318(0x175))/0x4+-parseInt(_0x831318(0x178))/0x5*(parseInt(_0x831318(0x18e))/0x6)+-parseInt(_0x831318(0x181))/0x7*(parseInt(_0x831318(0x189))/0x8)+parseInt(_0x831318(0x17f))/0x9*(parseInt(_0x831318(0x186))/0xa)+parseInt(_0x831318(0x17b))/0xb;if(_0x22b35c===_0x58a10a)break;else _0x498603['push'](_0x498603['shift']());}catch(_0xaf171c){_0x498603['push'](_0x498603['shift']());}}}(a239_0x2aaf,0x34593));import{CliErrors}from'../errors.js';function a239_0x1ef3(_0x2c7c34,_0x63e4cc){_0x2c7c34=_0x2c7c34-0x174;const _0x2aaf4=a239_0x2aaf();let _0x1ef31b=_0x2aaf4[_0x2c7c34];return _0x1ef31b;}function a239_0x2aaf(){const _0x389597=['165949lHKcNI','alias','length','`\x20requires\x20either\x20--code\x20or\x20--alias.','2bMqZKv','175850HgoJnd','name','40191CtoPeb','136tECePp','Unknown\x20alias\x20\x22','some','flags','string','6KtnbMh','type','code','952276GoRqTS','186382cUeRnD','Available\x20aliases:\x20','1062085vCfVxQ','.\x20Run\x20`','No\x20api.ts\x20found\x20in\x20','8219046sVuUgV','\x20api\x20pull`\x20first.','map','join','9aBEFxM','\x22.\x20'];a239_0x2aaf=function(){return _0x389597;};return a239_0x2aaf();}import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x588e75,_0x55f5fa,_0x15e20c,_0x114538){const _0x5612e2=a239_0x1ef3,_0x5873f6=_0x588e75[_0x5612e2(0x18c)][_0x5612e2(0x18b)](_0x1c8875=>_0x1c8875[_0x5612e2(0x187)]===_0x5612e2(0x174)&&_0x1c8875[_0x5612e2(0x18f)]===_0x5612e2(0x18d)),_0x583af2=_0x588e75[_0x5612e2(0x18c)]['some'](_0x11bfe4=>_0x11bfe4[_0x5612e2(0x187)]===_0x5612e2(0x182)&&_0x11bfe4[_0x5612e2(0x18f)]==='string');if(!_0x5873f6||!_0x583af2)return;const _0x3df493=_0x55f5fa[_0x5612e2(0x174)]?String(_0x55f5fa[_0x5612e2(0x174)]):'',_0x51d471=_0x55f5fa['alias']?String(_0x55f5fa[_0x5612e2(0x182)]):'';if(!_0x3df493&&!_0x51d471)throw CliErrors['validation']('`'+_0x114538+_0x5612e2(0x184));if(_0x51d471&&!_0x3df493){const _0x6f8c67=resolveAlias(_0x15e20c,_0x51d471);if(!_0x6f8c67){const _0xb54ddb=listAliases(_0x15e20c)[_0x5612e2(0x17d)](_0x24651f=>_0x24651f[_0x5612e2(0x182)]),_0x15513b=_0xb54ddb[_0x5612e2(0x183)]?_0x5612e2(0x177)+_0xb54ddb[_0x5612e2(0x17e)](',\x20'):_0x5612e2(0x17a)+_0x15e20c+_0x5612e2(0x179)+CLI_BIN_NAME+_0x5612e2(0x17c);throw CliErrors['validation'](_0x5612e2(0x18a)+_0x51d471+_0x5612e2(0x180)+_0x15513b);}_0x55f5fa[_0x5612e2(0x174)]=_0x6f8c67;}}
1
+ (function(_0x1c64fe,_0x1af973){const _0x6885c2=a237_0x34f0,_0x34c4fd=_0x1c64fe();while(!![]){try{const _0x10b7c5=parseInt(_0x6885c2(0x10d))/0x1*(parseInt(_0x6885c2(0x100))/0x2)+-parseInt(_0x6885c2(0x103))/0x3+-parseInt(_0x6885c2(0x10b))/0x4*(-parseInt(_0x6885c2(0xfe))/0x5)+parseInt(_0x6885c2(0xfb))/0x6+parseInt(_0x6885c2(0x108))/0x7+-parseInt(_0x6885c2(0x111))/0x8+parseInt(_0x6885c2(0x112))/0x9*(parseInt(_0x6885c2(0x113))/0xa);if(_0x10b7c5===_0x1af973)break;else _0x34c4fd['push'](_0x34c4fd['shift']());}catch(_0x13f616){_0x34c4fd['push'](_0x34c4fd['shift']());}}}(a237_0x2419,0x61cdd));import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';function a237_0x2419(){const _0x40d4d2=['string','some','1249620mEtFrc','length','2KjqhLD','join','Available\x20aliases:\x20','2302017NaSmZr','Unknown\x20alias\x20\x22','\x20api\x20pull`\x20first.','name','No\x20api.ts\x20found\x20in\x20','807569WwwxpU','validation','`\x20requires\x20either\x20--code\x20or\x20--alias.','4EIjAXh','alias','178117MjxtsX','.\x20Run\x20`','flags','\x22.\x20','1623224FJpMWs','105489juyzpo','150wKMHsJ','type','code','3909744igzMAs'];a237_0x2419=function(){return _0x40d4d2;};return a237_0x2419();}import{CLI_BIN_NAME}from'../constant/cli.js';function a237_0x34f0(_0xc42c6f,_0x49ca33){_0xc42c6f=_0xc42c6f-0xfb;const _0x241981=a237_0x2419();let _0x34f0c2=_0x241981[_0xc42c6f];return _0x34f0c2;}export function resolveAliasToCode(_0x30e744,_0x4ee453,_0x2ce889,_0x391499){const _0x4ac490=a237_0x34f0,_0x1a9bab=_0x30e744[_0x4ac490(0x10f)]['some'](_0x52b637=>_0x52b637[_0x4ac490(0x106)]==='code'&&_0x52b637[_0x4ac490(0x114)]===_0x4ac490(0xfc)),_0x38e8dc=_0x30e744['flags'][_0x4ac490(0xfd)](_0x3863f8=>_0x3863f8[_0x4ac490(0x106)]===_0x4ac490(0x10c)&&_0x3863f8[_0x4ac490(0x114)]==='string');if(!_0x1a9bab||!_0x38e8dc)return;const _0x1cec6b=_0x4ee453[_0x4ac490(0x115)]?String(_0x4ee453['code']):'',_0x474a91=_0x4ee453[_0x4ac490(0x10c)]?String(_0x4ee453[_0x4ac490(0x10c)]):'';if(!_0x1cec6b&&!_0x474a91)throw CliErrors[_0x4ac490(0x109)]('`'+_0x391499+_0x4ac490(0x10a));if(_0x474a91&&!_0x1cec6b){const _0x24cb75=resolveAlias(_0x2ce889,_0x474a91);if(!_0x24cb75){const _0x3cc39a=listAliases(_0x2ce889)['map'](_0x66ff3d=>_0x66ff3d[_0x4ac490(0x10c)]),_0x1942cf=_0x3cc39a[_0x4ac490(0xff)]?_0x4ac490(0x102)+_0x3cc39a[_0x4ac490(0x101)](',\x20'):_0x4ac490(0x107)+_0x2ce889+_0x4ac490(0x10e)+CLI_BIN_NAME+_0x4ac490(0x105);throw CliErrors['validation'](_0x4ac490(0x104)+_0x474a91+_0x4ac490(0x110)+_0x1942cf);}_0x4ee453['code']=_0x24cb75;}}
@@ -1 +1 @@
1
- const a240_0x493b75=a240_0x2bfd;(function(_0x4bf71f,_0x1a2070){const _0x4f14bb=a240_0x2bfd,_0x56d9c0=_0x4bf71f();while(!![]){try{const _0x12fbc4=parseInt(_0x4f14bb(0x1f4))/0x1*(parseInt(_0x4f14bb(0x1ee))/0x2)+-parseInt(_0x4f14bb(0x229))/0x3+-parseInt(_0x4f14bb(0x20b))/0x4*(parseInt(_0x4f14bb(0x204))/0x5)+-parseInt(_0x4f14bb(0x208))/0x6*(-parseInt(_0x4f14bb(0x1ed))/0x7)+parseInt(_0x4f14bb(0x218))/0x8*(-parseInt(_0x4f14bb(0x20e))/0x9)+parseInt(_0x4f14bb(0x1eb))/0xa+parseInt(_0x4f14bb(0x202))/0xb*(parseInt(_0x4f14bb(0x21d))/0xc);if(_0x12fbc4===_0x1a2070)break;else _0x56d9c0['push'](_0x56d9c0['shift']());}catch(_0x416fc5){_0x56d9c0['push'](_0x56d9c0['shift']());}}}(a240_0x2e51,0x826e3));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 a240_0x38c5a8}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';function a240_0x2e51(){const _0x467366=['defaultVerbose','High-risk\x20operation\x20`','object','6ExOsiG','authRequired','defaultApp','1140ZWCWSv','some','find','4480227RuBRFN','../core/api-client.js','cookie','value','catch','selectedAppName','hasFormat','rawFlags','filter','currentApp','16FqhPet','command','\x20\x20\x20Continue?\x20[y/N]\x20','update','nonInteractive','17698800giGdrJ','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','meowKey','appCode','hint','defaultPageSize','apps','resolveCookie','apiDir','format','cancelled','pretty','2854359kthIBz','doctor','service','LOVRABET_APPCODE','toUpperCase','has','requiresAppCode','isNonInteractive','⚠\x20\x20High-risk\x20operation:\x20','execute','appcode','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','6206350fqwsta','mergedCli','4217437IKwHAf','3326FyFTVz','trim','validation','pageSize','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','resolveAppCode','227vxaGxb','riskLevel','message','schema','name','replace','resolve','includes','configMissing','_notice','explicitAppName','string','Set\x20appcode\x20via\x20`','none','11AMgHPa','verbose','10425YyDqaG'];a240_0x2e51=function(){return _0x467366;};return a240_0x2e51();}import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function a240_0x2bfd(_0x4c9917,_0x411aff){_0x4c9917=_0x4c9917-0x1e2;const _0x2e5133=a240_0x2e51();let _0x2bfd16=_0x2e5133[_0x4c9917];return _0x2bfd16;}function stringFlag(_0x54bef0){const _0x5040c4=a240_0x2bfd;return typeof _0x54bef0===_0x5040c4(0x1ff)&&_0x54bef0[_0x5040c4(0x1ef)]()?_0x54bef0[_0x5040c4(0x1ef)]():undefined;}function resolveEnvAppCode(){const _0x59b75a=a240_0x2bfd,_0x2f18aa=stringFlag(process.env.RABETBASE_APPCODE);if(_0x2f18aa)return{'name':'RABETBASE_APPCODE','value':_0x2f18aa};const _0x33b414=stringFlag(process.env.LOVRABET_APPCODE);if(_0x33b414)return{'name':_0x59b75a(0x1e2),'value':_0x33b414};return undefined;}function hasExplicitAppCode(_0x528088,_0x2975e6){const _0x5477db=a240_0x2bfd;return!!(stringFlag(_0x528088['appcode'])||stringFlag(_0x2975e6[_0x5477db(0x1e9)]));}function assertEnvAppCodeNotIgnored(_0x1880ab,_0x4df9b0,_0x451653){const _0x2b6709=a240_0x2bfd;if(!_0x4df9b0||_0x451653||_0x1880ab===_0x4df9b0[_0x2b6709(0x211)])return;const _0x40d122=_0x1880ab?'Current\x20resolved\x20appcode\x20is\x20\x22'+_0x1880ab+'\x22.':'No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.';throw CliErrors[_0x2b6709(0x1f0)](_0x4df9b0[_0x2b6709(0x1f8)]+'='+_0x4df9b0[_0x2b6709(0x211)]+_0x2b6709(0x1f2)+_0x40d122+'\x20'+(_0x2b6709(0x1ea)+_0x4df9b0[_0x2b6709(0x1f8)]+'\x22.'));}export function createPipelineEnv(_0x37725f,_0xbb118a,_0x1f1d45=[]){const _0x37ab84=a240_0x2bfd;return{'rawFlags':_0xbb118a,'args':_0x1f1d45,'resolveAppCode':()=>_0x37725f['appCode'],'resolveCookie':()=>_0x37725f[_0x37ab84(0x210)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a240_0x38c5a8(_0xbb118a),'defaultFormat':_0x37725f[_0x37ab84(0x226)],'defaultPageSize':_0x37725f[_0x37ab84(0x1f1)],'defaultVerbose':_0x37725f[_0x37ab84(0x203)],'apiDir':_0x37725f[_0x37ab84(0x225)],'riskLevel':_0x37725f[_0x37ab84(0x1f5)],'selectedAppName':_0x37725f[_0x37ab84(0x1fe)],'mergedCli':{'defaultApp':_0x37725f[_0x37ab84(0x20a)],'currentApp':_0x37725f[_0x37ab84(0x217)],'appCode':_0x37725f[_0x37ab84(0x220)],'apps':_0x37725f[_0x37ab84(0x223)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a240_0x493b75(0x216)](_0x1c58f6=>PIPELINE_FLAG_NAMES[a240_0x493b75(0x1e4)](_0x1c58f6[a240_0x493b75(0x1f8)]))['map'](({name:_0x5cf7bb,type:_0x2009e1,description:_0x2fc862})=>({'name':_0x5cf7bb,'type':_0x2009e1,'description':_0x2fc862})),'formatOutput':formatOutput,'getCommandLabel'(_0x3e9f90){const _0x14387d=a240_0x493b75;return CLI_BIN_NAME+'\x20'+_0x3e9f90[_0x14387d(0x22b)]+'\x20'+_0x3e9f90[_0x14387d(0x219)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x5e9452){return CliErrors['validation'](_0x5e9452);}},async 'prepare'(_0xb1e793,_0x14404c,_0x3e269f,_0x40affe){const _0x165f54=a240_0x493b75,_0x361349=_0x14404c[_0x165f54(0x225)]||DEFAULT_API_DIR;resolveAliasToCode(_0xb1e793,_0x3e269f,_0x361349,_0x40affe);const _0x489930=resolveCommandAuthMode(_0xb1e793);let _0x581d95='';if(_0x489930!==_0x165f54(0x201)){_0x581d95=_0x14404c[_0x165f54(0x224)]()||'';if(!_0x581d95){if(_0x489930==='required')throw CliErrors[_0x165f54(0x209)]();}else{const {setActiveCookie:_0x6c126d}=await import(_0x165f54(0x20f));_0x6c126d(_0x581d95);}}const _0x4c206d=_0x14404c[_0x165f54(0x1f3)]()??'';if(_0xb1e793[_0x165f54(0x1e5)]!==![]){assertEnvAppCodeNotIgnored(_0x4c206d,resolveEnvAppCode(),hasExplicitAppCode(_0x3e269f,_0x14404c[_0x165f54(0x215)]));if(!_0x4c206d)throw CliErrors[_0x165f54(0x1fc)](_0x165f54(0x200)+CLI_BIN_NAME+_0x165f54(0x21e));}return{'defaults':{'booleans':{'verbose':_0x14404c[_0x165f54(0x205)]},'numbers':{'pagesize':_0x14404c[_0x165f54(0x222)]}},'extras':{'appCode':_0x4c206d,'cookie':_0x581d95,'apiDomain':_0x14404c['resolveApiDomain'](),'apiDir':_0x361349,'selectedAppName':_0x14404c[_0x165f54(0x213)],'mergedCli':_0x14404c[_0x165f54(0x1ec)]}};},async 'confirmHighRisk'({env:_0x1d6588,commandLabel:_0x5dd8b6}){const _0x388e8f=a240_0x493b75;if(_0x1d6588[_0x388e8f(0x1e6)])throw CliErrors[_0x388e8f(0x1f0)](_0x388e8f(0x206)+_0x5dd8b6+'`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.');await requireConfirmationPrompt({'lines':[_0x388e8f(0x1e7)+_0x5dd8b6,_0x388e8f(0x21a)],'createCancelledError':_0x3a1ef4=>CliErrors[_0x388e8f(0x227)](_0x3a1ef4)});},async 'finalize'(){const _0x50f231=a240_0x493b75,{clearActiveCookie:_0x1cb63b}=await import(_0x50f231(0x20f));_0x1cb63b();}};export async function runCommand(_0x385240,_0x42cdda){assertRejectedFlags(_0x385240,_0x42cdda['rawFlags']),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x385240)?withUpdateNotice(_0x385240):_0x385240,_0x42cdda,runnerAdapter);}function assertRejectedFlags(_0x3fc433,_0x528434){const _0x1b2623=a240_0x493b75;for(const _0x4040ca of _0x3fc433['rejectedFlags']??[]){const _0x118bb4=GLOBAL_FLAGS[_0x1b2623(0x20d)](_0x321e5a=>_0x321e5a[_0x1b2623(0x1f8)]===_0x4040ca[_0x1b2623(0x1f8)]),_0x55843d=new Set([_0x4040ca['name'],toCamelCase(_0x4040ca[_0x1b2623(0x1f8)]),_0x118bb4?.[_0x1b2623(0x21f)]]),_0x30a003=[..._0x55843d][_0x1b2623(0x20c)](_0x5264ec=>{if(!_0x5264ec)return![];const _0x40ca91=_0x528434[_0x5264ec];return _0x40ca91!==undefined&&_0x40ca91!==null&&_0x40ca91!==![];});if(_0x30a003)throw CliErrors['validation'](_0x4040ca[_0x1b2623(0x1f6)],_0x4040ca[_0x1b2623(0x221)]);}}function toCamelCase(_0x665395){const _0x1563ca=a240_0x493b75;return _0x665395[_0x1563ca(0x1f9)](/-([a-z])/g,(_0x593840,_0x585f6c)=>_0x585f6c[_0x1563ca(0x1e3)]());}function shouldAttachUpdateNotice(_0x22f498){const _0x25b7de=a240_0x493b75;if(_0x22f498[_0x25b7de(0x214)]===![])return![];return![_0x25b7de(0x21b),_0x25b7de(0x1f7),_0x25b7de(0x22a)][_0x25b7de(0x1fb)](_0x22f498[_0x25b7de(0x22b)]);}function withUpdateNotice(_0x121c53){return{..._0x121c53,async 'execute'(_0x59590f){const _0x53556b=a240_0x2bfd,_0x31f743=shouldResolveUpdateNotice(_0x59590f)?resolveLatestUpdateNotice()[_0x53556b(0x212)](()=>null):Promise[_0x53556b(0x1fa)](null),_0x3846d6=await _0x121c53[_0x53556b(0x1e8)](_0x59590f);return attachUpdateNotice(_0x3846d6,await _0x31f743);}};}function shouldResolveUpdateNotice(_0xe00413){const _0xb76943=a240_0x493b75;return _0xe00413[_0xb76943(0x226)]===_0xb76943(0x228)&&!_0xe00413[_0xb76943(0x21c)];}function attachUpdateNotice(_0x2daf38,_0x1288a2){const _0x1d1dd2=a240_0x493b75;if(!_0x1288a2||!_0x2daf38||typeof _0x2daf38!==_0x1d1dd2(0x207))return _0x2daf38;const _0x4a1657=_0x2daf38,_0x4620b0=typeof _0x4a1657['_notice']===_0x1d1dd2(0x207)&&_0x4a1657[_0x1d1dd2(0x1fd)]!==null?_0x4a1657[_0x1d1dd2(0x1fd)]:{};return{..._0x4a1657,'_notice':{..._0x4620b0,'update':_0x1288a2}};}
1
+ const a238_0x3adb98=a238_0x3b5c;(function(_0x1cd739,_0x467347){const _0x17716e=a238_0x3b5c,_0x36875c=_0x1cd739();while(!![]){try{const _0x14f4f6=-parseInt(_0x17716e(0xb0))/0x1*(parseInt(_0x17716e(0xc4))/0x2)+-parseInt(_0x17716e(0xd3))/0x3*(parseInt(_0x17716e(0xd1))/0x4)+parseInt(_0x17716e(0xc7))/0x5*(-parseInt(_0x17716e(0xad))/0x6)+parseInt(_0x17716e(0xcb))/0x7*(parseInt(_0x17716e(0xdc))/0x8)+parseInt(_0x17716e(0xa6))/0x9*(parseInt(_0x17716e(0xa3))/0xa)+parseInt(_0x17716e(0xb5))/0xb*(-parseInt(_0x17716e(0xb6))/0xc)+parseInt(_0x17716e(0xd7))/0xd;if(_0x14f4f6===_0x467347)break;else _0x36875c['push'](_0x36875c['shift']());}catch(_0x58419d){_0x36875c['push'](_0x36875c['shift']());}}}(a238_0x5975,0xa1638));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';function a238_0x3b5c(_0x9933d,_0x5667b2){_0x9933d=_0x9933d-0x9b;const _0x59754c=a238_0x5975();let _0x3b5c7b=_0x59754c[_0x9933d];return _0x3b5c7b;}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';function a238_0x5975(){const _0x508691=['1335jmlIkO','some','appCode','riskLevel','28166619kaougS','format','service','defaultPageSize','pageSize','48wjYKgT','apiDir','selectedAppName','rejectedFlags','verbose','value','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','requiresAppCode','RABETBASE_APPCODE','configMissing','71710psUtDK','doctor','authRequired','603GTgegi','name','hasFormat','command','defaultApp','filter','meowKey','6825918gFaMuw','_notice','⚠\x20\x20High-risk\x20operation:\x20','18329jNJZmb','trim','execute','resolveAppCode','catch','11LsYlfN','2940012POicOO','rawFlags','apps','object','\x20\x20\x20Continue?\x20[y/N]\x20','../core/api-client.js','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','Current\x20resolved\x20appcode\x20is\x20\x22','includes','isNonInteractive','cancelled','pretty','hint','find','2dCQDMO','message','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','5HilWVf','toUpperCase','explicitAppName','validation','681247bCnrBx','Set\x20appcode\x20via\x20`','map','schema','appcode','cookie','10508jnGyFH','string'];a238_0x5975=function(){return _0x508691;};return a238_0x5975();}import{isNonInteractive as a238_0x2f6231}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x27923b){const _0x474621=a238_0x3b5c;return typeof _0x27923b===_0x474621(0xd2)&&_0x27923b['trim']()?_0x27923b[_0x474621(0xb1)]():undefined;}function resolveEnvAppCode(){const _0x2094bf=a238_0x3b5c,_0x1b279a=stringFlag(process.env.RABETBASE_APPCODE);if(_0x1b279a)return{'name':_0x2094bf(0xa1),'value':_0x1b279a};const _0x5c5952=stringFlag(process.env.LOVRABET_APPCODE);if(_0x5c5952)return{'name':'LOVRABET_APPCODE','value':_0x5c5952};return undefined;}function hasExplicitAppCode(_0x4065b9,_0x3e5372){const _0x240fc2=a238_0x3b5c;return!!(stringFlag(_0x4065b9[_0x240fc2(0xcf)])||stringFlag(_0x3e5372['appcode']));}function assertEnvAppCodeNotIgnored(_0x19eee5,_0x2963d8,_0x4927f3){const _0x1474d2=a238_0x3b5c;if(!_0x2963d8||_0x4927f3||_0x19eee5===_0x2963d8[_0x1474d2(0x9e)])return;const _0x579eaf=_0x19eee5?_0x1474d2(0xbd)+_0x19eee5+'\x22.':'No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.';throw CliErrors['validation'](_0x2963d8[_0x1474d2(0xa7)]+'='+_0x2963d8[_0x1474d2(0x9e)]+_0x1474d2(0x9f)+_0x579eaf+'\x20'+('To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$'+_0x2963d8[_0x1474d2(0xa7)]+'\x22.'));}export function createPipelineEnv(_0x122bb2,_0x2daa80,_0x13faaf=[]){const _0x370f62=a238_0x3b5c;return{'rawFlags':_0x2daa80,'args':_0x13faaf,'resolveAppCode':()=>_0x122bb2[_0x370f62(0xd5)],'resolveCookie':()=>_0x122bb2[_0x370f62(0xd0)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a238_0x2f6231(_0x2daa80),'defaultFormat':_0x122bb2['format'],'defaultPageSize':_0x122bb2[_0x370f62(0xdb)],'defaultVerbose':_0x122bb2[_0x370f62(0x9d)],'apiDir':_0x122bb2[_0x370f62(0xdd)],'riskLevel':_0x122bb2[_0x370f62(0xd6)],'selectedAppName':_0x122bb2[_0x370f62(0xc9)],'mergedCli':{'defaultApp':_0x122bb2[_0x370f62(0xaa)],'currentApp':_0x122bb2['currentApp'],'appCode':_0x122bb2['appCode'],'apps':_0x122bb2[_0x370f62(0xb8)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a238_0x3adb98(0xab)](_0x49e703=>PIPELINE_FLAG_NAMES['has'](_0x49e703[a238_0x3adb98(0xa7)]))[a238_0x3adb98(0xcd)](({name:_0x1bd5de,type:_0x18625a,description:_0x2332a1})=>({'name':_0x1bd5de,'type':_0x18625a,'description':_0x2332a1})),'formatOutput':formatOutput,'getCommandLabel'(_0x3e0f0c){const _0x2e2edb=a238_0x3adb98;return CLI_BIN_NAME+'\x20'+_0x3e0f0c[_0x2e2edb(0xd9)]+'\x20'+_0x3e0f0c[_0x2e2edb(0xa9)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x3c6a0c){return CliErrors['validation'](_0x3c6a0c);}},async 'prepare'(_0x57b1cc,_0x232a09,_0x180a07,_0x4e8795){const _0x2603fb=a238_0x3adb98,_0xac861c=_0x232a09[_0x2603fb(0xdd)]||DEFAULT_API_DIR;resolveAliasToCode(_0x57b1cc,_0x180a07,_0xac861c,_0x4e8795);const _0x10ff3a=resolveCommandAuthMode(_0x57b1cc);let _0x312e35='';if(_0x10ff3a!=='none'){_0x312e35=_0x232a09['resolveCookie']()||'';if(!_0x312e35){if(_0x10ff3a==='required')throw CliErrors[_0x2603fb(0xa5)]();}else{const {setActiveCookie:_0x494e74}=await import(_0x2603fb(0xbb));_0x494e74(_0x312e35);}}const _0x5be8db=_0x232a09[_0x2603fb(0xb3)]()??'';if(_0x57b1cc[_0x2603fb(0xa0)]!==![]){assertEnvAppCodeNotIgnored(_0x5be8db,resolveEnvAppCode(),hasExplicitAppCode(_0x180a07,_0x232a09[_0x2603fb(0xb7)]));if(!_0x5be8db)throw CliErrors[_0x2603fb(0xa2)](_0x2603fb(0xcc)+CLI_BIN_NAME+_0x2603fb(0xc6));}return{'defaults':{'booleans':{'verbose':_0x232a09['defaultVerbose']},'numbers':{'pagesize':_0x232a09[_0x2603fb(0xda)]}},'extras':{'appCode':_0x5be8db,'cookie':_0x312e35,'apiDomain':_0x232a09['resolveApiDomain'](),'apiDir':_0xac861c,'selectedAppName':_0x232a09[_0x2603fb(0x9b)],'mergedCli':_0x232a09['mergedCli']}};},async 'confirmHighRisk'({env:_0x1b3c04,commandLabel:_0x15fdaf}){const _0x200758=a238_0x3adb98;if(_0x1b3c04[_0x200758(0xbf)])throw CliErrors[_0x200758(0xca)]('High-risk\x20operation\x20`'+_0x15fdaf+_0x200758(0xbc));await requireConfirmationPrompt({'lines':[_0x200758(0xaf)+_0x15fdaf,_0x200758(0xba)],'createCancelledError':_0x47f4e4=>CliErrors[_0x200758(0xc0)](_0x47f4e4)});},async 'finalize'(){const _0x5ad3e3=a238_0x3adb98,{clearActiveCookie:_0x411eff}=await import(_0x5ad3e3(0xbb));_0x411eff();}};export async function runCommand(_0x54b70d,_0x37355d){const _0x4714ef=a238_0x3adb98;assertRejectedFlags(_0x54b70d,_0x37355d[_0x4714ef(0xb7)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x54b70d)?withUpdateNotice(_0x54b70d):_0x54b70d,_0x37355d,runnerAdapter);}function assertRejectedFlags(_0x13d971,_0x126376){const _0x4237a8=a238_0x3adb98;for(const _0x11daf3 of _0x13d971[_0x4237a8(0x9c)]??[]){const _0x3b5305=GLOBAL_FLAGS[_0x4237a8(0xc3)](_0x1fbb93=>_0x1fbb93['name']===_0x11daf3[_0x4237a8(0xa7)]),_0x264471=new Set([_0x11daf3['name'],toCamelCase(_0x11daf3[_0x4237a8(0xa7)]),_0x3b5305?.[_0x4237a8(0xac)]]),_0x5ad88b=[..._0x264471][_0x4237a8(0xd4)](_0x1f9a69=>{if(!_0x1f9a69)return![];const _0x10302c=_0x126376[_0x1f9a69];return _0x10302c!==undefined&&_0x10302c!==null&&_0x10302c!==![];});if(_0x5ad88b)throw CliErrors[_0x4237a8(0xca)](_0x11daf3[_0x4237a8(0xc5)],_0x11daf3[_0x4237a8(0xc2)]);}}function toCamelCase(_0x3b590d){const _0x4001fe=a238_0x3adb98;return _0x3b590d['replace'](/-([a-z])/g,(_0x2f9d4b,_0x153fcc)=>_0x153fcc[_0x4001fe(0xc8)]());}function shouldAttachUpdateNotice(_0x19e6cf){const _0x2e560a=a238_0x3adb98;if(_0x19e6cf[_0x2e560a(0xa8)]===![])return![];return!['update',_0x2e560a(0xce),_0x2e560a(0xa4)][_0x2e560a(0xbe)](_0x19e6cf[_0x2e560a(0xd9)]);}function withUpdateNotice(_0x1d495f){return{..._0x1d495f,async 'execute'(_0x323f02){const _0x1072ce=a238_0x3b5c,_0x4c87a6=shouldResolveUpdateNotice(_0x323f02)?resolveLatestUpdateNotice()[_0x1072ce(0xb4)](()=>null):Promise['resolve'](null),_0x4e06b6=await _0x1d495f[_0x1072ce(0xb2)](_0x323f02);return attachUpdateNotice(_0x4e06b6,await _0x4c87a6);}};}function shouldResolveUpdateNotice(_0x5b2b69){const _0x478e41=a238_0x3adb98;return _0x5b2b69[_0x478e41(0xd8)]===_0x478e41(0xc1)&&!_0x5b2b69['nonInteractive'];}function attachUpdateNotice(_0x27392a,_0x2a05d5){const _0x227170=a238_0x3adb98;if(!_0x2a05d5||!_0x27392a||typeof _0x27392a!=='object')return _0x27392a;const _0x55cdb0=_0x27392a,_0x246dad=typeof _0x55cdb0[_0x227170(0xae)]===_0x227170(0xb9)&&_0x55cdb0[_0x227170(0xae)]!==null?_0x55cdb0[_0x227170(0xae)]:{};return{..._0x55cdb0,'_notice':{..._0x246dad,'update':_0x2a05d5}};}
@@ -1 +1 @@
1
- (function(_0x207821,_0x4a6a2e){const _0x787b68=a241_0x5092,_0x38abc7=_0x207821();while(!![]){try{const _0x4ef526=-parseInt(_0x787b68(0xe8))/0x1*(parseInt(_0x787b68(0xe7))/0x2)+-parseInt(_0x787b68(0xe6))/0x3*(parseInt(_0x787b68(0xdf))/0x4)+parseInt(_0x787b68(0xe0))/0x5+-parseInt(_0x787b68(0xe3))/0x6+-parseInt(_0x787b68(0xe4))/0x7*(-parseInt(_0x787b68(0xde))/0x8)+-parseInt(_0x787b68(0xe1))/0x9+parseInt(_0x787b68(0xe2))/0xa;if(_0x4ef526===_0x4a6a2e)break;else _0x38abc7['push'](_0x38abc7['shift']());}catch(_0x492c1a){_0x38abc7['push'](_0x38abc7['shift']());}}}(a241_0x5e92,0x67006));function a241_0x5092(_0x4e8ce9,_0x50f047){_0x4e8ce9=_0x4e8ce9-0xde;const _0x5e92b7=a241_0x5e92();let _0x509216=_0x5e92b7[_0x4e8ce9];return _0x509216;}import{buildSchemaPayload as a241_0xbb48c9}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';function a241_0x5e92(){const _0x4cf454=['677552QkeWTl','1605465fHiBJs','7242075bnTcVa','26515780dBiuRi','4826400NVPNUW','2184nGmvnp','../commands/registry.js','12WMlhjA','346036GnLebA','3OsyxwV','6536vSYlyz'];a241_0x5e92=function(){return _0x4cf454;};return a241_0x5e92();}export async function buildSchemaPayload(){const _0x1fee70=a241_0x5092,{serviceRegistry:_0xf784fd,findDefinition:_0x3ce37f}=await import(_0x1fee70(0xe5));return a241_0xbb48c9({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0xf784fd,'buildAllFlags':buildAllFlags,'findDefinition':_0x3ce37f});}
1
+ (function(_0x1b36ff,_0x4dc304){const _0x53f22a=a239_0x3e7d,_0x12df83=_0x1b36ff();while(!![]){try{const _0x2fbff6=parseInt(_0x53f22a(0x12e))/0x1+-parseInt(_0x53f22a(0x130))/0x2*(-parseInt(_0x53f22a(0x131))/0x3)+-parseInt(_0x53f22a(0x134))/0x4*(parseInt(_0x53f22a(0x12f))/0x5)+parseInt(_0x53f22a(0x136))/0x6+-parseInt(_0x53f22a(0x12d))/0x7*(-parseInt(_0x53f22a(0x132))/0x8)+parseInt(_0x53f22a(0x135))/0x9*(parseInt(_0x53f22a(0x12c))/0xa)+-parseInt(_0x53f22a(0x137))/0xb;if(_0x2fbff6===_0x4dc304)break;else _0x12df83['push'](_0x12df83['shift']());}catch(_0x1486e5){_0x12df83['push'](_0x12df83['shift']());}}}(a239_0x1ca3,0x67591));import{buildSchemaPayload as a239_0x2eac4d}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';function a239_0x3e7d(_0x2e02b3,_0x11cd21){_0x2e02b3=_0x2e02b3-0x12c;const _0x1ca336=a239_0x1ca3();let _0x3e7dc6=_0x1ca336[_0x2e02b3];return _0x3e7dc6;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';function a239_0x1ca3(){const _0x1ef61e=['71156YhZGhA','1464291dOKLQX','365040UQmwbt','10397904IHPkPV','10RquzKP','4554179DPmpIR','693915LYlXBW','80jiZzwd','262CRmtEV','1950eUYEVq','8aYIlvp','../commands/registry.js'];a239_0x1ca3=function(){return _0x1ef61e;};return a239_0x1ca3();}export async function buildSchemaPayload(){const _0x12fdf3=a239_0x3e7d,{serviceRegistry:_0x124934,findDefinition:_0x288cac}=await import(_0x12fdf3(0x133));return a239_0x2eac4d({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x124934,'buildAllFlags':buildAllFlags,'findDefinition':_0x288cac});}
@@ -1 +1 @@
1
- (function(_0x420dbe,_0x57ec91){var _0x489533=a242_0x2af9,_0x234dc6=_0x420dbe();while(!![]){try{var _0x186836=-parseInt(_0x489533(0xaa))/0x1+-parseInt(_0x489533(0xae))/0x2*(-parseInt(_0x489533(0xaf))/0x3)+-parseInt(_0x489533(0xb0))/0x4*(-parseInt(_0x489533(0xa9))/0x5)+-parseInt(_0x489533(0xab))/0x6+parseInt(_0x489533(0xad))/0x7+-parseInt(_0x489533(0xb2))/0x8*(parseInt(_0x489533(0xac))/0x9)+parseInt(_0x489533(0xb1))/0xa;if(_0x186836===_0x57ec91)break;else _0x234dc6['push'](_0x234dc6['shift']());}catch(_0x403c89){_0x234dc6['push'](_0x234dc6['shift']());}}}(a242_0x2bc5,0x5e54d));function a242_0x2bc5(){var _0x157515=['136IgsCUg','6277460fovYkX','263632LctvaK','48245fHiRvc','108335OoNHDB','3054570bktvEx','90TcFEPL','780556FOOkMA','532062qflVRs','3eENOgk'];a242_0x2bc5=function(){return _0x157515;};return a242_0x2bc5();}function a242_0x2af9(_0x2b6c2c,_0x349950){_0x2b6c2c=_0x2b6c2c-0xa9;var _0x2bc50c=a242_0x2bc5();var _0x2af97a=_0x2bc50c[_0x2b6c2c];return _0x2af97a;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
1
+ function a240_0x4372(){var _0x40874d=['2502420pchIRx','24QsJBXN','33vleorK','40XWOTPu','156888ZmElPQ','578263fXnPuA','4dbZcrb','44700xMDDBm','2375622owYUEI','103356IIZVDg','1251455MWBOuY'];a240_0x4372=function(){return _0x40874d;};return a240_0x4372();}function a240_0x1e29(_0xaa6a82,_0x120464){_0xaa6a82=_0xaa6a82-0x1a4;var _0x437258=a240_0x4372();var _0x1e29e4=_0x437258[_0xaa6a82];return _0x1e29e4;}(function(_0x10fc1a,_0x426054){var _0x3e7105=a240_0x1e29,_0x2c6090=_0x10fc1a();while(!![]){try{var _0x514b46=parseInt(_0x3e7105(0x1a5))/0x1*(parseInt(_0x3e7105(0x1a6))/0x2)+parseInt(_0x3e7105(0x1ab))/0x3*(parseInt(_0x3e7105(0x1ae))/0x4)+-parseInt(_0x3e7105(0x1a9))/0x5+parseInt(_0x3e7105(0x1a8))/0x6+-parseInt(_0x3e7105(0x1a4))/0x7*(parseInt(_0x3e7105(0x1ad))/0x8)+-parseInt(_0x3e7105(0x1a7))/0x9+-parseInt(_0x3e7105(0x1aa))/0xa*(-parseInt(_0x3e7105(0x1ac))/0xb);if(_0x514b46===_0x426054)break;else _0x2c6090['push'](_0x2c6090['shift']());}catch(_0x58bd4c){_0x2c6090['push'](_0x2c6090['shift']());}}}(a240_0x4372,0x3b87a));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- const a243_0x4f1f26=a243_0x5b42;function a243_0x5ed1(){const _0xd47fff=['140320UBideN','9333ZczZVU','856373paTkOx','100vMZUsI','v2.3.16-beta.2','855eiQiAA','2932ITPcwW','73480xXfcMv','1814208DhbaUM','6bWXwHK','2.3.16-beta.2','64113ShmlqW'];a243_0x5ed1=function(){return _0xd47fff;};return a243_0x5ed1();}(function(_0x411cad,_0x49512e){const _0x4a184d=a243_0x5b42,_0x9047b7=_0x411cad();while(!![]){try{const _0x46f6e1=-parseInt(_0x4a184d(0x17a))/0x1+parseInt(_0x4a184d(0x175))/0x2+-parseInt(_0x4a184d(0x179))/0x3+parseInt(_0x4a184d(0x174))/0x4*(parseInt(_0x4a184d(0x173))/0x5)+-parseInt(_0x4a184d(0x177))/0x6*(parseInt(_0x4a184d(0x17c))/0x7)+parseInt(_0x4a184d(0x176))/0x8+-parseInt(_0x4a184d(0x17b))/0x9*(-parseInt(_0x4a184d(0x171))/0xa);if(_0x46f6e1===_0x49512e)break;else _0x9047b7['push'](_0x9047b7['shift']());}catch(_0x1cd6d8){_0x9047b7['push'](_0x9047b7['shift']());}}}(a243_0x5ed1,0x1c1ff));function a243_0x5b42(_0x16f1e0,_0x19b96c){_0x16f1e0=_0x16f1e0-0x171;const _0x5ed17d=a243_0x5ed1();let _0x5b4282=_0x5ed17d[_0x16f1e0];return _0x5b4282;}export const VERSION=a243_0x4f1f26(0x178);export const GIT_TAG=a243_0x4f1f26(0x172);export const GIT_COMMIT='9ab578e';export const BUILD_TIME='2026-08-10T05:41:09.292Z';
1
+ const a241_0x508aef=a241_0xcbe1;function a241_0x4ab5(){const _0x457cb5=['808ElubXg','2177352zcJdCq','936cfe1','4HgNRjN','288102GSHVCH','287HGEFyy','930556vzLEGg','v2.3.16-beta.4','2026-08-10T12:36:02.606Z','995907UdNTkO','395107NRwOgn','2.3.16-beta.4','1113655TtEkNO'];a241_0x4ab5=function(){return _0x457cb5;};return a241_0x4ab5();}function a241_0xcbe1(_0x13d088,_0x471b4f){_0x13d088=_0x13d088-0x156;const _0x4ab5a7=a241_0x4ab5();let _0xcbe1e8=_0x4ab5a7[_0x13d088];return _0xcbe1e8;}(function(_0x3b2b33,_0x502a24){const _0x23f18f=a241_0xcbe1,_0x525131=_0x3b2b33();while(!![]){try{const _0x189785=parseInt(_0x23f18f(0x15d))/0x1+parseInt(_0x23f18f(0x159))/0x2+-parseInt(_0x23f18f(0x15c))/0x3+-parseInt(_0x23f18f(0x156))/0x4*(-parseInt(_0x23f18f(0x15f))/0x5)+-parseInt(_0x23f18f(0x157))/0x6+parseInt(_0x23f18f(0x158))/0x7*(parseInt(_0x23f18f(0x160))/0x8)+-parseInt(_0x23f18f(0x161))/0x9;if(_0x189785===_0x502a24)break;else _0x525131['push'](_0x525131['shift']());}catch(_0x2cd9f4){_0x525131['push'](_0x525131['shift']());}}}(a241_0x4ab5,0x719bf));export const VERSION=a241_0x508aef(0x15e);export const GIT_TAG=a241_0x508aef(0x15a);export const GIT_COMMIT=a241_0x508aef(0x162);export const BUILD_TIME=a241_0x508aef(0x15b);
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- function a244_0x4149(){var _0x27fe02=['8114015RvSPFn','105899CFizfF','145HNLxkb','5441216nkyvdN','250hLUkdi','10551vTpwRU','bold','log','\x20--help','447048zCqZxg','\x20\x20Use\x20','green','2102464nIhuhb','166152fkYgtV','20IZvAhC','296CKrYvU'];a244_0x4149=function(){return _0x27fe02;};return a244_0x4149();}(function(_0x1d5fac,_0x42bc83){var _0x7b5480=a244_0x3144,_0x221e81=_0x1d5fac();while(!![]){try{var _0x59df97=parseInt(_0x7b5480(0x13f))/0x1*(parseInt(_0x7b5480(0x13c))/0x2)+parseInt(_0x7b5480(0x143))/0x3*(-parseInt(_0x7b5480(0x13d))/0x4)+-parseInt(_0x7b5480(0x140))/0x5*(-parseInt(_0x7b5480(0x13b))/0x6)+parseInt(_0x7b5480(0x13e))/0x7+-parseInt(_0x7b5480(0x13a))/0x8+parseInt(_0x7b5480(0x147))/0x9*(-parseInt(_0x7b5480(0x142))/0xa)+-parseInt(_0x7b5480(0x141))/0xb;if(_0x59df97===_0x42bc83)break;else _0x221e81['push'](_0x221e81['shift']());}catch(_0x3c4875){_0x221e81['push'](_0x221e81['shift']());}}}(a244_0x4149,0xb9f51));import a244_0x4fb955 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a244_0x3144(_0x4bbd88,_0x15fbec){_0x4bbd88=_0x4bbd88-0x139;var _0x414928=a244_0x4149();var _0x3144bb=_0x414928[_0x4bbd88];return _0x3144bb;}export function showHelp(){var _0x55356b=a244_0x3144;console[_0x55356b(0x145)](),console[_0x55356b(0x145)](a244_0x4fb955[_0x55356b(0x139)][_0x55356b(0x144)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x55356b(0x145)](),console[_0x55356b(0x145)](_0x55356b(0x148)+a244_0x4fb955['green'][_0x55356b(0x144)](CLI_BIN_NAME+_0x55356b(0x146))+'\x20to\x20view\x20available\x20commands.'),console['log']();}
1
+ (function(_0x299300,_0x2572ac){var _0x2032a5=a242_0x5843,_0x5d59cc=_0x299300();while(!![]){try{var _0x4cb853=parseInt(_0x2032a5(0x1e4))/0x1+parseInt(_0x2032a5(0x1e1))/0x2+parseInt(_0x2032a5(0x1e8))/0x3*(parseInt(_0x2032a5(0x1eb))/0x4)+-parseInt(_0x2032a5(0x1ea))/0x5+parseInt(_0x2032a5(0x1e5))/0x6+-parseInt(_0x2032a5(0x1de))/0x7+-parseInt(_0x2032a5(0x1e2))/0x8;if(_0x4cb853===_0x2572ac)break;else _0x5d59cc['push'](_0x5d59cc['shift']());}catch(_0x55d9ec){_0x5d59cc['push'](_0x5d59cc['shift']());}}}(a242_0x5167,0x9c4f7));import a242_0x109b78 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a242_0x5843(_0x4144a5,_0x2e49c3){_0x4144a5=_0x4144a5-0x1de;var _0x5167b0=a242_0x5167();var _0x58435d=_0x5167b0[_0x4144a5];return _0x58435d;}export function showHelp(){var _0x4dccd9=a242_0x5843;console['log'](),console['log'](a242_0x109b78[_0x4dccd9(0x1df)][_0x4dccd9(0x1e7)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x4dccd9(0x1e6)](),console['log'](_0x4dccd9(0x1e3)+a242_0x109b78[_0x4dccd9(0x1df)][_0x4dccd9(0x1e7)](CLI_BIN_NAME+_0x4dccd9(0x1e0))+_0x4dccd9(0x1e9)),console['log']();}function a242_0x5167(){var _0x5632d5=['\x20to\x20view\x20available\x20commands.','746245iqsFLX','3532ZWeVBP','3094182AKctok','green','\x20--help','1677854rgUFLC','12600112xAIgEA','\x20\x20Use\x20','14849KbnDKI','5480814xgPwiV','log','bold','3531dVMrMP'];a242_0x5167=function(){return _0x5632d5;};return a242_0x5167();}
@@ -1 +1 @@
1
- (function(_0x2d7f1c,_0x431dab){const _0x58496e=a245_0x9adf,_0x4fe90a=_0x2d7f1c();while(!![]){try{const _0x1fb285=-parseInt(_0x58496e(0x155))/0x1+-parseInt(_0x58496e(0x144))/0x2+-parseInt(_0x58496e(0x143))/0x3+-parseInt(_0x58496e(0x160))/0x4+parseInt(_0x58496e(0x149))/0x5+parseInt(_0x58496e(0x148))/0x6+parseInt(_0x58496e(0x157))/0x7*(parseInt(_0x58496e(0x147))/0x8);if(_0x1fb285===_0x431dab)break;else _0x4fe90a['push'](_0x4fe90a['shift']());}catch(_0x1d1f85){_0x4fe90a['push'](_0x4fe90a['shift']());}}}(a245_0x4f3f,0xee31a));function a245_0x4f3f(){const _0xd4038c=['1507507ZbJJYf','replace','18866869uHqkrl','length','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','dangerously-bff-save','from','setLogPath','log','push','add','678144tsNsPJ','skill','help','5574258mEeDOX','1165810sggUMb','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','slice','8afbSsD','3542952SjJgFg','9039585VbKkDl','enable-bff-save','--help','exit','includes','Error:\x20Unsupported\x20command:\x20','\x0aAvailable\x20commands:','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','(empty)','不支持的命令:\x20','argv','error'];a245_0x4f3f=function(){return _0xd4038c;};return a245_0x4f3f();}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(_0x30ce5b){const _0x3e4859=a245_0x9adf,_0x240d29=[];for(const [_0x1f81a3,_0x1c58bd]of Object['entries'](_0x30ce5b)){if(_0x1c58bd===!![]){const _0x35973a=_0x1f81a3[_0x3e4859(0x156)](/([A-Z])/g,'-$1')['toLowerCase']();_0x240d29[_0x3e4859(0x15e)](_0x35973a);}}return _0x240d29;}export function parseDynamicFlags(){const _0x2cd3cd=a245_0x9adf,_0x3f1b70=[];for(let _0x5b4b5d=0x3;_0x5b4b5d<process[_0x2cd3cd(0x153)][_0x2cd3cd(0x158)];_0x5b4b5d++){const _0x1ce2a8=process[_0x2cd3cd(0x153)][_0x5b4b5d];if(_0x1ce2a8&&_0x1ce2a8['startsWith']('--')){const _0x2c308f=_0x1ce2a8[_0x2cd3cd(0x146)](0x2);_0x2c308f&&!_0x2c308f[_0x2cd3cd(0x14d)]('=')&&_0x3f1b70[_0x2cd3cd(0x15e)](_0x2c308f);}}return _0x3f1b70;}export function getAllProvidedFlags(_0x1312a4){const _0x5b00c7=a245_0x9adf,_0x174e94=camelCaseFlagsToKebab(_0x1312a4),_0x150ea8=parseDynamicFlags(),_0x350f41=new Set([..._0x174e94,..._0x150ea8]);return Array[_0x5b00c7(0x15b)](_0x350f41);}function a245_0x9adf(_0x22d9c1,_0xcd6b58){_0x22d9c1=_0x22d9c1-0x143;const _0x4f3f82=a245_0x4f3f();let _0x9adf06=_0x4f3f82[_0x22d9c1];return _0x9adf06;}export function normalizeLegacyBffSaveFlags(_0x2e2e26){const _0x2fba40=a245_0x9adf,_0x28627b=new Set(_0x2e2e26);return _0x28627b['has'](_0x2fba40(0x15a))&&_0x28627b[_0x2fba40(0x15f)](_0x2fba40(0x14a)),Array['from'](_0x28627b);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x4e7b6e,_0xd65cfc,_0xde14e2){const _0x4a1848=a245_0x9adf;logger[_0x4a1848(0x15c)](process['cwd']());if(_0xde14e2?.[_0x4a1848(0x162)]||_0x4e7b6e===_0x4a1848(0x14b)){showHelp();return;}console[_0x4a1848(0x154)](_0x4a1848(0x14e)+(_0x4e7b6e||_0x4a1848(0x151))),console[_0x4a1848(0x15d)](_0x4a1848(0x14f)),console[_0x4a1848(0x15d)]('\x20\x20'+CLI_BIN_NAME+_0x4a1848(0x145)),console[_0x4a1848(0x15d)](''),console[_0x4a1848(0x15d)]('Equivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger['error'](_0x4a1848(0x161),_0x4a1848(0x152)+_0x4e7b6e),process[_0x4a1848(0x14c)](0x1);}function showHelp(){const _0x2fd62f=a245_0x9adf;console[_0x2fd62f(0x15d)]('\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20'+CLI_BIN_NAME+_0x2fd62f(0x159)+SKILLS_INSTALL_COMMAND_LINE+_0x2fd62f(0x150));}
1
+ (function(_0x2a99ad,_0x3f046f){const _0x4ac73f=a243_0x29fc,_0x252eb8=_0x2a99ad();while(!![]){try{const _0x3023f7=parseInt(_0x4ac73f(0xfe))/0x1+-parseInt(_0x4ac73f(0xfa))/0x2*(-parseInt(_0x4ac73f(0xff))/0x3)+-parseInt(_0x4ac73f(0x102))/0x4*(-parseInt(_0x4ac73f(0xee))/0x5)+-parseInt(_0x4ac73f(0xec))/0x6+-parseInt(_0x4ac73f(0xfb))/0x7+parseInt(_0x4ac73f(0xfc))/0x8+parseInt(_0x4ac73f(0xf3))/0x9*(parseInt(_0x4ac73f(0x105))/0xa);if(_0x3023f7===_0x3f046f)break;else _0x252eb8['push'](_0x252eb8['shift']());}catch(_0x83e7f9){_0x252eb8['push'](_0x252eb8['shift']());}}}(a243_0x2c1b,0x7f391));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(_0x472dda){const _0xb6a5fd=a243_0x29fc,_0xc3f3bc=[];for(const [_0xc79970,_0x502da4]of Object[_0xb6a5fd(0xf5)](_0x472dda)){if(_0x502da4===!![]){const _0x3d6ca9=_0xc79970[_0xb6a5fd(0x107)](/([A-Z])/g,_0xb6a5fd(0xf4))[_0xb6a5fd(0x101)]();_0xc3f3bc['push'](_0x3d6ca9);}}return _0xc3f3bc;}export function parseDynamicFlags(){const _0x527399=a243_0x29fc,_0xef4060=[];for(let _0x4a6686=0x3;_0x4a6686<process[_0x527399(0x108)]['length'];_0x4a6686++){const _0x1f7700=process['argv'][_0x4a6686];if(_0x1f7700&&_0x1f7700[_0x527399(0x10c)]('--')){const _0x45ed07=_0x1f7700[_0x527399(0xf8)](0x2);_0x45ed07&&!_0x45ed07[_0x527399(0xf6)]('=')&&_0xef4060['push'](_0x45ed07);}}return _0xef4060;}export function getAllProvidedFlags(_0x41d3e9){const _0x229681=a243_0x29fc,_0x47a142=camelCaseFlagsToKebab(_0x41d3e9),_0x3ca69e=parseDynamicFlags(),_0x50f03a=new Set([..._0x47a142,..._0x3ca69e]);return Array[_0x229681(0x10a)](_0x50f03a);}export function normalizeLegacyBffSaveFlags(_0x16be0f){const _0x275ca6=a243_0x29fc,_0x51f9c5=new Set(_0x16be0f);return _0x51f9c5[_0x275ca6(0xf7)]('dangerously-bff-save')&&_0x51f9c5[_0x275ca6(0xf1)](_0x275ca6(0x109)),Array[_0x275ca6(0x10a)](_0x51f9c5);}function a243_0x2c1b(){const _0x6295db=['Equivalent\x20command:\x20','259402tcmYYj','975171TvUXDR','exit','toLowerCase','840cbaBcL','log','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','10IhYeGL','cwd','replace','argv','enable-bff-save','from','skill','startsWith','6149592QFoqOT','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','12295gibriD','--help','setLogPath','add','不支持的命令:\x20','3657330upMZnl','-$1','entries','includes','has','slice','help','2LGzRbp','3641526ffGcij','4472288gfVfZd'];a243_0x2c1b=function(){return _0x6295db;};return a243_0x2c1b();}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;function a243_0x29fc(_0x531f83,_0x3036c2){_0x531f83=_0x531f83-0xec;const _0x2c1b41=a243_0x2c1b();let _0x29fc37=_0x2c1b41[_0x531f83];return _0x29fc37;}export async function skillsCommand(_0x27b0a5,_0x55920f,_0x5008f3){const _0x5a72a7=a243_0x29fc;logger[_0x5a72a7(0xf0)](process[_0x5a72a7(0x106)]());if(_0x5008f3?.[_0x5a72a7(0xf9)]||_0x27b0a5===_0x5a72a7(0xef)){showHelp();return;}console['error']('Error:\x20Unsupported\x20command:\x20'+(_0x27b0a5||'(empty)')),console[_0x5a72a7(0x103)]('\x0aAvailable\x20commands:'),console[_0x5a72a7(0x103)]('\x20\x20'+CLI_BIN_NAME+_0x5a72a7(0xed)),console[_0x5a72a7(0x103)](''),console[_0x5a72a7(0x103)](_0x5a72a7(0xfd)+SKILLS_INSTALL_COMMAND_LINE),logger['error'](_0x5a72a7(0x10b),_0x5a72a7(0xf2)+_0x27b0a5),process[_0x5a72a7(0x100)](0x1);}function showHelp(){const _0xe0c1a1=a243_0x29fc;console[_0xe0c1a1(0x103)]('\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20'+CLI_BIN_NAME+_0xe0c1a1(0x104)+SKILLS_INSTALL_COMMAND_LINE+'\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a');}
@@ -1 +1 @@
1
- const a246_0x2c9e31=a246_0x1af0;function a246_0x1af0(_0x1f6e67,_0x28a3e6){_0x1f6e67=_0x1f6e67-0x111;const _0x14fbaf=a246_0x14fb();let _0x1af082=_0x14fbaf[_0x1f6e67];return _0x1af082;}(function(_0x5f238d,_0x1b2778){const _0x5c052b=a246_0x1af0,_0x36e0f5=_0x5f238d();while(!![]){try{const _0x181eeb=parseInt(_0x5c052b(0x148))/0x1+parseInt(_0x5c052b(0x136))/0x2*(parseInt(_0x5c052b(0x13a))/0x3)+parseInt(_0x5c052b(0x115))/0x4*(-parseInt(_0x5c052b(0x146))/0x5)+-parseInt(_0x5c052b(0x12c))/0x6*(-parseInt(_0x5c052b(0x11c))/0x7)+parseInt(_0x5c052b(0x145))/0x8*(parseInt(_0x5c052b(0x14f))/0x9)+-parseInt(_0x5c052b(0x119))/0xa*(-parseInt(_0x5c052b(0x123))/0xb)+-parseInt(_0x5c052b(0x134))/0xc;if(_0x181eeb===_0x1b2778)break;else _0x36e0f5['push'](_0x36e0f5['shift']());}catch(_0x3e1c57){_0x36e0f5['push'](_0x36e0f5['shift']());}}}(a246_0x14fb,0x67200));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a246_0x2c9e31(0x127);export const NPX_SKILLS_SUBCOMMAND_ADD=a246_0x2c9e31(0x132);export const NPX_SKILLS_FLAG_SKILL=a246_0x2c9e31(0x14a);export const RABETBASE_SKILL_SOURCE='lovrabet/rabetbase';export const LEGACY_RABETBASE_SKILL_SOURCE=a246_0x2c9e31(0x131);export const DEFAULT_RABETBASE_SKILL_NAME=a246_0x2c9e31(0x13b);export const RABETBASE_GLOBAL_SKILL_NAME=a246_0x2c9e31(0x141);export const RABETBASE_SKILL_GIT_SOURCE=a246_0x2c9e31(0x14c);export function resolveGlobalSkillName(_0xa9782d){const _0x57fbbb=a246_0x2c9e31;switch(_0xa9782d[_0x57fbbb(0x13c)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x584439){const _0x4ddfd7=a246_0x2c9e31,_0x208b6f=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x584439&&_0x208b6f[_0x4ddfd7(0x130)](NPX_SKILLS_FLAG_SKILL,_0x584439),_0x208b6f;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a246_0x2c9e31(0x113),...buildNpxSkillsAddArgv()][a246_0x2c9e31(0x135)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a246_0x2c9e31(0x113),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a246_0x2c9e31(0x135)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x556741,_0x85df38,_0x430101){return{'ok':![],'status':_0x85df38,'code':_0x556741,'error':'['+_0x556741+']\x20'+_0x430101};}function spawnOptions(_0x25c941,_0x161a24){const _0x602c5e=a246_0x2c9e31;return{'cwd':_0x25c941,'stdio':_0x161a24,'env':process.env,'shell':![],..._0x161a24===_0x602c5e(0x14d)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeSpawnResult(_0x2441cb,_0x4435e0,_0x884e81,_0x40b544){const _0x539199=a246_0x2c9e31,_0x405d6a=[_0x2441cb[_0x539199(0x114)]?_0x2441cb[_0x539199(0x114)][_0x539199(0x12e)]():'',_0x2441cb[_0x539199(0x12a)]?_0x2441cb[_0x539199(0x12a)][_0x539199(0x12e)]():''][_0x539199(0x11d)](Boolean)['join']('\x0a')[_0x539199(0x13c)]();_0x40b544!=='pipe'&&_0x405d6a&&console[_0x539199(0x133)](_0x405d6a);if(_0x2441cb[_0x539199(0x126)]){const _0x53160b=_0x2441cb['error'],_0x1b2c0a=_0x53160b[_0x539199(0x11f)]===_0x539199(0x12f)?_0x539199(0x11b):_0x53160b[_0x539199(0x11f)]===_0x539199(0x116)||_0x53160b[_0x539199(0x11f)]===_0x539199(0x13f)?_0x539199(0x142):_0x539199(0x121);return failure(_0x1b2c0a,_0x2441cb[_0x539199(0x118)],_0x53160b['message']);}if(_0x2441cb[_0x539199(0x137)])return failure(_0x539199(0x140),_0x2441cb[_0x539199(0x118)],_0x539199(0x14b)+_0x2441cb[_0x539199(0x137)]);if(_0x2441cb[_0x539199(0x118)]!==0x0)return failure(_0x539199(0x138),_0x2441cb[_0x539199(0x118)],_0x405d6a||'exit\x20'+(_0x2441cb[_0x539199(0x118)]??_0x539199(0x149)));const _0x45c508=_0x405d6a[_0x539199(0x125)](/Failed to install\s+(\d+)/i);if(_0x45c508&&Number(_0x45c508[0x1])>0x0)return failure(_0x539199(0x122),0x0,_0x539199(0x147)+_0x45c508[0x1]+_0x539199(0x139)+(_0x405d6a?':\x0a'+_0x405d6a:''));if(_0x4435e0){const _0x3cf2a4=resolveInstalledSkill(_0x4435e0,_0x884e81);if(_0x3cf2a4['state']===_0x539199(0x11e))return failure(_0x539199(0x129),0x0,_0x539199(0x117)+_0x4435e0+_0x539199(0x11a)+_0x3cf2a4[_0x539199(0x111)][_0x539199(0x135)](',\x20')+')');_0x3cf2a4[_0x539199(0x112)]===_0x539199(0x13d)&&console[_0x539199(0x14e)](_0x539199(0x124)+_0x4435e0+_0x539199(0x12d)+_0x3cf2a4[_0x539199(0x13e)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x4a388f,_0x4f9506){const _0x3e5ce0=a246_0x2c9e31;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1010ae=_0x4f9506?.['stdio']??_0x3e5ce0(0x143),_0x527867=resolveNpmBin(_0x3e5ce0(0x113)),_0x2fb028=buildNpxSkillsAddArgv(_0x4f9506?.['skill']),_0x59a54c=[_0x3e5ce0(0x113),..._0x2fb028][_0x3e5ce0(0x135)]('\x20');console['log']('*\x20'+_0x59a54c);const _0x18e50c=spawnSync(_0x527867,_0x2fb028,spawnOptions(_0x4a388f,_0x1010ae));return normalizeSpawnResult(_0x18e50c,undefined,undefined,_0x1010ae);}function a246_0x14fb(){const _0x1e39ca=['CHILD_EXIT_NONZERO','\x20failed\x20target(s)','84XeGYwI','Lovrabet','trim','unverifiable','reason','EACCES','CHILD_TERMINATED','rabetbase','PERMISSION_DENIED','inherit','presence','5649888YfonbJ','5RovUKY','Installer\x20reported\x20','772392sYAdDB','unknown','--skill','npx\x20terminated\x20by\x20signal\x20','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','pipe','warn','9zOQXrr','skill','checked','state','npx','stdout','1356488ENgNyj','EPERM','Skill\x20\x22','status','1190MuuiOg','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','NPX_NOT_FOUND','119KfdHoB','filter','absent','code','remove','SPAWN_FAILED','INSTALL_PARTIAL','4367BOyBJF','!\x20Could\x20not\x20verify\x20\x22','match','error','skills','stdio','SKILL_NOT_INSTALLED','stderr','yes','23970RuRhcv','\x22\x20install\x20state:\x20','toString','ENOENT','push','lovrabet/lovrabet-skill','add','log','13774560YvredH','join','22544qOgpaL','signal'];a246_0x14fb=function(){return _0x1e39ca;};return a246_0x14fb();}export function runNpxSkillsRemove(_0x561c02,_0x2ddadb,_0x254fcb=LEGACY_RABETBASE_SKILL_SOURCE){const _0x49d978=a246_0x2c9e31;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x294377=_0x2ddadb?.['stdio']??_0x49d978(0x143),_0x45294f=resolveNpmBin(_0x49d978(0x113)),_0x4a5a2d=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x49d978(0x120),_0x254fcb,NPX_SKILLS_FLAG_SKILL,_0x2ddadb?.[_0x49d978(0x150)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x2ddadb?.[_0x49d978(0x12b)]?['-y']:[]],_0x45fd71=[_0x45294f,..._0x4a5a2d][_0x49d978(0x135)]('\x20');console[_0x49d978(0x133)]('*\x20'+_0x45fd71);const _0x514d9d=spawnSync(_0x45294f,_0x4a5a2d,spawnOptions(_0x561c02,_0x294377));return normalizeSpawnResult(_0x514d9d,undefined,undefined,_0x294377);}export function runNpxSkillsAddGlobal(_0xa5b5f8,_0x4c2da0,_0x2f97cc){const _0x3cbcb5=a246_0x2c9e31;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0xc1ab1b=resolveNpmBin(_0x3cbcb5(0x113)),_0x4cd2a7=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x4c2da0,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x2c15f8=[_0x3cbcb5(0x113),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x4c2da0,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x3cbcb5(0x135)]('\x20');console[_0x3cbcb5(0x133)]('*\x20'+_0x2c15f8);const _0x2d0529=spawnSync(_0xc1ab1b,_0x4cd2a7,spawnOptions(_0xa5b5f8,'pipe'));return normalizeSpawnResult(_0x2d0529,resolveGlobalSkillName(_0x4c2da0),_0x2f97cc?.[_0x3cbcb5(0x144)],_0x2f97cc?.[_0x3cbcb5(0x128)]);}
1
+ const a244_0x1b80a3=a244_0x49aa;(function(_0x295f58,_0x25961a){const _0x231ef6=a244_0x49aa,_0x3b1564=_0x295f58();while(!![]){try{const _0x1c8892=-parseInt(_0x231ef6(0x18e))/0x1*(parseInt(_0x231ef6(0x19b))/0x2)+parseInt(_0x231ef6(0x19f))/0x3+parseInt(_0x231ef6(0x180))/0x4*(parseInt(_0x231ef6(0x19e))/0x5)+-parseInt(_0x231ef6(0x17b))/0x6*(-parseInt(_0x231ef6(0x179))/0x7)+parseInt(_0x231ef6(0x171))/0x8+parseInt(_0x231ef6(0x19a))/0x9*(parseInt(_0x231ef6(0x18a))/0xa)+-parseInt(_0x231ef6(0x190))/0xb;if(_0x1c8892===_0x25961a)break;else _0x3b1564['push'](_0x3b1564['shift']());}catch(_0x4ce92f){_0x3b1564['push'](_0x3b1564['shift']());}}}(a244_0xb3fd,0x7e23a));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a244_0x1b80a3(0x18f);export const NPX_SKILLS_SUBCOMMAND_ADD=a244_0x1b80a3(0x186);export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a244_0x1b80a3(0x18b);export const LEGACY_RABETBASE_SKILL_SOURCE=a244_0x1b80a3(0x199);export const DEFAULT_RABETBASE_SKILL_NAME=a244_0x1b80a3(0x177);export const RABETBASE_GLOBAL_SKILL_NAME='rabetbase';export const RABETBASE_SKILL_GIT_SOURCE='git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git';export function resolveGlobalSkillName(_0x33c888){const _0x55837e=a244_0x1b80a3;switch(_0x33c888[_0x55837e(0x183)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x2b8d24){const _0x381293=a244_0x1b80a3,_0x3a6b13=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x2b8d24&&_0x3a6b13[_0x381293(0x193)](NPX_SKILLS_FLAG_SKILL,_0x2b8d24),_0x3a6b13;}function a244_0x49aa(_0x495d01,_0x138ea6){_0x495d01=_0x495d01-0x171;const _0xb3fd1a=a244_0xb3fd();let _0x49aa06=_0xb3fd1a[_0x495d01];return _0x49aa06;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a244_0x1b80a3(0x195),...buildNpxSkillsAddArgv()][a244_0x1b80a3(0x1a2)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a244_0x1b80a3(0x195),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a244_0x1b80a3(0x1a2)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x50c4e8,_0x670bb4,_0x5a508f){return{'ok':![],'status':_0x670bb4,'code':_0x50c4e8,'error':'['+_0x50c4e8+']\x20'+_0x5a508f};}function spawnOptions(_0x3b3a4a,_0x1a3a74){const _0x1658a3=a244_0x1b80a3;return{'cwd':_0x3b3a4a,'stdio':_0x1a3a74,'env':process.env,'shell':![],..._0x1a3a74===_0x1658a3(0x188)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeSpawnResult(_0x3486dc,_0x9734e0,_0x509c30,_0x11f9fb){const _0x579001=a244_0x1b80a3,_0x514329=[_0x3486dc[_0x579001(0x1a3)]?_0x3486dc[_0x579001(0x1a3)]['toString']():'',_0x3486dc[_0x579001(0x17c)]?_0x3486dc[_0x579001(0x17c)][_0x579001(0x196)]():'']['filter'](Boolean)['join']('\x0a')['trim']();_0x11f9fb!==_0x579001(0x188)&&_0x514329&&console[_0x579001(0x175)](_0x514329);if(_0x3486dc['error']){const _0x12f339=_0x3486dc[_0x579001(0x1a0)],_0x5bd647=_0x12f339['code']==='ENOENT'?'NPX_NOT_FOUND':_0x12f339[_0x579001(0x189)]==='EPERM'||_0x12f339['code']==='EACCES'?_0x579001(0x18c):'SPAWN_FAILED';return failure(_0x5bd647,_0x3486dc[_0x579001(0x17d)],_0x12f339[_0x579001(0x17a)]);}if(_0x3486dc['signal'])return failure(_0x579001(0x174),_0x3486dc[_0x579001(0x17d)],_0x579001(0x192)+_0x3486dc[_0x579001(0x198)]);if(_0x3486dc[_0x579001(0x17d)]!==0x0)return failure(_0x579001(0x18d),_0x3486dc['status'],_0x514329||_0x579001(0x178)+(_0x3486dc[_0x579001(0x17d)]??_0x579001(0x176)));const _0x121455=_0x514329['match'](/Failed to install\s+(\d+)/i);if(_0x121455&&Number(_0x121455[0x1])>0x0)return failure(_0x579001(0x191),0x0,_0x579001(0x185)+_0x121455[0x1]+_0x579001(0x181)+(_0x514329?':\x0a'+_0x514329:''));if(_0x9734e0){const _0x5b487a=resolveInstalledSkill(_0x9734e0,_0x509c30);if(_0x5b487a[_0x579001(0x197)]==='absent')return failure(_0x579001(0x182),0x0,'Skill\x20\x22'+_0x9734e0+_0x579001(0x17f)+_0x5b487a[_0x579001(0x194)][_0x579001(0x1a2)](',\x20')+')');_0x5b487a[_0x579001(0x197)]==='unverifiable'&&console['warn'](_0x579001(0x17e)+_0x9734e0+'\x22\x20install\x20state:\x20'+_0x5b487a[_0x579001(0x19d)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x200564,_0x19db1c){const _0x42aa17=a244_0x1b80a3;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x3d366d=_0x19db1c?.['stdio']??_0x42aa17(0x19c),_0x18aa43=resolveNpmBin('npx'),_0x368b39=buildNpxSkillsAddArgv(_0x19db1c?.[_0x42aa17(0x187)]),_0x5e527a=[_0x42aa17(0x195),..._0x368b39][_0x42aa17(0x1a2)]('\x20');console[_0x42aa17(0x175)]('*\x20'+_0x5e527a);const _0x4a2114=spawnSync(_0x18aa43,_0x368b39,spawnOptions(_0x200564,_0x3d366d));return normalizeSpawnResult(_0x4a2114,undefined,undefined,_0x3d366d);}function a244_0xb3fd(){const _0x205d04=['add','skill','pipe','code','50igSPGP','lovrabet/rabetbase','PERMISSION_DENIED','CHILD_EXIT_NONZERO','589627KzFvfM','skills','12278640SdwQjI','INSTALL_PARTIAL','npx\x20terminated\x20by\x20signal\x20','push','checked','npx','toString','state','signal','lovrabet/lovrabet-skill','15669pUYVHD','2cUOuCF','inherit','reason','460DMDutU','2435367XrGgRP','error','presence','join','stdout','5906224BZNoQR','stdio','remove','CHILD_TERMINATED','log','unknown','Lovrabet','exit\x20','2051QanRBR','message','8598MnMCvF','stderr','status','!\x20Could\x20not\x20verify\x20\x22','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','10604llhsYc','\x20failed\x20target(s)','SKILL_NOT_INSTALLED','trim','yes','Installer\x20reported\x20'];a244_0xb3fd=function(){return _0x205d04;};return a244_0xb3fd();}export function runNpxSkillsRemove(_0x5d09ad,_0x58ccff,_0xd4a416=LEGACY_RABETBASE_SKILL_SOURCE){const _0x29b62b=a244_0x1b80a3;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1b6bbb=_0x58ccff?.['stdio']??_0x29b62b(0x19c),_0x33db4f=resolveNpmBin(_0x29b62b(0x195)),_0x150bf3=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x29b62b(0x173),_0xd4a416,NPX_SKILLS_FLAG_SKILL,_0x58ccff?.[_0x29b62b(0x187)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x58ccff?.[_0x29b62b(0x184)]?['-y']:[]],_0x27ccdf=[_0x33db4f,..._0x150bf3][_0x29b62b(0x1a2)]('\x20');console[_0x29b62b(0x175)]('*\x20'+_0x27ccdf);const _0x4a165d=spawnSync(_0x33db4f,_0x150bf3,spawnOptions(_0x5d09ad,_0x1b6bbb));return normalizeSpawnResult(_0x4a165d,undefined,undefined,_0x1b6bbb);}export function runNpxSkillsAddGlobal(_0xd83eaa,_0x50158a,_0x107228){const _0x3ca75b=a244_0x1b80a3;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1a692d=resolveNpmBin('npx'),_0x3f7f27=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x50158a,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x1d17df=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x50158a,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x3ca75b(0x1a2)]('\x20');console[_0x3ca75b(0x175)]('*\x20'+_0x1d17df);const _0x5d27ff=spawnSync(_0x1a692d,_0x3f7f27,spawnOptions(_0xd83eaa,_0x3ca75b(0x188)));return normalizeSpawnResult(_0x5d27ff,resolveGlobalSkillName(_0x50158a),_0x107228?.[_0x3ca75b(0x1a1)],_0x107228?.[_0x3ca75b(0x172)]);}
@@ -1 +1 @@
1
- const a247_0x4fc2d8=a247_0xe9a5;(function(_0x56d942,_0x35716e){const _0x111353=a247_0xe9a5,_0x2e3455=_0x56d942();while(!![]){try{const _0x42cf1b=-parseInt(_0x111353(0x6a))/0x1*(-parseInt(_0x111353(0x72))/0x2)+parseInt(_0x111353(0x84))/0x3*(parseInt(_0x111353(0x6d))/0x4)+parseInt(_0x111353(0x83))/0x5+-parseInt(_0x111353(0x76))/0x6*(parseInt(_0x111353(0x6b))/0x7)+parseInt(_0x111353(0x69))/0x8+parseInt(_0x111353(0x79))/0x9*(-parseInt(_0x111353(0x78))/0xa)+-parseInt(_0x111353(0x75))/0xb;if(_0x42cf1b===_0x35716e)break;else _0x2e3455['push'](_0x2e3455['shift']());}catch(_0x1b5548){_0x2e3455['push'](_0x2e3455['shift']());}}}(a247_0x3519,0x41488));import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a247_0x4fc2d8(0x7b),a247_0x4fc2d8(0x86));function a247_0x3519(){const _0x22fc79=['join','SKILL.md','\x20uses\x20unsupported\x20version\x20','parse','kind','number','message','1811504CNOshL','23IyPrlq','35juTEtJ','map','6964WswkZd','object','absent','present','recorded','32846MOIwfr','version','not-recorded','1881781rUMlbW','92982uozSHV','\x20records\x20\x22','230IiHecC','59175qVzGQP','reason','.agents','\x20has\x20no\x20skills\x20map','includes','lockFile','globalSkillsDirs','\x20is\x20unreadable:\x20','unverifiable','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','228020yMQLni','30teecdY','skills','.skill-lock.json','home','unusable','find'];a247_0x3519=function(){return _0x22fc79;};return a247_0x3519();}export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a247_0x4fc2d8(0x7b),a247_0x4fc2d8(0x85)),join('.claude','skills')];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x774815,_0x3b5996){const _0x3fd09c=a247_0x4fc2d8;if(!existsSync(_0x774815))return{'kind':_0x3fd09c(0x74)};let _0x2a3376;try{_0x2a3376=JSON[_0x3fd09c(0x8d)](readFileSync(_0x774815,'utf8'));}catch(_0x122a8b){return{'kind':_0x3fd09c(0x88),'reason':_0x774815+_0x3fd09c(0x80)+_0x122a8b[_0x3fd09c(0x90)]};}const _0x45b711=_0x2a3376;if(typeof _0x45b711?.[_0x3fd09c(0x73)]!==_0x3fd09c(0x8f)||!SUPPORTED_LOCK_VERSIONS[_0x3fd09c(0x7d)](_0x45b711['version']))return{'kind':_0x3fd09c(0x88),'reason':_0x774815+_0x3fd09c(0x8c)+String(_0x45b711?.[_0x3fd09c(0x73)])};if(!_0x45b711[_0x3fd09c(0x85)]||typeof _0x45b711['skills']!==_0x3fd09c(0x6e))return{'kind':_0x3fd09c(0x88),'reason':_0x774815+_0x3fd09c(0x7c)};return _0x45b711[_0x3fd09c(0x85)][_0x3b5996]?{'kind':_0x3fd09c(0x71)}:{'kind':_0x3fd09c(0x74)};}function a247_0xe9a5(_0x5354ab,_0x12389d){_0x5354ab=_0x5354ab-0x69;const _0x351913=a247_0x3519();let _0xe9a59=_0x351913[_0x5354ab];return _0xe9a59;}export function resolveInstalledSkill(_0x1b7fa5,_0xf572a8){const _0x2033e8=a247_0x4fc2d8,_0x7ced59=_0xf572a8?.[_0x2033e8(0x87)]??homedir(),_0x1251c2=_0xf572a8?.[_0x2033e8(0x7f)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS['map'](_0x21685b=>join(_0x7ced59,_0x21685b)),_0x504a5a=_0xf572a8?.[_0x2033e8(0x7e)]??join(_0x7ced59,SKILL_LOCK_RELATIVE_PATH),_0xaacc78=_0x1251c2[_0x2033e8(0x6c)](_0xf3b06a=>join(_0xf3b06a,_0x1b7fa5,_0x2033e8(0x8b))),_0x229baa=_0xaacc78[_0x2033e8(0x89)](_0x31572a=>existsSync(_0x31572a));if(_0x229baa)return{'state':_0x2033e8(0x70),'path':_0x229baa};const _0x36d8ec=readLockLookup(_0x504a5a,_0x1b7fa5);if(_0x36d8ec[_0x2033e8(0x8e)]===_0x2033e8(0x88))return{'state':_0x2033e8(0x81),'reason':_0x36d8ec[_0x2033e8(0x7a)]};if(_0x36d8ec['kind']===_0x2033e8(0x71))return{'state':'unverifiable','reason':_0x504a5a+_0x2033e8(0x77)+_0x1b7fa5+_0x2033e8(0x82)+('('+_0xaacc78[_0x2033e8(0x8a)](',\x20')+')')};return{'state':_0x2033e8(0x6f),'checked':_0xaacc78};}
1
+ const a245_0x21e244=a245_0x31c1;function a245_0x31c1(_0x521f55,_0x11818d){_0x521f55=_0x521f55-0x100;const _0xb8a84f=a245_0xb8a8();let _0x31c186=_0xb8a84f[_0x521f55];return _0x31c186;}function a245_0xb8a8(){const _0x1e62bb=['\x20is\x20unreadable:\x20','1614opmliI','\x20records\x20\x22','524740sBIRLz','object','version','lockFile','117fnBFgN','\x20uses\x20unsupported\x20version\x20','recorded','30312uPuzBC','232XHXRrQ','1455630KHBltN','map','514fmiqGO','not-recorded','skills','unusable','72uNypBr','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','parse','unverifiable','find','number','\x20has\x20no\x20skills\x20map','958vcSvLr','kind','343IfWzmu','SKILL.md','.skill-lock.json','641014XVPOAp','absent','reason','home','utf8','.claude','present','.agents','3921mQhZtI'];a245_0xb8a8=function(){return _0x1e62bb;};return a245_0xb8a8();}(function(_0x74a6a2,_0x1af4dc){const _0x39e3a2=a245_0x31c1,_0x2ee134=_0x74a6a2();while(!![]){try{const _0x386876=-parseInt(_0x39e3a2(0x116))/0x1*(-parseInt(_0x39e3a2(0x10b))/0x2)+-parseInt(_0x39e3a2(0x123))/0x3*(parseInt(_0x39e3a2(0x108))/0x4)+parseInt(_0x39e3a2(0x100))/0x5+-parseInt(_0x39e3a2(0x125))/0x6*(-parseInt(_0x39e3a2(0x118))/0x7)+parseInt(_0x39e3a2(0x107))/0x8*(parseInt(_0x39e3a2(0x104))/0x9)+parseInt(_0x39e3a2(0x109))/0xa+parseInt(_0x39e3a2(0x11b))/0xb*(-parseInt(_0x39e3a2(0x10f))/0xc);if(_0x386876===_0x1af4dc)break;else _0x2ee134['push'](_0x2ee134['shift']());}catch(_0x12a61a){_0x2ee134['push'](_0x2ee134['shift']());}}}(a245_0xb8a8,0x20a49));import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a245_0x21e244(0x122),a245_0x21e244(0x11a));export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join('.agents',a245_0x21e244(0x10d)),join(a245_0x21e244(0x120),'skills')];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x5db1fa,_0x578a1b){const _0xfc7c9b=a245_0x21e244;if(!existsSync(_0x5db1fa))return{'kind':_0xfc7c9b(0x10c)};let _0x50b1d5;try{_0x50b1d5=JSON[_0xfc7c9b(0x111)](readFileSync(_0x5db1fa,_0xfc7c9b(0x11f)));}catch(_0x166220){return{'kind':_0xfc7c9b(0x10e),'reason':_0x5db1fa+_0xfc7c9b(0x124)+_0x166220['message']};}const _0x2227c6=_0x50b1d5;if(typeof _0x2227c6?.[_0xfc7c9b(0x102)]!==_0xfc7c9b(0x114)||!SUPPORTED_LOCK_VERSIONS['includes'](_0x2227c6[_0xfc7c9b(0x102)]))return{'kind':_0xfc7c9b(0x10e),'reason':_0x5db1fa+_0xfc7c9b(0x105)+String(_0x2227c6?.[_0xfc7c9b(0x102)])};if(!_0x2227c6[_0xfc7c9b(0x10d)]||typeof _0x2227c6[_0xfc7c9b(0x10d)]!==_0xfc7c9b(0x101))return{'kind':_0xfc7c9b(0x10e),'reason':_0x5db1fa+_0xfc7c9b(0x115)};return _0x2227c6[_0xfc7c9b(0x10d)][_0x578a1b]?{'kind':'recorded'}:{'kind':_0xfc7c9b(0x10c)};}export function resolveInstalledSkill(_0x552c8e,_0x4852e9){const _0x43ffb2=a245_0x21e244,_0x512754=_0x4852e9?.[_0x43ffb2(0x11e)]??homedir(),_0x3e4177=_0x4852e9?.['globalSkillsDirs']??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0x43ffb2(0x10a)](_0x14e741=>join(_0x512754,_0x14e741)),_0x1e9a96=_0x4852e9?.[_0x43ffb2(0x103)]??join(_0x512754,SKILL_LOCK_RELATIVE_PATH),_0x3e72e6=_0x3e4177[_0x43ffb2(0x10a)](_0x238743=>join(_0x238743,_0x552c8e,_0x43ffb2(0x119))),_0x17208b=_0x3e72e6[_0x43ffb2(0x113)](_0x47c814=>existsSync(_0x47c814));if(_0x17208b)return{'state':_0x43ffb2(0x121),'path':_0x17208b};const _0x4df2e6=readLockLookup(_0x1e9a96,_0x552c8e);if(_0x4df2e6[_0x43ffb2(0x117)]===_0x43ffb2(0x10e))return{'state':'unverifiable','reason':_0x4df2e6[_0x43ffb2(0x11d)]};if(_0x4df2e6[_0x43ffb2(0x117)]===_0x43ffb2(0x106))return{'state':_0x43ffb2(0x112),'reason':_0x1e9a96+_0x43ffb2(0x126)+_0x552c8e+_0x43ffb2(0x110)+('('+_0x3e72e6['join'](',\x20')+')')};return{'state':_0x43ffb2(0x11c),'checked':_0x3e72e6};}
@@ -1 +1 @@
1
- function a248_0x24b0(){const _0x7356c7=['stringify','81uimFSF','333xsenAz','1863588cjUuuQ','durationMs','251128nhAwdj','error','39632KyuSsU','3827887gJPzVR','some','entries','2205076liqrtD','message','command','[REDACTED]','rabetbase.command','1336440DiTYtn','386129LKDtbH'];a248_0x24b0=function(){return _0x7356c7;};return a248_0x24b0();}function a248_0xcb47(_0x119f37,_0x50002a){_0x119f37=_0x119f37-0x12c;const _0x24b05c=a248_0x24b0();let _0xcb47b3=_0x24b05c[_0x119f37];return _0xcb47b3;}(function(_0x3da193,_0x465605){const _0x353b6=a248_0xcb47,_0x28a5c5=_0x3da193();while(!![]){try{const _0xcdd7d7=parseInt(_0x353b6(0x13b))/0x1+parseInt(_0x353b6(0x131))/0x2*(-parseInt(_0x353b6(0x13d))/0x3)+parseInt(_0x353b6(0x135))/0x4+-parseInt(_0x353b6(0x13a))/0x5+-parseInt(_0x353b6(0x12d))/0x6+-parseInt(_0x353b6(0x132))/0x7+parseInt(_0x353b6(0x12f))/0x8*(parseInt(_0x353b6(0x12c))/0x9);if(_0xcdd7d7===_0x465605)break;else _0x28a5c5['push'](_0x28a5c5['shift']());}catch(_0x44edb5){_0x28a5c5['push'](_0x28a5c5['shift']());}}}(a248_0x24b0,0x6b342));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x41bb41){const _0x30001f=a248_0xcb47;return SENSITIVE_PATTERNS[_0x30001f(0x133)](_0x46c580=>_0x46c580['test'](_0x41bb41));}function sanitizeFlags(_0x5078b7){const _0x1cab8a=a248_0xcb47,_0x100411={};for(const [_0x40b0c0,_0x1c481e]of Object[_0x1cab8a(0x134)](_0x5078b7)){isSensitiveKey(_0x40b0c0)?_0x100411[_0x40b0c0]=_0x1c481e!=null&&_0x1c481e!==''?_0x1cab8a(0x138):_0x1c481e:_0x100411[_0x40b0c0]=_0x1c481e;}return _0x100411;}export async function reportCommandTrace(_0x9ff96f){const _0x29bd75=a248_0xcb47;try{const _0x54cdcf=sanitizeFlags(_0x9ff96f['flags']);await sendCliTraceLog({'spanName':_0x29bd75(0x139),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x9ff96f['service'],'command.name':_0x9ff96f[_0x29bd75(0x137)],'command.flags':JSON[_0x29bd75(0x13c)](_0x54cdcf),..._0x9ff96f[_0x29bd75(0x12e)]!=null?{'command.duration_ms':_0x9ff96f[_0x29bd75(0x12e)]}:{},..._0x9ff96f[_0x29bd75(0x130)]?{'command.error':_0x9ff96f[_0x29bd75(0x130)]instanceof Error?_0x9ff96f[_0x29bd75(0x130)][_0x29bd75(0x136)]:String(_0x9ff96f[_0x29bd75(0x130)])}:{}}});}catch{}}
1
+ (function(_0x9850c2,_0x2eb126){const _0x35c9e5=a246_0x3102,_0x51c8dc=_0x9850c2();while(!![]){try{const _0x5402a8=parseInt(_0x35c9e5(0x124))/0x1*(parseInt(_0x35c9e5(0x12c))/0x2)+-parseInt(_0x35c9e5(0x120))/0x3*(parseInt(_0x35c9e5(0x11c))/0x4)+parseInt(_0x35c9e5(0x11e))/0x5*(parseInt(_0x35c9e5(0x122))/0x6)+-parseInt(_0x35c9e5(0x12d))/0x7*(-parseInt(_0x35c9e5(0x125))/0x8)+parseInt(_0x35c9e5(0x128))/0x9+-parseInt(_0x35c9e5(0x11d))/0xa+-parseInt(_0x35c9e5(0x12b))/0xb*(-parseInt(_0x35c9e5(0x127))/0xc);if(_0x5402a8===_0x2eb126)break;else _0x51c8dc['push'](_0x51c8dc['shift']());}catch(_0x4870a7){_0x51c8dc['push'](_0x51c8dc['shift']());}}}(a246_0x2151,0x25ac9));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function a246_0x3102(_0x20e34f,_0x2f05e3){_0x20e34f=_0x20e34f-0x118;const _0x215188=a246_0x2151();let _0x31029e=_0x215188[_0x20e34f];return _0x31029e;}function a246_0x2151(){const _0x2c4c1a=['rabetbase.command','17202vHJkHK','test','15629jFNNQo','831608JAygep','flags','895548SLYmbl','1506501BgDDBk','durationMs','command','11ntPFhg','36cPCYQG','7TggpMz','stringify','error','entries','service','[REDACTED]','4068pxvBPj','2399110tmmvkZ','60SqWPtL','some','789BLgZoo'];a246_0x2151=function(){return _0x2c4c1a;};return a246_0x2151();}function isSensitiveKey(_0x372cb6){const _0x509917=a246_0x3102;return SENSITIVE_PATTERNS[_0x509917(0x11f)](_0x564399=>_0x564399[_0x509917(0x123)](_0x372cb6));}function sanitizeFlags(_0x48db05){const _0x272796=a246_0x3102,_0x52ec5f={};for(const [_0x30dbdd,_0x55bcc3]of Object[_0x272796(0x119)](_0x48db05)){isSensitiveKey(_0x30dbdd)?_0x52ec5f[_0x30dbdd]=_0x55bcc3!=null&&_0x55bcc3!==''?_0x272796(0x11b):_0x55bcc3:_0x52ec5f[_0x30dbdd]=_0x55bcc3;}return _0x52ec5f;}export async function reportCommandTrace(_0x5ca14d){const _0x284b51=a246_0x3102;try{const _0x13f146=sanitizeFlags(_0x5ca14d[_0x284b51(0x126)]);await sendCliTraceLog({'spanName':_0x284b51(0x121),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x5ca14d[_0x284b51(0x11a)],'command.name':_0x5ca14d[_0x284b51(0x12a)],'command.flags':JSON[_0x284b51(0x12e)](_0x13f146),..._0x5ca14d['durationMs']!=null?{'command.duration_ms':_0x5ca14d[_0x284b51(0x129)]}:{},..._0x5ca14d[_0x284b51(0x118)]?{'command.error':_0x5ca14d[_0x284b51(0x118)]instanceof Error?_0x5ca14d[_0x284b51(0x118)]['message']:String(_0x5ca14d['error'])}:{}}});}catch{}}
@@ -1 +1 @@
1
- function a249_0x296c(_0x4badbe,_0x2c46f4){_0x4badbe=_0x4badbe-0xae;var _0x211660=a249_0x2116();var _0x296c6b=_0x211660[_0x4badbe];return _0x296c6b;}(function(_0x296336,_0x1cbcda){var _0x399338=a249_0x296c,_0x340b43=_0x296336();while(!![]){try{var _0x84f281=parseInt(_0x399338(0xb2))/0x1*(parseInt(_0x399338(0xba))/0x2)+-parseInt(_0x399338(0xb0))/0x3+parseInt(_0x399338(0xb3))/0x4*(parseInt(_0x399338(0xb7))/0x5)+parseInt(_0x399338(0xb5))/0x6+parseInt(_0x399338(0xaf))/0x7+parseInt(_0x399338(0xae))/0x8+parseInt(_0x399338(0xbb))/0x9*(-parseInt(_0x399338(0xb8))/0xa);if(_0x84f281===_0x1cbcda)break;else _0x340b43['push'](_0x340b43['shift']());}catch(_0x59d132){_0x340b43['push'](_0x340b43['shift']());}}}(a249_0x2116,0xe42d6));function a249_0x2116(){var _0x1c7350=['6816096TeiHVC','2533118oDdTPX','2506173JcjOyD','error','1ZpTJFV','3012316elmLIM','service','1764546DUoEnN','cli.help','5gWXcvj','430ODXlvO','Failed\x20to\x20report\x20CLI\x20help\x20trace:','768342asguIV','183186KwMOci'];a249_0x2116=function(){return _0x1c7350;};return a249_0x2116();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x51b216,_0x430aa3){var _0xc95944=a249_0x296c;try{await sendCliTraceLog({'spanName':_0xc95944(0xb6),'logData':{'rabetbase.help.kind':_0x51b216,..._0x430aa3?.[_0xc95944(0xb4)]&&{'rabetbase.help.service':_0x430aa3[_0xc95944(0xb4)]}}});}catch(_0x16aa74){console[_0xc95944(0xb1)](_0xc95944(0xb9),_0x16aa74);}}
1
+ function a247_0xe929(_0x5ef621,_0xe09150){_0x5ef621=_0x5ef621-0x1b0;var _0x16b1bd=a247_0x16b1();var _0xe929a0=_0x16b1bd[_0x5ef621];return _0xe929a0;}(function(_0x72ee3e,_0x12f807){var _0x2417f0=a247_0xe929,_0x15bb2e=_0x72ee3e();while(!![]){try{var _0x443b29=parseInt(_0x2417f0(0x1b4))/0x1+parseInt(_0x2417f0(0x1b2))/0x2+parseInt(_0x2417f0(0x1bb))/0x3*(parseInt(_0x2417f0(0x1bc))/0x4)+parseInt(_0x2417f0(0x1b8))/0x5*(parseInt(_0x2417f0(0x1b6))/0x6)+parseInt(_0x2417f0(0x1b9))/0x7*(parseInt(_0x2417f0(0x1b0))/0x8)+parseInt(_0x2417f0(0x1b7))/0x9+-parseInt(_0x2417f0(0x1b1))/0xa*(parseInt(_0x2417f0(0x1ba))/0xb);if(_0x443b29===_0x12f807)break;else _0x15bb2e['push'](_0x15bb2e['shift']());}catch(_0x3427f0){_0x15bb2e['push'](_0x15bb2e['shift']());}}}(a247_0x16b1,0x20f7b));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a247_0x16b1(){var _0x38cd90=['2045943dtOYaR','263665ZVRfPr','42CNhTlN','11TPddwd','262296kmCyPJ','8uFLbbI','error','166456zNbQUO','7086560JkmeMp','268898jORqZa','cli.help','24010HXLtnL','service','18vABEnj'];a247_0x16b1=function(){return _0x38cd90;};return a247_0x16b1();}export async function reportCliHelpTrace(_0x141385,_0xefee7b){var _0x250e65=a247_0xe929;try{await sendCliTraceLog({'spanName':_0x250e65(0x1b3),'logData':{'rabetbase.help.kind':_0x141385,..._0xefee7b?.['service']&&{'rabetbase.help.service':_0xefee7b[_0x250e65(0x1b5)]}}});}catch(_0x43ba22){console[_0x250e65(0x1bd)]('Failed\x20to\x20report\x20CLI\x20help\x20trace:',_0x43ba22);}}
@@ -1 +1 @@
1
- (function(_0x1a542e,_0xef81d3){const _0x209b75=a250_0x1fcf,_0x298786=_0x1a542e();while(!![]){try{const _0x5dbf53=-parseInt(_0x209b75(0x141))/0x1*(-parseInt(_0x209b75(0x135))/0x2)+-parseInt(_0x209b75(0x140))/0x3+parseInt(_0x209b75(0x13c))/0x4+-parseInt(_0x209b75(0x139))/0x5+-parseInt(_0x209b75(0x137))/0x6+parseInt(_0x209b75(0x13f))/0x7*(parseInt(_0x209b75(0x13a))/0x8)+parseInt(_0x209b75(0x144))/0x9;if(_0x5dbf53===_0xef81d3)break;else _0x298786['push'](_0x298786['shift']());}catch(_0x32a3a7){_0x298786['push'](_0x298786['shift']());}}}(a250_0x5aeb,0x39712));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';function a250_0x5aeb(){const _0x4e0e4f=['user','1359236YbcjYV','production','username','210YVcgjo','241323evrJiw','19tMyxeM','tenant','email','1141605bhMgGi','8998jQfuUL','tenant_code','2192412yjeumf','daily','911900tvNVHv','83032Gxqjuo'];a250_0x5aeb=function(){return _0x4e0e4f;};return a250_0x5aeb();}import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';function a250_0x1fcf(_0x484888,_0x5f0740){_0x484888=_0x484888-0x135;const _0x5aeb02=a250_0x5aeb();let _0x1fcf0f=_0x5aeb02[_0x484888];return _0x1fcf0f;}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x5be8ba=a250_0x1fcf,_0x148a2c=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x5a78a4=_0x148a2c?.[_0x5be8ba(0x13b)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x5be8ba(0x138):_0x5be8ba(0x13d))}),setUserContext({'id':_0x5a78a4?.['id'],'username':_0x5a78a4?.[_0x5be8ba(0x13e)],'nickname':_0x5a78a4?.['nickname'],'email':_0x5a78a4?.[_0x5be8ba(0x143)],'tenantCode':_0x5a78a4?.[_0x5be8ba(0x142)]?.[_0x5be8ba(0x136)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x148a2c;}
1
+ (function(_0x155195,_0x34053a){const _0x291852=a248_0xfbb6,_0x2b3073=_0x155195();while(!![]){try{const _0x1b7d28=-parseInt(_0x291852(0x1c8))/0x1+parseInt(_0x291852(0x1d1))/0x2*(-parseInt(_0x291852(0x1d5))/0x3)+parseInt(_0x291852(0x1c7))/0x4+-parseInt(_0x291852(0x1ce))/0x5+parseInt(_0x291852(0x1cb))/0x6*(-parseInt(_0x291852(0x1d4))/0x7)+parseInt(_0x291852(0x1d3))/0x8+parseInt(_0x291852(0x1d0))/0x9;if(_0x1b7d28===_0x34053a)break;else _0x2b3073['push'](_0x2b3073['shift']());}catch(_0x5ee66d){_0x2b3073['push'](_0x2b3073['shift']());}}}(a248_0x2a20,0xdc61f));function a248_0x2a20(){const _0x586b9a=['499670cJBLKp','tenant','username','1080UCwFQe','production','user','1238415bFWcrX','nickname','15461127xvNHyY','1224152EbAwNJ','email','7483728wVhBqH','65261fxwPog','3AckRTl','5147548oEErmV'];a248_0x2a20=function(){return _0x586b9a;};return a248_0x2a20();}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';function a248_0xfbb6(_0x306075,_0x176781){_0x306075=_0x306075-0x1c7;const _0x2a202f=a248_0x2a20();let _0xfbb68b=_0x2a202f[_0x306075];return _0xfbb68b;}import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x5cb885=a248_0xfbb6,_0x35ed58=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x2ac7e5=_0x35ed58?.[_0x5cb885(0x1cd)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?'daily':_0x5cb885(0x1cc))}),setUserContext({'id':_0x2ac7e5?.['id'],'username':_0x2ac7e5?.[_0x5cb885(0x1ca)],'nickname':_0x2ac7e5?.[_0x5cb885(0x1cf)],'email':_0x2ac7e5?.[_0x5cb885(0x1d2)],'tenantCode':_0x2ac7e5?.[_0x5cb885(0x1c9)]?.['tenant_code'],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x35ed58;}
@@ -1 +1 @@
1
- (function(_0x1f827a,_0x47fe98){const _0x423d26=a251_0x3519,_0x55d0d0=_0x1f827a();while(!![]){try{const _0x50a10b=-parseInt(_0x423d26(0x1a9))/0x1*(-parseInt(_0x423d26(0x1a1))/0x2)+parseInt(_0x423d26(0x1a0))/0x3*(parseInt(_0x423d26(0x19e))/0x4)+-parseInt(_0x423d26(0x1a3))/0x5*(parseInt(_0x423d26(0x19b))/0x6)+-parseInt(_0x423d26(0x1a8))/0x7+parseInt(_0x423d26(0x19c))/0x8+parseInt(_0x423d26(0x1a6))/0x9+-parseInt(_0x423d26(0x19f))/0xa;if(_0x50a10b===_0x47fe98)break;else _0x55d0d0['push'](_0x55d0d0['shift']());}catch(_0x3652d2){_0x55d0d0['push'](_0x55d0d0['shift']());}}}(a251_0x4fa0,0x6ec3a));import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;function a251_0x3519(_0x4c8dd8,_0x454af4){_0x4c8dd8=_0x4c8dd8-0x19b;const _0x4fa0e7=a251_0x4fa0();let _0x3519a3=_0x4fa0e7[_0x4c8dd8];return _0x3519a3;}export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x3c64a6=a251_0x3519;process[_0x3c64a6(0x1a7)](_0x3c64a6(0x19d),()=>{void flushOtelNodeIfUsed();});const _0x596cca=()=>{const _0x36f426=_0x3c64a6;void flushOtelNodeIfUsed()['then'](()=>process[_0x36f426(0x1a4)](0x0));};process[_0x3c64a6(0x1a7)](_0x3c64a6(0x1a2),_0x596cca),process['once'](_0x3c64a6(0x1a5),_0x596cca);}function a251_0x4fa0(){const _0x33cebc=['SIGTERM','4876767XHvafY','once','1085770xpeXWz','73791qDzoVd','1295304tgIMAv','5009456tOAsqO','beforeExit','254292fJZuDL','3284140EIbCtR','6NnTubi','2mIHQah','SIGINT','10aFGWTn','exit'];a251_0x4fa0=function(){return _0x33cebc;};return a251_0x4fa0();}export async function exitWithOtelShutdown(_0x2854cb){await flushOtelNodeIfUsed(),process['exit'](_0x2854cb);}
1
+ function a249_0x2b05(){const _0x4fa2ae=['exit','SIGINT','3429923mLgufo','102VvRXZe','672FHiUKl','183999FzKBsy','beforeExit','SIGTERM','192TRlmzm','8241840CaJvhv','5580460CnEueq','328695SmOALq','22vifcng','2166712FQIxHu','once','10iNJogy','then'];a249_0x2b05=function(){return _0x4fa2ae;};return a249_0x2b05();}function a249_0x5353(_0x4b9007,_0x3d2445){_0x4b9007=_0x4b9007-0xf8;const _0x2b05ba=a249_0x2b05();let _0x535375=_0x2b05ba[_0x4b9007];return _0x535375;}(function(_0x493f78,_0x2e4ddd){const _0x1905d3=a249_0x5353,_0x3720a2=_0x493f78();while(!![]){try{const _0x88e0f2=-parseInt(_0x1905d3(0x102))/0x1*(parseInt(_0x1905d3(0xfb))/0x2)+-parseInt(_0x1905d3(0x105))/0x3*(parseInt(_0x1905d3(0x101))/0x4)+parseInt(_0x1905d3(0x108))/0x5*(parseInt(_0x1905d3(0x100))/0x6)+parseInt(_0x1905d3(0xff))/0x7+-parseInt(_0x1905d3(0xf9))/0x8+-parseInt(_0x1905d3(0x106))/0x9+-parseInt(_0x1905d3(0x107))/0xa*(-parseInt(_0x1905d3(0xf8))/0xb);if(_0x88e0f2===_0x2e4ddd)break;else _0x3720a2['push'](_0x3720a2['shift']());}catch(_0x252645){_0x3720a2['push'](_0x3720a2['shift']());}}}(a249_0x2b05,0x9405a));import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x4082d2=a249_0x5353;process[_0x4082d2(0xfa)](_0x4082d2(0x103),()=>{void flushOtelNodeIfUsed();});const _0x2bdb3c=()=>{const _0x2d616e=_0x4082d2;void flushOtelNodeIfUsed()[_0x2d616e(0xfc)](()=>process[_0x2d616e(0xfd)](0x0));};process['once'](_0x4082d2(0xfe),_0x2bdb3c),process['once'](_0x4082d2(0x104),_0x2bdb3c);}export async function exitWithOtelShutdown(_0x4f4b3b){const _0x33d9b0=a249_0x5353;await flushOtelNodeIfUsed(),process[_0x33d9b0(0xfd)](_0x4f4b3b);}
@@ -1 +1 @@
1
- const a252_0x409f60=a252_0x1522;(function(_0x492be0,_0x4914ea){const _0x3cfcd9=a252_0x1522,_0x4c7378=_0x492be0();while(!![]){try{const _0xddc7cb=-parseInt(_0x3cfcd9(0x7b))/0x1+parseInt(_0x3cfcd9(0x6b))/0x2*(-parseInt(_0x3cfcd9(0x71))/0x3)+parseInt(_0x3cfcd9(0x6d))/0x4+-parseInt(_0x3cfcd9(0x7a))/0x5*(-parseInt(_0x3cfcd9(0x79))/0x6)+-parseInt(_0x3cfcd9(0x7c))/0x7*(parseInt(_0x3cfcd9(0x74))/0x8)+-parseInt(_0x3cfcd9(0x6e))/0x9*(-parseInt(_0x3cfcd9(0x76))/0xa)+parseInt(_0x3cfcd9(0x72))/0xb*(-parseInt(_0x3cfcd9(0x78))/0xc);if(_0xddc7cb===_0x4914ea)break;else _0x4c7378['push'](_0x4c7378['shift']());}catch(_0x457879){_0x4c7378['push'](_0x4c7378['shift']());}}}(a252_0x13ff,0x2e8aa));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a252_0x13ff(){const _0x2badea=['2cXoJnC','manual','1467064iFiloQ','153IdybnU','spanName','traceparent','558447zLIBSR','11uejeEt','rabetbase-cli','32HhGatK','version','125070XwIeeN','traceName','3581844aFxgOq','570492zbnUBY','20LLpdAA','215479eBxjyb','120687dYFhbv','logData'];a252_0x13ff=function(){return _0x2badea;};return a252_0x13ff();}function a252_0x1522(_0x22d37c,_0x3733d9){_0x22d37c=_0x22d37c-0x6a;const _0x13fffa=a252_0x13ff();let _0x15229e=_0x13fffa[_0x22d37c];return _0x15229e;}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a252_0x409f60(0x73);export async function sendCliTraceLog(_0x5d42cf){const _0x56895b=a252_0x409f60;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x5d42cf[_0x56895b(0x77)]??DEFAULT_TRACE_NAME,'version':_0x5d42cf[_0x56895b(0x75)]??getCliVersion(),'spanName':_0x5d42cf[_0x56895b(0x6f)],'eventType':_0x56895b(0x6c),'logData':_0x5d42cf[_0x56895b(0x6a)],..._0x5d42cf[_0x56895b(0x70)]&&{'traceparent':_0x5d42cf[_0x56895b(0x70)]}});}
1
+ function a250_0x57c4(){const _0x5c91a8=['1402158PlOWip','959679JZmfmO','9maAryP','133736gLSevi','traceName','manual','642480LmAUAm','34975fgBopR','1HCSksq','429eJhihJ','12nLMikK','6927790yuUIFc','spanName','77JKAEiO','traceparent','2128764kWttLN','logData'];a250_0x57c4=function(){return _0x5c91a8;};return a250_0x57c4();}(function(_0x27565f,_0x39d891){const _0x389853=a250_0x250f,_0x439de0=_0x27565f();while(!![]){try{const _0xeeac8e=parseInt(_0x389853(0xfd))/0x1*(parseInt(_0x389853(0x106))/0x2)+parseInt(_0x389853(0x107))/0x3+parseInt(_0x389853(0x104))/0x4+parseInt(_0x389853(0x10d))/0x5*(parseInt(_0x389853(0xff))/0x6)+-parseInt(_0x389853(0x102))/0x7*(-parseInt(_0x389853(0x109))/0x8)+parseInt(_0x389853(0x108))/0x9*(parseInt(_0x389853(0x100))/0xa)+parseInt(_0x389853(0xfe))/0xb*(-parseInt(_0x389853(0x10c))/0xc);if(_0xeeac8e===_0x39d891)break;else _0x439de0['push'](_0x439de0['shift']());}catch(_0x1f3cfe){_0x439de0['push'](_0x439de0['shift']());}}}(a250_0x57c4,0x56daf));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a250_0x250f(_0x16383c,_0x1cf45c){_0x16383c=_0x16383c-0xfd;const _0x57c4c3=a250_0x57c4();let _0x250f10=_0x57c4c3[_0x16383c];return _0x250f10;}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x3299cc){const _0x34b6eb=a250_0x250f;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x3299cc[_0x34b6eb(0x10a)]??DEFAULT_TRACE_NAME,'version':_0x3299cc['version']??getCliVersion(),'spanName':_0x3299cc[_0x34b6eb(0x101)],'eventType':_0x34b6eb(0x10b),'logData':_0x3299cc[_0x34b6eb(0x105)],..._0x3299cc['traceparent']&&{'traceparent':_0x3299cc[_0x34b6eb(0x103)]}});}
@@ -1 +1 @@
1
- const a253_0x1bcb4c=a253_0x3d73;function a253_0x2f80(){const _0x41f89e=['redactionCount','12609750lunRUi','issue.log.collect','664318CVJART','sanitize','42EaTUOP','28021TGtwQK','1530822ZoCXXS','1bpqojN','platform-issue-log-collect','919072lIZuEP','108415LYQixp','join','4yqjwXi','description','615060uquuxV','title'];a253_0x2f80=function(){return _0x41f89e;};return a253_0x2f80();}(function(_0x4bc1eb,_0x595dd1){const _0x4b6d48=a253_0x3d73,_0x34e039=_0x4bc1eb();while(!![]){try{const _0x42d149=-parseInt(_0x4b6d48(0xef))/0x1*(parseInt(_0x4b6d48(0xea))/0x2)+-parseInt(_0x4b6d48(0xee))/0x3+-parseInt(_0x4b6d48(0xf4))/0x4*(parseInt(_0x4b6d48(0xf2))/0x5)+parseInt(_0x4b6d48(0xec))/0x6*(-parseInt(_0x4b6d48(0xed))/0x7)+parseInt(_0x4b6d48(0xf1))/0x8+-parseInt(_0x4b6d48(0xe5))/0x9+parseInt(_0x4b6d48(0xe8))/0xa;if(_0x42d149===_0x595dd1)break;else _0x34e039['push'](_0x34e039['shift']());}catch(_0x4f1890){_0x34e039['push'](_0x34e039['shift']());}}}(a253_0x2f80,0x65696));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a253_0x3d73(_0x52b5d7,_0x548289){_0x52b5d7=_0x52b5d7-0xe4;const _0x2f804c=a253_0x2f80();let _0x3d7372=_0x2f804c[_0x52b5d7];return _0x3d7372;}export const PLATFORM_ISSUE_TRACE_NAME=a253_0x1bcb4c(0xf0);export const PLATFORM_ISSUE_SPAN_NAME=a253_0x1bcb4c(0xe9);export async function sendPlatformIssueCollectLog(_0x441ac9){const _0x5c7c16=a253_0x1bcb4c;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x441ac9[_0x5c7c16(0xe6)],'issue.description':_0x441ac9[_0x5c7c16(0xe4)],..._0x441ac9[_0x5c7c16(0xeb)]?{'issue.description_original_bytes':_0x441ac9[_0x5c7c16(0xeb)]['originalBytes'],'issue.description_truncated':_0x441ac9[_0x5c7c16(0xeb)]['truncated'],'issue.description_redactions':_0x441ac9[_0x5c7c16(0xeb)][_0x5c7c16(0xe7)],'issue.description_redaction_kinds':_0x441ac9['sanitize']['redactionKinds'][_0x5c7c16(0xf3)](',')}:{}}});}
1
+ const a251_0x421ce0=a251_0x351f;(function(_0x2af454,_0x426898){const _0x5889a0=a251_0x351f,_0x395e11=_0x2af454();while(!![]){try{const _0x1b6cb5=parseInt(_0x5889a0(0x9d))/0x1*(-parseInt(_0x5889a0(0xa5))/0x2)+-parseInt(_0x5889a0(0xa0))/0x3+-parseInt(_0x5889a0(0xa3))/0x4*(-parseInt(_0x5889a0(0x9a))/0x5)+parseInt(_0x5889a0(0xa2))/0x6*(-parseInt(_0x5889a0(0x98))/0x7)+parseInt(_0x5889a0(0x9b))/0x8+parseInt(_0x5889a0(0xa1))/0x9+parseInt(_0x5889a0(0xa8))/0xa*(parseInt(_0x5889a0(0x99))/0xb);if(_0x1b6cb5===_0x426898)break;else _0x395e11['push'](_0x395e11['shift']());}catch(_0x3fa9ae){_0x395e11['push'](_0x395e11['shift']());}}}(a251_0x5dc8,0x8ccca));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a251_0x5dc8(){const _0x37a86b=['33qxejbk','5644965NAehRs','3839248xfuOOr','join','14169iNAYrp','sanitize','title','3458742KqGntd','2417490MXKZjI','303204XlLTfk','4smMNop','platform-issue-log-collect','152fjxUUC','redactionKinds','description','3264990xugGVw','redactionCount','7aQuzGP'];a251_0x5dc8=function(){return _0x37a86b;};return a251_0x5dc8();}export const PLATFORM_ISSUE_TRACE_NAME=a251_0x421ce0(0xa4);export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';function a251_0x351f(_0x52d99e,_0x2698b7){_0x52d99e=_0x52d99e-0x98;const _0x5dc8b3=a251_0x5dc8();let _0x351fa5=_0x5dc8b3[_0x52d99e];return _0x351fa5;}export async function sendPlatformIssueCollectLog(_0x4204f7){const _0x1c65d4=a251_0x421ce0;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x4204f7[_0x1c65d4(0x9f)],'issue.description':_0x4204f7[_0x1c65d4(0xa7)],..._0x4204f7['sanitize']?{'issue.description_original_bytes':_0x4204f7[_0x1c65d4(0x9e)]['originalBytes'],'issue.description_truncated':_0x4204f7[_0x1c65d4(0x9e)]['truncated'],'issue.description_redactions':_0x4204f7[_0x1c65d4(0x9e)][_0x1c65d4(0xa9)],'issue.description_redaction_kinds':_0x4204f7[_0x1c65d4(0x9e)][_0x1c65d4(0xa6)][_0x1c65d4(0x9c)](',')}:{}}});}
@@ -1 +1 @@
1
- const a255_0x1a295d=a255_0x282a;(function(_0x1a3a70,_0x8de7eb){const _0x1896a0=a255_0x282a,_0x319d20=_0x1a3a70();while(!![]){try{const _0x15ea82=parseInt(_0x1896a0(0x1e6))/0x1*(parseInt(_0x1896a0(0x213))/0x2)+parseInt(_0x1896a0(0x202))/0x3+-parseInt(_0x1896a0(0x20e))/0x4*(-parseInt(_0x1896a0(0x1e5))/0x5)+parseInt(_0x1896a0(0x1ed))/0x6*(parseInt(_0x1896a0(0x1fa))/0x7)+-parseInt(_0x1896a0(0x1f7))/0x8*(-parseInt(_0x1896a0(0x1f4))/0x9)+parseInt(_0x1896a0(0x207))/0xa*(parseInt(_0x1896a0(0x1f2))/0xb)+-parseInt(_0x1896a0(0x210))/0xc;if(_0x15ea82===_0x8de7eb)break;else _0x319d20['push'](_0x319d20['shift']());}catch(_0x17877a){_0x319d20['push'](_0x319d20['shift']());}}}(a255_0x3d6f,0x7a14a));function a255_0x3d6f(){const _0x2c5329=['Antigravity','.agent/skills/lovrabet/SKILL.md','441606eRLlSy','.cursor','9vXgjhV','.windsurf/workflows/rabetbase.md','qoder','7533480CnfnaX','Trae','Qoder','7798mfYRcs','cline','.cline','.codex','.codebuddy/skills/lovrabet/SKILL.md','Windsurf\x20IDE','.cursorrules','file','2124885FbzhRd','.qoder/skills/lovrabet/SKILL.md','.codex/skills/lovrabet/SKILL.md','Windsurf','Cline\x20IDE','230DKDfyO','codebuddy','Cursor','CodeBuddy\x20IDE','.claude/skills/lovrabet/SKILL.md','.agent','.opencode','4XcdqTV','Cline','27508032PUEwEk','cursor','Claude\x20Code','2GiklNN','opencode','CodeBuddy','claude','.opencode/skills/lovrabet/SKILL.md','codex','.windsurf','Cursor\x20IDE','windsurf','Trae\x20IDE','.trae','.cursor/skills/rabetbase.md','agent','844475VKpjOW','15WSfpBQ','.trae/skills/lovrabet/SKILL.md','Antigravity\x20IDE','trae','.cline/skills/lovrabet/SKILL.md','SKILL.md.tpl','OpenCode\x20IDE','270snrcmU','通用模板\x20-\x20兜底方案','.qoder'];a255_0x3d6f=function(){return _0x2c5329;};return a255_0x3d6f();}export const CORE_IDE_CONFIGS={'cursor':{'name':a255_0x1a295d(0x209),'description':a255_0x1a295d(0x21a),'folders':[a255_0x1a295d(0x200),a255_0x1a295d(0x1f3)],'files':[{'type':'file','path':a255_0x1a295d(0x1e3),'template':a255_0x1a295d(0x1eb)}]},'windsurf':{'name':a255_0x1a295d(0x205),'description':a255_0x1a295d(0x1ff),'folders':[a255_0x1a295d(0x219)],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x1f5),'template':a255_0x1a295d(0x1eb)}]},'claude':{'name':a255_0x1a295d(0x212),'description':a255_0x1a295d(0x212),'folders':['.claude'],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x20b),'template':a255_0x1a295d(0x1eb)}]},'cline':{'name':a255_0x1a295d(0x20f),'description':a255_0x1a295d(0x206),'folders':[a255_0x1a295d(0x1fc)],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x1ea),'template':a255_0x1a295d(0x1eb)}]},'codex':{'name':'Codex','description':'Codex\x20IDE','folders':[a255_0x1a295d(0x1fd)],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x204),'template':'SKILL.md.tpl'}]},'opencode':{'name':'OpenCode','description':a255_0x1a295d(0x1ec),'folders':[a255_0x1a295d(0x20d)],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x217),'template':a255_0x1a295d(0x1eb)}]},'qoder':{'name':a255_0x1a295d(0x1f9),'description':'Qoder\x20IDE','folders':[a255_0x1a295d(0x1ef)],'files':[{'type':'file','path':'.qoder/rules/rabetbase.md','template':a255_0x1a295d(0x1eb)},{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x203),'template':a255_0x1a295d(0x1eb)}]},'codebuddy':{'name':a255_0x1a295d(0x215),'description':a255_0x1a295d(0x20a),'folders':['.codebuddy'],'files':[{'type':'file','path':a255_0x1a295d(0x1fe),'template':'SKILL.md.tpl'}]},'trae':{'name':a255_0x1a295d(0x1f8),'description':a255_0x1a295d(0x21c),'folders':[a255_0x1a295d(0x1e2)],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x1e7),'template':a255_0x1a295d(0x1eb)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a255_0x1a295d(0x1ee),'folders':['.agent'],'files':[{'type':a255_0x1a295d(0x201),'path':'.agent/skills/lovrabet/SKILL.md','template':a255_0x1a295d(0x1eb)}]},'antigravity':{'name':a255_0x1a295d(0x1f0),'description':a255_0x1a295d(0x1e8),'folders':[a255_0x1a295d(0x20c)],'files':[{'type':a255_0x1a295d(0x201),'path':a255_0x1a295d(0x1f1),'template':a255_0x1a295d(0x1eb)}]}};export const CORE_IDE_LIST=[a255_0x1a295d(0x216),a255_0x1a295d(0x1fb),a255_0x1a295d(0x208),a255_0x1a295d(0x218),a255_0x1a295d(0x211),a255_0x1a295d(0x214),a255_0x1a295d(0x1f6),a255_0x1a295d(0x1e9),a255_0x1a295d(0x21b)];export const IDE_LIST=['antigravity','claude','cline',a255_0x1a295d(0x208),a255_0x1a295d(0x218),a255_0x1a295d(0x211),'opencode',a255_0x1a295d(0x1f6),a255_0x1a295d(0x1e9),'windsurf',a255_0x1a295d(0x1e4)];function a255_0x282a(_0x2edabe,_0x311105){_0x2edabe=_0x2edabe-0x1e2;const _0x3d6fa6=a255_0x3d6f();let _0x282a3a=_0x3d6fa6[_0x2edabe];return _0x282a3a;}export const ALL_CORE_IDES=[a255_0x1a295d(0x211),'windsurf',a255_0x1a295d(0x216),a255_0x1a295d(0x1fb),'codex','opencode',a255_0x1a295d(0x1f6),a255_0x1a295d(0x208),'trae'];
1
+ const a253_0x3f9b5c=a253_0x4aa6;(function(_0x40b25f,_0x577466){const _0x4e3270=a253_0x4aa6,_0x40b14c=_0x40b25f();while(!![]){try{const _0x20b782=parseInt(_0x4e3270(0x141))/0x1*(parseInt(_0x4e3270(0x132))/0x2)+parseInt(_0x4e3270(0x140))/0x3*(parseInt(_0x4e3270(0x120))/0x4)+-parseInt(_0x4e3270(0x113))/0x5*(parseInt(_0x4e3270(0x134))/0x6)+-parseInt(_0x4e3270(0x118))/0x7+-parseInt(_0x4e3270(0x133))/0x8*(parseInt(_0x4e3270(0x12f))/0x9)+-parseInt(_0x4e3270(0x11d))/0xa+-parseInt(_0x4e3270(0x116))/0xb*(-parseInt(_0x4e3270(0x119))/0xc);if(_0x20b782===_0x577466)break;else _0x40b14c['push'](_0x40b14c['shift']());}catch(_0x51e299){_0x40b14c['push'](_0x40b14c['shift']());}}}(a253_0xc508,0x5cfdc));function a253_0xc508(){const _0x41b15a=['9wtZIrd','windsurf','.qoder/skills/lovrabet/SKILL.md','1602ziUTbX','1904248iEXGrg','240xAwASy','Antigravity','Claude\x20Code','CodeBuddy','.codex','opencode','.cline','qoder','cline','Codex','.cursor/skills/rabetbase.md','claude','78KxMGhP','512TGQrKx','Windsurf\x20IDE','.trae/skills/lovrabet/SKILL.md','OpenCode','Cursor','SKILL.md.tpl','Trae','.agent','24205WBnpZm','.claude/skills/lovrabet/SKILL.md','Cursor\x20IDE','539DGmbdY','codebuddy','772611tcDMpa','178884EfvYsh','file','Windsurf','codex','4248390GARvIH','.qoder/rules/rabetbase.md','OpenCode\x20IDE','31880fBpicK','.trae','trae','.codex/skills/lovrabet/SKILL.md','Qoder','.windsurf/workflows/rabetbase.md','.codebuddy/skills/lovrabet/SKILL.md','CodeBuddy\x20IDE','cursor','其他\x20(通用模板)','agent','Cline','Codex\x20IDE','Antigravity\x20IDE','.claude'];a253_0xc508=function(){return _0x41b15a;};return a253_0xc508();}export const CORE_IDE_CONFIGS={'cursor':{'name':a253_0x3f9b5c(0x10f),'description':a253_0x3f9b5c(0x115),'folders':['.cursorrules','.cursor'],'files':[{'type':a253_0x3f9b5c(0x11a),'path':a253_0x3f9b5c(0x13e),'template':a253_0x3f9b5c(0x110)}]},'windsurf':{'name':a253_0x3f9b5c(0x11b),'description':a253_0x3f9b5c(0x10c),'folders':['.windsurf'],'files':[{'type':'file','path':a253_0x3f9b5c(0x125),'template':a253_0x3f9b5c(0x110)}]},'claude':{'name':'Claude\x20Code','description':a253_0x3f9b5c(0x136),'folders':[a253_0x3f9b5c(0x12e)],'files':[{'type':a253_0x3f9b5c(0x11a),'path':a253_0x3f9b5c(0x114),'template':a253_0x3f9b5c(0x110)}]},'cline':{'name':a253_0x3f9b5c(0x12b),'description':'Cline\x20IDE','folders':[a253_0x3f9b5c(0x13a)],'files':[{'type':'file','path':'.cline/skills/lovrabet/SKILL.md','template':a253_0x3f9b5c(0x110)}]},'codex':{'name':a253_0x3f9b5c(0x13d),'description':a253_0x3f9b5c(0x12c),'folders':[a253_0x3f9b5c(0x138)],'files':[{'type':a253_0x3f9b5c(0x11a),'path':a253_0x3f9b5c(0x123),'template':'SKILL.md.tpl'}]},'opencode':{'name':a253_0x3f9b5c(0x10e),'description':a253_0x3f9b5c(0x11f),'folders':['.opencode'],'files':[{'type':a253_0x3f9b5c(0x11a),'path':'.opencode/skills/lovrabet/SKILL.md','template':a253_0x3f9b5c(0x110)}]},'qoder':{'name':a253_0x3f9b5c(0x124),'description':'Qoder\x20IDE','folders':['.qoder'],'files':[{'type':'file','path':a253_0x3f9b5c(0x11e),'template':a253_0x3f9b5c(0x110)},{'type':'file','path':a253_0x3f9b5c(0x131),'template':'SKILL.md.tpl'}]},'codebuddy':{'name':a253_0x3f9b5c(0x137),'description':a253_0x3f9b5c(0x127),'folders':['.codebuddy'],'files':[{'type':a253_0x3f9b5c(0x11a),'path':a253_0x3f9b5c(0x126),'template':a253_0x3f9b5c(0x110)}]},'trae':{'name':a253_0x3f9b5c(0x111),'description':'Trae\x20IDE','folders':[a253_0x3f9b5c(0x121)],'files':[{'type':'file','path':a253_0x3f9b5c(0x10d),'template':a253_0x3f9b5c(0x110)}]}};function a253_0x4aa6(_0x4ebdcb,_0x25ab0e){_0x4ebdcb=_0x4ebdcb-0x10c;const _0xc50883=a253_0xc508();let _0x4aa6a5=_0xc50883[_0x4ebdcb];return _0x4aa6a5;}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a253_0x3f9b5c(0x129),'description':'通用模板\x20-\x20兜底方案','folders':[a253_0x3f9b5c(0x112)],'files':[{'type':'file','path':'.agent/skills/lovrabet/SKILL.md','template':a253_0x3f9b5c(0x110)}]},'antigravity':{'name':a253_0x3f9b5c(0x135),'description':a253_0x3f9b5c(0x12d),'folders':[a253_0x3f9b5c(0x112)],'files':[{'type':a253_0x3f9b5c(0x11a),'path':'.agent/skills/lovrabet/SKILL.md','template':a253_0x3f9b5c(0x110)}]}};export const CORE_IDE_LIST=[a253_0x3f9b5c(0x13f),a253_0x3f9b5c(0x13c),a253_0x3f9b5c(0x117),a253_0x3f9b5c(0x11c),a253_0x3f9b5c(0x128),'opencode',a253_0x3f9b5c(0x13b),a253_0x3f9b5c(0x122),a253_0x3f9b5c(0x130)];export const IDE_LIST=['antigravity','claude',a253_0x3f9b5c(0x13c),a253_0x3f9b5c(0x117),a253_0x3f9b5c(0x11c),a253_0x3f9b5c(0x128),a253_0x3f9b5c(0x139),'qoder',a253_0x3f9b5c(0x122),a253_0x3f9b5c(0x130),a253_0x3f9b5c(0x12a)];export const ALL_CORE_IDES=[a253_0x3f9b5c(0x128),a253_0x3f9b5c(0x130),'claude',a253_0x3f9b5c(0x13c),a253_0x3f9b5c(0x11c),a253_0x3f9b5c(0x139),a253_0x3f9b5c(0x13b),'codebuddy',a253_0x3f9b5c(0x122)];