@lovrabet/rabetbase-cli 2.5.2-beta.3 → 2.5.2-beta.5

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 (350) 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/api/generate-sdk-config-file.js +1 -1
  6. package/lib/auth/auth-server-ui.js +1 -1
  7. package/lib/auth/auth-server.js +1 -1
  8. package/lib/auth/constant.js +1 -1
  9. package/lib/auth/get-cookie.js +1 -1
  10. package/lib/auth/get-session-user.js +1 -1
  11. package/lib/auth/is-session-valid.js +1 -1
  12. package/lib/auth/login-success-html.js +1 -1
  13. package/lib/auth/logout.js +1 -1
  14. package/lib/cli-flags.js +1 -1
  15. package/lib/cli.js +1 -1
  16. package/lib/commands/api/generate.js +1 -1
  17. package/lib/commands/api/index.js +1 -1
  18. package/lib/commands/api/list.js +1 -1
  19. package/lib/commands/api/pull.js +1 -1
  20. package/lib/commands/api/shared.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/members-list.js +1 -1
  24. package/lib/commands/app/remote-directory.js +1 -1
  25. package/lib/commands/app/shared.js +1 -1
  26. package/lib/commands/app-config/delete.js +1 -1
  27. package/lib/commands/app-config/get.js +1 -1
  28. package/lib/commands/app-config/index.js +1 -1
  29. package/lib/commands/app-config/list.js +1 -1
  30. package/lib/commands/app-config/set.js +1 -1
  31. package/lib/commands/app-config/shared.js +1 -1
  32. package/lib/commands/auth/index.js +1 -1
  33. package/lib/commands/bff/create.js +1 -1
  34. package/lib/commands/bff/delete.js +1 -1
  35. package/lib/commands/bff/detail.js +1 -1
  36. package/lib/commands/bff/index.js +1 -1
  37. package/lib/commands/bff/list.js +1 -1
  38. package/lib/commands/bff/pull.js +1 -1
  39. package/lib/commands/bff/push.js +1 -1
  40. package/lib/commands/bff/status.js +1 -1
  41. package/lib/commands/cli-skill/index.js +1 -1
  42. package/lib/commands/cli-update.js +1 -1
  43. package/lib/commands/codegen/index.js +1 -1
  44. package/lib/commands/codegen/sdk.js +1 -1
  45. package/lib/commands/codegen/sql.js +1 -1
  46. package/lib/commands/common/app-registry.js +1 -1
  47. package/lib/commands/common/app-selector.js +1 -1
  48. package/lib/commands/common/async-task.js +1 -1
  49. package/lib/commands/common/dry-run.js +1 -1
  50. package/lib/commands/common/flags.js +1 -1
  51. package/lib/commands/common/local-file.js +1 -1
  52. package/lib/commands/common/validate.js +1 -1
  53. package/lib/commands/config/delete.js +1 -1
  54. package/lib/commands/config/get.js +1 -1
  55. package/lib/commands/config/index.js +1 -1
  56. package/lib/commands/config/init.js +1 -1
  57. package/lib/commands/config/list.js +1 -1
  58. package/lib/commands/config/set.js +1 -1
  59. package/lib/commands/config/shared.js +1 -1
  60. package/lib/commands/dataset/business-group-update.js +1 -1
  61. package/lib/commands/dataset/business-groups.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-restore.js +1 -1
  67. package/lib/commands/dataset/field-update.js +1 -1
  68. package/lib/commands/dataset/generate.js +1 -1
  69. package/lib/commands/dataset/index.js +1 -1
  70. package/lib/commands/dataset/list.js +1 -1
  71. package/lib/commands/dataset/operations.js +1 -1
  72. package/lib/commands/dataset/relation-audit.js +1 -1
  73. package/lib/commands/dataset/relation-create.js +1 -1
  74. package/lib/commands/dataset/relation-delete.js +1 -1
  75. package/lib/commands/dataset/relation-shared.js +1 -1
  76. package/lib/commands/dataset/relation-update.js +1 -1
  77. package/lib/commands/dataset/relations.js +1 -1
  78. package/lib/commands/dataset/rename.js +1 -1
  79. package/lib/commands/dataset/restore.js +1 -1
  80. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  81. package/lib/commands/db/analysis-batching.js +1 -1
  82. package/lib/commands/db/analyze-batch-plan.js +1 -1
  83. package/lib/commands/db/analyze-cancel.js +1 -1
  84. package/lib/commands/db/analyze-start.js +1 -1
  85. package/lib/commands/db/analyze-status.js +1 -1
  86. package/lib/commands/db/create.js +1 -1
  87. package/lib/commands/db/delete.js +1 -1
  88. package/lib/commands/db/detail.js +1 -1
  89. package/lib/commands/db/diff-refresh-start.js +1 -1
  90. package/lib/commands/db/diff-refresh-status.js +1 -1
  91. package/lib/commands/db/diff.js +1 -1
  92. package/lib/commands/db/index.js +1 -1
  93. package/lib/commands/db/list.js +1 -1
  94. package/lib/commands/db/shared.js +1 -1
  95. package/lib/commands/db/table-diff-shared.js +1 -1
  96. package/lib/commands/db/tables.js +1 -1
  97. package/lib/commands/db/test.js +1 -1
  98. package/lib/commands/db/update.js +1 -1
  99. package/lib/commands/deployment/auto-sync.js +1 -1
  100. package/lib/commands/deployment/index.js +1 -1
  101. package/lib/commands/deployment/sync-all.js +1 -1
  102. package/lib/commands/deployment/sync-jobs.js +1 -1
  103. package/lib/commands/deployment/sync-status.js +1 -1
  104. package/lib/commands/deployment/sync.js +1 -1
  105. package/lib/commands/doctor.js +1 -1
  106. package/lib/commands/file/index.js +1 -1
  107. package/lib/commands/instant-api-policy/current.js +1 -1
  108. package/lib/commands/instant-api-policy/index.js +1 -1
  109. package/lib/commands/instant-api-policy/init.js +1 -1
  110. package/lib/commands/instant-api-policy/publish.js +1 -1
  111. package/lib/commands/instant-api-policy/pull.js +1 -1
  112. package/lib/commands/instant-api-policy/revision.js +1 -1
  113. package/lib/commands/instant-api-policy/revisions.js +1 -1
  114. package/lib/commands/instant-api-policy/rollback.js +1 -1
  115. package/lib/commands/instant-api-policy/shared.js +1 -1
  116. package/lib/commands/instant-api-policy/validate.js +1 -1
  117. package/lib/commands/issue/index.js +1 -1
  118. package/lib/commands/issue/nudge.js +1 -1
  119. package/lib/commands/issue/report.js +1 -1
  120. package/lib/commands/issue/shared.js +1 -1
  121. package/lib/commands/kb/create.js +1 -1
  122. package/lib/commands/kb/delete.js +1 -1
  123. package/lib/commands/kb/detail.js +1 -1
  124. package/lib/commands/kb/index.js +1 -1
  125. package/lib/commands/kb/list.js +1 -1
  126. package/lib/commands/kb/search.js +1 -1
  127. package/lib/commands/kb/shared.js +1 -1
  128. package/lib/commands/kb/update.js +1 -1
  129. package/lib/commands/logs/index.js +1 -1
  130. package/lib/commands/menu/asset-update.js +1 -1
  131. package/lib/commands/menu/delete.js +1 -1
  132. package/lib/commands/menu/external-link-create.js +1 -1
  133. package/lib/commands/menu/external-link-update.js +1 -1
  134. package/lib/commands/menu/group-create.js +1 -1
  135. package/lib/commands/menu/group-update.js +1 -1
  136. package/lib/commands/menu/index.js +1 -1
  137. package/lib/commands/menu/list.js +1 -1
  138. package/lib/commands/menu/move.js +1 -1
  139. package/lib/commands/menu/regroup-start.js +1 -1
  140. package/lib/commands/menu/rename.js +1 -1
  141. package/lib/commands/menu/shared/compare-table.js +1 -1
  142. package/lib/commands/menu/shared/delete-plan.js +1 -1
  143. package/lib/commands/menu/shared/facts.js +1 -1
  144. package/lib/commands/menu/shared/index.js +1 -1
  145. package/lib/commands/menu/shared/inquirer.js +1 -1
  146. package/lib/commands/menu/shared/local-pages.js +1 -1
  147. package/lib/commands/menu/shared/logic.js +1 -1
  148. package/lib/commands/menu/shared/mutations.js +1 -1
  149. package/lib/commands/menu/shared/service.js +1 -1
  150. package/lib/commands/menu/shared/sync-core.js +1 -1
  151. package/lib/commands/menu/shared/update-core.js +1 -1
  152. package/lib/commands/menu/shared/valid-url.js +1 -1
  153. package/lib/commands/menu/sync.js +1 -1
  154. package/lib/commands/menu/visibility-update.js +1 -1
  155. package/lib/commands/notification/config-create.js +1 -1
  156. package/lib/commands/notification/config-delete.js +1 -1
  157. package/lib/commands/notification/config-list.js +1 -1
  158. package/lib/commands/notification/config-update.js +1 -1
  159. package/lib/commands/notification/index.js +1 -1
  160. package/lib/commands/notification/shared.js +1 -1
  161. package/lib/commands/ocr/index.js +1 -1
  162. package/lib/commands/page/create.js +1 -1
  163. package/lib/commands/page/custom/detail.js +1 -1
  164. package/lib/commands/page/custom/list.js +1 -1
  165. package/lib/commands/page/custom/publish.js +1 -1
  166. package/lib/commands/page/custom/shared.d.ts +0 -8
  167. package/lib/commands/page/custom/shared.js +1 -1
  168. package/lib/commands/page/custom/syntax.js +1 -1
  169. package/lib/commands/page/custom/update.js +1 -1
  170. package/lib/commands/page/data-list-status.js +1 -1
  171. package/lib/commands/page/generate-start.js +1 -1
  172. package/lib/commands/page/generate-status.js +1 -1
  173. package/lib/commands/page/index.js +1 -1
  174. package/lib/commands/page/pull.js +1 -1
  175. package/lib/commands/page/push.js +1 -1
  176. package/lib/commands/page/relation-audit.js +1 -1
  177. package/lib/commands/page/restore.js +1 -1
  178. package/lib/commands/page/shared.js +1 -1
  179. package/lib/commands/page/sync.js +1 -1
  180. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  181. package/lib/commands/project/create/format-elapsed.js +1 -1
  182. package/lib/commands/project/create/main.js +1 -1
  183. package/lib/commands/project/create/materialize-project-template.js +1 -1
  184. package/lib/commands/project/create/project-name.js +1 -1
  185. package/lib/commands/project/create/project-template-archive.js +1 -1
  186. package/lib/commands/project/create/project-template-path.js +1 -1
  187. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  188. package/lib/commands/project/create/use-format-code.js +1 -1
  189. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  190. package/lib/commands/project/domain-routing-sync.js +1 -1
  191. package/lib/commands/project/index.js +1 -1
  192. package/lib/commands/project/upgrade.js +1 -1
  193. package/lib/commands/registry.js +1 -1
  194. package/lib/commands/role/delete.js +1 -1
  195. package/lib/commands/role/detail.js +1 -1
  196. package/lib/commands/role/index.js +1 -1
  197. package/lib/commands/role/list.js +1 -1
  198. package/lib/commands/role/shared.js +1 -1
  199. package/lib/commands/role/update.js +1 -1
  200. package/lib/commands/role/user-add.js +1 -1
  201. package/lib/commands/role/user-remove.js +1 -1
  202. package/lib/commands/role/user-resolve.js +1 -1
  203. package/lib/commands/rule/get.js +1 -1
  204. package/lib/commands/rule/index.js +1 -1
  205. package/lib/commands/rule/list.js +1 -1
  206. package/lib/commands/rule/set.js +1 -1
  207. package/lib/commands/rule/shared.js +1 -1
  208. package/lib/commands/run/index.d.ts +4 -0
  209. package/lib/commands/run/index.js +1 -1
  210. package/lib/commands/schema.js +1 -1
  211. package/lib/commands/sql/create.js +1 -1
  212. package/lib/commands/sql/delete.js +1 -1
  213. package/lib/commands/sql/detail.js +1 -1
  214. package/lib/commands/sql/exec.js +1 -1
  215. package/lib/commands/sql/index.js +1 -1
  216. package/lib/commands/sql/list.js +1 -1
  217. package/lib/commands/sql/pull.js +1 -1
  218. package/lib/commands/sql/push.js +1 -1
  219. package/lib/commands/sql/shared.js +1 -1
  220. package/lib/commands/sql/status.js +1 -1
  221. package/lib/commands/sql/validate.js +1 -1
  222. package/lib/commands/task/index.js +1 -1
  223. package/lib/commands/task/status.js +1 -1
  224. package/lib/commands/tenant/index.js +1 -1
  225. package/lib/commands/tenant/members-list.js +1 -1
  226. package/lib/commands/tenant/shared.js +1 -1
  227. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  228. package/lib/commands/user-account/index.js +1 -1
  229. package/lib/commands/workspace/add.js +1 -1
  230. package/lib/commands/workspace/index.js +1 -1
  231. package/lib/commands/workspace/remove.js +1 -1
  232. package/lib/config/domain-config.js +1 -1
  233. package/lib/config/project-domain-routing.d.ts +5 -1
  234. package/lib/config/project-domain-routing.js +1 -1
  235. package/lib/config/schema.js +1 -1
  236. package/lib/constant/cdn.js +1 -1
  237. package/lib/constant/cli.js +1 -1
  238. package/lib/constant/defaults.js +1 -1
  239. package/lib/constant/domain.js +1 -1
  240. package/lib/constant/env.js +1 -1
  241. package/lib/constant/output.js +1 -1
  242. package/lib/constant/paths.js +1 -1
  243. package/lib/constant/region.js +1 -1
  244. package/lib/constant/risk.js +1 -1
  245. package/lib/constant/routing-profile.js +1 -1
  246. package/lib/context/app-resolver.js +1 -1
  247. package/lib/context/auth-resolver.js +1 -1
  248. package/lib/context/config-loader.js +1 -1
  249. package/lib/context.js +1 -1
  250. package/lib/core/alias-resolver.js +1 -1
  251. package/lib/core/api-client.d.ts +0 -26
  252. package/lib/core/api-client.js +1 -1
  253. package/lib/core/bff/config.js +1 -1
  254. package/lib/core/bff/file-system.js +1 -1
  255. package/lib/core/bff/hash.js +1 -1
  256. package/lib/core/bff/lock.js +1 -1
  257. package/lib/core/bff/utils.js +1 -1
  258. package/lib/core/db-resolver.js +1 -1
  259. package/lib/core/instant-api-policy/config.js +1 -1
  260. package/lib/core/kb-search-client.js +1 -1
  261. package/lib/core/page/file-system.d.ts +43 -0
  262. package/lib/core/page/file-system.js +1 -1
  263. package/lib/core/page/hash.js +1 -1
  264. package/lib/core/page/lock.js +1 -1
  265. package/lib/core/sql-index-auditor.js +1 -1
  266. package/lib/core/sql-sync/config.js +1 -1
  267. package/lib/core/sql-sync/file-system.js +1 -1
  268. package/lib/core/sql-sync/hash.js +1 -1
  269. package/lib/core/sql-sync/lock.js +1 -1
  270. package/lib/core/sql-sync/utils.js +1 -1
  271. package/lib/core/sql-validator.js +1 -1
  272. package/lib/errors.js +1 -1
  273. package/lib/framework/build-all-flags.js +1 -1
  274. package/lib/framework/error-output.js +1 -1
  275. package/lib/framework/explicit-yes.js +1 -1
  276. package/lib/framework/flags.js +1 -1
  277. package/lib/framework/help.js +1 -1
  278. package/lib/framework/index.js +1 -1
  279. package/lib/framework/output.js +1 -1
  280. package/lib/framework/response.js +1 -1
  281. package/lib/framework/runner-alias.js +1 -1
  282. package/lib/framework/runner.js +1 -1
  283. package/lib/framework/schema-export.js +1 -1
  284. package/lib/framework/supported-flags.js +1 -1
  285. package/lib/framework/types.js +1 -1
  286. package/lib/generated/build-info.d.ts +4 -4
  287. package/lib/generated/build-info.js +1 -1
  288. package/lib/generated/official-routing.js +1 -1
  289. package/lib/generated/routing-contract.js +1 -1
  290. package/lib/help.js +1 -1
  291. package/lib/postinstall.js +1 -1
  292. package/lib/runtime/confirmation.js +1 -1
  293. package/lib/runtime/event.js +1 -1
  294. package/lib/runtime/index.js +1 -1
  295. package/lib/runtime/queue.js +1 -1
  296. package/lib/runtime/resolve.js +1 -1
  297. package/lib/skills/builtin-skill.js +1 -1
  298. package/lib/skills/main.js +1 -1
  299. package/lib/skills/npx-skills-add.js +1 -1
  300. package/lib/skills/skill-presence.js +1 -1
  301. package/lib/telemetry/cli-command-trace.js +1 -1
  302. package/lib/telemetry/cli-help-trace.js +1 -1
  303. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  304. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  305. package/lib/telemetry/send-cli-trace-log.js +1 -1
  306. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  307. package/lib/utils/ai_config.js +1 -1
  308. package/lib/utils/apply-jq-filter.js +1 -1
  309. package/lib/utils/cdn-config.js +1 -1
  310. package/lib/utils/check-sdk-version.js +1 -1
  311. package/lib/utils/cli-version-check.js +1 -1
  312. package/lib/utils/cli-version-policy.js +1 -1
  313. package/lib/utils/config.js +1 -1
  314. package/lib/utils/entity-with-id.js +1 -1
  315. package/lib/utils/file-utils.js +1 -1
  316. package/lib/utils/guides-cdn.js +1 -1
  317. package/lib/utils/http-client.js +1 -1
  318. package/lib/utils/is-non-interactive.js +1 -1
  319. package/lib/utils/logger.js +1 -1
  320. package/lib/utils/params.js +1 -1
  321. package/lib/utils/platform.d.ts +6 -5
  322. package/lib/utils/platform.js +1 -1
  323. package/lib/utils/sleep.js +1 -1
  324. package/lib/utils/template-replacer.js +1 -1
  325. package/lib/utils/update-notice.js +1 -1
  326. package/lib/utils/version.js +1 -1
  327. package/lib/utils/with-active-cookie.js +1 -1
  328. package/lib/utils/write-cli-side-channel.js +1 -1
  329. package/package.json +2 -1
  330. package/skills/rabetbase/SKILL.md +5 -5
  331. package/skills/rabetbase/guides/custom-page-workflow.md +35 -17
  332. package/skills/rabetbase/guides/page-development-workflow.md +1 -1
  333. package/skills/rabetbase/knowledge/components.md +292 -0
  334. package/skills/rabetbase/knowledge/custom-page/generation-standards.md +74 -4
  335. package/skills/rabetbase/knowledge/custom-page/page-templates.md +68 -0
  336. package/skills/rabetbase/references/rabetbase-page-create.md +21 -9
  337. package/skills/rabetbase/references/rabetbase-page-custom-detail.md +1 -1
  338. package/skills/rabetbase/references/rabetbase-page-custom-update.md +13 -9
  339. package/skills/rabetbase/references/rabetbase-project-create.md +5 -2
  340. package/skills/rabetbase/references/rabetbase-project-domain-routing-sync.md +2 -2
  341. package/skills/rabetbase/references/rabetbase-run.md +1 -0
  342. package/skills/rabetbase.manifest.json +5 -4
  343. package/templates/README.md +10 -4
  344. package/templates/custom-pages/blank.json +5 -0
  345. package/templates/custom-pages/dashboard.json +5 -0
  346. package/templates/custom-pages/onepage.json +5 -0
  347. package/templates/generate-api/api.ts.tpl +1 -1
  348. package/lib/commands/page/custom/template.d.ts +0 -8
  349. package/lib/commands/page/custom/template.js +0 -1
  350. package/skills/rabetbase/knowledge/custom-page/components.md +0 -225
@@ -1 +1 @@
1
- (function(_0x13ccba,_0x548fd7){var _0x4c3f1a=a290_0x27e5,_0x2b8314=_0x13ccba();while(!![]){try{var _0x542bc9=-parseInt(_0x4c3f1a(0x1c1))/0x1*(-parseInt(_0x4c3f1a(0x1bc))/0x2)+-parseInt(_0x4c3f1a(0x1c3))/0x3*(parseInt(_0x4c3f1a(0x1c8))/0x4)+parseInt(_0x4c3f1a(0x1c2))/0x5*(parseInt(_0x4c3f1a(0x1c5))/0x6)+parseInt(_0x4c3f1a(0x1b8))/0x7*(-parseInt(_0x4c3f1a(0x1c7))/0x8)+-parseInt(_0x4c3f1a(0x1b9))/0x9*(-parseInt(_0x4c3f1a(0x1ba))/0xa)+-parseInt(_0x4c3f1a(0x1c6))/0xb+-parseInt(_0x4c3f1a(0x1c0))/0xc;if(_0x542bc9===_0x548fd7)break;else _0x2b8314['push'](_0x2b8314['shift']());}catch(_0x172d54){_0x2b8314['push'](_0x2b8314['shift']());}}}(a290_0x2e1d,0xa1354));function a290_0x27e5(_0x446b53,_0x5b206a){_0x446b53=_0x446b53-0x1b6;var _0x2e1d55=a290_0x2e1d();var _0x27e503=_0x2e1d55[_0x446b53];return _0x27e503;}export function canonicalRabetbaseOperation(_0x26e423){var _0x1acfe9=a290_0x27e5;return[_0x26e423[_0x1acfe9(0x1bb)],..._0x26e423[_0x1acfe9(0x1be)]['trim']()[_0x1acfe9(0x1b7)](/\s+/)][_0x1acfe9(0x1bd)](Boolean)[_0x1acfe9(0x1b6)]('.');}export function createRabetbaseWriteMetadata(_0x36ce88,_0xdfb203,_0x1553e2,_0x4e0083){var _0x123f8f=a290_0x27e5;if(_0x4e0083||_0x1553e2['ok']!==!![]||_0x36ce88['risk']!=='write'&&_0x36ce88['risk']!==_0x123f8f(0x1c4))return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':'rabetbase.write.completed','operation':_0xdfb203,'risk':_0x36ce88[_0x123f8f(0x1bf)]}}};}function a290_0x2e1d(){var _0x35dd78=['10fTDitd','service','2381428HwwiTs','filter','command','risk','23387580nxfRGz','1QcwHLI','5XPJbyZ','267507VHHHAr','high-risk-write','7140486IYtjLB','2644191QLxRJU','59624TctIcA','24JEXNbP','join','split','273HuNmXp','11650860LUcEwL'];a290_0x2e1d=function(){return _0x35dd78;};return a290_0x2e1d();}
1
+ (function(_0x2f97a3,_0x5ea7ad){var _0xbad09e=a289_0x112f,_0x259837=_0x2f97a3();while(!![]){try{var _0x3f168c=-parseInt(_0xbad09e(0xdb))/0x1+parseInt(_0xbad09e(0xdf))/0x2*(-parseInt(_0xbad09e(0xdc))/0x3)+parseInt(_0xbad09e(0xde))/0x4*(-parseInt(_0xbad09e(0xd7))/0x5)+-parseInt(_0xbad09e(0xd8))/0x6*(-parseInt(_0xbad09e(0xe8))/0x7)+parseInt(_0xbad09e(0xe0))/0x8*(-parseInt(_0xbad09e(0xd5))/0x9)+-parseInt(_0xbad09e(0xe2))/0xa*(parseInt(_0xbad09e(0xdd))/0xb)+parseInt(_0xbad09e(0xd9))/0xc*(parseInt(_0xbad09e(0xe7))/0xd);if(_0x3f168c===_0x5ea7ad)break;else _0x259837['push'](_0x259837['shift']());}catch(_0xd084b4){_0x259837['push'](_0x259837['shift']());}}}(a289_0x5c0a,0xb60ad));function a289_0x112f(_0x29d591,_0x28bc28){_0x29d591=_0x29d591-0xd5;var _0x5c0aba=a289_0x5c0a();var _0x112f3a=_0x5c0aba[_0x29d591];return _0x112f3a;}export function canonicalRabetbaseOperation(_0x22f13a){var _0x12c8c9=a289_0x112f;return[_0x22f13a[_0x12c8c9(0xe1)],..._0x22f13a['command'][_0x12c8c9(0xda)]()['split'](/\s+/)][_0x12c8c9(0xe4)](Boolean)[_0x12c8c9(0xe6)]('.');}function a289_0x5c0a(){var _0x5047e3=['36324197tRFWQg','7SHjTZW','18FIoBaR','risk','90TqlAAM','5437800tNTxGB','24GjExRW','trim','1414004YvbCZr','9iTKClJ','121XBkCjG','210428PTfNID','959434MYxjtM','3507144WRYzEH','service','974660oxHIqo','high-risk-write','filter','write','join'];a289_0x5c0a=function(){return _0x5047e3;};return a289_0x5c0a();}export function createRabetbaseWriteMetadata(_0x486be3,_0x4e183f,_0xfb18bd,_0x11f55a){var _0x56fbae=a289_0x112f;if(_0x11f55a||_0xfb18bd['ok']!==!![]||_0x486be3[_0x56fbae(0xd6)]!==_0x56fbae(0xe5)&&_0x486be3[_0x56fbae(0xd6)]!==_0x56fbae(0xe3))return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':'rabetbase.write.completed','operation':_0x4e183f,'risk':_0x486be3[_0x56fbae(0xd6)]}}};}
@@ -1 +1 @@
1
- (function(_0x36d3b9,_0xcf8213){const _0x462788=a291_0x41a7,_0x2b1c25=_0x36d3b9();while(!![]){try{const _0x4650af=parseInt(_0x462788(0x91))/0x1*(parseInt(_0x462788(0xa8))/0x2)+parseInt(_0x462788(0x8f))/0x3+parseInt(_0x462788(0xab))/0x4*(parseInt(_0x462788(0x93))/0x5)+-parseInt(_0x462788(0xa0))/0x6+-parseInt(_0x462788(0xa5))/0x7*(parseInt(_0x462788(0xa6))/0x8)+-parseInt(_0x462788(0xa2))/0x9+-parseInt(_0x462788(0x9b))/0xa;if(_0x4650af===_0xcf8213)break;else _0x2b1c25['push'](_0x2b1c25['shift']());}catch(_0x242145){_0x2b1c25['push'](_0x2b1c25['shift']());}}}(a291_0x521f,0xb40dd));import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';function a291_0x521f(){const _0x3dd21b=['rawFlags','definition','format','confirm','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','risk','Rabetbase\x20invocation\x20aborted.','1434320tKKJmh','present','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','execute','message','2020278PdEgCt','yes','10170108QXgVcq','result','AbortError','35WTOPGG','353584HAhPgh','signal','6yDPcEU','command','presentation','7392jkxRVL','dry-run','isNonInteractive','write','high-risk-write','dryRun','args','riskLevel','3278295RhhAYr','service','457465EgkDPP','reason','280qpnHsO'];a291_0x521f=function(){return _0x3dd21b;};return a291_0x521f();}function a291_0x41a7(_0x3afc31,_0xe5e41b){_0x3afc31=_0x3afc31-0x8f;const _0x521fa9=a291_0x521f();let _0x41a729=_0x521fa9[_0x3afc31];return _0x41a729;}import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x1ec199,command:_0x16cdb2,risk:_0x3f126c,dryRun:_0x3ef461}){const _0x28bce5=a291_0x41a7;return JSON['stringify']({'ok':_0x1ec199['ok'],'command':_0x16cdb2,'risk':_0x3f126c,..._0x3ef461?{'dryRun':!![]}:{},..._0x1ec199['data']!==undefined?{'data':_0x1ec199['data']}:{},..._0x1ec199[_0x28bce5(0x9f)]?{'message':_0x1ec199[_0x28bce5(0x9f)]}:{}});}};export async function invokeRabetbase(_0x56bd8e,_0x31deed){const _0x220474=a291_0x41a7;throwIfAborted(_0x31deed[_0x220474(0xa7)]);const _0x247cbe=await resolveRabetbaseInvocation(_0x56bd8e),_0x2c99c9=canonicalRabetbaseOperation(_0x247cbe[_0x220474(0x95)]);return await confirmWriteBeforeQueue(_0x247cbe[_0x220474(0x95)],_0x247cbe[_0x220474(0x94)],_0x2c99c9,_0x31deed),runSerialized(async()=>{const _0x5da3bf=_0x220474,_0x3406cc={};try{throwIfAborted(_0x31deed[_0x5da3bf(0xa7)]);const _0x87d73e=buildConfigFromFlags(_0x247cbe[_0x5da3bf(0x94)]);!isRoutingRecoveryService(_0x247cbe[_0x5da3bf(0x95)][_0x5da3bf(0x90)])&&await initGlobalEnvironment(_0x87d73e);const _0x13933f=createPipelineEnv(_0x87d73e,{..._0x247cbe[_0x5da3bf(0x94)],'yes':_0x247cbe[_0x5da3bf(0x95)][_0x5da3bf(0x99)]===_0x5da3bf(0xaf)?!![]:_0x247cbe[_0x5da3bf(0x94)][_0x5da3bf(0xa1)],'nonInteractive':!![]},_0x247cbe[_0x5da3bf(0xb1)]);_0x13933f[_0x5da3bf(0xad)]=!![],_0x13933f[_0x5da3bf(0xb2)]='high-risk-write';const _0x4b729b=withAbortSignal(_0x247cbe[_0x5da3bf(0x95)],_0x31deed[_0x5da3bf(0xa7)]),_0x381886=createRabetbaseRunnerAdapter({'formatOutput'(_0x452495,_0x4ea467){const _0x4aeef8=_0x5da3bf;_0x3406cc[_0x4aeef8(0xa3)]=_0x452495,_0x3406cc[_0x4aeef8(0xa9)]=_0x4ea467['command'],_0x3406cc[_0x4aeef8(0x99)]=_0x4ea467['risk'],_0x3406cc[_0x4aeef8(0x96)]=_0x4ea467[_0x4aeef8(0x96)],_0x3406cc['dryRun']=_0x4ea467['dryRun']===!![];},async 'confirmHighRisk'(){const _0x175b8d=_0x5da3bf;throw new Error(_0x175b8d(0x98));}});await runCommand(_0x4b729b,_0x13933f,_0x381886);if(!_0x3406cc[_0x5da3bf(0xa3)]||!_0x3406cc['command']||!_0x3406cc[_0x5da3bf(0x99)]||!_0x3406cc[_0x5da3bf(0x96)])throw new Error(_0x5da3bf(0x9d));const _0x471682=_0x3406cc[_0x5da3bf(0xb0)]===!![],_0x1d4f0c=_0x31deed[_0x5da3bf(0xaa)]??defaultPresentation,_0xe433a1={'result':_0x3406cc[_0x5da3bf(0xa3)],'command':_0x3406cc[_0x5da3bf(0xa9)],'operation':_0x2c99c9,'risk':_0x3406cc[_0x5da3bf(0x99)],'format':_0x3406cc[_0x5da3bf(0x96)],'dryRun':_0x471682},_0x54ddf3=createRabetbaseWriteMetadata(_0x247cbe['definition'],_0x2c99c9,_0x3406cc['result'],_0x471682);let _0x3fece1;try{_0x3fece1=await _0x1d4f0c['present'](_0xe433a1);}catch(_0xa82398){if(!_0x54ddf3||_0x1d4f0c===defaultPresentation)throw _0xa82398;_0x3fece1=await defaultPresentation[_0x5da3bf(0x9c)](_0xe433a1);}return{'operation':_0x2c99c9,'risk':_0x3406cc[_0x5da3bf(0x99)],'mode':_0x471682?_0x5da3bf(0xac):_0x5da3bf(0x9e),'result':_0x3406cc[_0x5da3bf(0xa3)],'output':_0x3fece1,..._0x54ddf3?{'metadata':_0x54ddf3}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x31cafc,_0x57723e,_0x4e2a44,_0x317e53){const _0x56ce03=a291_0x41a7;if(_0x57723e['dryRun']===!![]||_0x31cafc[_0x56ce03(0x99)]!==_0x56ce03(0xae)&&_0x31cafc[_0x56ce03(0x99)]!==_0x56ce03(0xaf))return;await _0x317e53['confirmation'][_0x56ce03(0x97)](buildRabetbaseConfirmationRequest(_0x31cafc,_0x4e2a44,_0x317e53['signal']));}function withAbortSignal(_0x4ea2dd,_0x473f5d){return{..._0x4ea2dd,async 'execute'(_0x2af47f){const _0x3d4591=a291_0x41a7;return throwIfAborted(_0x473f5d),_0x4ea2dd[_0x3d4591(0x9e)]({..._0x2af47f,'signal':_0x473f5d});}};}function throwIfAborted(_0x79505c){const _0x2a95a3=a291_0x41a7;if(_0x79505c?.['aborted'])throw _0x79505c[_0x2a95a3(0x92)]instanceof Error?_0x79505c[_0x2a95a3(0x92)]:new DOMException(_0x2a95a3(0x9a),_0x2a95a3(0xa4));}
1
+ (function(_0x59a4bc,_0x3537b3){const _0x4296d4=a290_0x2b66,_0x42cc70=_0x59a4bc();while(!![]){try{const _0x130f20=parseInt(_0x4296d4(0x121))/0x1*(parseInt(_0x4296d4(0x130))/0x2)+-parseInt(_0x4296d4(0x13a))/0x3*(parseInt(_0x4296d4(0x11f))/0x4)+parseInt(_0x4296d4(0x11a))/0x5+parseInt(_0x4296d4(0x119))/0x6+parseInt(_0x4296d4(0x129))/0x7*(parseInt(_0x4296d4(0x11d))/0x8)+-parseInt(_0x4296d4(0x132))/0x9*(parseInt(_0x4296d4(0x131))/0xa)+parseInt(_0x4296d4(0x12d))/0xb;if(_0x130f20===_0x3537b3)break;else _0x42cc70['push'](_0x42cc70['shift']());}catch(_0x430f21){_0x42cc70['push'](_0x42cc70['shift']());}}}(a290_0x3bf7,0x418c0));import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';function a290_0x3bf7(){const _0x2b1c1c=['stringify','yes','confirm','risk','rawFlags','data','args','8763vnwBFp','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','execute','2433720eWSFLB','587820fBlZUm','present','confirmation','48DsaplY','result','244GCuWsX','definition','159147IynLMb','presentation','high-risk-write','dryRun','message','format','riskLevel','aborted','164003hUUWdB','command','service','reason','285604TIWlPs','dry-run','signal','2RETLxE','40ZlMDpY','904968JupoeG'];a290_0x3bf7=function(){return _0x2b1c1c;};return a290_0x3bf7();}import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x497f65,command:_0x120248,risk:_0x3244fb,dryRun:_0x3bb83d}){const _0x4ee755=a290_0x2b66;return JSON[_0x4ee755(0x133)]({'ok':_0x497f65['ok'],'command':_0x120248,'risk':_0x3244fb,..._0x3bb83d?{'dryRun':!![]}:{},..._0x497f65[_0x4ee755(0x138)]!==undefined?{'data':_0x497f65[_0x4ee755(0x138)]}:{},..._0x497f65[_0x4ee755(0x125)]?{'message':_0x497f65[_0x4ee755(0x125)]}:{}});}};function a290_0x2b66(_0x3f2e4b,_0x3a1ffe){_0x3f2e4b=_0x3f2e4b-0x117;const _0x3bf7ff=a290_0x3bf7();let _0x2b66cc=_0x3bf7ff[_0x3f2e4b];return _0x2b66cc;}export async function invokeRabetbase(_0x3e0961,_0x24736d){const _0x357773=a290_0x2b66;throwIfAborted(_0x24736d['signal']);const _0x258784=await resolveRabetbaseInvocation(_0x3e0961),_0x46f706=canonicalRabetbaseOperation(_0x258784[_0x357773(0x120)]);return await confirmWriteBeforeQueue(_0x258784[_0x357773(0x120)],_0x258784[_0x357773(0x137)],_0x46f706,_0x24736d),runSerialized(async()=>{const _0x9c22d9=_0x357773,_0x4860f2={};try{throwIfAborted(_0x24736d[_0x9c22d9(0x12f)]);const _0x38a51c=buildConfigFromFlags(_0x258784['rawFlags']);!isRoutingRecoveryService(_0x258784[_0x9c22d9(0x120)][_0x9c22d9(0x12b)])&&await initGlobalEnvironment(_0x38a51c);const _0x92d690=createPipelineEnv(_0x38a51c,{..._0x258784[_0x9c22d9(0x137)],'yes':_0x258784[_0x9c22d9(0x120)][_0x9c22d9(0x136)]==='high-risk-write'?!![]:_0x258784[_0x9c22d9(0x137)][_0x9c22d9(0x134)],'nonInteractive':!![]},_0x258784[_0x9c22d9(0x139)]);_0x92d690['isNonInteractive']=!![],_0x92d690[_0x9c22d9(0x127)]=_0x9c22d9(0x123);const _0x3837cc=withAbortSignal(_0x258784['definition'],_0x24736d[_0x9c22d9(0x12f)]),_0x4478ce=createRabetbaseRunnerAdapter({'formatOutput'(_0x426026,_0x36c678){const _0x29b4d6=_0x9c22d9;_0x4860f2[_0x29b4d6(0x11e)]=_0x426026,_0x4860f2[_0x29b4d6(0x12a)]=_0x36c678[_0x29b4d6(0x12a)],_0x4860f2[_0x29b4d6(0x136)]=_0x36c678[_0x29b4d6(0x136)],_0x4860f2[_0x29b4d6(0x126)]=_0x36c678[_0x29b4d6(0x126)],_0x4860f2[_0x29b4d6(0x124)]=_0x36c678[_0x29b4d6(0x124)]===!![];},async 'confirmHighRisk'(){const _0x39f879=_0x9c22d9;throw new Error(_0x39f879(0x117));}});await runCommand(_0x3837cc,_0x92d690,_0x4478ce);if(!_0x4860f2[_0x9c22d9(0x11e)]||!_0x4860f2[_0x9c22d9(0x12a)]||!_0x4860f2['risk']||!_0x4860f2[_0x9c22d9(0x126)])throw new Error('Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.');const _0x379da9=_0x4860f2[_0x9c22d9(0x124)]===!![],_0x509bfe=_0x24736d[_0x9c22d9(0x122)]??defaultPresentation,_0x12b2bd={'result':_0x4860f2[_0x9c22d9(0x11e)],'command':_0x4860f2[_0x9c22d9(0x12a)],'operation':_0x46f706,'risk':_0x4860f2[_0x9c22d9(0x136)],'format':_0x4860f2[_0x9c22d9(0x126)],'dryRun':_0x379da9},_0x93624d=createRabetbaseWriteMetadata(_0x258784[_0x9c22d9(0x120)],_0x46f706,_0x4860f2[_0x9c22d9(0x11e)],_0x379da9);let _0x3a95dd;try{_0x3a95dd=await _0x509bfe[_0x9c22d9(0x11b)](_0x12b2bd);}catch(_0x4c6cdd){if(!_0x93624d||_0x509bfe===defaultPresentation)throw _0x4c6cdd;_0x3a95dd=await defaultPresentation[_0x9c22d9(0x11b)](_0x12b2bd);}return{'operation':_0x46f706,'risk':_0x4860f2[_0x9c22d9(0x136)],'mode':_0x379da9?_0x9c22d9(0x12e):_0x9c22d9(0x118),'result':_0x4860f2[_0x9c22d9(0x11e)],'output':_0x3a95dd,..._0x93624d?{'metadata':_0x93624d}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x50418b,_0x2fea83,_0x124f1c,_0x1e7d59){const _0x377255=a290_0x2b66;if(_0x2fea83[_0x377255(0x124)]===!![]||_0x50418b[_0x377255(0x136)]!=='write'&&_0x50418b['risk']!==_0x377255(0x123))return;await _0x1e7d59[_0x377255(0x11c)][_0x377255(0x135)](buildRabetbaseConfirmationRequest(_0x50418b,_0x124f1c,_0x1e7d59[_0x377255(0x12f)]));}function withAbortSignal(_0xc63939,_0x963af0){return{..._0xc63939,async 'execute'(_0x108518){const _0x545dba=a290_0x2b66;return throwIfAborted(_0x963af0),_0xc63939[_0x545dba(0x118)]({..._0x108518,'signal':_0x963af0});}};}function throwIfAborted(_0x5a8f1e){const _0x4dbfa4=a290_0x2b66;if(_0x5a8f1e?.[_0x4dbfa4(0x128)])throw _0x5a8f1e['reason']instanceof Error?_0x5a8f1e[_0x4dbfa4(0x12c)]:new DOMException('Rabetbase\x20invocation\x20aborted.','AbortError');}
@@ -1 +1 @@
1
- function a292_0x4ded(){const _0x310380=['1142736mmqSiJ','14374ZQSiZB','1049064LHftYh','231GyxcUb','12TAtSdB','50LZmsNU','resolve','155210GVRVPK','catch','326763kTvBoE','62352TLVazs','13608XmAkdG'];a292_0x4ded=function(){return _0x310380;};return a292_0x4ded();}const a292_0x12b158=a292_0x4780;(function(_0x198352,_0x1bf994){const _0x525512=a292_0x4780,_0x2b04f2=_0x198352();while(!![]){try{const _0x36e2f0=parseInt(_0x525512(0xdd))/0x1+-parseInt(_0x525512(0xdf))/0x2*(parseInt(_0x525512(0xe2))/0x3)+parseInt(_0x525512(0xde))/0x4+-parseInt(_0x525512(0xe5))/0x5+-parseInt(_0x525512(0xdc))/0x6*(parseInt(_0x525512(0xe1))/0x7)+parseInt(_0x525512(0xe0))/0x8+parseInt(_0x525512(0xdb))/0x9*(parseInt(_0x525512(0xe3))/0xa);if(_0x36e2f0===_0x1bf994)break;else _0x2b04f2['push'](_0x2b04f2['shift']());}catch(_0x4869f3){_0x2b04f2['push'](_0x2b04f2['shift']());}}}(a292_0x4ded,0x33152));function a292_0x4780(_0x214aa4,_0x21dc75){_0x214aa4=_0x214aa4-0xda;const _0x4ded27=a292_0x4ded();let _0x47807e=_0x4ded27[_0x214aa4];return _0x47807e;}let tail=Promise[a292_0x12b158(0xe4)]();export async function runSerialized(_0x104364){const _0x4cc6e9=a292_0x12b158,_0x17fb57=tail;let _0x25dad9;tail=new Promise(_0x36192e=>{_0x25dad9=_0x36192e;}),await _0x17fb57[_0x4cc6e9(0xda)](()=>undefined);try{return await _0x104364();}finally{_0x25dad9();}}
1
+ function a291_0x27a5(){const _0x2a721b=['resolve','5858Qfipry','10184hHEHfc','32724ctdrKd','11394qWlolE','1064TxRLFF','884430UVEkBT','7104317PCQCgD','126CIXXwQ','63EEENYa','91mqSGRR','1752055YimMJO'];a291_0x27a5=function(){return _0x2a721b;};return a291_0x27a5();}function a291_0x2e13(_0x30e434,_0x2cdf0c){_0x30e434=_0x30e434-0xc5;const _0x27a5c8=a291_0x27a5();let _0x2e1341=_0x27a5c8[_0x30e434];return _0x2e1341;}const a291_0x1ec594=a291_0x2e13;(function(_0x3b4bd0,_0x275d65){const _0x425d0f=a291_0x2e13,_0x528c2b=_0x3b4bd0();while(!![]){try{const _0x168380=-parseInt(_0x425d0f(0xc8))/0x1*(parseInt(_0x425d0f(0xcb))/0x2)+-parseInt(_0x425d0f(0xc6))/0x3*(-parseInt(_0x425d0f(0xcd))/0x4)+-parseInt(_0x425d0f(0xc9))/0x5+-parseInt(_0x425d0f(0xce))/0x6*(parseInt(_0x425d0f(0xcf))/0x7)+parseInt(_0x425d0f(0xcc))/0x8*(parseInt(_0x425d0f(0xc7))/0x9)+parseInt(_0x425d0f(0xd0))/0xa+parseInt(_0x425d0f(0xc5))/0xb;if(_0x168380===_0x275d65)break;else _0x528c2b['push'](_0x528c2b['shift']());}catch(_0x133d1e){_0x528c2b['push'](_0x528c2b['shift']());}}}(a291_0x27a5,0x2c3d5));let tail=Promise[a291_0x1ec594(0xca)]();export async function runSerialized(_0x1180ac){const _0x3f85cf=tail;let _0x44d901;tail=new Promise(_0x1af0db=>{_0x44d901=_0x1af0db;}),await _0x3f85cf['catch'](()=>undefined);try{return await _0x1180ac();}finally{_0x44d901();}}
@@ -1 +1 @@
1
- (function(_0x327e52,_0x5a07b9){const _0x1d16c9=a293_0x2846,_0x3c10f5=_0x327e52();while(!![]){try{const _0x32e452=-parseInt(_0x1d16c9(0x9e))/0x1+-parseInt(_0x1d16c9(0xa3))/0x2+-parseInt(_0x1d16c9(0xa6))/0x3+parseInt(_0x1d16c9(0x96))/0x4+-parseInt(_0x1d16c9(0x95))/0x5*(parseInt(_0x1d16c9(0xa1))/0x6)+parseInt(_0x1d16c9(0xa7))/0x7+-parseInt(_0x1d16c9(0x9d))/0x8*(-parseInt(_0x1d16c9(0x9f))/0x9);if(_0x32e452===_0x5a07b9)break;else _0x3c10f5['push'](_0x3c10f5['shift']());}catch(_0x1cff68){_0x3c10f5['push'](_0x3c10f5['shift']());}}}(a293_0x3138,0xd2e19));function a293_0x2846(_0x7882cf,_0x17d5fe){_0x7882cf=_0x7882cf-0x92;const _0x3138d7=a293_0x3138();let _0x2846b6=_0x3138d7[_0x7882cf];return _0x2846b6;}import a293_0x1c893e from'meow';import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';import{buildMeowFlags}from'../constant/cli.js';import{CliErrors}from'../errors.js';import{assertSupportedCommandFlags}from'../framework/supported-flags.js';export async function resolveRabetbaseInvocation(_0x252392){const _0x1d2452=a293_0x2846,_0x471125=a293_0x1c893e('',{'importMeta':import.meta,'argv':[..._0x252392],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x14182c=[..._0x471125[_0x1d2452(0xa5)]],_0x490dcd=_0x471125[_0x1d2452(0x9a)],_0x17c384=_0x14182c[0x0];if(!_0x17c384)throw CliErrors['validation'](_0x1d2452(0xa4));const _0x1f1edd=resolveRemovedCommand(_0x17c384,_0x14182c[0x1]);if(_0x1f1edd)throw CliErrors[_0x1d2452(0xa0)](_0x1f1edd[_0x1d2452(0x9b)],_0x1f1edd[_0x1d2452(0x9c)]);if(_0x17c384===_0x1d2452(0x98))throw CliErrors['validation']('`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.',_0x1d2452(0x92));if(!isKnownService(_0x17c384))throw CliErrors[_0x1d2452(0x93)](_0x14182c[_0x1d2452(0xa2)]('\x20'));const _0x599fb5=getServiceEntry(_0x17c384),_0xfa77c2=_0x14182c[0x1],_0x63326f=_0xfa77c2||_0x599fb5['defaultCommand'];if(!_0x63326f){if(_0x599fb5[_0x1d2452(0x97)])return{'definition':_0x599fb5[_0x1d2452(0x97)],'rawFlags':_0x490dcd,'args':[]};throw CliErrors[_0x1d2452(0xa0)](_0x1d2452(0x99)+_0x17c384+'\x22.');}const _0x3e6741=findDefinition(_0x17c384,_0x63326f);if(_0x3e6741)return assertSupportedCommandFlags(_0x3e6741,_0x490dcd),{'definition':_0x3e6741,'rawFlags':_0x490dcd,'args':_0x14182c[_0x1d2452(0x94)](0x2)};if(_0x599fb5[_0x1d2452(0x97)])return{'definition':_0x599fb5['wildcardDef'],'rawFlags':_0x490dcd,'args':[_0x63326f,..._0x14182c[_0x1d2452(0x94)](0x2)]};throw CliErrors[_0x1d2452(0x93)](_0x17c384+'\x20'+_0x63326f);}function a293_0x3138(){const _0x30bc74=['flags','message','hint','624CaxJve','1436333EzGcfF','317439umGfHm','validation','9318KVjQZZ','join','2194698dpODxY','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','input','3197265lLgwgg','6203806FHhBEN','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','unknownCommand','slice','1695xWazpT','5409108OmQClK','wildcardDef','run','Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22'];a293_0x3138=function(){return _0x30bc74;};return a293_0x3138();}
1
+ (function(_0x57e4b4,_0x3fa1ef){const _0x22db94=a292_0x3adc,_0x36e1ac=_0x57e4b4();while(!![]){try{const _0x7898dc=parseInt(_0x22db94(0x128))/0x1+parseInt(_0x22db94(0x11c))/0x2+-parseInt(_0x22db94(0x12a))/0x3+-parseInt(_0x22db94(0x122))/0x4+-parseInt(_0x22db94(0x12c))/0x5+parseInt(_0x22db94(0x11d))/0x6*(parseInt(_0x22db94(0x11f))/0x7)+parseInt(_0x22db94(0x12b))/0x8*(parseInt(_0x22db94(0x11a))/0x9);if(_0x7898dc===_0x3fa1ef)break;else _0x36e1ac['push'](_0x36e1ac['shift']());}catch(_0x544ed5){_0x36e1ac['push'](_0x36e1ac['shift']());}}}(a292_0x42d9,0x53e4a));import a292_0x53ab7f from'meow';function a292_0x3adc(_0x164801,_0x4f0170){_0x164801=_0x164801-0x119;const _0x42d9db=a292_0x42d9();let _0x3adc12=_0x42d9db[_0x164801];return _0x3adc12;}import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';import{buildMeowFlags}from'../constant/cli.js';import{CliErrors}from'../errors.js';import{assertSupportedCommandFlags}from'../framework/supported-flags.js';function a292_0x42d9(){const _0x428188=['1323362UQjMQL','438bYaENF','slice','3227NUjZwd','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','wildcardDef','699996ysThiC','validation','hint','defaultCommand','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','join','131143zzinot','unknownCommand','822831WBMmMo','72VgObkk','798460zjLCRD','flags','126117zRNzPJ','message'];a292_0x42d9=function(){return _0x428188;};return a292_0x42d9();}export async function resolveRabetbaseInvocation(_0x102965){const _0x14a82e=a292_0x3adc,_0x509561=a292_0x53ab7f('',{'importMeta':import.meta,'argv':[..._0x102965],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x27032a=[..._0x509561['input']],_0x4a8038=_0x509561[_0x14a82e(0x119)],_0x5e1d0c=_0x27032a[0x0];if(!_0x5e1d0c)throw CliErrors[_0x14a82e(0x123)](_0x14a82e(0x126));const _0x24a815=resolveRemovedCommand(_0x5e1d0c,_0x27032a[0x1]);if(_0x24a815)throw CliErrors[_0x14a82e(0x123)](_0x24a815[_0x14a82e(0x11b)],_0x24a815[_0x14a82e(0x124)]);if(_0x5e1d0c==='run')throw CliErrors[_0x14a82e(0x123)]('`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.',_0x14a82e(0x120));if(!isKnownService(_0x5e1d0c))throw CliErrors['unknownCommand'](_0x27032a[_0x14a82e(0x127)]('\x20'));const _0x162dde=getServiceEntry(_0x5e1d0c),_0x3792d5=_0x27032a[0x1],_0xfaa284=_0x3792d5||_0x162dde[_0x14a82e(0x125)];if(!_0xfaa284){if(_0x162dde[_0x14a82e(0x121)])return{'definition':_0x162dde[_0x14a82e(0x121)],'rawFlags':_0x4a8038,'args':[]};throw CliErrors[_0x14a82e(0x123)]('Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22'+_0x5e1d0c+'\x22.');}const _0x4ff39b=findDefinition(_0x5e1d0c,_0xfaa284);if(_0x4ff39b)return assertSupportedCommandFlags(_0x4ff39b,_0x4a8038),{'definition':_0x4ff39b,'rawFlags':_0x4a8038,'args':_0x27032a[_0x14a82e(0x11e)](0x2)};if(_0x162dde[_0x14a82e(0x121)])return{'definition':_0x162dde[_0x14a82e(0x121)],'rawFlags':_0x4a8038,'args':[_0xfaa284,..._0x27032a['slice'](0x2)]};throw CliErrors[_0x14a82e(0x129)](_0x5e1d0c+'\x20'+_0xfaa284);}
@@ -1 +1 @@
1
- const a295_0x4d7b53=a295_0x40bd;(function(_0x1b11c6,_0x165e7b){const _0x5a8945=a295_0x40bd,_0x1cc8d0=_0x1b11c6();while(!![]){try{const _0x1eae17=-parseInt(_0x5a8945(0x95))/0x1*(-parseInt(_0x5a8945(0xae))/0x2)+parseInt(_0x5a8945(0xc0))/0x3+parseInt(_0x5a8945(0xad))/0x4+parseInt(_0x5a8945(0xc3))/0x5+-parseInt(_0x5a8945(0xba))/0x6*(-parseInt(_0x5a8945(0x9e))/0x7)+parseInt(_0x5a8945(0x9f))/0x8*(parseInt(_0x5a8945(0x97))/0x9)+-parseInt(_0x5a8945(0xa7))/0xa;if(_0x1eae17===_0x165e7b)break;else _0x1cc8d0['push'](_0x1cc8d0['shift']());}catch(_0x60e65e){_0x1cc8d0['push'](_0x1cc8d0['shift']());}}}(a295_0x8647,0xbf5b3));function a295_0x40bd(_0x1a6761,_0x565ca5){_0x1a6761=_0x1a6761-0x95;const _0x8647cf=a295_0x8647();let _0x40bd70=_0x8647cf[_0x1a6761];return _0x40bd70;}import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';import{dirname,join,relative,resolve,sep}from'node:path';import{fileURLToPath}from'node:url';import{runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND=a295_0x4d7b53(0xca),SKILL_NAME=a295_0x4d7b53(0xa4);function frontmatterValue(_0x200b1d,_0x400d0f){const _0x518ea3=a295_0x4d7b53;return _0x200b1d['match'](new RegExp('^'+_0x400d0f+_0x518ea3(0xd3),'m'))?.[0x1]?.[_0x518ea3(0xc8)]()??'';}function listFiles(_0x373953,_0x1c269e=_0x373953){const _0x46f338=a295_0x4d7b53;return readdirSync(_0x1c269e,{'withFileTypes':!![]})[_0x46f338(0xaa)](_0x31dcb8=>{const _0x36c950=_0x46f338,_0x4771d3=join(_0x1c269e,_0x31dcb8[_0x36c950(0xcd)]),_0x49e5d1=lstatSync(_0x4771d3);if(_0x49e5d1[_0x36c950(0xb3)]())throw new Error(_0x36c950(0xcc)+_0x4771d3);if(_0x49e5d1[_0x36c950(0xd0)]())return listFiles(_0x373953,_0x4771d3);if(!_0x49e5d1['isFile']())throw new Error('Unsupported\x20Skill\x20entry:\x20'+_0x4771d3);return[relative(_0x373953,_0x4771d3)['split'](sep)[_0x36c950(0xa0)]('/')];})[_0x46f338(0xc9)]((_0x5c7cc7,_0x72f6fa)=>_0x5c7cc7<_0x72f6fa?-0x1:_0x5c7cc7>_0x72f6fa?0x1:0x0);}function a295_0x8647(){const _0x2d7e14=['length','Symbolic\x20link\x20is\x20not\x20allowed:\x20','name','path','skills','isDirectory','skipped','packageRoot',':\x5cs*(.+)$','split','INSTALL_FAILED','47bQQsal','Unsafe\x20manifest\x20path:\x20','8404029OKTute','error','home','version_mismatch','current','SOURCE_INVALID','state','7QuezyW','8sMAvxj','join','rabetbase.manifest.json','every','SKILL.md','rabetbase','unknown','unverifiable','59516720RkmRgP','version','root','flatMap','packageVersion','update','5956028gZxyep','62584aWNLvT','missing','sha256','present','digest','isSymbolicLink','manifest','message','stdio','skillVersion','status','pipe','7052418QWfMxp','package.json','reason','includes','hex','files','1739589MmvmyK','utf8','schemaVersion','5433445wrdVQY','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','Installed\x20Skill\x20state\x20is\x20','installedPath','skills@latest\x20exited\x20','trim','sort','rabetbase\x20cli-skill\x20install'];a295_0x8647=function(){return _0x2d7e14;};return a295_0x8647();}function digestFiles(_0x5a76d8,_0x2aa66d){const _0x5bf552=a295_0x4d7b53,_0x2afe3d=createHash(_0x5bf552(0xb0));for(const _0xc289a8 of _0x2aa66d){if(_0xc289a8['startsWith']('/')||_0xc289a8[_0x5bf552(0xd4)]('/')[_0x5bf552(0xbd)]('..')||_0xc289a8[_0x5bf552(0xbd)]('\x5c'))throw new Error(_0x5bf552(0x96)+_0xc289a8);_0x2afe3d['update'](_0xc289a8),_0x2afe3d['update']('\x00'),_0x2afe3d[_0x5bf552(0xac)](readFileSync(join(_0x5a76d8,..._0xc289a8[_0x5bf552(0xd4)]('/')))),_0x2afe3d[_0x5bf552(0xac)]('\x00');}return _0x2afe3d['digest'](_0x5bf552(0xbe));}function sameFiles(_0x23ac64,_0x58fadc){const _0x261eda=a295_0x4d7b53;return _0x23ac64[_0x261eda(0xcb)]===_0x58fadc[_0x261eda(0xcb)]&&_0x23ac64[_0x261eda(0xa2)]((_0xbbd9d8,_0x2ff851)=>_0xbbd9d8===_0x58fadc[_0x2ff851]);}function readSource(_0x3affa4){const _0x132e30=a295_0x4d7b53,_0x3e691b=JSON['parse'](readFileSync(join(_0x3affa4,_0x132e30(0xbb)),_0x132e30(0xc1))),_0x5506d9=JSON['parse'](readFileSync(join(_0x3affa4,_0x132e30(0xcf),_0x132e30(0xa1)),_0x132e30(0xc1))),_0x55b290=join(_0x3affa4,_0x132e30(0xcf),SKILL_NAME),_0x414199=frontmatterValue(readFileSync(join(_0x55b290,_0x132e30(0xa3)),_0x132e30(0xc1)),_0x132e30(0xa8)),_0x3a1c23=listFiles(_0x55b290);if(_0x5506d9[_0x132e30(0xc2)]!==0x1||_0x5506d9[_0x132e30(0xcd)]!==SKILL_NAME||!_0x3e691b[_0x132e30(0xa8)]||_0x5506d9[_0x132e30(0xab)]!==_0x3e691b[_0x132e30(0xa8)]||_0x5506d9[_0x132e30(0xb7)]!==_0x3e691b['version']||_0x414199!==_0x3e691b[_0x132e30(0xa8)]||!sameFiles(_0x3a1c23,_0x5506d9[_0x132e30(0xbf)])||digestFiles(_0x55b290,_0x3a1c23)!==_0x5506d9[_0x132e30(0xb2)])throw new Error(_0x132e30(0xc4));return{'packageVersion':_0x3e691b[_0x132e30(0xa8)],'skillVersion':_0x414199,'root':_0x55b290,'manifest':_0x5506d9};}function installedSkillPath(_0x3826d9){const _0x239a17=a295_0x4d7b53,_0x6fee8a=resolveInstalledSkill(SKILL_NAME,{'home':_0x3826d9});if(_0x6fee8a[_0x239a17(0x9d)]==='present')return{'state':_0x239a17(0xb1),'path':dirname(_0x6fee8a[_0x239a17(0xce)])};if(_0x6fee8a['state']==='absent')return{'state':_0x239a17(0xaf)};return{'state':'unverifiable','reason':_0x6fee8a[_0x239a17(0xbc)]};}export function inspectInstalledBuiltinSkillVersion(_0x4bffb7,_0x48848b={}){const _0x4d8633=a295_0x4d7b53,_0x1b3fbf=installedSkillPath(_0x48848b[_0x4d8633(0x99)]??homedir());if(_0x1b3fbf[_0x4d8633(0x9d)]===_0x4d8633(0xaf))return{'state':_0x4d8633(0xaf),'expectedVersion':_0x4bffb7,'repairCommand':REPAIR_COMMAND};if(_0x1b3fbf[_0x4d8633(0x9d)]===_0x4d8633(0xa6))return{'state':_0x4d8633(0xa6),'expectedVersion':_0x4bffb7,'reason':_0x1b3fbf[_0x4d8633(0xbc)],'repairCommand':REPAIR_COMMAND};try{const _0x152dc0=frontmatterValue(readFileSync(join(_0x1b3fbf[_0x4d8633(0xce)],'SKILL.md'),_0x4d8633(0xc1)),_0x4d8633(0xa8));return{'state':_0x152dc0===_0x4bffb7?_0x4d8633(0x9b):_0x4d8633(0x9a),'expectedVersion':_0x4bffb7,'skillVersion':_0x152dc0,'installedPath':_0x1b3fbf[_0x4d8633(0xce)],'repairCommand':REPAIR_COMMAND};}catch(_0x330b12){return{'state':_0x4d8633(0xa6),'expectedVersion':_0x4bffb7,'installedPath':_0x1b3fbf[_0x4d8633(0xce)],'reason':_0x330b12 instanceof Error?_0x330b12[_0x4d8633(0xb5)]:String(_0x330b12),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x575a9f={}){const _0x46fa73=a295_0x4d7b53,_0x2d8e9c=_0x575a9f[_0x46fa73(0xd2)]??DEFAULT_PACKAGE_ROOT;let _0x147757;try{_0x147757=readSource(_0x2d8e9c);}catch(_0x4aac8f){return{'state':_0x46fa73(0xa6),'packageVersion':_0x46fa73(0xa5),'reason':_0x4aac8f instanceof Error?_0x4aac8f['message']:String(_0x4aac8f),'repairCommand':REPAIR_COMMAND};}const _0x135ec7=installedSkillPath(_0x575a9f['home']??homedir());if(_0x135ec7[_0x46fa73(0x9d)]===_0x46fa73(0xaf))return{'state':_0x46fa73(0xaf),'packageVersion':_0x147757[_0x46fa73(0xab)],'repairCommand':REPAIR_COMMAND};if(_0x135ec7[_0x46fa73(0x9d)]===_0x46fa73(0xa6))return{'state':_0x46fa73(0xa6),'packageVersion':_0x147757['packageVersion'],'reason':_0x135ec7['reason'],'repairCommand':REPAIR_COMMAND};try{const _0x2164fd=frontmatterValue(readFileSync(join(_0x135ec7[_0x46fa73(0xce)],_0x46fa73(0xa3)),'utf8'),_0x46fa73(0xa8));if(_0x2164fd!==_0x147757['skillVersion'])return{'state':_0x46fa73(0x9a),'packageVersion':_0x147757[_0x46fa73(0xab)],'skillVersion':_0x2164fd,'installedPath':_0x135ec7['path'],'repairCommand':REPAIR_COMMAND};const _0x3dc0d9=listFiles(_0x135ec7[_0x46fa73(0xce)]),_0x214ef6=digestFiles(_0x135ec7['path'],_0x3dc0d9);return{'state':sameFiles(_0x3dc0d9,_0x147757[_0x46fa73(0xb4)][_0x46fa73(0xbf)])&&_0x214ef6===_0x147757[_0x46fa73(0xb4)][_0x46fa73(0xb2)]?_0x46fa73(0x9b):'content_mismatch','packageVersion':_0x147757[_0x46fa73(0xab)],'skillVersion':_0x2164fd,'installedPath':_0x135ec7[_0x46fa73(0xce)],'digest':_0x214ef6,'repairCommand':REPAIR_COMMAND};}catch(_0x2bead7){return{'state':_0x46fa73(0xa6),'packageVersion':_0x147757[_0x46fa73(0xab)],'installedPath':_0x135ec7['path'],'reason':_0x2bead7 instanceof Error?_0x2bead7[_0x46fa73(0xb5)]:String(_0x2bead7),'repairCommand':REPAIR_COMMAND};}}function failure(_0x79754d,_0x3e93b1,_0x24fedb,_0x4946a0){const _0x579f2d=a295_0x4d7b53;return{'ok':![],'code':_0x79754d,'packageVersion':_0x3e93b1[_0x579f2d(0xab)],'skillVersion':_0x3e93b1['skillVersion'],'installedPath':_0x4946a0,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x24fedb instanceof Error?_0x24fedb[_0x579f2d(0xb5)]:String(_0x24fedb)};}export function installBuiltinSkill(_0x174dee={}){const _0x156f74=a295_0x4d7b53,_0x133328=_0x174dee[_0x156f74(0xd2)]??DEFAULT_PACKAGE_ROOT,_0x4fd062=_0x174dee[_0x156f74(0x99)]??homedir();let _0x3fb81d;try{_0x3fb81d=readSource(_0x133328);}catch(_0x2bd1c4){return failure(_0x156f74(0x9c),{'packageVersion':_0x156f74(0xa5),'skillVersion':_0x156f74(0xa5)},_0x2bd1c4);}const _0x1d6937=inspectBuiltinSkill({'packageRoot':_0x133328,'home':_0x4fd062}),_0x441974=runNpxSkillsAddGlobal(_0x133328,_0x3fb81d[_0x156f74(0xa9)],{'stdio':_0x174dee[_0x156f74(0xb6)]??_0x156f74(0xb9),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x4fd062}});if(_0x441974[_0x156f74(0xd1)])return{'ok':!![],'packageVersion':_0x3fb81d[_0x156f74(0xab)],'skillVersion':_0x3fb81d[_0x156f74(0xb7)],'installedPath':_0x1d6937[_0x156f74(0xc6)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x441974['ok'])return failure(_0x156f74(0xd5),_0x3fb81d,_0x441974[_0x156f74(0x98)]??_0x156f74(0xc7)+_0x441974[_0x156f74(0xb8)]);const _0x48ddef=inspectBuiltinSkill({'packageRoot':_0x133328,'home':_0x4fd062});if(_0x48ddef[_0x156f74(0x9d)]!==_0x156f74(0x9b))return failure('VERIFY_FAILED',_0x3fb81d,_0x48ddef[_0x156f74(0xbc)]??_0x156f74(0xc5)+_0x48ddef['state'],_0x48ddef['installedPath']);return{'ok':!![],'packageVersion':_0x3fb81d[_0x156f74(0xab)],'skillVersion':_0x3fb81d['skillVersion'],'installedPath':_0x48ddef[_0x156f74(0xc6)],'changed':_0x1d6937['state']!==_0x156f74(0x9b),'repairCommand':REPAIR_COMMAND};}
1
+ const a294_0x27d610=a294_0x1b72;(function(_0x20f524,_0x5f09f1){const _0x4b22f8=a294_0x1b72,_0x509223=_0x20f524();while(!![]){try{const _0x344eb5=parseInt(_0x4b22f8(0x20a))/0x1+parseInt(_0x4b22f8(0x207))/0x2+-parseInt(_0x4b22f8(0x1dd))/0x3*(-parseInt(_0x4b22f8(0x1d2))/0x4)+-parseInt(_0x4b22f8(0x1d1))/0x5*(-parseInt(_0x4b22f8(0x1e8))/0x6)+-parseInt(_0x4b22f8(0x1e3))/0x7*(parseInt(_0x4b22f8(0x1d8))/0x8)+parseInt(_0x4b22f8(0x1df))/0x9+-parseInt(_0x4b22f8(0x1d0))/0xa;if(_0x344eb5===_0x5f09f1)break;else _0x509223['push'](_0x509223['shift']());}catch(_0x566dff){_0x509223['push'](_0x509223['shift']());}}}(a294_0x2145,0xbd7d6));import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';import{dirname,join,relative,resolve,sep}from'node:path';function a294_0x2145(){const _0x5ed9be=['digest','name','reason','unverifiable','skills','Unsupported\x20Skill\x20entry:\x20','missing','every','join','1855468LOnyEf','present','flatMap','1110621mjKsfK','update','parse','state','version','absent','skipped','32729040Rsomze','5AqWKHQ','80452BWGdBq','rabetbase','hex','status','version_mismatch','SOURCE_INVALID','98584ldNAwi','error','sort','SKILL.md','length','75AWQnIz','content_mismatch','12740877XIQCLw',':\x5cs*(.+)$','Symbolic\x20link\x20is\x20not\x20allowed:\x20','message','742AkPjxE','rabetbase\x20cli-skill\x20install','skills@latest\x20exited\x20','package.json','split','8390754rrLMJm','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','VERIFY_FAILED','unknown','packageRoot','Unsafe\x20manifest\x20path:\x20','stdio','skillVersion','isDirectory','includes','INSTALL_FAILED','home','current','root','trim','path','packageVersion','utf8','sha256','startsWith','installedPath','manifest'];a294_0x2145=function(){return _0x5ed9be;};return a294_0x2145();}import{fileURLToPath}from'node:url';import{runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';function a294_0x1b72(_0x348954,_0x3ad9bd){_0x348954=_0x348954-0x1ce;const _0x214557=a294_0x2145();let _0x1b727a=_0x214557[_0x348954];return _0x1b727a;}const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND=a294_0x27d610(0x1e4),SKILL_NAME=a294_0x27d610(0x1d3);function frontmatterValue(_0x3034ea,_0x484054){const _0x1bcaf5=a294_0x27d610;return _0x3034ea['match'](new RegExp('^'+_0x484054+_0x1bcaf5(0x1e0),'m'))?.[0x1]?.[_0x1bcaf5(0x1f6)]()??'';}function listFiles(_0x4da8f2,_0x119817=_0x4da8f2){const _0x5174aa=a294_0x27d610;return readdirSync(_0x119817,{'withFileTypes':!![]})[_0x5174aa(0x209)](_0x58dcc4=>{const _0x450373=_0x5174aa,_0x2d9122=join(_0x119817,_0x58dcc4[_0x450373(0x1ff)]),_0x35754e=lstatSync(_0x2d9122);if(_0x35754e['isSymbolicLink']())throw new Error(_0x450373(0x1e1)+_0x2d9122);if(_0x35754e[_0x450373(0x1f0)]())return listFiles(_0x4da8f2,_0x2d9122);if(!_0x35754e['isFile']())throw new Error(_0x450373(0x203)+_0x2d9122);return[relative(_0x4da8f2,_0x2d9122)[_0x450373(0x1e7)](sep)[_0x450373(0x206)]('/')];})[_0x5174aa(0x1da)]((_0x2e7783,_0x3eed24)=>_0x2e7783<_0x3eed24?-0x1:_0x2e7783>_0x3eed24?0x1:0x0);}function digestFiles(_0x532e07,_0x41e590){const _0x471905=a294_0x27d610,_0x36138a=createHash(_0x471905(0x1fa));for(const _0x20a7ea of _0x41e590){if(_0x20a7ea[_0x471905(0x1fb)]('/')||_0x20a7ea[_0x471905(0x1e7)]('/')[_0x471905(0x1f1)]('..')||_0x20a7ea[_0x471905(0x1f1)]('\x5c'))throw new Error(_0x471905(0x1ed)+_0x20a7ea);_0x36138a[_0x471905(0x20b)](_0x20a7ea),_0x36138a[_0x471905(0x20b)]('\x00'),_0x36138a[_0x471905(0x20b)](readFileSync(join(_0x532e07,..._0x20a7ea[_0x471905(0x1e7)]('/')))),_0x36138a[_0x471905(0x20b)]('\x00');}return _0x36138a[_0x471905(0x1fe)](_0x471905(0x1d4));}function sameFiles(_0x146c16,_0x1f4075){const _0x373593=a294_0x27d610;return _0x146c16['length']===_0x1f4075[_0x373593(0x1dc)]&&_0x146c16[_0x373593(0x205)]((_0x3da72f,_0x577ae0)=>_0x3da72f===_0x1f4075[_0x577ae0]);}function readSource(_0x5e5b52){const _0x99199a=a294_0x27d610,_0x1088b6=JSON[_0x99199a(0x20c)](readFileSync(join(_0x5e5b52,_0x99199a(0x1e6)),_0x99199a(0x1f9))),_0x4df155=JSON[_0x99199a(0x20c)](readFileSync(join(_0x5e5b52,_0x99199a(0x202),'rabetbase.manifest.json'),'utf8')),_0x1cfc55=join(_0x5e5b52,_0x99199a(0x202),SKILL_NAME),_0x3e55f6=frontmatterValue(readFileSync(join(_0x1cfc55,_0x99199a(0x1db)),_0x99199a(0x1f9)),_0x99199a(0x20e)),_0x4bec33=listFiles(_0x1cfc55);if(_0x4df155['schemaVersion']!==0x1||_0x4df155[_0x99199a(0x1ff)]!==SKILL_NAME||!_0x1088b6['version']||_0x4df155[_0x99199a(0x1f8)]!==_0x1088b6[_0x99199a(0x20e)]||_0x4df155['skillVersion']!==_0x1088b6[_0x99199a(0x20e)]||_0x3e55f6!==_0x1088b6['version']||!sameFiles(_0x4bec33,_0x4df155['files'])||digestFiles(_0x1cfc55,_0x4bec33)!==_0x4df155[_0x99199a(0x1fe)])throw new Error(_0x99199a(0x1e9));return{'packageVersion':_0x1088b6[_0x99199a(0x20e)],'skillVersion':_0x3e55f6,'root':_0x1cfc55,'manifest':_0x4df155};}function installedSkillPath(_0xa5d249){const _0x37eab5=a294_0x27d610,_0x5221da=resolveInstalledSkill(SKILL_NAME,{'home':_0xa5d249});if(_0x5221da[_0x37eab5(0x20d)]===_0x37eab5(0x208))return{'state':'present','path':dirname(_0x5221da[_0x37eab5(0x1f7)])};if(_0x5221da['state']===_0x37eab5(0x1ce))return{'state':'missing'};return{'state':'unverifiable','reason':_0x5221da[_0x37eab5(0x200)]};}export function inspectInstalledBuiltinSkillVersion(_0x2bd3ef,_0x514255={}){const _0x41ee56=a294_0x27d610,_0x40646f=installedSkillPath(_0x514255['home']??homedir());if(_0x40646f[_0x41ee56(0x20d)]===_0x41ee56(0x204))return{'state':_0x41ee56(0x204),'expectedVersion':_0x2bd3ef,'repairCommand':REPAIR_COMMAND};if(_0x40646f[_0x41ee56(0x20d)]===_0x41ee56(0x201))return{'state':'unverifiable','expectedVersion':_0x2bd3ef,'reason':_0x40646f['reason'],'repairCommand':REPAIR_COMMAND};try{const _0x507949=frontmatterValue(readFileSync(join(_0x40646f[_0x41ee56(0x1f7)],'SKILL.md'),_0x41ee56(0x1f9)),_0x41ee56(0x20e));return{'state':_0x507949===_0x2bd3ef?_0x41ee56(0x1f4):_0x41ee56(0x1d6),'expectedVersion':_0x2bd3ef,'skillVersion':_0x507949,'installedPath':_0x40646f[_0x41ee56(0x1f7)],'repairCommand':REPAIR_COMMAND};}catch(_0x2ce861){return{'state':'unverifiable','expectedVersion':_0x2bd3ef,'installedPath':_0x40646f[_0x41ee56(0x1f7)],'reason':_0x2ce861 instanceof Error?_0x2ce861[_0x41ee56(0x1e2)]:String(_0x2ce861),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x476816={}){const _0x274901=a294_0x27d610,_0x572ef5=_0x476816[_0x274901(0x1ec)]??DEFAULT_PACKAGE_ROOT;let _0x250798;try{_0x250798=readSource(_0x572ef5);}catch(_0x10fb00){return{'state':_0x274901(0x201),'packageVersion':_0x274901(0x1eb),'reason':_0x10fb00 instanceof Error?_0x10fb00['message']:String(_0x10fb00),'repairCommand':REPAIR_COMMAND};}const _0x1d24fd=installedSkillPath(_0x476816[_0x274901(0x1f3)]??homedir());if(_0x1d24fd[_0x274901(0x20d)]===_0x274901(0x204))return{'state':_0x274901(0x204),'packageVersion':_0x250798['packageVersion'],'repairCommand':REPAIR_COMMAND};if(_0x1d24fd['state']===_0x274901(0x201))return{'state':'unverifiable','packageVersion':_0x250798[_0x274901(0x1f8)],'reason':_0x1d24fd[_0x274901(0x200)],'repairCommand':REPAIR_COMMAND};try{const _0x540d07=frontmatterValue(readFileSync(join(_0x1d24fd[_0x274901(0x1f7)],_0x274901(0x1db)),_0x274901(0x1f9)),_0x274901(0x20e));if(_0x540d07!==_0x250798[_0x274901(0x1ef)])return{'state':'version_mismatch','packageVersion':_0x250798['packageVersion'],'skillVersion':_0x540d07,'installedPath':_0x1d24fd[_0x274901(0x1f7)],'repairCommand':REPAIR_COMMAND};const _0x51e84f=listFiles(_0x1d24fd[_0x274901(0x1f7)]),_0x35fbb6=digestFiles(_0x1d24fd['path'],_0x51e84f);return{'state':sameFiles(_0x51e84f,_0x250798['manifest']['files'])&&_0x35fbb6===_0x250798[_0x274901(0x1fd)][_0x274901(0x1fe)]?_0x274901(0x1f4):_0x274901(0x1de),'packageVersion':_0x250798[_0x274901(0x1f8)],'skillVersion':_0x540d07,'installedPath':_0x1d24fd[_0x274901(0x1f7)],'digest':_0x35fbb6,'repairCommand':REPAIR_COMMAND};}catch(_0x4e551d){return{'state':_0x274901(0x201),'packageVersion':_0x250798[_0x274901(0x1f8)],'installedPath':_0x1d24fd[_0x274901(0x1f7)],'reason':_0x4e551d instanceof Error?_0x4e551d[_0x274901(0x1e2)]:String(_0x4e551d),'repairCommand':REPAIR_COMMAND};}}function failure(_0xec86c,_0x5b9d23,_0x48017c,_0xdb00d0){const _0x67d8d7=a294_0x27d610;return{'ok':![],'code':_0xec86c,'packageVersion':_0x5b9d23[_0x67d8d7(0x1f8)],'skillVersion':_0x5b9d23[_0x67d8d7(0x1ef)],'installedPath':_0xdb00d0,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x48017c instanceof Error?_0x48017c[_0x67d8d7(0x1e2)]:String(_0x48017c)};}export function installBuiltinSkill(_0x4bb047={}){const _0x4c6415=a294_0x27d610,_0x1693bb=_0x4bb047['packageRoot']??DEFAULT_PACKAGE_ROOT,_0x9b482e=_0x4bb047[_0x4c6415(0x1f3)]??homedir();let _0x3459fa;try{_0x3459fa=readSource(_0x1693bb);}catch(_0x3905d2){return failure(_0x4c6415(0x1d7),{'packageVersion':'unknown','skillVersion':_0x4c6415(0x1eb)},_0x3905d2);}const _0x5dace5=inspectBuiltinSkill({'packageRoot':_0x1693bb,'home':_0x9b482e}),_0x59e25f=runNpxSkillsAddGlobal(_0x1693bb,_0x3459fa[_0x4c6415(0x1f5)],{'stdio':_0x4bb047[_0x4c6415(0x1ee)]??'pipe','expectedSkillName':SKILL_NAME,'presence':{'home':_0x9b482e}});if(_0x59e25f[_0x4c6415(0x1cf)])return{'ok':!![],'packageVersion':_0x3459fa[_0x4c6415(0x1f8)],'skillVersion':_0x3459fa[_0x4c6415(0x1ef)],'installedPath':_0x5dace5[_0x4c6415(0x1fc)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x59e25f['ok'])return failure(_0x4c6415(0x1f2),_0x3459fa,_0x59e25f[_0x4c6415(0x1d9)]??_0x4c6415(0x1e5)+_0x59e25f[_0x4c6415(0x1d5)]);const _0x42d6e5=inspectBuiltinSkill({'packageRoot':_0x1693bb,'home':_0x9b482e});if(_0x42d6e5[_0x4c6415(0x20d)]!==_0x4c6415(0x1f4))return failure(_0x4c6415(0x1ea),_0x3459fa,_0x42d6e5[_0x4c6415(0x200)]??'Installed\x20Skill\x20state\x20is\x20'+_0x42d6e5[_0x4c6415(0x20d)],_0x42d6e5['installedPath']);return{'ok':!![],'packageVersion':_0x3459fa[_0x4c6415(0x1f8)],'skillVersion':_0x3459fa[_0x4c6415(0x1ef)],'installedPath':_0x42d6e5[_0x4c6415(0x1fc)],'changed':_0x5dace5['state']!=='current','repairCommand':REPAIR_COMMAND};}
@@ -1 +1 @@
1
- (function(_0x554198,_0x2be2e1){const _0x2211a3=a296_0x1683,_0x11d781=_0x554198();while(!![]){try{const _0x560254=-parseInt(_0x2211a3(0x1d5))/0x1*(parseInt(_0x2211a3(0x1c1))/0x2)+-parseInt(_0x2211a3(0x1cd))/0x3*(-parseInt(_0x2211a3(0x1b5))/0x4)+parseInt(_0x2211a3(0x1bc))/0x5*(parseInt(_0x2211a3(0x1d4))/0x6)+parseInt(_0x2211a3(0x1bf))/0x7*(-parseInt(_0x2211a3(0x1c6))/0x8)+parseInt(_0x2211a3(0x1d0))/0x9+parseInt(_0x2211a3(0x1c2))/0xa*(-parseInt(_0x2211a3(0x1c5))/0xb)+parseInt(_0x2211a3(0x1c3))/0xc;if(_0x560254===_0x2be2e1)break;else _0x11d781['push'](_0x11d781['shift']());}catch(_0x1e86c0){_0x11d781['push'](_0x11d781['shift']());}}}(a296_0x3ff4,0x8e948));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(_0xc75a9a){const _0x332d9b=a296_0x1683,_0x3e3d26=[];for(const [_0x2c35af,_0x5b745f]of Object[_0x332d9b(0x1bb)](_0xc75a9a)){if(_0x5b745f===!![]){const _0x1beb3f=_0x2c35af[_0x332d9b(0x1d6)](/([A-Z])/g,_0x332d9b(0x1ca))['toLowerCase']();_0x3e3d26['push'](_0x1beb3f);}}return _0x3e3d26;}function a296_0x3ff4(){const _0x3a3367=['\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20','includes','from','1509324QmSFiX','2AGYSGq','replace','79432lQDHOq','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','setLogPath','slice','exit','argv','entries','10tFRHps','skill','enable-bff-save','1045317dQXzRU','log','433532RIvxvC','1790JofgvS','5243148ykSDUS','dangerously-bff-save','65153PGgtFt','24czoJzI','cwd','error','Public\x20Open\x20Skill\x20source:\x20','-$1','push','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','147DFAVWE','\x0aAvailable\x20commands:','(empty)','5514039vbzxOK'];a296_0x3ff4=function(){return _0x3a3367;};return a296_0x3ff4();}export function parseDynamicFlags(){const _0x51899b=a296_0x1683,_0x11ddeb=[];for(let _0x4ff806=0x3;_0x4ff806<process[_0x51899b(0x1ba)]['length'];_0x4ff806++){const _0xdbd35b=process[_0x51899b(0x1ba)][_0x4ff806];if(_0xdbd35b&&_0xdbd35b['startsWith']('--')){const _0x142475=_0xdbd35b[_0x51899b(0x1b8)](0x2);_0x142475&&!_0x142475[_0x51899b(0x1d2)]('=')&&_0x11ddeb[_0x51899b(0x1cb)](_0x142475);}}return _0x11ddeb;}export function getAllProvidedFlags(_0x9cb6ba){const _0x125d76=a296_0x1683,_0x547b13=camelCaseFlagsToKebab(_0x9cb6ba),_0x14e187=parseDynamicFlags(),_0x55c0e7=new Set([..._0x547b13,..._0x14e187]);return Array[_0x125d76(0x1d3)](_0x55c0e7);}export function normalizeLegacyBffSaveFlags(_0x1afcca){const _0x270c54=a296_0x1683,_0x52abe=new Set(_0x1afcca);return _0x52abe['has'](_0x270c54(0x1c4))&&_0x52abe['add'](_0x270c54(0x1be)),Array['from'](_0x52abe);}function a296_0x1683(_0x18007a,_0x41a816){_0x18007a=_0x18007a-0x1b5;const _0x3ff412=a296_0x3ff4();let _0x1683cf=_0x3ff412[_0x18007a];return _0x1683cf;}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0xb7cba7,_0x9163e,_0x181956){const _0x565a8e=a296_0x1683;logger[_0x565a8e(0x1b7)](process[_0x565a8e(0x1c7)]());if(_0x181956?.['help']||_0xb7cba7==='--help'){showHelp();return;}console[_0x565a8e(0x1c8)]('Error:\x20Unsupported\x20command:\x20'+(_0xb7cba7||_0x565a8e(0x1cf))),console[_0x565a8e(0x1c0)](_0x565a8e(0x1ce)),console[_0x565a8e(0x1c0)]('\x20\x20'+CLI_BIN_NAME+_0x565a8e(0x1b6)),console[_0x565a8e(0x1c0)](''),console['log'](_0x565a8e(0x1c9)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x565a8e(0x1c8)](_0x565a8e(0x1bd),'Unsupported\x20command:\x20'+_0xb7cba7),process[_0x565a8e(0x1b9)](0x1);}function showHelp(){const _0x4dd7bf=a296_0x1683;console[_0x4dd7bf(0x1c0)](_0x4dd7bf(0x1cc)+CLI_BIN_NAME+_0x4dd7bf(0x1d1)+SKILLS_INSTALL_COMMAND_LINE+'\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a');}
1
+ (function(_0x196742,_0x587f6b){const _0x11ea55=a295_0xa364,_0x53f5db=_0x196742();while(!![]){try{const _0xd636fa=parseInt(_0x11ea55(0x107))/0x1+-parseInt(_0x11ea55(0x106))/0x2+-parseInt(_0x11ea55(0x10b))/0x3*(parseInt(_0x11ea55(0xf3))/0x4)+-parseInt(_0x11ea55(0x102))/0x5*(-parseInt(_0x11ea55(0xee))/0x6)+-parseInt(_0x11ea55(0xfb))/0x7+parseInt(_0x11ea55(0xf5))/0x8*(-parseInt(_0x11ea55(0x10f))/0x9)+-parseInt(_0x11ea55(0xfc))/0xa*(-parseInt(_0x11ea55(0x108))/0xb);if(_0xd636fa===_0x587f6b)break;else _0x53f5db['push'](_0x53f5db['shift']());}catch(_0x460761){_0x53f5db['push'](_0x53f5db['shift']());}}}(a295_0x498c,0x6c617));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a295_0xa364(_0x292d6e,_0x4b021a){_0x292d6e=_0x292d6e-0xee;const _0x498ca0=a295_0x498c();let _0xa36471=_0x498ca0[_0x292d6e];return _0xa36471;}import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x3ce07f){const _0x398e32=a295_0xa364,_0xd7e59=[];for(const [_0x2c346a,_0x573163]of Object['entries'](_0x3ce07f)){if(_0x573163===!![]){const _0x14e54b=_0x2c346a[_0x398e32(0x110)](/([A-Z])/g,_0x398e32(0x109))[_0x398e32(0x105)]();_0xd7e59['push'](_0x14e54b);}}return _0xd7e59;}export function parseDynamicFlags(){const _0x169fb2=a295_0xa364,_0x12c443=[];for(let _0x27f77d=0x3;_0x27f77d<process[_0x169fb2(0xf7)]['length'];_0x27f77d++){const _0x1e577=process['argv'][_0x27f77d];if(_0x1e577&&_0x1e577[_0x169fb2(0xfd)]('--')){const _0x4ff816=_0x1e577['slice'](0x2);_0x4ff816&&!_0x4ff816[_0x169fb2(0xff)]('=')&&_0x12c443[_0x169fb2(0xf9)](_0x4ff816);}}return _0x12c443;}function a295_0x498c(){const _0x2fe9b7=['4398910gNJCwD','startsWith','setLogPath','includes','exit','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','15905nQrOCv','has','help','toLowerCase','558142OCOPzy','190033yvIzsc','44RHwaij','-$1','log','3ZEEjND','Unsupported\x20command:\x20','error','skill','7975161DHgHsu','replace','dangerously-bff-save','1674hCkEIj','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','--help','(empty)','\x0aAvailable\x20commands:','2642260mJvuyP','\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a','8xMnczk','enable-bff-save','argv','add','push','cwd','3971828ldwvOa'];a295_0x498c=function(){return _0x2fe9b7;};return a295_0x498c();}export function getAllProvidedFlags(_0x1f43a1){const _0xe17ebf=camelCaseFlagsToKebab(_0x1f43a1),_0x279658=parseDynamicFlags(),_0x4d9842=new Set([..._0xe17ebf,..._0x279658]);return Array['from'](_0x4d9842);}export function normalizeLegacyBffSaveFlags(_0x26b885){const _0x5ca0d2=a295_0xa364,_0x5d2d96=new Set(_0x26b885);return _0x5d2d96[_0x5ca0d2(0x103)](_0x5ca0d2(0x111))&&_0x5d2d96[_0x5ca0d2(0xf8)](_0x5ca0d2(0xf6)),Array['from'](_0x5d2d96);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x529eda,_0x511f24,_0x499611){const _0x301f86=a295_0xa364;logger[_0x301f86(0xfe)](process[_0x301f86(0xfa)]());if(_0x499611?.[_0x301f86(0x104)]||_0x529eda===_0x301f86(0xf0)){showHelp();return;}console[_0x301f86(0x10d)]('Error:\x20Unsupported\x20command:\x20'+(_0x529eda||_0x301f86(0xf1))),console[_0x301f86(0x10a)](_0x301f86(0xf2)),console[_0x301f86(0x10a)]('\x20\x20'+CLI_BIN_NAME+_0x301f86(0x101)),console[_0x301f86(0x10a)](''),console[_0x301f86(0x10a)]('Public\x20Open\x20Skill\x20source:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger[_0x301f86(0x10d)](_0x301f86(0x10e),_0x301f86(0x10c)+_0x529eda),process[_0x301f86(0x100)](0x1);}function showHelp(){const _0x5eff6c=a295_0xa364;console['log'](_0x5eff6c(0xef)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20'+SKILLS_INSTALL_COMMAND_LINE+_0x5eff6c(0xf4));}
@@ -1 +1 @@
1
- const a297_0x6845b4=a297_0x34c2;(function(_0x5112a9,_0x111804){const _0x3c674f=a297_0x34c2,_0x1f1476=_0x5112a9();while(!![]){try{const _0x5ef242=parseInt(_0x3c674f(0x88))/0x1*(-parseInt(_0x3c674f(0x77))/0x2)+-parseInt(_0x3c674f(0xa5))/0x3+-parseInt(_0x3c674f(0x8d))/0x4*(-parseInt(_0x3c674f(0xa4))/0x5)+-parseInt(_0x3c674f(0xa1))/0x6*(-parseInt(_0x3c674f(0x71))/0x7)+-parseInt(_0x3c674f(0x6f))/0x8+-parseInt(_0x3c674f(0x92))/0x9*(parseInt(_0x3c674f(0x99))/0xa)+-parseInt(_0x3c674f(0xa2))/0xb*(-parseInt(_0x3c674f(0x86))/0xc);if(_0x5ef242===_0x111804)break;else _0x1f1476['push'](_0x1f1476['shift']());}catch(_0x36ca48){_0x1f1476['push'](_0x1f1476['shift']());}}}(a297_0x3969,0x7820f));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=a297_0x6845b4(0x87);function a297_0x34c2(_0x5c27bd,_0x406685){_0x5c27bd=_0x5c27bd-0x6e;const _0x3969d3=a297_0x3969();let _0x34c28b=_0x3969d3[_0x5c27bd];return _0x34c28b;}export const NPX_SKILLS_SUBCOMMAND_ADD=a297_0x6845b4(0x9b);export const NPX_SKILLS_FLAG_SKILL=a297_0x6845b4(0x76);export const RABETBASE_SKILL_SOURCE=a297_0x6845b4(0x82);export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME=a297_0x6845b4(0x81);export const RABETBASE_GLOBAL_SKILL_NAME=a297_0x6845b4(0xa6);export const RABETBASE_SKILL_GIT_SOURCE='git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git';export function resolveGlobalSkillName(_0xf8eff7){const _0x19dc83=a297_0x6845b4;switch(_0xf8eff7[_0x19dc83(0x80)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x3b3058){const _0x3819e3=a297_0x6845b4,_0x36e53e=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x3b3058&&_0x36e53e[_0x3819e3(0x7b)](NPX_SKILLS_FLAG_SKILL,_0x3b3058),_0x36e53e;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()][a297_0x6845b4(0x94)]('\x20');function a297_0x3969(){const _0x4324ad=['stdio','present','push','\x22\x20install\x20state:\x20','!\x20Could\x20not\x20verify\x20\x22','skill','state','trim','Lovrabet','lovrabet/rabetbase','message','NPX_NOT_FOUND','absent','12mRdvtx','skills@latest','3NUdAdK','match','INSTALL_PARTIAL','toString','ENOENT','4rHWKBq','CHILD_EXIT_NONZERO','pipe','stdout','warn','5487687msqgOy','presence','join','CHILD_TERMINATED','log','npx','unverifiable','10ojbNkb','Installer\x20reported\x20','add','code','yes','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','remove','npx\x20terminated\x20by\x20signal\x20','2358732zgwnvE','9033662YMrXuO','stderr','4777985PvcmMH','402984CkBPvD','rabetbase','exit\x20','SPAWN_FAILED','NPM_CONFIG_GLOBAL','expectedSkillName','reason','6893488wJgIzt','status','14dlwlYJ','\x20failed\x20target(s)','EPERM','error','unknown','--skill','310186ebfrNM','signal'];a297_0x3969=function(){return _0x4324ad;};return a297_0x3969();}export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a297_0x6845b4(0x97),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x492d4c,_0x4cdfa2,_0x4f1591){return{'ok':![],'status':_0x4cdfa2,'code':_0x492d4c,'error':'['+_0x492d4c+']\x20'+_0x4f1591};}function spawnOptions(_0x3a3cf6,_0x27bd75){const _0x57baee=a297_0x6845b4,_0x268072={...process.env};return delete _0x268072['npm_config_global'],delete _0x268072[_0x57baee(0xa9)],{'cwd':_0x3a3cf6,'stdio':_0x27bd75,'env':_0x268072,'shell':![],..._0x27bd75===_0x57baee(0x8f)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeSpawnResult(_0x3184f3,_0x10d45b,_0x106257,_0x52ad7c){const _0x4918fd=a297_0x6845b4,_0xf4d031=[_0x3184f3[_0x4918fd(0x90)]?_0x3184f3[_0x4918fd(0x90)][_0x4918fd(0x8b)]():'',_0x3184f3[_0x4918fd(0xa3)]?_0x3184f3[_0x4918fd(0xa3)][_0x4918fd(0x8b)]():'']['filter'](Boolean)[_0x4918fd(0x94)]('\x0a')[_0x4918fd(0x80)]();_0x52ad7c!==_0x4918fd(0x8f)&&_0xf4d031&&console[_0x4918fd(0x96)](_0xf4d031);if(_0x3184f3[_0x4918fd(0x74)]){const _0x504893=_0x3184f3[_0x4918fd(0x74)],_0x5af3f9=_0x504893[_0x4918fd(0x9c)]===_0x4918fd(0x8c)?_0x4918fd(0x84):_0x504893[_0x4918fd(0x9c)]===_0x4918fd(0x73)||_0x504893[_0x4918fd(0x9c)]==='EACCES'?'PERMISSION_DENIED':_0x4918fd(0xa8);return failure(_0x5af3f9,_0x3184f3[_0x4918fd(0x70)],_0x504893[_0x4918fd(0x83)]);}if(_0x3184f3[_0x4918fd(0x78)])return failure(_0x4918fd(0x95),_0x3184f3[_0x4918fd(0x70)],_0x4918fd(0xa0)+_0x3184f3[_0x4918fd(0x78)]);if(_0x3184f3[_0x4918fd(0x70)]!==0x0)return failure(_0x4918fd(0x8e),_0x3184f3[_0x4918fd(0x70)],_0xf4d031||_0x4918fd(0xa7)+(_0x3184f3[_0x4918fd(0x70)]??_0x4918fd(0x75)));const _0x3264e7=_0x10d45b?resolveInstalledSkill(_0x10d45b,_0x106257):undefined,_0x255e19=_0xf4d031[_0x4918fd(0x89)](/Failed to install\s+(\d+)/i);if(_0x255e19&&Number(_0x255e19[0x1])>0x0){const _0x284874=_0x4918fd(0x9a)+_0x255e19[0x1]+_0x4918fd(0x72)+(_0xf4d031?':\x0a'+_0xf4d031:'');if(_0x3264e7?.[_0x4918fd(0x7f)]===_0x4918fd(0x7a))return console['warn']('!\x20'+_0x284874),{'ok':!![],'status':0x0};return failure(_0x4918fd(0x8a),0x0,_0x284874);}if(_0x3264e7){if(_0x3264e7[_0x4918fd(0x7f)]===_0x4918fd(0x85))return failure('SKILL_NOT_INSTALLED',0x0,'Skill\x20\x22'+_0x10d45b+_0x4918fd(0x9e)+_0x3264e7['checked'][_0x4918fd(0x94)](',\x20')+')');_0x3264e7[_0x4918fd(0x7f)]===_0x4918fd(0x98)&&console[_0x4918fd(0x91)](_0x4918fd(0x7d)+_0x10d45b+_0x4918fd(0x7c)+_0x3264e7[_0x4918fd(0x6e)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x1ce9e1,_0x4bf5a3){const _0x5b24fc=a297_0x6845b4;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x34618=_0x4bf5a3?.['stdio']??'inherit',_0x162050=resolveNpmBin('npx'),_0x187b38=buildNpxSkillsAddArgv(_0x4bf5a3?.[_0x5b24fc(0x7e)]),_0x28c6d5=[_0x5b24fc(0x97),..._0x187b38][_0x5b24fc(0x94)]('\x20');console[_0x5b24fc(0x96)]('*\x20'+_0x28c6d5);const _0x3d627c=spawnSync(_0x162050,_0x187b38,spawnOptions(_0x1ce9e1,_0x34618));return normalizeSpawnResult(_0x3d627c,undefined,undefined,_0x34618);}export function runNpxSkillsRemove(_0x4c63dd,_0x5ab666,_0xe5823b=LEGACY_RABETBASE_SKILL_SOURCE){const _0x4b2d0a=a297_0x6845b4;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x45d2c3=_0x5ab666?.[_0x4b2d0a(0x79)]??'inherit',_0x10b1f8=resolveNpmBin('npx'),_0x796cd1=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x4b2d0a(0x9f),_0xe5823b,NPX_SKILLS_FLAG_SKILL,_0x5ab666?.['skill']??DEFAULT_RABETBASE_SKILL_NAME,..._0x5ab666?.[_0x4b2d0a(0x9d)]?['-y']:[]],_0x29529f=[_0x10b1f8,..._0x796cd1][_0x4b2d0a(0x94)]('\x20');console[_0x4b2d0a(0x96)]('*\x20'+_0x29529f);const _0x59daf9=spawnSync(_0x10b1f8,_0x796cd1,spawnOptions(_0x4c63dd,_0x45d2c3));return normalizeSpawnResult(_0x59daf9,undefined,undefined,_0x45d2c3);}export function runNpxSkillsAddGlobal(_0x413990,_0x42691b,_0x35343c){const _0xbb5536=a297_0x6845b4;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x3fd0a8=resolveNpmBin(_0xbb5536(0x97)),_0x3144cf=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x42691b,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x249044=[_0xbb5536(0x97),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x42691b,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');console[_0xbb5536(0x96)]('*\x20'+_0x249044);const _0x48a66a=spawnSync(_0x3fd0a8,_0x3144cf,spawnOptions(_0x413990,_0xbb5536(0x8f)));return normalizeSpawnResult(_0x48a66a,_0x35343c?.[_0xbb5536(0xaa)]??resolveGlobalSkillName(_0x42691b),_0x35343c?.[_0xbb5536(0x93)],_0x35343c?.[_0xbb5536(0x79)]);}
1
+ const a296_0x4ae83e=a296_0x1ebc;(function(_0x1b6c7e,_0x5efae0){const _0x1ff2ef=a296_0x1ebc,_0x4000de=_0x1b6c7e();while(!![]){try{const _0x6b218d=parseInt(_0x1ff2ef(0x185))/0x1*(-parseInt(_0x1ff2ef(0x191))/0x2)+parseInt(_0x1ff2ef(0x186))/0x3+-parseInt(_0x1ff2ef(0x1b3))/0x4+-parseInt(_0x1ff2ef(0x187))/0x5*(parseInt(_0x1ff2ef(0x1a9))/0x6)+parseInt(_0x1ff2ef(0x188))/0x7+-parseInt(_0x1ff2ef(0x19c))/0x8*(-parseInt(_0x1ff2ef(0x18d))/0x9)+-parseInt(_0x1ff2ef(0x19b))/0xa*(-parseInt(_0x1ff2ef(0x1b9))/0xb);if(_0x6b218d===_0x5efae0)break;else _0x4000de['push'](_0x4000de['shift']());}catch(_0x3fe3a3){_0x4000de['push'](_0x4000de['shift']());}}}(a296_0x7749,0xbd6a0));import{execaSync}from'execa';import{resolveInstalledSkill}from'../skills/skill-presence.js';export const NPX_FLAG_YES='-y';function a296_0x1ebc(_0x3eb110,_0x25a258){_0x3eb110=_0x3eb110-0x184;const _0x7749f4=a296_0x7749();let _0x1ebc47=_0x7749f4[_0x3eb110];return _0x1ebc47;}export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a296_0x4ae83e(0x192);export const NPX_SKILLS_SUBCOMMAND_ADD=a296_0x4ae83e(0x194);export const NPX_SKILLS_FLAG_SKILL=a296_0x4ae83e(0x1ba);function a296_0x7749(){const _0x583a91=['shortMessage','expectedSkillName','1096028uiYVYK','pipe','lovrabet/rabetbase','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','npm_config_global','state','2333606vDdVXu','--skill','EACCES','Installer\x20reported\x20','stderr','unknown','npx','30652bduTyA','1885581KNGwgd','3345ydTEoY','1743098aLJrLK','yes','present','EPERM','unverifiable','512811VBFFkL','npx\x20failed\x20to\x20start','rabetbase','message','66YLSlwM','skills@latest','SKILL_NOT_INSTALLED','add','exitCode','stdio','match','CHILD_TERMINATED','ENOENT','push','10ADNOro','208JDKmAs','stdout','filter','remove','SPAWN_FAILED','exit\x20','Lovrabet','Skill\x20\x22','signal','trim','code','\x20failed\x20target(s)','skill','4572GGOglm','join','checked','log','inherit','\x22\x20install\x20state:\x20','presence','npx\x20terminated\x20by\x20signal\x20'];a296_0x7749=function(){return _0x583a91;};return a296_0x7749();}export const RABETBASE_SKILL_SOURCE=a296_0x4ae83e(0x1b5);export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME=a296_0x4ae83e(0x1a2);export const RABETBASE_GLOBAL_SKILL_NAME=a296_0x4ae83e(0x18f);export const RABETBASE_SKILL_GIT_SOURCE=a296_0x4ae83e(0x1b6);export function resolveGlobalSkillName(_0x1d1620){switch(_0x1d1620['trim']()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x37ce60){const _0x487bcf=a296_0x4ae83e,_0xf94497=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x37ce60&&_0xf94497[_0x487bcf(0x19a)](NPX_SKILLS_FLAG_SKILL,_0x37ce60),_0xf94497;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a296_0x4ae83e(0x184),...buildNpxSkillsAddArgv()][a296_0x4ae83e(0x1aa)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a296_0x4ae83e(0x184),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a296_0x4ae83e(0x1aa)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x390ae0,_0x373c87,_0x17d1ab){return{'ok':![],'status':_0x373c87,'code':_0x390ae0,'error':'['+_0x390ae0+']\x20'+_0x17d1ab};}function execaOptions(_0x4b0f35,_0x2641ce){const _0x49eb53=a296_0x4ae83e,_0x281ed0={...process.env};return delete _0x281ed0[_0x49eb53(0x1b7)],delete _0x281ed0['NPM_CONFIG_GLOBAL'],{'cwd':_0x4b0f35,'stdio':_0x2641ce,'env':_0x281ed0,'extendEnv':![],'shell':![],'reject':![],..._0x2641ce===_0x49eb53(0x1b4)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeExecaResult(_0x1ced08,_0x550ccd,_0x5b8567,_0x3134db){const _0x2a735a=a296_0x4ae83e,_0x180367=[_0x1ced08[_0x2a735a(0x19d)]?String(_0x1ced08[_0x2a735a(0x19d)]):'',_0x1ced08[_0x2a735a(0x1bd)]?String(_0x1ced08[_0x2a735a(0x1bd)]):''][_0x2a735a(0x19e)](Boolean)[_0x2a735a(0x1aa)]('\x0a')[_0x2a735a(0x1a5)](),_0x14e59c=_0x1ced08[_0x2a735a(0x195)]??null;_0x3134db!==_0x2a735a(0x1b4)&&_0x180367&&console[_0x2a735a(0x1ac)](_0x180367);if(_0x1ced08[_0x2a735a(0x1a6)]){const _0x1bce7d=_0x1ced08['code']===_0x2a735a(0x199)?'NPX_NOT_FOUND':_0x1ced08[_0x2a735a(0x1a6)]===_0x2a735a(0x18b)||_0x1ced08[_0x2a735a(0x1a6)]===_0x2a735a(0x1bb)?'PERMISSION_DENIED':_0x2a735a(0x1a0);return failure(_0x1bce7d,_0x14e59c,_0x1ced08[_0x2a735a(0x1b1)]??_0x1ced08['message']??_0x1ced08[_0x2a735a(0x1a6)]);}if(_0x1ced08[_0x2a735a(0x1a4)])return failure(_0x2a735a(0x198),_0x14e59c,_0x2a735a(0x1b0)+_0x1ced08[_0x2a735a(0x1a4)]);if(_0x1ced08['failed']&&_0x14e59c===null)return failure(_0x2a735a(0x1a0),_0x14e59c,_0x1ced08[_0x2a735a(0x1b1)]??_0x1ced08[_0x2a735a(0x190)]??_0x2a735a(0x18e));if(_0x14e59c!==0x0)return failure('CHILD_EXIT_NONZERO',_0x14e59c,_0x180367||_0x1ced08[_0x2a735a(0x1b1)]||_0x2a735a(0x1a1)+(_0x14e59c??_0x2a735a(0x1be)));const _0x253661=_0x550ccd?resolveInstalledSkill(_0x550ccd,_0x5b8567):undefined,_0x53388b=_0x180367[_0x2a735a(0x197)](/Failed to install\s+(\d+)/i);if(_0x53388b&&Number(_0x53388b[0x1])>0x0){const _0x170dff=_0x2a735a(0x1bc)+_0x53388b[0x1]+_0x2a735a(0x1a7)+(_0x180367?':\x0a'+_0x180367:'');if(_0x253661?.[_0x2a735a(0x1b8)]===_0x2a735a(0x18a))return console['warn']('!\x20'+_0x170dff),{'ok':!![],'status':0x0};return failure('INSTALL_PARTIAL',0x0,_0x170dff);}if(_0x253661){if(_0x253661[_0x2a735a(0x1b8)]==='absent')return failure(_0x2a735a(0x193),0x0,_0x2a735a(0x1a3)+_0x550ccd+'\x22\x20not\x20found\x20after\x20install\x20(checked\x20'+_0x253661[_0x2a735a(0x1ab)][_0x2a735a(0x1aa)](',\x20')+')');_0x253661[_0x2a735a(0x1b8)]===_0x2a735a(0x18c)&&console['warn']('!\x20Could\x20not\x20verify\x20\x22'+_0x550ccd+_0x2a735a(0x1ae)+_0x253661['reason']);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x3c5394,_0x3a9f89){const _0xf1d75a=a296_0x4ae83e;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x7deb4a=_0x3a9f89?.[_0xf1d75a(0x196)]??_0xf1d75a(0x1ad),_0x31034f=buildNpxSkillsAddArgv(_0x3a9f89?.[_0xf1d75a(0x1a8)]),_0x34c39c=['npx',..._0x31034f][_0xf1d75a(0x1aa)]('\x20');console[_0xf1d75a(0x1ac)]('*\x20'+_0x34c39c);const _0x26babb=execaSync('npx',_0x31034f,execaOptions(_0x3c5394,_0x7deb4a));return normalizeExecaResult(_0x26babb,undefined,undefined,_0x7deb4a);}export function runNpxSkillsRemove(_0x5dbe9a,_0x450125,_0x263cac=LEGACY_RABETBASE_SKILL_SOURCE){const _0xe5c340=a296_0x4ae83e;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x55bb3a=_0x450125?.[_0xe5c340(0x196)]??_0xe5c340(0x1ad),_0x2ea1ee=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0xe5c340(0x19f),_0x263cac,NPX_SKILLS_FLAG_SKILL,_0x450125?.[_0xe5c340(0x1a8)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x450125?.[_0xe5c340(0x189)]?['-y']:[]],_0x2991de=[_0xe5c340(0x184),..._0x2ea1ee][_0xe5c340(0x1aa)]('\x20');console[_0xe5c340(0x1ac)]('*\x20'+_0x2991de);const _0x43dba1=execaSync(_0xe5c340(0x184),_0x2ea1ee,execaOptions(_0x5dbe9a,_0x55bb3a));return normalizeExecaResult(_0x43dba1,undefined,undefined,_0x55bb3a);}export function runNpxSkillsAddGlobal(_0x3c0776,_0x27a3c4,_0x5053e7){const _0x51fc42=a296_0x4ae83e;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x14a36f=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x27a3c4,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x39f1ac=[_0x51fc42(0x184),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x27a3c4,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x51fc42(0x1aa)]('\x20');console[_0x51fc42(0x1ac)]('*\x20'+_0x39f1ac);const _0x3d17f1=execaSync(_0x51fc42(0x184),_0x14a36f,execaOptions(_0x3c0776,_0x51fc42(0x1b4)));return normalizeExecaResult(_0x3d17f1,_0x5053e7?.[_0x51fc42(0x1b2)]??resolveGlobalSkillName(_0x27a3c4),_0x5053e7?.[_0x51fc42(0x1af)],_0x5053e7?.[_0x51fc42(0x196)]);}
@@ -1 +1 @@
1
- const a298_0x1008f6=a298_0x3af8;function a298_0x3af8(_0x581c72,_0x11e163){_0x581c72=_0x581c72-0x1dd;const _0x268eef=a298_0x268e();let _0x3af83f=_0x268eef[_0x581c72];return _0x3af83f;}(function(_0x589d3a,_0x5e4a3b){const _0x3d99ad=a298_0x3af8,_0x539ebc=_0x589d3a();while(!![]){try{const _0x4bf652=parseInt(_0x3d99ad(0x1dd))/0x1*(parseInt(_0x3d99ad(0x1e7))/0x2)+parseInt(_0x3d99ad(0x1fb))/0x3*(parseInt(_0x3d99ad(0x1e6))/0x4)+-parseInt(_0x3d99ad(0x1e3))/0x5*(parseInt(_0x3d99ad(0x1de))/0x6)+parseInt(_0x3d99ad(0x1f2))/0x7+parseInt(_0x3d99ad(0x1f8))/0x8+-parseInt(_0x3d99ad(0x1eb))/0x9*(-parseInt(_0x3d99ad(0x1f5))/0xa)+-parseInt(_0x3d99ad(0x1ee))/0xb;if(_0x4bf652===_0x5e4a3b)break;else _0x539ebc['push'](_0x539ebc['shift']());}catch(_0x13825f){_0x539ebc['push'](_0x539ebc['shift']());}}}(a298_0x268e,0xd1d5e));import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a298_0x1008f6(0x1f7),'.skill-lock.json');export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a298_0x1008f6(0x1f7),a298_0x1008f6(0x1f6)),join(a298_0x1008f6(0x1ed),a298_0x1008f6(0x1f6))];const SUPPORTED_LOCK_VERSIONS=[0x3];function a298_0x268e(){const _0x14baf8=['24kpXwEp','not-recorded','includes','recorded','absent','1108995mYDUHy','message','\x20is\x20unreadable:\x20','119044YxTmUz','46586OOKaCR','kind','unusable','globalSkillsDirs','3208104cNNUGR','version','.claude','17880093lMRuTb','lockFile','present','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','8129275apkkKJ','SKILL.md','utf8','40UopFGC','skills','.agents','4261296jFTklq','object','parse','9bmCRta','join','unverifiable','home','7cXtZoM'];a298_0x268e=function(){return _0x14baf8;};return a298_0x268e();}function readLockLookup(_0x31bcb6,_0xcb7fb3){const _0xa26975=a298_0x1008f6;if(!existsSync(_0x31bcb6))return{'kind':_0xa26975(0x1df)};let _0x5ae200;try{_0x5ae200=JSON[_0xa26975(0x1fa)](readFileSync(_0x31bcb6,_0xa26975(0x1f4)));}catch(_0x2d28c4){return{'kind':_0xa26975(0x1e9),'reason':_0x31bcb6+_0xa26975(0x1e5)+_0x2d28c4[_0xa26975(0x1e4)]};}const _0x4b9f3c=_0x5ae200;if(typeof _0x4b9f3c?.['version']!=='number'||!SUPPORTED_LOCK_VERSIONS[_0xa26975(0x1e0)](_0x4b9f3c[_0xa26975(0x1ec)]))return{'kind':_0xa26975(0x1e9),'reason':_0x31bcb6+'\x20uses\x20unsupported\x20version\x20'+String(_0x4b9f3c?.[_0xa26975(0x1ec)])};if(!_0x4b9f3c[_0xa26975(0x1f6)]||typeof _0x4b9f3c[_0xa26975(0x1f6)]!==_0xa26975(0x1f9))return{'kind':'unusable','reason':_0x31bcb6+'\x20has\x20no\x20skills\x20map'};return _0x4b9f3c[_0xa26975(0x1f6)][_0xcb7fb3]?{'kind':'recorded'}:{'kind':_0xa26975(0x1df)};}export function resolveInstalledSkill(_0x33d8ed,_0x412ae8){const _0x4c46f9=a298_0x1008f6,_0x3debaa=_0x412ae8?.[_0x4c46f9(0x1fe)]??homedir(),_0x4dbbed=_0x412ae8?.[_0x4c46f9(0x1ea)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS['map'](_0x289b10=>join(_0x3debaa,_0x289b10)),_0x53f0da=_0x412ae8?.[_0x4c46f9(0x1ef)]??join(_0x3debaa,SKILL_LOCK_RELATIVE_PATH),_0x1187e=_0x4dbbed['map'](_0x2d8c34=>join(_0x2d8c34,_0x33d8ed,_0x4c46f9(0x1f3))),_0x315923=_0x1187e['find'](_0x29c989=>existsSync(_0x29c989));if(_0x315923)return{'state':_0x4c46f9(0x1f0),'path':_0x315923};const _0x43beca=readLockLookup(_0x53f0da,_0x33d8ed);if(_0x43beca[_0x4c46f9(0x1e8)]==='unusable')return{'state':_0x4c46f9(0x1fd),'reason':_0x43beca['reason']};if(_0x43beca[_0x4c46f9(0x1e8)]===_0x4c46f9(0x1e1))return{'state':_0x4c46f9(0x1fd),'reason':_0x53f0da+'\x20records\x20\x22'+_0x33d8ed+_0x4c46f9(0x1f1)+('('+_0x1187e[_0x4c46f9(0x1fc)](',\x20')+')')};return{'state':_0x4c46f9(0x1e2),'checked':_0x1187e};}
1
+ const a297_0x4a8cde=a297_0xca28;(function(_0x4a1976,_0xd6c6b6){const _0x334518=a297_0xca28,_0x156b6a=_0x4a1976();while(!![]){try{const _0x36e270=parseInt(_0x334518(0x99))/0x1*(parseInt(_0x334518(0x91))/0x2)+parseInt(_0x334518(0x94))/0x3*(-parseInt(_0x334518(0x89))/0x4)+-parseInt(_0x334518(0x81))/0x5+-parseInt(_0x334518(0x8f))/0x6*(parseInt(_0x334518(0x83))/0x7)+-parseInt(_0x334518(0x9b))/0x8*(parseInt(_0x334518(0x97))/0x9)+parseInt(_0x334518(0x7d))/0xa+-parseInt(_0x334518(0x8a))/0xb;if(_0x36e270===_0xd6c6b6)break;else _0x156b6a['push'](_0x156b6a['shift']());}catch(_0x9e35b5){_0x156b6a['push'](_0x156b6a['shift']());}}}(a297_0x371a,0xcba8e));import{existsSync,readFileSync}from'node:fs';function a297_0x371a(){const _0x133996=['SKILL.md','2402660eArEFx','globalSkillsDirs','583681bPCHQy','unverifiable','unusable','skills','lockFile','message','892qpKWxn','877767BOSvOB','not-recorded','.skill-lock.json','number','\x20records\x20\x22','6bnncZt','\x20is\x20unreadable:\x20','583546HcBuAA','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','join','11721EPIkpi','recorded','home','1615257aGAwll','reason','5dhKcSw','parse','8eKYUMy','present','utf8','absent','kind','\x20uses\x20unsupported\x20version\x20','version','.agents','\x20has\x20no\x20skills\x20map','10697710TICpMn','object','map'];a297_0x371a=function(){return _0x133996;};return a297_0x371a();}import{homedir}from'node:os';import{join}from'node:path';function a297_0xca28(_0xef8813,_0x4a94dd){_0xef8813=_0xef8813-0x7a;const _0x371ae6=a297_0x371a();let _0xca2819=_0x371ae6[_0xef8813];return _0xca2819;}export const SKILL_LOCK_RELATIVE_PATH=join(a297_0x4a8cde(0x7b),a297_0x4a8cde(0x8c));export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a297_0x4a8cde(0x7b),'skills'),join('.claude','skills')];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x51ee38,_0x553d65){const _0xde889b=a297_0x4a8cde;if(!existsSync(_0x51ee38))return{'kind':_0xde889b(0x8b)};let _0x3aeffa;try{_0x3aeffa=JSON[_0xde889b(0x9a)](readFileSync(_0x51ee38,_0xde889b(0x9d)));}catch(_0x3401e6){return{'kind':_0xde889b(0x85),'reason':_0x51ee38+_0xde889b(0x90)+_0x3401e6[_0xde889b(0x88)]};}const _0x1d7c94=_0x3aeffa;if(typeof _0x1d7c94?.['version']!==_0xde889b(0x8d)||!SUPPORTED_LOCK_VERSIONS['includes'](_0x1d7c94[_0xde889b(0x7a)]))return{'kind':_0xde889b(0x85),'reason':_0x51ee38+_0xde889b(0xa0)+String(_0x1d7c94?.[_0xde889b(0x7a)])};if(!_0x1d7c94[_0xde889b(0x86)]||typeof _0x1d7c94[_0xde889b(0x86)]!==_0xde889b(0x7e))return{'kind':_0xde889b(0x85),'reason':_0x51ee38+_0xde889b(0x7c)};return _0x1d7c94['skills'][_0x553d65]?{'kind':_0xde889b(0x95)}:{'kind':_0xde889b(0x8b)};}export function resolveInstalledSkill(_0xb26f99,_0x3aefb3){const _0xd0acad=a297_0x4a8cde,_0x467931=_0x3aefb3?.[_0xd0acad(0x96)]??homedir(),_0x3f7b0d=_0x3aefb3?.[_0xd0acad(0x82)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0xd0acad(0x7f)](_0x52223f=>join(_0x467931,_0x52223f)),_0x23409c=_0x3aefb3?.[_0xd0acad(0x87)]??join(_0x467931,SKILL_LOCK_RELATIVE_PATH),_0xfbf62f=_0x3f7b0d[_0xd0acad(0x7f)](_0x2f231e=>join(_0x2f231e,_0xb26f99,_0xd0acad(0x80))),_0x3f20a9=_0xfbf62f['find'](_0x5c25f8=>existsSync(_0x5c25f8));if(_0x3f20a9)return{'state':_0xd0acad(0x9c),'path':_0x3f20a9};const _0x21eb2b=readLockLookup(_0x23409c,_0xb26f99);if(_0x21eb2b[_0xd0acad(0x9f)]===_0xd0acad(0x85))return{'state':_0xd0acad(0x84),'reason':_0x21eb2b[_0xd0acad(0x98)]};if(_0x21eb2b[_0xd0acad(0x9f)]===_0xd0acad(0x95))return{'state':_0xd0acad(0x84),'reason':_0x23409c+_0xd0acad(0x8e)+_0xb26f99+_0xd0acad(0x92)+('('+_0xfbf62f[_0xd0acad(0x93)](',\x20')+')')};return{'state':_0xd0acad(0x9e),'checked':_0xfbf62f};}
@@ -1 +1 @@
1
- (function(_0x4e93b9,_0x5707e2){const _0x1eb155=a299_0x45f8,_0xd9e15b=_0x4e93b9();while(!![]){try{const _0x143507=parseInt(_0x1eb155(0xe5))/0x1*(-parseInt(_0x1eb155(0xee))/0x2)+-parseInt(_0x1eb155(0xec))/0x3+-parseInt(_0x1eb155(0xf2))/0x4*(-parseInt(_0x1eb155(0xe7))/0x5)+parseInt(_0x1eb155(0xe1))/0x6+-parseInt(_0x1eb155(0xef))/0x7+-parseInt(_0x1eb155(0xea))/0x8+parseInt(_0x1eb155(0xe8))/0x9;if(_0x143507===_0x5707e2)break;else _0xd9e15b['push'](_0xd9e15b['shift']());}catch(_0x391d64){_0xd9e15b['push'](_0xd9e15b['shift']());}}}(a299_0x2078,0xd480a));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 a299_0x45f8(_0x271866,_0x1ece90){_0x271866=_0x271866-0xe0;const _0x207809=a299_0x2078();let _0x45f8eb=_0x207809[_0x271866];return _0x45f8eb;}function isSensitiveKey(_0x3642b5){const _0x5a181f=a299_0x45f8;return SENSITIVE_PATTERNS[_0x5a181f(0xe0)](_0x21de1b=>_0x21de1b['test'](_0x3642b5));}function a299_0x2078(){const _0x42a7b8=['some','3167226KApSrh','[REDACTED]','stringify','command','560036aFtnVS','durationMs','8292925eWbcFT','38055789EVLumv','flags','12608184YNtAYi','message','3473460cJduXg','rabetbase.command','4ZrmizE','11833864iJFoaH','error','entries','4qZnKBQ'];a299_0x2078=function(){return _0x42a7b8;};return a299_0x2078();}function sanitizeFlags(_0x3d613c){const _0x41301a=a299_0x45f8,_0x271a21={};for(const [_0x56114,_0x3d96ff]of Object[_0x41301a(0xf1)](_0x3d613c)){isSensitiveKey(_0x56114)?_0x271a21[_0x56114]=_0x3d96ff!=null&&_0x3d96ff!==''?_0x41301a(0xe2):_0x3d96ff:_0x271a21[_0x56114]=_0x3d96ff;}return _0x271a21;}export async function reportCommandTrace(_0x2340f0){const _0xe585a5=a299_0x45f8;try{const _0x2e083a=sanitizeFlags(_0x2340f0[_0xe585a5(0xe9)]);await sendCliTraceLog({'spanName':_0xe585a5(0xed),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x2340f0['service'],'command.name':_0x2340f0[_0xe585a5(0xe4)],'command.flags':JSON[_0xe585a5(0xe3)](_0x2e083a),..._0x2340f0[_0xe585a5(0xe6)]!=null?{'command.duration_ms':_0x2340f0['durationMs']}:{},..._0x2340f0['error']?{'command.error':_0x2340f0[_0xe585a5(0xf0)]instanceof Error?_0x2340f0['error'][_0xe585a5(0xeb)]:String(_0x2340f0[_0xe585a5(0xf0)])}:{}}});}catch{}}
1
+ (function(_0x331e44,_0xf95b1d){const _0x1b921a=a298_0x1cf8,_0x2c8e9b=_0x331e44();while(!![]){try{const _0x4a12a7=-parseInt(_0x1b921a(0x8a))/0x1+-parseInt(_0x1b921a(0x97))/0x2*(-parseInt(_0x1b921a(0x9b))/0x3)+parseInt(_0x1b921a(0x8e))/0x4+-parseInt(_0x1b921a(0x89))/0x5+-parseInt(_0x1b921a(0x8f))/0x6*(parseInt(_0x1b921a(0x8c))/0x7)+-parseInt(_0x1b921a(0x93))/0x8*(-parseInt(_0x1b921a(0x94))/0x9)+-parseInt(_0x1b921a(0x90))/0xa*(-parseInt(_0x1b921a(0x98))/0xb);if(_0x4a12a7===_0xf95b1d)break;else _0x2c8e9b['push'](_0x2c8e9b['shift']());}catch(_0x55e94b){_0x2c8e9b['push'](_0x2c8e9b['shift']());}}}(a298_0x4103,0x7fe2e));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';function a298_0x1cf8(_0x31d07f,_0x2c5ad6){_0x31d07f=_0x31d07f-0x88;const _0x41037e=a298_0x4103();let _0x1cf885=_0x41037e[_0x31d07f];return _0x1cf885;}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x214cef){const _0x2d55e3=a298_0x1cf8;return SENSITIVE_PATTERNS[_0x2d55e3(0x8d)](_0x1a2a1d=>_0x1a2a1d['test'](_0x214cef));}function a298_0x4103(){const _0x30fb11=['error','135741rbDoZh','entries','4592700lYsAFe','761577BaxVww','stringify','21gBDASq','some','2544712PBuHVZ','167724dRPlmC','31550Clzsit','durationMs','command','336AgrbAL','141831Nxhsqt','service','rabetbase.command','10RiIxcr','2662ixfPWX','flags'];a298_0x4103=function(){return _0x30fb11;};return a298_0x4103();}function sanitizeFlags(_0x55e0a4){const _0x122f8a=a298_0x1cf8,_0x1911d3={};for(const [_0xd4fbad,_0x355fc9]of Object[_0x122f8a(0x88)](_0x55e0a4)){isSensitiveKey(_0xd4fbad)?_0x1911d3[_0xd4fbad]=_0x355fc9!=null&&_0x355fc9!==''?'[REDACTED]':_0x355fc9:_0x1911d3[_0xd4fbad]=_0x355fc9;}return _0x1911d3;}export async function reportCommandTrace(_0x305d79){const _0x9153c2=a298_0x1cf8;try{const _0x4f352c=sanitizeFlags(_0x305d79[_0x9153c2(0x99)]);await sendCliTraceLog({'spanName':_0x9153c2(0x96),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x305d79[_0x9153c2(0x95)],'command.name':_0x305d79[_0x9153c2(0x92)],'command.flags':JSON[_0x9153c2(0x8b)](_0x4f352c),..._0x305d79['durationMs']!=null?{'command.duration_ms':_0x305d79[_0x9153c2(0x91)]}:{},..._0x305d79[_0x9153c2(0x9a)]?{'command.error':_0x305d79['error']instanceof Error?_0x305d79[_0x9153c2(0x9a)]['message']:String(_0x305d79[_0x9153c2(0x9a)])}:{}}});}catch{}}
@@ -1 +1 @@
1
- function a300_0xe8d8(_0x51499c,_0x494ad0){_0x51499c=_0x51499c-0xc4;var _0x55aa6e=a300_0x55aa();var _0xe8d86a=_0x55aa6e[_0x51499c];return _0xe8d86a;}(function(_0xcc815b,_0x5c0b4e){var _0x20b234=a300_0xe8d8,_0x5c7d56=_0xcc815b();while(!![]){try{var _0x572e94=parseInt(_0x20b234(0xce))/0x1*(-parseInt(_0x20b234(0xc8))/0x2)+parseInt(_0x20b234(0xc6))/0x3*(-parseInt(_0x20b234(0xc7))/0x4)+-parseInt(_0x20b234(0xcc))/0x5+parseInt(_0x20b234(0xd0))/0x6*(parseInt(_0x20b234(0xcb))/0x7)+-parseInt(_0x20b234(0xd1))/0x8*(parseInt(_0x20b234(0xcf))/0x9)+parseInt(_0x20b234(0xca))/0xa+parseInt(_0x20b234(0xcd))/0xb;if(_0x572e94===_0x5c0b4e)break;else _0x5c7d56['push'](_0x5c7d56['shift']());}catch(_0x564154){_0x5c7d56['push'](_0x5c7d56['shift']());}}}(a300_0x55aa,0x9b779));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a300_0x55aa(){var _0x4d405d=['12357lDDyEg','6svbHyq','3824GIqhTu','Failed\x20to\x20report\x20CLI\x20help\x20trace:','error','18sQnNTy','346348xNAVGh','66GXNSwY','cli.help','8976290JSRUda','4911697ZgKbpF','1218440SzRmSw','5560940zhEVZx','1471uoPxQE'];a300_0x55aa=function(){return _0x4d405d;};return a300_0x55aa();}export async function reportCliHelpTrace(_0x2ec90b,_0x329c5c){var _0x2a5222=a300_0xe8d8;try{await sendCliTraceLog({'spanName':_0x2a5222(0xc9),'logData':{'rabetbase.help.kind':_0x2ec90b,..._0x329c5c?.['service']&&{'rabetbase.help.service':_0x329c5c['service']}}});}catch(_0xa416a){console[_0x2a5222(0xc5)](_0x2a5222(0xc4),_0xa416a);}}
1
+ (function(_0x2c3cef,_0x2e6731){var _0xf3b8f7=a299_0x4445,_0x3c53e4=_0x2c3cef();while(!![]){try{var _0x2e38fe=-parseInt(_0xf3b8f7(0x147))/0x1+parseInt(_0xf3b8f7(0x141))/0x2*(-parseInt(_0xf3b8f7(0x13f))/0x3)+parseInt(_0xf3b8f7(0x143))/0x4+-parseInt(_0xf3b8f7(0x145))/0x5+parseInt(_0xf3b8f7(0x144))/0x6+-parseInt(_0xf3b8f7(0x149))/0x7+parseInt(_0xf3b8f7(0x148))/0x8*(parseInt(_0xf3b8f7(0x146))/0x9);if(_0x2e38fe===_0x2e6731)break;else _0x3c53e4['push'](_0x3c53e4['shift']());}catch(_0x5cb93c){_0x3c53e4['push'](_0x3c53e4['shift']());}}}(a299_0x31db,0xc2cec));function a299_0x31db(){var _0x50d7ee=['738kUGSyS','584569mASUAQ','72368WEvkFA','1757651NlSszo','Failed\x20to\x20report\x20CLI\x20help\x20trace:','251835mAxBmp','service','14FeQmit','cli.help','3614136XPPAlA','4399992dWEkSh','787145fwxcME'];a299_0x31db=function(){return _0x50d7ee;};return a299_0x31db();}function a299_0x4445(_0x2ac34c,_0x3e76b7){_0x2ac34c=_0x2ac34c-0x13e;var _0x31db07=a299_0x31db();var _0x44459f=_0x31db07[_0x2ac34c];return _0x44459f;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x35c1e9,_0x5adacc){var _0x5e6ff9=a299_0x4445;try{await sendCliTraceLog({'spanName':_0x5e6ff9(0x142),'logData':{'rabetbase.help.kind':_0x35c1e9,..._0x5adacc?.[_0x5e6ff9(0x140)]&&{'rabetbase.help.service':_0x5adacc['service']}}});}catch(_0x14d824){console['error'](_0x5e6ff9(0x13e),_0x14d824);}}
@@ -1 +1 @@
1
- (function(_0xb44ad4,_0x5e3060){const _0x382e38=a301_0x204b,_0x93052a=_0xb44ad4();while(!![]){try{const _0x216ad1=-parseInt(_0x382e38(0x16e))/0x1+-parseInt(_0x382e38(0x16a))/0x2*(parseInt(_0x382e38(0x16f))/0x3)+-parseInt(_0x382e38(0x16c))/0x4*(-parseInt(_0x382e38(0x177))/0x5)+parseInt(_0x382e38(0x16d))/0x6+-parseInt(_0x382e38(0x176))/0x7*(parseInt(_0x382e38(0x178))/0x8)+-parseInt(_0x382e38(0x174))/0x9*(-parseInt(_0x382e38(0x168))/0xa)+-parseInt(_0x382e38(0x171))/0xb*(-parseInt(_0x382e38(0x170))/0xc);if(_0x216ad1===_0x5e3060)break;else _0x93052a['push'](_0x93052a['shift']());}catch(_0x231f87){_0x93052a['push'](_0x93052a['shift']());}}}(a301_0x3f6a,0x9792a));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];function a301_0x204b(_0x1dbd1f,_0x2cf3c5){_0x1dbd1f=_0x1dbd1f-0x168;const _0x3f6a4c=a301_0x3f6a();let _0x204bae=_0x3f6a4c[_0x1dbd1f];return _0x204bae;}function a301_0x3f6a(){const _0x12094f=['76293STiHhc','unknown','497ywrwVe','152095FFJsVh','47688DVaWae','860UVJOCE','tenant_code','2rdsYID','tenant','4yLpkRc','5750094zfQNpd','984429dmaUEz','601926tiTfbX','3068124vwSUoR','22FLFIgY','daily','user'];a301_0x3f6a=function(){return _0x12094f;};return a301_0x3f6a();}export async function ensureCliOtelTraceConfig(){const _0x411653=a301_0x204b,_0x141e70=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x1fcfb7=_0x141e70?.[_0x411653(0x173)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x411653(0x175)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x411653(0x172):'production')}),setUserContext({'id':_0x1fcfb7?.['id'],'username':_0x1fcfb7?.['username'],'nickname':_0x1fcfb7?.['nickname'],'email':_0x1fcfb7?.['email'],'tenantCode':_0x1fcfb7?.[_0x411653(0x16b)]?.[_0x411653(0x169)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x141e70;}
1
+ (function(_0x5e0847,_0x4c2f66){const _0x584c34=a300_0x5536,_0x1ee8b2=_0x5e0847();while(!![]){try{const _0x55fed7=parseInt(_0x584c34(0x13a))/0x1*(-parseInt(_0x584c34(0x141))/0x2)+-parseInt(_0x584c34(0x140))/0x3*(parseInt(_0x584c34(0x13b))/0x4)+-parseInt(_0x584c34(0x136))/0x5+parseInt(_0x584c34(0x135))/0x6*(-parseInt(_0x584c34(0x12f))/0x7)+parseInt(_0x584c34(0x130))/0x8*(-parseInt(_0x584c34(0x137))/0x9)+parseInt(_0x584c34(0x133))/0xa*(-parseInt(_0x584c34(0x13e))/0xb)+parseInt(_0x584c34(0x132))/0xc;if(_0x55fed7===_0x4c2f66)break;else _0x1ee8b2['push'](_0x1ee8b2['shift']());}catch(_0xf6a425){_0x1ee8b2['push'](_0x1ee8b2['shift']());}}}(a300_0x531e,0xae452));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';function a300_0x5536(_0x1ee945,_0x5717a6){_0x1ee945=_0x1ee945-0x12f;const _0x531e78=a300_0x531e();let _0x553613=_0x531e78[_0x1ee945];return _0x553613;}import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x5dde3d=a300_0x5536,_0x40ce3a=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x10e646=_0x40ce3a?.[_0x5dde3d(0x139)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x5dde3d(0x13f)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x5dde3d(0x131):'production')}),setUserContext({'id':_0x10e646?.['id'],'username':_0x10e646?.[_0x5dde3d(0x138)],'nickname':_0x10e646?.['nickname'],'email':_0x10e646?.[_0x5dde3d(0x134)],'tenantCode':_0x10e646?.[_0x5dde3d(0x13d)]?.[_0x5dde3d(0x13c)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x40ce3a;}function a300_0x531e(){const _0x1fc89e=['tenant','64339HPCYyk','unknown','55143lNyRpg','40hcciCD','4319fNHVCY','152HjmTYE','daily','58108752rWFBmf','1070udBdaH','email','4566qMCcGK','6152930QzchIo','252405oNPmAy','username','user','40512xQUJUt','100pipjcy','tenant_code'];a300_0x531e=function(){return _0x1fc89e;};return a300_0x531e();}
@@ -1 +1 @@
1
- (function(_0x20f898,_0x5bd0dc){const _0x376b7b=a302_0x23ec,_0x567686=_0x20f898();while(!![]){try{const _0x43bc02=-parseInt(_0x376b7b(0x195))/0x1*(parseInt(_0x376b7b(0x199))/0x2)+parseInt(_0x376b7b(0x198))/0x3*(-parseInt(_0x376b7b(0x192))/0x4)+parseInt(_0x376b7b(0x19a))/0x5+parseInt(_0x376b7b(0x19b))/0x6+-parseInt(_0x376b7b(0x193))/0x7*(parseInt(_0x376b7b(0x197))/0x8)+-parseInt(_0x376b7b(0x19e))/0x9*(parseInt(_0x376b7b(0x19f))/0xa)+parseInt(_0x376b7b(0x194))/0xb*(parseInt(_0x376b7b(0x19d))/0xc);if(_0x43bc02===_0x5bd0dc)break;else _0x567686['push'](_0x567686['shift']());}catch(_0x5dd4d1){_0x567686['push'](_0x567686['shift']());}}}(a302_0x4468,0xd5449));import{shutdownTraces}from'@lovrabet/otel-logger';function a302_0x4468(){const _0x26ea1a=['then','972BaGYpG','2259187eIaGHD','484vaNMyW','1FSYFnM','SIGTERM','8iBCZvO','9324dXLuWH','2075746yqQEur','1103360TZYBpV','5838432jsoRAs','SIGINT','632784qnKlbE','127593RTNXgD','370RhImwf','once','exit','beforeExit'];a302_0x4468=function(){return _0x26ea1a;};return a302_0x4468();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x5abba9=a302_0x23ec;process['once'](_0x5abba9(0x190),()=>{void flushOtelNodeIfUsed();});const _0x42e183=()=>{const _0x58aa0d=_0x5abba9;void flushOtelNodeIfUsed()[_0x58aa0d(0x191)](()=>process[_0x58aa0d(0x18f)](0x0));};process[_0x5abba9(0x18e)](_0x5abba9(0x19c),_0x42e183),process[_0x5abba9(0x18e)](_0x5abba9(0x196),_0x42e183);}function a302_0x23ec(_0x4adaa0,_0x269b4c){_0x4adaa0=_0x4adaa0-0x18e;const _0x4468d4=a302_0x4468();let _0x23ec7a=_0x4468d4[_0x4adaa0];return _0x23ec7a;}export async function exitWithOtelShutdown(_0x217710){const _0x5a76b7=a302_0x23ec;await flushOtelNodeIfUsed(),process[_0x5a76b7(0x18f)](_0x217710);}
1
+ function a301_0x29fd(_0xa86f7f,_0x1ac22a){_0xa86f7f=_0xa86f7f-0x191;const _0x186042=a301_0x1860();let _0x29fd1d=_0x186042[_0xa86f7f];return _0x29fd1d;}(function(_0x95a3fe,_0x1a8eda){const _0x152bcf=a301_0x29fd,_0xc2c51b=_0x95a3fe();while(!![]){try{const _0x4f8e8f=-parseInt(_0x152bcf(0x194))/0x1+parseInt(_0x152bcf(0x19d))/0x2+-parseInt(_0x152bcf(0x199))/0x3+parseInt(_0x152bcf(0x197))/0x4*(parseInt(_0x152bcf(0x19b))/0x5)+-parseInt(_0x152bcf(0x198))/0x6*(parseInt(_0x152bcf(0x193))/0x7)+parseInt(_0x152bcf(0x195))/0x8*(parseInt(_0x152bcf(0x19c))/0x9)+parseInt(_0x152bcf(0x196))/0xa;if(_0x4f8e8f===_0x1a8eda)break;else _0xc2c51b['push'](_0xc2c51b['shift']());}catch(_0x575cf3){_0xc2c51b['push'](_0xc2c51b['shift']());}}}(a301_0x1860,0x5bc6b));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;}function a301_0x1860(){const _0x46197b=['371626cQkOqp','once','SIGINT','56VbuFAG','720726HfVhzM','8456aTAgLn','11341010WhTxUE','2765912fdBRFo','292914uyfwHz','2121180utZyAd','exit','5haFKjX','1557wFEFsL'];a301_0x1860=function(){return _0x46197b;};return a301_0x1860();}export function registerOtelShutdownOnExit(){const _0x2a0d78=a301_0x29fd;process[_0x2a0d78(0x191)]('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x5a1829=()=>{const _0x9d125e=_0x2a0d78;void flushOtelNodeIfUsed()['then'](()=>process[_0x9d125e(0x19a)](0x0));};process[_0x2a0d78(0x191)](_0x2a0d78(0x192),_0x5a1829),process['once']('SIGTERM',_0x5a1829);}export async function exitWithOtelShutdown(_0x55fe46){const _0x300ee0=a301_0x29fd;await flushOtelNodeIfUsed(),process[_0x300ee0(0x19a)](_0x55fe46);}
@@ -1 +1 @@
1
- const a303_0x3d7d3f=a303_0x5626;(function(_0xa29125,_0x5cedde){const _0x3b192e=a303_0x5626,_0x29f85b=_0xa29125();while(!![]){try{const _0x2d2741=-parseInt(_0x3b192e(0x137))/0x1*(parseInt(_0x3b192e(0x13b))/0x2)+-parseInt(_0x3b192e(0x130))/0x3*(parseInt(_0x3b192e(0x131))/0x4)+parseInt(_0x3b192e(0x139))/0x5+-parseInt(_0x3b192e(0x13d))/0x6*(-parseInt(_0x3b192e(0x13c))/0x7)+parseInt(_0x3b192e(0x12d))/0x8+-parseInt(_0x3b192e(0x138))/0x9*(parseInt(_0x3b192e(0x134))/0xa)+parseInt(_0x3b192e(0x12f))/0xb;if(_0x2d2741===_0x5cedde)break;else _0x29f85b['push'](_0x29f85b['shift']());}catch(_0xf2fa5d){_0x29f85b['push'](_0x29f85b['shift']());}}}(a303_0x278f,0xa6595));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a303_0x5626(_0x23ab7e,_0x568d2a){_0x23ab7e=_0x23ab7e-0x12d;const _0x278f5b=a303_0x278f();let _0x5626c0=_0x278f5b[_0x23ab7e];return _0x5626c0;}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a303_0x3d7d3f(0x12e);export async function sendCliTraceLog(_0x15eb41){const _0x2d5652=a303_0x3d7d3f;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x15eb41['traceName']??DEFAULT_TRACE_NAME,'version':_0x15eb41[_0x2d5652(0x135)]??getCliVersion(),'spanName':_0x15eb41[_0x2d5652(0x133)],'eventType':_0x2d5652(0x136),'logData':_0x15eb41[_0x2d5652(0x132)],..._0x15eb41[_0x2d5652(0x13a)]&&{'traceparent':_0x15eb41[_0x2d5652(0x13a)]}});}function a303_0x278f(){const _0x24b3bc=['7XcuLYG','5424930ogUPsX','4353872fmpzUW','rabetbase-cli','4115573pYWtjw','1275621Kepmjj','4nrrGEA','logData','spanName','6821060BzOVHw','version','manual','105327NxMnnJ','9xTZOxr','5097080CJNuqg','traceparent','20FpYeKH'];a303_0x278f=function(){return _0x24b3bc;};return a303_0x278f();}
1
+ (function(_0x327af6,_0x1e3f4c){const _0x397437=a302_0x1bda,_0x423596=_0x327af6();while(!![]){try{const _0x16b549=parseInt(_0x397437(0x116))/0x1+parseInt(_0x397437(0x120))/0x2*(-parseInt(_0x397437(0x123))/0x3)+-parseInt(_0x397437(0x11c))/0x4+parseInt(_0x397437(0x11a))/0x5+-parseInt(_0x397437(0x118))/0x6+parseInt(_0x397437(0x11e))/0x7*(-parseInt(_0x397437(0x11b))/0x8)+parseInt(_0x397437(0x117))/0x9;if(_0x16b549===_0x1e3f4c)break;else _0x423596['push'](_0x423596['shift']());}catch(_0x53f672){_0x423596['push'](_0x423596['shift']());}}}(a302_0x1991,0xc2d2d));function a302_0x1991(){const _0x543843=['3104877klorVr','traceparent','1591053ALtzRM','14066514vTEFZN','4378434cgDPxN','manual','1033290XpPbKX','200ooZqxl','1938048NvEzpf','logData','87766NAbuLJ','spanName','2PViMmt','traceName','version'];a302_0x1991=function(){return _0x543843;};return a302_0x1991();}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a302_0x1bda(_0x4f6eaf,_0x122018){_0x4f6eaf=_0x4f6eaf-0x115;const _0x199171=a302_0x1991();let _0x1bda98=_0x199171[_0x4f6eaf];return _0x1bda98;}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x510909){const _0x3d12d8=a302_0x1bda;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x510909[_0x3d12d8(0x121)]??DEFAULT_TRACE_NAME,'version':_0x510909[_0x3d12d8(0x122)]??getCliVersion(),'spanName':_0x510909[_0x3d12d8(0x11f)],'eventType':_0x3d12d8(0x119),'logData':_0x510909[_0x3d12d8(0x11d)],..._0x510909[_0x3d12d8(0x115)]&&{'traceparent':_0x510909[_0x3d12d8(0x115)]}});}
@@ -1 +1 @@
1
- const a304_0x358198=a304_0x4ade;(function(_0x91877e,_0x22f265){const _0x943826=a304_0x4ade,_0x59b489=_0x91877e();while(!![]){try{const _0x6ad428=-parseInt(_0x943826(0x14a))/0x1*(parseInt(_0x943826(0x141))/0x2)+-parseInt(_0x943826(0x14d))/0x3+parseInt(_0x943826(0x146))/0x4*(-parseInt(_0x943826(0x148))/0x5)+-parseInt(_0x943826(0x13e))/0x6+parseInt(_0x943826(0x13f))/0x7*(-parseInt(_0x943826(0x14c))/0x8)+parseInt(_0x943826(0x14b))/0x9*(parseInt(_0x943826(0x14e))/0xa)+parseInt(_0x943826(0x149))/0xb;if(_0x6ad428===_0x22f265)break;else _0x59b489['push'](_0x59b489['shift']());}catch(_0x37b4f9){_0x59b489['push'](_0x59b489['shift']());}}}(a304_0x1a80,0x6a41b));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a304_0x358198(0x140);function a304_0x4ade(_0x2831f1,_0x219e34){_0x2831f1=_0x2831f1-0x13d;const _0x1a80c7=a304_0x1a80();let _0x4adecd=_0x1a80c7[_0x2831f1];return _0x4adecd;}function a304_0x1a80(){const _0x9cb1ac=['description','4888782VVPlgE','6027049JoNrpF','platform-issue-log-collect','13996bQSTlt','title','truncated','join','sanitize','2572OSuTJv','redactionKinds','1545yeBWlF','32306417pPrdxk','124TzjkhE','18513uqgMhb','8zkozlw','148542McyFDJ','1410bnfwbX'];a304_0x1a80=function(){return _0x9cb1ac;};return a304_0x1a80();}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';export async function sendPlatformIssueCollectLog(_0x230dbc){const _0x1b7c9c=a304_0x358198;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x230dbc[_0x1b7c9c(0x142)],'issue.description':_0x230dbc[_0x1b7c9c(0x13d)],..._0x230dbc[_0x1b7c9c(0x145)]?{'issue.description_original_bytes':_0x230dbc[_0x1b7c9c(0x145)]['originalBytes'],'issue.description_truncated':_0x230dbc['sanitize'][_0x1b7c9c(0x143)],'issue.description_redactions':_0x230dbc[_0x1b7c9c(0x145)]['redactionCount'],'issue.description_redaction_kinds':_0x230dbc['sanitize'][_0x1b7c9c(0x147)][_0x1b7c9c(0x144)](',')}:{}}});}
1
+ function a303_0x1bd9(){const _0x433f96=['4046488wpoxPo','5IynlMo','45544kofoXy','redactionCount','222498NXdLJt','33475eORnvK','sanitize','redactionKinds','truncated','description','platform-issue-log-collect','1809934SFLYWz','192xQjvqp','5374440EmydLz','title','177401YWpHVU','740PROJWp','issue.log.collect'];a303_0x1bd9=function(){return _0x433f96;};return a303_0x1bd9();}const a303_0x44cc2f=a303_0x32ec;(function(_0x1ec323,_0x17611b){const _0x5db5f3=a303_0x32ec,_0x275c44=_0x1ec323();while(!![]){try{const _0x1449fb=-parseInt(_0x5db5f3(0x1de))/0x1+-parseInt(_0x5db5f3(0x1e4))/0x2+-parseInt(_0x5db5f3(0x1e5))/0x3*(parseInt(_0x5db5f3(0x1db))/0x4)+parseInt(_0x5db5f3(0x1da))/0x5*(parseInt(_0x5db5f3(0x1e6))/0x6)+-parseInt(_0x5db5f3(0x1d6))/0x7+-parseInt(_0x5db5f3(0x1d9))/0x8+parseInt(_0x5db5f3(0x1dd))/0x9*(parseInt(_0x5db5f3(0x1d7))/0xa);if(_0x1449fb===_0x17611b)break;else _0x275c44['push'](_0x275c44['shift']());}catch(_0x167c29){_0x275c44['push'](_0x275c44['shift']());}}}(a303_0x1bd9,0x80a14));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a303_0x32ec(_0x1d27fc,_0x1efe10){_0x1d27fc=_0x1d27fc-0x1d6;const _0x1bd9d9=a303_0x1bd9();let _0x32ecc5=_0x1bd9d9[_0x1d27fc];return _0x32ecc5;}export const PLATFORM_ISSUE_TRACE_NAME=a303_0x44cc2f(0x1e3);export const PLATFORM_ISSUE_SPAN_NAME=a303_0x44cc2f(0x1d8);export async function sendPlatformIssueCollectLog(_0xc0c49e){const _0x55ac89=a303_0x44cc2f;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0xc0c49e[_0x55ac89(0x1e7)],'issue.description':_0xc0c49e[_0x55ac89(0x1e2)],..._0xc0c49e[_0x55ac89(0x1df)]?{'issue.description_original_bytes':_0xc0c49e[_0x55ac89(0x1df)]['originalBytes'],'issue.description_truncated':_0xc0c49e[_0x55ac89(0x1df)][_0x55ac89(0x1e1)],'issue.description_redactions':_0xc0c49e[_0x55ac89(0x1df)][_0x55ac89(0x1dc)],'issue.description_redaction_kinds':_0xc0c49e['sanitize'][_0x55ac89(0x1e0)]['join'](',')}:{}}});}
@@ -1 +1 @@
1
- const a306_0x23e8c5=a306_0x51ab;(function(_0x55306b,_0x1daddb){const _0x18c2ed=a306_0x51ab,_0x461180=_0x55306b();while(!![]){try{const _0x25dd61=parseInt(_0x18c2ed(0x123))/0x1+-parseInt(_0x18c2ed(0x110))/0x2*(-parseInt(_0x18c2ed(0x10b))/0x3)+-parseInt(_0x18c2ed(0x12a))/0x4*(parseInt(_0x18c2ed(0x113))/0x5)+-parseInt(_0x18c2ed(0x118))/0x6+-parseInt(_0x18c2ed(0x120))/0x7+parseInt(_0x18c2ed(0x125))/0x8*(parseInt(_0x18c2ed(0x127))/0x9)+-parseInt(_0x18c2ed(0x117))/0xa*(parseInt(_0x18c2ed(0x10f))/0xb);if(_0x25dd61===_0x1daddb)break;else _0x461180['push'](_0x461180['shift']());}catch(_0x2e0f58){_0x461180['push'](_0x461180['shift']());}}}(a306_0x406f,0xb5b30));function a306_0x406f(){const _0x607a46=['codebuddy','.codex','.agent','.cursor/skills/rabetbase.md','antigravity','Generic\x20template\x20fallback','CodeBuddy','.codebuddy','.claude','Claude\x20Code','Windsurf\x20IDE','45iTiuhx','.trae/skills/lovrabet/SKILL.md','.opencode/skills/lovrabet/SKILL.md','.cline','11189794VAHyGu','47412OpCLxR','Codex\x20IDE','.claude/skills/lovrabet/SKILL.md','116015pyDVWy','Cursor','trae','CodeBuddy\x20IDE','10LWWydJ','3328710JHSLHD','.windsurf/workflows/rabetbase.md','cursor','.cursorrules','.trae','Cursor\x20IDE','.codex/skills/lovrabet/SKILL.md','opencode','2778958iWEhuG','Codex','.agent/skills/lovrabet/SKILL.md','1456606OcNyyq','claude','611624fqMbul','cline','117LFkdrc','.cline/skills/lovrabet/SKILL.md','.codebuddy/skills/lovrabet/SKILL.md','16mcqGfJ','.cursor','windsurf','codex','Qoder\x20IDE','file','OpenCode\x20IDE','OpenCode','qoder'];a306_0x406f=function(){return _0x607a46;};return a306_0x406f();}export const CORE_IDE_CONFIGS={'cursor':{'name':a306_0x23e8c5(0x114),'description':a306_0x23e8c5(0x11d),'folders':[a306_0x23e8c5(0x11b),a306_0x23e8c5(0x12b)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x103)}]},'windsurf':{'name':'Windsurf','description':a306_0x23e8c5(0x10a),'folders':['.windsurf'],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x119)}]},'claude':{'name':a306_0x23e8c5(0x109),'description':a306_0x23e8c5(0x109),'folders':[a306_0x23e8c5(0x108)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x112)}]},'cline':{'name':'Cline','description':'Cline\x20IDE','folders':[a306_0x23e8c5(0x10e)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x128)}]},'codex':{'name':a306_0x23e8c5(0x121),'description':a306_0x23e8c5(0x111),'folders':[a306_0x23e8c5(0x101)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x11e)}]},'opencode':{'name':a306_0x23e8c5(0xfe),'description':a306_0x23e8c5(0xfd),'folders':['.opencode'],'files':[{'type':'file','path':a306_0x23e8c5(0x10d)}]},'qoder':{'name':'Qoder','description':a306_0x23e8c5(0xfb),'folders':['.qoder'],'files':[{'type':a306_0x23e8c5(0xfc),'path':'.qoder/rules/rabetbase.md'},{'type':'file','path':'.qoder/skills/lovrabet/SKILL.md'}]},'codebuddy':{'name':a306_0x23e8c5(0x106),'description':a306_0x23e8c5(0x116),'folders':[a306_0x23e8c5(0x107)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x129)}]},'trae':{'name':'Trae','description':'Trae\x20IDE','folders':[a306_0x23e8c5(0x11c)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x10c)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'Other\x20(generic\x20template)','description':a306_0x23e8c5(0x105),'folders':[a306_0x23e8c5(0x102)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x122)}]},'antigravity':{'name':'Antigravity','description':'Antigravity\x20IDE','folders':[a306_0x23e8c5(0x102)],'files':[{'type':a306_0x23e8c5(0xfc),'path':a306_0x23e8c5(0x122)}]}};export const CORE_IDE_LIST=[a306_0x23e8c5(0x124),a306_0x23e8c5(0x126),'codebuddy','codex','cursor','opencode',a306_0x23e8c5(0xff),'trae','windsurf'];export const IDE_LIST=[a306_0x23e8c5(0x104),'claude',a306_0x23e8c5(0x126),a306_0x23e8c5(0x100),a306_0x23e8c5(0xfa),a306_0x23e8c5(0x11a),a306_0x23e8c5(0x11f),'qoder',a306_0x23e8c5(0x115),a306_0x23e8c5(0xf9),'agent'];function a306_0x51ab(_0x1fb566,_0x34da85){_0x1fb566=_0x1fb566-0xf9;const _0x406ff2=a306_0x406f();let _0x51ab13=_0x406ff2[_0x1fb566];return _0x51ab13;}export const ALL_CORE_IDES=[a306_0x23e8c5(0x11a),'windsurf',a306_0x23e8c5(0x124),a306_0x23e8c5(0x126),a306_0x23e8c5(0xfa),a306_0x23e8c5(0x11f),'qoder','codebuddy',a306_0x23e8c5(0x115)];
1
+ const a305_0x38d252=a305_0x2bce;function a305_0x1f7f(){const _0x1d3f53=['Trae','11VhsXCt','.cursor/skills/rabetbase.md','.cursorrules','.agent/skills/lovrabet/SKILL.md','qoder','110UdIihV','.windsurf/workflows/rabetbase.md','Claude\x20Code','file','Cline\x20IDE','585RhgyNz','.claude','Antigravity\x20IDE','cursor','.cursor','Cline','22772bbyIdU','Codex\x20IDE','Qoder\x20IDE','windsurf','.codex','.trae/skills/lovrabet/SKILL.md','816bTGnif','trae','.codebuddy/skills/lovrabet/SKILL.md','8022FIdRUe','Cursor','215743lbzFAD','.claude/skills/lovrabet/SKILL.md','90467aUlnSa','49224HJAvJX','2212ufZRnI','cline','Windsurf\x20IDE','CodeBuddy','.windsurf','codebuddy','.agent','Antigravity','6JAiUex','codex','.codex/skills/lovrabet/SKILL.md','OpenCode','opencode','Generic\x20template\x20fallback','535085DWrQsJ','claude','OpenCode\x20IDE','.qoder','.trae','.qoder/rules/rabetbase.md','.cline/skills/lovrabet/SKILL.md','.opencode','595244mwxnfd','agent'];a305_0x1f7f=function(){return _0x1d3f53;};return a305_0x1f7f();}(function(_0xe51b77,_0x3ababe){const _0x45571e=a305_0x2bce,_0x5e4739=_0xe51b77();while(!![]){try{const _0x37e9a4=parseInt(_0x45571e(0xc5))/0x1*(parseInt(_0x45571e(0xd5))/0x2)+-parseInt(_0x45571e(0xb4))/0x3*(parseInt(_0x45571e(0xc2))/0x4)+parseInt(_0x45571e(0xba))/0x5+parseInt(_0x45571e(0xde))/0x6*(parseInt(_0x45571e(0xe4))/0x7)+parseInt(_0x45571e(0xe3))/0x8*(-parseInt(_0x45571e(0xcf))/0x9)+parseInt(_0x45571e(0xca))/0xa*(-parseInt(_0x45571e(0xe0))/0xb)+parseInt(_0x45571e(0xdb))/0xc*(parseInt(_0x45571e(0xe2))/0xd);if(_0x37e9a4===_0x3ababe)break;else _0x5e4739['push'](_0x5e4739['shift']());}catch(_0x3206ce){_0x5e4739['push'](_0x5e4739['shift']());}}}(a305_0x1f7f,0x34681));export const CORE_IDE_CONFIGS={'cursor':{'name':a305_0x38d252(0xdf),'description':'Cursor\x20IDE','folders':[a305_0x38d252(0xc7),a305_0x38d252(0xd3)],'files':[{'type':'file','path':a305_0x38d252(0xc6)}]},'windsurf':{'name':'Windsurf','description':a305_0x38d252(0xe6),'folders':[a305_0x38d252(0xe8)],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xcb)}]},'claude':{'name':a305_0x38d252(0xcc),'description':a305_0x38d252(0xcc),'folders':[a305_0x38d252(0xd0)],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xe1)}]},'cline':{'name':a305_0x38d252(0xd4),'description':a305_0x38d252(0xce),'folders':['.cline'],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xc0)}]},'codex':{'name':'Codex','description':a305_0x38d252(0xd6),'folders':[a305_0x38d252(0xd9)],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xb6)}]},'opencode':{'name':a305_0x38d252(0xb7),'description':a305_0x38d252(0xbc),'folders':[a305_0x38d252(0xc1)],'files':[{'type':a305_0x38d252(0xcd),'path':'.opencode/skills/lovrabet/SKILL.md'}]},'qoder':{'name':'Qoder','description':a305_0x38d252(0xd7),'folders':[a305_0x38d252(0xbd)],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xbf)},{'type':'file','path':'.qoder/skills/lovrabet/SKILL.md'}]},'codebuddy':{'name':a305_0x38d252(0xe7),'description':'CodeBuddy\x20IDE','folders':['.codebuddy'],'files':[{'type':'file','path':a305_0x38d252(0xdd)}]},'trae':{'name':a305_0x38d252(0xc4),'description':'Trae\x20IDE','folders':[a305_0x38d252(0xbe)],'files':[{'type':'file','path':a305_0x38d252(0xda)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'Other\x20(generic\x20template)','description':a305_0x38d252(0xb9),'folders':[a305_0x38d252(0xb2)],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xc8)}]},'antigravity':{'name':a305_0x38d252(0xb3),'description':a305_0x38d252(0xd1),'folders':[a305_0x38d252(0xb2)],'files':[{'type':a305_0x38d252(0xcd),'path':a305_0x38d252(0xc8)}]}};export const CORE_IDE_LIST=[a305_0x38d252(0xbb),a305_0x38d252(0xe5),a305_0x38d252(0xb1),'codex','cursor',a305_0x38d252(0xb8),a305_0x38d252(0xc9),'trae','windsurf'];export const IDE_LIST=['antigravity','claude',a305_0x38d252(0xe5),'codebuddy',a305_0x38d252(0xb5),a305_0x38d252(0xd2),a305_0x38d252(0xb8),a305_0x38d252(0xc9),a305_0x38d252(0xdc),a305_0x38d252(0xd8),a305_0x38d252(0xc3)];function a305_0x2bce(_0x2039c1,_0x454bf0){_0x2039c1=_0x2039c1-0xb1;const _0x1f7fe9=a305_0x1f7f();let _0x2bcebe=_0x1f7fe9[_0x2039c1];return _0x2bcebe;}export const ALL_CORE_IDES=[a305_0x38d252(0xd2),a305_0x38d252(0xd8),'claude','cline',a305_0x38d252(0xb5),a305_0x38d252(0xb8),a305_0x38d252(0xc9),a305_0x38d252(0xb1),a305_0x38d252(0xdc)];
@@ -1 +1 @@
1
- (function(_0x20f3bd,_0x5700b3){const _0x3e2389=a307_0x39b4,_0x9802fa=_0x20f3bd();while(!![]){try{const _0x29836e=-parseInt(_0x3e2389(0x6f))/0x1*(parseInt(_0x3e2389(0x70))/0x2)+-parseInt(_0x3e2389(0x69))/0x3*(-parseInt(_0x3e2389(0x6d))/0x4)+parseInt(_0x3e2389(0x6b))/0x5+parseInt(_0x3e2389(0x6e))/0x6*(-parseInt(_0x3e2389(0x67))/0x7)+-parseInt(_0x3e2389(0x6a))/0x8*(-parseInt(_0x3e2389(0x71))/0x9)+parseInt(_0x3e2389(0x72))/0xa*(parseInt(_0x3e2389(0x6c))/0xb)+-parseInt(_0x3e2389(0x68))/0xc;if(_0x29836e===_0x5700b3)break;else _0x9802fa['push'](_0x9802fa['shift']());}catch(_0x329093){_0x9802fa['push'](_0x9802fa['shift']());}}}(a307_0x4e0b,0x8dc5e));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a307_0x39b4(_0x1a7898,_0x56b2ad){_0x1a7898=_0x1a7898-0x67;const _0x4e0b41=a307_0x4e0b();let _0x39b4ba=_0x4e0b41[_0x1a7898];return _0x39b4ba;}import{CliErrors}from'../errors.js';function a307_0x4e0b(){const _0xbce62d=['235332oOjmiJ','28TqMGkA','10902QGlUvx','324KySYxg','10NkTaCj','91FDTAOh','19620948xrQLQV','15guVyia','67816xPornr','2823870iwlcvh','9907689sxhBYQ','886120uMKdvN'];a307_0x4e0b=function(){return _0xbce62d;};return a307_0x4e0b();}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ function a306_0x303a(_0x503126,_0xc2d0dc){_0x503126=_0x503126-0xed;const _0x13b62d=a306_0x13b6();let _0x303a4f=_0x13b62d[_0x503126];return _0x303a4f;}(function(_0x446ae5,_0x2508ea){const _0x2750fa=a306_0x303a,_0x1c8c8a=_0x446ae5();while(!![]){try{const _0x401bc9=-parseInt(_0x2750fa(0xf0))/0x1*(parseInt(_0x2750fa(0xf2))/0x2)+-parseInt(_0x2750fa(0xed))/0x3*(-parseInt(_0x2750fa(0xf1))/0x4)+parseInt(_0x2750fa(0xf5))/0x5*(-parseInt(_0x2750fa(0xf4))/0x6)+parseInt(_0x2750fa(0xf7))/0x7+parseInt(_0x2750fa(0xf6))/0x8+-parseInt(_0x2750fa(0xee))/0x9*(-parseInt(_0x2750fa(0xf3))/0xa)+-parseInt(_0x2750fa(0xef))/0xb;if(_0x401bc9===_0x2508ea)break;else _0x1c8c8a['push'](_0x1c8c8a['shift']());}catch(_0xaa5198){_0x1c8c8a['push'](_0x1c8c8a['shift']());}}}(a306_0x13b6,0xa0054));function a306_0x13b6(){const _0x15f4e4=['102JcgzcK','30QyvmYM','1627782hphrNC','5fOhFef','6696392NLqUCY','2874977miTSgj','2850969xMmwlA','2742003jnhVHG','23298814eIlddh','1319VmUwrL','4wVThzT'];a306_0x13b6=function(){return _0x15f4e4;};return a306_0x13b6();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- (function(_0x1f40bd,_0x357b13){const _0x336742=a308_0x5c72,_0x310895=_0x1f40bd();while(!![]){try{const _0x5c21cc=-parseInt(_0x336742(0x6d))/0x1+parseInt(_0x336742(0x6b))/0x2+parseInt(_0x336742(0x73))/0x3+-parseInt(_0x336742(0x68))/0x4+-parseInt(_0x336742(0x6f))/0x5*(parseInt(_0x336742(0x6e))/0x6)+-parseInt(_0x336742(0x74))/0x7*(-parseInt(_0x336742(0x69))/0x8)+-parseInt(_0x336742(0x71))/0x9;if(_0x5c21cc===_0x357b13)break;else _0x310895['push'](_0x310895['shift']());}catch(_0x546808){_0x310895['push'](_0x310895['shift']());}}}(a308_0x421b,0xa6f27));import{getTemplateBaseUrl}from'../utils/config.js';function a308_0x421b(){const _0x5bd94a=['3291081giHMks','84RwKCZh','now','node','json','1773084CqCoDW','490480LCpDno','/config.json','888586PuvxqN','application/json','605900nCrLbC','7428JEUSFP','1090EqhByU','sdk','2467530FaDpMR','stableVersion'];a308_0x421b=function(){return _0x5bd94a;};return a308_0x421b();}export async function fetchCdnConfig(){const _0x1ae902=a308_0x5c72,_0xdb8574=getTemplateBaseUrl(),_0x36d3a1=[_0xdb8574+_0x1ae902(0x6a),_0xdb8574+'/config/index.json'];for(const _0x5d4b11 of _0x36d3a1){try{const _0x3b0623=await fetch(_0x5d4b11,{'headers':{'Accept':_0x1ae902(0x6c)}});if(!_0x3b0623['ok'])continue;const _0x86abeb=await _0x3b0623[_0x1ae902(0x77)]();if(!_0x86abeb['cli']?.[_0x1ae902(0x72)]||!_0x86abeb[_0x1ae902(0x70)]?.[_0x1ae902(0x76)]?.['stableVersion'])continue;return _0x86abeb;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x17a5e6=a308_0x5c72,_0x411882=Date[_0x17a5e6(0x75)]();if(hasCachedConfig){const _0x23a859=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x411882-cacheTime<_0x23a859)return cachedConfig;}const _0x505e05=await fetchCdnConfig();return cachedConfig=_0x505e05,cacheTime=_0x411882,hasCachedConfig=!![],_0x505e05;}function a308_0x5c72(_0x4c087a,_0x462a65){_0x4c087a=_0x4c087a-0x68;const _0x421bd1=a308_0x421b();let _0x5c7267=_0x421bd1[_0x4c087a];return _0x5c7267;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x476d83,_0x5d4307){const _0x1a49f5=a307_0x382f,_0x472629=_0x476d83();while(!![]){try{const _0x26719f=parseInt(_0x1a49f5(0x171))/0x1*(-parseInt(_0x1a49f5(0x16c))/0x2)+-parseInt(_0x1a49f5(0x16f))/0x3+parseInt(_0x1a49f5(0x178))/0x4+-parseInt(_0x1a49f5(0x175))/0x5*(parseInt(_0x1a49f5(0x174))/0x6)+parseInt(_0x1a49f5(0x16b))/0x7*(parseInt(_0x1a49f5(0x170))/0x8)+parseInt(_0x1a49f5(0x16e))/0x9*(parseInt(_0x1a49f5(0x17a))/0xa)+parseInt(_0x1a49f5(0x16d))/0xb;if(_0x26719f===_0x5d4307)break;else _0x472629['push'](_0x472629['shift']());}catch(_0x5ac1b9){_0x472629['push'](_0x472629['shift']());}}}(a307_0xf9e8,0x79d5e));import{getTemplateBaseUrl}from'../utils/config.js';function a307_0x382f(_0xfc8ba2,_0x2688eb){_0xfc8ba2=_0xfc8ba2-0x16a;const _0xf9e897=a307_0xf9e8();let _0x382fcd=_0xf9e897[_0xfc8ba2];return _0x382fcd;}export async function fetchCdnConfig(){const _0x442fce=a307_0x382f,_0x3610ee=getTemplateBaseUrl(),_0x597cea=[_0x3610ee+_0x442fce(0x176),_0x3610ee+'/config/index.json'];for(const _0x5bedd7 of _0x597cea){try{const _0x3c79d5=await fetch(_0x5bedd7,{'headers':{'Accept':_0x442fce(0x172)}});if(!_0x3c79d5['ok'])continue;const _0x13c9d4=await _0x3c79d5['json']();if(!_0x13c9d4['cli']?.[_0x442fce(0x177)]||!_0x13c9d4[_0x442fce(0x179)]?.[_0x442fce(0x16a)]?.[_0x442fce(0x177)])continue;return _0x13c9d4;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;function a307_0xf9e8(){const _0x23ec23=['sdk','4670CDkoWU','node','1029MDRyqu','4084vOfudy','4357496wXlnml','10485aaDUxa','1800270uwSSvu','39416akzmyT','163NPEEXk','application/json','now','96HybRGv','107185XHNafR','/config.json','stableVersion','442024owrTdW'];a307_0xf9e8=function(){return _0x23ec23;};return a307_0xf9e8();}let hasCachedConfig=![];export async function getCdnConfig(){const _0x5aa8ae=a307_0x382f,_0x279d7c=Date[_0x5aa8ae(0x173)]();if(hasCachedConfig){const _0x4b41a2=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x279d7c-cacheTime<_0x4b41a2)return cachedConfig;}const _0x3e1a85=await fetchCdnConfig();return cachedConfig=_0x3e1a85,cacheTime=_0x279d7c,hasCachedConfig=!![],_0x3e1a85;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- const a309_0x2bfd50=a309_0x30d5;function a309_0x5700(){const _0x76f090=['node','coerce','npm\x20install\x20','test','join','\x20\x20\x20Current\x20version:\x20','stableVersion','115ktrBvl','10vACNXY','10512ZHkZkS','some','latest','node_modules','utf-8','\x1b[1m','\x1b[33m','devDependencies','existsSync','parse','8105KBgjse','87732KDycxl','utf8','log','packageName','\x1b[0m','↪\x20SDK\x20update\x20available','readFileSync','dependencies','597247TiAqnz','package.json','sdk','@lovrabet/sdk','24jSfnYE','10316hcENyq','\x20\x20\x20Upgrade\x20command:\x20','190784kpPVNH','8rPZhko','809592MPcJwV','needsUpgrade','312sJqgGC','version','1.2.0','minVersion'];a309_0x5700=function(){return _0x76f090;};return a309_0x5700();}(function(_0x287df3,_0x99a7a4){const _0xe9f57=a309_0x30d5,_0x2d47af=_0x287df3();while(!![]){try{const _0x26f24a=-parseInt(_0xe9f57(0x16d))/0x1+-parseInt(_0xe9f57(0x17a))/0x2*(parseInt(_0xe9f57(0x163))/0x3)+-parseInt(_0xe9f57(0x17b))/0x4*(parseInt(_0xe9f57(0x161))/0x5)+-parseInt(_0xe9f57(0x17f))/0x6+-parseInt(_0xe9f57(0x176))/0x7*(parseInt(_0xe9f57(0x17e))/0x8)+-parseInt(_0xe9f57(0x16e))/0x9*(parseInt(_0xe9f57(0x162))/0xa)+-parseInt(_0xe9f57(0x17d))/0xb*(-parseInt(_0xe9f57(0x181))/0xc);if(_0x26f24a===_0x99a7a4)break;else _0x2d47af['push'](_0x2d47af['shift']());}catch(_0x337b80){_0x2d47af['push'](_0x2d47af['shift']());}}}(a309_0x5700,0x1b371));import a309_0x269392 from'node:fs';import a309_0x334bf6 from'node:path';import a309_0x1506ea from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a309_0x2bfd50(0x183);function isNonNumericVersion(_0x3172ea){const _0x2aa25e=a309_0x2bfd50,_0x58f1f2=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x58f1f2[_0x2aa25e(0x164)](_0x25f8f4=>_0x25f8f4[_0x2aa25e(0x15d)](_0x3172ea));}function getInstalledVersion(_0x3ac050,_0x1c43b2){const _0x184400=a309_0x2bfd50;try{const _0x35171a=a309_0x334bf6[_0x184400(0x15e)](_0x3ac050,_0x184400(0x166),_0x1c43b2,_0x184400(0x177));if(a309_0x269392[_0x184400(0x16b)](_0x35171a)){const _0x1a2674=JSON[_0x184400(0x16c)](a309_0x269392[_0x184400(0x174)](_0x35171a,_0x184400(0x167)));return _0x1a2674[_0x184400(0x182)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x3ef8ae=a309_0x2bfd50;try{const _0x4e08a9=await getCdnConfig();return _0x4e08a9?.[_0x3ef8ae(0x178)]?.[_0x3ef8ae(0x15a)]?.[_0x3ef8ae(0x160)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x495254=a309_0x2bfd50;try{const _0x5a2883=await getCdnConfig();return _0x5a2883?.[_0x495254(0x178)]?.['node']?.[_0x495254(0x171)]||_0x495254(0x179);}catch{return _0x495254(0x179);}}export async function checkSdkVersion(_0xab94dd){const _0xa6cf32=a309_0x2bfd50,_0x51ec26=a309_0x334bf6[_0xa6cf32(0x15e)](_0xab94dd,_0xa6cf32(0x177)),[_0x2674f7,_0x585f1b]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x4bad2f=_0x2674f7||FALLBACK_MIN_SDK_VERSION;if(!a309_0x269392[_0xa6cf32(0x16b)](_0x51ec26))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4bad2f,'packageName':_0x585f1b,'stableVersion':_0x2674f7};try{const _0x1da566=JSON[_0xa6cf32(0x16c)](a309_0x269392[_0xa6cf32(0x174)](_0x51ec26,_0xa6cf32(0x16f))),_0x43ccec=_0x1da566[_0xa6cf32(0x175)]||{},_0x1f003b=_0x1da566['devDependencies']||{},_0x36763f=_0x43ccec[_0x585f1b]||_0x1f003b[_0x585f1b];if(!_0x36763f)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4bad2f,'packageName':_0x585f1b,'stableVersion':_0x2674f7};let _0x135583=getInstalledVersion(_0xab94dd,_0x585f1b);!_0x135583&&(_0x135583=_0x36763f);if(isNonNumericVersion(_0x36763f))return{'installed':!![],'version':_0x135583,'needsUpgrade':![],'minVersion':_0x4bad2f,'packageName':_0x585f1b,'stableVersion':_0x2674f7};const _0x29fa34=a309_0x1506ea['coerce'](_0x135583),_0x2d2504=a309_0x1506ea[_0xa6cf32(0x15b)](_0x4bad2f),_0x308e83=_0x29fa34&&_0x2d2504?a309_0x1506ea['lt'](_0x29fa34,_0x2d2504):![];return{'installed':!![],'version':_0x135583,'needsUpgrade':_0x308e83,'minVersion':_0x4bad2f,'packageName':_0x585f1b,'stableVersion':_0x2674f7};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4bad2f,'packageName':_0x585f1b,'stableVersion':_0x2674f7};}}export function checkSdkVersionSync(_0x23d44a){const _0x2702ec=a309_0x2bfd50,_0x220fbe=a309_0x334bf6[_0x2702ec(0x15e)](_0x23d44a,_0x2702ec(0x177)),_0x364627='@lovrabet/sdk';if(!a309_0x269392['existsSync'](_0x220fbe))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x364627,'stableVersion':null};try{const _0x8d2cb0=JSON[_0x2702ec(0x16c)](a309_0x269392[_0x2702ec(0x174)](_0x220fbe,_0x2702ec(0x16f))),_0x39ac8b=_0x8d2cb0[_0x2702ec(0x175)]||{},_0x54992c=_0x8d2cb0[_0x2702ec(0x16a)]||{},_0x4a6e99=_0x39ac8b[_0x364627]||_0x54992c[_0x364627];if(!_0x4a6e99)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x364627,'stableVersion':null};let _0xae08b8=getInstalledVersion(_0x23d44a,_0x364627);!_0xae08b8&&(_0xae08b8=_0x4a6e99);if(isNonNumericVersion(_0x4a6e99))return{'installed':!![],'version':_0xae08b8,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x364627,'stableVersion':null};const _0x521ce5=a309_0x1506ea['coerce'](_0xae08b8),_0x3f0cb8=_0x521ce5?a309_0x1506ea['lt'](_0x521ce5,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0xae08b8,'needsUpgrade':_0x3f0cb8,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x364627,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x364627,'stableVersion':null};}}function a309_0x30d5(_0x316dc2,_0x166aa6){_0x316dc2=_0x316dc2-0x15a;const _0x5700dc=a309_0x5700();let _0x30d559=_0x5700dc[_0x316dc2];return _0x30d559;}export function printSdkUpgradeWarning(_0x165932){const _0x5adf74=a309_0x2bfd50;if(!_0x165932[_0x5adf74(0x180)])return;const _0xd821c3=_0x5adf74(0x169),_0x343b78=_0x5adf74(0x172),_0x3b4951=_0x5adf74(0x168),_0x18e9b5=_0x165932[_0x5adf74(0x171)]||'@lovrabet/sdk',_0x301f3c=_0x165932[_0x5adf74(0x160)]||_0x165932[_0x5adf74(0x184)],_0x587162=_0x5adf74(0x15c)+_0x18e9b5+'@'+(_0x301f3c||_0x5adf74(0x165));console['log'](),console['log'](''+_0xd821c3+_0x3b4951+_0x5adf74(0x173)+_0x343b78),console[_0x5adf74(0x170)](_0xd821c3+_0x5adf74(0x15f)+_0x18e9b5+'@'+_0x165932[_0x5adf74(0x182)]+_0x343b78),console['log'](_0xd821c3+'\x20\x20\x20Stable\x20version:\x20'+_0x301f3c+_0x343b78),console['log'](_0xd821c3+_0x5adf74(0x17c)+_0x587162+_0x343b78),console[_0x5adf74(0x170)]();}
1
+ const a308_0x553902=a308_0x231c;(function(_0x311e0a,_0x3a6141){const _0x32b60f=a308_0x231c,_0x37ad8b=_0x311e0a();while(!![]){try{const _0x251db2=-parseInt(_0x32b60f(0x18c))/0x1*(-parseInt(_0x32b60f(0x1a3))/0x2)+parseInt(_0x32b60f(0x193))/0x3*(-parseInt(_0x32b60f(0x1a4))/0x4)+-parseInt(_0x32b60f(0x18d))/0x5+-parseInt(_0x32b60f(0x1a8))/0x6*(-parseInt(_0x32b60f(0x18f))/0x7)+-parseInt(_0x32b60f(0x18e))/0x8*(parseInt(_0x32b60f(0x189))/0x9)+-parseInt(_0x32b60f(0x191))/0xa*(-parseInt(_0x32b60f(0x1a7))/0xb)+-parseInt(_0x32b60f(0x197))/0xc*(parseInt(_0x32b60f(0x1ab))/0xd);if(_0x251db2===_0x3a6141)break;else _0x37ad8b['push'](_0x37ad8b['shift']());}catch(_0xde5823){_0x37ad8b['push'](_0x37ad8b['shift']());}}}(a308_0x3d8e,0xd8efb));import a308_0x31dfc7 from'node:fs';import a308_0x3a9ff6 from'node:path';function a308_0x3d8e(){const _0x436fe6=['package.json','\x1b[33m','node','\x20\x20\x20Current\x20version:\x20','\x20\x20\x20Stable\x20version:\x20','some','1.2.0','utf8','↪\x20SDK\x20update\x20available','14140obrAll','4XJiufv','utf-8','readFileSync','143mEyEHh','2533644FUwhLN','log','coerce','143oJslZt','packageName','\x1b[0m','minVersion','needsUpgrade','\x20\x20\x20Upgrade\x20command:\x20','version','sdk','devDependencies','@lovrabet/sdk','3582icLcDY','latest','stableVersion','210uUHuZf','1953005eMiMRe','6408DgRsVO','14RQcaHd','all','1191340QfwTwL','existsSync','3590847NLjpsu','test','dependencies','join','1181532ZIpxgN','node_modules','parse'];a308_0x3d8e=function(){return _0x436fe6;};return a308_0x3d8e();}import a308_0x380ae2 from'semver';function a308_0x231c(_0x59a593,_0x44bed0){_0x59a593=_0x59a593-0x185;const _0x3d8e03=a308_0x3d8e();let _0x231c84=_0x3d8e03[_0x59a593];return _0x231c84;}import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a308_0x553902(0x1a0);function isNonNumericVersion(_0x59ab40){const _0x343e62=a308_0x553902,_0x2aee61=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x2aee61[_0x343e62(0x19f)](_0xc76236=>_0xc76236[_0x343e62(0x194)](_0x59ab40));}function getInstalledVersion(_0x3d82c2,_0x8163d1){const _0x43dd5b=a308_0x553902;try{const _0x227bb2=a308_0x3a9ff6[_0x43dd5b(0x196)](_0x3d82c2,_0x43dd5b(0x198),_0x8163d1,_0x43dd5b(0x19a));if(a308_0x31dfc7[_0x43dd5b(0x192)](_0x227bb2)){const _0x53717c=JSON['parse'](a308_0x31dfc7[_0x43dd5b(0x1a6)](_0x227bb2,_0x43dd5b(0x1a5)));return _0x53717c[_0x43dd5b(0x185)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x47f2d9=a308_0x553902;try{const _0x3f7de0=await getCdnConfig();return _0x3f7de0?.[_0x47f2d9(0x186)]?.['node']?.[_0x47f2d9(0x18b)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x5684be=a308_0x553902;try{const _0x4dd7e7=await getCdnConfig();return _0x4dd7e7?.[_0x5684be(0x186)]?.[_0x5684be(0x19c)]?.[_0x5684be(0x1ac)]||_0x5684be(0x188);}catch{return'@lovrabet/sdk';}}export async function checkSdkVersion(_0x3b3261){const _0x14bbf0=a308_0x553902,_0x50ce70=a308_0x3a9ff6[_0x14bbf0(0x196)](_0x3b3261,_0x14bbf0(0x19a)),[_0x12d3ac,_0x49caae]=await Promise[_0x14bbf0(0x190)]([getSdkStableVersion(),getSdkPackageName()]),_0x181553=_0x12d3ac||FALLBACK_MIN_SDK_VERSION;if(!a308_0x31dfc7[_0x14bbf0(0x192)](_0x50ce70))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x181553,'packageName':_0x49caae,'stableVersion':_0x12d3ac};try{const _0x1d5e4f=JSON[_0x14bbf0(0x199)](a308_0x31dfc7[_0x14bbf0(0x1a6)](_0x50ce70,_0x14bbf0(0x1a1))),_0x4e7523=_0x1d5e4f['dependencies']||{},_0x305066=_0x1d5e4f[_0x14bbf0(0x187)]||{},_0x56ed89=_0x4e7523[_0x49caae]||_0x305066[_0x49caae];if(!_0x56ed89)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x181553,'packageName':_0x49caae,'stableVersion':_0x12d3ac};let _0x34c08d=getInstalledVersion(_0x3b3261,_0x49caae);!_0x34c08d&&(_0x34c08d=_0x56ed89);if(isNonNumericVersion(_0x56ed89))return{'installed':!![],'version':_0x34c08d,'needsUpgrade':![],'minVersion':_0x181553,'packageName':_0x49caae,'stableVersion':_0x12d3ac};const _0x25bdf4=a308_0x380ae2[_0x14bbf0(0x1aa)](_0x34c08d),_0x3d6ce8=a308_0x380ae2[_0x14bbf0(0x1aa)](_0x181553),_0x5398bd=_0x25bdf4&&_0x3d6ce8?a308_0x380ae2['lt'](_0x25bdf4,_0x3d6ce8):![];return{'installed':!![],'version':_0x34c08d,'needsUpgrade':_0x5398bd,'minVersion':_0x181553,'packageName':_0x49caae,'stableVersion':_0x12d3ac};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x181553,'packageName':_0x49caae,'stableVersion':_0x12d3ac};}}export function checkSdkVersionSync(_0x190a45){const _0x19092f=a308_0x553902,_0x166936=a308_0x3a9ff6[_0x19092f(0x196)](_0x190a45,_0x19092f(0x19a)),_0x295135=_0x19092f(0x188);if(!a308_0x31dfc7['existsSync'](_0x166936))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x295135,'stableVersion':null};try{const _0x1bad68=JSON[_0x19092f(0x199)](a308_0x31dfc7['readFileSync'](_0x166936,_0x19092f(0x1a1))),_0x1f7290=_0x1bad68[_0x19092f(0x195)]||{},_0x4f24e3=_0x1bad68[_0x19092f(0x187)]||{},_0x32111b=_0x1f7290[_0x295135]||_0x4f24e3[_0x295135];if(!_0x32111b)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x295135,'stableVersion':null};let _0x1467b8=getInstalledVersion(_0x190a45,_0x295135);!_0x1467b8&&(_0x1467b8=_0x32111b);if(isNonNumericVersion(_0x32111b))return{'installed':!![],'version':_0x1467b8,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x295135,'stableVersion':null};const _0x4c09ab=a308_0x380ae2[_0x19092f(0x1aa)](_0x1467b8),_0xe517d4=_0x4c09ab?a308_0x380ae2['lt'](_0x4c09ab,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x1467b8,'needsUpgrade':_0xe517d4,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x295135,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x295135,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x115b0e){const _0x46af6b=a308_0x553902;if(!_0x115b0e[_0x46af6b(0x1af)])return;const _0x3c1c3d=_0x46af6b(0x19b),_0xe3e6a=_0x46af6b(0x1ad),_0x15a098='\x1b[1m',_0x4fab5c=_0x115b0e['packageName']||_0x46af6b(0x188),_0x14a73f=_0x115b0e[_0x46af6b(0x18b)]||_0x115b0e[_0x46af6b(0x1ae)],_0x4823af='npm\x20install\x20'+_0x4fab5c+'@'+(_0x14a73f||_0x46af6b(0x18a));console[_0x46af6b(0x1a9)](),console[_0x46af6b(0x1a9)](''+_0x3c1c3d+_0x15a098+_0x46af6b(0x1a2)+_0xe3e6a),console[_0x46af6b(0x1a9)](_0x3c1c3d+_0x46af6b(0x19d)+_0x4fab5c+'@'+_0x115b0e[_0x46af6b(0x185)]+_0xe3e6a),console['log'](_0x3c1c3d+_0x46af6b(0x19e)+_0x14a73f+_0xe3e6a),console[_0x46af6b(0x1a9)](_0x3c1c3d+_0x46af6b(0x1b0)+_0x4823af+_0xe3e6a),console['log']();}