@lovrabet/rabetbase-cli 2.5.2 → 2.5.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.d.ts +1 -1
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/api/generate-sdk-config-file.d.ts +2 -1
  6. package/lib/api/generate-sdk-config-file.js +1 -1
  7. package/lib/auth/auth-server-ui.js +1 -1
  8. package/lib/auth/auth-server.js +1 -1
  9. package/lib/auth/constant.js +1 -1
  10. package/lib/auth/get-cookie.js +1 -1
  11. package/lib/auth/get-session-user.js +1 -1
  12. package/lib/auth/is-session-valid.js +1 -1
  13. package/lib/auth/login-success-html.js +1 -1
  14. package/lib/auth/logout.js +1 -1
  15. package/lib/cli-flags.js +1 -1
  16. package/lib/cli.js +1 -1
  17. package/lib/commands/api/generate.js +1 -1
  18. package/lib/commands/api/index.js +1 -1
  19. package/lib/commands/api/list.js +1 -1
  20. package/lib/commands/api/pull.js +1 -1
  21. package/lib/commands/api/shared.js +1 -1
  22. package/lib/commands/app/index.js +1 -1
  23. package/lib/commands/app/list.js +1 -1
  24. package/lib/commands/app/members-list.js +1 -1
  25. package/lib/commands/app/remote-directory.js +1 -1
  26. package/lib/commands/app/shared.js +1 -1
  27. package/lib/commands/app-config/delete.js +1 -1
  28. package/lib/commands/app-config/get.js +1 -1
  29. package/lib/commands/app-config/index.js +1 -1
  30. package/lib/commands/app-config/list.js +1 -1
  31. package/lib/commands/app-config/set.js +1 -1
  32. package/lib/commands/app-config/shared.js +1 -1
  33. package/lib/commands/auth/index.js +1 -1
  34. package/lib/commands/bff/create.js +1 -1
  35. package/lib/commands/bff/delete.js +1 -1
  36. package/lib/commands/bff/detail.js +1 -1
  37. package/lib/commands/bff/index.js +1 -1
  38. package/lib/commands/bff/list.js +1 -1
  39. package/lib/commands/bff/pull.js +1 -1
  40. package/lib/commands/bff/push.js +1 -1
  41. package/lib/commands/bff/status.js +1 -1
  42. package/lib/commands/cli-skill/index.js +1 -1
  43. package/lib/commands/cli-update.js +1 -1
  44. package/lib/commands/codegen/index.js +1 -1
  45. package/lib/commands/codegen/sdk.js +1 -1
  46. package/lib/commands/codegen/sql.js +1 -1
  47. package/lib/commands/common/app-registry.js +1 -1
  48. package/lib/commands/common/app-selector.js +1 -1
  49. package/lib/commands/common/async-task.js +1 -1
  50. package/lib/commands/common/dry-run.js +1 -1
  51. package/lib/commands/common/flags.js +1 -1
  52. package/lib/commands/common/local-file.js +1 -1
  53. package/lib/commands/common/validate.js +1 -1
  54. package/lib/commands/config/delete.js +1 -1
  55. package/lib/commands/config/get.js +1 -1
  56. package/lib/commands/config/index.js +1 -1
  57. package/lib/commands/config/init.js +1 -1
  58. package/lib/commands/config/list.js +1 -1
  59. package/lib/commands/config/set.js +1 -1
  60. package/lib/commands/config/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/business-groups.js +1 -1
  63. package/lib/commands/dataset/capability.js +1 -1
  64. package/lib/commands/dataset/delete.js +1 -1
  65. package/lib/commands/dataset/detail.js +1 -1
  66. package/lib/commands/dataset/extend-update.js +1 -1
  67. package/lib/commands/dataset/field-restore.js +1 -1
  68. package/lib/commands/dataset/field-update.js +1 -1
  69. package/lib/commands/dataset/generate.js +1 -1
  70. package/lib/commands/dataset/index.js +1 -1
  71. package/lib/commands/dataset/list.js +1 -1
  72. package/lib/commands/dataset/operations.js +1 -1
  73. package/lib/commands/dataset/relation-audit.js +1 -1
  74. package/lib/commands/dataset/relation-create.js +1 -1
  75. package/lib/commands/dataset/relation-delete.js +1 -1
  76. package/lib/commands/dataset/relation-shared.js +1 -1
  77. package/lib/commands/dataset/relation-update.js +1 -1
  78. package/lib/commands/dataset/relations.js +1 -1
  79. package/lib/commands/dataset/rename.js +1 -1
  80. package/lib/commands/dataset/restore.js +1 -1
  81. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  82. package/lib/commands/db/analysis-batching.js +1 -1
  83. package/lib/commands/db/analyze-batch-plan.js +1 -1
  84. package/lib/commands/db/analyze-cancel.js +1 -1
  85. package/lib/commands/db/analyze-start.js +1 -1
  86. package/lib/commands/db/analyze-status.js +1 -1
  87. package/lib/commands/db/create.js +1 -1
  88. package/lib/commands/db/delete.js +1 -1
  89. package/lib/commands/db/detail.js +1 -1
  90. package/lib/commands/db/diff-refresh-start.js +1 -1
  91. package/lib/commands/db/diff-refresh-status.js +1 -1
  92. package/lib/commands/db/diff.js +1 -1
  93. package/lib/commands/db/index.js +1 -1
  94. package/lib/commands/db/list.js +1 -1
  95. package/lib/commands/db/shared.js +1 -1
  96. package/lib/commands/db/table-diff-shared.js +1 -1
  97. package/lib/commands/db/tables.js +1 -1
  98. package/lib/commands/db/test.js +1 -1
  99. package/lib/commands/db/update.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/doctor.js +1 -1
  105. package/lib/commands/file/index.js +1 -1
  106. package/lib/commands/instant-api-policy/current.js +1 -1
  107. package/lib/commands/instant-api-policy/index.js +1 -1
  108. package/lib/commands/instant-api-policy/init.js +1 -1
  109. package/lib/commands/instant-api-policy/publish.js +1 -1
  110. package/lib/commands/instant-api-policy/pull.js +1 -1
  111. package/lib/commands/instant-api-policy/revision.js +1 -1
  112. package/lib/commands/instant-api-policy/revisions.js +1 -1
  113. package/lib/commands/instant-api-policy/rollback.js +1 -1
  114. package/lib/commands/instant-api-policy/shared.js +1 -1
  115. package/lib/commands/instant-api-policy/validate.js +1 -1
  116. package/lib/commands/issue/index.js +1 -1
  117. package/lib/commands/issue/nudge.js +1 -1
  118. package/lib/commands/issue/report.js +1 -1
  119. package/lib/commands/issue/shared.js +1 -1
  120. package/lib/commands/kb/create.js +1 -1
  121. package/lib/commands/kb/delete.js +1 -1
  122. package/lib/commands/kb/detail.js +1 -1
  123. package/lib/commands/kb/index.js +1 -1
  124. package/lib/commands/kb/list.js +1 -1
  125. package/lib/commands/kb/search.js +1 -1
  126. package/lib/commands/kb/shared.js +1 -1
  127. package/lib/commands/kb/update.js +1 -1
  128. package/lib/commands/logs/index.js +1 -1
  129. package/lib/commands/menu/asset-update.js +1 -1
  130. package/lib/commands/menu/delete.js +1 -1
  131. package/lib/commands/menu/external-link-create.js +1 -1
  132. package/lib/commands/menu/external-link-update.js +1 -1
  133. package/lib/commands/menu/group-create.js +1 -1
  134. package/lib/commands/menu/group-update.js +1 -1
  135. package/lib/commands/menu/index.js +1 -1
  136. package/lib/commands/menu/list.js +1 -1
  137. package/lib/commands/menu/move.js +1 -1
  138. package/lib/commands/menu/regroup-start.js +1 -1
  139. package/lib/commands/menu/rename.js +1 -1
  140. package/lib/commands/menu/shared/compare-table.js +1 -1
  141. package/lib/commands/menu/shared/delete-plan.js +1 -1
  142. package/lib/commands/menu/shared/facts.js +1 -1
  143. package/lib/commands/menu/shared/index.js +1 -1
  144. package/lib/commands/menu/shared/inquirer.js +1 -1
  145. package/lib/commands/menu/shared/local-pages.js +1 -1
  146. package/lib/commands/menu/shared/logic.js +1 -1
  147. package/lib/commands/menu/shared/mutations.js +1 -1
  148. package/lib/commands/menu/shared/service.js +1 -1
  149. package/lib/commands/menu/shared/sync-core.js +1 -1
  150. package/lib/commands/menu/shared/update-core.js +1 -1
  151. package/lib/commands/menu/shared/valid-url.js +1 -1
  152. package/lib/commands/menu/sync.js +1 -1
  153. package/lib/commands/menu/visibility-update.js +1 -1
  154. package/lib/commands/notification/config-create.js +1 -1
  155. package/lib/commands/notification/config-delete.js +1 -1
  156. package/lib/commands/notification/config-list.js +1 -1
  157. package/lib/commands/notification/config-update.js +1 -1
  158. package/lib/commands/notification/index.js +1 -1
  159. package/lib/commands/notification/shared.js +1 -1
  160. package/lib/commands/ocr/index.js +1 -1
  161. package/lib/commands/page/create.js +1 -1
  162. package/lib/commands/page/custom/detail.js +1 -1
  163. package/lib/commands/page/custom/list.js +1 -1
  164. package/lib/commands/page/custom/publish.js +1 -1
  165. package/lib/commands/page/custom/shared.js +1 -1
  166. package/lib/commands/page/custom/syntax.js +1 -1
  167. package/lib/commands/page/custom/update.js +1 -1
  168. package/lib/commands/page/data-list-status.js +1 -1
  169. package/lib/commands/page/generate-start.js +1 -1
  170. package/lib/commands/page/generate-status.js +1 -1
  171. package/lib/commands/page/index.js +1 -1
  172. package/lib/commands/page/pull.js +1 -1
  173. package/lib/commands/page/push.js +1 -1
  174. package/lib/commands/page/relation-audit.js +1 -1
  175. package/lib/commands/page/restore.js +1 -1
  176. package/lib/commands/page/shared.js +1 -1
  177. package/lib/commands/page/sync.js +1 -1
  178. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  179. package/lib/commands/project/create/format-elapsed.js +1 -1
  180. package/lib/commands/project/create/main.js +1 -1
  181. package/lib/commands/project/create/materialize-project-template.js +1 -1
  182. package/lib/commands/project/create/project-name.js +1 -1
  183. package/lib/commands/project/create/project-template-archive.js +1 -1
  184. package/lib/commands/project/create/project-template-path.js +1 -1
  185. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  186. package/lib/commands/project/create/use-format-code.js +1 -1
  187. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  188. package/lib/commands/project/domain-routing-sync.js +1 -1
  189. package/lib/commands/project/index.js +1 -1
  190. package/lib/commands/project/upgrade.js +1 -1
  191. package/lib/commands/registry.js +1 -1
  192. package/lib/commands/role/delete.js +1 -1
  193. package/lib/commands/role/detail.js +1 -1
  194. package/lib/commands/role/index.js +1 -1
  195. package/lib/commands/role/list.js +1 -1
  196. package/lib/commands/role/shared.js +1 -1
  197. package/lib/commands/role/update.js +1 -1
  198. package/lib/commands/role/user-add.js +1 -1
  199. package/lib/commands/role/user-remove.js +1 -1
  200. package/lib/commands/role/user-resolve.js +1 -1
  201. package/lib/commands/rule/get.js +1 -1
  202. package/lib/commands/rule/index.js +1 -1
  203. package/lib/commands/rule/list.js +1 -1
  204. package/lib/commands/rule/set.js +1 -1
  205. package/lib/commands/rule/shared.js +1 -1
  206. package/lib/commands/run/index.js +1 -1
  207. package/lib/commands/schema.js +1 -1
  208. package/lib/commands/sql/create.js +1 -1
  209. package/lib/commands/sql/delete.js +1 -1
  210. package/lib/commands/sql/detail.js +1 -1
  211. package/lib/commands/sql/exec.js +1 -1
  212. package/lib/commands/sql/index.js +1 -1
  213. package/lib/commands/sql/list.js +1 -1
  214. package/lib/commands/sql/pull.js +1 -1
  215. package/lib/commands/sql/push.js +1 -1
  216. package/lib/commands/sql/shared.js +1 -1
  217. package/lib/commands/sql/status.js +1 -1
  218. package/lib/commands/sql/validate.js +1 -1
  219. package/lib/commands/task/index.js +1 -1
  220. package/lib/commands/task/status.js +1 -1
  221. package/lib/commands/tenant/index.js +1 -1
  222. package/lib/commands/tenant/members-list.js +1 -1
  223. package/lib/commands/tenant/shared.js +1 -1
  224. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  225. package/lib/commands/user-account/index.js +1 -1
  226. package/lib/commands/workspace/add.js +1 -1
  227. package/lib/commands/workspace/index.js +1 -1
  228. package/lib/commands/workspace/remove.js +1 -1
  229. package/lib/config/domain-config.js +1 -1
  230. package/lib/config/project-domain-routing.js +1 -1
  231. package/lib/config/region-config.d.ts +23 -0
  232. package/lib/config/region-config.js +1 -0
  233. package/lib/config/schema.d.ts +15 -0
  234. package/lib/config/schema.js +1 -1
  235. package/lib/constant/cdn.js +1 -1
  236. package/lib/constant/cli.js +1 -1
  237. package/lib/constant/defaults.js +1 -1
  238. package/lib/constant/domain.js +1 -1
  239. package/lib/constant/env.js +1 -1
  240. package/lib/constant/output.js +1 -1
  241. package/lib/constant/paths.js +1 -1
  242. package/lib/constant/region.js +1 -1
  243. package/lib/constant/risk.js +1 -1
  244. package/lib/constant/routing-profile.js +1 -1
  245. package/lib/context/app-resolver.d.ts +6 -0
  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.d.ts +13 -0
  250. package/lib/context.js +1 -1
  251. package/lib/core/alias-resolver.js +1 -1
  252. package/lib/core/api-client.d.ts +2 -0
  253. package/lib/core/api-client.js +1 -1
  254. package/lib/core/bff/config.js +1 -1
  255. package/lib/core/bff/file-system.js +1 -1
  256. package/lib/core/bff/hash.js +1 -1
  257. package/lib/core/bff/lock.js +1 -1
  258. package/lib/core/bff/utils.js +1 -1
  259. package/lib/core/db-resolver.js +1 -1
  260. package/lib/core/instant-api-policy/config.js +1 -1
  261. package/lib/core/kb-search-client.js +1 -1
  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/page/lr-smart-jsx.d.ts +6 -0
  266. package/lib/core/page/lr-smart-jsx.js +1 -0
  267. package/lib/core/sql-index-auditor.js +1 -1
  268. package/lib/core/sql-sync/config.js +1 -1
  269. package/lib/core/sql-sync/file-system.js +1 -1
  270. package/lib/core/sql-sync/hash.js +1 -1
  271. package/lib/core/sql-sync/lock.js +1 -1
  272. package/lib/core/sql-sync/utils.js +1 -1
  273. package/lib/core/sql-validator.js +1 -1
  274. package/lib/errors.js +1 -1
  275. package/lib/framework/build-all-flags.js +1 -1
  276. package/lib/framework/error-output.js +1 -1
  277. package/lib/framework/explicit-yes.js +1 -1
  278. package/lib/framework/flags.js +1 -1
  279. package/lib/framework/help.js +1 -1
  280. package/lib/framework/index.js +1 -1
  281. package/lib/framework/output.js +1 -1
  282. package/lib/framework/response.js +1 -1
  283. package/lib/framework/runner-alias.js +1 -1
  284. package/lib/framework/runner.js +1 -1
  285. package/lib/framework/schema-export.js +1 -1
  286. package/lib/framework/supported-flags.js +1 -1
  287. package/lib/framework/types.js +1 -1
  288. package/lib/generated/build-info.d.ts +4 -4
  289. package/lib/generated/build-info.js +1 -1
  290. package/lib/generated/official-routing.js +1 -1
  291. package/lib/generated/routing-contract.js +1 -1
  292. package/lib/help.js +1 -1
  293. package/lib/postinstall.js +1 -1
  294. package/lib/runtime/confirmation.js +1 -1
  295. package/lib/runtime/event.js +1 -1
  296. package/lib/runtime/index.js +1 -1
  297. package/lib/runtime/queue.js +1 -1
  298. package/lib/runtime/resolve.js +1 -1
  299. package/lib/skills/builtin-skill.js +1 -1
  300. package/lib/skills/main.js +1 -1
  301. package/lib/skills/npx-skills-add.js +1 -1
  302. package/lib/skills/skill-presence.js +1 -1
  303. package/lib/telemetry/cli-command-trace.js +1 -1
  304. package/lib/telemetry/cli-help-trace.js +1 -1
  305. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  306. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  307. package/lib/telemetry/send-cli-trace-log.js +1 -1
  308. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  309. package/lib/types/index.d.ts +1 -1
  310. package/lib/utils/ai_config.js +1 -1
  311. package/lib/utils/apply-jq-filter.js +1 -1
  312. package/lib/utils/cdn-config.js +1 -1
  313. package/lib/utils/check-sdk-version.js +1 -1
  314. package/lib/utils/cli-version-check.js +1 -1
  315. package/lib/utils/cli-version-policy.js +1 -1
  316. package/lib/utils/config.d.ts +2 -8
  317. package/lib/utils/config.js +1 -1
  318. package/lib/utils/entity-with-id.js +1 -1
  319. package/lib/utils/file-utils.js +1 -1
  320. package/lib/utils/guides-cdn.js +1 -1
  321. package/lib/utils/http-client.js +1 -1
  322. package/lib/utils/is-non-interactive.js +1 -1
  323. package/lib/utils/logger.js +1 -1
  324. package/lib/utils/params.js +1 -1
  325. package/lib/utils/platform.js +1 -1
  326. package/lib/utils/sleep.js +1 -1
  327. package/lib/utils/template-replacer.d.ts +2 -1
  328. package/lib/utils/template-replacer.js +1 -1
  329. package/lib/utils/update-notice.js +1 -1
  330. package/lib/utils/version.js +1 -1
  331. package/lib/utils/with-active-cookie.js +1 -1
  332. package/lib/utils/write-cli-side-channel.js +1 -1
  333. package/package.json +1 -1
  334. package/skills/rabetbase/SKILL.md +6 -5
  335. package/skills/rabetbase/guides/page-development-workflow.md +3 -0
  336. package/skills/rabetbase/guides/sdk-client-generation.md +5 -5
  337. package/skills/rabetbase/knowledge/page-schema/LrSmartJsx.md +11 -3
  338. package/skills/rabetbase/references/rabetbase-api-pull.md +5 -4
  339. package/skills/rabetbase/references/rabetbase-app-list.md +3 -0
  340. package/skills/rabetbase/references/rabetbase-bff-list.md +1 -1
  341. package/skills/rabetbase/references/rabetbase-bff-pull.md +2 -0
  342. package/skills/rabetbase/references/rabetbase-bff-status.md +2 -0
  343. package/skills/rabetbase/references/rabetbase-config.md +10 -9
  344. package/skills/rabetbase/references/rabetbase-doctor.md +2 -2
  345. package/skills/rabetbase/references/rabetbase-page-push.md +5 -1
  346. package/skills/rabetbase/references/rabetbase-workspace.md +4 -2
  347. package/skills/rabetbase.manifest.json +3 -3
  348. package/templates/generate-api/client.ts.tpl +1 -1
@@ -1 +1 @@
1
- (function(_0x4c040e,_0x57ae4d){const _0x42fb7a=a288_0x5bbe,_0x5034b9=_0x4c040e();while(!![]){try{const _0x27f09c=parseInt(_0x42fb7a(0xf3))/0x1+parseInt(_0x42fb7a(0xd9))/0x2+-parseInt(_0x42fb7a(0xe2))/0x3+parseInt(_0x42fb7a(0xdc))/0x4*(parseInt(_0x42fb7a(0xfa))/0x5)+parseInt(_0x42fb7a(0xf6))/0x6+parseInt(_0x42fb7a(0xe3))/0x7*(parseInt(_0x42fb7a(0xf4))/0x8)+parseInt(_0x42fb7a(0xdf))/0x9*(-parseInt(_0x42fb7a(0xef))/0xa);if(_0x27f09c===_0x57ae4d)break;else _0x5034b9['push'](_0x5034b9['shift']());}catch(_0x37cd3c){_0x5034b9['push'](_0x5034b9['shift']());}}}(a288_0x5252,0x42845));function a288_0x5bbe(_0x427c8b,_0x35a450){_0x427c8b=_0x427c8b-0xd8;const _0x5252d1=a288_0x5252();let _0x5bbe9b=_0x5252d1[_0x427c8b];return _0x5bbe9b;}import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x3e13da,command:_0x1786ba,risk:_0x656356,dryRun:_0x5cd572}){const _0x182aa7=a288_0x5bbe;return JSON[_0x182aa7(0xdd)]({'ok':_0x3e13da['ok'],'command':_0x1786ba,'risk':_0x656356,..._0x5cd572?{'dryRun':!![]}:{},..._0x3e13da[_0x182aa7(0xe8)]!==undefined?{'data':_0x3e13da[_0x182aa7(0xe8)]}:{},..._0x3e13da[_0x182aa7(0xd8)]?{'message':_0x3e13da[_0x182aa7(0xd8)]}:{}});}};function a288_0x5252(){const _0x3ae01a=['definition','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','command','126497gMteVN','8lNmsPg','isNonInteractive','657330yTlqyo','presentation','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','yes','5wZmfuD','risk','message','593386HEdEMa','rawFlags','high-risk-write','474484QLooab','stringify','reason','1458ubmDKP','confirmation','result','1195263VVdAuM','3057740SWYwzU','execute','service','riskLevel','dry-run','data','signal','args','AbortError','format','dryRun','present','25760qLispE'];a288_0x5252=function(){return _0x3ae01a;};return a288_0x5252();}export async function invokeRabetbase(_0x338e97,_0x394618){const _0xa7e3b6=a288_0x5bbe;throwIfAborted(_0x394618['signal']);const _0x4e2f8e=await resolveRabetbaseInvocation(_0x338e97),_0x11dbbb=canonicalRabetbaseOperation(_0x4e2f8e[_0xa7e3b6(0xf0)]);return await confirmWriteBeforeQueue(_0x4e2f8e['definition'],_0x4e2f8e[_0xa7e3b6(0xda)],_0x11dbbb,_0x394618),runSerialized(async()=>{const _0x12703f=_0xa7e3b6,_0x5e1ba9={};try{throwIfAborted(_0x394618[_0x12703f(0xe9)]);const _0x2dc559=buildConfigFromFlags(_0x4e2f8e[_0x12703f(0xda)]);!isRoutingRecoveryService(_0x4e2f8e[_0x12703f(0xf0)][_0x12703f(0xe5)])&&await initGlobalEnvironment(_0x2dc559);const _0x19653b=createPipelineEnv(_0x2dc559,{..._0x4e2f8e[_0x12703f(0xda)],'yes':_0x4e2f8e[_0x12703f(0xf0)][_0x12703f(0xfb)]===_0x12703f(0xdb)?!![]:_0x4e2f8e['rawFlags'][_0x12703f(0xf9)],'nonInteractive':!![]},_0x4e2f8e[_0x12703f(0xea)]);_0x19653b[_0x12703f(0xf5)]=!![],_0x19653b[_0x12703f(0xe6)]=_0x12703f(0xdb);const _0x1875a6=withAbortSignal(_0x4e2f8e[_0x12703f(0xf0)],_0x394618[_0x12703f(0xe9)]),_0xa1356e=createRabetbaseRunnerAdapter({'formatOutput'(_0x492795,_0x146223){const _0x13721f=_0x12703f;_0x5e1ba9[_0x13721f(0xe1)]=_0x492795,_0x5e1ba9[_0x13721f(0xf2)]=_0x146223[_0x13721f(0xf2)],_0x5e1ba9['risk']=_0x146223[_0x13721f(0xfb)],_0x5e1ba9[_0x13721f(0xec)]=_0x146223['format'],_0x5e1ba9['dryRun']=_0x146223[_0x13721f(0xed)]===!![];},async 'confirmHighRisk'(){const _0x189452=_0x12703f;throw new Error(_0x189452(0xf1));}});await runCommand(_0x1875a6,_0x19653b,_0xa1356e);if(!_0x5e1ba9[_0x12703f(0xe1)]||!_0x5e1ba9['command']||!_0x5e1ba9['risk']||!_0x5e1ba9[_0x12703f(0xec)])throw new Error(_0x12703f(0xf8));const _0x1ca923=_0x5e1ba9['dryRun']===!![],_0x4a74a3=_0x394618[_0x12703f(0xf7)]??defaultPresentation,_0x5da670={'result':_0x5e1ba9['result'],'command':_0x5e1ba9[_0x12703f(0xf2)],'operation':_0x11dbbb,'risk':_0x5e1ba9[_0x12703f(0xfb)],'format':_0x5e1ba9[_0x12703f(0xec)],'dryRun':_0x1ca923},_0x4bb61=createRabetbaseWriteMetadata(_0x4e2f8e[_0x12703f(0xf0)],_0x11dbbb,_0x5e1ba9[_0x12703f(0xe1)],_0x1ca923);let _0x52fe22;try{_0x52fe22=await _0x4a74a3[_0x12703f(0xee)](_0x5da670);}catch(_0x245f5f){if(!_0x4bb61||_0x4a74a3===defaultPresentation)throw _0x245f5f;_0x52fe22=await defaultPresentation[_0x12703f(0xee)](_0x5da670);}return{'operation':_0x11dbbb,'risk':_0x5e1ba9[_0x12703f(0xfb)],'mode':_0x1ca923?_0x12703f(0xe7):_0x12703f(0xe4),'result':_0x5e1ba9['result'],'output':_0x52fe22,..._0x4bb61?{'metadata':_0x4bb61}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x218320,_0x4f477b,_0x2f4952,_0x4a45c7){const _0x198570=a288_0x5bbe;if(_0x4f477b[_0x198570(0xed)]===!![]||_0x218320['risk']!=='write'&&_0x218320['risk']!==_0x198570(0xdb))return;await _0x4a45c7[_0x198570(0xe0)]['confirm'](buildRabetbaseConfirmationRequest(_0x218320,_0x2f4952,_0x4a45c7[_0x198570(0xe9)]));}function withAbortSignal(_0x4d6fc2,_0x2b0059){return{..._0x4d6fc2,async 'execute'(_0x6df49){const _0x681605=a288_0x5bbe;return throwIfAborted(_0x2b0059),_0x4d6fc2[_0x681605(0xe4)]({..._0x6df49,'signal':_0x2b0059});}};}function throwIfAborted(_0x4b8b56){const _0x1aa8bc=a288_0x5bbe;if(_0x4b8b56?.['aborted'])throw _0x4b8b56[_0x1aa8bc(0xde)]instanceof Error?_0x4b8b56[_0x1aa8bc(0xde)]:new DOMException('Rabetbase\x20invocation\x20aborted.',_0x1aa8bc(0xeb));}
1
+ (function(_0x394b94,_0x225525){const _0x24a4e9=a290_0x58d1,_0x138114=_0x394b94();while(!![]){try{const _0x55bf3b=parseInt(_0x24a4e9(0x116))/0x1*(parseInt(_0x24a4e9(0x113))/0x2)+parseInt(_0x24a4e9(0x120))/0x3*(parseInt(_0x24a4e9(0x11b))/0x4)+parseInt(_0x24a4e9(0x128))/0x5+parseInt(_0x24a4e9(0x10c))/0x6+-parseInt(_0x24a4e9(0x10f))/0x7*(parseInt(_0x24a4e9(0x11c))/0x8)+parseInt(_0x24a4e9(0x11f))/0x9*(-parseInt(_0x24a4e9(0x11d))/0xa)+-parseInt(_0x24a4e9(0x124))/0xb;if(_0x55bf3b===_0x225525)break;else _0x138114['push'](_0x138114['shift']());}catch(_0x15e50b){_0x138114['push'](_0x138114['shift']());}}}(a290_0x384f,0x31dac));import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';function a290_0x58d1(_0x1a687c,_0x5a0971){_0x1a687c=_0x1a687c-0x10a;const _0x384f20=a290_0x384f();let _0x58d19d=_0x384f20[_0x1a687c];return _0x58d19d;}import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';function a290_0x384f(){const _0x5b2b8b=['confirm','present','489940hVKGnZ','format','stringify','isNonInteractive','aborted','presentation','high-risk-write','command','dry-run','674658dGETPF','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','data','1407fqAbIj','service','AbortError','rawFlags','780866CUoBVm','execute','definition','1HpmTYF','message','args','confirmation','result','876ZjNMVl','11792cYlcKV','1500DfOFrB','reason','2583YSwTwx','5223OhWhxM','dryRun','signal','risk','4824765UzmLAU','write'];a290_0x384f=function(){return _0x5b2b8b;};return a290_0x384f();}import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0xabd211,command:_0x4051e1,risk:_0x4822bd,dryRun:_0xa75371}){const _0x476388=a290_0x58d1;return JSON[_0x476388(0x12a)]({'ok':_0xabd211['ok'],'command':_0x4051e1,'risk':_0x4822bd,..._0xa75371?{'dryRun':!![]}:{},..._0xabd211[_0x476388(0x10e)]!==undefined?{'data':_0xabd211[_0x476388(0x10e)]}:{},..._0xabd211[_0x476388(0x117)]?{'message':_0xabd211[_0x476388(0x117)]}:{}});}};export async function invokeRabetbase(_0x1c1e46,_0x47e4f5){const _0x39542a=a290_0x58d1;throwIfAborted(_0x47e4f5['signal']);const _0x57616b=await resolveRabetbaseInvocation(_0x1c1e46),_0x408a28=canonicalRabetbaseOperation(_0x57616b[_0x39542a(0x115)]);return await confirmWriteBeforeQueue(_0x57616b[_0x39542a(0x115)],_0x57616b['rawFlags'],_0x408a28,_0x47e4f5),runSerialized(async()=>{const _0x332be1=_0x39542a,_0x4cbfe5={};try{throwIfAborted(_0x47e4f5['signal']);const _0x18a579=buildConfigFromFlags(_0x57616b[_0x332be1(0x112)]);!isRoutingRecoveryService(_0x57616b[_0x332be1(0x115)][_0x332be1(0x110)])&&await initGlobalEnvironment(_0x18a579);const _0x2515ad=createPipelineEnv(_0x18a579,{..._0x57616b[_0x332be1(0x112)],'yes':_0x57616b['definition'][_0x332be1(0x123)]===_0x332be1(0x12e)?!![]:_0x57616b[_0x332be1(0x112)]['yes'],'nonInteractive':!![]},_0x57616b[_0x332be1(0x118)]);_0x2515ad[_0x332be1(0x12b)]=!![],_0x2515ad['riskLevel']='high-risk-write';const _0x4e2cd2=withAbortSignal(_0x57616b[_0x332be1(0x115)],_0x47e4f5[_0x332be1(0x122)]),_0x2715f2=createRabetbaseRunnerAdapter({'formatOutput'(_0x3fc0a3,_0x55b9a0){const _0x31d1dd=_0x332be1;_0x4cbfe5[_0x31d1dd(0x11a)]=_0x3fc0a3,_0x4cbfe5[_0x31d1dd(0x10a)]=_0x55b9a0[_0x31d1dd(0x10a)],_0x4cbfe5[_0x31d1dd(0x123)]=_0x55b9a0['risk'],_0x4cbfe5[_0x31d1dd(0x129)]=_0x55b9a0[_0x31d1dd(0x129)],_0x4cbfe5['dryRun']=_0x55b9a0[_0x31d1dd(0x121)]===!![];},async 'confirmHighRisk'(){throw new Error('Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.');}});await runCommand(_0x4e2cd2,_0x2515ad,_0x2715f2);if(!_0x4cbfe5['result']||!_0x4cbfe5[_0x332be1(0x10a)]||!_0x4cbfe5[_0x332be1(0x123)]||!_0x4cbfe5[_0x332be1(0x129)])throw new Error(_0x332be1(0x10d));const _0x3a600d=_0x4cbfe5['dryRun']===!![],_0x356fcb=_0x47e4f5[_0x332be1(0x12d)]??defaultPresentation,_0x4bf08c={'result':_0x4cbfe5[_0x332be1(0x11a)],'command':_0x4cbfe5['command'],'operation':_0x408a28,'risk':_0x4cbfe5[_0x332be1(0x123)],'format':_0x4cbfe5[_0x332be1(0x129)],'dryRun':_0x3a600d},_0x294c6e=createRabetbaseWriteMetadata(_0x57616b['definition'],_0x408a28,_0x4cbfe5[_0x332be1(0x11a)],_0x3a600d);let _0x413008;try{_0x413008=await _0x356fcb[_0x332be1(0x127)](_0x4bf08c);}catch(_0xfc95a){if(!_0x294c6e||_0x356fcb===defaultPresentation)throw _0xfc95a;_0x413008=await defaultPresentation['present'](_0x4bf08c);}return{'operation':_0x408a28,'risk':_0x4cbfe5['risk'],'mode':_0x3a600d?_0x332be1(0x10b):_0x332be1(0x114),'result':_0x4cbfe5[_0x332be1(0x11a)],'output':_0x413008,..._0x294c6e?{'metadata':_0x294c6e}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x2e3240,_0x54336d,_0x471a45,_0x3f99e7){const _0x5c5bd4=a290_0x58d1;if(_0x54336d[_0x5c5bd4(0x121)]===!![]||_0x2e3240[_0x5c5bd4(0x123)]!==_0x5c5bd4(0x125)&&_0x2e3240['risk']!==_0x5c5bd4(0x12e))return;await _0x3f99e7[_0x5c5bd4(0x119)][_0x5c5bd4(0x126)](buildRabetbaseConfirmationRequest(_0x2e3240,_0x471a45,_0x3f99e7[_0x5c5bd4(0x122)]));}function withAbortSignal(_0x5d7047,_0x114119){return{..._0x5d7047,async 'execute'(_0x207911){const _0xddd43b=a290_0x58d1;return throwIfAborted(_0x114119),_0x5d7047[_0xddd43b(0x114)]({..._0x207911,'signal':_0x114119});}};}function throwIfAborted(_0x1e6124){const _0x1d81ba=a290_0x58d1;if(_0x1e6124?.[_0x1d81ba(0x12c)])throw _0x1e6124[_0x1d81ba(0x11e)]instanceof Error?_0x1e6124[_0x1d81ba(0x11e)]:new DOMException('Rabetbase\x20invocation\x20aborted.',_0x1d81ba(0x111));}
@@ -1 +1 @@
1
- function a289_0x56f5(){const _0xd3ea4f=['204960xkThnK','resolve','282708jLHvTq','2429705OXWHfq','catch','319ploTrG','162DLwEUf','10ggxfNf','3MIUOcu','19817RWTVyq','20RRJaVB','217553SFCvkp','5415032Avuqsb','958428dvjBnW'];a289_0x56f5=function(){return _0xd3ea4f;};return a289_0x56f5();}const a289_0x2c9b57=a289_0x381f;(function(_0x4e5c8d,_0x3a8c86){const _0x5bbca1=a289_0x381f,_0x53c5e3=_0x4e5c8d();while(!![]){try{const _0x1ae9ab=-parseInt(_0x5bbca1(0x13b))/0x1*(parseInt(_0x5bbca1(0x137))/0x2)+-parseInt(_0x5bbca1(0x138))/0x3*(parseInt(_0x5bbca1(0x132))/0x4)+parseInt(_0x5bbca1(0x133))/0x5+-parseInt(_0x5bbca1(0x136))/0x6*(parseInt(_0x5bbca1(0x139))/0x7)+parseInt(_0x5bbca1(0x13c))/0x8+parseInt(_0x5bbca1(0x13d))/0x9*(parseInt(_0x5bbca1(0x13a))/0xa)+parseInt(_0x5bbca1(0x135))/0xb*(parseInt(_0x5bbca1(0x13e))/0xc);if(_0x1ae9ab===_0x3a8c86)break;else _0x53c5e3['push'](_0x53c5e3['shift']());}catch(_0x1ce769){_0x53c5e3['push'](_0x53c5e3['shift']());}}}(a289_0x56f5,0x9b555));let tail=Promise[a289_0x2c9b57(0x13f)]();function a289_0x381f(_0x16eaea,_0x579055){_0x16eaea=_0x16eaea-0x132;const _0x56f526=a289_0x56f5();let _0x381fa1=_0x56f526[_0x16eaea];return _0x381fa1;}export async function runSerialized(_0x19afdc){const _0xe20d1d=a289_0x2c9b57,_0x1b88c8=tail;let _0x33e690;tail=new Promise(_0x5beb6b=>{_0x33e690=_0x5beb6b;}),await _0x1b88c8[_0xe20d1d(0x134)](()=>undefined);try{return await _0x19afdc();}finally{_0x33e690();}}
1
+ const a291_0x21a4e1=a291_0x4f58;function a291_0x4f58(_0x293361,_0x1177cc){_0x293361=_0x293361-0x167;const _0x41a1fb=a291_0x41a1();let _0x4f5837=_0x41a1fb[_0x293361];return _0x4f5837;}(function(_0x5c74d9,_0xa3d545){const _0x2d2cc1=a291_0x4f58,_0x2f189e=_0x5c74d9();while(!![]){try{const _0x3b8919=parseInt(_0x2d2cc1(0x16e))/0x1*(-parseInt(_0x2d2cc1(0x16d))/0x2)+parseInt(_0x2d2cc1(0x16f))/0x3*(parseInt(_0x2d2cc1(0x169))/0x4)+parseInt(_0x2d2cc1(0x173))/0x5*(parseInt(_0x2d2cc1(0x171))/0x6)+parseInt(_0x2d2cc1(0x168))/0x7+-parseInt(_0x2d2cc1(0x170))/0x8*(parseInt(_0x2d2cc1(0x167))/0x9)+-parseInt(_0x2d2cc1(0x174))/0xa*(parseInt(_0x2d2cc1(0x16b))/0xb)+-parseInt(_0x2d2cc1(0x16a))/0xc;if(_0x3b8919===_0xa3d545)break;else _0x2f189e['push'](_0x2f189e['shift']());}catch(_0x5e9867){_0x2f189e['push'](_0x2f189e['shift']());}}}(a291_0x41a1,0xafd83));let tail=Promise[a291_0x21a4e1(0x16c)]();export async function runSerialized(_0x405591){const _0x460850=a291_0x21a4e1,_0x5ae47e=tail;let _0x38eb79;tail=new Promise(_0x5ea148=>{_0x38eb79=_0x5ea148;}),await _0x5ae47e[_0x460850(0x172)](()=>undefined);try{return await _0x405591();}finally{_0x38eb79();}}function a291_0x41a1(){const _0x57844d=['3bdLiqE','56HklrTF','156RyuFNL','catch','268445kSdDCU','4157390DIgWYz','334467kJDFCE','8320151uVqtXX','3927332fDVuhC','16882212xoLaWW','22dJyuwe','resolve','63202uKpmha','11UogHYY'];a291_0x41a1=function(){return _0x57844d;};return a291_0x41a1();}
@@ -1 +1 @@
1
- (function(_0x5c673a,_0x5e0258){const _0x17f4e3=a290_0x40dc,_0x25681b=_0x5c673a();while(!![]){try{const _0x41e2c8=-parseInt(_0x17f4e3(0xa3))/0x1*(parseInt(_0x17f4e3(0x9e))/0x2)+-parseInt(_0x17f4e3(0x9c))/0x3+parseInt(_0x17f4e3(0x96))/0x4*(-parseInt(_0x17f4e3(0x90))/0x5)+-parseInt(_0x17f4e3(0x99))/0x6*(parseInt(_0x17f4e3(0x91))/0x7)+parseInt(_0x17f4e3(0x95))/0x8+-parseInt(_0x17f4e3(0x93))/0x9+parseInt(_0x17f4e3(0x98))/0xa*(parseInt(_0x17f4e3(0x9b))/0xb);if(_0x41e2c8===_0x5e0258)break;else _0x25681b['push'](_0x25681b['shift']());}catch(_0xbf1ea7){_0x25681b['push'](_0x25681b['shift']());}}}(a290_0x48c7,0x4d349));function a290_0x40dc(_0x20825d,_0x19419c){_0x20825d=_0x20825d-0x8f;const _0x48c74d=a290_0x48c7();let _0x40dc09=_0x48c74d[_0x20825d];return _0x40dc09;}import a290_0x1388e9 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(_0x3f8a8e){const _0x27200d=a290_0x40dc,_0x362d36=a290_0x1388e9('',{'importMeta':import.meta,'argv':[..._0x3f8a8e],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x331ed5=[..._0x362d36[_0x27200d(0x94)]],_0xd374ab=_0x362d36['flags'],_0x2d968d=_0x331ed5[0x0];if(!_0x2d968d)throw CliErrors[_0x27200d(0x9a)](_0x27200d(0xa2));const _0x445349=resolveRemovedCommand(_0x2d968d,_0x331ed5[0x1]);if(_0x445349)throw CliErrors[_0x27200d(0x9a)](_0x445349['message'],_0x445349[_0x27200d(0x97)]);if(_0x2d968d==='run')throw CliErrors['validation']('`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.',_0x27200d(0x92));if(!isKnownService(_0x2d968d))throw CliErrors[_0x27200d(0x9f)](_0x331ed5[_0x27200d(0xa1)]('\x20'));const _0x513576=getServiceEntry(_0x2d968d),_0x214d7c=_0x331ed5[0x1],_0x3069d4=_0x214d7c||_0x513576['defaultCommand'];if(!_0x3069d4){if(_0x513576['wildcardDef'])return{'definition':_0x513576[_0x27200d(0x9d)],'rawFlags':_0xd374ab,'args':[]};throw CliErrors[_0x27200d(0x9a)](_0x27200d(0x8f)+_0x2d968d+'\x22.');}const _0x4f1276=findDefinition(_0x2d968d,_0x3069d4);if(_0x4f1276)return assertSupportedCommandFlags(_0x4f1276,_0xd374ab),{'definition':_0x4f1276,'rawFlags':_0xd374ab,'args':_0x331ed5[_0x27200d(0xa0)](0x2)};if(_0x513576[_0x27200d(0x9d)])return{'definition':_0x513576[_0x27200d(0x9d)],'rawFlags':_0xd374ab,'args':[_0x3069d4,..._0x331ed5[_0x27200d(0xa0)](0x2)]};throw CliErrors['unknownCommand'](_0x2d968d+'\x20'+_0x3069d4);}function a290_0x48c7(){const _0xda3cdf=['1979335XewLXQ','865991rQJEwv','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','265797fXzZqI','input','3994528kfGFlw','4QrVvoO','hint','35940yAGTJL','6hMHBnc','validation','3179DwZxFe','1235487VpUscS','wildcardDef','2ZjBNsZ','unknownCommand','slice','join','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','260807XhSjRI','Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22'];a290_0x48c7=function(){return _0xda3cdf;};return a290_0x48c7();}
1
+ function a292_0x4bb9(){const _0xb7bfc3=['678JAuAzn','408078CuvGgq','`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.','run','validation','message','input','9afdUqL','hint','37171123LNSvcf','wildcardDef','join','12OScVtZ','13345qaLvhN','440702CNBmFT','684qIEXAp','2uEHneh','unknownCommand','42329iLlIUO','9632390FrAifR','Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','2405544kwOjbJ'];a292_0x4bb9=function(){return _0xb7bfc3;};return a292_0x4bb9();}(function(_0x553629,_0x57d1c2){const _0x2649dd=a292_0x3d89,_0x32915e=_0x553629();while(!![]){try{const _0x908824=-parseInt(_0x2649dd(0x128))/0x1*(parseInt(_0x2649dd(0x12a))/0x2)+parseInt(_0x2649dd(0x132))/0x3+-parseInt(_0x2649dd(0x129))/0x4*(parseInt(_0x2649dd(0x127))/0x5)+parseInt(_0x2649dd(0x131))/0x6*(-parseInt(_0x2649dd(0x12c))/0x7)+-parseInt(_0x2649dd(0x130))/0x8+parseInt(_0x2649dd(0x121))/0x9*(-parseInt(_0x2649dd(0x12d))/0xa)+-parseInt(_0x2649dd(0x123))/0xb*(-parseInt(_0x2649dd(0x126))/0xc);if(_0x908824===_0x57d1c2)break;else _0x32915e['push'](_0x32915e['shift']());}catch(_0x4d86cf){_0x32915e['push'](_0x32915e['shift']());}}}(a292_0x4bb9,0xa3c9b));import a292_0x28194f 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';function a292_0x3d89(_0x9e35b5,_0x124b83){_0x9e35b5=_0x9e35b5-0x11e;const _0x4bb932=a292_0x4bb9();let _0x3d8928=_0x4bb932[_0x9e35b5];return _0x3d8928;}export async function resolveRabetbaseInvocation(_0x29d85c){const _0x34c14a=a292_0x3d89,_0x2a2fac=a292_0x28194f('',{'importMeta':import.meta,'argv':[..._0x29d85c],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0xaeec8d=[..._0x2a2fac[_0x34c14a(0x120)]],_0x2f0518=_0x2a2fac['flags'],_0x44a2ae=_0xaeec8d[0x0];if(!_0x44a2ae)throw CliErrors[_0x34c14a(0x11e)](_0x34c14a(0x12f));const _0x55c0ea=resolveRemovedCommand(_0x44a2ae,_0xaeec8d[0x1]);if(_0x55c0ea)throw CliErrors[_0x34c14a(0x11e)](_0x55c0ea[_0x34c14a(0x11f)],_0x55c0ea[_0x34c14a(0x122)]);if(_0x44a2ae===_0x34c14a(0x134))throw CliErrors[_0x34c14a(0x11e)](_0x34c14a(0x133),'Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.');if(!isKnownService(_0x44a2ae))throw CliErrors[_0x34c14a(0x12b)](_0xaeec8d[_0x34c14a(0x125)]('\x20'));const _0xbd98c=getServiceEntry(_0x44a2ae),_0x30e2bd=_0xaeec8d[0x1],_0x507e9c=_0x30e2bd||_0xbd98c['defaultCommand'];if(!_0x507e9c){if(_0xbd98c['wildcardDef'])return{'definition':_0xbd98c[_0x34c14a(0x124)],'rawFlags':_0x2f0518,'args':[]};throw CliErrors[_0x34c14a(0x11e)](_0x34c14a(0x12e)+_0x44a2ae+'\x22.');}const _0x5cf026=findDefinition(_0x44a2ae,_0x507e9c);if(_0x5cf026)return assertSupportedCommandFlags(_0x5cf026,_0x2f0518),{'definition':_0x5cf026,'rawFlags':_0x2f0518,'args':_0xaeec8d['slice'](0x2)};if(_0xbd98c[_0x34c14a(0x124)])return{'definition':_0xbd98c[_0x34c14a(0x124)],'rawFlags':_0x2f0518,'args':[_0x507e9c,..._0xaeec8d['slice'](0x2)]};throw CliErrors[_0x34c14a(0x12b)](_0x44a2ae+'\x20'+_0x507e9c);}
@@ -1 +1 @@
1
- const a292_0x1a529c=a292_0x36d2;(function(_0xa32333,_0x4825b7){const _0x5cc352=a292_0x36d2,_0x17bbec=_0xa32333();while(!![]){try{const _0x2245ce=parseInt(_0x5cc352(0xd9))/0x1*(parseInt(_0x5cc352(0xc6))/0x2)+-parseInt(_0x5cc352(0xb7))/0x3+parseInt(_0x5cc352(0xdc))/0x4*(-parseInt(_0x5cc352(0xe2))/0x5)+-parseInt(_0x5cc352(0xaf))/0x6+-parseInt(_0x5cc352(0xae))/0x7+-parseInt(_0x5cc352(0xd6))/0x8*(-parseInt(_0x5cc352(0xd3))/0x9)+parseInt(_0x5cc352(0xab))/0xa;if(_0x2245ce===_0x4825b7)break;else _0x17bbec['push'](_0x17bbec['shift']());}catch(_0xe29e8b){_0x17bbec['push'](_0x17bbec['shift']());}}}(a292_0x23b1,0x23373));import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';function a292_0x23b1(){const _0x15e9aa=['pipe','rabetbase.manifest.json','update','path','3779290mjNqbT','Unsupported\x20Skill\x20entry:\x20','VERIFY_FAILED','13965HiFpwx','1545384OnKhgt','sha256','unverifiable','rabetbase','files','stdio','name','parse','24927auDsuD','digest','present','skipped','Installed\x20Skill\x20state\x20is\x20','hex','current','state','error','unknown','join','installedPath','SOURCE_INVALID','Symbolic\x20link\x20is\x20not\x20allowed:\x20','version','2cdwhis','Unsafe\x20manifest\x20path:\x20','utf8','message','absent','version_mismatch','flatMap','rabetbase\x20cli-skill\x20install','skillVersion','isDirectory','manifest','trim','missing','539046jQBysV','isSymbolicLink','schemaVersion','32pNHEgX','root','reason','24779HNsLCd','includes','split','31748uNaUaC','length','packageVersion','SKILL.md','isFile','home','145hnxpdZ','every','packageRoot'];a292_0x23b1=function(){return _0x15e9aa;};return a292_0x23b1();}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=a292_0x1a529c(0xcd),SKILL_NAME=a292_0x1a529c(0xb2);function frontmatterValue(_0x4dd458,_0x57d81){const _0x203dc5=a292_0x1a529c;return _0x4dd458['match'](new RegExp('^'+_0x57d81+':\x5cs*(.+)$','m'))?.[0x1]?.[_0x203dc5(0xd1)]()??'';}function listFiles(_0x10bb82,_0x52bb2e=_0x10bb82){const _0x2bb1b1=a292_0x1a529c;return readdirSync(_0x52bb2e,{'withFileTypes':!![]})[_0x2bb1b1(0xcc)](_0x4b74bd=>{const _0x46be56=_0x2bb1b1,_0x164b56=join(_0x52bb2e,_0x4b74bd[_0x46be56(0xb5)]),_0x300f7c=lstatSync(_0x164b56);if(_0x300f7c[_0x46be56(0xd4)]())throw new Error(_0x46be56(0xc4)+_0x164b56);if(_0x300f7c[_0x46be56(0xcf)]())return listFiles(_0x10bb82,_0x164b56);if(!_0x300f7c[_0x46be56(0xe0)]())throw new Error(_0x46be56(0xac)+_0x164b56);return[relative(_0x10bb82,_0x164b56)[_0x46be56(0xdb)](sep)[_0x46be56(0xc1)]('/')];})['sort']((_0x447ecc,_0x336c1e)=>_0x447ecc<_0x336c1e?-0x1:_0x447ecc>_0x336c1e?0x1:0x0);}function digestFiles(_0x120bb1,_0x337118){const _0x44f6f4=a292_0x1a529c,_0x40a861=createHash(_0x44f6f4(0xb0));for(const _0xfd5398 of _0x337118){if(_0xfd5398['startsWith']('/')||_0xfd5398['split']('/')['includes']('..')||_0xfd5398[_0x44f6f4(0xda)]('\x5c'))throw new Error(_0x44f6f4(0xc7)+_0xfd5398);_0x40a861[_0x44f6f4(0xa9)](_0xfd5398),_0x40a861[_0x44f6f4(0xa9)]('\x00'),_0x40a861['update'](readFileSync(join(_0x120bb1,..._0xfd5398[_0x44f6f4(0xdb)]('/')))),_0x40a861['update']('\x00');}return _0x40a861[_0x44f6f4(0xb8)](_0x44f6f4(0xbc));}function sameFiles(_0x47bdab,_0x3accea){const _0xce7e69=a292_0x1a529c;return _0x47bdab[_0xce7e69(0xdd)]===_0x3accea[_0xce7e69(0xdd)]&&_0x47bdab[_0xce7e69(0xe3)]((_0x6ce402,_0x16761e)=>_0x6ce402===_0x3accea[_0x16761e]);}function readSource(_0x2cc6ea){const _0x1334bb=a292_0x1a529c,_0x4a34eb=JSON[_0x1334bb(0xb6)](readFileSync(join(_0x2cc6ea,'package.json'),'utf8')),_0x960b1d=JSON[_0x1334bb(0xb6)](readFileSync(join(_0x2cc6ea,'skills',_0x1334bb(0xa8)),'utf8')),_0x1dfeca=join(_0x2cc6ea,'skills',SKILL_NAME),_0x5b1be4=frontmatterValue(readFileSync(join(_0x1dfeca,_0x1334bb(0xdf)),_0x1334bb(0xc8)),'version'),_0x5b40a9=listFiles(_0x1dfeca);if(_0x960b1d[_0x1334bb(0xd5)]!==0x1||_0x960b1d['name']!==SKILL_NAME||!_0x4a34eb[_0x1334bb(0xc5)]||_0x960b1d[_0x1334bb(0xde)]!==_0x4a34eb[_0x1334bb(0xc5)]||_0x960b1d['skillVersion']!==_0x4a34eb[_0x1334bb(0xc5)]||_0x5b1be4!==_0x4a34eb[_0x1334bb(0xc5)]||!sameFiles(_0x5b40a9,_0x960b1d['files'])||digestFiles(_0x1dfeca,_0x5b40a9)!==_0x960b1d['digest'])throw new Error('Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest');return{'packageVersion':_0x4a34eb[_0x1334bb(0xc5)],'skillVersion':_0x5b1be4,'root':_0x1dfeca,'manifest':_0x960b1d};}function installedSkillPath(_0x4d8976){const _0x5d958a=a292_0x1a529c,_0x13ad96=resolveInstalledSkill(SKILL_NAME,{'home':_0x4d8976});if(_0x13ad96['state']===_0x5d958a(0xb9))return{'state':'present','path':dirname(_0x13ad96[_0x5d958a(0xaa)])};if(_0x13ad96['state']===_0x5d958a(0xca))return{'state':_0x5d958a(0xd2)};return{'state':_0x5d958a(0xb1),'reason':_0x13ad96['reason']};}export function inspectInstalledBuiltinSkillVersion(_0x43ff81,_0x225e4f={}){const _0x5ae505=a292_0x1a529c,_0x49e58b=installedSkillPath(_0x225e4f['home']??homedir());if(_0x49e58b['state']===_0x5ae505(0xd2))return{'state':_0x5ae505(0xd2),'expectedVersion':_0x43ff81,'repairCommand':REPAIR_COMMAND};if(_0x49e58b['state']===_0x5ae505(0xb1))return{'state':'unverifiable','expectedVersion':_0x43ff81,'reason':_0x49e58b[_0x5ae505(0xd8)],'repairCommand':REPAIR_COMMAND};try{const _0x1d75df=frontmatterValue(readFileSync(join(_0x49e58b['path'],'SKILL.md'),'utf8'),_0x5ae505(0xc5));return{'state':_0x1d75df===_0x43ff81?_0x5ae505(0xbd):_0x5ae505(0xcb),'expectedVersion':_0x43ff81,'skillVersion':_0x1d75df,'installedPath':_0x49e58b['path'],'repairCommand':REPAIR_COMMAND};}catch(_0x2cf189){return{'state':_0x5ae505(0xb1),'expectedVersion':_0x43ff81,'installedPath':_0x49e58b[_0x5ae505(0xaa)],'reason':_0x2cf189 instanceof Error?_0x2cf189[_0x5ae505(0xc9)]:String(_0x2cf189),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x3813c1={}){const _0x3ae7c4=a292_0x1a529c,_0x2a6123=_0x3813c1[_0x3ae7c4(0xe4)]??DEFAULT_PACKAGE_ROOT;let _0x5423b9;try{_0x5423b9=readSource(_0x2a6123);}catch(_0x3d1033){return{'state':_0x3ae7c4(0xb1),'packageVersion':'unknown','reason':_0x3d1033 instanceof Error?_0x3d1033[_0x3ae7c4(0xc9)]:String(_0x3d1033),'repairCommand':REPAIR_COMMAND};}const _0x3961b9=installedSkillPath(_0x3813c1[_0x3ae7c4(0xe1)]??homedir());if(_0x3961b9[_0x3ae7c4(0xbe)]===_0x3ae7c4(0xd2))return{'state':_0x3ae7c4(0xd2),'packageVersion':_0x5423b9[_0x3ae7c4(0xde)],'repairCommand':REPAIR_COMMAND};if(_0x3961b9[_0x3ae7c4(0xbe)]===_0x3ae7c4(0xb1))return{'state':_0x3ae7c4(0xb1),'packageVersion':_0x5423b9['packageVersion'],'reason':_0x3961b9[_0x3ae7c4(0xd8)],'repairCommand':REPAIR_COMMAND};try{const _0x2decf9=frontmatterValue(readFileSync(join(_0x3961b9['path'],_0x3ae7c4(0xdf)),'utf8'),_0x3ae7c4(0xc5));if(_0x2decf9!==_0x5423b9[_0x3ae7c4(0xce)])return{'state':_0x3ae7c4(0xcb),'packageVersion':_0x5423b9[_0x3ae7c4(0xde)],'skillVersion':_0x2decf9,'installedPath':_0x3961b9[_0x3ae7c4(0xaa)],'repairCommand':REPAIR_COMMAND};const _0x565e0a=listFiles(_0x3961b9['path']),_0x465801=digestFiles(_0x3961b9[_0x3ae7c4(0xaa)],_0x565e0a);return{'state':sameFiles(_0x565e0a,_0x5423b9[_0x3ae7c4(0xd0)][_0x3ae7c4(0xb3)])&&_0x465801===_0x5423b9[_0x3ae7c4(0xd0)][_0x3ae7c4(0xb8)]?_0x3ae7c4(0xbd):'content_mismatch','packageVersion':_0x5423b9[_0x3ae7c4(0xde)],'skillVersion':_0x2decf9,'installedPath':_0x3961b9[_0x3ae7c4(0xaa)],'digest':_0x465801,'repairCommand':REPAIR_COMMAND};}catch(_0x38f26d){return{'state':_0x3ae7c4(0xb1),'packageVersion':_0x5423b9['packageVersion'],'installedPath':_0x3961b9[_0x3ae7c4(0xaa)],'reason':_0x38f26d instanceof Error?_0x38f26d['message']:String(_0x38f26d),'repairCommand':REPAIR_COMMAND};}}function failure(_0x19b265,_0x571cea,_0x375dac,_0x44590d){const _0x1df8ef=a292_0x1a529c;return{'ok':![],'code':_0x19b265,'packageVersion':_0x571cea['packageVersion'],'skillVersion':_0x571cea[_0x1df8ef(0xce)],'installedPath':_0x44590d,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x375dac instanceof Error?_0x375dac[_0x1df8ef(0xc9)]:String(_0x375dac)};}function a292_0x36d2(_0x4159fd,_0x5a0b64){_0x4159fd=_0x4159fd-0xa7;const _0x23b1c8=a292_0x23b1();let _0x36d289=_0x23b1c8[_0x4159fd];return _0x36d289;}export function installBuiltinSkill(_0x2751ae={}){const _0x19b7f3=a292_0x1a529c,_0x1c4dc3=_0x2751ae[_0x19b7f3(0xe4)]??DEFAULT_PACKAGE_ROOT,_0x84041b=_0x2751ae[_0x19b7f3(0xe1)]??homedir();let _0x3b840a;try{_0x3b840a=readSource(_0x1c4dc3);}catch(_0x5cabc6){return failure(_0x19b7f3(0xc3),{'packageVersion':'unknown','skillVersion':_0x19b7f3(0xc0)},_0x5cabc6);}const _0x4cb545=inspectBuiltinSkill({'packageRoot':_0x1c4dc3,'home':_0x84041b}),_0x59aa44=runNpxSkillsAddGlobal(_0x1c4dc3,_0x3b840a[_0x19b7f3(0xd7)],{'stdio':_0x2751ae[_0x19b7f3(0xb4)]??_0x19b7f3(0xa7),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x84041b}});if(_0x59aa44[_0x19b7f3(0xba)])return{'ok':!![],'packageVersion':_0x3b840a[_0x19b7f3(0xde)],'skillVersion':_0x3b840a[_0x19b7f3(0xce)],'installedPath':_0x4cb545[_0x19b7f3(0xc2)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x59aa44['ok'])return failure('INSTALL_FAILED',_0x3b840a,_0x59aa44[_0x19b7f3(0xbf)]??'skills@latest\x20exited\x20'+_0x59aa44['status']);const _0x46d8d4=inspectBuiltinSkill({'packageRoot':_0x1c4dc3,'home':_0x84041b});if(_0x46d8d4[_0x19b7f3(0xbe)]!==_0x19b7f3(0xbd))return failure(_0x19b7f3(0xad),_0x3b840a,_0x46d8d4[_0x19b7f3(0xd8)]??_0x19b7f3(0xbb)+_0x46d8d4[_0x19b7f3(0xbe)],_0x46d8d4[_0x19b7f3(0xc2)]);return{'ok':!![],'packageVersion':_0x3b840a[_0x19b7f3(0xde)],'skillVersion':_0x3b840a[_0x19b7f3(0xce)],'installedPath':_0x46d8d4['installedPath'],'changed':_0x4cb545[_0x19b7f3(0xbe)]!==_0x19b7f3(0xbd),'repairCommand':REPAIR_COMMAND};}
1
+ const a294_0x2a3801=a294_0x3c48;(function(_0x1d2d59,_0x5d1ba1){const _0xd50e98=a294_0x3c48,_0x35752b=_0x1d2d59();while(!![]){try{const _0x325faf=parseInt(_0xd50e98(0xce))/0x1+-parseInt(_0xd50e98(0xd4))/0x2*(-parseInt(_0xd50e98(0xcc))/0x3)+-parseInt(_0xd50e98(0xba))/0x4+-parseInt(_0xd50e98(0xc2))/0x5+parseInt(_0xd50e98(0xf1))/0x6+parseInt(_0xd50e98(0xed))/0x7*(-parseInt(_0xd50e98(0xde))/0x8)+parseInt(_0xd50e98(0xeb))/0x9;if(_0x325faf===_0x5d1ba1)break;else _0x35752b['push'](_0x35752b['shift']());}catch(_0x12e6a4){_0x35752b['push'](_0x35752b['shift']());}}}(a294_0x3176,0xf4019));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=a294_0x2a3801(0xc6),SKILL_NAME=a294_0x2a3801(0xe5);function frontmatterValue(_0xd72907,_0x54b3e0){const _0x96f61c=a294_0x2a3801;return _0xd72907[_0x96f61c(0xc7)](new RegExp('^'+_0x54b3e0+_0x96f61c(0xd2),'m'))?.[0x1]?.[_0x96f61c(0xef)]()??'';}function listFiles(_0x564308,_0x12e774=_0x564308){return readdirSync(_0x12e774,{'withFileTypes':!![]})['flatMap'](_0x56323b=>{const _0x1ed45c=a294_0x3c48,_0x14fb5e=join(_0x12e774,_0x56323b[_0x1ed45c(0xe2)]),_0x22b401=lstatSync(_0x14fb5e);if(_0x22b401[_0x1ed45c(0xe9)]())throw new Error('Symbolic\x20link\x20is\x20not\x20allowed:\x20'+_0x14fb5e);if(_0x22b401[_0x1ed45c(0xec)]())return listFiles(_0x564308,_0x14fb5e);if(!_0x22b401['isFile']())throw new Error('Unsupported\x20Skill\x20entry:\x20'+_0x14fb5e);return[relative(_0x564308,_0x14fb5e)['split'](sep)[_0x1ed45c(0xc8)]('/')];})['sort']((_0xe9cce5,_0x57ff0e)=>_0xe9cce5<_0x57ff0e?-0x1:_0xe9cce5>_0x57ff0e?0x1:0x0);}function digestFiles(_0xc625af,_0x21d849){const _0x27a447=a294_0x2a3801,_0x1aa54d=createHash(_0x27a447(0xcf));for(const _0x47aa8e of _0x21d849){if(_0x47aa8e[_0x27a447(0xdc)]('/')||_0x47aa8e['split']('/')[_0x27a447(0xe4)]('..')||_0x47aa8e[_0x27a447(0xe4)]('\x5c'))throw new Error('Unsafe\x20manifest\x20path:\x20'+_0x47aa8e);_0x1aa54d[_0x27a447(0xdf)](_0x47aa8e),_0x1aa54d['update']('\x00'),_0x1aa54d['update'](readFileSync(join(_0xc625af,..._0x47aa8e[_0x27a447(0xd9)]('/')))),_0x1aa54d[_0x27a447(0xdf)]('\x00');}return _0x1aa54d[_0x27a447(0xbd)]('hex');}function sameFiles(_0x1d18ba,_0x53e111){const _0x4f077c=a294_0x2a3801;return _0x1d18ba[_0x4f077c(0xd6)]===_0x53e111['length']&&_0x1d18ba['every']((_0x37dcdb,_0xf3453b)=>_0x37dcdb===_0x53e111[_0xf3453b]);}function readSource(_0x10ebf2){const _0x49ac26=a294_0x2a3801,_0x4befff=JSON[_0x49ac26(0xd5)](readFileSync(join(_0x10ebf2,'package.json'),_0x49ac26(0xda))),_0x539925=JSON[_0x49ac26(0xd5)](readFileSync(join(_0x10ebf2,_0x49ac26(0xc9),_0x49ac26(0xbe)),_0x49ac26(0xda))),_0xb0d0ad=join(_0x10ebf2,_0x49ac26(0xc9),SKILL_NAME),_0x33af33=frontmatterValue(readFileSync(join(_0xb0d0ad,_0x49ac26(0xe0)),_0x49ac26(0xda)),_0x49ac26(0xe1)),_0x561db4=listFiles(_0xb0d0ad);if(_0x539925['schemaVersion']!==0x1||_0x539925[_0x49ac26(0xe2)]!==SKILL_NAME||!_0x4befff[_0x49ac26(0xe1)]||_0x539925[_0x49ac26(0xbf)]!==_0x4befff[_0x49ac26(0xe1)]||_0x539925[_0x49ac26(0xf2)]!==_0x4befff[_0x49ac26(0xe1)]||_0x33af33!==_0x4befff[_0x49ac26(0xe1)]||!sameFiles(_0x561db4,_0x539925[_0x49ac26(0xdb)])||digestFiles(_0xb0d0ad,_0x561db4)!==_0x539925[_0x49ac26(0xbd)])throw new Error(_0x49ac26(0xee));return{'packageVersion':_0x4befff[_0x49ac26(0xe1)],'skillVersion':_0x33af33,'root':_0xb0d0ad,'manifest':_0x539925};}function installedSkillPath(_0x195806){const _0x31df72=a294_0x2a3801,_0x1be6d7=resolveInstalledSkill(SKILL_NAME,{'home':_0x195806});if(_0x1be6d7[_0x31df72(0xd7)]===_0x31df72(0xc0))return{'state':_0x31df72(0xc0),'path':dirname(_0x1be6d7[_0x31df72(0xc5)])};if(_0x1be6d7['state']===_0x31df72(0xc1))return{'state':'missing'};return{'state':'unverifiable','reason':_0x1be6d7[_0x31df72(0xcd)]};}function a294_0x3c48(_0x1efaa4,_0x4f6c86){_0x1efaa4=_0x1efaa4-0xba;const _0x31763f=a294_0x3176();let _0x3c48f0=_0x31763f[_0x1efaa4];return _0x3c48f0;}export function inspectInstalledBuiltinSkillVersion(_0x23f56e,_0x4962db={}){const _0x36e0e9=a294_0x2a3801,_0x320088=installedSkillPath(_0x4962db[_0x36e0e9(0xd8)]??homedir());if(_0x320088[_0x36e0e9(0xd7)]==='missing')return{'state':_0x36e0e9(0xea),'expectedVersion':_0x23f56e,'repairCommand':REPAIR_COMMAND};if(_0x320088[_0x36e0e9(0xd7)]==='unverifiable')return{'state':_0x36e0e9(0xe7),'expectedVersion':_0x23f56e,'reason':_0x320088[_0x36e0e9(0xcd)],'repairCommand':REPAIR_COMMAND};try{const _0x4b7399=frontmatterValue(readFileSync(join(_0x320088['path'],'SKILL.md'),_0x36e0e9(0xda)),_0x36e0e9(0xe1));return{'state':_0x4b7399===_0x23f56e?_0x36e0e9(0xd3):_0x36e0e9(0xf5),'expectedVersion':_0x23f56e,'skillVersion':_0x4b7399,'installedPath':_0x320088[_0x36e0e9(0xc5)],'repairCommand':REPAIR_COMMAND};}catch(_0x3ef23a){return{'state':_0x36e0e9(0xe7),'expectedVersion':_0x23f56e,'installedPath':_0x320088[_0x36e0e9(0xc5)],'reason':_0x3ef23a instanceof Error?_0x3ef23a[_0x36e0e9(0xe6)]:String(_0x3ef23a),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x47a01c={}){const _0x18433=a294_0x2a3801,_0x4257db=_0x47a01c[_0x18433(0xf4)]??DEFAULT_PACKAGE_ROOT;let _0x5ebaa5;try{_0x5ebaa5=readSource(_0x4257db);}catch(_0x57d5fb){return{'state':_0x18433(0xe7),'packageVersion':'unknown','reason':_0x57d5fb instanceof Error?_0x57d5fb[_0x18433(0xe6)]:String(_0x57d5fb),'repairCommand':REPAIR_COMMAND};}const _0x318d76=installedSkillPath(_0x47a01c[_0x18433(0xd8)]??homedir());if(_0x318d76[_0x18433(0xd7)]===_0x18433(0xea))return{'state':_0x18433(0xea),'packageVersion':_0x5ebaa5[_0x18433(0xbf)],'repairCommand':REPAIR_COMMAND};if(_0x318d76['state']==='unverifiable')return{'state':_0x18433(0xe7),'packageVersion':_0x5ebaa5[_0x18433(0xbf)],'reason':_0x318d76['reason'],'repairCommand':REPAIR_COMMAND};try{const _0x734654=frontmatterValue(readFileSync(join(_0x318d76[_0x18433(0xc5)],_0x18433(0xe0)),_0x18433(0xda)),_0x18433(0xe1));if(_0x734654!==_0x5ebaa5['skillVersion'])return{'state':_0x18433(0xf5),'packageVersion':_0x5ebaa5[_0x18433(0xbf)],'skillVersion':_0x734654,'installedPath':_0x318d76['path'],'repairCommand':REPAIR_COMMAND};const _0x2a6cef=listFiles(_0x318d76[_0x18433(0xc5)]),_0x58c0d3=digestFiles(_0x318d76['path'],_0x2a6cef);return{'state':sameFiles(_0x2a6cef,_0x5ebaa5[_0x18433(0xf0)]['files'])&&_0x58c0d3===_0x5ebaa5[_0x18433(0xf0)][_0x18433(0xbd)]?_0x18433(0xd3):_0x18433(0xca),'packageVersion':_0x5ebaa5[_0x18433(0xbf)],'skillVersion':_0x734654,'installedPath':_0x318d76[_0x18433(0xc5)],'digest':_0x58c0d3,'repairCommand':REPAIR_COMMAND};}catch(_0x26dee8){return{'state':'unverifiable','packageVersion':_0x5ebaa5['packageVersion'],'installedPath':_0x318d76[_0x18433(0xc5)],'reason':_0x26dee8 instanceof Error?_0x26dee8[_0x18433(0xe6)]:String(_0x26dee8),'repairCommand':REPAIR_COMMAND};}}function failure(_0x5263ae,_0x3ea4e1,_0x119f53,_0x4da10d){const _0x46306c=a294_0x2a3801;return{'ok':![],'code':_0x5263ae,'packageVersion':_0x3ea4e1['packageVersion'],'skillVersion':_0x3ea4e1[_0x46306c(0xf2)],'installedPath':_0x4da10d,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x119f53 instanceof Error?_0x119f53[_0x46306c(0xe6)]:String(_0x119f53)};}function a294_0x3176(){const _0xb507b2=['rabetbase','message','unverifiable','error','isSymbolicLink','missing','1042119AChyak','isDirectory','349944hGthxI','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','trim','manifest','10150776YSfVvB','skillVersion','SOURCE_INVALID','packageRoot','version_mismatch','6456076rqFLqF','stdio','installedPath','digest','rabetbase.manifest.json','packageVersion','present','absent','527035jEikNE','skipped','unknown','path','rabetbase\x20cli-skill\x20install','match','join','skills','content_mismatch','INSTALL_FAILED','651ONiCON','reason','497397cKmZZQ','sha256','VERIFY_FAILED','pipe',':\x5cs*(.+)$','current','10726HsOIZA','parse','length','state','home','split','utf8','files','startsWith','root','120ZhYNvU','update','SKILL.md','version','name','Installed\x20Skill\x20state\x20is\x20','includes'];a294_0x3176=function(){return _0xb507b2;};return a294_0x3176();}export function installBuiltinSkill(_0x481943={}){const _0x3c72be=a294_0x2a3801,_0xb7e061=_0x481943[_0x3c72be(0xf4)]??DEFAULT_PACKAGE_ROOT,_0x19f158=_0x481943[_0x3c72be(0xd8)]??homedir();let _0x181774;try{_0x181774=readSource(_0xb7e061);}catch(_0x629e84){return failure(_0x3c72be(0xf3),{'packageVersion':_0x3c72be(0xc4),'skillVersion':'unknown'},_0x629e84);}const _0x1d2107=inspectBuiltinSkill({'packageRoot':_0xb7e061,'home':_0x19f158}),_0x518978=runNpxSkillsAddGlobal(_0xb7e061,_0x181774[_0x3c72be(0xdd)],{'stdio':_0x481943[_0x3c72be(0xbb)]??_0x3c72be(0xd1),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x19f158}});if(_0x518978[_0x3c72be(0xc3)])return{'ok':!![],'packageVersion':_0x181774['packageVersion'],'skillVersion':_0x181774[_0x3c72be(0xf2)],'installedPath':_0x1d2107['installedPath'],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x518978['ok'])return failure(_0x3c72be(0xcb),_0x181774,_0x518978[_0x3c72be(0xe8)]??'skills@latest\x20exited\x20'+_0x518978['status']);const _0x40fd51=inspectBuiltinSkill({'packageRoot':_0xb7e061,'home':_0x19f158});if(_0x40fd51['state']!==_0x3c72be(0xd3))return failure(_0x3c72be(0xd0),_0x181774,_0x40fd51[_0x3c72be(0xcd)]??_0x3c72be(0xe3)+_0x40fd51[_0x3c72be(0xd7)],_0x40fd51['installedPath']);return{'ok':!![],'packageVersion':_0x181774[_0x3c72be(0xbf)],'skillVersion':_0x181774[_0x3c72be(0xf2)],'installedPath':_0x40fd51[_0x3c72be(0xbc)],'changed':_0x1d2107['state']!=='current','repairCommand':REPAIR_COMMAND};}
@@ -1 +1 @@
1
- (function(_0x2b3ca3,_0xcc255e){const _0x43b2cf=a293_0x261a,_0x30c1a4=_0x2b3ca3();while(!![]){try{const _0x5ee71a=parseInt(_0x43b2cf(0xd8))/0x1+-parseInt(_0x43b2cf(0xcb))/0x2+-parseInt(_0x43b2cf(0xcf))/0x3+-parseInt(_0x43b2cf(0xe0))/0x4+parseInt(_0x43b2cf(0xe7))/0x5*(-parseInt(_0x43b2cf(0xde))/0x6)+-parseInt(_0x43b2cf(0xdf))/0x7+parseInt(_0x43b2cf(0xd2))/0x8;if(_0x5ee71a===_0xcc255e)break;else _0x30c1a4['push'](_0x30c1a4['shift']());}catch(_0x73e525){_0x30c1a4['push'](_0x30c1a4['shift']());}}}(a293_0x57e5,0x3796e));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(_0x61dde0){const _0x3a6db8=a293_0x261a,_0x59b502=[];for(const [_0x4e709e,_0x1e6928]of Object[_0x3a6db8(0xc8)](_0x61dde0)){if(_0x1e6928===!![]){const _0x482a6e=_0x4e709e[_0x3a6db8(0xd6)](/([A-Z])/g,_0x3a6db8(0xd0))[_0x3a6db8(0xe4)]();_0x59b502[_0x3a6db8(0xd4)](_0x482a6e);}}return _0x59b502;}function a293_0x261a(_0xb936ac,_0x231c2c){_0xb936ac=_0xb936ac-0xc7;const _0x57e529=a293_0x57e5();let _0x261a1e=_0x57e529[_0xb936ac];return _0x261a1e;}export function parseDynamicFlags(){const _0x36531a=a293_0x261a,_0x229ff2=[];for(let _0x573086=0x3;_0x573086<process[_0x36531a(0xc7)][_0x36531a(0xe8)];_0x573086++){const _0x3708dc=process[_0x36531a(0xc7)][_0x573086];if(_0x3708dc&&_0x3708dc[_0x36531a(0xca)]('--')){const _0x123ce7=_0x3708dc[_0x36531a(0xd9)](0x2);_0x123ce7&&!_0x123ce7[_0x36531a(0xce)]('=')&&_0x229ff2[_0x36531a(0xd4)](_0x123ce7);}}return _0x229ff2;}export function getAllProvidedFlags(_0x4126c4){const _0x1cabb2=a293_0x261a,_0x20a328=camelCaseFlagsToKebab(_0x4126c4),_0x51e912=parseDynamicFlags(),_0x1a1fa3=new Set([..._0x20a328,..._0x51e912]);return Array[_0x1cabb2(0xe3)](_0x1a1fa3);}function a293_0x57e5(){const _0x388906=['error','\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20','from','toLowerCase','dangerously-bff-save','help','23655nMNEHW','length','argv','entries','Public\x20Open\x20Skill\x20source:\x20','startsWith','565800eMrnxo','log','\x0aAvailable\x20commands:','includes','203706YDrifn','-$1','cwd','7107984qNRcaA','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','push','enable-bff-save','replace','Error:\x20Unsupported\x20command:\x20','258680FPEuvt','slice','(empty)','Unsupported\x20command:\x20','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','add','438ztVQAb','548646SUpSPt','579764zesasn'];a293_0x57e5=function(){return _0x388906;};return a293_0x57e5();}export function normalizeLegacyBffSaveFlags(_0x2adff6){const _0x10fdf5=a293_0x261a,_0x50a460=new Set(_0x2adff6);return _0x50a460['has'](_0x10fdf5(0xe5))&&_0x50a460[_0x10fdf5(0xdd)](_0x10fdf5(0xd5)),Array[_0x10fdf5(0xe3)](_0x50a460);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x5314a3,_0x5f02f8,_0x562abd){const _0x47b029=a293_0x261a;logger['setLogPath'](process[_0x47b029(0xd1)]());if(_0x562abd?.[_0x47b029(0xe6)]||_0x5314a3==='--help'){showHelp();return;}console[_0x47b029(0xe1)](_0x47b029(0xd7)+(_0x5314a3||_0x47b029(0xda))),console[_0x47b029(0xcc)](_0x47b029(0xcd)),console[_0x47b029(0xcc)]('\x20\x20'+CLI_BIN_NAME+_0x47b029(0xd3)),console[_0x47b029(0xcc)](''),console[_0x47b029(0xcc)](_0x47b029(0xc9)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x47b029(0xe1)]('skill',_0x47b029(0xdb)+_0x5314a3),process['exit'](0x1);}function showHelp(){const _0x21e26e=a293_0x261a;console['log'](_0x21e26e(0xdc)+CLI_BIN_NAME+_0x21e26e(0xe2)+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(_0x59835a,_0x9054b){const _0x499a99=a295_0x4be7,_0x778068=_0x59835a();while(!![]){try{const _0x1a68d9=parseInt(_0x499a99(0x20c))/0x1+-parseInt(_0x499a99(0x1f0))/0x2+parseInt(_0x499a99(0x20a))/0x3+-parseInt(_0x499a99(0x203))/0x4*(parseInt(_0x499a99(0x20d))/0x5)+parseInt(_0x499a99(0x20f))/0x6*(parseInt(_0x499a99(0x1f8))/0x7)+parseInt(_0x499a99(0x202))/0x8*(parseInt(_0x499a99(0x208))/0x9)+parseInt(_0x499a99(0x1f9))/0xa*(-parseInt(_0x499a99(0x209))/0xb);if(_0x1a68d9===_0x9054b)break;else _0x778068['push'](_0x778068['shift']());}catch(_0x4bc217){_0x778068['push'](_0x778068['shift']());}}}(a295_0x2dd7,0xb2de2));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';function a295_0x4be7(_0x373b50,_0x5db466){_0x373b50=_0x373b50-0x1f0;const _0x2dd746=a295_0x2dd7();let _0x4be743=_0x2dd746[_0x373b50];return _0x4be743;}export function camelCaseFlagsToKebab(_0x485cea){const _0x5d8018=a295_0x4be7,_0x13820f=[];for(const [_0x4898bc,_0x5d9fb8]of Object[_0x5d8018(0x200)](_0x485cea)){if(_0x5d9fb8===!![]){const _0x2d968b=_0x4898bc[_0x5d8018(0x206)](/([A-Z])/g,_0x5d8018(0x1fd))['toLowerCase']();_0x13820f[_0x5d8018(0x205)](_0x2d968b);}}return _0x13820f;}export function parseDynamicFlags(){const _0xf89a35=a295_0x4be7,_0x2d35b7=[];for(let _0x17838e=0x3;_0x17838e<process[_0xf89a35(0x1f4)][_0xf89a35(0x1fa)];_0x17838e++){const _0x5b8713=process[_0xf89a35(0x1f4)][_0x17838e];if(_0x5b8713&&_0x5b8713['startsWith']('--')){const _0x5a9e25=_0x5b8713['slice'](0x2);_0x5a9e25&&!_0x5a9e25[_0xf89a35(0x213)]('=')&&_0x2d35b7[_0xf89a35(0x205)](_0x5a9e25);}}return _0x2d35b7;}export function getAllProvidedFlags(_0x3a1d11){const _0x289fb6=a295_0x4be7,_0x39b35b=camelCaseFlagsToKebab(_0x3a1d11),_0x2c27a7=parseDynamicFlags(),_0x171e3d=new Set([..._0x39b35b,..._0x2c27a7]);return Array[_0x289fb6(0x211)](_0x171e3d);}export function normalizeLegacyBffSaveFlags(_0x392d5c){const _0x40a260=a295_0x4be7,_0x8cb9e7=new Set(_0x392d5c);return _0x8cb9e7[_0x40a260(0x204)](_0x40a260(0x1fc))&&_0x8cb9e7[_0x40a260(0x20b)](_0x40a260(0x1f3)),Array[_0x40a260(0x211)](_0x8cb9e7);}function a295_0x2dd7(){const _0x1fa1e6=['1131096AUrwSV','50KxosWZ','Unsupported\x20command:\x20','6PLmhXk','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','from','help','includes','skill','1275780cWkCyc','error','\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a','enable-bff-save','argv','log','--help','setLogPath','5113423vSeFIM','40YZVfYT','length','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','dangerously-bff-save','-$1','(empty)','cwd','entries','\x0aAvailable\x20commands:','17016xncbTY','576920mLkCoQ','has','push','replace','\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20','2619LSYsHV','2487419GYrLim','3710418TRAqMH','add'];a295_0x2dd7=function(){return _0x1fa1e6;};return a295_0x2dd7();}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x4dc63c,_0xf528d0,_0x62d09c){const _0x21270c=a295_0x4be7;logger[_0x21270c(0x1f7)](process[_0x21270c(0x1ff)]());if(_0x62d09c?.[_0x21270c(0x212)]||_0x4dc63c===_0x21270c(0x1f6)){showHelp();return;}console['error']('Error:\x20Unsupported\x20command:\x20'+(_0x4dc63c||_0x21270c(0x1fe))),console['log'](_0x21270c(0x201)),console[_0x21270c(0x1f5)]('\x20\x20'+CLI_BIN_NAME+_0x21270c(0x1fb)),console[_0x21270c(0x1f5)](''),console[_0x21270c(0x1f5)]('Public\x20Open\x20Skill\x20source:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger[_0x21270c(0x1f1)](_0x21270c(0x214),_0x21270c(0x20e)+_0x4dc63c),process['exit'](0x1);}function showHelp(){const _0x1c6fc3=a295_0x4be7;console[_0x1c6fc3(0x1f5)](_0x1c6fc3(0x210)+CLI_BIN_NAME+_0x1c6fc3(0x207)+SKILLS_INSTALL_COMMAND_LINE+_0x1c6fc3(0x1f2));}
@@ -1 +1 @@
1
- const a294_0x57bc7b=a294_0x97a3;(function(_0x332067,_0x40d208){const _0x157b5e=a294_0x97a3,_0x1fe66c=_0x332067();while(!![]){try{const _0x1c0e03=parseInt(_0x157b5e(0x1fd))/0x1*(-parseInt(_0x157b5e(0x1db))/0x2)+-parseInt(_0x157b5e(0x1fe))/0x3*(parseInt(_0x157b5e(0x203))/0x4)+-parseInt(_0x157b5e(0x206))/0x5+parseInt(_0x157b5e(0x200))/0x6+-parseInt(_0x157b5e(0x1e9))/0x7+parseInt(_0x157b5e(0x1f8))/0x8+parseInt(_0x157b5e(0x204))/0x9;if(_0x1c0e03===_0x40d208)break;else _0x1fe66c['push'](_0x1fe66c['shift']());}catch(_0x3c5fed){_0x1fe66c['push'](_0x1fe66c['shift']());}}}(a294_0x49da,0x995fb));import{execaSync}from'execa';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';function a294_0x97a3(_0x575ec4,_0x1287e0){_0x575ec4=_0x575ec4-0x1d8;const _0x49dad8=a294_0x49da();let _0x97a356=_0x49dad8[_0x575ec4];return _0x97a356;}export const NPX_SKILLS_CLI=a294_0x57bc7b(0x1e8);export const NPX_SKILLS_SUBCOMMAND_ADD=a294_0x57bc7b(0x1f7);export const NPX_SKILLS_FLAG_SKILL=a294_0x57bc7b(0x208);export const RABETBASE_SKILL_SOURCE='lovrabet/rabetbase';export const LEGACY_RABETBASE_SKILL_SOURCE=a294_0x57bc7b(0x209);export const DEFAULT_RABETBASE_SKILL_NAME=a294_0x57bc7b(0x1f9);export const RABETBASE_GLOBAL_SKILL_NAME=a294_0x57bc7b(0x1ee);export const RABETBASE_SKILL_GIT_SOURCE=a294_0x57bc7b(0x1dc);export function resolveGlobalSkillName(_0x38d843){const _0x2f9083=a294_0x57bc7b;switch(_0x38d843[_0x2f9083(0x210)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x3ba5aa){const _0x3a63af=a294_0x57bc7b,_0x42658c=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x3ba5aa&&_0x42658c[_0x3a63af(0x201)](NPX_SKILLS_FLAG_SKILL,_0x3ba5aa),_0x42658c;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a294_0x57bc7b(0x1f5),...buildNpxSkillsAddArgv()][a294_0x57bc7b(0x1e3)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a294_0x57bc7b(0x1f5),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a294_0x57bc7b(0x1e3)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x13edc5,_0xf9485f,_0x542747){return{'ok':![],'status':_0xf9485f,'code':_0x13edc5,'error':'['+_0x13edc5+']\x20'+_0x542747};}function execaOptions(_0x1e612a,_0x269718){const _0x476979=a294_0x57bc7b,_0x27c1a0={...process.env};return delete _0x27c1a0[_0x476979(0x1f1)],delete _0x27c1a0[_0x476979(0x1f6)],{'cwd':_0x1e612a,'stdio':_0x269718,'env':_0x27c1a0,'extendEnv':![],'shell':![],'reject':![],..._0x269718==='pipe'?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function a294_0x49da(){const _0x19bfdf=['remove','absent','PERMISSION_DENIED','presence','rabetbase','shortMessage','Installer\x20reported\x20','npm_config_global','CHILD_EXIT_NONZERO','INSTALL_PARTIAL','stdout','npx','NPM_CONFIG_GLOBAL','add','6998976SUuMmY','Lovrabet','SPAWN_FAILED','code','CHILD_TERMINATED','1zyYlFS','15426sIHLAW','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','1845624fKrwuS','push','unknown','540kiQVvO','27798318gmJmTs','inherit','5330545KBkmGt','expectedSkillName','--skill','lovrabet/lovrabet-skill','filter','state','failed','pipe','SKILL_NOT_INSTALLED','\x22\x20install\x20state:\x20','trim','reason','Skill\x20\x22','present','\x20failed\x20target(s)','!\x20Could\x20not\x20verify\x20\x22','2210026atHCyX','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','npx\x20terminated\x20by\x20signal\x20','EACCES','ENOENT','log','skill','stdio','join','exit\x20','stderr','npx\x20failed\x20to\x20start','yes','skills@latest','5443669eGbDQX'];a294_0x49da=function(){return _0x19bfdf;};return a294_0x49da();}function normalizeExecaResult(_0x2e6da0,_0x399582,_0x446f39,_0x41296b){const _0x375fc4=a294_0x57bc7b,_0x255a00=[_0x2e6da0[_0x375fc4(0x1f4)]?String(_0x2e6da0['stdout']):'',_0x2e6da0[_0x375fc4(0x1e5)]?String(_0x2e6da0[_0x375fc4(0x1e5)]):''][_0x375fc4(0x20a)](Boolean)['join']('\x0a')[_0x375fc4(0x210)](),_0x4db5b8=_0x2e6da0['exitCode']??null;_0x41296b!==_0x375fc4(0x20d)&&_0x255a00&&console['log'](_0x255a00);if(_0x2e6da0['code']){const _0x3be16e=_0x2e6da0[_0x375fc4(0x1fb)]===_0x375fc4(0x1df)?'NPX_NOT_FOUND':_0x2e6da0[_0x375fc4(0x1fb)]==='EPERM'||_0x2e6da0[_0x375fc4(0x1fb)]===_0x375fc4(0x1de)?_0x375fc4(0x1ec):_0x375fc4(0x1fa);return failure(_0x3be16e,_0x4db5b8,_0x2e6da0[_0x375fc4(0x1ef)]??_0x2e6da0['message']??_0x2e6da0[_0x375fc4(0x1fb)]);}if(_0x2e6da0['signal'])return failure(_0x375fc4(0x1fc),_0x4db5b8,_0x375fc4(0x1dd)+_0x2e6da0['signal']);if(_0x2e6da0[_0x375fc4(0x20c)]&&_0x4db5b8===null)return failure('SPAWN_FAILED',_0x4db5b8,_0x2e6da0['shortMessage']??_0x2e6da0['message']??_0x375fc4(0x1e6));if(_0x4db5b8!==0x0)return failure(_0x375fc4(0x1f2),_0x4db5b8,_0x255a00||_0x2e6da0[_0x375fc4(0x1ef)]||_0x375fc4(0x1e4)+(_0x4db5b8??_0x375fc4(0x202)));const _0x5e4cca=_0x399582?resolveInstalledSkill(_0x399582,_0x446f39):undefined,_0x60e41c=_0x255a00['match'](/Failed to install\s+(\d+)/i);if(_0x60e41c&&Number(_0x60e41c[0x1])>0x0){const _0x25a811=_0x375fc4(0x1f0)+_0x60e41c[0x1]+_0x375fc4(0x1d9)+(_0x255a00?':\x0a'+_0x255a00:'');if(_0x5e4cca?.[_0x375fc4(0x20b)]===_0x375fc4(0x1d8))return console['warn']('!\x20'+_0x25a811),{'ok':!![],'status':0x0};return failure(_0x375fc4(0x1f3),0x0,_0x25a811);}if(_0x5e4cca){if(_0x5e4cca['state']===_0x375fc4(0x1eb))return failure(_0x375fc4(0x20e),0x0,_0x375fc4(0x212)+_0x399582+_0x375fc4(0x1ff)+_0x5e4cca['checked'][_0x375fc4(0x1e3)](',\x20')+')');_0x5e4cca['state']==='unverifiable'&&console['warn'](_0x375fc4(0x1da)+_0x399582+_0x375fc4(0x20f)+_0x5e4cca[_0x375fc4(0x211)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x43a891,_0x15851a){const _0x29b9e4=a294_0x57bc7b;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5a41bb=_0x15851a?.[_0x29b9e4(0x1e2)]??_0x29b9e4(0x205),_0x54f0d7=buildNpxSkillsAddArgv(_0x15851a?.[_0x29b9e4(0x1e1)]),_0x2414cb=[_0x29b9e4(0x1f5),..._0x54f0d7][_0x29b9e4(0x1e3)]('\x20');console['log']('*\x20'+_0x2414cb);const _0xa17347=execaSync(_0x29b9e4(0x1f5),_0x54f0d7,execaOptions(_0x43a891,_0x5a41bb));return normalizeExecaResult(_0xa17347,undefined,undefined,_0x5a41bb);}export function runNpxSkillsRemove(_0x710884,_0x599785,_0x1e5c04=LEGACY_RABETBASE_SKILL_SOURCE){const _0x4e397b=a294_0x57bc7b;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x35cec9=_0x599785?.['stdio']??'inherit',_0x24f346=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x4e397b(0x1ea),_0x1e5c04,NPX_SKILLS_FLAG_SKILL,_0x599785?.[_0x4e397b(0x1e1)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x599785?.[_0x4e397b(0x1e7)]?['-y']:[]],_0x479990=[_0x4e397b(0x1f5),..._0x24f346][_0x4e397b(0x1e3)]('\x20');console['log']('*\x20'+_0x479990);const _0x6be7be=execaSync(_0x4e397b(0x1f5),_0x24f346,execaOptions(_0x710884,_0x35cec9));return normalizeExecaResult(_0x6be7be,undefined,undefined,_0x35cec9);}export function runNpxSkillsAddGlobal(_0xc2b6b,_0x446a6e,_0x2f1496){const _0x40f145=a294_0x57bc7b;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x44b430=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x446a6e,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x3e08ec=[_0x40f145(0x1f5),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x446a6e,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x40f145(0x1e3)]('\x20');console[_0x40f145(0x1e0)]('*\x20'+_0x3e08ec);const _0x2681f0=execaSync(_0x40f145(0x1f5),_0x44b430,execaOptions(_0xc2b6b,_0x40f145(0x20d)));return normalizeExecaResult(_0x2681f0,_0x2f1496?.[_0x40f145(0x207)]??resolveGlobalSkillName(_0x446a6e),_0x2f1496?.[_0x40f145(0x1ed)],_0x2f1496?.[_0x40f145(0x1e2)]);}
1
+ const a296_0x4a5ff8=a296_0x6183;(function(_0x2dfaad,_0x2bcaaf){const _0x14ec4e=a296_0x6183,_0x684aee=_0x2dfaad();while(!![]){try{const _0xf76243=parseInt(_0x14ec4e(0xaa))/0x1+parseInt(_0x14ec4e(0xcc))/0x2+parseInt(_0x14ec4e(0xb1))/0x3*(parseInt(_0x14ec4e(0xca))/0x4)+-parseInt(_0x14ec4e(0xb6))/0x5+parseInt(_0x14ec4e(0xc8))/0x6+-parseInt(_0x14ec4e(0x9b))/0x7*(-parseInt(_0x14ec4e(0x9d))/0x8)+-parseInt(_0x14ec4e(0xb0))/0x9*(parseInt(_0x14ec4e(0xa5))/0xa);if(_0xf76243===_0x2bcaaf)break;else _0x684aee['push'](_0x684aee['shift']());}catch(_0x12c6ce){_0x684aee['push'](_0x684aee['shift']());}}}(a296_0x4f1f,0xac244));import{execaSync}from'execa';import{resolveInstalledSkill}from'../skills/skill-presence.js';export const NPX_FLAG_YES='-y';function a296_0x4f1f(){const _0x2dec4a=['INSTALL_PARTIAL','expectedSkillName','checked','NPX_NOT_FOUND','add','stderr','push','log','3469080LfXBWc','filter','68KStVdw','shortMessage','672220NlexHR','pipe','skill','absent','EPERM','presence','join','EACCES','7114933SVkEuy','npm_config_global','8QDCzbz','remove','lovrabet/lovrabet-skill','CHILD_EXIT_NONZERO','message','npx\x20failed\x20to\x20start','Skill\x20\x22','SPAWN_FAILED','10arbkpT','\x20failed\x20target(s)','NPM_CONFIG_GLOBAL','\x22\x20install\x20state:\x20','--skill','1175808bcoFHs','present','rabetbase','match','signal','warn','18003654tezrsl','147417oncJkk','code','PERMISSION_DENIED','stdio','npx','6181910wTmplF','unverifiable','CHILD_TERMINATED','lovrabet/rabetbase','exit\x20','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','state','yes','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','inherit'];a296_0x4f1f=function(){return _0x2dec4a;};return a296_0x4f1f();}export const SKILLS_FLAG_GLOBAL='-g';function a296_0x6183(_0x54eaf3,_0x4611dd){_0x54eaf3=_0x54eaf3-0x96;const _0x4f1f0=a296_0x4f1f();let _0x6183a6=_0x4f1f0[_0x54eaf3];return _0x6183a6;}export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI='skills@latest';export const NPX_SKILLS_SUBCOMMAND_ADD=a296_0x4a5ff8(0xc4);export const NPX_SKILLS_FLAG_SKILL=a296_0x4a5ff8(0xa9);export const RABETBASE_SKILL_SOURCE=a296_0x4a5ff8(0xb9);export const LEGACY_RABETBASE_SKILL_SOURCE=a296_0x4a5ff8(0x9f);export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export const RABETBASE_GLOBAL_SKILL_NAME=a296_0x4a5ff8(0xac);export const RABETBASE_SKILL_GIT_SOURCE=a296_0x4a5ff8(0xbe);export function resolveGlobalSkillName(_0x24c046){switch(_0x24c046['trim']()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x33f84b){const _0x19117d=a296_0x4a5ff8,_0x292a31=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x33f84b&&_0x292a31[_0x19117d(0xc6)](NPX_SKILLS_FLAG_SKILL,_0x33f84b),_0x292a31;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()][a296_0x4a5ff8(0x99)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a296_0x4a5ff8(0xb5),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a296_0x4a5ff8(0x99)]('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x530ff8,_0xcb37f7,_0x2c94c9){return{'ok':![],'status':_0xcb37f7,'code':_0x530ff8,'error':'['+_0x530ff8+']\x20'+_0x2c94c9};}function execaOptions(_0x96ea2d,_0x364330){const _0xb429e3=a296_0x4a5ff8,_0x4a7c25={...process.env};return delete _0x4a7c25[_0xb429e3(0x9c)],delete _0x4a7c25[_0xb429e3(0xa7)],{'cwd':_0x96ea2d,'stdio':_0x364330,'env':_0x4a7c25,'extendEnv':![],'shell':![],'reject':![],..._0x364330===_0xb429e3(0xcd)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeExecaResult(_0x4feed6,_0x3ccf1d,_0x383ead,_0x46b77d){const _0x34e35c=a296_0x4a5ff8,_0x30345a=[_0x4feed6['stdout']?String(_0x4feed6['stdout']):'',_0x4feed6[_0x34e35c(0xc5)]?String(_0x4feed6[_0x34e35c(0xc5)]):''][_0x34e35c(0xc9)](Boolean)['join']('\x0a')['trim'](),_0x434008=_0x4feed6['exitCode']??null;_0x46b77d!==_0x34e35c(0xcd)&&_0x30345a&&console[_0x34e35c(0xc7)](_0x30345a);if(_0x4feed6[_0x34e35c(0xb2)]){const _0x4ea57f=_0x4feed6[_0x34e35c(0xb2)]==='ENOENT'?_0x34e35c(0xc3):_0x4feed6['code']===_0x34e35c(0x97)||_0x4feed6[_0x34e35c(0xb2)]===_0x34e35c(0x9a)?_0x34e35c(0xb3):_0x34e35c(0xa4);return failure(_0x4ea57f,_0x434008,_0x4feed6['shortMessage']??_0x4feed6[_0x34e35c(0xa1)]??_0x4feed6[_0x34e35c(0xb2)]);}if(_0x4feed6[_0x34e35c(0xae)])return failure(_0x34e35c(0xb8),_0x434008,'npx\x20terminated\x20by\x20signal\x20'+_0x4feed6[_0x34e35c(0xae)]);if(_0x4feed6['failed']&&_0x434008===null)return failure(_0x34e35c(0xa4),_0x434008,_0x4feed6[_0x34e35c(0xcb)]??_0x4feed6['message']??_0x34e35c(0xa2));if(_0x434008!==0x0)return failure(_0x34e35c(0xa0),_0x434008,_0x30345a||_0x4feed6[_0x34e35c(0xcb)]||_0x34e35c(0xba)+(_0x434008??'unknown'));const _0x5914d8=_0x3ccf1d?resolveInstalledSkill(_0x3ccf1d,_0x383ead):undefined,_0xc6cbee=_0x30345a[_0x34e35c(0xad)](/Failed to install\s+(\d+)/i);if(_0xc6cbee&&Number(_0xc6cbee[0x1])>0x0){const _0x3547c8='Installer\x20reported\x20'+_0xc6cbee[0x1]+_0x34e35c(0xa6)+(_0x30345a?':\x0a'+_0x30345a:'');if(_0x5914d8?.['state']===_0x34e35c(0xab))return console[_0x34e35c(0xaf)]('!\x20'+_0x3547c8),{'ok':!![],'status':0x0};return failure(_0x34e35c(0xc0),0x0,_0x3547c8);}if(_0x5914d8){if(_0x5914d8[_0x34e35c(0xbc)]===_0x34e35c(0x96))return failure('SKILL_NOT_INSTALLED',0x0,_0x34e35c(0xa3)+_0x3ccf1d+_0x34e35c(0xbb)+_0x5914d8[_0x34e35c(0xc2)][_0x34e35c(0x99)](',\x20')+')');_0x5914d8['state']===_0x34e35c(0xb7)&&console[_0x34e35c(0xaf)]('!\x20Could\x20not\x20verify\x20\x22'+_0x3ccf1d+_0x34e35c(0xa8)+_0x5914d8['reason']);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x374f50,_0x3db098){const _0x279e6d=a296_0x4a5ff8;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x104587=_0x3db098?.[_0x279e6d(0xb4)]??_0x279e6d(0xbf),_0x45488b=buildNpxSkillsAddArgv(_0x3db098?.[_0x279e6d(0xce)]),_0x1ecb67=[_0x279e6d(0xb5),..._0x45488b][_0x279e6d(0x99)]('\x20');console[_0x279e6d(0xc7)]('*\x20'+_0x1ecb67);const _0x3bdc82=execaSync(_0x279e6d(0xb5),_0x45488b,execaOptions(_0x374f50,_0x104587));return normalizeExecaResult(_0x3bdc82,undefined,undefined,_0x104587);}export function runNpxSkillsRemove(_0x461776,_0x109acf,_0xc51678=LEGACY_RABETBASE_SKILL_SOURCE){const _0x2dddff=a296_0x4a5ff8;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x417c90=_0x109acf?.['stdio']??'inherit',_0x271b41=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x2dddff(0x9e),_0xc51678,NPX_SKILLS_FLAG_SKILL,_0x109acf?.[_0x2dddff(0xce)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x109acf?.[_0x2dddff(0xbd)]?['-y']:[]],_0x3d9a80=['npx',..._0x271b41][_0x2dddff(0x99)]('\x20');console['log']('*\x20'+_0x3d9a80);const _0x2aa259=execaSync(_0x2dddff(0xb5),_0x271b41,execaOptions(_0x461776,_0x417c90));return normalizeExecaResult(_0x2aa259,undefined,undefined,_0x417c90);}export function runNpxSkillsAddGlobal(_0x11996e,_0x306973,_0x3e50e3){const _0x57809a=a296_0x4a5ff8;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5e491d=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x306973,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x290535=['npx',NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x306973,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x57809a(0x99)]('\x20');console[_0x57809a(0xc7)]('*\x20'+_0x290535);const _0xf72d1=execaSync('npx',_0x5e491d,execaOptions(_0x11996e,_0x57809a(0xcd)));return normalizeExecaResult(_0xf72d1,_0x3e50e3?.[_0x57809a(0xc1)]??resolveGlobalSkillName(_0x306973),_0x3e50e3?.[_0x57809a(0x98)],_0x3e50e3?.[_0x57809a(0xb4)]);}
@@ -1 +1 @@
1
- const a295_0x37c719=a295_0x6a38;(function(_0x1f5478,_0x5d5dd3){const _0x51b8d4=a295_0x6a38,_0x23782a=_0x1f5478();while(!![]){try{const _0x84862c=parseInt(_0x51b8d4(0x1c3))/0x1*(parseInt(_0x51b8d4(0x1ca))/0x2)+parseInt(_0x51b8d4(0x1c0))/0x3+parseInt(_0x51b8d4(0x1d0))/0x4+parseInt(_0x51b8d4(0x1d8))/0x5*(parseInt(_0x51b8d4(0x1b8))/0x6)+-parseInt(_0x51b8d4(0x1bb))/0x7*(parseInt(_0x51b8d4(0x1ce))/0x8)+parseInt(_0x51b8d4(0x1c2))/0x9*(-parseInt(_0x51b8d4(0x1c9))/0xa)+-parseInt(_0x51b8d4(0x1c5))/0xb;if(_0x84862c===_0x5d5dd3)break;else _0x23782a['push'](_0x23782a['shift']());}catch(_0x4c1136){_0x23782a['push'](_0x23782a['shift']());}}}(a295_0x1386,0x5196e));function a295_0x1386(){const _0x55e3ca=['message','unusable','.claude','65mywjit','join','\x20has\x20no\x20skills\x20map','101562ESeFzn','not-recorded','\x20uses\x20unsupported\x20version\x20','7BdvWUy','present','absent','skills','home','766323CUNgiY','object','261EAgmoP','31261UjflUA','utf8','1226434ueihNc','map','recorded','kind','56880DcfrFe','20lDXUcA','version','lockFile','globalSkillsDirs','1422376hqYUhL','parse','1324gFcTCB','.skill-lock.json','.agents','SKILL.md','unverifiable'];a295_0x1386=function(){return _0x55e3ca;};return a295_0x1386();}import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a295_0x37c719(0x1d2),a295_0x37c719(0x1d1));export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a295_0x37c719(0x1d2),a295_0x37c719(0x1be)),join(a295_0x37c719(0x1d7),a295_0x37c719(0x1be))];function a295_0x6a38(_0x2a5ac5,_0x3f888b){_0x2a5ac5=_0x2a5ac5-0x1b8;const _0x138691=a295_0x1386();let _0x6a3808=_0x138691[_0x2a5ac5];return _0x6a3808;}const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x127fde,_0x2b4094){const _0x24efae=a295_0x37c719;if(!existsSync(_0x127fde))return{'kind':_0x24efae(0x1b9)};let _0x253da0;try{_0x253da0=JSON[_0x24efae(0x1cf)](readFileSync(_0x127fde,_0x24efae(0x1c4)));}catch(_0x294079){return{'kind':_0x24efae(0x1d6),'reason':_0x127fde+'\x20is\x20unreadable:\x20'+_0x294079[_0x24efae(0x1d5)]};}const _0x412605=_0x253da0;if(typeof _0x412605?.['version']!=='number'||!SUPPORTED_LOCK_VERSIONS['includes'](_0x412605[_0x24efae(0x1cb)]))return{'kind':_0x24efae(0x1d6),'reason':_0x127fde+_0x24efae(0x1ba)+String(_0x412605?.[_0x24efae(0x1cb)])};if(!_0x412605[_0x24efae(0x1be)]||typeof _0x412605[_0x24efae(0x1be)]!==_0x24efae(0x1c1))return{'kind':'unusable','reason':_0x127fde+_0x24efae(0x1da)};return _0x412605[_0x24efae(0x1be)][_0x2b4094]?{'kind':'recorded'}:{'kind':_0x24efae(0x1b9)};}export function resolveInstalledSkill(_0x53067c,_0x27b584){const _0x4b970f=a295_0x37c719,_0x2a7f38=_0x27b584?.[_0x4b970f(0x1bf)]??homedir(),_0x104154=_0x27b584?.[_0x4b970f(0x1cd)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0x4b970f(0x1c6)](_0x120fa7=>join(_0x2a7f38,_0x120fa7)),_0x4f33b5=_0x27b584?.[_0x4b970f(0x1cc)]??join(_0x2a7f38,SKILL_LOCK_RELATIVE_PATH),_0x4d8585=_0x104154[_0x4b970f(0x1c6)](_0x10f2a5=>join(_0x10f2a5,_0x53067c,_0x4b970f(0x1d3))),_0x1e4649=_0x4d8585['find'](_0x5d7cf2=>existsSync(_0x5d7cf2));if(_0x1e4649)return{'state':_0x4b970f(0x1bc),'path':_0x1e4649};const _0x3749bf=readLockLookup(_0x4f33b5,_0x53067c);if(_0x3749bf['kind']==='unusable')return{'state':'unverifiable','reason':_0x3749bf['reason']};if(_0x3749bf[_0x4b970f(0x1c8)]===_0x4b970f(0x1c7))return{'state':_0x4b970f(0x1d4),'reason':_0x4f33b5+'\x20records\x20\x22'+_0x53067c+'\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20'+('('+_0x4d8585[_0x4b970f(0x1d9)](',\x20')+')')};return{'state':_0x4b970f(0x1bd),'checked':_0x4d8585};}
1
+ const a297_0x357037=a297_0x23f4;function a297_0x5363(){const _0x3baa13=['1356048EXDAUM','find','.agents','utf8','not-recorded','\x20is\x20unreadable:\x20','message','.claude','version','includes','448JLumTJ','unusable','4855230SJuDyK','kind','38572twBbvt','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','\x20records\x20\x22','parse','SKILL.md','skills','recorded','number','object','absent','89608yOFNlh','70198nunxIs','\x20uses\x20unsupported\x20version\x20','24918kDrFHK','lockFile','\x20has\x20no\x20skills\x20map','unverifiable','map','318130LsxxZq','3eZLKOE'];a297_0x5363=function(){return _0x3baa13;};return a297_0x5363();}(function(_0x5cb162,_0x219019){const _0x31115e=a297_0x23f4,_0x19c81e=_0x5cb162();while(!![]){try{const _0x3d7cd4=parseInt(_0x31115e(0x7e))/0x1+parseInt(_0x31115e(0x7d))/0x2+-parseInt(_0x31115e(0x86))/0x3*(parseInt(_0x31115e(0x95))/0x4)+-parseInt(_0x31115e(0x85))/0x5+-parseInt(_0x31115e(0x80))/0x6*(parseInt(_0x31115e(0x91))/0x7)+-parseInt(_0x31115e(0x87))/0x8+parseInt(_0x31115e(0x93))/0x9;if(_0x3d7cd4===_0x219019)break;else _0x19c81e['push'](_0x19c81e['shift']());}catch(_0x29aa29){_0x19c81e['push'](_0x19c81e['shift']());}}}(a297_0x5363,0x239f1));import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a297_0x357037(0x89),'.skill-lock.json');export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a297_0x357037(0x89),a297_0x357037(0x78)),join(a297_0x357037(0x8e),a297_0x357037(0x78))];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x586052,_0x1b3dfd){const _0x39ae35=a297_0x357037;if(!existsSync(_0x586052))return{'kind':_0x39ae35(0x8b)};let _0x14e58c;try{_0x14e58c=JSON[_0x39ae35(0x98)](readFileSync(_0x586052,_0x39ae35(0x8a)));}catch(_0x118e33){return{'kind':_0x39ae35(0x92),'reason':_0x586052+_0x39ae35(0x8c)+_0x118e33[_0x39ae35(0x8d)]};}const _0x422bfd=_0x14e58c;if(typeof _0x422bfd?.['version']!==_0x39ae35(0x7a)||!SUPPORTED_LOCK_VERSIONS[_0x39ae35(0x90)](_0x422bfd[_0x39ae35(0x8f)]))return{'kind':_0x39ae35(0x92),'reason':_0x586052+_0x39ae35(0x7f)+String(_0x422bfd?.['version'])};if(!_0x422bfd[_0x39ae35(0x78)]||typeof _0x422bfd['skills']!==_0x39ae35(0x7b))return{'kind':_0x39ae35(0x92),'reason':_0x586052+_0x39ae35(0x82)};return _0x422bfd[_0x39ae35(0x78)][_0x1b3dfd]?{'kind':_0x39ae35(0x79)}:{'kind':_0x39ae35(0x8b)};}function a297_0x23f4(_0x4dbb9c,_0x27a418){_0x4dbb9c=_0x4dbb9c-0x78;const _0x536335=a297_0x5363();let _0x23f426=_0x536335[_0x4dbb9c];return _0x23f426;}export function resolveInstalledSkill(_0x89dbd9,_0x492f47){const _0x436392=a297_0x357037,_0x51001e=_0x492f47?.['home']??homedir(),_0x28ce0f=_0x492f47?.['globalSkillsDirs']??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0x436392(0x84)](_0x76305=>join(_0x51001e,_0x76305)),_0xcc572b=_0x492f47?.[_0x436392(0x81)]??join(_0x51001e,SKILL_LOCK_RELATIVE_PATH),_0xf42d39=_0x28ce0f[_0x436392(0x84)](_0x4c1de4=>join(_0x4c1de4,_0x89dbd9,_0x436392(0x99))),_0x1ce8bd=_0xf42d39[_0x436392(0x88)](_0x2d30c4=>existsSync(_0x2d30c4));if(_0x1ce8bd)return{'state':'present','path':_0x1ce8bd};const _0x559935=readLockLookup(_0xcc572b,_0x89dbd9);if(_0x559935[_0x436392(0x94)]===_0x436392(0x92))return{'state':_0x436392(0x83),'reason':_0x559935['reason']};if(_0x559935[_0x436392(0x94)]===_0x436392(0x79))return{'state':'unverifiable','reason':_0xcc572b+_0x436392(0x97)+_0x89dbd9+_0x436392(0x96)+('('+_0xf42d39['join'](',\x20')+')')};return{'state':_0x436392(0x7c),'checked':_0xf42d39};}
@@ -1 +1 @@
1
- (function(_0x48a3e0,_0xc722b6){const _0xd57eb4=a296_0x3946,_0x258f60=_0x48a3e0();while(!![]){try{const _0x50681e=parseInt(_0xd57eb4(0x1ee))/0x1*(-parseInt(_0xd57eb4(0x1ec))/0x2)+parseInt(_0xd57eb4(0x1f1))/0x3*(-parseInt(_0xd57eb4(0x1f6))/0x4)+parseInt(_0xd57eb4(0x1f2))/0x5+-parseInt(_0xd57eb4(0x1f0))/0x6+parseInt(_0xd57eb4(0x1e5))/0x7*(parseInt(_0xd57eb4(0x1e8))/0x8)+-parseInt(_0xd57eb4(0x1e6))/0x9+parseInt(_0xd57eb4(0x1f8))/0xa;if(_0x50681e===_0xc722b6)break;else _0x258f60['push'](_0x258f60['shift']());}catch(_0x408ffc){_0x258f60['push'](_0x258f60['shift']());}}}(a296_0x2eca,0x5a7ec));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x5ccb92){const _0x4c10ac=a296_0x3946;return SENSITIVE_PATTERNS[_0x4c10ac(0x1eb)](_0x175ead=>_0x175ead[_0x4c10ac(0x1f5)](_0x5ccb92));}function sanitizeFlags(_0x15c6b5){const _0x10b189=a296_0x3946,_0x42e338={};for(const [_0x4cbb2d,_0x2e8cc3]of Object[_0x10b189(0x1e4)](_0x15c6b5)){isSensitiveKey(_0x4cbb2d)?_0x42e338[_0x4cbb2d]=_0x2e8cc3!=null&&_0x2e8cc3!==''?_0x10b189(0x1ea):_0x2e8cc3:_0x42e338[_0x4cbb2d]=_0x2e8cc3;}return _0x42e338;}export async function reportCommandTrace(_0x35f969){const _0x256cb7=a296_0x3946;try{const _0xd395ac=sanitizeFlags(_0x35f969[_0x256cb7(0x1e9)]);await sendCliTraceLog({'spanName':_0x256cb7(0x1e7),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x35f969[_0x256cb7(0x1f3)],'command.name':_0x35f969[_0x256cb7(0x1ed)],'command.flags':JSON[_0x256cb7(0x1f7)](_0xd395ac),..._0x35f969[_0x256cb7(0x1f4)]!=null?{'command.duration_ms':_0x35f969[_0x256cb7(0x1f4)]}:{},..._0x35f969[_0x256cb7(0x1ef)]?{'command.error':_0x35f969[_0x256cb7(0x1ef)]instanceof Error?_0x35f969[_0x256cb7(0x1ef)]['message']:String(_0x35f969[_0x256cb7(0x1ef)])}:{}}});}catch{}}function a296_0x3946(_0x2449c2,_0x3d7767){_0x2449c2=_0x2449c2-0x1e4;const _0x2eca7f=a296_0x2eca();let _0x3946dc=_0x2eca7f[_0x2449c2];return _0x3946dc;}function a296_0x2eca(){const _0x49f743=['error','3442098qfsCmc','6UMqmRE','353345RDFAkv','service','durationMs','test','468232zVLDSy','stringify','13789640BUTsUx','entries','7HZmMvB','4557114UcLhgt','rabetbase.command','2248392lNoFWf','flags','[REDACTED]','some','91738YbAZmW','command','1njRpxT'];a296_0x2eca=function(){return _0x49f743;};return a296_0x2eca();}
1
+ (function(_0x45c9d6,_0x1acef9){const _0x2cdef6=a298_0x4a5d,_0x3bd08a=_0x45c9d6();while(!![]){try{const _0x313a9c=-parseInt(_0x2cdef6(0x12c))/0x1*(-parseInt(_0x2cdef6(0x122))/0x2)+-parseInt(_0x2cdef6(0x126))/0x3*(parseInt(_0x2cdef6(0x12a))/0x4)+-parseInt(_0x2cdef6(0x132))/0x5+parseInt(_0x2cdef6(0x123))/0x6+parseInt(_0x2cdef6(0x127))/0x7*(-parseInt(_0x2cdef6(0x130))/0x8)+parseInt(_0x2cdef6(0x124))/0x9*(-parseInt(_0x2cdef6(0x12e))/0xa)+parseInt(_0x2cdef6(0x133))/0xb;if(_0x313a9c===_0x1acef9)break;else _0x3bd08a['push'](_0x3bd08a['shift']());}catch(_0x4e96e7){_0x3bd08a['push'](_0x3bd08a['shift']());}}}(a298_0x598f,0x97dea));function a298_0x598f(){const _0x57e5e6=['3ZRODYN','963543pAORxj','entries','test','194188fnEjzL','stringify','7511mGiGGq','error','1711490iNZiEM','service','32TQsHnE','[REDACTED]','1458155zNNVUs','17432261vhINHf','flags','110XzNCXA','170538JtNYCx','27sRdMaY','command'];a298_0x598f=function(){return _0x57e5e6;};return a298_0x598f();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x49d52b){const _0x262c65=a298_0x4a5d;return SENSITIVE_PATTERNS['some'](_0x4ae592=>_0x4ae592[_0x262c65(0x129)](_0x49d52b));}function a298_0x4a5d(_0x39584f,_0x1903c7){_0x39584f=_0x39584f-0x122;const _0x598fac=a298_0x598f();let _0x4a5d61=_0x598fac[_0x39584f];return _0x4a5d61;}function sanitizeFlags(_0x33c223){const _0x687d1f=a298_0x4a5d,_0x9e370c={};for(const [_0x3baf8c,_0x16c733]of Object[_0x687d1f(0x128)](_0x33c223)){isSensitiveKey(_0x3baf8c)?_0x9e370c[_0x3baf8c]=_0x16c733!=null&&_0x16c733!==''?_0x687d1f(0x131):_0x16c733:_0x9e370c[_0x3baf8c]=_0x16c733;}return _0x9e370c;}export async function reportCommandTrace(_0x5c77ef){const _0x1c51c3=a298_0x4a5d;try{const _0x1a90ab=sanitizeFlags(_0x5c77ef[_0x1c51c3(0x134)]);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0x5c77ef[_0x1c51c3(0x12f)],'command.name':_0x5c77ef[_0x1c51c3(0x125)],'command.flags':JSON[_0x1c51c3(0x12b)](_0x1a90ab),..._0x5c77ef['durationMs']!=null?{'command.duration_ms':_0x5c77ef['durationMs']}:{},..._0x5c77ef['error']?{'command.error':_0x5c77ef['error']instanceof Error?_0x5c77ef[_0x1c51c3(0x12d)]['message']:String(_0x5c77ef[_0x1c51c3(0x12d)])}:{}}});}catch{}}
@@ -1 +1 @@
1
- (function(_0xa0ffa2,_0x1a76a1){var _0x407aa3=a297_0x1b02,_0x1b3ab7=_0xa0ffa2();while(!![]){try{var _0x2d6d07=-parseInt(_0x407aa3(0x147))/0x1+parseInt(_0x407aa3(0x14b))/0x2*(parseInt(_0x407aa3(0x149))/0x3)+-parseInt(_0x407aa3(0x14a))/0x4+parseInt(_0x407aa3(0x148))/0x5+-parseInt(_0x407aa3(0x14c))/0x6+-parseInt(_0x407aa3(0x14d))/0x7+parseInt(_0x407aa3(0x14e))/0x8;if(_0x2d6d07===_0x1a76a1)break;else _0x1b3ab7['push'](_0x1b3ab7['shift']());}catch(_0x44c615){_0x1b3ab7['push'](_0x1b3ab7['shift']());}}}(a297_0xd605,0x73e45));function a297_0x1b02(_0x42a951,_0x40c3b5){_0x42a951=_0x42a951-0x147;var _0xd605ab=a297_0xd605();var _0x1b02ad=_0xd605ab[_0x42a951];return _0x1b02ad;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x4cb15b,_0x543d15){var _0x571a70=a297_0x1b02;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x4cb15b,..._0x543d15?.[_0x571a70(0x14f)]&&{'rabetbase.help.service':_0x543d15[_0x571a70(0x14f)]}}});}catch(_0x3d65d3){console['error']('Failed\x20to\x20report\x20CLI\x20help\x20trace:',_0x3d65d3);}}function a297_0xd605(){var _0x5206d9=['729804FbNnbn','3748038VkIAVc','13289520EHeVTQ','service','867481GLALqG','77700whJHWM','524922bbdwkY','1509536gPubWG','8cZkFoH'];a297_0xd605=function(){return _0x5206d9;};return a297_0xd605();}
1
+ function a299_0x4c87(_0x3dc6ef,_0x171444){_0x3dc6ef=_0x3dc6ef-0x13e;var _0x477bfe=a299_0x477b();var _0x4c87b2=_0x477bfe[_0x3dc6ef];return _0x4c87b2;}(function(_0x562f1f,_0x3c7248){var _0x36efa3=a299_0x4c87,_0x56a34a=_0x562f1f();while(!![]){try{var _0x373f4c=-parseInt(_0x36efa3(0x143))/0x1*(-parseInt(_0x36efa3(0x148))/0x2)+-parseInt(_0x36efa3(0x141))/0x3+-parseInt(_0x36efa3(0x146))/0x4*(parseInt(_0x36efa3(0x142))/0x5)+-parseInt(_0x36efa3(0x145))/0x6*(-parseInt(_0x36efa3(0x140))/0x7)+-parseInt(_0x36efa3(0x149))/0x8+-parseInt(_0x36efa3(0x13e))/0x9+parseInt(_0x36efa3(0x147))/0xa*(parseInt(_0x36efa3(0x13f))/0xb);if(_0x373f4c===_0x3c7248)break;else _0x56a34a['push'](_0x56a34a['shift']());}catch(_0x17ce79){_0x56a34a['push'](_0x56a34a['shift']());}}}(a299_0x477b,0x23bf7));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x4d8785,_0xe73b1f){var _0x958d0a=a299_0x4c87;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x4d8785,..._0xe73b1f?.['service']&&{'rabetbase.help.service':_0xe73b1f[_0x958d0a(0x144)]}}});}catch(_0x3e20f7){console['error'](_0x958d0a(0x14a),_0x3e20f7);}}function a299_0x477b(){var _0x34cb21=['40MTVNnO','52994bayksG','1930496wuChJy','Failed\x20to\x20report\x20CLI\x20help\x20trace:','1743480WhRmOH','1383646naGNlN','561484THQyLD','319194fzEBeX','54485IJPbRJ','6zJJWlh','service','6jtlRAs','20FXWmcY'];a299_0x477b=function(){return _0x34cb21;};return a299_0x477b();}
@@ -1 +1 @@
1
- (function(_0x15335b,_0x5b5cc1){const _0x28988d=a298_0x3e69,_0x358a22=_0x15335b();while(!![]){try{const _0x51ee74=parseInt(_0x28988d(0x108))/0x1+parseInt(_0x28988d(0x102))/0x2+-parseInt(_0x28988d(0x10c))/0x3*(parseInt(_0x28988d(0x113))/0x4)+parseInt(_0x28988d(0x110))/0x5*(-parseInt(_0x28988d(0x111))/0x6)+parseInt(_0x28988d(0x112))/0x7*(-parseInt(_0x28988d(0x10e))/0x8)+-parseInt(_0x28988d(0x106))/0x9*(parseInt(_0x28988d(0x103))/0xa)+-parseInt(_0x28988d(0x105))/0xb*(-parseInt(_0x28988d(0x10a))/0xc);if(_0x51ee74===_0x5b5cc1)break;else _0x358a22['push'](_0x358a22['shift']());}catch(_0x1a202b){_0x358a22['push'](_0x358a22['shift']());}}}(a298_0x1bbd,0xa3e42));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';function a298_0x3e69(_0x126119,_0x3197b4){_0x126119=_0x126119-0x100;const _0x1bbd24=a298_0x1bbd();let _0x3e6927=_0x1bbd24[_0x126119];return _0x3e6927;}import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';function a298_0x1bbd(){const _0x4cccbd=['12483BCzyXD','user','839972BaEdgt','tenant_code','60MsWuva','unknown','70719tPTpIB','username','41224sxSvzN','email','4690wsgEVq','2544aKUEgC','1666cPGEXj','28tIKWSo','production','daily','nickname','1567476yWioPP','1350aZprik','tenant','2252734lOWztd'];a298_0x1bbd=function(){return _0x4cccbd;};return a298_0x1bbd();}let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x387215=a298_0x3e69,_0x3b8422=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x332d67=_0x3b8422?.[_0x387215(0x107)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x387215(0x10b)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x387215(0x100):_0x387215(0x114))}),setUserContext({'id':_0x332d67?.['id'],'username':_0x332d67?.[_0x387215(0x10d)],'nickname':_0x332d67?.[_0x387215(0x101)],'email':_0x332d67?.[_0x387215(0x10f)],'tenantCode':_0x332d67?.[_0x387215(0x104)]?.[_0x387215(0x109)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x3b8422;}
1
+ (function(_0x59917b,_0x31b031){const _0x555401=a300_0x1101,_0x3f1f84=_0x59917b();while(!![]){try{const _0x510393=parseInt(_0x555401(0xdc))/0x1*(-parseInt(_0x555401(0xe4))/0x2)+parseInt(_0x555401(0xda))/0x3+parseInt(_0x555401(0xe2))/0x4*(parseInt(_0x555401(0xe7))/0x5)+parseInt(_0x555401(0xe1))/0x6+-parseInt(_0x555401(0xe0))/0x7*(-parseInt(_0x555401(0xde))/0x8)+parseInt(_0x555401(0xe3))/0x9+-parseInt(_0x555401(0xdb))/0xa;if(_0x510393===_0x31b031)break;else _0x3f1f84['push'](_0x3f1f84['shift']());}catch(_0x10c418){_0x3f1f84['push'](_0x3f1f84['shift']());}}}(a300_0x19f0,0x2b6db));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';function a300_0x19f0(){const _0x57d9fa=['341eFCmha','email','7736DNCyCK','username','2513AzYqAi','1730394tApmet','4nEmcUf','2602764eOIpXj','1154SFOKtK','unknown','nickname','1041320oyfKfi','2619vURHkt','7592450UExZPk'];a300_0x19f0=function(){return _0x57d9fa;};return a300_0x19f0();}function a300_0x1101(_0x501f0e,_0x49497b){_0x501f0e=_0x501f0e-0xda;const _0x19f0d5=a300_0x19f0();let _0x11014c=_0x19f0d5[_0x501f0e];return _0x11014c;}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 _0x162e7f=a300_0x1101,_0x2e2f9d=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x4280a8=_0x2e2f9d?.['user'];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x162e7f(0xe5)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?'daily':'production')}),setUserContext({'id':_0x4280a8?.['id'],'username':_0x4280a8?.[_0x162e7f(0xdf)],'nickname':_0x4280a8?.[_0x162e7f(0xe6)],'email':_0x4280a8?.[_0x162e7f(0xdd)],'tenantCode':_0x4280a8?.['tenant']?.['tenant_code'],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x2e2f9d;}
@@ -1 +1 @@
1
- function a299_0x3449(){const _0x42b863=['6243160jtvzew','21654TiUpsw','1540CXAHcJ','then','2792tcHJmb','1988203wynxba','20kbjlcW','3474UpqzTJ','once','2861271VTePdB','633730iQwjgA','6642872scKNGK','exit','SIGINT','beforeExit','3hJEEPX'];a299_0x3449=function(){return _0x42b863;};return a299_0x3449();}(function(_0x25915e,_0x43d3ba){const _0x3be9f4=a299_0x3d20,_0x354ac3=_0x25915e();while(!![]){try{const _0x30a073=-parseInt(_0x3be9f4(0x1f6))/0x1*(-parseInt(_0x3be9f4(0x201))/0x2)+-parseInt(_0x3be9f4(0x1fe))/0x3*(-parseInt(_0x3be9f4(0x1fb))/0x4)+-parseInt(_0x3be9f4(0x1f9))/0x5*(parseInt(_0x3be9f4(0x1f8))/0x6)+-parseInt(_0x3be9f4(0x1fc))/0x7+-parseInt(_0x3be9f4(0x202))/0x8+-parseInt(_0x3be9f4(0x200))/0x9*(-parseInt(_0x3be9f4(0x1fd))/0xa)+parseInt(_0x3be9f4(0x1f7))/0xb;if(_0x30a073===_0x43d3ba)break;else _0x354ac3['push'](_0x354ac3['shift']());}catch(_0x11b219){_0x354ac3['push'](_0x354ac3['shift']());}}}(a299_0x3449,0xb3c3d));import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x512dce=a299_0x3d20;process[_0x512dce(0x1ff)](_0x512dce(0x1f5),()=>{void flushOtelNodeIfUsed();});const _0x5e8f28=()=>{const _0x3f5ea4=_0x512dce;void flushOtelNodeIfUsed()[_0x3f5ea4(0x1fa)](()=>process[_0x3f5ea4(0x203)](0x0));};process[_0x512dce(0x1ff)](_0x512dce(0x1f4),_0x5e8f28),process[_0x512dce(0x1ff)]('SIGTERM',_0x5e8f28);}function a299_0x3d20(_0x5540a7,_0x2b825e){_0x5540a7=_0x5540a7-0x1f4;const _0x3449b1=a299_0x3449();let _0x3d20a0=_0x3449b1[_0x5540a7];return _0x3d20a0;}export async function exitWithOtelShutdown(_0x4f0929){await flushOtelNodeIfUsed(),process['exit'](_0x4f0929);}
1
+ (function(_0x3a3fd4,_0x2a7a85){const _0x28eb50=a301_0x3956,_0x4c3a75=_0x3a3fd4();while(!![]){try{const _0x511b50=-parseInt(_0x28eb50(0x1ae))/0x1+-parseInt(_0x28eb50(0x1ac))/0x2*(parseInt(_0x28eb50(0x1a7))/0x3)+-parseInt(_0x28eb50(0x1a8))/0x4*(-parseInt(_0x28eb50(0x1a9))/0x5)+parseInt(_0x28eb50(0x1af))/0x6+parseInt(_0x28eb50(0x1aa))/0x7+parseInt(_0x28eb50(0x1b4))/0x8*(-parseInt(_0x28eb50(0x1b0))/0x9)+parseInt(_0x28eb50(0x1ab))/0xa*(parseInt(_0x28eb50(0x1a6))/0xb);if(_0x511b50===_0x2a7a85)break;else _0x4c3a75['push'](_0x4c3a75['shift']());}catch(_0x248619){_0x4c3a75['push'](_0x4c3a75['shift']());}}}(a301_0x10a9,0x2c2b2));function a301_0x3956(_0x574ed5,_0x4f0265){_0x574ed5=_0x574ed5-0x1a5;const _0x10a985=a301_0x10a9();let _0x3956fd=_0x10a985[_0x574ed5];return _0x3956fd;}import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;function a301_0x10a9(){const _0x58a372=['5bIscPq','2530955pReLvw','58670SziVtM','94bfCGWa','SIGTERM','309390fisKVc','1767264SCfttU','294741gHPitZ','exit','then','SIGINT','24DivzXy','once','242WCZwKM','20373PsOQBQ','490180xPesjR'];a301_0x10a9=function(){return _0x58a372;};return a301_0x10a9();}export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x37e046=a301_0x3956;process[_0x37e046(0x1a5)]('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x2ca454=()=>{const _0x5e85d6=_0x37e046;void flushOtelNodeIfUsed()[_0x5e85d6(0x1b2)](()=>process[_0x5e85d6(0x1b1)](0x0));};process[_0x37e046(0x1a5)](_0x37e046(0x1b3),_0x2ca454),process['once'](_0x37e046(0x1ad),_0x2ca454);}export async function exitWithOtelShutdown(_0x1ebfc2){const _0x18b94d=a301_0x3956;await flushOtelNodeIfUsed(),process[_0x18b94d(0x1b1)](_0x1ebfc2);}
@@ -1 +1 @@
1
- const a300_0x3fced9=a300_0x1ff0;function a300_0x1ff0(_0x41fdb2,_0x4cbdc7){_0x41fdb2=_0x41fdb2-0x8f;const _0x58a4a4=a300_0x58a4();let _0x1ff0cd=_0x58a4a4[_0x41fdb2];return _0x1ff0cd;}(function(_0x5cd622,_0x1fd7c7){const _0x231741=a300_0x1ff0,_0x59a6a8=_0x5cd622();while(!![]){try{const _0x79c67d=-parseInt(_0x231741(0x93))/0x1+parseInt(_0x231741(0x99))/0x2+-parseInt(_0x231741(0x92))/0x3*(parseInt(_0x231741(0x98))/0x4)+parseInt(_0x231741(0x90))/0x5+-parseInt(_0x231741(0x94))/0x6+-parseInt(_0x231741(0x95))/0x7+parseInt(_0x231741(0x9a))/0x8;if(_0x79c67d===_0x1fd7c7)break;else _0x59a6a8['push'](_0x59a6a8['shift']());}catch(_0x4f913a){_0x59a6a8['push'](_0x59a6a8['shift']());}}}(a300_0x58a4,0x1c6ed));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';function a300_0x58a4(){const _0x86d867=['1104WtzdSX','223315hzMkbX','391152qdnBKn','338415AeojnB','rabetbase-cli','traceName','848VCmCoz','136202IzjSWb','2920696HogBdP','manual','490705EkBvUA','traceparent'];a300_0x58a4=function(){return _0x86d867;};return a300_0x58a4();}const DEFAULT_TRACE_NAME=a300_0x3fced9(0x96);export async function sendCliTraceLog(_0x23f64d){const _0x275819=a300_0x3fced9;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x23f64d[_0x275819(0x97)]??DEFAULT_TRACE_NAME,'version':_0x23f64d['version']??getCliVersion(),'spanName':_0x23f64d['spanName'],'eventType':_0x275819(0x8f),'logData':_0x23f64d['logData'],..._0x23f64d['traceparent']&&{'traceparent':_0x23f64d[_0x275819(0x91)]}});}
1
+ (function(_0x468979,_0x30738d){const _0xa1ea4b=a302_0x53d4,_0x56fe2c=_0x468979();while(!![]){try{const _0x10be45=parseInt(_0xa1ea4b(0x74))/0x1*(parseInt(_0xa1ea4b(0x7e))/0x2)+-parseInt(_0xa1ea4b(0x82))/0x3+parseInt(_0xa1ea4b(0x75))/0x4*(-parseInt(_0xa1ea4b(0x81))/0x5)+-parseInt(_0xa1ea4b(0x7c))/0x6+parseInt(_0xa1ea4b(0x78))/0x7*(parseInt(_0xa1ea4b(0x76))/0x8)+parseInt(_0xa1ea4b(0x79))/0x9+-parseInt(_0xa1ea4b(0x80))/0xa*(-parseInt(_0xa1ea4b(0x7a))/0xb);if(_0x10be45===_0x30738d)break;else _0x56fe2c['push'](_0x56fe2c['shift']());}catch(_0x24dabf){_0x56fe2c['push'](_0x56fe2c['shift']());}}}(a302_0x404f,0x2d08a));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a302_0x404f(){const _0x22fa01=['traceparent','973LJlIdH','2764395qFCvZG','84414xrkxfk','logData','1588980zxCNlt','version','2qIEuwO','manual','500HkkzBm','1774345tKILdk','768825rlTRrj','102141niZkJQ','4zGQJKF','15392zBNQSK'];a302_0x404f=function(){return _0x22fa01;};return a302_0x404f();}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';function a302_0x53d4(_0x36f4f7,_0x270678){_0x36f4f7=_0x36f4f7-0x74;const _0x404fa5=a302_0x404f();let _0x53d41b=_0x404fa5[_0x36f4f7];return _0x53d41b;}export async function sendCliTraceLog(_0x57c6e7){const _0x46e00b=a302_0x53d4;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x57c6e7['traceName']??DEFAULT_TRACE_NAME,'version':_0x57c6e7[_0x46e00b(0x7d)]??getCliVersion(),'spanName':_0x57c6e7['spanName'],'eventType':_0x46e00b(0x7f),'logData':_0x57c6e7[_0x46e00b(0x7b)],..._0x57c6e7[_0x46e00b(0x77)]&&{'traceparent':_0x57c6e7[_0x46e00b(0x77)]}});}
@@ -1 +1 @@
1
- function a301_0x2a98(){const _0x322ff3=['16374vMKocw','sanitize','truncated','platform-issue-log-collect','878778CczbId','description','1550304rDPSZD','1400ADFgmr','2389872wYltqO','title','originalBytes','203528ZtybsH','issue.log.collect','52810OeWrUb','1868925PxaVyO'];a301_0x2a98=function(){return _0x322ff3;};return a301_0x2a98();}const a301_0x49f105=a301_0x30f4;(function(_0x2a14b1,_0x3f15a8){const _0x4d1286=a301_0x30f4,_0x1460e5=_0x2a14b1();while(!![]){try{const _0x294737=-parseInt(_0x4d1286(0x7c))/0x1+parseInt(_0x4d1286(0x74))/0x2+parseInt(_0x4d1286(0x77))/0x3+parseInt(_0x4d1286(0x71))/0x4+parseInt(_0x4d1286(0x76))/0x5+-parseInt(_0x4d1286(0x78))/0x6*(-parseInt(_0x4d1286(0x70))/0x7)+-parseInt(_0x4d1286(0x6f))/0x8;if(_0x294737===_0x3f15a8)break;else _0x1460e5['push'](_0x1460e5['shift']());}catch(_0x4ed344){_0x1460e5['push'](_0x1460e5['shift']());}}}(a301_0x2a98,0xc4c73));function a301_0x30f4(_0x4104a0,_0x5d6e0a){_0x4104a0=_0x4104a0-0x6e;const _0x2a98a3=a301_0x2a98();let _0x30f43c=_0x2a98a3[_0x4104a0];return _0x30f43c;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a301_0x49f105(0x7b);export const PLATFORM_ISSUE_SPAN_NAME=a301_0x49f105(0x75);export async function sendPlatformIssueCollectLog(_0x5db6c7){const _0x1691da=a301_0x49f105;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x5db6c7[_0x1691da(0x72)],'issue.description':_0x5db6c7[_0x1691da(0x6e)],..._0x5db6c7[_0x1691da(0x79)]?{'issue.description_original_bytes':_0x5db6c7[_0x1691da(0x79)][_0x1691da(0x73)],'issue.description_truncated':_0x5db6c7['sanitize'][_0x1691da(0x7a)],'issue.description_redactions':_0x5db6c7[_0x1691da(0x79)]['redactionCount'],'issue.description_redaction_kinds':_0x5db6c7[_0x1691da(0x79)]['redactionKinds']['join'](',')}:{}}});}
1
+ const a303_0x5caa1d=a303_0x57ee;(function(_0x5a7eb1,_0x2528c9){const _0x3cf495=a303_0x57ee,_0x17d164=_0x5a7eb1();while(!![]){try{const _0x18bcef=parseInt(_0x3cf495(0x194))/0x1*(-parseInt(_0x3cf495(0x19a))/0x2)+parseInt(_0x3cf495(0x196))/0x3+-parseInt(_0x3cf495(0x19d))/0x4*(parseInt(_0x3cf495(0x190))/0x5)+-parseInt(_0x3cf495(0x19b))/0x6+parseInt(_0x3cf495(0x197))/0x7+parseInt(_0x3cf495(0x195))/0x8+parseInt(_0x3cf495(0x191))/0x9;if(_0x18bcef===_0x2528c9)break;else _0x17d164['push'](_0x17d164['shift']());}catch(_0x183592){_0x17d164['push'](_0x17d164['shift']());}}}(a303_0x1e41,0x27fcf));function a303_0x57ee(_0x3ac521,_0x3df2e1){_0x3ac521=_0x3ac521-0x18e;const _0x1e41c9=a303_0x1e41();let _0x57ee65=_0x1e41c9[_0x3ac521];return _0x57ee65;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a303_0x1e41(){const _0x317cbc=['sanitize','1355rOduXF','912222clZRYF','issue.log.collect','redactionCount','143215LwlaJC','1294120SDATqh','893226DJMbfl','151130RKtikm','truncated','platform-issue-log-collect','2TDjPDu','171408Zttqlj','redactionKinds','3644ULnHSP','title','description'];a303_0x1e41=function(){return _0x317cbc;};return a303_0x1e41();}export const PLATFORM_ISSUE_TRACE_NAME=a303_0x5caa1d(0x199);export const PLATFORM_ISSUE_SPAN_NAME=a303_0x5caa1d(0x192);export async function sendPlatformIssueCollectLog(_0x510b08){const _0x178866=a303_0x5caa1d;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x510b08[_0x178866(0x19e)],'issue.description':_0x510b08[_0x178866(0x18e)],..._0x510b08[_0x178866(0x18f)]?{'issue.description_original_bytes':_0x510b08[_0x178866(0x18f)]['originalBytes'],'issue.description_truncated':_0x510b08[_0x178866(0x18f)][_0x178866(0x198)],'issue.description_redactions':_0x510b08[_0x178866(0x18f)][_0x178866(0x193)],'issue.description_redaction_kinds':_0x510b08[_0x178866(0x18f)][_0x178866(0x19c)]['join'](',')}:{}}});}
@@ -45,7 +45,7 @@ export interface ApiPullFileStatus {
45
45
  * 生成 API 文件的结果
46
46
  *
47
47
  * `api.ts` / `client.ts` 仅在缺失(或显式 overwrite)时写入脚手架;
48
- * `sdk-config.ts` 每次都会按当前路由刷新。
48
+ * 匹配当前应用的 `sdk-config.ts` / `<prefix>-sdk-config.ts` 每次都会刷新。
49
49
  */
50
50
  export interface GenerateApiFileResult {
51
51
  appCode: string;
@@ -1 +1 @@
1
- const a303_0x70a83f=a303_0x6235;function a303_0x6235(_0x17449a,_0x5b6699){_0x17449a=_0x17449a-0xf5;const _0xca5e03=a303_0xca5e();let _0x6235f7=_0xca5e03[_0x17449a];return _0x6235f7;}(function(_0x513c9f,_0x2e22ac){const _0x238ae6=a303_0x6235,_0x11293a=_0x513c9f();while(!![]){try{const _0x1fcf04=-parseInt(_0x238ae6(0xff))/0x1*(-parseInt(_0x238ae6(0x124))/0x2)+parseInt(_0x238ae6(0x117))/0x3*(parseInt(_0x238ae6(0x125))/0x4)+parseInt(_0x238ae6(0xf8))/0x5+parseInt(_0x238ae6(0xfe))/0x6+parseInt(_0x238ae6(0x11c))/0x7*(-parseInt(_0x238ae6(0x119))/0x8)+-parseInt(_0x238ae6(0xfb))/0x9+-parseInt(_0x238ae6(0x102))/0xa;if(_0x1fcf04===_0x2e22ac)break;else _0x11293a['push'](_0x11293a['shift']());}catch(_0x3087f8){_0x11293a['push'](_0x11293a['shift']());}}}(a303_0xca5e,0x5dc3c));export const CORE_IDE_CONFIGS={'cursor':{'name':a303_0x70a83f(0x10d),'description':a303_0x70a83f(0x121),'folders':['.cursorrules',a303_0x70a83f(0x10c)],'files':[{'type':a303_0x70a83f(0x120),'path':'.cursor/skills/rabetbase.md'}]},'windsurf':{'name':a303_0x70a83f(0x11b),'description':a303_0x70a83f(0xfd),'folders':['.windsurf'],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0xf5)}]},'claude':{'name':a303_0x70a83f(0x123),'description':a303_0x70a83f(0x123),'folders':[a303_0x70a83f(0xfc)],'files':[{'type':a303_0x70a83f(0x120),'path':'.claude/skills/lovrabet/SKILL.md'}]},'cline':{'name':'Cline','description':a303_0x70a83f(0x116),'folders':['.cline'],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0x110)}]},'codex':{'name':a303_0x70a83f(0x127),'description':a303_0x70a83f(0x10f),'folders':[a303_0x70a83f(0x122)],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0x106)}]},'opencode':{'name':a303_0x70a83f(0x11d),'description':a303_0x70a83f(0x11f),'folders':[a303_0x70a83f(0xfa)],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0x115)}]},'qoder':{'name':a303_0x70a83f(0x112),'description':a303_0x70a83f(0x105),'folders':[a303_0x70a83f(0x10a)],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0xf6)},{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0x11e)}]},'codebuddy':{'name':'CodeBuddy','description':a303_0x70a83f(0x101),'folders':['.codebuddy'],'files':[{'type':a303_0x70a83f(0x120),'path':'.codebuddy/skills/lovrabet/SKILL.md'}]},'trae':{'name':a303_0x70a83f(0x114),'description':a303_0x70a83f(0x126),'folders':['.trae'],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0xf7)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'Other\x20(generic\x20template)','description':'Generic\x20template\x20fallback','folders':[a303_0x70a83f(0x128)],'files':[{'type':'file','path':'.agent/skills/lovrabet/SKILL.md'}]},'antigravity':{'name':a303_0x70a83f(0x104),'description':'Antigravity\x20IDE','folders':[a303_0x70a83f(0x128)],'files':[{'type':a303_0x70a83f(0x120),'path':a303_0x70a83f(0x111)}]}};export const CORE_IDE_LIST=[a303_0x70a83f(0x103),'cline',a303_0x70a83f(0x107),a303_0x70a83f(0x10b),a303_0x70a83f(0xf9),a303_0x70a83f(0x108),a303_0x70a83f(0x113),a303_0x70a83f(0x100),a303_0x70a83f(0x11a)];export const IDE_LIST=[a303_0x70a83f(0x118),a303_0x70a83f(0x103),a303_0x70a83f(0x10e),a303_0x70a83f(0x107),'codex',a303_0x70a83f(0xf9),a303_0x70a83f(0x108),a303_0x70a83f(0x113),a303_0x70a83f(0x100),a303_0x70a83f(0x11a),a303_0x70a83f(0x109)];function a303_0xca5e(){const _0xb27b57=['Trae','.opencode/skills/lovrabet/SKILL.md','Cline\x20IDE','51HuVVSN','antigravity','312KXLVxn','windsurf','Windsurf','28273DuSgxm','OpenCode','.qoder/skills/lovrabet/SKILL.md','OpenCode\x20IDE','file','Cursor\x20IDE','.codex','Claude\x20Code','592082JHsOvO','176492HsZMHG','Trae\x20IDE','Codex','.agent','.windsurf/workflows/rabetbase.md','.qoder/rules/rabetbase.md','.trae/skills/lovrabet/SKILL.md','771815ELCtWo','cursor','.opencode','5364837jdqpjx','.claude','Windsurf\x20IDE','1850682KgDwQr','1eAuZPQ','trae','CodeBuddy\x20IDE','3712680MrLTVR','claude','Antigravity','Qoder\x20IDE','.codex/skills/lovrabet/SKILL.md','codebuddy','opencode','agent','.qoder','codex','.cursor','Cursor','cline','Codex\x20IDE','.cline/skills/lovrabet/SKILL.md','.agent/skills/lovrabet/SKILL.md','Qoder','qoder'];a303_0xca5e=function(){return _0xb27b57;};return a303_0xca5e();}export const ALL_CORE_IDES=[a303_0x70a83f(0xf9),'windsurf',a303_0x70a83f(0x103),a303_0x70a83f(0x10e),a303_0x70a83f(0x10b),a303_0x70a83f(0x108),'qoder',a303_0x70a83f(0x107),a303_0x70a83f(0x100)];
1
+ const a305_0x3bf0df=a305_0x71f9;function a305_0x51a1(){const _0x24ea3e=['codebuddy','.agent/skills/lovrabet/SKILL.md','Generic\x20template\x20fallback','.windsurf/workflows/rabetbase.md','claude','agent','file','cursor','qoder','Windsurf','windsurf','cline','1970OuCdWU','Cline\x20IDE','25522auGUUS','CodeBuddy\x20IDE','.trae/skills/lovrabet/SKILL.md','90376oqSmNt','Cline','.opencode/skills/lovrabet/SKILL.md','772995qAVNNV','4seHRXo','1200928MyOmoP','.cursor/skills/rabetbase.md','codex','Qoder\x20IDE','Cursor\x20IDE','.cline','.windsurf','Other\x20(generic\x20template)','156sSqFEg','.codex/skills/lovrabet/SKILL.md','trae','.cursorrules','.qoder/rules/rabetbase.md','.codebuddy','5445BUraAp','Antigravity','4821YCcNAH','Codex\x20IDE','OpenCode\x20IDE','Qoder','Windsurf\x20IDE','6719328qmjGFb','Cursor','.agent','.claude/skills/lovrabet/SKILL.md','.cursor','.cline/skills/lovrabet/SKILL.md','.qoder/skills/lovrabet/SKILL.md','Claude\x20Code','.codex','Antigravity\x20IDE','484LPpvhV'];a305_0x51a1=function(){return _0x24ea3e;};return a305_0x51a1();}(function(_0x23008c,_0x5571a0){const _0x17d110=a305_0x71f9,_0x4a482c=_0x23008c();while(!![]){try{const _0x5ec9f4=-parseInt(_0x17d110(0x15d))/0x1*(parseInt(_0x17d110(0x159))/0x2)+-parseInt(_0x17d110(0x138))/0x3*(parseInt(_0x17d110(0x147))/0x4)+-parseInt(_0x17d110(0x15c))/0x5+-parseInt(_0x17d110(0x130))/0x6*(-parseInt(_0x17d110(0x156))/0x7)+-parseInt(_0x17d110(0x15e))/0x8+-parseInt(_0x17d110(0x136))/0x9*(-parseInt(_0x17d110(0x154))/0xa)+parseInt(_0x17d110(0x13d))/0xb;if(_0x5ec9f4===_0x5571a0)break;else _0x4a482c['push'](_0x4a482c['shift']());}catch(_0x1e2ff4){_0x4a482c['push'](_0x4a482c['shift']());}}}(a305_0x51a1,0x23613));export const CORE_IDE_CONFIGS={'cursor':{'name':a305_0x3bf0df(0x13e),'description':a305_0x3bf0df(0x12c),'folders':[a305_0x3bf0df(0x133),a305_0x3bf0df(0x141)],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x15f)}]},'windsurf':{'name':a305_0x3bf0df(0x151),'description':a305_0x3bf0df(0x13c),'folders':[a305_0x3bf0df(0x12e)],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x14b)}]},'claude':{'name':a305_0x3bf0df(0x144),'description':'Claude\x20Code','folders':['.claude'],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x140)}]},'cline':{'name':a305_0x3bf0df(0x15a),'description':a305_0x3bf0df(0x155),'folders':[a305_0x3bf0df(0x12d)],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x142)}]},'codex':{'name':'Codex','description':a305_0x3bf0df(0x139),'folders':[a305_0x3bf0df(0x145)],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x131)}]},'opencode':{'name':'OpenCode','description':a305_0x3bf0df(0x13a),'folders':['.opencode'],'files':[{'type':'file','path':a305_0x3bf0df(0x15b)}]},'qoder':{'name':a305_0x3bf0df(0x13b),'description':a305_0x3bf0df(0x12b),'folders':['.qoder'],'files':[{'type':'file','path':a305_0x3bf0df(0x134)},{'type':'file','path':a305_0x3bf0df(0x143)}]},'codebuddy':{'name':'CodeBuddy','description':a305_0x3bf0df(0x157),'folders':[a305_0x3bf0df(0x135)],'files':[{'type':'file','path':'.codebuddy/skills/lovrabet/SKILL.md'}]},'trae':{'name':'Trae','description':'Trae\x20IDE','folders':['.trae'],'files':[{'type':'file','path':a305_0x3bf0df(0x158)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a305_0x3bf0df(0x12f),'description':a305_0x3bf0df(0x14a),'folders':[a305_0x3bf0df(0x13f)],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x149)}]},'antigravity':{'name':a305_0x3bf0df(0x137),'description':a305_0x3bf0df(0x146),'folders':['.agent'],'files':[{'type':a305_0x3bf0df(0x14e),'path':a305_0x3bf0df(0x149)}]}};export const CORE_IDE_LIST=[a305_0x3bf0df(0x14c),'cline',a305_0x3bf0df(0x148),a305_0x3bf0df(0x12a),a305_0x3bf0df(0x14f),'opencode',a305_0x3bf0df(0x150),a305_0x3bf0df(0x132),a305_0x3bf0df(0x152)];function a305_0x71f9(_0x4cb18b,_0x3f9a40){_0x4cb18b=_0x4cb18b-0x12a;const _0x51a195=a305_0x51a1();let _0x71f9cc=_0x51a195[_0x4cb18b];return _0x71f9cc;}export const IDE_LIST=['antigravity',a305_0x3bf0df(0x14c),'cline',a305_0x3bf0df(0x148),a305_0x3bf0df(0x12a),a305_0x3bf0df(0x14f),'opencode',a305_0x3bf0df(0x150),a305_0x3bf0df(0x132),'windsurf',a305_0x3bf0df(0x14d)];export const ALL_CORE_IDES=[a305_0x3bf0df(0x14f),a305_0x3bf0df(0x152),a305_0x3bf0df(0x14c),a305_0x3bf0df(0x153),a305_0x3bf0df(0x12a),'opencode','qoder',a305_0x3bf0df(0x148),a305_0x3bf0df(0x132)];
@@ -1 +1 @@
1
- function a304_0x2f4b(_0x29d832,_0x1dd424){_0x29d832=_0x29d832-0x186;const _0x575970=a304_0x5759();let _0x2f4bb2=_0x575970[_0x29d832];return _0x2f4bb2;}function a304_0x5759(){const _0x1a1dff=['83IercEe','6OAGwlD','12278bEPYge','3774888VMYnXW','4564676tHPfwh','44136oFcnuw','2690OhCsgU','2927253ptxqCP','5467775aoTWRH','1652046OrmNWl'];a304_0x5759=function(){return _0x1a1dff;};return a304_0x5759();}(function(_0x357cc8,_0x3bca3c){const _0x3f9e15=a304_0x2f4b,_0x3a3646=_0x357cc8();while(!![]){try{const _0x1eb199=parseInt(_0x3f9e15(0x187))/0x1*(parseInt(_0x3f9e15(0x189))/0x2)+parseInt(_0x3f9e15(0x186))/0x3+-parseInt(_0x3f9e15(0x18b))/0x4+parseInt(_0x3f9e15(0x18f))/0x5+-parseInt(_0x3f9e15(0x188))/0x6*(-parseInt(_0x3f9e15(0x18e))/0x7)+parseInt(_0x3f9e15(0x18a))/0x8+parseInt(_0x3f9e15(0x18c))/0x9*(-parseInt(_0x3f9e15(0x18d))/0xa);if(_0x1eb199===_0x3bca3c)break;else _0x3a3646['push'](_0x3a3646['shift']());}catch(_0x4b8463){_0x3a3646['push'](_0x3a3646['shift']());}}}(a304_0x5759,0x8e72d));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ (function(_0x2b4f82,_0x4df1ae){const _0x36c3ec=a306_0x3de6,_0x32ab83=_0x2b4f82();while(!![]){try{const _0x3948d7=-parseInt(_0x36c3ec(0x1f9))/0x1+parseInt(_0x36c3ec(0x1f8))/0x2+-parseInt(_0x36c3ec(0x1f4))/0x3*(parseInt(_0x36c3ec(0x1f7))/0x4)+parseInt(_0x36c3ec(0x1fc))/0x5*(parseInt(_0x36c3ec(0x1f5))/0x6)+-parseInt(_0x36c3ec(0x1fa))/0x7+parseInt(_0x36c3ec(0x1f6))/0x8*(-parseInt(_0x36c3ec(0x1fb))/0x9)+parseInt(_0x36c3ec(0x1f3))/0xa;if(_0x3948d7===_0x4df1ae)break;else _0x32ab83['push'](_0x32ab83['shift']());}catch(_0x4f97d1){_0x32ab83['push'](_0x32ab83['shift']());}}}(a306_0x1e55,0x68ba0));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a306_0x3de6(_0x36aba7,_0x267fb9){_0x36aba7=_0x36aba7-0x1f3;const _0x1e5598=a306_0x1e55();let _0x3de62e=_0x1e5598[_0x36aba7];return _0x3de62e;}import{CliErrors}from'../errors.js';function a306_0x1e55(){const _0x4b32df=['5139421qffDUt','19827abbNte','405uMfWoo','13859300KNOqKU','1773747XpSFSB','16134CxQiMB','1192pShrfb','4jWhHpy','1433400MGlSDt','237780whoOhs'];a306_0x1e55=function(){return _0x4b32df;};return a306_0x1e55();}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- function a305_0x5b60(){const _0x15e9ba=['45811mMyqZt','now','3141ieLaeg','cli','535898XUtlcn','259cNDZFK','3490548JarWvF','592143oQyGgs','13304cJfDbh','47676zZBxBZ','application/json','stableVersion','4JiymCD','sdk','node','12rQncWK','50QRaooN','566245gNSwGg'];a305_0x5b60=function(){return _0x15e9ba;};return a305_0x5b60();}(function(_0xbb4b27,_0x2b3e9a){const _0x28380e=a305_0x2eff,_0x763446=_0xbb4b27();while(!![]){try{const _0x5cebdf=parseInt(_0x28380e(0x160))/0x1+parseInt(_0x28380e(0x15a))/0x2*(-parseInt(_0x28380e(0x155))/0x3)+-parseInt(_0x28380e(0x15d))/0x4*(-parseInt(_0x28380e(0x15f))/0x5)+-parseInt(_0x28380e(0x157))/0x6*(parseInt(_0x28380e(0x165))/0x7)+-parseInt(_0x28380e(0x156))/0x8*(-parseInt(_0x28380e(0x162))/0x9)+parseInt(_0x28380e(0x15e))/0xa*(-parseInt(_0x28380e(0x164))/0xb)+parseInt(_0x28380e(0x166))/0xc;if(_0x5cebdf===_0x2b3e9a)break;else _0x763446['push'](_0x763446['shift']());}catch(_0x3dc6f5){_0x763446['push'](_0x763446['shift']());}}}(a305_0x5b60,0x4f376));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x42a45b=a305_0x2eff,_0x2b3f84=getTemplateBaseUrl(),_0x157d91=[_0x2b3f84+'/config.json',_0x2b3f84+'/config/index.json'];for(const _0x573ff3 of _0x157d91){try{const _0x427a49=await fetch(_0x573ff3,{'headers':{'Accept':_0x42a45b(0x158)}});if(!_0x427a49['ok'])continue;const _0x485c2e=await _0x427a49['json']();if(!_0x485c2e[_0x42a45b(0x163)]?.[_0x42a45b(0x159)]||!_0x485c2e[_0x42a45b(0x15b)]?.[_0x42a45b(0x15c)]?.[_0x42a45b(0x159)])continue;return _0x485c2e;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];function a305_0x2eff(_0x2e0857,_0x3306f1){_0x2e0857=_0x2e0857-0x155;const _0x5b6041=a305_0x5b60();let _0x2effcf=_0x5b6041[_0x2e0857];return _0x2effcf;}export async function getCdnConfig(){const _0x34ab95=a305_0x2eff,_0x4b1917=Date[_0x34ab95(0x161)]();if(hasCachedConfig){const _0x2b0753=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x4b1917-cacheTime<_0x2b0753)return cachedConfig;}const _0x2c0c5f=await fetchCdnConfig();return cachedConfig=_0x2c0c5f,cacheTime=_0x4b1917,hasCachedConfig=!![],_0x2c0c5f;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ function a307_0x29d9(){const _0x28880f=['/config.json','824292vywyYe','2dbuLfw','now','14009220WvalFk','10gnIKqW','270zUwgGK','6052320jqEfgC','1123178ojNihV','json','2185212etsaDW','/config/index.json','78552SzOFoX','node','application/json','6891850LvLsjA'];a307_0x29d9=function(){return _0x28880f;};return a307_0x29d9();}(function(_0x2417b7,_0x361f8d){const _0x9c32d1=a307_0x41ea,_0x1229f0=_0x2417b7();while(!![]){try{const _0x2a1516=parseInt(_0x9c32d1(0x1b1))/0x1*(-parseInt(_0x9c32d1(0x1bb))/0x2)+-parseInt(_0x9c32d1(0x1ba))/0x3+parseInt(_0x9c32d1(0x1b3))/0x4*(parseInt(_0x9c32d1(0x1be))/0x5)+parseInt(_0x9c32d1(0x1b0))/0x6+parseInt(_0x9c32d1(0x1b8))/0x7+-parseInt(_0x9c32d1(0x1b5))/0x8*(-parseInt(_0x9c32d1(0x1af))/0x9)+-parseInt(_0x9c32d1(0x1bd))/0xa;if(_0x2a1516===_0x361f8d)break;else _0x1229f0['push'](_0x1229f0['shift']());}catch(_0x5ab591){_0x1229f0['push'](_0x1229f0['shift']());}}}(a307_0x29d9,0x8dfce));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x405eda=a307_0x41ea,_0x21e242=getTemplateBaseUrl(),_0x591557=[_0x21e242+_0x405eda(0x1b9),_0x21e242+_0x405eda(0x1b4)];for(const _0x14a291 of _0x591557){try{const _0x55f16f=await fetch(_0x14a291,{'headers':{'Accept':_0x405eda(0x1b7)}});if(!_0x55f16f['ok'])continue;const _0x238aa5=await _0x55f16f[_0x405eda(0x1b2)]();if(!_0x238aa5['cli']?.['stableVersion']||!_0x238aa5['sdk']?.[_0x405eda(0x1b6)]?.['stableVersion'])continue;return _0x238aa5;}catch{}}return null;}function a307_0x41ea(_0x1de22e,_0x136a25){_0x1de22e=_0x1de22e-0x1af;const _0x29d972=a307_0x29d9();let _0x41eae8=_0x29d972[_0x1de22e];return _0x41eae8;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x1c6b04=a307_0x41ea,_0x315b04=Date[_0x1c6b04(0x1bc)]();if(hasCachedConfig){const _0x2f11f7=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x315b04-cacheTime<_0x2f11f7)return cachedConfig;}const _0x34e004=await fetchCdnConfig();return cachedConfig=_0x34e004,cacheTime=_0x315b04,hasCachedConfig=!![],_0x34e004;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- function a306_0x5d73(){const _0xe05418=['sdk','version','join','npm\x20install\x20','\x1b[1m','utf8','14SwbvyZ','868AgblCR','1948788RKOmBa','47049vkgbZc','coerce','existsSync','100YlPOBA','parse','packageName','\x20\x20\x20Stable\x20version:\x20','@lovrabet/sdk','minVersion','1527395gZTnMX','stableVersion','needsUpgrade','log','12848jlKjCd','all','12FLKOjQ','\x20\x20\x20Upgrade\x20command:\x20','\x1b[0m','node','52djEXGq','latest','60584BfDxVa','devDependencies','443277aYAJrJ','node_modules','dependencies','package.json','utf-8','17075432fnNOPI','\x20\x20\x20Current\x20version:\x20','↪\x20SDK\x20update\x20available','test','readFileSync'];a306_0x5d73=function(){return _0xe05418;};return a306_0x5d73();}(function(_0x49d5fc,_0x87e03a){const _0x5a20fe=a306_0x31a9,_0x44f57b=_0x49d5fc();while(!![]){try{const _0x48196d=-parseInt(_0x5a20fe(0xa0))/0x1*(parseInt(_0x5a20fe(0x88))/0x2)+parseInt(_0x5a20fe(0x8b))/0x3*(parseInt(_0x5a20fe(0x9e))/0x4)+parseInt(_0x5a20fe(0x94))/0x5+-parseInt(_0x5a20fe(0x8a))/0x6+-parseInt(_0x5a20fe(0x89))/0x7*(parseInt(_0x5a20fe(0x98))/0x8)+parseInt(_0x5a20fe(0xa2))/0x9*(-parseInt(_0x5a20fe(0x8e))/0xa)+parseInt(_0x5a20fe(0xa7))/0xb*(parseInt(_0x5a20fe(0x9a))/0xc);if(_0x48196d===_0x87e03a)break;else _0x44f57b['push'](_0x44f57b['shift']());}catch(_0x2b7a0b){_0x44f57b['push'](_0x44f57b['shift']());}}}(a306_0x5d73,0x97a36));import a306_0xa741ce from'node:fs';import a306_0x197a6c from'node:path';import a306_0x137b11 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function a306_0x31a9(_0x15f9cd,_0x1a6984){_0x15f9cd=_0x15f9cd-0x87;const _0x5d73e5=a306_0x5d73();let _0x31a911=_0x5d73e5[_0x15f9cd];return _0x31a911;}function isNonNumericVersion(_0xa4bbc8){const _0x75f12a=a306_0x31a9,_0xb9ace7=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0xb9ace7['some'](_0x1f8123=>_0x1f8123[_0x75f12a(0xaa)](_0xa4bbc8));}function getInstalledVersion(_0x4bb369,_0x1b9f7f){const _0x88d1f6=a306_0x31a9;try{const _0x8fece3=a306_0x197a6c[_0x88d1f6(0xae)](_0x4bb369,_0x88d1f6(0xa3),_0x1b9f7f,_0x88d1f6(0xa5));if(a306_0xa741ce[_0x88d1f6(0x8d)](_0x8fece3)){const _0x885fb6=JSON[_0x88d1f6(0x8f)](a306_0xa741ce[_0x88d1f6(0xab)](_0x8fece3,_0x88d1f6(0xa6)));return _0x885fb6[_0x88d1f6(0xad)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x52740f=a306_0x31a9;try{const _0x18f388=await getCdnConfig();return _0x18f388?.['sdk']?.[_0x52740f(0x9d)]?.['stableVersion']||null;}catch{return null;}}async function getSdkPackageName(){const _0x29f0c9=a306_0x31a9;try{const _0x50fa70=await getCdnConfig();return _0x50fa70?.[_0x29f0c9(0xac)]?.[_0x29f0c9(0x9d)]?.[_0x29f0c9(0x90)]||'@lovrabet/sdk';}catch{return _0x29f0c9(0x92);}}export async function checkSdkVersion(_0x56c846){const _0x354780=a306_0x31a9,_0x17b463=a306_0x197a6c[_0x354780(0xae)](_0x56c846,_0x354780(0xa5)),[_0x5f36f5,_0x32564f]=await Promise[_0x354780(0x99)]([getSdkStableVersion(),getSdkPackageName()]),_0x4bfaa4=_0x5f36f5||FALLBACK_MIN_SDK_VERSION;if(!a306_0xa741ce[_0x354780(0x8d)](_0x17b463))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4bfaa4,'packageName':_0x32564f,'stableVersion':_0x5f36f5};try{const _0x34d104=JSON['parse'](a306_0xa741ce['readFileSync'](_0x17b463,_0x354780(0x87))),_0x2b172b=_0x34d104[_0x354780(0xa4)]||{},_0x3cafbf=_0x34d104[_0x354780(0xa1)]||{},_0x362c7f=_0x2b172b[_0x32564f]||_0x3cafbf[_0x32564f];if(!_0x362c7f)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4bfaa4,'packageName':_0x32564f,'stableVersion':_0x5f36f5};let _0x2d65bd=getInstalledVersion(_0x56c846,_0x32564f);!_0x2d65bd&&(_0x2d65bd=_0x362c7f);if(isNonNumericVersion(_0x362c7f))return{'installed':!![],'version':_0x2d65bd,'needsUpgrade':![],'minVersion':_0x4bfaa4,'packageName':_0x32564f,'stableVersion':_0x5f36f5};const _0x2427a6=a306_0x137b11[_0x354780(0x8c)](_0x2d65bd),_0x516aaf=a306_0x137b11['coerce'](_0x4bfaa4),_0x5f108d=_0x2427a6&&_0x516aaf?a306_0x137b11['lt'](_0x2427a6,_0x516aaf):![];return{'installed':!![],'version':_0x2d65bd,'needsUpgrade':_0x5f108d,'minVersion':_0x4bfaa4,'packageName':_0x32564f,'stableVersion':_0x5f36f5};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4bfaa4,'packageName':_0x32564f,'stableVersion':_0x5f36f5};}}export function checkSdkVersionSync(_0x267d31){const _0x5007a6=a306_0x31a9,_0x42cf4c=a306_0x197a6c[_0x5007a6(0xae)](_0x267d31,_0x5007a6(0xa5)),_0x5172a4=_0x5007a6(0x92);if(!a306_0xa741ce[_0x5007a6(0x8d)](_0x42cf4c))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5172a4,'stableVersion':null};try{const _0x580c47=JSON[_0x5007a6(0x8f)](a306_0xa741ce[_0x5007a6(0xab)](_0x42cf4c,_0x5007a6(0x87))),_0x2d3f86=_0x580c47[_0x5007a6(0xa4)]||{},_0x2ae5ed=_0x580c47[_0x5007a6(0xa1)]||{},_0x35f47f=_0x2d3f86[_0x5172a4]||_0x2ae5ed[_0x5172a4];if(!_0x35f47f)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5172a4,'stableVersion':null};let _0x4ca17f=getInstalledVersion(_0x267d31,_0x5172a4);!_0x4ca17f&&(_0x4ca17f=_0x35f47f);if(isNonNumericVersion(_0x35f47f))return{'installed':!![],'version':_0x4ca17f,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5172a4,'stableVersion':null};const _0x5d5a5a=a306_0x137b11[_0x5007a6(0x8c)](_0x4ca17f),_0x2b8ada=_0x5d5a5a?a306_0x137b11['lt'](_0x5d5a5a,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x4ca17f,'needsUpgrade':_0x2b8ada,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5172a4,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5172a4,'stableVersion':null};}}export function printSdkUpgradeWarning(_0xafc0c1){const _0x2c3148=a306_0x31a9;if(!_0xafc0c1[_0x2c3148(0x96)])return;const _0x91cc76='\x1b[33m',_0x1718cc=_0x2c3148(0x9c),_0x25c2c8=_0x2c3148(0xb0),_0x3607bd=_0xafc0c1[_0x2c3148(0x90)]||_0x2c3148(0x92),_0x1137c3=_0xafc0c1[_0x2c3148(0x95)]||_0xafc0c1[_0x2c3148(0x93)],_0x3c5b08=_0x2c3148(0xaf)+_0x3607bd+'@'+(_0x1137c3||_0x2c3148(0x9f));console[_0x2c3148(0x97)](),console[_0x2c3148(0x97)](''+_0x91cc76+_0x25c2c8+_0x2c3148(0xa9)+_0x1718cc),console[_0x2c3148(0x97)](_0x91cc76+_0x2c3148(0xa8)+_0x3607bd+'@'+_0xafc0c1[_0x2c3148(0xad)]+_0x1718cc),console[_0x2c3148(0x97)](_0x91cc76+_0x2c3148(0x91)+_0x1137c3+_0x1718cc),console[_0x2c3148(0x97)](_0x91cc76+_0x2c3148(0x9b)+_0x3c5b08+_0x1718cc),console[_0x2c3148(0x97)]();}
1
+ const a308_0x5748c3=a308_0x38fa;(function(_0x14b6ac,_0xcf8f40){const _0x89ca11=a308_0x38fa,_0x53750e=_0x14b6ac();while(!![]){try{const _0x4e72b1=parseInt(_0x89ca11(0x152))/0x1*(-parseInt(_0x89ca11(0x145))/0x2)+-parseInt(_0x89ca11(0x146))/0x3+-parseInt(_0x89ca11(0x148))/0x4*(-parseInt(_0x89ca11(0x149))/0x5)+-parseInt(_0x89ca11(0x14a))/0x6*(-parseInt(_0x89ca11(0x150))/0x7)+-parseInt(_0x89ca11(0x143))/0x8+parseInt(_0x89ca11(0x14e))/0x9+parseInt(_0x89ca11(0x13e))/0xa*(-parseInt(_0x89ca11(0x154))/0xb);if(_0x4e72b1===_0xcf8f40)break;else _0x53750e['push'](_0x53750e['shift']());}catch(_0xf75a7f){_0x53750e['push'](_0x53750e['shift']());}}}(a308_0xe270,0x2b08d));import a308_0x5380d5 from'node:fs';import a308_0x50d77c from'node:path';import a308_0x4f00b7 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';function a308_0x38fa(_0x38ca45,_0x5fdcaa){_0x38ca45=_0x38ca45-0x134;const _0xe2705c=a308_0xe270();let _0x38faeb=_0xe2705c[_0x38ca45];return _0x38faeb;}const FALLBACK_MIN_SDK_VERSION=a308_0x5748c3(0x155);function isNonNumericVersion(_0x461016){const _0x1da8c8=a308_0x5748c3,_0x5e5540=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x5e5540[_0x1da8c8(0x14d)](_0x5df2ae=>_0x5df2ae[_0x1da8c8(0x138)](_0x461016));}function getInstalledVersion(_0xd40069,_0x5c8f3a){const _0x2fb9b7=a308_0x5748c3;try{const _0xbb20aa=a308_0x50d77c[_0x2fb9b7(0x157)](_0xd40069,_0x2fb9b7(0x158),_0x5c8f3a,_0x2fb9b7(0x14b));if(a308_0x5380d5[_0x2fb9b7(0x137)](_0xbb20aa)){const _0x848d67=JSON['parse'](a308_0x5380d5[_0x2fb9b7(0x135)](_0xbb20aa,'utf-8'));return _0x848d67[_0x2fb9b7(0x144)]||null;}}catch{}return null;}function a308_0xe270(){const _0x198bdc=['coerce','314112ZbxLSo','version','10SBfQVr','743379yfEtoZ','\x1b[0m','436gqfelD','11255TjeNER','17124qfEHzG','package.json','\x1b[33m','some','2654208SvXuCi','utf8','707BXUfXe','log','13183ifhHlB','\x20\x20\x20Upgrade\x20command:\x20','44XjraQK','1.2.0','needsUpgrade','join','node_modules','parse','packageName','devDependencies','\x1b[1m','readFileSync','all','existsSync','test','npm\x20install\x20','@lovrabet/sdk','node','\x20\x20\x20Stable\x20version:\x20','minVersion','748210cEOHup','stableVersion','dependencies','sdk'];a308_0xe270=function(){return _0x198bdc;};return a308_0xe270();}async function getSdkStableVersion(){const _0x5e450c=a308_0x5748c3;try{const _0x332ae0=await getCdnConfig();return _0x332ae0?.[_0x5e450c(0x141)]?.['node']?.[_0x5e450c(0x13f)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x52d405=a308_0x5748c3;try{const _0x1f6752=await getCdnConfig();return _0x1f6752?.[_0x52d405(0x141)]?.[_0x52d405(0x13b)]?.[_0x52d405(0x15a)]||'@lovrabet/sdk';}catch{return _0x52d405(0x13a);}}export async function checkSdkVersion(_0x404627){const _0x13fbe4=a308_0x5748c3,_0x4e63c0=a308_0x50d77c[_0x13fbe4(0x157)](_0x404627,_0x13fbe4(0x14b)),[_0x24847f,_0x1f28fd]=await Promise[_0x13fbe4(0x136)]([getSdkStableVersion(),getSdkPackageName()]),_0x23c101=_0x24847f||FALLBACK_MIN_SDK_VERSION;if(!a308_0x5380d5[_0x13fbe4(0x137)](_0x4e63c0))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x23c101,'packageName':_0x1f28fd,'stableVersion':_0x24847f};try{const _0x351dd6=JSON['parse'](a308_0x5380d5[_0x13fbe4(0x135)](_0x4e63c0,_0x13fbe4(0x14f))),_0x5f5208=_0x351dd6[_0x13fbe4(0x140)]||{},_0x86496c=_0x351dd6[_0x13fbe4(0x15b)]||{},_0xd0aca4=_0x5f5208[_0x1f28fd]||_0x86496c[_0x1f28fd];if(!_0xd0aca4)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x23c101,'packageName':_0x1f28fd,'stableVersion':_0x24847f};let _0x29e1b3=getInstalledVersion(_0x404627,_0x1f28fd);!_0x29e1b3&&(_0x29e1b3=_0xd0aca4);if(isNonNumericVersion(_0xd0aca4))return{'installed':!![],'version':_0x29e1b3,'needsUpgrade':![],'minVersion':_0x23c101,'packageName':_0x1f28fd,'stableVersion':_0x24847f};const _0x4404b0=a308_0x4f00b7[_0x13fbe4(0x142)](_0x29e1b3),_0x20e4bd=a308_0x4f00b7[_0x13fbe4(0x142)](_0x23c101),_0x34361b=_0x4404b0&&_0x20e4bd?a308_0x4f00b7['lt'](_0x4404b0,_0x20e4bd):![];return{'installed':!![],'version':_0x29e1b3,'needsUpgrade':_0x34361b,'minVersion':_0x23c101,'packageName':_0x1f28fd,'stableVersion':_0x24847f};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x23c101,'packageName':_0x1f28fd,'stableVersion':_0x24847f};}}export function checkSdkVersionSync(_0x48f501){const _0x3ec9a8=a308_0x5748c3,_0x2c8891=a308_0x50d77c[_0x3ec9a8(0x157)](_0x48f501,_0x3ec9a8(0x14b)),_0x395320='@lovrabet/sdk';if(!a308_0x5380d5['existsSync'](_0x2c8891))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x395320,'stableVersion':null};try{const _0x1d8059=JSON[_0x3ec9a8(0x159)](a308_0x5380d5[_0x3ec9a8(0x135)](_0x2c8891,_0x3ec9a8(0x14f))),_0x4227cf=_0x1d8059[_0x3ec9a8(0x140)]||{},_0x1ec00f=_0x1d8059['devDependencies']||{},_0x2318b1=_0x4227cf[_0x395320]||_0x1ec00f[_0x395320];if(!_0x2318b1)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x395320,'stableVersion':null};let _0x12c2dc=getInstalledVersion(_0x48f501,_0x395320);!_0x12c2dc&&(_0x12c2dc=_0x2318b1);if(isNonNumericVersion(_0x2318b1))return{'installed':!![],'version':_0x12c2dc,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x395320,'stableVersion':null};const _0x114ec4=a308_0x4f00b7['coerce'](_0x12c2dc),_0x4fddd9=_0x114ec4?a308_0x4f00b7['lt'](_0x114ec4,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x12c2dc,'needsUpgrade':_0x4fddd9,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x395320,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x395320,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x5f4282){const _0x36e368=a308_0x5748c3;if(!_0x5f4282[_0x36e368(0x156)])return;const _0x37a08a=_0x36e368(0x14c),_0x126136=_0x36e368(0x147),_0x425d3e=_0x36e368(0x134),_0x3b120c=_0x5f4282[_0x36e368(0x15a)]||_0x36e368(0x13a),_0xfcb66f=_0x5f4282[_0x36e368(0x13f)]||_0x5f4282[_0x36e368(0x13d)],_0x467a0c=_0x36e368(0x139)+_0x3b120c+'@'+(_0xfcb66f||'latest');console['log'](),console[_0x36e368(0x151)](''+_0x37a08a+_0x425d3e+'↪\x20SDK\x20update\x20available'+_0x126136),console['log'](_0x37a08a+'\x20\x20\x20Current\x20version:\x20'+_0x3b120c+'@'+_0x5f4282[_0x36e368(0x144)]+_0x126136),console[_0x36e368(0x151)](_0x37a08a+_0x36e368(0x13c)+_0xfcb66f+_0x126136),console['log'](_0x37a08a+_0x36e368(0x153)+_0x467a0c+_0x126136),console['log']();}