@profoundlogic/coderflow-server 0.6.0 → 0.6.2

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 (174) hide show
  1. package/dist/.claude/settings.local.json +15 -2
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright-test-results/.last-run.json +52 -2
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/start.js +1 -1
  133. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  134. package/dist/web-ui/public/activity-feed.js +1 -1
  135. package/dist/web-ui/public/activity-formatters.js +1 -1
  136. package/dist/web-ui/public/agent-event-parser.js +1 -1
  137. package/dist/web-ui/public/app.js +1 -1
  138. package/dist/web-ui/public/approve-dialog.js +1 -1
  139. package/dist/web-ui/public/automation-links.js +1 -1
  140. package/dist/web-ui/public/automation-schedule.js +1 -1
  141. package/dist/web-ui/public/comments-widget.js +1 -1
  142. package/dist/web-ui/public/diff-utils.js +1 -1
  143. package/dist/web-ui/public/environments.html +0 -61
  144. package/dist/web-ui/public/environments.js +1 -1
  145. package/dist/web-ui/public/feedback-widget.js +1 -1
  146. package/dist/web-ui/public/file-selection-tree.js +1 -1
  147. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  148. package/dist/web-ui/public/git-history.js +1 -1
  149. package/dist/web-ui/public/git-status.js +1 -1
  150. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  151. package/dist/web-ui/public/index.js +1 -1
  152. package/dist/web-ui/public/login.js +1 -1
  153. package/dist/web-ui/public/markdown-editor.js +1 -1
  154. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  155. package/dist/web-ui/public/modal-maximize.js +1 -1
  156. package/dist/web-ui/public/notifications.js +1 -1
  157. package/dist/web-ui/public/permissions.js +1 -1
  158. package/dist/web-ui/public/pr-dialog.js +1 -1
  159. package/dist/web-ui/public/roles.js +1 -1
  160. package/dist/web-ui/public/server-health.js +1 -1
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.js +1 -1
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +8 -2
  167. package/dist/web-ui/public/task.js +1 -1
  168. package/dist/web-ui/public/teams.js +1 -1
  169. package/dist/web-ui/public/terminal.js +1 -1
  170. package/dist/web-ui/public/theme.js +1 -1
  171. package/dist/web-ui/public/users.js +1 -1
  172. package/dist/web-ui/public/variant-grouping.js +1 -1
  173. package/package.json +1 -1
  174. package/dist/playwright-test-results/result-screenshot.png +0 -0
@@ -1 +1 @@
1
- (function(_0x4650da,_0x51a907){const _0x2ced57={_0x4b9fc0:0x87,_0x55874d:0xf0,_0x2fe878:0x4b6,_0x3c6f81:0x4e6,_0x338aed:0x45f,_0x1f86a3:0x5ce,_0x49fcb7:0x57a,_0x23e3d4:0x5c6,_0x3d32e0:0xb,_0x2aa40f:0xaa,_0x2ae6dc:0x465,_0x3b249d:0x41a,_0x3f866a:0x50d,_0x25dfc6:0x51b,_0x21067a:0xf3,_0x2ec6ae:0x10b,_0x40dd6c:0x56,_0x367601:0x638,_0x579e91:0x583},_0x28d8d4={_0x9f0e7f:0x347},_0x33e081={_0x3aa49e:0x282};function _0x4e191c(_0x62b3f2,_0x161fd7,_0x99f236,_0x3e7edb){return _0x55f2(_0x62b3f2- -_0x33e081._0x3aa49e,_0x3e7edb);}const _0x2c1f1d=_0x4650da();function _0x17e6e1(_0x102baa,_0x19c05e,_0x3215fd,_0x349a32){return _0x55f2(_0x19c05e-_0x28d8d4._0x9f0e7f,_0x3215fd);}while(!![]){try{const _0x476a71=-parseInt(_0x4e191c(-0x127,-0x78,-_0x2ced57._0x4b9fc0,-_0x2ced57._0x55874d))/(-0x6f*-0x4d+-0x10fb+-0x143*0xd)*(parseInt(_0x17e6e1(_0x2ced57._0x2fe878,_0x2ced57._0x3c6f81,_0x2ced57._0x338aed,0x54f))/(0x1597+0x2*0xe47+-0x97*0x55))+parseInt(_0x17e6e1(_0x2ced57._0x1f86a3,0x587,0x59a,0x644))/(0xec4+0x1468+-0x2329)+parseInt(_0x17e6e1(0x675,_0x2ced57._0x49fcb7,_0x2ced57._0x23e3d4,0x5d6))/(-0x6d*0x49+-0x1*-0x13ee+0xb2b*0x1)*(parseInt(_0x4e191c(_0x2ced57._0x3d32e0,_0x2ced57._0x2aa40f,0x35,0xe3))/(0x2282+0x22fd*0x1+-0x2*0x22bd))+parseInt(_0x17e6e1(0x3d9,_0x2ced57._0x2ae6dc,_0x2ced57._0x3b249d,_0x2ced57._0x3f866a))/(-0x1ee3+0x19*-0x4a+0x2623*0x1)+-parseInt(_0x17e6e1(0x43c,_0x2ced57._0x25dfc6,0x4c0,0x49d))/(0x2c1*-0x7+0x1763+-0x13*0x37)+parseInt(_0x4e191c(-_0x2ced57._0x21067a,-0xe0,-_0x2ced57._0x2ec6ae,0x4))/(0x30*0x45+0xbfb+-0x17*0x115)+parseInt(_0x4e191c(0x3e,0xc7,_0x2ced57._0x40dd6c,0x79))/(0x695*0x2+0x237+-0x8*0x1eb)*(parseInt(_0x17e6e1(_0x2ced57._0x367601,0x610,_0x2ced57._0x579e91,0x6e1))/(0x3*-0x3cd+0x2*0x9e3+0x9*-0xed));if(_0x476a71===_0x51a907)break;else _0x2c1f1d['push'](_0x2c1f1d['shift']());}catch(_0x58bdcd){_0x2c1f1d['push'](_0x2c1f1d['shift']());}}}(_0x4bb5,0x1*0x41ef1+-0xf9766+-0x1*-0x1829b2));function _0x55f2(_0x3551b5,_0x428004){_0x3551b5=_0x3551b5-(0x7ad*0x5+0x3*-0x623+-0x12dc);const _0x551954=_0x4bb5();let _0x11fc2f=_0x551954[_0x3551b5];if(_0x55f2['zreWNx']===undefined){var _0x329d45=function(_0x29657c){const _0x1437d1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4919cd='',_0xf6ef48='';for(let _0x4673ae=-0x10d1*-0x2+-0x1f*0x12a+0x274,_0x4d5a8b,_0x2657a9,_0xb39cfa=0x262d*-0x1+0xf*-0x187+0x3d16;_0x2657a9=_0x29657c['charAt'](_0xb39cfa++);~_0x2657a9&&(_0x4d5a8b=_0x4673ae%(0xd3d*0x1+-0x1*-0x1dda+-0x2b13)?_0x4d5a8b*(-0x49*0x73+0x1*-0x20ab+-0x1*-0x41b6)+_0x2657a9:_0x2657a9,_0x4673ae++%(0x6c+-0x1*-0x7f4+-0x85c))?_0x4919cd+=String['fromCharCode'](-0x25a4+-0x2*-0x824+-0x1*-0x165b&_0x4d5a8b>>(-(0x1ca2+0x1*0x1911+-0x35b1)*_0x4673ae&0xb48+0x31*-0x95+0x1143)):-0x17*0x109+-0x556*-0x4+-0x277*-0x1){_0x2657a9=_0x1437d1['indexOf'](_0x2657a9);}for(let _0x1139ad=-0x1*-0x92+-0x20de+0x204c,_0x21092f=_0x4919cd['length'];_0x1139ad<_0x21092f;_0x1139ad++){_0xf6ef48+='%'+('00'+_0x4919cd['charCodeAt'](_0x1139ad)['toString'](0x1a47+-0x1301+-0x736))['slice'](-(0x1*-0x155d+-0x2467+0xb8e*0x5));}return decodeURIComponent(_0xf6ef48);};_0x55f2['IuJiUz']=_0x329d45,_0x55f2['umDyxg']={},_0x55f2['zreWNx']=!![];}const _0x69b6a=_0x551954[0x9b3*0x1+-0x2205+0x1852],_0x5668df=_0x3551b5+_0x69b6a,_0x58115b=_0x55f2['umDyxg'][_0x5668df];return!_0x58115b?(_0x11fc2f=_0x55f2['IuJiUz'](_0x11fc2f),_0x55f2['umDyxg'][_0x5668df]=_0x11fc2f):_0x11fc2f=_0x58115b,_0x11fc2f;}import _0x3467cb from'fs/promises';import _0x3b6b43 from'path';import{spawn}from'child_process';export async function initRepository(_0x1ebc53){const _0x4e17fa={_0x368ae5:0xd3,_0x1a16e2:0xe6,_0x2653fe:0x108,_0xfd186:0x83,_0x23f6cd:0x4c6,_0x4d9e03:0x45c,_0x4a6ac2:0x481,_0x3a8ed6:0x46d,_0x32b28a:0x43a,_0x12f041:0xf5,_0x2e6be6:0x7a,_0x5363b5:0x12c,_0x157dc5:0x209,_0x4ee837:0x496,_0x1a4eb3:0x3d3,_0x2537ae:0x519,_0x4be0ff:0x2e9,_0x1819c3:0x380,_0x42b0a4:0x32d,_0x27f6f8:0x6e,_0x40146f:0x3bc,_0x42a4f9:0x39,_0x4b0c03:0x4a7,_0x43ba9b:0x400,_0x310395:0x384,_0xaa4c72:0x522,_0x8faf43:0x1ec,_0x850003:0xe4,_0x464bad:0x1db,_0x31e028:0x30,_0x38ec43:0xa5,_0x923da4:0x86,_0x12a652:0x4b,_0x2ec550:0x12c,_0x44e01d:0x2c,_0x225673:0xed,_0x305c59:0xe,_0x4554bf:0x84,_0x28a265:0x53,_0x5d5551:0x348,_0x199f6b:0x261,_0x24f822:0x158,_0x4b572f:0x78,_0x493b99:0x330,_0x387440:0xb2,_0x25589b:0x221,_0x1f1f2b:0x51a,_0x75f554:0x4f7,_0x4464ac:0x4b7,_0x1d0357:0x515,_0x267214:0x5da,_0xfdc4ff:0x1a9,_0x38bcbb:0x3ef,_0x10422c:0x4cd,_0x18172b:0x4a4,_0x5bf5f0:0x44f,_0x58331e:0x57,_0x564c69:0x71,_0x37a69d:0x15,_0x23b1cd:0x516,_0x5e3a13:0x58a,_0x1d1a58:0x427,_0x23365a:0x146,_0x2cc956:0xec,_0x42272d:0x101,_0x47c6c5:0x161,_0x445b24:0x1fd,_0x14c1a1:0x65,_0x198535:0x62,_0x7c02ff:0xac,_0x1976ca:0x4b5,_0xe36849:0x564,_0xa70fca:0x3b,_0x41799c:0xfc,_0xa8ee9f:0x12d,_0x278426:0x5b,_0x19a379:0xac,_0x5677cc:0x438,_0x45c2f0:0x529,_0x91204a:0x495,_0x1f0ad1:0x5ba,_0xe618e2:0x36d,_0x239c64:0x40e,_0xed878:0x50d,_0xf5909c:0x2b,_0x1fc335:0x90,_0x539eb6:0xac,_0x3a1ec2:0xe9,_0x4afc3a:0x4cf,_0xbd4e82:0x3d9,_0x50908b:0x40d,_0x58e30b:0xc1,_0x2cb384:0xa3,_0x1345f1:0x54,_0x384e83:0x17,_0x2020b6:0xb1,_0x7f7b08:0x332,_0x1d7c4e:0x9f,_0x598bfd:0x131,_0x290956:0x70,_0xc2c820:0x80,_0x48df27:0x111,_0x1452cc:0x1c,_0x10381a:0x36b,_0x1304da:0x3d7,_0x5d5865:0x464,_0x42c4f6:0x45b,_0x345532:0x36b,_0x40f25b:0x381,_0x4896af:0x440,_0x53e1da:0x80,_0x2e1844:0x3b,_0x15f10c:0xa7,_0x56e006:0x195,_0x2bedb7:0x41d,_0x4973ce:0x40e,_0x5cb256:0x79,_0x47ee59:0x7d,_0x30a5c2:0x5,_0x1a6898:0x14,_0x2b8a31:0xac,_0x5392a7:0x55,_0xb096e8:0x103,_0x1f0ac8:0xb8,_0x5b154b:0x51,_0x581a68:0x2e2,_0x2e5a1b:0x41a,_0x36155d:0x4ff,_0x1ede04:0x37,_0x3aef18:0xef,_0x52042d:0x3,_0x4346a6:0x157,_0x8e3fb1:0x171,_0x137ff9:0x60,_0x303a0a:0x106,_0x64b275:0x12,_0x799df5:0x62,_0x254e7c:0x54a,_0x110241:0x3a2,_0x40da69:0x3d,_0x15b113:0x51,_0x325f91:0x52c,_0x11b700:0x552,_0x41d6b9:0x54,_0x50af9e:0x4f4,_0x52905b:0x3c4,_0x4b4516:0x53d,_0x113dba:0x62a,_0x75b55b:0x445,_0x1fec15:0x268,_0x5a63fe:0x105,_0x42adef:0x3ab,_0x3c2c36:0x434,_0x514436:0x451,_0x1ded64:0x499,_0xd581fa:0x45c,_0x137175:0xf1,_0x33c38e:0x50e,_0x5798b9:0x3c,_0x4becfa:0x3aa,_0x25450b:0x9b,_0x307683:0x3ba,_0x4ee3c3:0x53c,_0x469416:0x534,_0x115ff9:0x3c7,_0x307e57:0x48c,_0x523243:0x3c7,_0x4d9e81:0x442,_0x5bf467:0x575,_0x13a035:0x49c,_0x1c3211:0x4d9,_0x467b1a:0x45b,_0x463a12:0x46a,_0x37bb45:0x424,_0x410eaf:0x424,_0x259697:0x4b0,_0x14268c:0x373,_0x1efc20:0x595,_0x37a466:0x8c,_0x23d0c7:0x13c,_0x2a7325:0x19,_0x5c5b09:0x49,_0x4205b7:0x415,_0x1dabec:0x6f,_0x3c6153:0x1aa,_0x46065f:0x203,_0x2a6822:0x2a7,_0x2529bb:0xe6,_0x4f2adf:0xf9,_0x316416:0x46c,_0x467350:0x3bf,_0xb6eb5a:0x45c,_0x31da96:0x2c2,_0x55fa6d:0x2d1,_0x312d8d:0x423,_0x42a60f:0x527,_0x2a81a9:0x4cd,_0x506820:0x3b7,_0x2a90e8:0x42c,_0x593b4a:0x41f,_0x4927d3:0x38f,_0x33eee7:0x5d6,_0x56619e:0x414,_0x2e9c8d:0x59e,_0x5d7d27:0x136,_0x4e2966:0x84,_0x32222b:0x5a5,_0x41c746:0xbf,_0x4b3bb0:0x90,_0xeda735:0x90,_0x4239af:0x51f,_0x3853b1:0x1d5,_0x26152d:0xab,_0x311b83:0x3b5,_0x2e321d:0x1a,_0x28eaa2:0x4e,_0x5b8cba:0x83,_0x5e2a02:0xae,_0x125877:0x514,_0x590c5e:0x42a,_0x1eded9:0xa2,_0x4da405:0x6d,_0x23569:0x47c,_0x2a8103:0x443,_0x21ec4d:0x2,_0x5e8e1d:0x27,_0x538768:0x7,_0x32e629:0x98,_0x3afe5f:0x1fc,_0x5da719:0x47,_0x44efba:0x8b,_0x3f2cc8:0x448,_0x5a1c97:0x1cb,_0x30f8d4:0x49,_0x42881d:0x7b,_0x1a3ba6:0x1c,_0x45cab4:0xa4,_0x235459:0xd7,_0x39d9c9:0x102,_0x436713:0x12d,_0x46cb98:0x74,_0x11f729:0x448,_0x4bb1d2:0x489,_0x5888f6:0x25,_0x4a811d:0x377,_0x502f9a:0x17b,_0x3346ff:0x20b,_0x4dd937:0x262,_0xbd867a:0x44d,_0x45cd65:0x45b,_0x5299fb:0x3f5,_0x34f1ca:0x356,_0x1089f2:0x477,_0x58923d:0x69,_0x41ff57:0x65,_0x3f9e6e:0x93,_0x1f7b32:0x360,_0x19377b:0x39a,_0x19f6e6:0x4c2,_0x1cf838:0x37f,_0x219726:0x377,_0x1bfe3e:0x39b,_0x179468:0x2ae,_0x2abe28:0x2bd,_0x2a6a97:0x338,_0x206223:0x425,_0x2b955b:0x395,_0x3c851a:0xfb,_0x4efef9:0x54,_0x265605:0x469,_0x1aed52:0x2b,_0x3c88bd:0x109,_0x8da2f5:0x2d,_0x4f76e2:0x75,_0x75995e:0x51,_0x24ed5d:0x33,_0x192b42:0x449,_0x479dff:0xb1,_0x2a4be6:0x4ac,_0x2c5b3e:0x47b,_0x46d2ff:0x46c,_0x12c21d:0x45d,_0x3373ee:0x53e,_0x1686d2:0x4ec,_0x3cdddc:0x440,_0x5a02df:0x539,_0x353b93:0x6b,_0x1a968a:0xc1,_0x37cb71:0x11d,_0x580ef0:0x5e,_0x1d019b:0x459,_0x2807d3:0x531,_0x901d75:0x4a4,_0x38c525:0x7c,_0x7f3aa9:0x1d,_0x1c8bda:0x1c8,_0x2f03bd:0x63,_0x52f933:0x502,_0x3bec6d:0x405,_0x5a95ed:0x309,_0x18314e:0x29a,_0x433153:0x2da,_0x268471:0x3f4,_0x41b69e:0x497,_0x5bfceb:0x4b5,_0x3645c2:0x553,_0x1cc2fb:0x3f6,_0x4776c5:0x343,_0x44b8f4:0x33e,_0x2cc80:0x3b4,_0x383fb5:0x325,_0x30f466:0x3af,_0x5ac5cd:0x2f3,_0x4f2437:0x411,_0xde0ea0:0x384,_0x394385:0x387,_0x3aa8aa:0x2fa,_0x294a0c:0x3d8,_0x3a635b:0x482,_0x5f1998:0x3ff,_0x42d092:0x5a4,_0xa8d40e:0x4ca,_0x8725c:0x5c1,_0xc6733a:0x4b6,_0x43fa7a:0x1f1,_0x372e78:0x174,_0xf9162a:0x170,_0x39ef42:0x23f,_0x3f4466:0x3f,_0x19bd4d:0xb4,_0x116ea6:0x226,_0x4a0647:0x1cc,_0x3031e1:0x17f,_0x1d5db2:0x318,_0x3f1ca7:0xaa,_0x226286:0x4c,_0x5c229d:0x25d,_0x355ae0:0x3,_0x55bf18:0xda,_0x1a8579:0x51c,_0x178477:0xba,_0x3bf1a6:0x3,_0x1b8f0d:0x81,_0x462c83:0x32c,_0x1d14ce:0x391,_0x4efc89:0x30f,_0x529c06:0xce,_0x154cb6:0x182,_0x5f72bd:0x39e,_0x1f5642:0x42f,_0x261679:0x3c9,_0x17ae50:0x468,_0x1592c8:0x3a6,_0x189ac5:0xd1,_0x42ee78:0x497,_0xb858e4:0x600,_0x5dd5a9:0x13d,_0x11085f:0x321,_0x51beca:0x4a9,_0x3d3777:0x3b3,_0x48fcda:0x4a0,_0x55ab55:0x402,_0x177f8a:0x16,_0x12e403:0x6f,_0x178bd2:0x80,_0x1a222d:0x519,_0x443799:0x50a,_0x408d6a:0x85,_0x3e41e5:0x16,_0x6c18c7:0x8,_0xf744a3:0x3e6,_0x57c9d3:0x450,_0x200c25:0x502,_0x7961e9:0x48c,_0x582149:0x486,_0x5bdcde:0x430,_0x2ee286:0x48a,_0x52f4ec:0x373,_0x22eb22:0x45a,_0x484030:0x3e3,_0x43aad1:0x470,_0x182bf7:0x354,_0x480798:0xcd,_0x4fe913:0x27,_0x22156e:0x8c,_0x3dbea6:0x167,_0x33e558:0x224,_0x4f470d:0x16d,_0x52416b:0x272,_0x178860:0x385,_0x5b245b:0x454,_0x51bac4:0x463,_0x476c62:0x39,_0x5aae6a:0xb6,_0x5a1d85:0xc5,_0x5d2168:0x4db,_0x41aa4f:0x394,_0x5ae148:0x417,_0x5919e9:0x2a7,_0x56db14:0x417,_0x521d06:0x4d4,_0xf0c21d:0x430,_0x3a8316:0xfb,_0x3fec99:0x41,_0x53950e:0x5f,_0x4cf7a5:0x31c,_0xccc2e7:0x45a,_0x1abe87:0x40d,_0x4cc09d:0x48c,_0x1f7939:0x437,_0x11ed2f:0x1b4,_0x25ef99:0x31e,_0x1e3ede:0x285,_0x29b439:0x18,_0x1747d3:0x1a0,_0x1c2998:0x353,_0x3a7c43:0x331,_0x301292:0x117,_0x4d8e18:0x2e0,_0x427cd8:0x5a,_0x3eecf5:0xe4,_0x2c783e:0x128,_0x58013e:0x1c2,_0x1dd8c8:0x15e,_0x47fcec:0x467,_0x329aed:0x3e2,_0x148019:0x4c2,_0x2812a3:0x441,_0x51d7d2:0x38d,_0x5b758c:0x431,_0x2683b0:0x374,_0x57e3bf:0x41b,_0x3dfab7:0x39d,_0x551db0:0x473,_0x10ec7d:0x98,_0x5db55f:0x14,_0x3ef1b5:0xbe,_0x3d5a3a:0x147,_0x4cd733:0xb9,_0x4f2aad:0x42,_0x5784e7:0xf2,_0x15db23:0x1ad,_0x45c31c:0x571,_0x291961:0x4d2,_0x22b06b:0x410,_0x28bd24:0x37c,_0x5ba715:0x358,_0x1895cc:0x3a3,_0x2fa6b7:0x4c9,_0x198aea:0x389,_0xb8f99:0x4e1,_0x584739:0x14e,_0x218c6a:0x4f6,_0x129953:0x112,_0x3aefce:0x22e,_0x284b07:0x2f7,_0x56dde4:0x362,_0x15701d:0x275,_0x296f4a:0x416,_0x4fa4e8:0x4cd,_0x77e3aa:0x4c9,_0x56bc79:0xfb,_0x37a995:0x30,_0x150be3:0xde,_0x3ffe55:0x162,_0x235106:0x204,_0x5abb43:0xa9,_0x471f6a:0x68,_0x2031f0:0x348,_0xab7fa4:0x145,_0x4e60bd:0x56,_0x12ddf3:0x7b,_0x24db60:0x88,_0x507e6d:0x10d,_0x16cb07:0x20,_0x97c849:0x5c,_0x366a32:0x111,_0x4cc9fc:0x149,_0x49a6d8:0xdf,_0x20e8fc:0x12f,_0x3b992e:0x599,_0x3c971a:0x5cf,_0x3c8a7c:0x5a0,_0x2383f0:0xdd,_0x25596a:0x2c,_0x48ef2c:0xfa,_0x516ec3:0x6f,_0x4c9a71:0x11,_0xccef32:0x3cc,_0x43a709:0x3fb,_0x483208:0x420,_0x29e8a9:0x35e,_0x4a15fd:0x2be,_0x4c3dae:0x321,_0x1a293d:0x333,_0xe729ff:0x2df,_0x3d65db:0x4e7,_0x56f5bf:0x43d,_0x178dfd:0x3b4,_0x1f212c:0x432,_0x204571:0x46f,_0x5b495c:0x545,_0x436173:0x355,_0x1c2cde:0x3c2,_0x96bf1b:0x412,_0x45f129:0x4cd,_0xb23c53:0x5b2,_0x568f8a:0x49c,_0xbf8df3:0x487,_0x521c2e:0x44a,_0x286ac0:0x476,_0x3aff60:0x40b,_0x4de9d2:0x388,_0x415472:0x47c,_0x1f0d86:0x28,_0x392247:0xff,_0x53bc19:0x2bf,_0x23d833:0x4f7,_0x204eda:0x440,_0x1ae8f4:0x2d2,_0x155c87:0x379,_0x37e702:0x2c0,_0x453622:0x37d,_0x12e180:0x25b,_0x5b046c:0xc,_0x21bca4:0x4c7,_0x27de74:0x94,_0x1a2455:0x94,_0x16513b:0x432,_0x2d7b2a:0x366,_0x46c80e:0x15,_0x2ef28e:0x14b,_0xfdaf79:0x26,_0x5a2843:0x365,_0x5b401:0x1ca,_0x18af18:0x130,_0x5b149a:0x90,_0x190fc4:0x357,_0x193cb6:0x3d5,_0x57847c:0xd0,_0x425557:0x2f,_0x50a602:0x49,_0x4b6187:0x4ff,_0x49246e:0x5c,_0x585f60:0x156,_0x370263:0x159,_0x2a55ba:0x1,_0x442688:0x64,_0x164561:0xf9,_0x509d0a:0x32,_0x155f59:0xa,_0x1afc68:0x37b,_0xcebf9b:0x7f,_0x35d38b:0x87,_0x4d9abf:0x104,_0x2b2438:0x138,_0x17d78b:0xfb,_0x1045cb:0x6a,_0x2675b0:0x4,_0x1af9f4:0x92,_0x3a603f:0x4,_0x96132d:0xbd,_0x30fb94:0x2cd,_0x3e29d5:0x39f,_0x13b7bc:0x32c,_0x3ba693:0x41a,_0x20bf9a:0x24,_0x3e8805:0x2fc,_0x31dde5:0x4d8,_0x5e4b8b:0x5bf,_0x3dd54f:0x142,_0x2ecc4d:0x1a3,_0x181c60:0xcb,_0x559931:0x37,_0x4ac663:0xbc,_0x95b6c4:0x154,_0x32fe57:0x23,_0x3a3d85:0x28,_0x15a09a:0x28a,_0x1347c6:0x359,_0x231c50:0x137,_0x11bd44:0x192,_0x537839:0x1bf,_0x4da249:0x114,_0x42ced0:0xc2,_0x5486ec:0x4a,_0x3142bb:0x13f,_0x544593:0x207,_0x2239b7:0x520,_0x198e84:0x455,_0xe52ff:0x36e,_0x135257:0xca,_0x2f547f:0x14c,_0x6d5062:0x469,_0x1be985:0x513,_0x11a951:0x4b2,_0x34b598:0x45a,_0x4494c6:0x3c5,_0x52e798:0x10e,_0x2e22c0:0x237,_0x185929:0x4d3,_0x3eb9ad:0x69,_0x1b70b3:0x1f,_0x52a97e:0x75,_0x49aecf:0x4dd,_0x4cc1a0:0x478,_0x3e1e22:0x579,_0x39bb04:0x70,_0x34c3a3:0x73,_0x4a4895:0x1a4,_0x7e44ef:0xc8,_0x12aaac:0x14a,_0x4ab5c1:0x142,_0x109746:0x3d,_0x56622a:0x508,_0x3228e2:0x528,_0x401229:0x4f6,_0xdeb898:0x512,_0x1ecde7:0x413,_0x5f01bb:0x34a,_0x5be2c5:0xad,_0x3a6b14:0x21,_0x1cb252:0x466,_0x3466dd:0x42e,_0x7475fe:0x517,_0x29267d:0x119,_0x241d1e:0x25,_0x2a5e7f:0x65,_0x51c434:0xc7,_0x2d9c9c:0xb3,_0x35992f:0x43,_0x4d10e0:0x4bc,_0x4c4f63:0x4cc,_0x2c8e71:0x54c,_0x1b59e7:0x460,_0x43f651:0x545,_0x4a9bc8:0xb5,_0xf1d5db:0x402,_0x35d293:0x51d,_0xaed4f8:0x483,_0x3f886d:0x39c,_0x11dfcc:0x319,_0x4a9b0a:0x74,_0x130626:0xf4,_0x14ce7d:0x24,_0xdb8c7c:0x1d,_0x2bb975:0xc3,_0x303f56:0x493,_0x4230f6:0xe6,_0x392c41:0x89,_0x2ce7cc:0x187,_0x94d05c:0x118,_0x21fff0:0x2b1,_0x3b4885:0x2b2,_0x2e1341:0x51d,_0x3117f7:0x4ad,_0xa27ca3:0xb0,_0x2429f5:0x16b,_0x4da370:0x22c,_0x3e769:0xc6,_0x15c883:0x372,_0x1c386f:0x451,_0x54149e:0x492,_0x5d9a6c:0x36c,_0x342a98:0x2f4,_0x1e9da4:0x32b,_0x5a882d:0x46a,_0x49fc9a:0x43b,_0xe12da8:0x4b6,_0x4608e0:0x150,_0x4c9c30:0x5b,_0x3923b4:0xf,_0x1e29cd:0x596,_0x132bf6:0x503,_0x406eb9:0x52a,_0x2514ed:0x42a,_0x46a33a:0x457,_0x2ee1ce:0x444,_0x462e16:0x507,_0x1060b8:0x34,_0x519b20:0x3db,_0x2303cb:0x47c,_0x5c99e6:0x5a7,_0x547aed:0x2f9,_0xe2367f:0x370,_0x1f5da2:0x59a,_0x24903b:0x5de,_0x1517fc:0x100,_0x8e6a6f:0x17f,_0x1c2b71:0x3d3,_0x3187b9:0x45f,_0xdedd00:0x3a5,_0x335c23:0x191,_0x3b8b82:0x3e6,_0x5a47db:0x480,_0x5bf65c:0x4c5,_0x337b90:0x102,_0x4612d8:0xe,_0x4ccd24:0x406,_0x26f50b:0x458,_0x477d66:0x40f,_0x146010:0x1b7,_0x59e4a5:0x10a,_0x234165:0x76,_0x16a696:0x4d,_0x3f85cf:0x5a7,_0x3ea13f:0x4c5,_0x2283c9:0x107,_0x512890:0x165,_0x351c99:0x1c7,_0x1614f6:0x239,_0x55cab7:0x116,_0x334132:0xc3,_0x1f1a54:0xb,_0x287be1:0xe7,_0x433a1e:0xa5,_0x49ddeb:0xc9,_0x19198c:0x13b,_0x157e64:0x3c5,_0xa57064:0x73,_0xe90d1:0x4e,_0x19c39b:0x68,_0xfdbddd:0x4cc,_0x1e5f46:0x446,_0x3ed5de:0x511,_0x5b2d66:0x195,_0x4a2b25:0x77,_0x5ea0d7:0x4c2,_0x183972:0x4f2,_0x515ff3:0x33b,_0x17b35d:0x3a4,_0x59ca55:0x36b,_0x4d12af:0x3b1,_0x221e69:0x4ed,_0x2d880:0xad,_0x2a00ba:0xcc,_0x130fb7:0x128,_0x13ff77:0x5dc,_0x5b4b65:0x490,_0x3e9a49:0x560,_0x1696c9:0x306,_0x3cfff7:0x3ac,_0x48ff76:0x3d0,_0x3d028f:0x10e,_0x564dd3:0x5e,_0x4e729f:0x4f8,_0xa6c239:0x4cb,_0x5948ce:0x35,_0x479177:0x5d,_0x3cd464:0x3f9,_0x38238e:0x348,_0x47c379:0x177,_0x2d9481:0x7e,_0x6de595:0x302,_0x233d5d:0x43,_0xb443a9:0x13a,_0x2545d7:0x4fc,_0x50ae7f:0xee,_0x34fabd:0x6,_0x2fdfcf:0xf0,_0x2b2c21:0x208,_0x2aaa95:0x4d9,_0x24e636:0x368,_0x3744e4:0x43b,_0xd4fab1:0x3dd,_0x1381d0:0x3a7,_0x32ffec:0x4a7,_0x1c43c4:0x3b6,_0x40bd88:0x472,_0x420c0a:0x4e3,_0x31b9d8:0x6,_0x54d140:0x1ee,_0x54ea8d:0x44,_0x23d60e:0x48,_0xa66cc9:0x143,_0x54bee5:0x79,_0xbd8559:0xaf,_0x5f3464:0x70,_0x26dae7:0x1d8,_0x1746e7:0x143,_0x2a7db5:0x1b8,_0x4cf1aa:0x1d3,_0x1540d8:0x408,_0x4f5bc4:0x3e6,_0x5f314b:0x3ac,_0x13b420:0x47b,_0x1cc596:0x11a,_0x404fab:0x1bc,_0x35637e:0x134,_0x497fcd:0x10e,_0x47639b:0x3ac,_0x47ff0b:0x309,_0x1ad87f:0x15a,_0x2b2e0f:0x3ac,_0x3534c1:0x1aa,_0x20ddd8:0x129,_0x3b5678:0x17a,_0x3d5618:0xad,_0x205208:0x17d,_0x17900a:0x1de,_0x135869:0x19c,_0xeed2c8:0x331,_0x39a308:0x3ef,_0x276cd2:0x2ee,_0x13e9c6:0x570,_0x11f9bd:0x42f},_0x2b6f20={_0xccaa96:0x297},_0x36dc79={'elsSY':_0x2432de(-0x15e,-_0x4e17fa._0x368ae5,-_0x4e17fa._0x1a16e2,-0xf5)+'4','DHqOH':_0x2432de(_0x4e17fa._0x2653fe,_0x4e17fa._0xfd186,0x174,-0x61)+'ository\x20na'+'me\x20is\x20requ'+'ired','LqqOv':_0x4aa3b8(0x569,_0x4e17fa._0x23f6cd,_0x4e17fa._0x4d9e03,_0x4e17fa._0x4a6ac2)+_0x4aa3b8(_0x4e17fa._0x3a8ed6,0x4dc,_0x4e17fa._0x32b28a,0x4e3)+_0x2432de(-_0x4e17fa._0x12f041,-0xdf,-0x12f,-_0x4e17fa._0x2e6be6)+_0x2432de(-0x137,-_0x4e17fa._0x5363b5,-_0x4e17fa._0x157dc5,-0x5b)+_0x4aa3b8(_0x4e17fa._0x4ee837,0x435,_0x4e17fa._0x1a4eb3,0x497),'yGJtu':'Usage:\x20cod'+_0x4aa3b8(_0x4e17fa._0x2537ae,0x50d,0x505,0x5b8)+'init\x20<name'+'>','QcTXh':function(_0x3e7059,_0x456adc){return _0x3e7059(_0x456adc);},'QZumN':function(_0x3545c4,_0xe86a31){return _0x3545c4===_0xe86a31;},'MFCVk':function(_0x2b0e43,_0x52eb94){return _0x2b0e43===_0x52eb94;},'CSqis':'git','tcgVV':_0x4aa3b8(_0x4e17fa._0x4be0ff,_0x4e17fa._0x1819c3,0x357,_0x4e17fa._0x42b0a4),'QCgec':_0x2432de(0xe,-0xa7,-0xa3,-_0x4e17fa._0x27f6f8),'jOWPI':'close','nwjAY':_0x4aa3b8(_0x4e17fa._0x40146f,0x40e,0x41f,0x3d0),'LqNdN':_0x2432de(-0x3,_0x4e17fa._0x42a4f9,0x100,0x4a),'sFmAR':function(_0x3225d3,_0x341c37){return _0x3225d3===_0x341c37;},'gzmUr':_0x2432de(-0xf1,-0x45,-0xe9,0x43),'tuXZI':function(_0x3bba6e){return _0x3bba6e();},'gtRUU':function(_0x5b7c94,_0x31b2bc){return _0x5b7c94!==_0x31b2bc;},'JYwqj':'4|1|2|0|3|'+'5','RCLSH':_0x4aa3b8(0x51b,0x525,0x5d1,0x440),'pDSJc':function(_0x25ed43,_0x47fc63){return _0x25ed43===_0x47fc63;},'LPfWD':'VwstH','ZpPjP':_0x4aa3b8(_0x4e17fa._0x3a8ed6,_0x4e17fa._0x4b0c03,0x3e6,_0x4e17fa._0x43ba9b),'oQSRx':_0x4aa3b8(0x4ff,0x42c,_0x4e17fa._0x310395,_0x4e17fa._0xaa4c72)+'ts','QEepY':_0x2432de(-_0x4e17fa._0x8faf43,-0x14e,-_0x4e17fa._0x850003,-_0x4e17fa._0x464bad),'MdWTC':'claude','jbagP':_0x2432de(-_0x4e17fa._0x31e028,-_0x4e17fa._0x38ec43,-_0x4e17fa._0x923da4,-0x16d),'KhvWg':_0x2432de(-0x88,0x17,0x58,-0xb7),'YgwYZ':function(_0x20b041,_0x5763ca){return _0x20b041+_0x5763ca;},'zFBRe':_0x2432de(-_0x4e17fa._0x12a652,-0x8e,-_0x4e17fa._0x2ec550,-0x6e)+_0x2432de(0xa3,_0x4e17fa._0x44e01d,-0x24,-0x66),'yjRLd':_0x4aa3b8(0x4f9,0x438,0x461,0x423),'qRvGr':'AGENTS.md','vLiWL':_0x4aa3b8(0x433,0x4c9,0x57d,0x568),'QNbTH':'setup.sh','rLoAD':function(_0x1ffbfa,_0x142e3b){return _0x1ffbfa(_0x142e3b);},'yavqp':_0x2432de(-_0x4e17fa._0x225673,_0x4e17fa._0x305c59,-_0x4e17fa._0x4554bf,_0x4e17fa._0x28a265)+'ructure:','gzRJZ':function(_0x4759bb,_0x20043d){return _0x4759bb&&_0x20043d;},'DYiZq':_0x4aa3b8(0x3e0,_0x4e17fa._0x5d5551,0x428,_0x4e17fa._0x199f6b)+_0x2432de(-0x12e,-0x170,-_0x4e17fa._0x24f822,-_0x4e17fa._0x4b572f)+'tialized\x20w'+_0x4aa3b8(0x414,0x3bd,0x2f3,_0x4e17fa._0x493b99)+_0x2432de(0xf6,0x21,0xd,0x98),'bnuno':_0x2432de(-_0x4e17fa._0x387440,-0x172,-_0x4e17fa._0x25589b,-0x1dd)+'sitory\x20ini'+_0x4aa3b8(0x50b,_0x4e17fa._0x1f1f2b,0x582,_0x4e17fa._0x75f554)+_0x4aa3b8(_0x4e17fa._0x4464ac,_0x4e17fa._0x1d0357,_0x4e17fa._0x267214,0x4ae)+'mmit\x20skipp'+_0x2432de(-0xc5,-0x13d,-0xbf,-_0x4e17fa._0xfdc4ff),'aDWqF':_0x4aa3b8(_0x4e17fa._0x38bcbb,0x492,0x489,0x3b8)+_0x4aa3b8(0x4db,0x52f,_0x4e17fa._0x10422c,0x58d)+_0x4aa3b8(_0x4e17fa._0x18172b,0x3c5,0x47b,_0x4e17fa._0x5bf5f0)+_0x2432de(-0x6e,_0x4e17fa._0x58331e,0x1,-0x56)+_0x2432de(-_0x4e17fa._0x564c69,-0x25,_0x4e17fa._0x37a69d,0x52),'ywAbo':_0x4aa3b8(0x469,0x490,_0x4e17fa._0x23b1cd,_0x4e17fa._0x5e3a13),'mUWgS':_0x4aa3b8(_0x4e17fa._0x1d1a58,0x3c7,0x408,0x417)};function _0x4aa3b8(_0x3d5c5f,_0xf1e4b,_0x5e9fe2,_0x194ddb){return _0x55f2(_0xf1e4b-0x223,_0x194ddb);}let _0x5eb7b6=null;for(const _0x25a7fc of _0x1ebc53){if(_0x36dc79[_0x2432de(-0x1b7,-_0x4e17fa._0x23365a,-0x13d,-0x193)]===_0x2432de(-0x4a,_0x4e17fa._0x42a4f9,0x55,0x1b)){if(_0x25a7fc===_0x2432de(-_0x4e17fa._0x2cc956,-0x14d,-0x19d,-_0x4e17fa._0x42272d)||_0x36dc79[_0x2432de(-_0x4e17fa._0x47c6c5,-0x150,-_0x4e17fa._0x445b24,-0xff)](_0x25a7fc,'-h')){if(_0x36dc79['sFmAR'](_0x36dc79[_0x2432de(-_0x4e17fa._0x14c1a1,-0x12,_0x4e17fa._0x198535,-_0x4e17fa._0x7c02ff)],_0x4aa3b8(_0x4e17fa._0x1976ca,0x4df,_0x4e17fa._0xe36849,0x48e))){const _0x1f032c=_0x36dc79[_0x2432de(0x66,-0x56,0x54,-0x130)][_0x2432de(-0xb,_0x4e17fa._0xa70fca,_0x4e17fa._0x41799c,_0x4e17fa._0xa8ee9f)]('|');let _0x58d671=-0x1e2b*-0x1+0x835*-0x2+-0xdc1;while(!![]){switch(_0x1f032c[_0x58d671++]){case'0':_0x1bfbb0[_0x2432de(-0x31,-0xac,-0x160,-0x123)](_0x36dc79['DHqOH']);continue;case'1':_0x579268['error']('');continue;case'2':_0x264126[_0x2432de(-_0x4e17fa._0x278426,-_0x4e17fa._0x19a379,-0xdd,-0x17d)](_0x36dc79[_0x4aa3b8(_0x4e17fa._0x5677cc,_0x4e17fa._0x45c2f0,_0x4e17fa._0x91204a,_0x4e17fa._0x1f0ad1)]);continue;case'3':_0x1aabc5[_0x4aa3b8(_0x4e17fa._0xe618e2,_0x4e17fa._0x239c64,_0x4e17fa._0xed878,0x33a)](_0x36dc79['yGJtu']);continue;case'4':_0x5279f8[_0x2432de(-0xf6,-_0x4e17fa._0xf5909c,-0x108,-_0x4e17fa._0x1fc335)](-0x3a8+-0x52f*-0x2+-0x6b5);continue;case'5':_0x438ed6[_0x2432de(0x3,-_0x4e17fa._0x539eb6,-0x1ad,-_0x4e17fa._0x3a1ec2)]('');continue;}break;}}else _0x36dc79[_0x4aa3b8(0x41a,_0x4e17fa._0x4afc3a,_0x4e17fa._0xbd4e82,0x50e)](showInitHelp),process[_0x4aa3b8(_0x4e17fa._0x10422c,0x48f,0x400,_0x4e17fa._0x50908b)](-0x1*0x44f+-0x1e10+0x1*0x225f);}else!_0x25a7fc[_0x2432de(0x81,0x28,_0x4e17fa._0x58e30b,_0x4e17fa._0x2cb384)]('--')&&(_0x5eb7b6=_0x25a7fc);}else _0x12a0b7[_0x2432de(0x13,-0xac,-0x12e,-0x160)](_0x2432de(-_0x4e17fa._0x1345f1,-0xf0,-_0x4e17fa._0x384e83,-_0x4e17fa._0x2020b6)+_0x4aa3b8(0x452,0x3ef,0x3ad,_0x4e17fa._0x7f7b08)+'itory:\x20'+_0x49bd42[_0x2432de(-_0x4e17fa._0x1d7c4e,-_0x4e17fa._0x598bfd,-_0x4e17fa._0x290956,-_0x4e17fa._0xc2c820)]),_0x4354e1[_0x2432de(-_0x4e17fa._0x48df27,-0x2b,-0xb7,-_0x4e17fa._0x1452cc)](0x154+-0x15e2*-0x1+0x1*-0x1735);}if(!_0x5eb7b6){if(_0x36dc79[_0x4aa3b8(0x325,_0x4e17fa._0x10381a,_0x4e17fa._0x1304da,_0x4e17fa._0x5d5865)](_0x4aa3b8(_0x4e17fa._0x42c4f6,0x45b,0x449,_0x4e17fa._0x345532),_0x4aa3b8(_0x4e17fa._0x345532,0x34e,_0x4e17fa._0x40f25b,_0x4e17fa._0x4896af))){const _0x58674a=_0x36dc79[_0x2432de(-0x1be,-0x16f,-0xc4,-0x21c)][_0x2432de(_0x4e17fa._0x53e1da,_0x4e17fa._0x2e1844,-0x80,0x124)]('|');let _0x19ffbb=-0x4*0x54f+0xc9b+0x8a1;while(!![]){switch(_0x58674a[_0x19ffbb++]){case'0':console[_0x2432de(-_0x4e17fa._0x15f10c,-_0x4e17fa._0x7c02ff,-_0x4e17fa._0x56e006,0x4)]('');continue;case'1':console[_0x4aa3b8(0x402,0x40e,0x4e0,_0x4e17fa._0x40146f)]('');continue;case'2':console[_0x4aa3b8(_0x4e17fa._0x2bedb7,_0x4e17fa._0x4973ce,0x3c3,0x4e0)](_0x36dc79[_0x2432de(-_0x4e17fa._0x5cb256,0x34,-_0x4e17fa._0x47ee59,-_0x4e17fa._0x30a5c2)]);continue;case'3':console[_0x2432de(-_0x4e17fa._0x1a6898,-_0x4e17fa._0x2b8a31,_0x4e17fa._0x5392a7,-_0x4e17fa._0xb096e8)](_0x2432de(-0xa6,0xc,-_0x4e17fa._0x1f0ac8,-_0x4e17fa._0x5b154b)+_0x4aa3b8(0x4ee,0x4dc,0x5d8,0x48c)+_0x4aa3b8(0x468,0x3db,_0x4e17fa._0x581a68,_0x4e17fa._0x2e5a1b)+'ompany-cod'+_0x4aa3b8(0x3ff,0x435,_0x4e17fa._0x36155d,0x400));continue;case'4':console[_0x2432de(-_0x4e17fa._0x1ede04,-_0x4e17fa._0x19a379,-_0x4e17fa._0x3aef18,-_0x4e17fa._0x52042d)](_0x36dc79[_0x2432de(-_0x4e17fa._0x4346a6,-_0x4e17fa._0x8e3fb1,-0x1e1,-0x181)]);continue;case'5':process['exit'](0x942+-0x2*-0x461+0x9f*-0x1d);continue;}break;}}else _0x36dc79[_0x2432de(-_0x4e17fa._0x137ff9,-0x83,-0x52,-_0x4e17fa._0x303a0a)](_0x34c42d,_0x36dc79[_0x2432de(-0x19,0x61,_0x4e17fa._0x64b275,_0x4e17fa._0x799df5)](_0x5da421,0x93*-0x41+0xb*-0x23+0x26d4));}if(!/^[a-zA-Z0-9_-]+$/['test'](_0x5eb7b6)){if(_0x4aa3b8(_0x4e17fa._0x254e7c,0x46d,0x55c,_0x4e17fa._0x110241)===_0x36dc79[_0x2432de(_0x4e17fa._0x40da69,0x9,-_0x4e17fa._0x15b113,0x48)]){const _0x6ff408={_0x2488ee:0x491,_0xdd227b:0x581,_0x22ff4a:0x55,_0xba2aac:0x5,_0x49a850:0x43},_0x392833={_0x3c39ee:0x607},_0x5daa92={_0x30a80d:0x1e4,_0x28be7f:0x213,_0x45e07b:0x76},_0x4954de={'FjDYt':function(_0x40164d,_0x507c01){function _0x5918e9(_0x55ab28,_0x46df4a,_0xd129b8,_0x51e266){return _0x4aa3b8(_0x55ab28-_0x5daa92._0x30a80d,_0xd129b8- -_0x5daa92._0x28be7f,_0xd129b8-_0x5daa92._0x45e07b,_0x46df4a);}return _0x36dc79[_0x5918e9(0x18a,0x167,0x25f,0x282)](_0x40164d,_0x507c01);},'aJCCm':function(_0x5d8705,_0x1299d2){return _0x5d8705(_0x1299d2);},'BlbQS':_0x36dc79[_0x4aa3b8(0x4ca,_0x4e17fa._0x325f91,_0x4e17fa._0x11b700,0x4ec)],'frluS':_0x36dc79['tcgVV'],'dYqBk':_0x36dc79[_0x2432de(-_0x4e17fa._0x41d6b9,-0x6c,-0x11,-0xf4)],'kSAuS':_0x36dc79[_0x4aa3b8(_0x4e17fa._0x50af9e,0x535,0x4b9,0x448)],'DXDtT':_0x36dc79[_0x4aa3b8(0x37e,0x43c,0x415,_0x4e17fa._0x52905b)]};return new _0x3e79f4(_0x545dad=>{const _0x5da69c={_0x567436:0x602,_0x2ef984:0x5bd,_0x3ededf:0x6d1},_0x351d30={_0x4757e9:0x71},_0x342376={_0x115f64:0x373,_0x34a151:0x72};function _0x2575f9(_0x4a4eb9,_0x823221,_0x4c5c3c,_0x3c5d9f){return _0x4aa3b8(_0x4a4eb9-0x19c,_0x4c5c3c- -_0x342376._0x115f64,_0x4c5c3c-_0x342376._0x34a151,_0x823221);}const _0x5613a4=_0x7928c2(_0x4954de['BlbQS'],[_0x4954de['frluS']],{'cwd':_0x3cb798,'stdio':_0x4954de[_0x251654(0x522,0x4d3,_0x6ff408._0x2488ee,_0x6ff408._0xdd227b)]});_0x5613a4['on'](_0x4954de[_0x2575f9(_0x6ff408._0x22ff4a,-0x2d,-0x4,-_0x6ff408._0xba2aac)],_0x3f63e=>{const _0x476640={_0x46e9e2:0xfb,_0x5affcd:0x16f};function _0x1fe16c(_0x53398d,_0xde611a,_0x291341,_0x3b9cc1){return _0x251654(_0x53398d-0x13d,_0xde611a-_0x476640._0x46e9e2,_0x3b9cc1,_0x3b9cc1-_0x476640._0x5affcd);}_0x545dad(_0x4954de[_0x1fe16c(_0x392833._0x3c39ee,0x580,0x48e,0x4d5)](_0x3f63e,-0xef8+0xe19+0xdf));});function _0x251654(_0x12219a,_0xc53c31,_0x5185be,_0x36799f){return _0x4aa3b8(_0x12219a-0x8a,_0xc53c31-_0x351d30._0x4757e9,_0x5185be-0xd6,_0x5185be);}_0x5613a4['on'](_0x4954de[_0x2575f9(_0x6ff408._0x49a850,0x95,0x6e,-0x29)],()=>{const _0x2f5aec={_0x313aad:0x1a1,_0xfe3a2b:0x4ef};function _0x1e5752(_0x323a7b,_0x5b6751,_0x1f1959,_0x5e5d64){return _0x2575f9(_0x323a7b-_0x2f5aec._0x313aad,_0x5e5d64,_0x323a7b-_0x2f5aec._0xfe3a2b,_0x5e5d64-0x10d);}_0x4954de[_0x1e5752(_0x5da69c._0x567436,_0x5da69c._0x2ef984,0x502,_0x5da69c._0x3ededf)](_0x545dad,![]);});});}else console['error'](_0x4aa3b8(0x5b9,_0x4e17fa._0x4b4516,0x5b1,0x5d2)+_0x4aa3b8(0x49d,0x53e,_0x4e17fa._0x113dba,_0x4e17fa._0x75b55b)+_0x2432de(-_0x4e17fa._0x1fec15,-0x176,-_0x4e17fa._0x5a63fe,-0x1cc)+_0x2432de(-0x146,-0xd6,-0x1d6,-0x16e)+_0x4aa3b8(0x298,0x355,0x289,_0x4e17fa._0x42adef)+_0x4aa3b8(0x40d,0x3bc,_0x4e17fa._0x3c2c36,0x30b)+'phens,\x20and'+_0x4aa3b8(_0x4e17fa._0x514436,0x429,0x35b,_0x4e17fa._0x1ded64)+'es'),process[_0x4aa3b8(0x3c8,0x48f,_0x4e17fa._0xd581fa,0x4c3)](0x5*0x287+-0xc41*-0x2+0x949*-0x4);}const _0x1ecd15=_0x3b6b43[_0x2432de(-0x6f,0x1c,_0x4e17fa._0x137175,0x5b)](_0x5eb7b6);try{await _0x3467cb[_0x4aa3b8(0x56b,_0x4e17fa._0x33c38e,0x515,0x46a)](_0x1ecd15),console[_0x2432de(-0x9f,-0xac,-0x76,-_0x4e17fa._0x5798b9)]('Error:\x20Dir'+'ectory\x20\x22'+_0x5eb7b6+('\x22\x20already\x20'+_0x4aa3b8(0x436,0x3ae,_0x4e17fa._0x4becfa,0x305))),process['exit'](0x1fe7+-0x7*0x412+-0x368);}catch{}console['log']('Initializi'+_0x2432de(0x23,-0x2c,_0x4e17fa._0x25450b,0xbc)+_0x4aa3b8(_0x4e17fa._0x307683,0x457,_0x4e17fa._0x4ee3c3,0x3a4)+'in\x20current'+_0x4aa3b8(0x450,_0x4e17fa._0x469416,0x5ad,0x483)+_0x4aa3b8(_0x4e17fa._0x115ff9,_0x4e17fa._0x307e57,0x3c8,0x540)+_0x5eb7b6),console[_0x4aa3b8(_0x4e17fa._0x523243,0x3ac,_0x4e17fa._0x4d9e81,0x392)]('');function _0x2432de(_0x12cc47,_0x1b1008,_0x5cd2a6,_0x3b487c){return _0x55f2(_0x1b1008- -_0x2b6f20._0xccaa96,_0x5cd2a6);}try{if(_0x36dc79['pDSJc'](_0x36dc79[_0x4aa3b8(0x45d,0x4ba,0x3e8,0x596)],_0x36dc79[_0x4aa3b8(_0x4e17fa._0x5bf467,_0x4e17fa._0x13a035,_0x4e17fa._0x1c3211,_0x4e17fa._0x467b1a)]))_0x519f14=_0x2f5afe;else{const _0x4c942f={};_0x4c942f[_0x4aa3b8(_0x4e17fa._0x463a12,_0x4e17fa._0x37bb45,0x4f5,0x44b)]=!![],await _0x3467cb['mkdir'](_0x1ecd15,_0x4c942f);const _0x5137c0={};_0x5137c0[_0x4aa3b8(0x4e4,_0x4e17fa._0x410eaf,_0x4e17fa._0x259697,_0x4e17fa._0x14268c)]=!![],await _0x3467cb[_0x4aa3b8(0x58f,0x4a3,0x580,_0x4e17fa._0x1efc20)](_0x3b6b43[_0x2432de(-0x23,-_0x4e17fa._0x37a466,-0xda,-_0x4e17fa._0x23d0c7)](_0x1ecd15,_0x36dc79[_0x2432de(_0x4e17fa._0x2a7325,_0x4e17fa._0x5c5b09,0x10b,-0x89)],'default'),_0x5137c0);const _0x5b2771={};_0x5b2771[_0x4aa3b8(0x427,0x482,_0x4e17fa._0x4205b7,0x43d)]=_0x5eb7b6,_0x5b2771[_0x2432de(-0x1b7,-0xbb,-_0x4e17fa._0x1dabec,-_0x4e17fa._0x3c6153)+_0x2432de(-0x147,-0x103,-_0x4e17fa._0x46065f,-0x161)]=_0x36dc79['QEepY'],_0x5b2771[_0x4aa3b8(0x415,0x3a7,0x372,_0x4e17fa._0x2a6822)+_0x2432de(-0x121,-_0x4e17fa._0x5a63fe,-_0x4e17fa._0x2529bb,-_0x4e17fa._0x4f2adf)]=_0x36dc79[_0x4aa3b8(0x3e1,_0x4e17fa._0x316416,_0x4e17fa._0x467350,_0x4e17fa._0xb6eb5a)],_0x5b2771[_0x4aa3b8(_0x4e17fa._0x31da96,0x350,_0x4e17fa._0x55fa6d,_0x4e17fa._0x312d8d)+'ge']=_0x36dc79[_0x4aa3b8(0x560,0x4b1,0x412,_0x4e17fa._0x42a60f)];const _0x463b93=_0x5b2771;await _0x3467cb[_0x4aa3b8(_0x4e17fa._0x2a81a9,0x40d,0x4d5,_0x4e17fa._0x506820)](_0x3b6b43[_0x4aa3b8(_0x4e17fa._0x2a90e8,0x42e,_0x4e17fa._0x593b4a,_0x4e17fa._0x4927d3)](_0x1ecd15,_0x36dc79[_0x4aa3b8(_0x4e17fa._0x33eee7,0x4d5,_0x4e17fa._0x56619e,_0x4e17fa._0x2e9c8d)]),_0x36dc79[_0x2432de(-_0x4e17fa._0x5d7d27,-_0x4e17fa._0x4e2966,-0x4,-0x37)](JSON[_0x4aa3b8(0x47a,0x4bc,0x41d,_0x4e17fa._0x32222b)](_0x463b93,null,0x2eb*-0x7+0xeb1+0x5be),'\x0a'));const _0x2adede={};_0x2adede['name']=_0x36dc79[_0x2432de(-_0x4e17fa._0x41c746,-_0x4e17fa._0x4b3bb0,-_0x4e17fa._0xeda735,-0x13d)],_0x2adede['descriptio'+'n']='Default\x20en'+'vironment',_0x2adede[_0x4aa3b8(0x59d,_0x4e17fa._0x4239af,_0x4e17fa._0x4afc3a,0x44d)]=_0x36dc79['QEepY'],_0x2adede[_0x2432de(-_0x4e17fa._0x3853b1,-0x113,-0x130,-_0x4e17fa._0x26152d)+_0x4aa3b8(0x38f,_0x4e17fa._0x311b83,0x2f3,0x3a2)]=_0x36dc79[_0x2432de(_0x4e17fa._0x2e321d,-_0x4e17fa._0x28eaa2,_0x4e17fa._0x5b8cba,-_0x4e17fa._0x5e2a02)],_0x2adede[_0x4aa3b8(0x4d6,_0x4e17fa._0x125877,0x598,_0x4e17fa._0x590c5e)]=[];const _0x20cfa1=_0x2adede;await _0x3467cb['writeFile'](_0x3b6b43[_0x2432de(-0x12,-0x8c,-0xd7,-_0x4e17fa._0x1eded9)](_0x1ecd15,_0x36dc79['oQSRx'],'default',_0x36dc79[_0x2432de(0x9f,-0x2,_0x4e17fa._0x4da405,-0x5c)]),_0x36dc79[_0x4aa3b8(_0x4e17fa._0x23569,0x436,_0x4e17fa._0x2a8103,0x51a)](JSON[_0x2432de(-0xdd,_0x4e17fa._0x21ec4d,-_0x4e17fa._0x5e8e1d,-0x9e)](_0x20cfa1,null,0x20a1+0x2*0x985+-0x73*0x73),'\x0a'));const _0x171f5b='#\x20'+_0x5eb7b6+(_0x2432de(_0x4e17fa._0x4e2966,_0x4e17fa._0x538768,-_0x4e17fa._0x32e629,0xb5)+_0x2432de(-_0x4e17fa._0x3afe5f,-0x154,-0x1aa,-0x13f)+'w\x20setup\x20re'+_0x2432de(0x21,_0x4e17fa._0x5da719,-0xb6,_0x4e17fa._0x44efba)+_0x4aa3b8(0x52b,_0x4e17fa._0x3f2cc8,0x49d,0x4c7)+_0x2432de(-_0x4e17fa._0x5a1c97,-0x134,-0x12b,-0x95)+_0x2432de(-0xa,0x2d,0x123,-_0x4e17fa._0x30f8d4)+_0x2432de(0x68,-0x67,-_0x4e17fa._0x42881d,-_0x4e17fa._0x1a3ba6)+_0x2432de(-_0x4e17fa._0x45cab4,-_0x4e17fa._0x235459,-0x107,-0xce)+'ask\x20templa'+_0x2432de(0xd6,-0x1b,-0xef,0x16)+_0x2432de(-_0x4e17fa._0x39d9c9,-0x122,-_0x4e17fa._0x436713,-_0x4e17fa._0x46cb98)+_0x2432de(0xa0,-0x54,-_0x4e17fa._0x305c59,-0x35)+_0x2432de(-0x1b7,-_0x4e17fa._0x225673,-0xab,-0x188)+_0x4aa3b8(_0x4e17fa._0x11f729,0x45c,0x443,_0x4e17fa._0x4bb1d2)+'`\x0a')+_0x5eb7b6+(_0x2432de(0x9f,0x76,-_0x4e17fa._0x5888f6,0x5a)+_0x4aa3b8(0x52b,0x538,0x5aa,0x580)+_0x4aa3b8(0x298,_0x4e17fa._0x4a811d,0x2ee,0x379)+_0x2432de(-0xd1,-_0x4e17fa._0x502f9a,-_0x4e17fa._0x3346ff,-_0x4e17fa._0x4dd937)+'r\x20settings'+_0x4aa3b8(0x4d0,0x4f1,_0x4e17fa._0xbd867a,_0x4e17fa._0x45cd65)+_0x4aa3b8(0x4f0,_0x4e17fa._0x5299fb,_0x4e17fa._0x34f1ca,_0x4e17fa._0x1089f2)+_0x2432de(_0x4e17fa._0x37a466,_0x4e17fa._0x58923d,-_0x4e17fa._0x41ff57,0x160)+_0x2432de(-0x23a,-0x160,-0xaf,-_0x4e17fa._0x3f9e6e)+_0x4aa3b8(0x338,_0x4e17fa._0x1f7b32,_0x4e17fa._0x19377b,0x2da)+_0x4aa3b8(0x51d,_0x4e17fa._0x19f6e6,_0x4e17fa._0xbd4e82,0x5b9)+_0x4aa3b8(_0x4e17fa._0x1cf838,_0x4e17fa._0x219726,_0x4e17fa._0x1cf838,_0x4e17fa._0x1bfe3e)+'#\x20Environm'+_0x4aa3b8(_0x4e17fa._0x179468,0x376,_0x4e17fa._0x2abe28,_0x4e17fa._0x2a6a97)+_0x4aa3b8(_0x4e17fa._0x206223,_0x4e17fa._0x2b955b,0x379,0x30b)+_0x2432de(-0xc1,-_0x4e17fa._0x3c851a,-0x199,-_0x4e17fa._0x4efef9)+_0x4aa3b8(0x4ba,0x3d1,0x366,_0x4e17fa._0x265605)+_0x2432de(0x1c,_0x4e17fa._0x1aed52,_0x4e17fa._0x3c88bd,_0x4e17fa._0x8da2f5)+_0x2432de(-0x13,-_0x4e17fa._0x4f76e2,0x3,0x5f)+_0x2432de(_0x4e17fa._0x75995e,-0x5,0xdb,-_0x4e17fa._0x24ed5d)+_0x4aa3b8(0x448,0x4aa,0x400,_0x4e17fa._0x192b42)+_0x2432de(-0x5f,-_0x4e17fa._0x479dff,-0x1f,-0x10e)+_0x4aa3b8(_0x4e17fa._0x2a4be6,_0x4e17fa._0x2c5b3e,_0x4e17fa._0x46d2ff,_0x4e17fa._0x12c21d)+'s)\x0a│\x20\x20\x20\x20\x20\x20'+_0x4aa3b8(_0x4e17fa._0x3373ee,0x4b3,0x3bc,_0x4e17fa._0x1686d2)+_0x4aa3b8(0x3b6,_0x4e17fa._0x3cdddc,0x3f5,_0x4e17fa._0x5a02df)+_0x2432de(-_0x4e17fa._0x353b93,-_0x4e17fa._0x1a968a,-0x130,-0x7f)+_0x2432de(-0x178,-_0x4e17fa._0x37cb71,-0xbb,-_0x4e17fa._0x580ef0)+_0x4aa3b8(_0x4e17fa._0x1d019b,_0x4e17fa._0x2807d3,_0x4e17fa._0x901d75,0x617)+_0x2432de(0x145,_0x4e17fa._0x38c525,-_0x4e17fa._0x7f3aa9,0x18)+_0x2432de(-_0x4e17fa._0x1c8bda,-0xfa,-_0x4e17fa._0x2f03bd,-0x109)+_0x4aa3b8(0x541,_0x4e17fa._0x52f933,0x408,_0x4e17fa._0x3bec6d)+_0x2432de(-0xb6,0x1f,0x52,0x56)+_0x4aa3b8(_0x4e17fa._0x5a95ed,0x367,_0x4e17fa._0x18314e,_0x4e17fa._0x433153)+_0x4aa3b8(_0x4e17fa._0x268471,_0x4e17fa._0x41b69e,_0x4e17fa._0x5bfceb,_0x4e17fa._0x3645c2)+_0x4aa3b8(0x3a2,_0x4e17fa._0x1cc2fb,0x3dd,_0x4e17fa._0x4776c5)+_0x4aa3b8(_0x4e17fa._0x44b8f4,_0x4e17fa._0x2cc80,0x496,0x3a6)+_0x2432de(0x51,0x20,0x89,0x11d)+'ckerfile\x20\x20'+_0x2432de(0x6,0x71,0x4,0x4a)+_0x4aa3b8(_0x4e17fa._0x383fb5,_0x4e17fa._0x30f466,0x44a,_0x4e17fa._0x5ac5cd)+_0x4aa3b8(_0x4e17fa._0x4f2437,_0x4e17fa._0xde0ea0,0x3e1,_0x4e17fa._0x394385)+_0x4aa3b8(_0x4e17fa._0x3aa8aa,_0x4e17fa._0x294a0c,_0x4e17fa._0x3a635b,_0x4e17fa._0x5f1998)+_0x4aa3b8(_0x4e17fa._0x42d092,_0x4e17fa._0xa8d40e,_0x4e17fa._0x8725c,_0x4e17fa._0xc6733a)+_0x2432de(-_0x4e17fa._0x43fa7a,-_0x4e17fa._0x372e78,-_0x4e17fa._0xf9162a,-_0x4e17fa._0x39ef42)+_0x2432de(_0x4e17fa._0x3f4466,0x71,_0x4e17fa._0x923da4,0x6c)+_0x2432de(0x1f,-0x19,-_0x4e17fa._0x19bd4d,-0x2f)+'etup\x20scrip'+_0x2432de(-_0x4e17fa._0x116ea6,-0x15f,-_0x4e17fa._0x4a0647,-_0x4e17fa._0x3031e1)+_0x2432de(0x3c,-0xb6,-0xba,-0x158)+_0x4aa3b8(_0x4e17fa._0x1d5db2,0x377,0x351,0x3bb)+_0x2432de(_0x4e17fa._0x3f1ca7,-0x15,-0x2,_0x4e17fa._0x226286)+_0x4aa3b8(_0x4e17fa._0x5c229d,0x345,0x2f1,0x408)+_0x2432de(0x86,_0x4e17fa._0x355ae0,-0x18,_0x4e17fa._0x55bf18)+_0x4aa3b8(0x543,_0x4e17fa._0x1a8579,0x4ad,0x4d0)+_0x2432de(_0x4e17fa._0x178477,-_0x4e17fa._0x3bf1a6,0xd1,-_0x4e17fa._0x1b8f0d)+'d\x0a\x0a1.\x20Edit'+_0x4aa3b8(_0x4e17fa._0x462c83,_0x4e17fa._0x1d14ce,0x292,_0x4e17fa._0x4efc89)+_0x2432de(-0x137,-_0x4e17fa._0x529c06,-0x1f,-_0x4e17fa._0x154cb6)+_0x4aa3b8(_0x4e17fa._0x5f72bd,0x489,_0x4e17fa._0x1f5642,0x487)+_0x4aa3b8(_0x4e17fa._0x261679,0x3de,_0x4e17fa._0x17ae50,_0x4e17fa._0x1592c8)+_0x2432de(-0x71,-0x62,-_0x4e17fa._0x2a7325,_0x4e17fa._0x4e2966)+_0x2432de(-0x11e,-0x98,-_0x4e17fa._0x189ac5,-0x3f)+_0x4aa3b8(0x3ad,0x47f,0x4f8,_0x4e17fa._0x42ee78)+_0x4aa3b8(0x58f,_0x4e17fa._0x5a02df,0x4c1,_0x4e17fa._0xb858e4)+_0x2432de(-_0x4e17fa._0x5dd5a9,-0x8e,-0xd,-0xf4)+'ts/default'+_0x4aa3b8(_0x4e17fa._0x11085f,0x3fc,_0x4e17fa._0x51beca,0x3a6)+_0x4aa3b8(_0x4e17fa._0x3d3777,_0x4e17fa._0x48fcda,0x40d,_0x4e17fa._0x55ab55)+_0x2432de(-0x50,0x4b,0x12d,0xe4)+'fic\x20instru'+_0x2432de(-_0x4e17fa._0x177f8a,-_0x4e17fa._0x12e403,-_0x4e17fa._0x178bd2,0x4)+'Configure\x20'+_0x4aa3b8(0x4c8,0x518,_0x4e17fa._0x1a222d,_0x4e17fa._0x443799)+_0x2432de(_0x4e17fa._0x408d6a,0x5d,_0x4e17fa._0x3e41e5,-_0x4e17fa._0x6c18c7)+_0x4aa3b8(_0x4e17fa._0xf744a3,0x452,0x50f,0x3e1)+_0x4aa3b8(0x3ef,_0x4e17fa._0x57c9d3,_0x4e17fa._0x200c25,_0x4e17fa._0x7961e9)+_0x4aa3b8(_0x4e17fa._0x582149,0x3e9,0x367,0x3fc)+'I\x0a4.\x20Build'+_0x4aa3b8(0x4fc,_0x4e17fa._0x5bdcde,_0x4e17fa._0x2ee286,0x382)+_0x4aa3b8(0x49d,0x3c6,0x499,0x3fc)+_0x4aa3b8(0x3b8,_0x4e17fa._0x52f4ec,_0x4e17fa._0x22eb22,_0x4e17fa._0x484030)+_0x4aa3b8(_0x4e17fa._0x43aad1,0x37a,_0x4e17fa._0x182bf7,0x38a)+_0x2432de(-_0x4e17fa._0x480798,-_0x4e17fa._0x4fe913,_0x4e17fa._0x22156e,0xa5)+_0x2432de(-0x153,-_0x4e17fa._0x3dbea6,-_0x4e17fa._0x33e558,-_0x4e17fa._0x4f470d)+'\x20server:\x20`'+_0x4aa3b8(_0x4e17fa._0x52416b,0x373,0x2e1,_0x4e17fa._0x178860)+_0x4aa3b8(_0x4e17fa._0x5b245b,0x44c,_0x4e17fa._0x51bac4,0x360)+_0x2432de(-0x125,-_0x4e17fa._0x476c62,-_0x4e17fa._0x5aae6a,-_0x4e17fa._0x5a1d85)+_0x4aa3b8(0x4c6,0x45f,0x47b,_0x4e17fa._0x5d2168)+_0x4aa3b8(0x433,_0x4e17fa._0x41aa4f,_0x4e17fa._0x5ae148,_0x4e17fa._0x5919e9)+_0x4aa3b8(_0x4e17fa._0x56db14,_0x4e17fa._0x521d06,0x460,_0x4e17fa._0xf0c21d)+'tp://local'+_0x2432de(-_0x4e17fa._0x3a8316,-0xec,-_0x4e17fa._0x46cb98,0x12)+_0x2432de(-_0x4e17fa._0x3fec99,_0x4e17fa._0x53950e,-0x27,0xd6)+_0x4aa3b8(0x576,0x53f,0x5b8,0x639)+_0x4aa3b8(0x537,0x4f7,0x44c,0x5ec)+_0x4aa3b8(0x35e,0x3b9,_0x4e17fa._0x4cf7a5,0x447));await _0x3467cb[_0x4aa3b8(_0x4e17fa._0xccc2e7,_0x4e17fa._0x1abe87,0x3d5,0x402)](_0x3b6b43[_0x4aa3b8(_0x4e17fa._0x4cc09d,0x42e,_0x4e17fa._0x1f7939,0x380)](_0x1ecd15,_0x36dc79['yjRLd']),_0x171f5b);const _0xacc645=_0x2432de(-_0x4e17fa._0x11ed2f,-0x16e,-0x16c,-0xc4)+'Environmen'+_0x4aa3b8(_0x4e17fa._0x25ef99,0x359,0x2cf,_0x4e17fa._0x1e3ede)+_0x2432de(_0x4e17fa._0x29b439,-0xd5,-_0x4e17fa._0x1eded9,-_0x4e17fa._0x1747d3)+_0x4aa3b8(0x485,0x3f8,_0x4e17fa._0x1c2998,_0x4e17fa._0x3a7c43)+_0x2432de(-0x27,-0xb7,-0x156,-_0x4e17fa._0x301292)+_0x4aa3b8(0x340,0x375,0x347,_0x4e17fa._0x4d8e18)+_0x2432de(-_0x4e17fa._0x427cd8,-0x12f,-_0x4e17fa._0x3eecf5,-0x121)+_0x2432de(-_0x4e17fa._0x2c783e,-0xf1,-_0x4e17fa._0x58013e,-_0x4e17fa._0x1dd8c8)+_0x2432de(-0xe2,-0x21,0x25,-0x78)+_0x4aa3b8(_0x4e17fa._0x47fcec,_0x4e17fa._0x329aed,_0x4e17fa._0x11085f,_0x4e17fa._0x148019)+_0x4aa3b8(0x351,_0x4e17fa._0x2812a3,_0x4e17fa._0x51d7d2,_0x4e17fa._0x5b758c)+'his\x20file\x20i'+_0x4aa3b8(0x358,0x406,_0x4e17fa._0x521d06,_0x4e17fa._0x2683b0)+_0x4aa3b8(0x3ec,_0x4e17fa._0x57e3bf,0x3fc,_0x4e17fa._0x3dfab7)+_0x4aa3b8(0x55f,_0x4e17fa._0x551db0,0x4b4,0x4d9)+_0x2432de(_0x4e17fa._0x10ec7d,-0x20,-_0x4e17fa._0x5db55f,-_0x4e17fa._0x3ef1b5)+_0x2432de(-_0x4e17fa._0x3d5a3a,-_0x4e17fa._0x4cd733,-0xc8,-0x1b8)+'vironment\x20'+'Management'+_0x2432de(-_0x4e17fa._0x4f2aad,-_0x4e17fa._0x5784e7,-_0x4e17fa._0x15db23,-0x164)+'\x20NOT\x20mount'+_0x4aa3b8(_0x4e17fa._0x45c31c,_0x4e17fa._0x291961,0x59b,0x469)+_0x4aa3b8(_0x4e17fa._0x22b06b,_0x4e17fa._0x28bd24,_0x4e17fa._0x5ba715,_0x4e17fa._0x1895cc);await _0x3467cb['writeFile'](_0x3b6b43[_0x4aa3b8(_0x4e17fa._0x2fa6b7,0x42e,_0x4e17fa._0x198aea,_0x4e17fa._0xb8f99)](_0x1ecd15,_0x36dc79['oQSRx'],_0x2432de(-0x80,-_0x4e17fa._0x584739,-0x181,-0x14d),_0x36dc79[_0x4aa3b8(_0x4e17fa._0x218c6a,0x467,0x51c,0x42d)]),_0xacc645);const _0x2b1eaf='#\x20Default\x20'+_0x2432de(-0x13c,-0x5b,-0x5b,_0x4e17fa._0x44e01d)+'t\x0a\x0aInstruc'+_0x2432de(-_0x4e17fa._0x129953,-0xa0,-_0x4e17fa._0x3a1ec2,-0x1d)+_0x2432de(-0x102,-0x148,-0x236,-_0x4e17fa._0x3aefce)+'working\x20in'+_0x4aa3b8(_0x4e17fa._0x284b07,_0x4e17fa._0x56dde4,0x456,_0x4e17fa._0x15701d)+'ronment.\x0a\x0a'+_0x4aa3b8(0x519,0x46b,0x45d,_0x4e17fa._0x296f4a)+_0x4aa3b8(0x42c,0x48d,0x539,0x3ea)+_0x4aa3b8(0x54d,_0x4e17fa._0x42a60f,_0x4e17fa._0x4fa4e8,_0x4e17fa._0x77e3aa)+'king\x20direc'+_0x2432de(_0x4e17fa._0x56bc79,_0x4e17fa._0x1a6898,-_0x4e17fa._0x37a995,-_0x4e17fa._0x150be3)+_0x2432de(-0xc5,-_0x4e17fa._0x3ffe55,-0x262,-_0x4e17fa._0x235106)+_0x2432de(-_0x4e17fa._0x5abb43,-0xee,-_0x4e17fa._0x471f6a,-0xa7)+_0x4aa3b8(_0x4e17fa._0x2031f0,0x39b,0x3da,0x330)+_0x2432de(_0x4e17fa._0xab7fa4,_0x4e17fa._0x4e60bd,_0x4e17fa._0x12ddf3,_0x4e17fa._0x24db60)+_0x2432de(_0x4e17fa._0x507e6d,0x3e,_0x4e17fa._0x16cb07,0x3)+_0x2432de(-_0x4e17fa._0x97c849,-_0x4e17fa._0x366a32,-0x145,-0x22)+_0x2432de(-0x21d,-_0x4e17fa._0x4cc9fc,-_0x4e17fa._0x49a6d8,-_0x4e17fa._0x20e8fc)+_0x4aa3b8(_0x4e17fa._0x3b992e,0x500,_0x4e17fa._0x3c971a,_0x4e17fa._0x3c8a7c)+_0x2432de(_0x4e17fa._0x2383f0,0xa,_0x4e17fa._0x25596a,_0x4e17fa._0x48ef2c)+_0x2432de(-_0x4e17fa._0x516ec3,-_0x4e17fa._0x4c9a71,0xd9,-0x25)+_0x4aa3b8(_0x4e17fa._0xccef32,_0x4e17fa._0x43a709,0x31e,_0x4e17fa._0x483208)+_0x4aa3b8(0x258,0x342,_0x4e17fa._0x29e8a9,_0x4e17fa._0x4a15fd)+_0x4aa3b8(_0x4e17fa._0x4c3dae,0x343,_0x4e17fa._0x1a293d,_0x4e17fa._0xe729ff)+_0x4aa3b8(_0x4e17fa._0x3d65db,_0x4e17fa._0x56f5bf,_0x4e17fa._0x178dfd,0x46f)+_0x4aa3b8(_0x4e17fa._0x1f212c,0x4ab,_0x4e17fa._0x204571,_0x4e17fa._0x5b495c)+_0x4aa3b8(_0x4e17fa._0x3aa8aa,0x390,_0x4e17fa._0x436173,_0x4e17fa._0x1c2cde)+_0x4aa3b8(0x400,_0x4e17fa._0x96bf1b,0x3c8,0x487)+'s:\x0a\x0a**Impo'+_0x4aa3b8(0x480,_0x4e17fa._0x45f129,_0x4e17fa._0xb23c53,_0x4e17fa._0x568f8a)+_0x4aa3b8(0x44e,0x3f4,0x300,0x31a)+_0x4aa3b8(0x3af,_0x4e17fa._0xbf8df3,_0x4e17fa._0x521c2e,0x552)+_0x4aa3b8(0x3b1,_0x4e17fa._0x286ac0,_0x4e17fa._0x91204a,0x4e5)+_0x4aa3b8(0x36b,_0x4e17fa._0x3aff60,_0x4e17fa._0x4de9d2,_0x4e17fa._0x415472)+_0x2432de(-_0x4e17fa._0x1f0d86,0x31,0x7c,0xbe)+_0x2432de(-0xd,-_0x4e17fa._0x392247,-0x8f,-0x1b5)+_0x4aa3b8(0x41d,0x516,0x5ba,0x4a0)+_0x4aa3b8(_0x4e17fa._0x32b28a,_0x4e17fa._0x5ba715,_0x4e17fa._0x53bc19,0x39d)+_0x4aa3b8(0x5ca,0x512,_0x4e17fa._0x23d833,_0x4e17fa._0x204eda)+_0x4aa3b8(_0x4e17fa._0x1ae8f4,_0x4e17fa._0x155c87,_0x4e17fa._0x37e702,_0x4e17fa._0x453622)+'o\x20`/task-o'+_0x2432de(-0x151,-0x15d,-_0x4e17fa._0x12e180,-0x87)+_0x2432de(-0x8c,-_0x4e17fa._0x5b046c,0x48,-0xa3)+_0x4aa3b8(0x3b0,0x431,_0x4e17fa._0x21bca4,0x340)+_0x4aa3b8(0x347,_0x4e17fa._0x4d9e81,0x3ba,0x384)+_0x2432de(-_0x4e17fa._0x27de74,0x5,_0x4e17fa._0x1a2455,-0x70)+_0x4aa3b8(0x4fe,0x4d0,_0x4e17fa._0x3f2cc8,_0x4e17fa._0x16513b)+_0x4aa3b8(_0x4e17fa._0x2d7b2a,0x38c,0x3c7,0x2d6)+_0x2432de(-_0x4e17fa._0xf9162a,-0xb5,-_0x4e17fa._0x46c80e,-_0x4e17fa._0x2ef28e)+_0x2432de(_0x4e17fa._0x923da4,-_0x4e17fa._0xfdaf79,-0x1c,0x6c)+_0x4aa3b8(0x382,_0x4e17fa._0x5a2843,0x280,0x2db)+_0x2432de(-_0x4e17fa._0x5b401,-0x120,-0x8d,-0xbb)+_0x2432de(-_0x4e17fa._0x18af18,-0x40,_0x4e17fa._0x5b149a,-0x10c)+_0x4aa3b8(0x359,_0x4e17fa._0x190fc4,_0x4e17fa._0x193cb6,0x2f6)+'ning:\x0a-\x20Wh'+_0x2432de(_0x4e17fa._0x57847c,-_0x4e17fa._0x425557,_0x4e17fa._0x50a602,-0x56)+'\x20and\x20why\x0a-'+_0x4aa3b8(_0x4e17fa._0x4b4516,0x4e9,0x578,_0x4e17fa._0x4b6187)+_0x2432de(-0xa0,-_0x4e17fa._0x49246e,-_0x4e17fa._0x585f60,-_0x4e17fa._0x370263)+_0x2432de(0x20,_0x4e17fa._0x2a55ba,0xe4,_0x4e17fa._0x442688)+_0x2432de(-_0x4e17fa._0x1c8bda,-_0x4e17fa._0x164561,-0xd3,-0x1c6)+_0x2432de(-0x40,-_0x4e17fa._0x509d0a,_0x4e17fa._0x155f59,-0x74)+'them\x0a-\x20Tes'+_0x4aa3b8(0x363,0x3be,_0x4e17fa._0xbd4e82,_0x4e17fa._0x4205b7)+_0x4aa3b8(0x2db,_0x4e17fa._0x4becfa,0x2cc,_0x4e17fa._0x1afc68)+_0x2432de(-0xfc,-0x29,-_0x4e17fa._0x480798,-_0x4e17fa._0xcebf9b)+'y\x20recommen'+_0x2432de(0x3c,-0x9b,0x35,-0x18b)+'\x20next\x20step'+_0x2432de(0x6,-0x66,_0x4e17fa._0x35d38b,-_0x4e17fa._0x15f10c)+_0x2432de(-_0x4e17fa._0x4d9abf,-_0x4e17fa._0x2b2438,-_0x4e17fa._0x17d78b,-_0x4e17fa._0x580ef0)+_0x2432de(_0x4e17fa._0x1045cb,-_0x4e17fa._0x2675b0,_0x4e17fa._0x1af9f4,-_0x4e17fa._0x3a603f)+'sk-output/'+_0x2432de(_0x4e17fa._0x96132d,0x44,-_0x4e17fa._0x226286,0xe)+_0x4aa3b8(_0x4e17fa._0x30fb94,_0x4e17fa._0x3e29d5,0x2a1,0x354)+_0x4aa3b8(_0x4e17fa._0x13b7bc,0x35f,0x2e7,_0x4e17fa._0x3ba693)+_0x2432de(-0xdf,-_0x4e17fa._0x55bf18,-0x62,-0x196)+_0x2432de(0x33,_0x4e17fa._0x20bf9a,-0xc3,_0x4e17fa._0x2a7325)+_0x4aa3b8(_0x4e17fa._0x3e8805,0x3e8,0x343,0x3f4)+_0x4aa3b8(0x58d,_0x4e17fa._0x31dde5,_0x4e17fa._0x5e4b8b,0x3ed)+_0x2432de(-0xf2,-_0x4e17fa._0x3dd54f,-_0x4e17fa._0x2ecc4d,-0xa2)+_0x2432de(_0x4e17fa._0x181c60,-_0x4e17fa._0x5db55f,_0x4e17fa._0x559931,-_0x4e17fa._0x5aae6a)+_0x2432de(0x1c,-_0x4e17fa._0x4ac663,-_0x4e17fa._0x95b6c4,-0xc6)+'ing\x20this\x20s'+'ession,\x20no'+_0x2432de(-_0x4e17fa._0x32fe57,0x70,-_0x4e17fa._0x5b046c,0x16b)+_0x2432de(-0x19d,-0x168,-0xa7,-0x233)+_0x2432de(-0x7b,-0x1d,-0x26,-_0x4e17fa._0x3a3d85)+_0x4aa3b8(_0x4e17fa._0x15a09a,0x347,_0x4e17fa._0x2e5a1b,_0x4e17fa._0x1347c6)+_0x2432de(-0x115,-_0x4e17fa._0x231c50,-_0x4e17fa._0x11bd44,-0x102)+_0x4aa3b8(0x565,0x506,0x476,0x5d3)+_0x2432de(-_0x4e17fa._0x537839,-_0x4e17fa._0x4da249,-_0x4e17fa._0x42ced0,-_0x4e17fa._0x5486ec)+_0x2432de(-0x188,-_0x4e17fa._0x3142bb,-_0x4e17fa._0x3f1ca7,-_0x4e17fa._0x544593)+_0x4aa3b8(_0x4e17fa._0x2239b7,_0x4e17fa._0x198e84,_0x4e17fa._0xe52ff,0x4ca)+'e\x20when\x20cha'+_0x2432de(0x15,-_0x4e17fa._0x135257,0x1a,-_0x4e17fa._0x290956)+_0x2432de(-0x19c,-_0x4e17fa._0x2f547f,-0x1ad,-0x85)+'efore\x20writ'+(_0x2432de(-0x10b,-0x8b,-0x31,0x5)+_0x4aa3b8(_0x4e17fa._0x6d5062,_0x4e17fa._0x1be985,_0x4e17fa._0x11a951,0x489)+'ing\x20change'+'s\x20(e.g.\x20vi'+_0x4aa3b8(_0x4e17fa._0x34b598,0x3ad,_0x4e17fa._0x4494c6,_0x4e17fa._0x2bedb7)+_0x2432de(-_0x4e17fa._0x52e798,-0x71,-0xbd,-0x3)+_0x2432de(-0x141,-0x16d,-_0x4e17fa._0x2e22c0,-0x220)+_0x4aa3b8(0x475,_0x4e17fa._0x185929,0x4fe,_0x4e17fa._0x265605)+'\x20you\x20modif'+'ied\x20to\x20ens'+_0x4aa3b8(0x445,0x38f,0x338,0x3b6)+_0x2432de(-_0x4e17fa._0x3eb9ad,-_0x4e17fa._0x1b70b3,-0x94,_0x4e17fa._0x52a97e)+'d.\x0a\x0a##\x20Not'+_0x4aa3b8(0x38e,0x40f,0x441,_0x4e17fa._0x43ba9b)+_0x4aa3b8(0x502,_0x4e17fa._0x49aecf,_0x4e17fa._0x4cc1a0,_0x4e17fa._0x3e1e22)+_0x2432de(-0x42,-_0x4e17fa._0x39bb04,0x72,_0x4e17fa._0x34c3a3)+'\x20style\x20in\x20'+_0x2432de(-_0x4e17fa._0x4a4895,-_0x4e17fa._0x7e44ef,-_0x4e17fa._0x1dd8c8,-_0x4e17fa._0x12aaac)+_0x2432de(-_0x4e17fa._0x46c80e,-_0x4e17fa._0x35d38b,-_0x4e17fa._0x4ab5c1,-_0x4e17fa._0x109746)+_0x4aa3b8(_0x4e17fa._0x56622a,_0x4e17fa._0x3228e2,_0x4e17fa._0x401229,_0x4e17fa._0xdeb898)+_0x4aa3b8(0x5dd,0x4fb,0x53b,0x496)+_0x4aa3b8(0x3cb,_0x4e17fa._0x2a8103,0x4ff,0x514)+_0x4aa3b8(_0x4e17fa._0x1ecde7,0x3b6,0x44e,_0x4e17fa._0x5f01bb));await _0x3467cb[_0x2432de(-0x62,-_0x4e17fa._0x5be2c5,-_0x4e17fa._0x3a6b14,_0x4e17fa._0x20bf9a)](_0x3b6b43[_0x4aa3b8(_0x4e17fa._0x1cb252,_0x4e17fa._0x3466dd,_0x4e17fa._0x7475fe,_0x4e17fa._0x261679)](_0x1ecd15,_0x36dc79[_0x2432de(_0x4e17fa._0x29267d,_0x4e17fa._0x50a602,-0x3b,0x54)],_0x36dc79[_0x2432de(-_0x4e17fa._0x241d1e,-0x90,-_0x4e17fa._0x5aae6a,-_0x4e17fa._0x2a5e7f)],_0x36dc79['qRvGr']),_0x2b1eaf);const _0xd92a16='FROM\x20profo'+_0x2432de(-_0x4e17fa._0x51c434,-0xe,_0x4e17fa._0x2d9c9c,-_0x4e17fa._0x35992f)+_0x4aa3b8(_0x4e17fa._0x4d10e0,_0x4e17fa._0x4c4f63,0x448,_0x4e17fa._0x1089f2)+_0x4aa3b8(_0x4e17fa._0x2c8e71,_0x4e17fa._0x1b59e7,_0x4e17fa._0x43f651,0x4f6)+_0x2432de(-0x3b,0x27,_0x4e17fa._0x4a9bc8,0xa2)+'tory\x20clone'+'\x20commands\x20'+_0x4aa3b8(0x3e3,_0x4e17fa._0xf1d5db,_0x4e17fa._0x4494c6,0x424)+_0x4aa3b8(_0x4e17fa._0x35d293,_0x4e17fa._0xaed4f8,_0x4e17fa._0x2ee286,0x3e0)+_0x4aa3b8(0x30b,_0x4e17fa._0x3f886d,0x3b9,_0x4e17fa._0x11dfcc)+'n\x20environm'+'ent.json\x0a#'+_0x2432de(_0x4e17fa._0x4b3bb0,_0x4e17fa._0x4a9b0a,0xe3,_0x4e17fa._0x130626)+_0x2432de(-0x78,-0xcd,-0x159,-_0x4e17fa._0x14ce7d)+_0x2432de(-0xea,-0xeb,-0x1ca,-0x76)+_0x2432de(_0x4e17fa._0x52a97e,_0x4e17fa._0xdb8c7c,-_0x4e17fa._0x538768,_0x4e17fa._0x2bb975)+_0x4aa3b8(_0x4e17fa._0xccef32,_0x4e17fa._0x1304da,0x412,_0x4e17fa._0x303f56)+'ranch\x20http'+_0x2432de(-_0x4e17fa._0x1b8f0d,0x2a,-0x3e,-0x30)+'.com/OWNER'+_0x4aa3b8(0x4b4,0x3d0,0x425,0x33f)+_0x2432de(-_0x4e17fa._0x4230f6,-_0x4e17fa._0x392c41,-_0x4e17fa._0x2ce7cc,-0x25)+_0x2432de(-_0x4e17fa._0x94d05c,-0x51,_0x4e17fa._0x34c3a3,0x6)+_0x4aa3b8(_0x4e17fa._0x21fff0,0x356,_0x4e17fa._0x3b4885,0x42f)+_0x4aa3b8(0x5fc,_0x4e17fa._0x2e1341,0x5e9,0x4b0)+_0x4aa3b8(_0x4e17fa._0x311b83,_0x4e17fa._0x3117f7,0x58c,0x3cf)+_0x2432de(-0x130,-_0x4e17fa._0xa27ca3,-0xd8,-_0x4e17fa._0x30f8d4)+_0x2432de(-0x177,-_0x4e17fa._0x2429f5,-_0x4e17fa._0x4da370,-_0x4e17fa._0x3e769)+_0x4aa3b8(_0x4e17fa._0x15c883,_0x4e17fa._0x1c386f,0x416,0x485);await _0x3467cb[_0x2432de(_0x4e17fa._0x1ede04,-_0x4e17fa._0x5be2c5,-0x10a,-0xaf)](_0x3b6b43['join'](_0x1ecd15,_0x36dc79[_0x4aa3b8(_0x4e17fa._0x54149e,0x503,0x5fb,_0x4e17fa._0x22b06b)],_0x4aa3b8(0x447,_0x4e17fa._0x5d9a6c,_0x4e17fa._0x342a98,_0x4e17fa._0x1e9da4),_0x36dc79[_0x4aa3b8(_0x4e17fa._0x5a882d,_0x4e17fa._0x49fc9a,_0x4e17fa._0xe12da8,0x3bc)]),_0xd92a16),await _0x3467cb[_0x2432de(-0x70,-_0x4e17fa._0x5be2c5,-_0x4e17fa._0x4608e0,-_0x4e17fa._0x4c9c30)](_0x3b6b43[_0x2432de(-0x106,-_0x4e17fa._0x37a466,_0x4e17fa._0x3923b4,-0x187)](_0x1ecd15,_0x36dc79[_0x4aa3b8(_0x4e17fa._0x1e29cd,_0x4e17fa._0x132bf6,0x47f,_0x4e17fa._0x406eb9)],_0x36dc79[_0x4aa3b8(0x42f,_0x4e17fa._0x2514ed,0x32d,0x48d)],_0x36dc79[_0x4aa3b8(_0x4e17fa._0x46a33a,0x504,_0x4e17fa._0x2ee1ce,_0x4e17fa._0x462e16)]),''),await _0x3467cb[_0x2432de(-_0x4e17fa._0x2b2438,-_0x4e17fa._0x5e2a02,-0x132,-_0x4e17fa._0x1060b8)](_0x3b6b43[_0x4aa3b8(_0x4e17fa._0x519b20,0x42e,_0x4e17fa._0x2303cb,_0x4e17fa._0x218c6a)](_0x1ecd15,_0x36dc79[_0x4aa3b8(_0x4e17fa._0x1c386f,0x503,_0x4e17fa._0x5c99e6,0x5ff)],_0x4aa3b8(_0x4e17fa._0x547aed,0x36c,0x3dd,_0x4e17fa._0xe2367f),_0x36dc79[_0x4aa3b8(_0x4e17fa._0x1f5da2,0x504,_0x4e17fa._0x24903b,0x5a7)]),-0x128f+0x4b*-0x5a+0x7cf*0x6);const _0x293625=_0x2432de(-0x9e,-_0x4e17fa._0x1517fc,-0x12d,-_0x4e17fa._0x8e6a6f)+_0x2432de(-0x1c0,-0x121,-_0x4e17fa._0x231c50,-0xd6)+'anaged\x20via'+_0x4aa3b8(0x41a,_0x4e17fa._0x1c2b71,_0x4e17fa._0x3187b9,_0x4e17fa._0xdedd00)+_0x4aa3b8(0x427,0x3e6,0x36b,0x344)+_0x2432de(-_0x4e17fa._0x4ab5c1,-0x9c,_0x4e17fa._0x1f0d86,-_0x4e17fa._0x335c23)+_0x4aa3b8(_0x4e17fa._0x3b8b82,_0x4e17fa._0x5a47db,_0x4e17fa._0x5bf65c,_0x4e17fa._0x3c2c36)+_0x2432de(-_0x4e17fa._0x337b90,-_0x4e17fa._0x5abb43,-0xc1,_0x4e17fa._0x4612d8)+_0x2432de(-0x7e,-0x46,-0x13a,-0x7d)+_0x4aa3b8(_0x4e17fa._0x4ccd24,_0x4e17fa._0x40f25b,_0x4e17fa._0x26f50b,_0x4e17fa._0x477d66)+_0x2432de(-_0x4e17fa._0x146010,-_0x4e17fa._0x59e4a5,-_0x4e17fa._0x234165,-0xc0)+_0x2432de(0x12c,_0x4e17fa._0x16a696,0x89,0x48)+_0x4aa3b8(_0x4e17fa._0x3f85cf,_0x4e17fa._0x3ea13f,0x55d,_0x4e17fa._0x1b59e7)+_0x2432de(-0x14,-_0x4e17fa._0x2283c9,-0x164,-_0x4e17fa._0x512890)+_0x2432de(-0xbd,-0x15c,-_0x4e17fa._0x351c99,-_0x4e17fa._0x1614f6)+_0x2432de(-_0x4e17fa._0x24ed5d,-0x102,-_0x4e17fa._0x55cab7,-0x100)+_0x2432de(-_0x4e17fa._0x334132,-_0x4e17fa._0x1f1a54,-0xc7,0x49)+_0x2432de(-_0x4e17fa._0x287be1,-0x50,0xad,_0x4e17fa._0x433a1e)+_0x2432de(_0x4e17fa._0x16cb07,-_0x4e17fa._0x49ddeb,-_0x4e17fa._0x12f041,-0x157)+_0x2432de(-0x12b,-_0x4e17fa._0x19198c,-_0x4e17fa._0x2cb384,-0x6f)+_0x4aa3b8(0x511,0x496,_0x4e17fa._0x157e64,0x42c)+'.json\x0a.cla'+'ude.json.b'+'ackup\x0a.cod'+'ex/\x0a.gemin'+_0x2432de(-0x13f,-_0x4e17fa._0xa57064,0x81,-_0x4e17fa._0xe90d1)+_0x2432de(0x5c,0x82,0x6d,0x151)+_0x2432de(0xca,_0x4e17fa._0x19c39b,-0x2e,0x5f)+_0x4aa3b8(_0x4e17fa._0xfdbddd,_0x4e17fa._0x1e5f46,0x507,_0x4e17fa._0x3ed5de)+_0x2432de(-0x128,-0x9e,-_0x4e17fa._0x5b2d66,-_0x4e17fa._0x4a2b25)+_0x4aa3b8(0x372,0x434,0x34a,0x4a1)+_0x4aa3b8(0x405,0x421,_0x4e17fa._0x5ea0d7,0x3a8)+_0x4aa3b8(_0x4e17fa._0xbd867a,_0x4e17fa._0x183972,0x4cc,0x493)+_0x2432de(0x9b,0x67,_0x4e17fa._0x471f6a,_0x4e17fa._0x34c3a3)+_0x4aa3b8(0x388,0x427,0x3a7,0x338)+_0x4aa3b8(_0x4e17fa._0x515ff3,0x3fd,0x360,0x3e2)+_0x4aa3b8(_0x4e17fa._0x17b35d,0x425,_0x4e17fa._0x59ca55,0x437)+_0x4aa3b8(0x464,_0x4e17fa._0x4d12af,_0x4e17fa._0x6d5062,0x45d)+_0x4aa3b8(0x572,_0x4e17fa._0x221e69,0x432,0x4de);await _0x3467cb[_0x2432de(-0xf,-_0x4e17fa._0x2d880,-_0x4e17fa._0x2a00ba,-0x11d)](_0x3b6b43[_0x2432de(0x40,-0x8c,-_0x4e17fa._0x1517fc,-0x4b)](_0x1ecd15,_0x2432de(-0x38,-0x16,_0x4e17fa._0x96132d,-0x37)),_0x293625);const _0x3c16f6=await _0x36dc79[_0x2432de(-0x3,-_0x4e17fa._0x5b8cba,-0x150,-_0x4e17fa._0x130fb7)](runGitInit,_0x1ecd15);let _0x230956=![];_0x3c16f6&&(_0x230956=await _0x36dc79[_0x4aa3b8(_0x4e17fa._0x13ff77,0x533,_0x4e17fa._0x5b4b65,_0x4e17fa._0x3e9a49)](runGitInitialCommit,_0x1ecd15));console[_0x4aa3b8(_0x4e17fa._0x1696c9,_0x4e17fa._0x3cfff7,0x459,0x421)](_0x36dc79[_0x4aa3b8(_0x4e17fa._0x48ff76,0x4b2,0x436,0x4ee)]),console[_0x2432de(-_0x4e17fa._0x7f3aa9,-_0x4e17fa._0x3d028f,-0x1ec,-0x1af)]('\x20\x20'+_0x5eb7b6+'/'),console[_0x2432de(-0x20,-0x10e,-_0x4e17fa._0x564dd3,-_0x4e17fa._0x335c23)](_0x4aa3b8(_0x4e17fa._0x4e729f,_0x4e17fa._0xa6c239,0x5b9,_0x4e17fa._0x2812a3)+_0x2432de(0x6c,-_0x4e17fa._0x5948ce,-0xc7,-_0x4e17fa._0x479177)),console[_0x4aa3b8(_0x4e17fa._0x3cd464,_0x4e17fa._0x3cfff7,_0x4e17fa._0x38238e,0x415)](_0x2432de(_0x4e17fa._0x1d7c4e,0x7d,_0x4e17fa._0x529c06,_0x4e17fa._0x47c379)+_0x2432de(0x108,_0x4e17fa._0x2d9481,-_0x4e17fa._0xc2c820,0x116)+_0x4aa3b8(0x322,_0x4e17fa._0x4a811d,0x38f,_0x4e17fa._0x6de595)+_0x2432de(-0x52,-_0x4e17fa._0x233d5d,-_0x4e17fa._0x177f8a,-_0x4e17fa._0xb443a9)+_0x4aa3b8(0x5e8,_0x4e17fa._0x2545d7,0x51e,0x587)+_0x2432de(0xab,0x69,_0x4e17fa._0x50ae7f,-_0x4e17fa._0x34fabd)+_0x2432de(-_0x4e17fa._0x2fdfcf,-0x133,-_0x4e17fa._0x2b2c21,-0x139)),console['log'](_0x2432de(-0x1b0,-0xe4,-0x6,-_0x4e17fa._0x155f59)+_0x4aa3b8(_0x4e17fa._0x16513b,0x428,_0x4e17fa._0x2aaa95,_0x4e17fa._0x24e636)),console[_0x4aa3b8(0x329,0x3ac,0x2d1,0x322)]('\x20\x20└──\x20envi'+_0x4aa3b8(0x31a,_0x4e17fa._0x182bf7,0x345,0x2ec)),console[_0x4aa3b8(0x421,0x3ac,_0x4e17fa._0x157e64,0x349)](_0x4aa3b8(_0x4e17fa._0x3744e4,_0x4e17fa._0xd4fab1,0x2f3,_0x4e17fa._0x54149e)+_0x4aa3b8(_0x4e17fa._0x1381d0,0x419,0x3fa,0x351)),console[_0x4aa3b8(0x2f7,0x3ac,_0x4e17fa._0x32ffec,_0x4e17fa._0x294a0c)](_0x4aa3b8(0x2d3,0x377,_0x4e17fa._0x1c43c4,_0x4e17fa._0x40bd88)+_0x4aa3b8(0x5e6,0x4ff,_0x4e17fa._0x420c0a,0x59e)+_0x2432de(-0xc0,-_0x4e17fa._0x31b9d8,-_0x4e17fa._0x41799c,0x7d)),console[_0x2432de(-0x1fe,-_0x4e17fa._0x3d028f,-0x123,-0x1c0)]('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2432de(-_0x4e17fa._0x54d140,-0x119,-0x12d,-0x39)+'.md'),console[_0x2432de(-_0x4e17fa._0x54ea8d,-0x10e,-_0x4e17fa._0x4e60bd,-_0x4e17fa._0x23d60e)](_0x2432de(-0x172,-_0x4e17fa._0xa66cc9,-_0x4e17fa._0x54bee5,-_0x4e17fa._0xbd8559)+'├──\x20README'+'.md'),console[_0x2432de(-_0x4e17fa._0x5f3464,-0x10e,-_0x4e17fa._0x26dae7,-0x1d)](_0x2432de(-_0x4e17fa._0x2e22c0,-_0x4e17fa._0x1746e7,-_0x4e17fa._0x2a7db5,-_0x4e17fa._0x4cf1aa)+_0x4aa3b8(_0x4e17fa._0x26f50b,_0x4e17fa._0x1540d8,_0x4e17fa._0x4f5bc4,0x496)+'file'),console['log']('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2432de(0x30,_0x4e17fa._0x31e028,0xc1,-0xd0)+'sh'),console[_0x4aa3b8(0x40f,_0x4e17fa._0x5f314b,_0x4e17fa._0x13b420,0x2f5)]('');if(_0x36dc79[_0x2432de(0x19,-0xe5,-_0x4e17fa._0x1cc596,-_0x4e17fa._0x404fab)](_0x3c16f6,_0x230956))console[_0x2432de(-_0x4e17fa._0x35637e,-_0x4e17fa._0x497fcd,-_0x4e17fa._0x47c6c5,-0x182)](_0x36dc79[_0x4aa3b8(0x3d4,0x3ee,0x402,0x45e)]);else _0x3c16f6?console[_0x4aa3b8(_0x4e17fa._0x5f1998,_0x4e17fa._0x47639b,0x365,_0x4e17fa._0x47ff0b)](_0x36dc79[_0x2432de(0x6a,-0x8d,-0xf9,-_0x4e17fa._0x1ad87f)]):console[_0x4aa3b8(0x47a,_0x4e17fa._0x2b2e0f,0x33b,0x2be)](_0x36dc79['aDWqF']);process[_0x2432de(0x49,-0x2b,_0x4e17fa._0x2a7325,0x83)](-0xe1d+-0x54e+0x136b);}}catch(_0x1367ef){_0x36dc79[_0x2432de(-_0x4e17fa._0x3534c1,-0x14f,-0x61,-0x23e)](_0x36dc79[_0x2432de(-_0x4e17fa._0x20ddd8,-0xe8,-_0x4e17fa._0x3b5678,-_0x4e17fa._0x3d5618)],_0x36dc79[_0x2432de(-_0x4e17fa._0x2529bb,-0x14a,-_0x4e17fa._0x205208,-_0x4e17fa._0x17900a)])?(console[_0x2432de(-0x39,-0xac,-0x157,-_0x4e17fa._0x135869)]('Error\x20crea'+_0x4aa3b8(_0x4e17fa._0xeed2c8,_0x4e17fa._0x39a308,0x2f0,_0x4e17fa._0x276cd2)+_0x2432de(0x28,-0x4c,-0x1c,-0x112)+_0x1367ef['message']),process[_0x4aa3b8(0x4f3,0x48f,_0x4e17fa._0x13e9c6,0x3e0)](-0x16e3+0xd*0x1ec+0x10c*-0x2)):_0x36dc79[_0x4aa3b8(_0x4e17fa._0x5f1998,0x437,_0x4e17fa._0x11f9bd,_0x4e17fa._0x4239af)](_0x11c86a,![]);}}function _0x4bb5(){const _0x33af9b=['DgfPBMvYihnLDa','lwfZC2LZDgvKia','zxr0Aw5NCYaOBq','CML0zsbHigrLDa','BNrHAw5ZihrOzq','BMCGCMvWB3mGAq','CNvJDgLVBNmGzG','icaGiYbjBNn0CG','C2fNzs50EhrGcG','cKLUAxrPywXPEG','4PsC4Psa4Psaiefhru5uuW','CNzLCIbZzxr0Aq','z2L0','CNzLCIbPBML0ia','CY8kicaGicaGia','zwqGDg8Gy29TBq','zgvMyxvSDf9HzW','B3nPDg9YEsaOzq','DxjLzcbMB3iGDa','kgLMigfWCgXPyW','DhvW','Bg9N','ysbGz2L0igrPzG','zxHPC3rZ','B250ywLUzxiGAq','y3jLDhmUANnVBG','zMLSzxmkkIOVra','nta0mti4og5ovgfLBq','lWOUzw52cImGva','BMvYCYKk4PscicaG','zw50','Aw9UCYbOzxjLcG','DMLYB25Tzw50','yxnRCY8kcImGqq','igrLDgfPBhmUcG','iYbtzxj2zxiGCW','ifjpt1qSie5pva','Dw1IzxjZlcbOEq','AxrOigLUAxrPyq','DcbYzxn1BhrZia','4Psu4Psa4PsaigrLzMf1Ba','iokuNokuGokuGcbsrufetq','BMqGAg93ihLVDq','ngTSt3vXDG','ihnLDhvWihjLCa','zgvYlxnLDhvWia','ihnRAxbWzwqGka','CIbPBwfNztOGya','q0rKDwu','ifvjigfUzcbPCW','Aw9UCYWGB3iGAq','rxjYB3iGy3jLyq','DMvYigLUAxqGpa','lcb3AgLJAcbJBW','Dc4kcImJifn0CG','Ag9ZDdOZmdaWlW','y2XVBMuGls1Kzq','l1jfue8Uz2L0ia','Dc8k4PscicaGicaG','ExDbyM8','ifnLDhrPBMDZia','zsbHig5LDYbJBW','z3PssLO','icdILjZILidILiaGlMDPDa','BY1ZAw5NBguTyG','AxrPB24k4PscicaG','u1z2Axy','DxaUC2GGicaGia','CIbPBML0ig15yW','BMDZicHZzxr1Ca','icaGicaG4Psu4Psa4Psaia','BwvUDc5QC29Uya','lMCUlcbHy21Llq','BMnPC2uGz2L0ia','rfHeDfq','y3vTzw50yxrPBW','B25ZlcbHBMqGDa','EsbJB250ywLUia','ihnLBNnPDgL2zq','vuKPcNnLDhvWlG','mhW1Fdn8mxWYFa','C2fNzsbJB3zLCG','ihrOzsb3zwiGvq','DgLUz3mGvuKGyq','ywLUzxiGAw1HzW','zw50CY9KzwzHDq','iYbsvu4Gz2L0ia','rfLPwNe','DgLUzYbYzxbVCW','BMDLCYbHCMuGyq','kgnYzwrLBNrPyq','DgHLihjLCg9ZAq','wMvzy0S','igaVDgfZAY1VDq','zwqSig1HBMfNzq','igLUignVBNrHAq','mZe0nZm4mMHPzez4vW','igfYy2HPDgvJDa','icaGicmGsw5ZDa','vfftyMq','cGPbzNrLCIbJBW','l0fhru5uuY5Tza','cGOJieDLBMvYyq','kIbTywrLigr1CG','zgvMyxvSDf9LBG','icaGicaGiYbbza','DwDOihrOzsbfBG','AgvYzsbHzNrLCG','DxjLig5VDgvZla','CY8GicaGicaGia','ztOGyc90yxnRlq','CYbVBMX5igfJyW','CMvHDgvZigeGBG','4PsC4Psa4PsaierVy2TLCG','BMzPzYaOCMvWBW','B3jRC3bHy2ukcG','B2nHDgvKigf0ia','y2HTB2q','D3jPDgvgAwXL','zxjYB3i','zxmkcI0GrM9SBa','y2XVC2u','y3jLzgvUDgLHBa','DxrWDxqGzMLSzq','CgLWzq','rMPewxq','lI90yxnRCW','r1jNC2K','vMfgvgq','ENPNC3y','zgvMyxvSDc8','DgLVBNmGzM9Yia','zxnZAwjSzsb0BW','zxmkBM9Kzv9TBW','zKzWDhu','ANnVBGOkiYbtzq','zgf0Aw9UCYbVCG','se5KqvO','EwnHy2HLx18VcG','DxiGCMvWB3nPDa','cIaGicaGicaGia','CMvJDxjZAxzL','DgvKierVy2TLCG','EhndrLG','BNyVcI50zw1WkG','AwDUB3jL','ihvUzgvYC2nVCG','uuvLCfK','ywrK','zw52AxjVBM1LBG','yM51BM8','AM9PBG','Aw5NlcbYzxzPzq','ihrOzsbeB2nRzq','l3DVCMTZCgfJzq','Cg9ZAxrVCNK6cG','Dg9YEqOTiefKza','zhvSzxmVcL9FCa','zxiTC2v0Dxa','wwD3wvO','uwnuwgG','uKvbre1flM1K','ywXOB3n0','zeDICKW','DKXPv0W','BNDQqvK','B3uGtvvtvcbJCG','Aw5PDgLHBgL6zq','icaGicmGq29UDa','uY5TzcaGicaGia','BIbOzxjLlGOkva','l3rHC2STB3v0Ca','yYbPBNn0CNvJDa','Dw1LBNrZoGOGia','B25Tzw50lMPZBW','CYbHBMqGy2fJAa','As8klMDLBwLUAq','sxqGzgvMAw5LCW','zIaTlxn0yxrGkq','C3rPBMCGy29Kzq','y3rPB25ZcJmUia','zxiGC3rHCNrGcG','cIaGvgHLigrPCG','uunNzwm','pxnLDhvWqgXVyW','z3mGCgfNzsbPBG','B3jRC3bHy2uk','DgHLifnLDhrPBG','igLUC3rYDwn0Aq','CWOkiYmJidiUia','Aw5Nigf0ig9UyW','mJC3mJHVwgzdqNO','zxbVC2L0B3j5ia','ihrVigfKzcb5BW','uwXmAeG','kg5VDcbPBIbJBW','wvLzs1i','Dwn0DxjLcGPGya','CMvWB3nPDg9YEq','zxmGEw91igvUyW','rw52AxjVBM1LBG','Bgf0zxn0cGOJia','Bw1PDc4kicbtzq','zfLXqMS','mJGZmdmYqM56Cg1q','zwXZu1K','AePIDeu','zgv2zwXVCg1LBG','EwPstgq','uxbwt1i','l1jfue8GjIyGxa','z3vYyxrPB25Zia','iYmGv29YA2LUzW','twrxvem','CuDzwvO','AxrVCNK6ia','DwLYzwqGzM9Yia','BxLJB21Wyw55lq','zNzPs24','tuzdvMS','igfKBwLUAxn0CG','CWOUC2vJCMv0CW','wM9czxi','y3rVCNKGAxmGBa','kgDPDgLNBM9Yzq','icaGicaJienVBG','ue9gCvK','ywLSzwqGC3vTBq','CYWGC2v0DgLUzW','sw5PDgLHBcbZzq','y3vYCMvUDcb3BW','CNKGAw4GDgHLia','B3jPzxmkmI4GqW','y3jLDhmGyw5Kia','cLnLzsb0AguGwW','BMfTzq','ignVBMzPz3vYAq','q29KzxiGu2v0Dq','tuuUBwq','yuPdq20','Dhb1DgaGzgLYzq','ihjLC29SDMvKia','BhqVzw52AxjVBG','Au1Trei','yxqGEw91igrPza','oIaUlW','ierPCMvJDg9YEq','BMCGC2v0DxaGCG','zxHPDa','ueHjt20','ywjSzsKklsbbBG','4PQGieDPDcbPBML0','zwzHDwX0yaO1lG','B3v0Chv0l3n1Bq','ywLSywjSzsK','zs8klMnSyxvKzq','B3qGBw91BNrLza','lMPZB24PigfYzq','BNrLCM5HBcbKBW','yxrVCNmGDgHYBW','zYbPCYbTAxnZzq','wNbqALa','zYb5B3uGD29YAW','CgHLBNmSigfUza','DgvZigzVCIbbsq','ycb3AxrOihbYBW','B250ywLUzxiGCW','icaGiYbhAxqGAq','BwTKAxi','lMDPDgLNBM9Yzq','icaGiYbuyxnRia','zcbJAgfUz2vZkG','q01lDvi','z3PTvxi','CxvPCMvTzw50CW','CM9UBwvUDcbJBW','zwf0zsb0AguGzG','Dw5KBg9NAwmVyW','CJPJB2rLCIaVDW','igfUzcbot1qGya','z2vUDcbJB25MAq','ndG1zvfRzLf2','AMjHz1a','Ewf2Cxa','iokuNokuGokuGcbbr0vova','BM1LBNqUANnVBG','BIaGicmGrw52Aq','C2fNztOGyc90yq','Aw5Nifn0yxj0zq','EKzcuMu','Dwn0Aw9UCYbMBW','tfbMv0q','B3vUDgvYzwqGyq','C3rYAw5NAwz5','z25VCMvKkqPGya','BMfTzt4kcKfYzW','DxqVlI4Uyc4QkG','DevLDLO','cGPuAgLZigLZia','BwvUDhmVicaGia','uKnmu0G','ie91Dhb1Dcbszq','B24TC2vJCMv0CW','rxHHBxbSztOGyW','y29TBwL0','q3jLyxrLzcbZDa','rg9JA2vYzMLSzq','icaGiokuLokuGokuGcbZzq','icdILjZILidILiaGuKvbra','B2rLCI1IyxnLoG','CNrHBNq6ifrOzq','Dg9YEsbPCYbGlW','DhvywKK','cGOJiYmGms4GuW','C2v0DxaUANnVBG','zwqGAw50BYbJBW','Cg9ZAxrVCMLLCW','Dgf0Aw9UxsHODa','s2H2v2C','CMvZB2X2zq','ChrOptuWic0TBG','Aw5NicOQywXSia','icaGicmGqwrTAq','icaGiokuNokuGokuGcbeBW','BcbJB21TAxq','B2rLCI1Zzxj2zq','B3CGDgHLigv4Aq','y29TBwL0ig1LCW','C2PkD0u','zxCGzgLYzwn0BW','qwrKihjLCg9ZAq','C3rHCNrZv2L0Aa','owv3CgfLrG','CZOVl2DPDgH1yG','iokuNokuGokuGcbLBNzPCG','Dc5QC29U','BNrZlcbHz2vUDa','icdILjZILidILiaGrg9JAW','ifDOyxqGAxnZDq','4Psu4Psa4PsaihnLDhvWlG','DgHLifnzu1rftq','otK1mdy2mhj5rLnRCa','B2nRzxjMAwXLcG','EuDkDhu','ALbmEgS','yLDKBLe','icHNAxrPz25VCG','kI5WEwmklNzLBG','A2LJvhC','pI8kicaGiokuNokuGokuGa','C3bSAxq','zxjMAwXLicaGia','BwvUDhmPigzVCG','AwvZignVBMzPzW','yNzVzwC','iokuLokuGokuGcbKzwzHDq','y3qTC3bLy2LMAq','zcaTig1HBMfNzq','CLv5yMW','y29TBwL0lw1LCW','4PsC4Psa4PsaigvUDMLYBW','BM1LBNqUcGOJiW','Cg9ZAxrVCNKUia','rs5TzcaGicaGia','B1ftuNG','uu5IveG','AMvJDc1ZCgvJAq','D2LSBcbIzsb1CW','cI5JB25Uzwn0Aq','icaG4Psu4Psa4PsaihnLDa','BMqGyxjLig5VDa','ihrOzqOGihn0CG','AMfyAxu','DfnswLi','zxiTC2vYDMvYia','ywnJzxnZ','cGPvC2fNztOkia','ihjLCg9ZAxrVCG','z2L0ig5VDcbHDG','lIbfBNn1CMuGEq','DYbHBgWGCgvUza','CMvWB3m','Aw5PDgLHBcbJBW','igLUC2LKzsbGlW','DgLUz3mGDMLHia','C2vYDMvYihnLDa','zg9JCY8Jl2fKBq','DgLHBgL6zwqGka','uvP1Bu4','yaOkiYmGr2v0Da','D24GlviGy29Kzq','DxaGC2nYAxb0cG','Aw1Hz2vFBMfTzq','B3j5igrVy3vTzq','DI8kDMvUDI8kzq','zxbLBMrLBMnPzq','zcb2AweGu2v0Da','qLjUtum','CMvPAuG','CWOGicaGicaGia','cGPzB3vYihDVCG','igfUEsbWCM9Qzq','thfXt3y','DcbQDxn0ihrOzq','icaGicaGicmGqW','q1nXAxm','zeLNrLe','iev4yw1WBgu6cG','AwfSAxPHDgLVBG','lWRILjZILidILiaGC2v0Dq','B3iGquKGywDLBG','DYbZzxr1CcbYzq','CKXVquq','igrPCMvJDg9YEq','AK9xueK','Dhmk4PscicaGicaG','icdILjZILidILiaGC2v0Dq','Cc5QC29UicaGia','Dxn0B21PEMuGya','DMjfqwK','icbJB2rLCI1Zzq','lMPZB24kcImGra','rxjYB3i6ifjLCa','B3nPDg9YEsbUyq','Aw4Vzw52AxjVBG','vhvvqM8','icaGiYbtzxj2zq','zxr0Aw5NCYaOzW','mtm1otq5mMDJBKTSuW','BxbSzxrPBMCGyq','BNKGDgfZAYWGEq','BwuGy2fUig9UBa','zgf0ysaOz2L0Aq','DhvWlNnOicaGia','zwqGB24UifrOAq','4PYtieDPDcbYzxbV','reHXt0G','C2L0B3j5igLUAq','sLL3CwO','iYbezwzHDwX0ia','igLUigfUEsbYzq','yxPLtMm','v09ss0rjuIaVDW','DgfZA19ZDg9Yyq','icaGicaJifnLDa','igXHC3qGDgHPBG','ifn0yxj0ihrOzq','CM9UBwvUDhmV','Bgv0DgvYCYWGBG','cImGicaGignOBW','yxj5igv4CgXHAq','D29YA3nWywnLya','DaOkqwrKigfUEq','Aw5NCYbvssKk4PsC','DaRILjtILidILiaGDgfZAW','cIaGica8BMfTzq','DxrWDxqVlI4Uya','yxnRigrHDgekDa','v3jPDguGysbJBW','4Psa4PsaigvUDMLYB24','ugzLEMq','ihrOAxmGzw52Aq','y29KzxiTC2v0Dq','y3rVCNKGD2L0Aa','BwfYEs5TzgakvW','ysbdB2rLCKzSBW','BIbUB3rLCYaOBG','DxnLCI5LBwfPBa','DxnLCI5Uyw1Lpq','C0zTqvi','z3rsvvu','zgvMyxvSDa','ls1OzwXW','ChbYB3zLzc4GqG','A1nbDvm','Bvvxz1m','AgLZigvUDMLYBW','quKGywDLBNrZia','y29KzxiTC2vYDG','thfoze4','ihnLy3vYAxr5ia','zw50igrLzMLUAq','icaGicaGicaGia','Dw5JB21TAxr0zq','B3uGD3jPDguGDa','zxiGyNvPBgqGza','AxqGzxzLCNL0Aa','BNrHAw5LCNmUcG','zwqP','nJy4ntyZrhnUqxje','BhmPcI5JBgf1za','Aw5PDa','lMPZB24kkI5Zzq','q29TBwL0ie1LCW','CYbTzxnZywDLia','BwfNzsbKzwzPBG','tLDiBuO','igvUDMLYB25Tzq','Aw5NCYbvssK','AweGDgHLifnLDa','BwvZC2fNzq','z25VCMuGzMLSzq','y29UC2LKzxjHDa','Dw1Tyxj5iezPBa','Esb3AxrOigfUia','B21Wyw55lwnVza','DxjLig5VDgHPBG','B2XSB3DPBMCGBW','igbLBNzPCM9UBq','CMTPBMCGzgLYzq','cIaGicdILjtILidILiaGzq','DhmGzg9JDw1LBG','DgLVBNmk4PscicaG','BwuGzM9YihrOzq'];_0x4bb5=function(){return _0x33af9b;};return _0x4bb5();}function runGitInit(_0x3fce67){const _0x4a3e46={_0x95c093:0x2da,_0x59ef5e:0x13c,_0x5963fa:0xe1,_0xf271d6:0x172,_0x58fc4d:0x106,_0x177235:0xf2,_0xafff85:0x15c,_0x58e24f:0xe2,_0x4fd778:0x0,_0x482f95:0x6,_0x536a5d:0x75,_0x25e5a0:0x4c,_0x136eb5:0x1db,_0x3d83e2:0x11d,_0x4d4b9f:0x11,_0x228d03:0x39,_0x27409a:0x8e,_0xe3b870:0x162,_0x14ed48:0x1ab},_0x175fec={_0x42bd7a:0x31d,_0x6cdfc0:0x28e,_0x1bc6c7:0x326,_0x5c394a:0x347,_0x4a41e8:0x264,_0x4a28d9:0x38c,_0x3f6b9f:0x3df,_0x2aefd1:0x3cd,_0xe34113:0x4a0,_0x42b424:0x518,_0x4aaa95:0x361,_0x1d7ecc:0x368,_0x479ea9:0x419,_0xb1a12b:0x4fb,_0x5d7d3e:0x4bb,_0x45287a:0x321,_0x52c64:0x268,_0x2ba95f:0x407,_0x1f6759:0x3a2,_0x3228b4:0x2e6},_0x436c8b={_0x4d6a70:0x5d6},_0xa04e98={_0x41b3b8:0x119,_0x2aac0e:0x35f,_0x54b52a:0x1a9},_0x51cfd3={'TuUBo':function(_0x6c73d6,_0x3b69f7){return _0x6c73d6(_0x3b69f7);},'BRnMC':function(_0x570822,_0x1f40b4){return _0x570822===_0x1f40b4;},'dGbrL':'ErOZd','IikVz':_0x5258dc(0x39c,0x2b2,0x2b3,_0x4a3e46._0x95c093)+'ository\x20na'+_0x5258dc(0x22,0x20,_0x4a3e46._0x59ef5e,_0x4a3e46._0x5963fa)+'y\x20contain\x20'+_0x5258dc(0xe3,_0x4a3e46._0xf271d6,_0x4a3e46._0x58fc4d,_0x4a3e46._0x177235)+_0x16cec3(-0x1ba,-_0x4a3e46._0xafff85,-_0x4a3e46._0x58e24f,-0x1f)+_0x16cec3(0x41,-0xfb,_0x4a3e46._0x4fd778,0x4a)+_0x16cec3(-0x48,-_0x4a3e46._0x482f95,-_0x4a3e46._0x536a5d,-_0x4a3e46._0x25e5a0)+'es','NWHmJ':'gPDzt','bvoeg':function(_0x248ca9,_0x53931d,_0x5470f2,_0x32e661){return _0x248ca9(_0x53931d,_0x5470f2,_0x32e661);},'tSRZR':_0x5258dc(_0x4a3e46._0x136eb5,0x99,0x10b,_0x4a3e46._0x3d83e2),'jaXiu':_0x16cec3(-0x7a,0x54,-0x8b,_0x4a3e46._0x4d4b9f),'bWdnQ':_0x16cec3(-0x133,-_0x4a3e46._0x228d03,-_0x4a3e46._0x27409a,-0x1e),'vbEAi':_0x5258dc(0x168,0x10e,_0x4a3e46._0xe3b870,_0x4a3e46._0x14ed48)};function _0x5258dc(_0x59dabb,_0x596079,_0x1388f5,_0x2e3045){return _0x55f2(_0x2e3045- -0x40,_0x596079);}function _0x16cec3(_0x17e0a6,_0x293188,_0x282168,_0x1cf544){return _0x55f2(_0x282168- -0x27b,_0x17e0a6);}return new Promise(_0x44df1f=>{const _0x58ee7f={_0x728f38:0x670,_0x559cb4:0x647,_0x27b263:0x5fe,_0x3d64f0:0x55d,_0xe4bcbf:0x4dc,_0x12ee22:0x41,_0x1c0c87:0x35,_0x4a2f53:0x677,_0x330bd5:0x622,_0x236c81:0x1a1,_0x59ba53:0x203,_0x2a39b4:0x4ef,_0x1f499b:0x61b,_0x1b6318:0x5b2},_0x36e8da={_0x34e3dd:0x1f0,_0x335d07:0x10c},_0x378aaa={_0x3be0eb:0x77,_0x412565:0x3b1,_0x1ad569:0x12e};function _0x3610ac(_0x2d6d6a,_0x20b9a4,_0x21c149,_0x225aaf){return _0x16cec3(_0x20b9a4,_0x20b9a4-_0xa04e98._0x41b3b8,_0x225aaf-_0xa04e98._0x2aac0e,_0x225aaf-_0xa04e98._0x54b52a);}function _0x4c6fb5(_0x55ce96,_0xc9897c,_0x2f223b,_0x1cb2f2){return _0x16cec3(_0xc9897c,_0xc9897c-_0x378aaa._0x3be0eb,_0x55ce96-_0x378aaa._0x412565,_0x1cb2f2-_0x378aaa._0x1ad569);}if(_0x51cfd3['NWHmJ']===_0x51cfd3[_0x4c6fb5(0x298,_0x175fec._0x42bd7a,0x314,_0x175fec._0x6cdfc0)]){const _0x157972=_0x51cfd3[_0x4c6fb5(0x40c,0x424,_0x175fec._0x1bc6c7,0x469)](spawn,_0x3610ac(0x28b,_0x175fec._0x5c394a,0x1c4,_0x175fec._0x4a41e8),[_0x51cfd3[_0x3610ac(_0x175fec._0x4a28d9,_0x175fec._0x42bd7a,_0x175fec._0x3f6b9f,_0x175fec._0x2aefd1)]],{'cwd':_0x3fce67,'stdio':_0x51cfd3[_0x4c6fb5(0x41e,_0x175fec._0xe34113,_0x175fec._0x42b424,_0x175fec._0x4aaa95)]});_0x157972['on'](_0x51cfd3[_0x3610ac(0x3d7,_0x175fec._0x1d7ecc,_0x175fec._0x479ea9,0x3b1)],_0x2fa367=>{function _0x2662aa(_0x212430,_0x17e668,_0xc375a5,_0x3069b4){return _0x4c6fb5(_0x17e668-_0x36e8da._0x34e3dd,_0x3069b4,_0xc375a5-0x97,_0x3069b4-_0x36e8da._0x335d07);}_0x51cfd3[_0x2662aa(0x6f3,0x643,_0x436c8b._0x4d6a70,0x5bb)](_0x44df1f,_0x2fa367===-0x239c+0x140f+0x3*0x52f);}),_0x157972['on'](_0x51cfd3[_0x4c6fb5(0x44d,_0x175fec._0xb1a12b,0x3e7,_0x175fec._0x5d7d3e)],()=>{const _0x2eeb45={_0x10e225:0xac},_0xe6ead={_0x14c2c0:0x382};function _0x4d704e(_0x1b0ed2,_0x3a1726,_0x62291e,_0x3c8958){return _0x4c6fb5(_0x3c8958- -_0xe6ead._0x14c2c0,_0x3a1726,_0x62291e-0x4d,_0x3c8958-0x24);}function _0x167fae(_0x16828f,_0x454ed2,_0x3e0f44,_0x59835d){return _0x4c6fb5(_0x3e0f44-0x210,_0x59835d,_0x3e0f44-_0x2eeb45._0x10e225,_0x59835d-0x9a);}if(_0x51cfd3[_0x167fae(0x686,_0x58ee7f._0x728f38,_0x58ee7f._0x559cb4,0x6c5)](_0x51cfd3[_0x167fae(_0x58ee7f._0x27b263,0x537,_0x58ee7f._0x3d64f0,_0x58ee7f._0xe4bcbf)],_0x51cfd3[_0x4d704e(-0x9b,0xca,_0x58ee7f._0x12ee22,-_0x58ee7f._0x1c0c87)]))_0x51cfd3[_0x167fae(_0x58ee7f._0x4a2f53,_0x58ee7f._0x330bd5,0x663,0x6ef)](_0x44df1f,![]);else{if(_0x5eab4f===_0x4d704e(-0x57,-_0x58ee7f._0x236c81,-_0x58ee7f._0x59ba53,-0x102)||_0x44a29b==='-h')_0x5aa19b(),_0x40afd7[_0x167fae(_0x58ee7f._0x2a39b4,_0x58ee7f._0x1f499b,_0x58ee7f._0x1b6318,0x6a9)](-0x495+0xd01+-0x86c);else!_0x3fd831['startsWith']('--')&&(_0x2818ef=_0x287dc5);}});}else _0x4e47cc[_0x4c6fb5(_0x175fec._0x45287a,_0x175fec._0x52c64,_0x175fec._0x2ba95f,0x226)](_0x51cfd3['IikVz']),_0xd335a1[_0x4c6fb5(_0x175fec._0x1f6759,_0x175fec._0x3228b4,0x48d,0x37c)](-0x3*-0x3d3+0x1*0x2074+-0x2bec);});}function runGitInitialCommit(_0x5d3cde){const _0x90f616={_0x526668:0xdc,_0x531975:0xb7,_0x2a07e7:0x1fa,_0x579e55:0x23c,_0x1347e6:0xd6,_0x12389b:0xb0,_0x593983:0x142,_0xdd2b99:0x16a,_0x128953:0x95,_0x1d164e:0x121,_0x3632d3:0x125,_0x3f0a39:0xee,_0x3ecd29:0xff,_0x2444ab:0x1de,_0x1d92fd:0x15e,_0x57303b:0x1ec,_0xd711d:0x179},_0x119234={_0x8227f3:0x1a5,_0x31a1c1:0xd1,_0x32d119:0x219,_0xfb9120:0x1ea,_0x2572d6:0x249,_0x29c506:0x108,_0x18b2ef:0x212,_0x4370e6:0x263,_0xa0d53f:0x298,_0x1296a3:0x27d},_0x27889c={_0xe2e5ce:0x521},_0x277552={_0x1ed17d:0x35a,_0x626b94:0x38a},_0x42529b={_0x33f8e6:0x8f};function _0x1ae848(_0x5811c1,_0xea6dba,_0x13ad15,_0x153af7){return _0x55f2(_0x153af7- -_0x42529b._0x33f8e6,_0x5811c1);}const _0x45cf4f={'iMmDB':function(_0x4977d8,_0x45b460){return _0x4977d8(_0x45b460);},'VaFTd':function(_0x478008,_0x2d8e18){return _0x478008===_0x2d8e18;},'fviKn':function(_0x22827a,_0x246b94){return _0x22827a!==_0x246b94;},'zzgsv':_0x50aaa9(0x33,-0x27,0xe5,0xcc),'hJbtE':function(_0x43085a,_0x13a449,_0x35123a,_0x654fed){return _0x43085a(_0x13a449,_0x35123a,_0x654fed);},'QlLhH':_0x50aaa9(-0x3,-_0x90f616._0x526668,0xd,0x17),'tEevZ':_0x1ae848(0xcf,0xad,0x66,_0x90f616._0x531975)+_0x1ae848(0x218,_0x90f616._0x2a07e7,_0x90f616._0x579e55,0x1d2)+'p','tFsJm':_0x50aaa9(_0x90f616._0x1347e6,_0x90f616._0x12389b,0x55,_0x90f616._0x593983)+_0x1ae848(_0x90f616._0xdd2b99,0x1d7,_0x90f616._0x128953,0xf9),'fFptu':_0x50aaa9(0x6d,_0x90f616._0x1d164e,_0x90f616._0x3632d3,_0x90f616._0x3f0a39),'jPLxk':_0x1ae848(0xe4,_0x90f616._0x3ecd29,_0x90f616._0x2444ab,_0x90f616._0x1d92fd),'ZeYcK':'error','HNdAZ':'Fuhdy','dbcvR':_0x1ae848(0x236,_0x90f616._0x57303b,0x1ec,_0x90f616._0xd711d)};function _0x50aaa9(_0x4f3e66,_0x447df6,_0x2dc7f5,_0x534929){return _0x55f2(_0x4f3e66- -0x183,_0x534929);}return new Promise(_0x41eb34=>{const _0xc38727={_0x4f3a79:0x299},_0x39b32e={_0x538126:0x437,_0x514498:0x4bf,_0x1e474c:0x4d1,_0x228781:0x4de,_0x1c05d7:0x45e,_0x20383e:0x46b,_0x3d3243:0x3e9,_0x2d5b69:0x40f,_0x2c770c:0x425,_0x4053ad:0x504,_0x444c9f:0x4f6,_0x447446:0x4e0,_0x3b1f34:0x403,_0x58e998:0x5ae,_0x5310d8:0x4ad,_0x10f066:0x56e,_0x3375cd:0x517,_0x23683e:0x430,_0x3118b6:0x3b0,_0x1a26c2:0x325},_0x526aed={_0x1e289a:0x319,_0x115ae6:0x258,_0x31a477:0x3a0,_0x3fd3c4:0x3f0,_0x1ed5e6:0x4a4,_0x170052:0x402,_0x4ca421:0x57,_0x4ef28c:0x7,_0x3ba351:0x31,_0x4a55a0:0xec,_0x5bc473:0x10e},_0x3a6562={_0xfeeebd:0x1a8,_0x5bfd78:0x315,_0x407512:0x340,_0xc9abdb:0x16f,_0x44bd2b:0x1d0,_0x3505f9:0x26b,_0x4261a8:0x143,_0x464406:0xc9,_0x2d88fa:0x39,_0x36a392:0x9f,_0x1c47e1:0x35},_0x539764={_0x246969:0x322,_0x34963b:0x3b},_0x2b933e={_0x420866:0x12b,_0x1ce2ee:0x1e3},_0x2abc25={_0x500814:0x19a,_0x310110:0x68,_0x307ba7:0x121};function _0x19db44(_0x5c9865,_0x3c5200,_0x21240d,_0x357627){return _0x1ae848(_0x3c5200,_0x3c5200-_0x2abc25._0x500814,_0x21240d-_0x2abc25._0x310110,_0x21240d-_0x2abc25._0x307ba7);}const _0x35cba0={'dIgFQ':function(_0x1eedf0,_0x39a5df){return _0x1eedf0!==_0x39a5df;},'FifLW':_0x45cf4f[_0x50115b(_0x119234._0x8227f3,_0x119234._0x31a1c1,0x10a,_0x119234._0x32d119)],'TQSbd':'vznxQ','zfhLh':function(_0x2fd634,_0x22cbbb){return _0x45cf4f['iMmDB'](_0x2fd634,_0x22cbbb);},'GRgsi':function(_0x2345db,_0x49b7e7){const _0x2a6295={_0x2ebcf4:0x205,_0x3bea0f:0x1c6};function _0x544a02(_0x120eba,_0x3c6fd2,_0x5f3a4c,_0x122f82){return _0x50115b(_0x5f3a4c-_0x2a6295._0x2ebcf4,_0x3c6fd2-_0x2a6295._0x3bea0f,_0x3c6fd2,_0x122f82-0xdf);}return _0x45cf4f[_0x544a02(0x40f,_0x277552._0x1ed17d,0x3a1,_0x277552._0x626b94)](_0x2345db,_0x49b7e7);}},_0x2ad84f=_0x45cf4f[_0x50115b(_0x119234._0xfb9120,_0x119234._0x2572d6,0x186,_0x119234._0x29c506)](spawn,_0x19db44(_0x119234._0x18b2ef,_0x119234._0x4370e6,0x212,0x28b),[_0x45cf4f['dbcvR'],'.'],{'cwd':_0x5d3cde,'stdio':_0x45cf4f[_0x19db44(0x376,_0x119234._0xa0d53f,0x28c,0x35c)]});function _0x50115b(_0x49deac,_0x23cfff,_0x1f8258,_0x579a4d){return _0x50aaa9(_0x49deac-_0x2b933e._0x420866,_0x23cfff-_0x2b933e._0x1ce2ee,_0x1f8258-0x74,_0x1f8258);}_0x2ad84f['on']('close',_0x1d2eb3=>{const _0x4a5bd1={_0x217318:0x3b,_0x5139bb:0x1b4},_0xdc7b1a={_0x48a83b:0x1f,_0x34cde4:0x15e},_0x4a8a16={_0x13a3d7:0x274},_0x353124={_0x3eff42:0x1c2,_0x34b8fd:0x85},_0x13d4b4={_0x17049f:0x199},_0x425a26={_0x47e0ff:0x38d},_0xaad816={'rUybl':function(_0x57c680,_0x5d6b2d){return _0x45cf4f['iMmDB'](_0x57c680,_0x5d6b2d);},'Pfezd':function(_0x1c04f3,_0x30f7fb){function _0x59676b(_0x5c61cf,_0x2c426a,_0x412d68,_0x2295a9){return _0x55f2(_0x412d68- -_0x425a26._0x47e0ff,_0x2295a9);}return _0x45cf4f[_0x59676b(-0x174,-0xed,-_0x13d4b4._0x17049f,-0x1a6)](_0x1c04f3,_0x30f7fb);},'xsCFX':function(_0x44aee3,_0x2d2ccc){function _0xa7354b(_0x14b5dd,_0x5933ad,_0x304eb8,_0x4fc9cb){return _0x55f2(_0x304eb8- -0x3b5,_0x5933ad);}return _0x45cf4f[_0xa7354b(-_0x353124._0x3eff42,-_0x353124._0x34b8fd,-0x167,-0xa0)](_0x44aee3,_0x2d2ccc);},'VCKqq':_0x45cf4f[_0xa52f8b(_0x39b32e._0x538126,0x4aa,_0x39b32e._0x514498,0x44e)],'QpVOR':function(_0x35fc65,_0x28f3de){return _0x35fc65(_0x28f3de);}};function _0x12fbbc(_0x51851b,_0x2bd920,_0x30a4e8,_0x188dca){return _0x50115b(_0x30a4e8-_0x4a8a16._0x13a3d7,_0x2bd920-0x85,_0x188dca,_0x188dca-0x1f);}function _0xa52f8b(_0x3ff6dd,_0x5790bb,_0xb5c87e,_0x45b6f4){return _0x50115b(_0xb5c87e-_0x539764._0x246969,_0x5790bb-0x1f3,_0x45b6f4,_0x45b6f4-_0x539764._0x34963b);}if(_0x45cf4f[_0xa52f8b(_0x39b32e._0x1e474c,0x479,0x518,_0x39b32e._0x228781)](_0x1d2eb3,0x1*-0x160d+0x1bed+0x1*-0x5e0)){_0x41eb34(![]);return;}const _0x10d245=_0x45cf4f[_0x12fbbc(0x3aa,0x434,_0x39b32e._0x1c05d7,0x51b)](spawn,_0x45cf4f[_0xa52f8b(_0x39b32e._0x20383e,0x516,0x500,0x546)],['-c',_0x45cf4f[_0x12fbbc(0x527,0x3e5,0x4b9,0x54f)],'-c',_0xa52f8b(_0x39b32e._0x3d3243,0x501,_0x39b32e._0x2d5b69,_0x39b32e._0x2c770c)+_0xa52f8b(0x542,_0x39b32e._0x4053ad,_0x39b32e._0x444c9f,0x5e2)+_0xa52f8b(0x5ac,0x520,_0x39b32e._0x447446,_0x39b32e._0x3b1f34),_0xa52f8b(_0x39b32e._0x58e998,_0x39b32e._0x5310d8,_0x39b32e._0x10f066,0x4bd),'-m',_0x45cf4f['tFsJm']],{'cwd':_0x5d3cde,'stdio':_0x45cf4f['fFptu']});_0x10d245['on'](_0x45cf4f[_0x12fbbc(_0x39b32e._0x3375cd,_0x39b32e._0x23683e,0x4e8,0x44a)],_0x2ec5f2=>{const _0x2f87f5={_0x5e5623:0x158,_0x44ed6b:0x5bf},_0x1ce090={'POFqY':function(_0x1aa18b,_0x4868be){return _0x1aa18b(_0x4868be);}};function _0x5c00d6(_0x392b67,_0x37a106,_0x5313ec,_0x3672b3){return _0x12fbbc(_0x392b67-_0xdc7b1a._0x48a83b,_0x37a106-_0xdc7b1a._0x34cde4,_0x392b67- -0x284,_0x3672b3);}function _0x5c38a5(_0x2743f2,_0x4198e8,_0x1571a3,_0x5eff08){return _0xa52f8b(_0x2743f2-0x129,_0x4198e8-_0x2f87f5._0x5e5623,_0x1571a3- -_0x2f87f5._0x44ed6b,_0x4198e8);}if(_0x35cba0[_0x5c00d6(0x2a2,_0x3a6562._0xfeeebd,_0x3a6562._0x5bfd78,_0x3a6562._0x407512)](_0x35cba0['FifLW'],_0x35cba0[_0x5c00d6(_0x3a6562._0xc9abdb,0x141,_0x3a6562._0x44bd2b,_0x3a6562._0x3505f9)]))_0x35cba0['zfhLh'](_0x41eb34,_0x35cba0[_0x5c38a5(-_0x3a6562._0x4261a8,-_0x3a6562._0x464406,-0x102,-0xd6)](_0x2ec5f2,-0x260+-0x622*-0x2+-0x9e4));else{_0x1ce090[_0x5c38a5(_0x3a6562._0x2d88fa,-0x185,-_0x3a6562._0x36a392,_0x3a6562._0x1c47e1)](_0x5cfea2,![]);return;}}),_0x10d245['on'](_0x45cf4f[_0x12fbbc(_0x39b32e._0x3118b6,_0x39b32e._0x447446,0x3ec,_0x39b32e._0x1a26c2)],()=>{const _0x3425f0={_0x5e9850:0x1c0,_0x47cac2:0xd1};function _0x58694e(_0x43a12c,_0x19d58a,_0x557a33,_0x431d0b){return _0xa52f8b(_0x43a12c-0x3a,_0x19d58a-_0x4a5bd1._0x217318,_0x43a12c- -_0x4a5bd1._0x5139bb,_0x19d58a);}function _0xe57a4b(_0x35dc0e,_0x251bb2,_0x3475b0,_0x4a4198){return _0xa52f8b(_0x35dc0e-_0x3425f0._0x5e9850,_0x251bb2-_0x3425f0._0x47cac2,_0x3475b0- -0x401,_0x4a4198);}_0xaad816[_0x58694e(_0x526aed._0x1e289a,0x283,_0x526aed._0x115ae6,_0x526aed._0x31a477)](_0xaad816['VCKqq'],_0xaad816['VCKqq'])?_0xaad816[_0x58694e(_0x526aed._0x3fd3c4,0x3a4,_0x526aed._0x1ed5e6,_0x526aed._0x170052)](_0x4f6c92,_0xaad816[_0xe57a4b(0x2,-_0x526aed._0x4ca421,_0x526aed._0x4ef28c,_0x526aed._0x3ba351)](_0x1bc2bd,-0x642*0x1+0xbb7+-0x575)):_0xaad816[_0xe57a4b(0x122,_0x526aed._0x4a55a0,_0x526aed._0x5bc473,0x164)](_0x41eb34,![]);});}),_0x2ad84f['on'](_0x19db44(0x30c,0x2fe,_0x119234._0x1296a3,0x1ea),()=>{function _0x26198d(_0x2a67cd,_0x541b59,_0x612435,_0x7854a0){return _0x50115b(_0x541b59-_0xc38727._0x4f3a79,_0x541b59-0x10f,_0x7854a0,_0x7854a0-0x2);}_0x45cf4f[_0x26198d(0x3fe,0x4a8,0x531,_0x27889c._0xe2e5ce)](_0x41eb34,![]);});});}function showInitHelp(){const _0x3a6082={_0x2b6f05:0x49a,_0x1afed5:0x46a,_0x161849:0x1f3,_0x18ca0f:0xe0,_0x298b9d:0x1df,_0x1ca442:0x1ce,_0x49b99b:0x18a,_0xf5939e:0x56a,_0x2a3eb1:0x611,_0xb1297f:0x5cd,_0x53d898:0x3a0,_0x1d02ea:0x489,_0x313a70:0x5df,_0x5db7fd:0x55c,_0x1fb1c3:0x5dc,_0x24051d:0x4f3,_0x25f2cf:0x502,_0x2ace35:0x3e7,_0x686178:0x4bc,_0x1c81ef:0x454,_0x13441c:0x23c,_0x467c83:0x16a,_0x5986c7:0x1fb,_0x2d5a01:0x125,_0x6d2902:0x3a4,_0x5659bf:0x49d,_0x55101e:0x177,_0x35567e:0xb3,_0x27c005:0x21b,_0x5577c9:0xd,_0x275c13:0x55c,_0x192bb8:0x610,_0x10c458:0x517,_0x4295b9:0x124,_0x35d444:0x17f,_0x15a490:0x163,_0x27cb03:0x123,_0x30ad73:0x52,_0x4b120c:0x3c8,_0xfaaecc:0x46f,_0x10132f:0x424,_0x3a7498:0x153,_0xc64d91:0x60,_0x464743:0xea,_0x141339:0x42,_0x3749d4:0x54a,_0x39f534:0x512,_0x5eb2f6:0x432,_0x2f0926:0x4f0,_0x5b42da:0x2ae,_0x5e37f8:0x4c1,_0x1af8fa:0x5b2,_0x4b6934:0x278,_0xb9b2b6:0x2d1,_0x59106a:0x4d7,_0x4e0b35:0x3bf,_0x274bcc:0x40a,_0xaa3193:0x40f,_0xb63a5f:0xa3,_0x59158f:0x7a,_0x3242e0:0x6e4,_0x3e32dc:0x5f6,_0x4ed2fc:0x268,_0x2eae86:0x1d8,_0x1b594d:0x298,_0x315216:0x12a,_0x505bca:0x3cc,_0x2c5b36:0x1d7,_0x20610a:0x162,_0x5c090d:0x3b,_0x11e6f3:0x208,_0x126911:0x296,_0xc1c5da:0x440,_0x6d2e9c:0x3d5,_0x2f487b:0x1ed,_0x5784ce:0x2ea,_0x311a7c:0x525,_0x58503d:0x55a,_0x2af287:0x5db,_0x12a674:0x434,_0x34838b:0x532,_0xe036c5:0x456,_0x43e1d1:0x42d,_0x4d03ae:0x51d,_0x4f6621:0x5b7,_0x53879e:0x561,_0x2820a0:0x631,_0x49fe69:0x3f4,_0x50342b:0x3b8,_0x33c81e:0x45c,_0x5b934b:0x39,_0x59fa1a:0xd9,_0x32a503:0x6c,_0x3d75c8:0x81,_0x2becb5:0x573,_0x1455d2:0x4be,_0x3de4e2:0x8c,_0x142cbc:0x1d3,_0x44b2b5:0x106,_0x6f4f04:0x53f,_0x1663c0:0x6b3,_0x598286:0x5b4,_0x3b64c4:0x16b,_0x41e6fa:0x53c,_0x407ec1:0x46c,_0x433eb5:0x4dc,_0x41ad80:0x8a,_0x366459:0x6c,_0x9e4c:0x1b8,_0x4f234c:0xe2,_0x4684e9:0x11a,_0x2263b4:0x34,_0x4249d4:0x151,_0x1cedcc:0x1fb,_0xbaf3ec:0x194,_0x122ed3:0x111,_0xfaadd4:0xaf,_0x226882:0x145,_0x52a294:0x155,_0x1258a6:0x5c6,_0x5f3a49:0x551,_0x3227db:0x597,_0x4a8d21:0x4fc,_0x2b42f6:0x37c,_0x4c21e2:0x4e7,_0x43f6f3:0x605,_0x51c228:0x607,_0x580ea9:0x4e9,_0x49e769:0x484,_0x3b820a:0x1f0,_0x5dce3e:0x1cc,_0x634525:0x202,_0x151ce8:0x2ad,_0x113773:0x3ce,_0x1aad9b:0x4e5,_0x247a9f:0x397,_0x55ba1b:0x580,_0x19ad1d:0x4a8,_0x4657f4:0x50a,_0x53bd92:0x616,_0x2e7e7e:0x5c7,_0x22f110:0x77,_0x5002d3:0x3a,_0x23cb07:0x39a,_0x5e31a6:0x538,_0x1526d9:0x147,_0x10c115:0x22f},_0x39bcdb={_0x6c988a:0x36f};function _0x31b947(_0x48d0ff,_0x2d5d44,_0x5bde4e,_0x43210b){return _0x55f2(_0x43210b-0x2e1,_0x5bde4e);}function _0x17b594(_0x18060a,_0xc275f4,_0xd1f803,_0x23aef3){return _0x55f2(_0xc275f4- -_0x39bcdb._0x6c988a,_0xd1f803);}console[_0x31b947(0x396,_0x3a6082._0x2b6f05,0x421,_0x3a6082._0x1afed5)](_0x17b594(-0x186,-0x1f2,-0x11d,-_0x3a6082._0x161849)+_0x17b594(-0x270,-0x1be,-_0x3a6082._0x18ca0f,-0x24a)+_0x17b594(-_0x3a6082._0x298b9d,-_0x3a6082._0x1ca442,-_0x3a6082._0x49b99b,-0x29e)+_0x31b947(_0x3a6082._0xf5939e,0x61b,0x591,0x51b)+_0x31b947(0x6ac,_0x3a6082._0x2a3eb1,0x6b9,_0x3a6082._0xb1297f)+'\x20coder-ser'+_0x31b947(0x476,0x48e,_0x3a6082._0x53d898,_0x3a6082._0x1d02ea)+_0x31b947(_0x3a6082._0x313a70,_0x3a6082._0x5db7fd,0x608,0x57c)+_0x31b947(_0x3a6082._0x1fb1c3,_0x3a6082._0x24051d,0x4bd,_0x3a6082._0x25f2cf)+'name\x20\x20\x20\x20Na'+_0x31b947(_0x3a6082._0x2ace35,0x51c,_0x3a6082._0x686178,_0x3a6082._0x1c81ef)+_0x17b594(-_0x3a6082._0x13441c,-0x1cf,-0x151,-_0x3a6082._0x467c83)+_0x17b594(-_0x3a6082._0x5986c7,-0x1ea,-0x2a4,-_0x3a6082._0x2d5a01)+_0x31b947(0x3ab,_0x3a6082._0x6d2902,0x4ae,_0x3a6082._0x5659bf)+_0x17b594(-0x2ce,-0x22f,-0x304,-_0x3a6082._0x55101e)+'p)\x0a\x0aDescri'+'ption:\x0a\x20\x20C'+_0x17b594(-_0x3a6082._0x35567e,-0x18b,-0x121,-_0x3a6082._0x27c005)+_0x17b594(-0x14,-0xb2,-0x14a,-_0x3a6082._0x5577c9)+_0x31b947(0x5ab,_0x3a6082._0x275c13,0x5a8,0x53c)+_0x31b947(_0x3a6082._0x192bb8,0x4ab,0x614,0x53b)+_0x31b947(0x4d3,0x46c,0x4e7,0x450)+_0x31b947(0x491,0x3ec,_0x3a6082._0x10c458,0x422)+_0x17b594(-0xb,-0x88,-_0x3a6082._0x4295b9,-_0x3a6082._0x35d444)+'ucture\x20req'+_0x17b594(-_0x3a6082._0x15a490,-_0x3a6082._0x27cb03,-_0x3a6082._0x30ad73,-0x179)+_0x31b947(_0x3a6082._0x4b120c,0x3ea,_0x3a6082._0xfaaecc,_0x3a6082._0x10132f)+_0x17b594(-_0x3a6082._0x3a7498,-_0x3a6082._0xc64d91,-_0x3a6082._0x464743,_0x3a6082._0x141339)+_0x31b947(_0x3a6082._0x3749d4,_0x3a6082._0x39f534,_0x3a6082._0x5eb2f6,_0x3a6082._0x2f0926)+_0x17b594(-0x167,-0x236,-0x301,-_0x3a6082._0x5b42da)+_0x31b947(0x542,0x658,_0x3a6082._0x5e37f8,_0x3a6082._0x1af8fa)+'\x20README.md'+_0x17b594(-0x215,-0x21b,-_0x3a6082._0x4b6934,-_0x3a6082._0xb9b2b6)+_0x31b947(_0x3a6082._0x59106a,_0x3a6082._0x4e0b35,_0x3a6082._0x274bcc,_0x3a6082._0xaa3193)+'up\x20reposit'+_0x17b594(0x0,-0x72,-0x128,0x1c)+'ntation\x0a\x20\x20'+_0x17b594(-_0x3a6082._0xb63a5f,-0x5b,-0x18,-_0x3a6082._0x59158f)+_0x31b947(0x5f7,_0x3a6082._0x3242e0,_0x3a6082._0x2a3eb1,_0x3a6082._0x3e32dc)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x17b594(-_0x3a6082._0x4ed2fc,-_0x3a6082._0x2eae86,-_0x3a6082._0x1b594d,-_0x3a6082._0x315216)+_0x31b947(_0x3a6082._0x505bca,0x404,0x3f2,0x3fe)+'itignored)'+'\x0a\x20\x20\x20\x20├──\x20.'+'gitignore\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x17b594(-_0x3a6082._0x2c5b36,-0xf0,-_0x3a6082._0x20610a,-_0x3a6082._0x5c090d)+_0x17b594(-0x25f,-_0x3a6082._0x11e6f3,-0x14f,-_0x3a6082._0x126911)+_0x31b947(_0x3a6082._0xc1c5da,0x3af,_0x3a6082._0x6d2e9c,0x451)+'nvironment'+_0x17b594(-0x13f,-_0x3a6082._0x2f487b,-_0x3a6082._0x5784ce,-0x25c)+_0x31b947(_0x3a6082._0x311a7c,_0x3a6082._0x58503d,_0x3a6082._0x2af287,0x5b8)+'lt/\x0a\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20├──\x20'+_0x31b947(_0x3a6082._0x12a674,0x560,_0x3a6082._0x34838b,0x4ea)+'t.json\x20\x20#\x20'+_0x31b947(0x474,_0x3a6082._0xe036c5,_0x3a6082._0x43e1d1,_0x3a6082._0x4d03ae)+'t\x20config\x0a\x20'+_0x31b947(0x4d4,0x3e4,0x45b,0x435)+_0x31b947(_0x3a6082._0x4f6621,_0x3a6082._0x53879e,_0x3a6082._0x2820a0,0x571)+'S.md\x20\x20\x20\x20\x20\x20'+_0x31b947(_0x3a6082._0x49fe69,_0x3a6082._0x50342b,0x489,_0x3a6082._0x33c81e)+_0x17b594(-_0x3a6082._0x5b934b,-_0x3a6082._0x59fa1a,-0xab,0x25)+'r\x20AI\x20agent'+_0x17b594(0x74,-_0x3a6082._0x32a503,_0x3a6082._0x3d75c8,-0x114)+'\x20\x20\x20\x20├──\x20RE'+'ADME.md\x20\x20\x20'+_0x31b947(0x442,0x48e,_0x3a6082._0x2becb5,_0x3a6082._0x1455d2)+'min\x20notes\x20'+_0x17b594(-0x194,-0x138,-_0x3a6082._0x3de4e2,-_0x3a6082._0x142cbc)+'ntainers)\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x17b594(-0x12b,-0xaa,-_0x3a6082._0x44b2b5,-0x1d)+_0x31b947(_0x3a6082._0x6f4f04,_0x3a6082._0x1663c0,0x5d4,_0x3a6082._0x598286)+_0x17b594(-0x7e,-_0x3a6082._0x3a7498,-0x1c2,-_0x3a6082._0x3b64c4)+_0x31b947(_0x3a6082._0x41e6fa,0x55b,_0x3a6082._0x407ec1,0x4a9)+'e\x20template'+_0x31b947(0x598,_0x3a6082._0x433eb5,0x5b9,0x4e1)+_0x17b594(-0x68,-_0x3a6082._0x41ad80,-0x179,_0x3a6082._0x366459)+_0x17b594(-0x1b4,-_0x3a6082._0x9e4c,-_0x3a6082._0x4f234c,-0x239)+_0x17b594(-0x1d4,-_0x3a6082._0x4684e9,-0x190,-_0x3a6082._0x2263b4)+_0x17b594(-_0x3a6082._0x4249d4,-_0x3a6082._0x1cedcc,-_0x3a6082._0xbaf3ec,-0x21a)+_0x17b594(-_0x3a6082._0x122ed3,-0x74,0x36,-_0x3a6082._0xfaadd4)+_0x17b594(-0x200,-_0x3a6082._0x226882,-_0x3a6082._0x52a294,-0x1b4)+'ectory\x20is\x20'+_0x31b947(_0x3a6082._0x1258a6,_0x3a6082._0x5f3a49,_0x3a6082._0x3227db,_0x3a6082._0x4a8d21)+'d\x20as\x20a\x20git'+_0x17b594(-0xb,-0x82,-0x10f,-0x113)+_0x31b947(_0x3a6082._0x2b42f6,_0x3a6082._0x4c21e2,0x41a,0x44b)+_0x31b947(0x61d,_0x3a6082._0x43f6f3,_0x3a6082._0x51c228,0x5d3)+_0x31b947(_0x3a6082._0x580ea9,_0x3a6082._0x49e769,0x448,0x51f)+_0x17b594(-_0x3a6082._0x55101e,-_0x3a6082._0x3b820a,-_0x3a6082._0x5dce3e,-0x15b)+_0x17b594(-_0x3a6082._0x634525,-0x1b6,-0x1cc,-_0x3a6082._0x151ce8)+_0x17b594(-0x143,-0xfa,-0x1b6,-0x1dd)+'\x20managed\x20v'+_0x31b947(_0x3a6082._0x113773,_0x3a6082._0x1aad9b,_0x3a6082._0x247a9f,0x446)+_0x31b947(0x430,0x3e2,_0x3a6082._0x55ba1b,_0x3a6082._0x19ad1d)+_0x31b947(_0x3a6082._0x4657f4,0x57f,_0x3a6082._0x53bd92,_0x3a6082._0x2e7e7e)+'\x0a\x20\x20tracked'+'\x20in\x20git.\x0a\x0a'+('Examples:\x0a'+_0x17b594(-0x7d,-0x57,_0x3a6082._0x22f110,_0x3a6082._0x5002d3)+_0x31b947(_0x3a6082._0x23cb07,0x362,0x425,0x462)+_0x31b947(0x58d,0x587,_0x3a6082._0x5e31a6,0x52e)+_0x17b594(-_0x3a6082._0x1526d9,-_0x3a6082._0x10c115,-0x252,-0x151)+'p\x0a'));}
1
+ (function(_0x1315df,_0x15cc13){const _0x5adfc5={_0x2d87f6:0x85,_0x43d1fd:0x9e,_0x325fcc:0x199,_0x5d180e:0x44,_0x5ee6ae:0x6b,_0x2ae25a:0x276,_0x42ed79:0x1d0,_0x4f510e:0xfb,_0x4c0f6c:0xdb,_0x5a23d2:0x5e,_0x2daf52:0x82,_0x7c346:0xa6,_0x1f925b:0xb,_0x54a970:0x205,_0x50db90:0x1aa,_0x4bcab3:0x14c,_0x5ec8bf:0x16b,_0x450e0f:0x1cb,_0x577910:0x195,_0x2333d2:0x13a,_0x54c748:0x30e,_0x2567f4:0x276,_0x36fc17:0x26b,_0x32c92b:0x9a,_0xf5a1ab:0xad,_0x1d50fe:0x42},_0x178a76={_0x2b0b93:0x176},_0x11400e=_0x1315df();function _0x5455d5(_0x451639,_0x18f98d,_0x3f986f,_0x3184b5){return _0x41b8(_0x451639- -_0x178a76._0x2b0b93,_0x3184b5);}function _0x3cbdbf(_0x2681e6,_0x3bfea2,_0x5c7de7,_0x2301af){return _0x41b8(_0x3bfea2- -0x33d,_0x2681e6);}while(!![]){try{const _0x4568f0=parseInt(_0x5455d5(-_0x5adfc5._0x2d87f6,-0x8,-_0x5adfc5._0x43d1fd,-0x67))/(-0xfe*-0x26+-0xe*0x9b+-0x1d39)*(-parseInt(_0x3cbdbf(-0x1f9,-_0x5adfc5._0x325fcc,-0xdf,-0x25e))/(0xaf7*0x1+0x3*0x4e1+-0x444*0x6))+parseInt(_0x5455d5(-0x4c,0x78,_0x5adfc5._0x5d180e,_0x5adfc5._0x5ee6ae))/(0x20ca+-0x7cc+0x4ff*-0x5)+-parseInt(_0x3cbdbf(-0x2b9,-0x246,-_0x5adfc5._0x2ae25a,-_0x5adfc5._0x42ed79))/(-0x6b*-0x59+-0x4*-0x38b+0x1*-0x335b)*(-parseInt(_0x5455d5(0x65,_0x5adfc5._0x4f510e,_0x5adfc5._0x4c0f6c,_0x5adfc5._0x5a23d2))/(-0x7b3+0x2420+-0x12f*0x18))+parseInt(_0x3cbdbf(-0x1f2,-0x186,-_0x5adfc5._0x4f510e,-0x1f8))/(-0x17c3+0x247f+-0xcb6)*(-parseInt(_0x5455d5(-_0x5adfc5._0x2daf52,-_0x5adfc5._0x7c346,-0xd6,-_0x5adfc5._0x1f925b))/(0x1*0x2458+-0x42*0x15+0x9*-0x36f))+parseInt(_0x3cbdbf(-_0x5adfc5._0x54a970,-_0x5adfc5._0x50db90,-0x126,-0x1ba))/(0x2*0xf3e+-0x65*0x4c+-0x78)*(-parseInt(_0x3cbdbf(-0x171,-_0x5adfc5._0x4bcab3,-_0x5adfc5._0x5ec8bf,-_0x5adfc5._0x450e0f))/(0x243f+-0x3*0x6f1+-0xf63))+parseInt(_0x5455d5(-0xd7,-0x90,-_0x5adfc5._0x577910,-_0x5adfc5._0x2333d2))/(-0xb*-0x28a+0x2083+0x149*-0x2f)*(parseInt(_0x3cbdbf(-_0x5adfc5._0x54c748,-_0x5adfc5._0x2567f4,-0x2dc,-_0x5adfc5._0x36fc17))/(-0x6be*-0x1+0x357+-0xa0a))+parseInt(_0x5455d5(_0x5adfc5._0x32c92b,_0x5adfc5._0xf5a1ab,0x2d,_0x5adfc5._0x1d50fe))/(-0xba7+-0x2*-0xbf6+-0x3*0x413);if(_0x4568f0===_0x15cc13)break;else _0x11400e['push'](_0x11400e['shift']());}catch(_0x1d402a){_0x11400e['push'](_0x11400e['shift']());}}}(_0x43e5,-0x66e3e+-0x73209+0x143a34));import _0xc22db0 from'fs/promises';import _0x554b20 from'path';import{spawn}from'child_process';function _0x41b8(_0x224889,_0x3a2f24){_0x224889=_0x224889-(0x1*0x144d+-0x1d26+-0x95e*-0x1);const _0x38571a=_0x43e5();let _0x173221=_0x38571a[_0x224889];if(_0x41b8['ixmOGr']===undefined){var _0x166f29=function(_0x50938a){const _0xf642ad='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3b53cc='',_0x456791='';for(let _0x1207de=-0x4*0x941+0xc64+0x18a0,_0x5c6d72,_0x856b7f,_0x520d4e=-0x13c6*-0x1+-0x1734+0x1*0x36e;_0x856b7f=_0x50938a['charAt'](_0x520d4e++);~_0x856b7f&&(_0x5c6d72=_0x1207de%(-0x1*0x5df+-0x2*-0xe11+-0x163f)?_0x5c6d72*(0x1*-0x245+-0x1*-0x1a1+-0x72*-0x2)+_0x856b7f:_0x856b7f,_0x1207de++%(-0x2514+0xeec+-0x58b*-0x4))?_0x3b53cc+=String['fromCharCode'](-0x395*0x9+-0x1e53*0x1+0x3f8f&_0x5c6d72>>(-(0x5*0x5b2+0x1*0x1b23+0x3b5*-0xf)*_0x1207de&-0x10c7*-0x2+-0x797+-0xe5*0x1d)):-0x1*-0xe68+-0x9f7+0x1*-0x471){_0x856b7f=_0xf642ad['indexOf'](_0x856b7f);}for(let _0x1d570f=0x172e+0xfac+-0x26da,_0x3f3740=_0x3b53cc['length'];_0x1d570f<_0x3f3740;_0x1d570f++){_0x456791+='%'+('00'+_0x3b53cc['charCodeAt'](_0x1d570f)['toString'](-0x20d5+0x14cf*-0x1+0x35b4))['slice'](-(-0x181a+0xad2+0x15*0xa2));}return decodeURIComponent(_0x456791);};_0x41b8['unJADY']=_0x166f29,_0x41b8['LygiEw']={},_0x41b8['ixmOGr']=!![];}const _0x294e1e=_0x38571a[-0x59*-0x4f+-0x38b*0x9+0x46c],_0x24e47f=_0x224889+_0x294e1e,_0x1f8e11=_0x41b8['LygiEw'][_0x24e47f];return!_0x1f8e11?(_0x173221=_0x41b8['unJADY'](_0x173221),_0x41b8['LygiEw'][_0x24e47f]=_0x173221):_0x173221=_0x1f8e11,_0x173221;}export async function initRepository(_0x31024d){const _0x3a91bd={_0x1fdb05:0x44d,_0x3c8a2e:0x402,_0x27cf6f:0x452,_0x2ce646:0x310,_0x30996d:0x1bd,_0x35dfa1:0x517,_0x2d857e:0x347,_0x3cd033:0x3ef,_0x26243e:0x39f,_0x5a9a52:0x2be,_0x3bbb47:0x243,_0x31f0e0:0x2f0,_0x3ece63:0x1ec,_0x2e4e7d:0x280,_0x522d24:0x1ce,_0x48e62d:0x47d,_0x2cc5f0:0x3e3,_0x4e79c5:0x441,_0x41ad71:0x522,_0x33b956:0x3f9,_0x7f628e:0x226,_0x55affc:0x2e5,_0x2f1258:0x4b9,_0x2cdf1e:0x4ad,_0x5133f2:0x53d,_0x86ad59:0x368,_0xb4b7d8:0x5fc,_0x213d81:0x555,_0x1e54e1:0x26d,_0x461242:0x2b1,_0x5c99e2:0x3ae,_0x4bd60b:0x373,_0xbe450:0x24a,_0x2eb7f3:0x23a,_0x5a33b4:0x3af,_0x32d5b6:0x2b8,_0x5566a3:0x3ba,_0x8ffd3:0x359,_0x564c13:0x4c8,_0x4906ce:0x48c,_0x9018c9:0x54b,_0x3d669d:0x435,_0x354fcd:0x39e,_0x2c8464:0x47a,_0x5a36f5:0x293,_0x1179be:0x3a4,_0x7d95da:0x2d2,_0x1164b8:0x539,_0x84852a:0x50f,_0x38860b:0x403,_0x5009c9:0x4f2,_0x1dafda:0x3a0,_0x502175:0x349,_0x222354:0x3f1,_0x1c2cf6:0x456,_0x579d07:0x41a,_0x2aef0f:0x349,_0x3496c3:0x2df,_0x10306c:0x3ac,_0x56e17e:0x3c4,_0x2bf635:0x3c4,_0x2d2e32:0x2cf,_0x27fe7d:0x330,_0x27fef8:0x33d,_0x22ca79:0x2da,_0x2d7c35:0x1d4,_0x481760:0x256,_0x216c92:0x5b9,_0x170306:0x485,_0x3e6892:0x222,_0x3d311a:0x2c5,_0x3311ea:0x271,_0x5079f7:0x30b,_0x414bcd:0x3bc,_0x4096f4:0x4dc,_0x402217:0x41b,_0x239dc9:0x460,_0x11547c:0x4e0,_0x58fd2f:0x332,_0x2db5a7:0x29d,_0x52d852:0x492,_0x4303b7:0x4fe,_0x3f62e7:0x4ca,_0x4914e0:0x3fa,_0x50c327:0x37a,_0x9bf0de:0x323,_0x5e652b:0x224,_0x567ff3:0x308,_0x289dc8:0x364,_0x3b2c50:0x41f,_0xab42b1:0x36c,_0x3e2004:0x416,_0x22eed2:0x47b,_0x59e18e:0x325,_0x4165e4:0x3bc,_0x1122b1:0x490,_0x28358b:0x28c,_0x15bceb:0x314,_0x4708ab:0x350,_0x74aca9:0x42f,_0x133b9a:0x36b,_0x49b043:0x39f,_0x43c89b:0x46f,_0x2e6cbe:0x40e,_0x3aa447:0x3ce,_0x142f4a:0x231,_0x453722:0x328,_0xb5c263:0x5bb,_0x5da6c3:0x4c1,_0x3cc9aa:0x5f1,_0x1930e1:0x2da,_0x534266:0x3b9,_0x4c50c0:0x398,_0x1edead:0x3a4,_0x462696:0x463,_0x68118f:0x3e1,_0x369097:0x3b4,_0x37d97f:0x4d4,_0x32f1a9:0x4db,_0x38c59f:0x4f0,_0x75a434:0x413,_0x9688c4:0x487,_0xd71e15:0x3f1,_0x3333f6:0x3ac,_0xd63095:0x2db,_0x4f4953:0x2b0,_0x20afe7:0x3ff,_0x1f5f7a:0x2dc,_0x354693:0x2e9,_0x2ea3fc:0x470,_0x2b8e41:0x40a,_0x1752ab:0x300,_0xdf223b:0x29d,_0x3c2b90:0x1de,_0x54d7fe:0x37a,_0x3502a1:0x377,_0x2190d8:0x383,_0x1995a0:0x4ec,_0x133ed4:0x4a3,_0x4dce0d:0x292,_0x3326f9:0x311,_0x5fec83:0x366,_0x544dce:0x2a1,_0x2efa16:0x22f,_0x11dd50:0x377,_0x576486:0x3f0,_0x4c1a19:0x450,_0x395538:0x265,_0x5e788d:0x22d,_0x5c36df:0x1ab,_0x56c483:0x1f5,_0x5adc79:0x26b,_0x544309:0x3bb,_0x2c53a6:0x390,_0x4eb42b:0x344,_0x19def0:0x3d0,_0x26d069:0x4ae,_0x47eeee:0x39d,_0x48648f:0x442,_0x43d567:0x4e2,_0x5d4d52:0x53b,_0x52aa16:0x312,_0x269fd7:0x382,_0x2c9702:0x3b7,_0x4ac6f4:0x2b4,_0x321ad0:0x26b,_0x333f37:0x1fa,_0x4ac759:0x29d,_0x54af49:0x2ea,_0xb7315e:0x286,_0x1405da:0x29b,_0xb1baf3:0x28c,_0x2a38d6:0x4c7,_0x520e3d:0x455,_0x2b5b00:0x588,_0x3e305e:0x34b,_0x590c38:0x376,_0x1776ad:0x33f,_0x17a04b:0x356,_0x1c3edf:0x3df,_0xbc877c:0x4a9,_0x43dbf0:0x3c4,_0x30e33d:0x42d,_0x19ad07:0x4b2,_0x2a6c5b:0x4b4,_0x5f33f2:0x4d8,_0x3737af:0x3ee,_0x2e9791:0x29b,_0x23438f:0x3be,_0xaf4884:0x2ed,_0x56a352:0x424,_0x28f879:0x1ef,_0x4d6b34:0x49a,_0x43ae2a:0x3f8,_0x536d0a:0x571,_0x37717f:0x315,_0x5105:0x4f3,_0x10fba7:0x41c,_0x1e06f7:0x35b,_0x3a8046:0x3e4,_0x4033fe:0x423,_0x5a8f1b:0x407,_0x1b3fb0:0x463,_0x3768f8:0x431,_0x1f26e5:0x53a,_0x4ccb6e:0x56a,_0x336e4b:0x3c1,_0x194838:0x2e6,_0x4de14b:0x38c,_0x1cb904:0x2ec,_0x37bc70:0x344,_0x10365d:0x2a2,_0xff4f95:0x296,_0x4ffae8:0x343,_0xd6605b:0x2fb,_0x17b9fd:0x33c,_0x5453c3:0x343,_0x1a25e5:0x548,_0x37041b:0x4f1,_0x1aeeb7:0x5ad,_0x19a8f2:0x42e,_0xd91004:0x4da,_0x4dc146:0x421,_0x2306ea:0x250,_0x44e05c:0x2f9,_0x4b2859:0x2cb,_0x5d71bd:0x2fe,_0x271907:0x391,_0x3f890d:0x441,_0x51e207:0x421,_0x241743:0x26f,_0x213134:0x513,_0x51a908:0x5a2,_0x40ffde:0x51c,_0x33c47c:0x496,_0x311a04:0x30a,_0x5c938a:0x371,_0x5ebb32:0x3d2,_0x4c36e0:0x368,_0x37b358:0x3c5,_0x41dbc6:0x510,_0x5969db:0x4ba,_0x36e821:0x51a,_0x4531f9:0x4f3,_0x53eafa:0x50c,_0x38cde4:0x52c,_0x472f34:0x498,_0x28d2ca:0x603,_0x5999b9:0x52f,_0x52547d:0x5a9,_0x5a48f1:0x426,_0x128d12:0x34f,_0x1dce1a:0x4a4,_0x46cbce:0x36d,_0x368838:0x327,_0x50cc75:0x412,_0x3153d5:0x4ed,_0xe239ea:0x442,_0x34902e:0x3fe,_0x510dfb:0x465,_0x538356:0x244,_0x484936:0x2a0,_0x53342b:0x1fd,_0x26e8d2:0x2c8,_0x250455:0x33b,_0x21a335:0x4b1,_0x482ac5:0x414,_0xc6e757:0x551,_0x3b4692:0x30e,_0xfd6e66:0x322,_0x373adf:0x353,_0x1dc47f:0x493,_0x5130ca:0x3d9,_0x413e6d:0x3a8,_0x19ecfb:0x2f0,_0x33d096:0x35c,_0x97e82:0x31a,_0x5e1936:0x339,_0x512f04:0x313,_0x225f5e:0x1f2,_0x39167e:0x51f,_0xf93d0a:0x3eb,_0x32a6b8:0x456,_0x284012:0x1cf,_0x2d439c:0x32c,_0x3055a9:0x305,_0x314d51:0x453,_0x14dbc6:0x401,_0x31ac79:0x2ef,_0xb7c6bc:0x26c,_0x497aaf:0x211,_0x21647c:0x509,_0x48204e:0x4d7,_0x5e2e8b:0x27a,_0x1e4c09:0x2de,_0x5598a3:0x54e,_0x9c4722:0x568,_0x1af2b3:0x380,_0x3e6693:0x3f2,_0x51ab5d:0x2b7,_0x5ae5a2:0x3bb,_0x51270f:0x37f,_0x15eafb:0x44c,_0x49c45d:0x4c2,_0x35a860:0x483,_0x45a2f4:0x405,_0x5424d1:0x33a,_0x627ccc:0x3f3,_0x5d49d0:0x44a,_0x35ec6c:0x37f,_0xd5f45f:0x3a7,_0xfc84c5:0x25c,_0x109474:0x389,_0x28aecf:0x469,_0x3d8e29:0x447,_0x304688:0x465,_0x1401ca:0x39a,_0x1604a2:0x404,_0x1d02ba:0x541,_0x36a04e:0x559,_0xe933be:0x5e8,_0x8d89a0:0x3ab,_0x89cf50:0x3d4,_0x29a653:0x3e8,_0xccf12a:0x353,_0xeb6be5:0x399,_0x27cb50:0x3b1,_0x3fa65e:0x2ff,_0xbbfb70:0x27d,_0x47e7bf:0x32c,_0x14f877:0x394,_0x22425e:0x410,_0xa008e5:0x1d0,_0x5ac0ae:0x385,_0x4be7b2:0x2f1,_0x57c401:0x3c6,_0x1368d8:0x353,_0x396be:0x3b8,_0x5aafdb:0x48e,_0xbfef07:0x515,_0x4824ab:0x3fb,_0x37bb63:0x268,_0x5a6182:0x2d0,_0xf78b86:0x1c1,_0x2783e5:0x1e8,_0x5019f1:0x472,_0x1d6b6a:0x39f,_0x2b6e76:0x1ad,_0x34ca1e:0x255,_0x3b0c63:0x22b,_0x12f4dd:0x31e,_0x58db35:0x3ec,_0x54434f:0x36f,_0x47aa25:0x39f,_0x134184:0x4fe,_0x5699da:0x48a,_0x2640fa:0x4ca,_0x487a54:0x447,_0x5a5631:0x2b5,_0x29787b:0x245,_0x4d803d:0x533,_0x114781:0x611,_0x725141:0x5cb,_0x5a71f6:0x55f,_0xe17fbd:0x398,_0xc39b31:0x319,_0x4afac5:0x527,_0x24c3b4:0x51d,_0x4cf013:0x563,_0x4da035:0x542,_0x3b003c:0x279,_0x525182:0x4b9,_0x25cf12:0x48f,_0x400393:0x4c4,_0x2f850f:0x246,_0x4cd2fd:0x240,_0x549d3d:0x2b1,_0x416476:0x32d,_0x4611fc:0x2be,_0x1d59d4:0x24c,_0x498ae8:0x27a,_0x468131:0x273,_0x132be9:0x1d1,_0x3d5990:0x3b2,_0x1cf894:0x363,_0x4f6fdc:0x336,_0x467aca:0x32c,_0x32dfe3:0x252,_0x5ea97b:0x1d1,_0x257ffe:0x4a6,_0x5860f9:0x410,_0x380432:0x2d9,_0xdf2e7:0x36d,_0x53b9c9:0x328,_0x446cbf:0x3a9,_0x199a5c:0x2c7,_0x5c2b06:0x36b,_0x1e5315:0x2a9,_0xec075e:0x46d,_0x66e66f:0x4b9,_0x5c8f1e:0x379,_0x169608:0x3c8,_0x142231:0x26c,_0xdedb88:0x234,_0xf5ba4c:0x2f7,_0x15c883:0x422,_0x5a7b61:0x353,_0x5312f6:0x478,_0x3c4f5b:0x3b3,_0x30fdbe:0x497,_0x24a905:0x461,_0x284a54:0x472,_0xaf12e6:0x43a,_0x316d1a:0x56c,_0x4fd0f9:0x4bf,_0x8c2776:0x459,_0x4f0a82:0x502,_0x8586af:0x38e,_0xc26f3e:0x152,_0x3f260a:0x170,_0xe110df:0x235,_0x25d88a:0x3c2,_0x3bd7a8:0x322,_0x32ebd4:0x511,_0x29512b:0x4e7,_0x1b2cd2:0x2f6,_0x3a0da1:0x2b7,_0x15689f:0x232,_0x320e27:0x307,_0x38bfdf:0x2dc,_0x16b57b:0x362,_0x47bd4b:0x3a2,_0x4d0684:0x4bc,_0x539ad3:0x452,_0x451a8b:0x46c,_0x56fc6a:0x3cf,_0x548056:0x350,_0x5ed78a:0x3db,_0x21f69a:0x3f1,_0x3ba810:0x264,_0x5ca0b6:0x3aa,_0x52bd10:0x532,_0x4ae9f5:0x333,_0x3bbd8e:0x3a1,_0x223553:0x389,_0x334f05:0x2c0,_0x300eb5:0x45d,_0xfb451d:0x3b5,_0x3133ff:0x381,_0x5e7abc:0x1e7,_0x20c2d2:0x2e8,_0x3f2fba:0x462,_0x10a7e3:0x498,_0x58429c:0x357,_0x442d51:0x55e,_0x5d1380:0x429,_0x311abf:0x2f6,_0x1391f8:0x3a6,_0x4e98f2:0x420,_0x53df63:0x27e,_0x408721:0x1b4,_0x4f1e20:0x2e9,_0x1c4cac:0x586,_0x10d8fc:0x519,_0x5f3a32:0x511,_0x5418cc:0x552,_0x44a66b:0x245,_0x2bd6de:0x385,_0x28f4ee:0x3a1,_0x25fd2d:0x37e,_0x333c7d:0x411,_0x1c1f0b:0x509,_0x428e78:0x41c,_0x5ed05c:0x41a,_0x380cbd:0x40d,_0x1f1246:0x3b0,_0x3d576f:0x40d,_0x3785a9:0x4dd,_0x288541:0x492,_0x521868:0x329,_0x147fbd:0x2ab,_0x3fa6f9:0x34c,_0xafd8fc:0x42a,_0x484250:0x397,_0xc6be0:0x47b,_0x13f935:0x3ec,_0x458244:0x31e,_0x4563dd:0x46d,_0x3d89b5:0x1a6,_0x44755e:0x27b,_0x4cb87c:0x29e,_0x50cb83:0x415,_0xa18124:0x4ab,_0x26d357:0x31c,_0x138b15:0x2bf,_0x10624c:0x46b,_0x3ebee0:0x445,_0x4bf1ec:0x2ae,_0x2a7122:0x298,_0x5bc8b1:0x2b3,_0x33c12a:0x271,_0x383ef3:0x2d5,_0x368152:0x28b,_0x3f5d7f:0x2f0,_0xdc0444:0x333,_0x3ccb8a:0x3dd,_0x41a32c:0x32e,_0xfd43f6:0x3c9,_0x1abfcc:0x34b,_0x560339:0x352,_0x57d45a:0x31e,_0x31e97f:0x1d2,_0x31fe87:0x22e,_0x16ea9d:0x3b6,_0x468274:0x41e,_0x32e790:0x396,_0xbb53a8:0x22a,_0xf54c4b:0x408,_0x5c69b2:0x5b8,_0x589fac:0x32c,_0x385363:0x439,_0x9e2855:0x3de,_0x4a8da0:0x47b,_0x273685:0x41b,_0x3185ca:0x3da,_0x2398d:0x30c,_0x206cea:0x3dc,_0x5edb6f:0x3f4,_0x2425c9:0x2c4,_0x68f125:0x3ce,_0x4812bc:0x360,_0x45eb95:0x365,_0x411a57:0x3c7,_0x4bf1fe:0x1a8,_0x59b923:0x2b2,_0x303dbb:0x3b1,_0x2b5708:0x320,_0x5132d2:0x3e3,_0x151acc:0x474,_0x2a68c1:0x287,_0xb0b2bf:0x3c2,_0x1f87e9:0x195,_0x3a1730:0x22c,_0x65ac8c:0x1fb,_0x400893:0x440,_0x2ae2c8:0x408,_0x370721:0x426,_0x4fc36a:0x231,_0x4a1fe5:0x2af,_0xd504bc:0x46f,_0x3f7f1a:0x50e,_0x54ef42:0x500,_0x46faf2:0x31f,_0x5c5109:0x2b1,_0x21f56c:0x3ed,_0x1ba42f:0x350,_0x50e47c:0x4c5,_0x525781:0x4fd,_0x58e258:0x2cc,_0x44dee8:0x2fa,_0x269a21:0x346,_0x29f7a1:0x3ad,_0x4f45f5:0x478,_0x27e57d:0x274,_0x2be1aa:0x29f,_0x412591:0x330,_0x2d9499:0x3c3,_0x201327:0x315,_0x56c502:0x520,_0x5cea51:0x5e9,_0x5cd832:0x43e,_0x20e764:0x4a5,_0x1f6794:0x4f5,_0xcff832:0x4b3,_0xa8b64e:0x385,_0x25f021:0x3c9,_0x2e6fb8:0x2b5,_0xebacf7:0x369,_0x17e200:0x29e,_0x34795d:0x260,_0x43c778:0x1e4,_0x28f5b7:0x543,_0x50bbf8:0x4aa,_0x5d2166:0x4a6,_0xdcf6a:0x372,_0x23ff98:0x42b,_0x7d12e4:0x173,_0x586031:0x3ef,_0x317554:0x26b,_0x4e0409:0x215,_0x5bd46e:0x279,_0x52a854:0x1d3,_0x2bf295:0x2b5,_0x456800:0x358,_0x22330b:0x2b1,_0x52546f:0x503,_0x4d8718:0x409,_0x22c869:0x592,_0x3f9e80:0x3a6,_0xdf5ab1:0x492,_0x59436d:0x3e6,_0x540804:0x22c,_0x563545:0x269,_0x59169d:0x428,_0x34b558:0x43d,_0xbb8c66:0x466,_0x5c9cd4:0x400,_0x4a0001:0x2ab,_0x5e3bfa:0x218,_0x1b6208:0x3b2,_0x16f787:0x467,_0xdf3a30:0x44e,_0x1d25a0:0x338,_0x23f02b:0x403,_0x322cbb:0x427,_0x143db9:0x308,_0x2b9b46:0x238,_0x1fe5bd:0x4e9,_0x590b03:0x377,_0x1f9ebb:0x50b,_0x290c4d:0x59c,_0x33705c:0x33b,_0x5c7250:0x2bb,_0x536843:0x25c,_0x5e3275:0x1ea,_0x5e2921:0x2d3,_0x1d3f51:0x438,_0x148736:0x2ce,_0x16539d:0x23c,_0x10a193:0x2d3,_0x421997:0x3e2,_0x4049e8:0x4a0,_0xb12ff6:0x3d9,_0x9d2db1:0x449,_0x2c5489:0x4b8,_0x452d60:0x39f,_0x333e8f:0x37e,_0x2f08aa:0x2dd,_0x5e003a:0x35f,_0x2d8270:0x2d8,_0x3fb3cf:0x4c9,_0x2a8b11:0x4f4,_0x99bded:0x418,_0xb0b6c5:0x3ee,_0x4c11f5:0x473,_0x5108ba:0x483,_0x167e1a:0x30d,_0x240886:0x2a4,_0x1f9929:0x36e,_0x249945:0x2d6,_0x52a5b1:0x3fd,_0x46ed95:0x334,_0x1fd40b:0x270,_0x16a725:0x32a,_0x120413:0x3a4,_0x5a1f20:0x2af,_0xdc73b:0x53c,_0x40d07f:0x43e,_0x1db5dd:0x2f7},_0x5800c3={_0xbda9d5:0x19e},_0x500ed9={_0x4950bc:0x4df,_0x456783:0x400,_0x15627a:0x3f3,_0x2d29df:0x468,_0x3fa449:0x42f,_0x2fcdc9:0x3b6,_0xce19ed:0xe5,_0x2629eb:0x98,_0x3dc54f:0x28,_0x4d2a44:0xe3},_0x32f955={'DGcod':function(_0xefe214,_0x4e8a5d){return _0xefe214(_0x4e8a5d);},'wwhYc':function(_0x5a0043,_0x20c1d5){return _0x5a0043===_0x20c1d5;},'hAcJZ':_0x416424(_0x3a91bd._0x1fdb05,0x527,_0x3a91bd._0x3c8a2e,0x4f8)+_0x416424(0x4a2,0x48a,0x451,0x4ee)+'tialized\x20w'+_0x416424(_0x3a91bd._0x27cf6f,0x379,0x45b,0x4bd)+_0x2316f0(0x37d,0x22d,_0x3a91bd._0x2ce646,0x2eb),'jvGHy':function(_0x5b5b33,_0x24ef50,_0x12d7dd,_0x414b52){return _0x5b5b33(_0x24ef50,_0x12d7dd,_0x414b52);},'HQzTl':_0x2316f0(0x2df,0x251,0x26e,_0x3a91bd._0x30996d),'MVLRG':_0x416424(0x44b,0x46e,_0x3a91bd._0x35dfa1,0x3e5),'oIjfX':'close','TPJss':function(_0x4736f3,_0x4398ac){return _0x4736f3(_0x4398ac);},'MhpsD':_0x416424(0x421,_0x3a91bd._0x2d857e,_0x3a91bd._0x3cd033,_0x3a91bd._0x26243e),'TEhvF':'CuJoC','tLKSL':_0x2316f0(0x2bd,_0x3a91bd._0x5a9a52,_0x3a91bd._0x5a9a52,_0x3a91bd._0x3bbb47),'ADziT':function(_0xf38041,_0x5d0793){return _0xf38041===_0x5d0793;},'rkTRX':function(_0x341f6e){return _0x341f6e();},'cfTnz':function(_0x51c930,_0x49d0a8){return _0x51c930!==_0x49d0a8;},'yZHhO':_0x2316f0(_0x3a91bd._0x31f0e0,_0x3a91bd._0x3ece63,_0x3a91bd._0x2e4e7d,_0x3a91bd._0x522d24),'tZqck':'cnoZE','QPkYW':_0x416424(0x46c,_0x3a91bd._0x48e62d,_0x3a91bd._0x2cc5f0,_0x3a91bd._0x4e79c5)+'ository\x20na'+_0x416424(0x48d,_0x3a91bd._0x41ad71,0x4ab,_0x3a91bd._0x33b956)+'ired','MBztX':_0x2316f0(_0x3a91bd._0x7f628e,0x2ac,_0x3a91bd._0x55affc,0x3c2)+_0x416424(_0x3a91bd._0x2f1258,_0x3a91bd._0x2cdf1e,0x461,_0x3a91bd._0x5133f2)+_0x2316f0(0x2a8,0x435,_0x3a91bd._0x86ad59,0x2bd)+'>','jIIWv':_0x416424(0x521,_0x3a91bd._0xb4b7d8,_0x3a91bd._0x213d81,0x5ad)+_0x2316f0(0x247,_0x3a91bd._0x1e54e1,_0x3a91bd._0x461242,0x234)+_0x416424(_0x3a91bd._0x5c99e2,_0x3a91bd._0x4bd60b,0x2ff,0x47c)+'ompany-cod'+_0x2316f0(_0x3a91bd._0xbe450,_0x3a91bd._0x2eb7f3,0x29a,0x1d4),'rpOgC':_0x2316f0(_0x3a91bd._0x5a33b4,0x3dd,_0x3a91bd._0x4bd60b,_0x3a91bd._0x32d5b6)+'ts','UQyni':'default','IQqjH':_0x416424(0x388,0x3ee,_0x3a91bd._0x5566a3,0x3da),'CkpCW':'./tasks','EMkgi':_0x2316f0(_0x3a91bd._0x8ffd3,0x2e4,0x28b,0x252),'hFZRW':function(_0x5b2fb5,_0x149a7d){return _0x5b2fb5+_0x149a7d;},'QWaxy':_0x416424(_0x3a91bd._0x564c13,_0x3a91bd._0x4906ce,_0x3a91bd._0x9018c9,_0x3a91bd._0x3d669d)+_0x2316f0(_0x3a91bd._0x354fcd,0x31f,0x312,0x3bd),'EGWiK':_0x2316f0(0x329,0x40c,0x3ba,_0x3a91bd._0x2c8464),'bkybP':'AGENTS.md','vGXXM':_0x2316f0(_0x3a91bd._0x5a36f5,_0x3a91bd._0x1179be,_0x3a91bd._0x7d95da,0x3a0),'VlMsY':function(_0x248406,_0x1aa50c){return _0x248406(_0x1aa50c);},'mDZHj':'Created\x20st'+_0x416424(_0x3a91bd._0x1164b8,0x4cc,0x5be,_0x3a91bd._0x84852a),'vlSIf':function(_0x2a6973,_0x4e6375){return _0x2a6973&&_0x4e6375;},'rNtMg':_0x416424(_0x3a91bd._0x4906ce,_0x3a91bd._0x38860b,0x41d,_0x3a91bd._0x5009c9),'llQhz':_0x2316f0(0x2e6,_0x3a91bd._0x1dafda,_0x3a91bd._0x502175,0x3b5)};function _0x416424(_0x3d6e34,_0x4e83c2,_0x46c547,_0x1a26e2){return _0x41b8(_0x3d6e34-0x2f3,_0x4e83c2);}let _0x14acd6=null;for(const _0x446123 of _0x31024d){if(_0x32f955[_0x2316f0(0x226,0x249,0x23f,0x16d)]!==_0x32f955['TEhvF']){if(_0x32f955[_0x416424(_0x3a91bd._0x222354,_0x3a91bd._0x1c2cf6,0x3d8,_0x3a91bd._0x579d07)](_0x446123,_0x32f955[_0x2316f0(0x2fb,_0x3a91bd._0x2aef0f,_0x3a91bd._0x3496c3,0x26c)])||_0x32f955['ADziT'](_0x446123,'-h'))_0x32f955['rkTRX'](showInitHelp),process['exit'](0xbb7+0x2356*-0x1+-0x1*-0x179f);else!_0x446123['startsWith']('--')&&(_0x32f955[_0x416424(0x418,0x471,0x33f,0x349)](_0x32f955[_0x416424(0x3c4,0x456,0x366,_0x3a91bd._0x10306c)],_0x32f955[_0x416424(_0x3a91bd._0x56e17e,0x2fd,0x47f,_0x3a91bd._0x2bf635)])?_0x32f955[_0x2316f0(_0x3a91bd._0x2d2e32,_0x3a91bd._0x27fe7d,0x258,_0x3a91bd._0x27fef8)](_0x183d3d,_0x32f955[_0x2316f0(_0x3a91bd._0x22ca79,_0x3a91bd._0x2d7c35,0x29c,_0x3a91bd._0x481760)](_0xd976de,-0x17f1+-0x1332+0x2b23)):_0x14acd6=_0x446123);}else _0x3b4591[_0x416424(0x4db,0x437,_0x3a91bd._0x216c92,_0x3a91bd._0x170306)](_0x32f955[_0x2316f0(0x260,_0x3a91bd._0x3e6892,_0x3a91bd._0xbe450,0x306)]);}if(!_0x14acd6){if(_0x32f955[_0x2316f0(_0x3a91bd._0x3d311a,0x270,_0x3a91bd._0x3311ea,0x1a6)]!==_0x32f955[_0x2316f0(0x2f6,0x2b8,0x271,0x336)])return new _0x19e560(_0x2a29bf=>{const _0x48c497={_0x1c12c0:0x191},_0x2b43da={_0x256ea1:0x446,_0x5de8e3:0x4d},_0x40d05c={_0x279ada:0x479},_0x56415b={'ttcoA':function(_0x5be3ac,_0x5d6e1b){return _0x5be3ac(_0x5d6e1b);},'jdObT':function(_0x32c18d,_0x1b9cbf){function _0x1e9ef0(_0x2b4011,_0x5018e0,_0x551b76,_0x56ca4e){return _0x41b8(_0x5018e0-0x29c,_0x56ca4e);}return _0x32f955[_0x1e9ef0(0x2b3,0x39a,0x2dd,_0x40d05c._0x279ada)](_0x32c18d,_0x1b9cbf);}},_0x39976e={};_0x39976e[_0x2d95d9(0x56d,0x3c0,_0x500ed9._0x4950bc,0x494)]=_0x42d185,_0x39976e[_0x2d95d9(_0x500ed9._0x456783,_0x500ed9._0x15627a,0x475,_0x500ed9._0x2d29df)]=_0x21c1d2(0xf6,0x2a,-0x56,-0x1b);const _0x307305=_0x32f955[_0x2d95d9(0x317,0x400,_0x500ed9._0x3fa449,_0x500ed9._0x2fcdc9)](_0x4bfaef,_0x32f955[_0x21c1d2(0x13c,0xa9,0x23,_0x500ed9._0xce19ed)],[_0x32f955[_0x21c1d2(0xc1,-0xf,-0xa7,0xad)]],_0x39976e);_0x307305['on'](_0x32f955['oIjfX'],_0x4724ca=>{const _0x51f53a={_0x5cd245:0x125,_0x10b3af:0xf4,_0x9f7e5f:0x44};function _0xc23342(_0x5d2400,_0x3b0081,_0x160b89,_0x4f2fab){return _0x2d95d9(_0x5d2400-_0x51f53a._0x5cd245,_0x4f2fab,_0x160b89-_0x51f53a._0x10b3af,_0x5d2400-_0x51f53a._0x9f7e5f);}_0x56415b[_0xc23342(0x4a3,0x40b,0x475,0x3eb)](_0x2a29bf,_0x56415b['jdObT'](_0x4724ca,0x1*-0x1777+0xa9*0x37+-0xcd8));});function _0x21c1d2(_0x562cb3,_0x6fe56a,_0x4ea575,_0x198866){return _0x416424(_0x6fe56a- -_0x2b43da._0x256ea1,_0x198866,_0x4ea575-0x1b4,_0x198866-_0x2b43da._0x5de8e3);}function _0x2d95d9(_0x5c1443,_0x2449cb,_0x23eab2,_0x1dbd62){return _0x2316f0(_0x5c1443-0x133,_0x2449cb-0x71,_0x1dbd62-_0x48c497._0x1c12c0,_0x2449cb);}_0x307305['on'](_0x21c1d2(_0x500ed9._0x2629eb,0x1a,_0x500ed9._0x3dc54f,_0x500ed9._0x4d2a44),()=>{_0x2a29bf(![]);});});else console[_0x2316f0(0x33a,0x2e2,_0x3a91bd._0x5079f7,0x375)](_0x32f955['QPkYW']),console[_0x416424(0x460,0x41f,_0x3a91bd._0x414bcd,0x45d)](''),console['error'](_0x32f955[_0x416424(0x475,0x537,_0x3a91bd._0x4096f4,_0x3a91bd._0x402217)]),console['error'](''),console[_0x416424(_0x3a91bd._0x239dc9,_0x3a91bd._0x11547c,0x518,0x3fc)](_0x32f955[_0x2316f0(0x1dc,_0x3a91bd._0x58fd2f,0x285,0x22c)]),process['exit'](-0x88*-0x34+-0x2011*0x1+0x2*0x239);}function _0x2316f0(_0x259e61,_0x2679f1,_0x4f0f35,_0x11cd7b){return _0x41b8(_0x4f0f35-_0x5800c3._0xbda9d5,_0x11cd7b);}!/^[a-zA-Z0-9_-]+$/[_0x2316f0(_0x3a91bd._0x2db5a7,0x39d,0x2ba,0x2f7)](_0x14acd6)&&(console[_0x416424(0x460,0x3c1,_0x3a91bd._0x52d852,0x42e)](_0x416424(0x46c,0x397,_0x3a91bd._0x4303b7,0x532)+_0x416424(0x4fa,_0x3a91bd._0x3f62e7,0x510,0x4a1)+_0x2316f0(0x3a6,_0x3a91bd._0x4914e0,_0x3a91bd._0x50c327,_0x3a91bd._0x9bf0de)+_0x2316f0(_0x3a91bd._0x5e652b,0x315,_0x3a91bd._0x567ff3,_0x3a91bd._0x289dc8)+_0x2316f0(_0x3a91bd._0x3b2c50,0x3dd,_0x3a91bd._0xab42b1,_0x3a91bd._0x3e2004)+_0x2316f0(_0x3a91bd._0x22eed2,_0x3a91bd._0x59e18e,_0x3a91bd._0x4165e4,_0x3a91bd._0x1122b1)+_0x2316f0(0x22f,_0x3a91bd._0x28358b,0x2a7,0x302)+_0x2316f0(_0x3a91bd._0x15bceb,0x2de,_0x3a91bd._0x4708ab,0x368)+'es'),process[_0x416424(_0x3a91bd._0x74aca9,_0x3a91bd._0x133b9a,_0x3a91bd._0x49b043,0x44c)](0x3*0x37b+0x22ed+-0xf1f*0x3));const _0x5d95a4=_0x554b20[_0x416424(0x463,0x4e7,_0x3a91bd._0x43c89b,0x4c2)](_0x14acd6);try{await _0xc22db0[_0x416424(_0x3a91bd._0x2e6cbe,0x3aa,0x3fd,_0x3a91bd._0x3aa447)](_0x5d95a4),console[_0x2316f0(_0x3a91bd._0x142f4a,0x347,0x30b,_0x3a91bd._0x453722)]('Error:\x20Dir'+'ectory\x20\x22'+_0x14acd6+('\x22\x20already\x20'+'exists')),process['exit'](-0x8f9*-0x2+0xdd4+-0x1fc5);}catch{}console[_0x416424(0x4db,0x55e,_0x3a91bd._0xb5c263,0x445)](_0x416424(0x542,_0x3a91bd._0x5da6c3,_0x3a91bd._0x3cc9aa,0x468)+_0x2316f0(_0x3a91bd._0x1930e1,0x312,0x3a3,0x395)+_0x416424(_0x3a91bd._0x534266,_0x3a91bd._0x4c50c0,_0x3a91bd._0x1edead,_0x3a91bd._0x462696)+_0x2316f0(0x49a,0x49b,_0x3a91bd._0x68118f,_0x3a91bd._0x369097)+'\x20directory'+_0x416424(_0x3a91bd._0x37d97f,0x468,0x4d2,0x481)+_0x14acd6),console[_0x416424(_0x3a91bd._0x32f1a9,_0x3a91bd._0x38c59f,_0x3a91bd._0x75a434,0x588)]('');try{const _0x2b6f15={};_0x2b6f15[_0x416424(_0x3a91bd._0x9688c4,0x403,_0x3a91bd._0xd71e15,0x3b2)]=!![],await _0xc22db0[_0x2316f0(0x3c3,0x42f,_0x3a91bd._0x3333f6,_0x3a91bd._0xd63095)](_0x5d95a4,_0x2b6f15);const _0x3c66ae={};_0x3c66ae[_0x2316f0(_0x3a91bd._0x4f4953,_0x3a91bd._0x20afe7,0x332,_0x3a91bd._0x1f5f7a)]=!![],await _0xc22db0['mkdir'](_0x554b20[_0x416424(0x3c0,_0x3a91bd._0x354693,_0x3a91bd._0x2ea3fc,_0x3a91bd._0x2b8e41)](_0x5d95a4,_0x32f955[_0x2316f0(_0x3a91bd._0x1752ab,_0x3a91bd._0x4708ab,_0x3a91bd._0xdf223b,_0x3a91bd._0x3c2b90)],_0x32f955[_0x2316f0(_0x3a91bd._0x54d7fe,0x2a0,_0x3a91bd._0x3502a1,_0x3a91bd._0x2190d8)]),_0x3c66ae);const _0x1fc90b={};_0x1fc90b[_0x416424(0x482,_0x3a91bd._0x1995a0,0x566,_0x3a91bd._0x133ed4)]=_0x14acd6,_0x1fc90b['default_en'+'vironment']=_0x32f955['UQyni'],_0x1fc90b[_0x2316f0(_0x3a91bd._0x4dce0d,_0x3a91bd._0x3326f9,_0x3a91bd._0x5fec83,_0x3a91bd._0x544dce)+_0x2316f0(0x1e6,_0x3a91bd._0x2efa16,0x25b,0x2f6)]=_0x32f955['IQqjH'],_0x1fc90b['task_stora'+'ge']=_0x32f955[_0x2316f0(0x39b,_0x3a91bd._0x11dd50,_0x3a91bd._0x576486,_0x3a91bd._0x4c1a19)];const _0xbfb602=_0x1fc90b;await _0xc22db0[_0x2316f0(_0x3a91bd._0x395538,0x299,_0x3a91bd._0x5e788d,0x2cf)](_0x554b20[_0x2316f0(_0x3a91bd._0x5c36df,_0x3a91bd._0x56c483,_0x3a91bd._0x5adc79,0x29d)](_0x5d95a4,_0x32f955[_0x416424(0x3fe,_0x3a91bd._0x544309,_0x3a91bd._0x2c53a6,_0x3a91bd._0x4eb42b)]),_0x32f955['hFZRW'](JSON[_0x416424(0x426,0x442,_0x3a91bd._0x19def0,_0x3a91bd._0x26d069)](_0xbfb602,null,0x1e9a+0x2*0x1064+-0x3f60),'\x0a'));const _0x1fc052={};_0x1fc052['name']=_0x32f955['UQyni'],_0x1fc052[_0x416424(_0x3a91bd._0x47eeee,0x438,_0x3a91bd._0x48648f,0x408)+'n']=_0x416424(0x4bc,_0x3a91bd._0x52d852,_0x3a91bd._0x43d567,0x4d6)+'vironment',_0x1fc052['image_name']=_0x416424(0x4b5,0x57b,0x513,_0x3a91bd._0x5d4d52),_0x1fc052[_0x2316f0(_0x3a91bd._0x52aa16,0x3bd,_0x3a91bd._0x5fec83,0x34d)+'ent']=_0x32f955['IQqjH'],_0x1fc052[_0x416424(0x3f8,0x3e5,0x4c2,0x36d)]=[];const _0x3c8116=_0x1fc052;await _0xc22db0[_0x416424(_0x3a91bd._0x269fd7,_0x3a91bd._0x2c9702,0x39d,0x2cd)](_0x554b20[_0x2316f0(_0x3a91bd._0x4ac6f4,0x206,_0x3a91bd._0x321ad0,_0x3a91bd._0x333f37)](_0x5d95a4,_0x32f955[_0x2316f0(0x257,0x35f,_0x3a91bd._0x4ac759,0x30c)],_0x32f955[_0x2316f0(_0x3a91bd._0x20afe7,0x28f,0x377,0x2dc)],_0x32f955[_0x2316f0(0x364,0x30e,_0x3a91bd._0x54af49,0x23c)]),JSON[_0x2316f0(0x34b,0x2e9,0x2d1,0x231)](_0x3c8116,null,-0x1934+-0x165a+0x5f2*0x8)+'\x0a');const _0x6b4749='#\x20'+_0x14acd6+(_0x2316f0(_0x3a91bd._0xb7315e,_0x3a91bd._0x1405da,_0x3a91bd._0xb1baf3,0x21c)+_0x416424(0x505,0x538,0x470,0x561)+_0x416424(_0x3a91bd._0x2a38d6,_0x3a91bd._0x520e3d,0x44d,_0x3a91bd._0x2b5b00)+'pository.\x20'+_0x2316f0(_0x3a91bd._0x3e305e,_0x3a91bd._0x590c38,_0x3a91bd._0x1776ad,_0x3a91bd._0x17a04b)+_0x416424(_0x3a91bd._0x1c3edf,_0x3a91bd._0xbc877c,_0x3a91bd._0x43dbf0,0x2f9)+_0x2316f0(_0x3a91bd._0x30e33d,_0x3a91bd._0x19ad07,0x3db,0x3d9)+'\x20instructi'+_0x416424(_0x3a91bd._0x2a6c5b,0x439,_0x3a91bd._0x5f33f2,_0x3a91bd._0x5f33f2)+'ask\x20templa'+'tes\x20for\x20AI'+'-assisted\x20'+_0x2316f0(0x4a6,0x448,_0x3a91bd._0x3737af,0x4cf)+'t.\x0a\x0a##\x20Str'+_0x2316f0(_0x3a91bd._0x2e9791,0x29d,0x32a,0x314)+'`\x0a')+_0x14acd6+('/\x0a├──\x20setu'+_0x416424(_0x3a91bd._0x23438f,0x374,_0x3a91bd._0xaf4884,_0x3a91bd._0x56a352)+_0x2316f0(0x1fd,_0x3a91bd._0x28f879,0x2d3,0x355)+_0x416424(_0x3a91bd._0x4d6b34,_0x3a91bd._0x43ae2a,0x46a,_0x3a91bd._0x536d0a)+_0x416424(0x3ac,0x473,0x462,_0x3a91bd._0x37717f)+_0x416424(_0x3a91bd._0x5105,0x54a,_0x3a91bd._0x10fba7,0x4a5)+'ed,\x20manage'+_0x2316f0(0x472,_0x3a91bd._0x1e06f7,0x3a1,0x36e)+_0x416424(0x3fb,_0x3a91bd._0x3a8046,0x3ea,_0x3a91bd._0x4033fe)+_0x416424(_0x3a91bd._0x5a8f1b,0x364,_0x3a91bd._0x1b3fb0,_0x3a91bd._0x3768f8)+_0x416424(_0x3a91bd._0x1f26e5,0x47b,0x4c9,_0x3a91bd._0x4ccb6e)+_0x416424(0x428,0x3c0,_0x3a91bd._0x2ea3fc,0x379)+_0x2316f0(_0x3a91bd._0x336e4b,_0x3a91bd._0x194838,0x383,0x29e)+'ent\x20defini'+'tions\x0a│\x20\x20\x20'+_0x2316f0(0x368,_0x3a91bd._0x1776ad,0x34b,0x3a0)+_0x2316f0(0x202,_0x3a91bd._0x4de14b,0x2cd,0x37e)+_0x2316f0(0x2ee,_0x3a91bd._0x1cb904,_0x3a91bd._0x37bc70,_0x3a91bd._0x10365d)+'onment.jso'+_0x2316f0(0x312,_0x3a91bd._0xff4f95,_0x3a91bd._0x4ffae8,_0x3a91bd._0xd6605b)+_0x2316f0(0x275,_0x3a91bd._0x17b9fd,0x305,0x32b)+_0x416424(0x409,_0x3a91bd._0x5453c3,0x459,0x467)+_0x416424(0x53c,_0x3a91bd._0x1a25e5,0x51d,_0x3a91bd._0x37041b)+_0x416424(0x4de,0x4c9,_0x3a91bd._0x1aeeb7,0x402)+'\x20├──\x20AGENT'+_0x416424(_0x3a91bd._0x19a8f2,_0x3a91bd._0xd91004,_0x3a91bd._0x4dc146,_0x3a91bd._0x3a8046)+_0x2316f0(0x2ac,_0x3a91bd._0x2306ea,0x2c9,0x2d5)+_0x2316f0(_0x3a91bd._0x44e05c,_0x3a91bd._0x4b2859,_0x3a91bd._0x5d71bd,0x260)+_0x2316f0(0x377,0x31c,0x32c,0x3da)+_0x416424(_0x3a91bd._0x271907,_0x3a91bd._0x3f890d,0x34e,_0x3a91bd._0x51e207)+_0x2316f0(0x2d6,0x175,0x256,_0x3a91bd._0x241743)+_0x416424(_0x3a91bd._0x213134,_0x3a91bd._0x51a908,_0x3a91bd._0x40ffde,_0x3a91bd._0x33c47c)+_0x2316f0(_0x3a91bd._0x311a04,0x355,_0x3a91bd._0x5c938a,_0x3a91bd._0x5ebb32)+'n\x20notes\x20(n'+'ot\x20mounted'+_0x2316f0(0x323,_0x3a91bd._0x4c36e0,_0x3a91bd._0x37b358,0x41b)+_0x416424(_0x3a91bd._0x41dbc6,_0x3a91bd._0x5969db,_0x3a91bd._0x36e821,0x4fa)+_0x416424(0x490,0x534,_0x3a91bd._0x4531f9,_0x3a91bd._0x53eafa)+_0x416424(_0x3a91bd._0x38cde4,0x53b,_0x3a91bd._0x472f34,_0x3a91bd._0x28d2ca)+'\x20\x20\x20\x20\x20\x20\x20#\x20C'+_0x416424(_0x3a91bd._0x4096f4,_0x3a91bd._0x5999b9,_0x3a91bd._0x52547d,0x5a4)+'mage\x20defin'+_0x2316f0(_0x3a91bd._0x5a48f1,0x276,_0x3a91bd._0x128d12,0x2d0)+_0x416424(0x3bf,_0x3a91bd._0x2ea3fc,_0x3a91bd._0x1dce1a,0x307)+'tup.sh\x20\x20\x20\x20'+_0x2316f0(_0x3a91bd._0x46cbce,_0x3a91bd._0x368838,0x369,_0x3a91bd._0x50cc75)+_0x416424(_0x3a91bd._0x41ad71,_0x3a91bd._0x3153d5,0x557,0x547)+'etup\x20scrip'+_0x2316f0(_0x3a91bd._0xe239ea,_0x3a91bd._0x34902e,0x3c9,_0x3a91bd._0x510dfb)+_0x2316f0(_0x3a91bd._0x538356,0x262,_0x3a91bd._0x484936,0x2af)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2316f0(_0x3a91bd._0x53342b,_0x3a91bd._0x2d2e32,0x267,_0x3a91bd._0x26e8d2)+_0x2316f0(_0x3a91bd._0x250455,0x2bf,0x2d4,0x2cb)+_0x416424(_0x3a91bd._0x21a335,_0x3a91bd._0x482ac5,0x48c,_0x3a91bd._0xc6e757)+_0x2316f0(_0x3a91bd._0x3b4692,_0x3a91bd._0xfd6e66,0x2ec,0x23d)+_0x2316f0(_0x3a91bd._0x373adf,_0x3a91bd._0x1dc47f,_0x3a91bd._0x5130ca,_0x3a91bd._0x413e6d)+'d\x0a\x0a1.\x20Edit'+_0x416424(_0x3a91bd._0x5130ca,_0x3a91bd._0x19ecfb,_0x3a91bd._0x33d096,_0x3a91bd._0x97e82)+_0x2316f0(0x30e,_0x3a91bd._0x5e1936,_0x3a91bd._0x512f04,0x23c)+'lt/environ'+'ment.json`'+_0x2316f0(_0x3a91bd._0x225f5e,0x2ae,0x2bf,0x342)+_0x416424(0x454,_0x3a91bd._0x39167e,_0x3a91bd._0xf93d0a,_0x3a91bd._0x32a6b8)+_0x416424(0x3f3,0x3d6,_0x3a91bd._0x5c938a,0x49c)+'ustomize\x20`'+_0x2316f0(0x3dc,0x2ab,0x373,0x3a3)+'ts/default'+_0x2316f0(0x210,0x2a0,0x2a5,_0x3a91bd._0x284012)+'`\x20with\x20pro'+'ject-speci'+_0x2316f0(_0x3a91bd._0x2d439c,0x3e7,_0x3a91bd._0x336e4b,_0x3a91bd._0x3055a9)+_0x2316f0(_0x3a91bd._0x314d51,_0x3a91bd._0x14dbc6,0x3bd,0x47f)+_0x2316f0(_0x3a91bd._0x31ac79,_0x3a91bd._0x53342b,_0x3a91bd._0xb7c6bc,_0x3a91bd._0x497aaf)+_0x416424(_0x3a91bd._0x21647c,_0x3a91bd._0x48204e,0x4fa,0x4c6)+_0x2316f0(0x344,0x2d6,0x34e,0x352)+'the\x20Settin'+_0x2316f0(0x232,_0x3a91bd._0x5e2e8b,_0x3a91bd._0x1e4c09,0x384)+'\x20the\x20web\x20U'+_0x416424(_0x3a91bd._0x37041b,0x5be,_0x3a91bd._0x5598a3,_0x3a91bd._0x9c4722)+_0x416424(_0x3a91bd._0x35dfa1,0x598,0x544,0x455)+_0x2316f0(0x2cd,0x408,_0x3a91bd._0x1af2b3,0x3f1)+'coder-serv'+_0x2316f0(0x375,_0x3a91bd._0x3e6693,0x385,0x305)+_0x2316f0(0x2c3,_0x3a91bd._0x51ab5d,0x339,0x3d3)+_0x416424(_0x3a91bd._0x5ae5a2,_0x3a91bd._0x51270f,_0x3a91bd._0x15eafb,0x2da)+_0x416424(_0x3a91bd._0x49c45d,0x588,0x468,_0x3a91bd._0x35a860)+_0x2316f0(_0x3a91bd._0x54af49,0x3c6,0x2f5,_0x3a91bd._0x59e18e)+'er\x20start`\x0a'+_0x2316f0(0x4bf,0x460,0x3e9,_0x3a91bd._0x45a2f4)+'Environmen'+'ts\x20documen'+'tation](ht'+'tp://local'+_0x2316f0(_0x3a91bd._0x5424d1,0x39a,0x33c,0x35a)+_0x416424(0x40d,_0x3a91bd._0x627ccc,_0x3a91bd._0x5d49d0,0x38b)+'in/environ'+_0x2316f0(0x3a6,_0x3a91bd._0x35ec6c,_0x3a91bd._0xd5f45f,0x308)+'\x20details.\x0a');await _0xc22db0[_0x2316f0(0x2d7,0x2b7,0x22d,_0x3a91bd._0xfc84c5)](_0x554b20[_0x416424(0x3c0,_0x3a91bd._0x43c89b,_0x3a91bd._0x109474,_0x3a91bd._0x28aecf)](_0x5d95a4,_0x2316f0(_0x3a91bd._0x3d8e29,0x48a,0x3ba,_0x3a91bd._0x304688)),_0x6b4749);const _0x1c7ff1=_0x2316f0(0x33c,_0x3a91bd._0x1401ca,0x38c,_0x3a91bd._0x1604a2)+_0x416424(_0x3a91bd._0x1af2b3,0x352,0x3b9,0x3f4)+'t\x0a\x0aAdd\x20any'+_0x416424(0x404,0x449,_0x3a91bd._0x1edead,0x4cb)+_0x416424(_0x3a91bd._0x1d02ba,_0x3a91bd._0x36a04e,0x4d8,_0x3a91bd._0xe933be)+_0x2316f0(_0x3a91bd._0x453722,0x2d7,_0x3a91bd._0x8d89a0,_0x3a91bd._0x89cf50)+_0x2316f0(_0x3a91bd._0x29a653,0x321,_0x3a91bd._0xccf12a,_0x3a91bd._0xeb6be5)+_0x416424(0x493,_0x3a91bd._0x27cb50,0x512,0x497)+_0x2316f0(_0x3a91bd._0x3fa65e,_0x3a91bd._0xbbfb70,_0x3a91bd._0xd63095,0x302)+'nternal\x20do'+_0x2316f0(_0x3a91bd._0x47e7bf,0x2f8,_0x3a91bd._0x3aa447,_0x3a91bd._0x14f877)+_0x416424(0x4d7,_0x3a91bd._0x22425e,0x5a2,0x5a7)+_0x2316f0(_0x3a91bd._0xa008e5,0x1d4,0x255,_0x3a91bd._0x1f5f7a)+_0x2316f0(_0x3a91bd._0x5ac0ae,_0x3a91bd._0x4be7b2,_0x3a91bd._0x57c401,0x3ec)+_0x416424(_0x3a91bd._0x369097,0x35b,0x340,_0x3a91bd._0x3055a9)+_0x2316f0(_0x3a91bd._0x1368d8,0x3db,0x36e,_0x3a91bd._0x396be)+'ators\x20thro'+_0x416424(0x535,_0x3a91bd._0x5aafdb,0x5b4,0x491)+_0x2316f0(_0x3a91bd._0xab42b1,0x3dd,0x39d,0x370)+_0x416424(0x438,_0x3a91bd._0xbfef07,0x4ca,0x382)+'\x20UI\x20and\x20is'+_0x416424(0x3fd,_0x3a91bd._0x5f33f2,0x39b,_0x3a91bd._0x4824ab)+_0x2316f0(_0x3a91bd._0x37bb63,0x341,_0x3a91bd._0x5a6182,0x26d)+'ntainers.\x0a';await _0xc22db0['writeFile'](_0x554b20[_0x2316f0(_0x3a91bd._0xf78b86,0x25a,0x26b,0x248)](_0x5d95a4,_0x32f955[_0x2316f0(0x210,_0x3a91bd._0x2783e5,0x29d,0x346)],_0x32f955['UQyni'],_0x32f955[_0x416424(_0x3a91bd._0x28aecf,_0x3a91bd._0x5019f1,_0x3a91bd._0x1d6b6a,0x548)]),_0x1c7ff1);const _0x51d04a=_0x2316f0(_0x3a91bd._0x2c53a6,0x3f9,0x38c,0x428)+_0x2316f0(_0x3a91bd._0x2b6e76,_0x3a91bd._0x34ca1e,_0x3a91bd._0x3b0c63,0x180)+_0x2316f0(_0x3a91bd._0x12f4dd,_0x3a91bd._0x58db35,_0x3a91bd._0x54434f,_0x3a91bd._0x47aa25)+'tions\x20for\x20'+_0x416424(_0x3a91bd._0x134184,0x5c5,_0x3a91bd._0x5a48f1,_0x3a91bd._0x5699da)+'working\x20in'+_0x416424(_0x3a91bd._0x2640fa,_0x3a91bd._0x487a54,0x3f1,0x43d)+_0x2316f0(_0x3a91bd._0x5a5631,_0x3a91bd._0x590c38,_0x3a91bd._0x5424d1,0x2cb)+_0x2316f0(0x2be,0x32c,0x32b,_0x3a91bd._0x29787b)+'\x20Directory'+_0x416424(0x403,0x4ae,0x449,0x3d1)+_0x416424(_0x3a91bd._0x4d803d,0x58f,_0x3a91bd._0x114781,_0x3a91bd._0x725141)+_0x416424(0x52d,_0x3a91bd._0x5a71f6,0x615,0x482)+'workspace`'+_0x416424(_0x3a91bd._0xe17fbd,0x432,0x399,_0x3a91bd._0xc39b31)+_0x416424(_0x3a91bd._0x4afac5,_0x3a91bd._0x24c3b4,_0x3a91bd._0x4cf013,_0x3a91bd._0x4da035)+_0x2316f0(0x1e8,0x234,0x242,_0x3a91bd._0x3b003c)+_0x416424(0x4e2,0x52b,0x460,_0x3a91bd._0x525182)+'ured\x20for\x20t'+_0x416424(0x49d,_0x3a91bd._0x25cf12,_0x3a91bd._0x400393,0x42c)+'nment.\x0a\x0a##'+'\x20Output\x20Re'+_0x2316f0(_0x3a91bd._0x2f850f,0x195,_0x3a91bd._0x4cd2fd,_0x3a91bd._0x549d3d)+_0x416424(0x384,0x3b0,_0x3a91bd._0x416476,_0x3a91bd._0x4611fc)+_0x2316f0(_0x3a91bd._0x1d59d4,_0x3a91bd._0x498ae8,_0x3a91bd._0x468131,_0x3a91bd._0x132be9)+'ny\x20task,\x20y'+_0x2316f0(0x43c,0x307,_0x3a91bd._0x3d5990,0x473)+_0x2316f0(0x2b7,_0x3a91bd._0x1cf894,_0x3a91bd._0x4f6fdc,0x3bb)+_0x2316f0(_0x3a91bd._0x467aca,0x27d,_0x3a91bd._0x32dfe3,_0x3a91bd._0x5ea97b)+_0x416424(0x46b,0x522,0x453,_0x3a91bd._0x257ffe)+'s:\x0a\x0a**Impo'+_0x2316f0(_0x3a91bd._0x5860f9,_0x3a91bd._0x380432,0x399,0x2b3)+_0x2316f0(_0x3a91bd._0x14f877,_0x3a91bd._0xdf2e7,_0x3a91bd._0x53b9c9,_0x3a91bd._0x446cbf)+_0x2316f0(_0x3a91bd._0x199a5c,0x353,_0x3a91bd._0x5c2b06,_0x3a91bd._0x1e5315)+_0x416424(_0x3a91bd._0xec075e,0x511,_0x3a91bd._0x66e66f,0x3d2)+_0x416424(_0x3a91bd._0x5c8f1e,_0x3a91bd._0x169608,_0x3a91bd._0x34902e,0x3a9)+_0x2316f0(0x28d,_0x3a91bd._0x142231,_0x3a91bd._0x7f628e,_0x3a91bd._0xdedb88)+_0x2316f0(0x30f,0x375,0x2c4,0x380)+'\x20inside\x20`/'+_0x2316f0(0x27e,0x255,_0x3a91bd._0xf5ba4c,0x34b)+_0x2316f0(0x493,0x41d,0x3d3,0x439)+_0x2316f0(0x3fc,0x3cd,0x37e,_0x3a91bd._0x15c883)+_0x416424(_0x3a91bd._0x3768f8,0x4be,_0x3a91bd._0x5a7b61,0x43d)+_0x2316f0(_0x3a91bd._0x5312f6,0x362,_0x3a91bd._0x3c4f5b,_0x3a91bd._0x314d51)+_0x416424(0x47c,0x520,_0x3a91bd._0x30fdbe,_0x3a91bd._0x24a905)+_0x416424(0x525,_0x3a91bd._0x284a54,0x466,0x5ba)+'/task-outp'+'ut/...`.**'+_0x416424(0x3f0,0x3d8,0x35d,_0x3a91bd._0xaf12e6)+_0x416424(0x540,0x51d,_0x3a91bd._0x316d1a,0x4ce)+_0x416424(0x4d0,0x466,_0x3a91bd._0x4fd0f9,0x52f)+_0x416424(0x53d,0x594,0x4b5,0x498)+'mary.md`\x0aW'+_0x416424(_0x3a91bd._0x8c2776,_0x3a91bd._0x4f0a82,_0x3a91bd._0x8586af,0x489)+'ailed\x20summ'+_0x2316f0(_0x3a91bd._0xc26f3e,_0x3a91bd._0x3f260a,_0x3a91bd._0xe110df,0x16d)+'ning:\x0a-\x20Wh'+_0x2316f0(_0x3a91bd._0x25d88a,0x3ad,_0x3a91bd._0x3bd7a8,_0x3a91bd._0x271907)+_0x2316f0(0x35d,_0x3a91bd._0x8ffd3,0x3da,0x459)+_0x416424(0x448,_0x3a91bd._0x32ebd4,_0x3a91bd._0x5a8f1b,_0x3a91bd._0x29512b)+_0x2316f0(_0x3a91bd._0x1b2cd2,_0x3a91bd._0x3a0da1,0x30f,_0x3a91bd._0x15689f)+_0x2316f0(0x2f0,0x2e3,0x306,_0x3a91bd._0x250455)+_0x2316f0(_0x3a91bd._0x320e27,0x2cb,0x2fc,_0x3a91bd._0x38bfdf)+_0x2316f0(_0x3a91bd._0x5a8f1b,_0x3a91bd._0x1dafda,0x335,_0x3a91bd._0x5ae5a2)+_0x416424(0x479,0x50c,0x500,0x42e)+_0x2316f0(_0x3a91bd._0x9bf0de,_0x3a91bd._0x16b57b,0x3ad,0x338)+_0x2316f0(0x364,0x38e,0x2f9,0x2ff)+_0x416424(0x47a,0x468,_0x3a91bd._0x47bd4b,_0x3a91bd._0x4d0684)+_0x2316f0(0x356,0x217,0x2c7,0x20f)+'dations\x20or'+_0x2316f0(_0x3a91bd._0x539ad3,_0x3a91bd._0x451a8b,0x393,0x374)+_0x416424(0x4cd,0x4f0,0x41f,0x48c)+'Commit\x20Mes'+'sage:\x20`/ta'+_0x2316f0(_0x3a91bd._0x354fcd,0x2f4,_0x3a91bd._0x56fc6a,_0x3a91bd._0x548056)+_0x416424(_0x3a91bd._0x5ed78a,_0x3a91bd._0x21f69a,_0x3a91bd._0x1604a2,0x45f)+'sage.txt`\x0a'+_0x2316f0(0x30f,_0x3a91bd._0x3ba810,_0x3a91bd._0xbbfb70,_0x3a91bd._0x522d24)+_0x2316f0(0x375,_0x3a91bd._0x14f877,_0x3a91bd._0x5ca0b6,0x39c)+'commit\x20mes'+_0x416424(_0x3a91bd._0x52bd10,0x4d3,0x45f,0x472)+_0x2316f0(0x3bc,_0x3a91bd._0x86ad59,_0x3a91bd._0x4ae9f5,_0x3a91bd._0x3bbd8e)+_0x416424(_0x3a91bd._0x223553,0x32a,0x3cd,0x314)+_0x2316f0(_0x3a91bd._0x59e18e,0x2b9,_0x3a91bd._0x334f05,0x366)+_0x416424(0x3d4,_0x3a91bd._0x300eb5,_0x3a91bd._0xfb451d,_0x3a91bd._0x3133ff)+_0x2316f0(_0x3a91bd._0x5e7abc,_0x3a91bd._0x20c2d2,0x244,0x2f9)+'ession,\x20no'+'t\x20just\x20the'+_0x416424(_0x3a91bd._0x3f2fba,0x3b5,_0x3a91bd._0x487a54,_0x3a91bd._0x10a7e3)+_0x2316f0(0x3f0,_0x3a91bd._0x250455,_0x3a91bd._0x58429c,0x2e7)+_0x416424(0x4f7,0x44f,0x44b,_0x3a91bd._0x442d51)+_0x416424(0x51d,0x518,0x4b3,0x51a)+_0x2316f0(_0x3a91bd._0x5d1380,_0x3a91bd._0x311abf,_0x3a91bd._0x1391f8,0x368)+_0x2316f0(0x1bb,0x19a,0x254,0x2b0)+_0x2316f0(_0x3a91bd._0x4e98f2,0x379,0x397,0x313)+_0x2316f0(0x254,0x2d4,_0x3a91bd._0x53df63,_0x3a91bd._0x408721)+_0x2316f0(0x25c,0x2da,_0x3a91bd._0x4f1e20,0x3b5)+'nges\x20are\x20a'+'pproved.\x20B'+'efore\x20writ'+(_0x416424(0x4b2,0x52e,_0x3a91bd._0x1c4cac,0x541)+'w\x20all\x20pend'+_0x416424(_0x3a91bd._0x10d8fc,0x4df,_0x3a91bd._0x5f3a32,_0x3a91bd._0x5418cc)+_0x2316f0(_0x3a91bd._0x44a66b,0x3b0,0x2fb,_0x3a91bd._0x3fa65e)+_0x416424(0x3b2,_0x3a91bd._0x2bd6de,_0x3a91bd._0x14f877,0x3f4)+_0x416424(_0x3a91bd._0x28f4ee,_0x3a91bd._0x25fd2d,_0x3a91bd._0x333c7d,0x2bf)+_0x416424(0x4b6,_0x3a91bd._0x1c1f0b,_0x3a91bd._0x428e78,_0x3a91bd._0x5ed05c)+_0x416424(_0x3a91bd._0xf93d0a,0x3ad,_0x3a91bd._0x380cbd,0x485)+_0x416424(0x492,0x51a,_0x3a91bd._0x1f1246,_0x3a91bd._0x3d576f)+'ied\x20to\x20ens'+'ure\x20nothin'+_0x416424(_0x3a91bd._0x3785a9,0x47b,_0x3a91bd._0x213134,_0x3a91bd._0x288541)+_0x2316f0(_0x3a91bd._0x50cc75,0x415,0x3f2,_0x3a91bd._0x521868)+_0x2316f0(0x41e,_0x3a91bd._0x147fbd,_0x3a91bd._0x3fa6f9,_0x3a91bd._0xafd8fc)+'ow\x20the\x20exi'+_0x416424(0x40c,_0x3a91bd._0x17b9fd,_0x3a91bd._0x484250,_0x3a91bd._0xc6be0)+'\x20style\x20in\x20'+_0x416424(_0x3a91bd._0x13f935,_0x3a91bd._0x458244,_0x3a91bd._0x4563dd,0x46b)+'tory\x0a-\x20Add'+'\x20any\x20proje'+_0x2316f0(_0x3a91bd._0xaf4884,_0x3a91bd._0x3d89b5,_0x3a91bd._0x44755e,_0x3a91bd._0x4cb87c)+'c\x20instruct'+_0x416424(0x3ee,_0x3a91bd._0x50cb83,_0x3a91bd._0xa18124,_0x3a91bd._0x239dc9));await _0xc22db0['writeFile'](_0x554b20[_0x416424(0x3c0,0x2e3,0x379,_0x3a91bd._0x5a8f1b)](_0x5d95a4,_0x32f955[_0x2316f0(_0x3a91bd._0x26d357,0x20b,0x29d,_0x3a91bd._0x138b15)],'default',_0x32f955[_0x416424(0x4f4,_0x3a91bd._0x10624c,0x4bf,0x4b0)]),_0x51d04a);const _0x396b02=_0x2316f0(0x358,_0x3a91bd._0x3ebee0,0x3bf,0x318)+_0x2316f0(0x25f,_0x3a91bd._0xf5ba4c,0x250,_0x3a91bd._0x4bf1ec)+_0x416424(0x485,0x506,0x426,_0x3a91bd._0xd5f45f)+_0x2316f0(0x265,_0x3a91bd._0x2a7122,_0x3a91bd._0x5bc8b1,_0x3a91bd._0x33c12a)+'Add\x20reposi'+_0x2316f0(_0x3a91bd._0x383ef3,_0x3a91bd._0x368152,0x2aa,_0x3a91bd._0x498ae8)+_0x2316f0(0x358,_0x3a91bd._0x3f5d7f,0x272,0x324)+_0x2316f0(_0x3a91bd._0x5ea97b,_0x3a91bd._0xdc0444,0x2a1,0x2dd)+'\x20configuri'+_0x416424(0x4ab,_0x3a91bd._0x4e79c5,0x574,_0x3a91bd._0x3ccb8a)+_0x416424(0x3b6,0x39d,0x335,0x36a)+'ent.json\x0a#'+'\x20Example:\x0a'+_0x2316f0(0x36a,0x49a,0x3b8,_0x3a91bd._0x41a32c)+_0x2316f0(_0x3a91bd._0xfd43f6,_0x3a91bd._0x1abfcc,_0x3a91bd._0x560339,_0x3a91bd._0x57d45a)+_0x2316f0(_0x3a91bd._0x31e97f,0x1bb,_0x3a91bd._0x31fe87,0x2fd)+_0x2316f0(_0x3a91bd._0x16ea9d,_0x3a91bd._0x468274,_0x3a91bd._0x32e790,0x44f)+_0x2316f0(_0x3a91bd._0x4cb87c,0x34b,0x270,_0x3a91bd._0xbb53a8)+_0x2316f0(_0x3a91bd._0xf54c4b,0x344,0x3d4,0x442)+_0x416424(0x4e0,0x41e,_0x3a91bd._0x5c69b2,0x570)+_0x2316f0(0x2c7,_0x3a91bd._0x589fac,0x340,_0x3a91bd._0x1179be)+_0x2316f0(0x4a9,_0x3a91bd._0x385363,0x3d0,0x478)+_0x416424(_0x3a91bd._0x9e2855,0x317,_0x3a91bd._0x4d0684,0x431)+_0x416424(0x4b8,_0x3a91bd._0x4a8da0,0x54c,_0x3a91bd._0x273685)+'wn\x20-R\x20code'+_0x2316f0(_0x3a91bd._0x3185ca,0x3c3,_0x3a91bd._0x2398d,0x314)+'orkspace\x0a\x0a'+_0x2316f0(0x2de,0x1eb,0x279,0x29a)+_0x2316f0(0x42a,_0x3a91bd._0x5a8f1b,_0x3a91bd._0x206cea,0x34a);await _0xc22db0[_0x416424(0x382,0x3d5,0x43a,_0x3a91bd._0x5edb6f)](_0x554b20['join'](_0x5d95a4,_0x32f955[_0x416424(0x3f2,0x4c4,0x4c5,_0x3a91bd._0x539ad3)],_0x2316f0(_0x3a91bd._0x2425c9,_0x3a91bd._0x68f125,_0x3a91bd._0x4812bc,_0x3a91bd._0x5c99e2),_0x2316f0(0x3b1,0x36e,_0x3a91bd._0x45eb95,_0x3a91bd._0x411a57)),_0x396b02),await _0xc22db0['writeFile'](_0x554b20[_0x2316f0(_0x3a91bd._0x4bf1fe,0x2c0,_0x3a91bd._0x321ad0,_0x3a91bd._0x59b923)](_0x5d95a4,_0x32f955['rpOgC'],_0x32f955[_0x416424(0x4cc,0x578,_0x3a91bd._0x37d97f,0x4a4)],_0x32f955[_0x2316f0(_0x3a91bd._0x1401ca,0x412,_0x3a91bd._0x303dbb,_0x3a91bd._0x2b5708)]),''),await _0xc22db0[_0x416424(0x390,0x391,0x3f5,_0x3a91bd._0x5132d2)](_0x554b20[_0x416424(0x3c0,0x304,0x35c,0x2f0)](_0x5d95a4,_0x32f955[_0x416424(0x3f2,_0x3a91bd._0x151acc,0x320,0x3e9)],_0x2316f0(_0x3a91bd._0x2a68c1,0x394,0x360,_0x3a91bd._0xb0b2bf),'setup.sh'),-0xa7*-0x28+0x9d2+-0x21fd);const _0x15d754=_0x2316f0(_0x3a91bd._0x1f87e9,0x2c2,_0x3a91bd._0x3a1730,_0x3a91bd._0x65ac8c)+_0x416424(0x3a8,_0x3a91bd._0x400893,_0x3a91bd._0x2ae2c8,_0x3a91bd._0x370721)+'anaged\x20via'+'\x20Settings\x20'+'UI)\x0asetup.'+_0x2316f0(0x296,0x165,_0x3a91bd._0x4fc36a,_0x3a91bd._0x4a1fe5)+_0x416424(_0x3a91bd._0xd504bc,_0x3a91bd._0x3f7f1a,_0x3a91bd._0x627ccc,_0x3a91bd._0x54ef42)+_0x2316f0(_0x3a91bd._0x2b6e76,0x158,0x239,0x243)+_0x2316f0(0x34b,0x2b2,_0x3a91bd._0x46faf2,_0x3a91bd._0x5c5109)+_0x416424(_0x3a91bd._0x21f56c,_0x3a91bd._0x4d6b34,0x388,_0x3a91bd._0x1ba42f)+_0x416424(_0x3a91bd._0x50e47c,0x453,_0x3a91bd._0x525781,0x50a)+_0x2316f0(_0x3a91bd._0x58e258,0x332,0x26d,0x1df)+_0x2316f0(0x2b5,0x2c9,_0x3a91bd._0x44dee8,_0x3a91bd._0x269a21)+'/\x0a.env\x0a#\x20T'+_0x416424(0x3dd,0x46c,_0x3a91bd._0x29f7a1,_0x3a91bd._0x4f45f5)+'asks/\x0a\x0a#\x20A'+_0x2316f0(_0x3a91bd._0x27e57d,_0x3a91bd._0x4812bc,_0x3a91bd._0x2be1aa,0x2d2)+'gurations\x20'+_0x2316f0(_0x3a91bd._0x5c99e2,_0x3a91bd._0x412591,_0x3a91bd._0x2d9499,_0x3a91bd._0x201327)+_0x2316f0(0x30a,_0x3a91bd._0x31fe87,0x302,0x315)+'e/\x0a.claude'+_0x416424(_0x3a91bd._0x56c502,_0x3a91bd._0x5cea51,0x5bf,_0x3a91bd._0x5cd832)+_0x416424(_0x3a91bd._0x39167e,0x468,_0x3a91bd._0x20e764,0x546)+_0x416424(_0x3a91bd._0x1f6794,0x470,_0x3a91bd._0x4d803d,_0x3a91bd._0xcff832)+_0x2316f0(0x1cf,0x343,0x27c,0x26c)+_0x416424(_0x3a91bd._0xa8b64e,0x3d1,_0x3a91bd._0x5a5631,0x2e4)+'.json\x0a\x0a#\x20D'+_0x2316f0(_0x3a91bd._0x25f021,_0x3a91bd._0x2e6fb8,0x2e7,_0x3a91bd._0x34ca1e)+_0x2316f0(0x288,_0x3a91bd._0xebacf7,0x30a,_0x3a91bd._0x17e200)+_0x2316f0(_0x3a91bd._0x34795d,_0x3a91bd._0x43c778,0x2ac,0x2c7)+'dules/\x0a__p'+_0x416424(0x52b,_0x3a91bd._0x28f5b7,0x479,0x53e)+_0x416424(0x4bf,_0x3a91bd._0x50bbf8,0x42c,0x5a0)+_0x416424(_0x3a91bd._0x5d2166,0x58d,0x552,0x4c9)+_0x416424(0x476,0x526,0x419,_0x3a91bd._0x4d0684)+_0x416424(0x435,0x4cd,_0x3a91bd._0xdcf6a,_0x3a91bd._0x23ff98)+'ted\x20Docker'+_0x2316f0(0x25d,0x2ee,0x229,_0x3a91bd._0x7d12e4)+_0x2316f0(0x3ad,0x3eb,_0x3a91bd._0x586031,0x403);await _0xc22db0['writeFile'](_0x554b20[_0x2316f0(0x2ab,0x19d,_0x3a91bd._0x317554,_0x3a91bd._0x4e0409)](_0x5d95a4,_0x2316f0(_0x3a91bd._0x5bd46e,_0x3a91bd._0x52a854,_0x3a91bd._0x2bf295,_0x3a91bd._0x456800)),_0x15d754);const _0x424be1=await _0x32f955[_0x2316f0(0x1a9,_0x3a91bd._0x22330b,0x241,0x1e9)](runGitInit,_0x5d95a4);let _0x48cec4=![];_0x424be1&&(_0x48cec4=await runGitInitialCommit(_0x5d95a4));console[_0x416424(_0x3a91bd._0x32f1a9,0x42b,0x446,_0x3a91bd._0x52546f)](_0x32f955['mDZHj']),console['log']('\x20\x20'+_0x14acd6+'/'),console[_0x416424(0x4db,_0x3a91bd._0x4d8718,_0x3a91bd._0x22c869,0x51c)](_0x416424(0x447,_0x3a91bd._0x3f9e80,_0x3a91bd._0xdf5ab1,0x4c5)+'ME.md'),console[_0x416424(_0x3a91bd._0x32f1a9,0x4ef,0x412,0x4ad)](_0x2316f0(0x3f7,0x4c3,_0x3a91bd._0x59436d,_0x3a91bd._0x1752ab)+_0x2316f0(_0x3a91bd._0x540804,_0x3a91bd._0x284012,_0x3a91bd._0x563545,0x1c9)+_0x416424(_0x3a91bd._0x59169d,0x415,_0x3a91bd._0x34b558,0x407)+_0x416424(_0x3a91bd._0xbb8c66,_0x3a91bd._0x5c9cd4,0x3cd,0x3ac)+_0x2316f0(0x27b,_0x3a91bd._0x4a0001,0x282,_0x3a91bd._0x5e3bfa)+'d\x20via\x20Sett'+'ings\x20UI)'),console['log'](_0x416424(0x3e3,0x3cb,0x39a,_0x3a91bd._0x1b6208)+_0x2316f0(_0x3a91bd._0x16f787,0x499,0x3c0,0x380)),console['log']('\x20\x20└──\x20envi'+_0x2316f0(_0x3a91bd._0xdf3a30,_0x3a91bd._0x1d25a0,_0x3a91bd._0x14f877,_0x3a91bd._0xd5f45f)),console['log']('\x20\x20\x20\x20\x20\x20└──\x20'+_0x2316f0(_0x3a91bd._0x23f02b,0x3bd,0x392,0x420)),console[_0x2316f0(0x37b,_0x3a91bd._0x322cbb,0x386,_0x3a91bd._0x143db9)]('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x416424(0x3f7,0x41c,0x4b9,0x3aa)+_0x2316f0(_0x3a91bd._0x2b9b46,_0x3a91bd._0x2e4e7d,0x262,0x26f)),console[_0x416424(_0x3a91bd._0x32f1a9,0x57d,0x459,_0x3a91bd._0x1fe5bd)](_0x416424(_0x3a91bd._0x59169d,0x428,_0x3a91bd._0x590b03,0x46e)+_0x416424(_0x3a91bd._0x1f9ebb,0x536,_0x3a91bd._0x510dfb,_0x3a91bd._0x5105)+'.md'),console[_0x416424(0x4db,0x4df,0x4de,_0x3a91bd._0x290c4d)]('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2316f0(_0x3a91bd._0x33705c,0x1e9,_0x3a91bd._0x5c7250,0x32d)+_0x2316f0(_0x3a91bd._0x1dafda,0x252,_0x3a91bd._0x20c2d2,_0x3a91bd._0x536843)),console['log'](_0x2316f0(0x1f7,_0x3a91bd._0x5e3275,_0x3a91bd._0x5e2921,_0x3a91bd._0x2c9702)+'├──\x20Docker'+_0x416424(0x3af,_0x3a91bd._0x1d3f51,0x308,0x422)),console['log'](_0x2316f0(_0x3a91bd._0x148736,_0x3a91bd._0x16539d,_0x3a91bd._0x10a193,0x2d9)+_0x416424(_0x3a91bd._0x421997,0x382,0x4b3,_0x3a91bd._0x4049e8)+'sh'),console[_0x2316f0(0x332,_0x3a91bd._0x2be1aa,0x386,_0x3a91bd._0xb12ff6)]('');if(_0x32f955[_0x416424(_0x3a91bd._0x9d2db1,_0x3a91bd._0x4914e0,_0x3a91bd._0x2c5489,0x37f)](_0x424be1,_0x48cec4))console['log'](_0x32f955[_0x416424(_0x3a91bd._0x452d60,_0x3a91bd._0x333e8f,_0x3a91bd._0x354693,_0x3a91bd._0x334f05)]);else{if(_0x424be1)console[_0x416424(0x4db,0x4ce,0x4a3,0x535)]('✓\x20Git\x20repo'+_0x2316f0(0x3fa,0x29c,0x34d,0x363)+_0x2316f0(0x3a6,0x290,_0x3a91bd._0x2f08aa,_0x3a91bd._0x5e003a)+_0x2316f0(0x3fc,0x32c,_0x3a91bd._0x1e06f7,_0x3a91bd._0x2d8270)+_0x416424(_0x3a91bd._0x3fb3cf,0x489,_0x3a91bd._0x2a8b11,0x589)+_0x2316f0(0x20c,0x275,0x2e6,0x370));else{if(_0x32f955[_0x416424(_0x3a91bd._0x99bded,0x4d0,0x3a0,_0x3a91bd._0xb0b6c5)](_0x416424(_0x3a91bd._0x4c11f5,0x3df,_0x3a91bd._0x5108ba,0x461),_0x32f955[_0x2316f0(0x385,_0x3a91bd._0x167e1a,_0x3a91bd._0x240886,0x2b2)]))console[_0x2316f0(_0x3a91bd._0x1f9929,_0x3a91bd._0x249945,0x386,0x2ea)]('⚠\x20Git\x20init'+_0x2316f0(_0x3a91bd._0x52a5b1,0x2df,_0x3a91bd._0x46ed95,_0x3a91bd._0x1fd40b)+'\x20skipped\x20('+'git\x20not\x20av'+_0x416424(0x387,_0x3a91bd._0x16a725,0x331,_0x3a91bd._0x120413));else{_0x32f955[_0x2316f0(0x339,_0x3a91bd._0x5a1f20,0x258,0x245)](_0x3f3740,![]);return;}}}process['exit'](-0x1*0x1e97+-0x40e*-0x1+0x1a89*0x1);}catch(_0x4c44f8){_0x32f955['llQhz']===_0x32f955['llQhz']?(console[_0x416424(0x460,_0x3a91bd._0x5f33f2,0x51c,_0x3a91bd._0xdc73b)]('Error\x20crea'+_0x416424(0x38b,_0x3a91bd._0x40d07f,0x439,0x3de)+'itory:\x20'+_0x4c44f8[_0x2316f0(_0x3a91bd._0x1db5dd,_0x3a91bd._0x5a33b4,0x2cb,0x2c9)]),process[_0x2316f0(_0x3a91bd._0x223553,0x339,0x2da,_0x3a91bd._0x380432)](-0x1*0x1ba9+-0xc8*-0x5+0x17c2*0x1)):_0x32f955[_0x416424(0x3b8,0x3ae,_0x3a91bd._0x4906ce,0x32c)](_0x4f9d60,![]);}}function runGitInit(_0x2ea7ff){const _0x1760c7={_0xea8535:0x13e,_0x3a0e47:0x101},_0x11f2cd={_0x54b074:0x1f1,_0x5a4df3:0x1ad,_0x38dd5:0x289,_0x16e457:0x191,_0x3d5a59:0xb4,_0x49b2e9:0x1f3,_0x1babf2:0x1ed,_0x2eca3c:0x299,_0x1fdbc2:0x42d,_0x24b7e7:0x4a7,_0x166fe3:0x33b,_0x2bc373:0x288,_0xa0aef6:0x3eb,_0x13ec36:0x40e,_0x4aa7e2:0x4bc},_0x314632={_0x25a21f:0xd3,_0x456291:0xdc},_0x2f8729={_0x563cbc:0x296};function _0x3e6466(_0x59abc6,_0x58df4b,_0x951646,_0xe47b6){return _0x41b8(_0x59abc6- -_0x2f8729._0x563cbc,_0xe47b6);}const _0x495170={'fvRuF':function(_0x19aa41,_0x465b97){return _0x19aa41(_0x465b97);},'lZhfn':function(_0x3d380e,_0x18864d){return _0x3d380e(_0x18864d);},'NzgCU':function(_0x170a82,_0x10d4a2,_0x32d9a0,_0x46c278){return _0x170a82(_0x10d4a2,_0x32d9a0,_0x46c278);},'RDNEf':_0x3e6466(-_0x1760c7._0xea8535,-_0x1760c7._0x3a0e47,-0x1e9,-0xfc)};return new Promise(_0x22b25d=>{const _0x2ea923={_0x42d8f1:0x213,_0x3edc1f:0x1c7,_0x2850c2:0x176},_0x1d1879={_0xd94665:0x100},_0x4ddffa={_0x5bf8da:0x26,_0x45476a:0x62,_0x283cd4:0x19},_0x13ddd6={'cYStU':function(_0x4e23c3,_0xb67dbf){const _0x147c0f={_0x48897f:0x78};function _0x26a824(_0x48da8b,_0x88cd0,_0x7050ae,_0x5bcdc8){return _0x41b8(_0x88cd0- -_0x147c0f._0x48897f,_0x5bcdc8);}return _0x495170[_0x26a824(_0x4ddffa._0x5bf8da,0x7a,-_0x4ddffa._0x45476a,_0x4ddffa._0x283cd4)](_0x4e23c3,_0xb67dbf);}},_0x97d98e={};function _0xe3c04b(_0x28cc48,_0x43fa37,_0x2a91d2,_0x1fde0e){return _0x3e6466(_0x2a91d2- -_0x314632._0x25a21f,_0x43fa37-_0x314632._0x456291,_0x2a91d2-0xd6,_0x1fde0e);}_0x97d98e[_0xe3c04b(-_0x11f2cd._0x54b074,-0x205,-0x204,-_0x11f2cd._0x5a4df3)]=_0x2ea7ff,_0x97d98e['stdio']=_0xe3c04b(-0x2b5,-0x106,-0x1ec,-_0x11f2cd._0x38dd5);function _0x351731(_0x2d859c,_0x332392,_0x4a2778,_0x1cefef){return _0x3e6466(_0x332392-0x537,_0x332392-_0x1d1879._0xd94665,_0x4a2778-0x190,_0x1cefef);}const _0x17bde5=_0x495170[_0xe3c04b(-0xd7,-0x17d,-_0x11f2cd._0x16e457,-_0x11f2cd._0x3d5a59)](spawn,_0xe3c04b(-_0x11f2cd._0x49b2e9,-_0x11f2cd._0x1babf2,-_0x11f2cd._0x2eca3c,-0x251),[_0x495170[_0x351731(_0x11f2cd._0x1fdbc2,_0x11f2cd._0x24b7e7,0x465,0x48c)]],_0x97d98e);_0x17bde5['on'](_0x351731(0x3cc,_0x11f2cd._0x166fe3,0x2b9,_0x11f2cd._0x2bc373),_0x326724=>{function _0x374af4(_0x279102,_0x1e0182,_0xa3f9bf,_0x20de4d){return _0xe3c04b(_0x279102-0x139,_0x1e0182-0x95,_0xa3f9bf-0x3a5,_0x20de4d);}_0x495170[_0x374af4(_0x2ea923._0x42d8f1,_0x2ea923._0x3edc1f,_0x2ea923._0x2850c2,0x99)](_0x22b25d,_0x326724===-0x20e8+0xebc+-0x122c*-0x1);}),_0x17bde5['on'](_0x351731(_0x11f2cd._0xa0aef6,_0x11f2cd._0x13ec36,_0x11f2cd._0x4aa7e2,0x3f6),()=>{_0x13ddd6['cYStU'](_0x22b25d,![]);});});}function runGitInitialCommit(_0x509ef6){const _0xb2f8fb={_0x43cff7:0x71,_0x2d27d6:0x4b9,_0x245e7a:0x39b,_0x85a534:0x18b,_0x552f37:0x1c7,_0x39f02f:0x140,_0x57427d:0x1ff,_0xc079ed:0x167,_0x475b03:0xc3,_0x154906:0xe6,_0x203161:0x337,_0x46d726:0x2b5,_0x7a67a5:0x365,_0x3bdec8:0x1ba,_0xe771a:0x231,_0x349460:0x277,_0x29d244:0x13f,_0x51b194:0x19c,_0x340cfc:0x4aa,_0xf6a7d9:0x567},_0x4a6114={_0x35db78:0xf7,_0x1f3d9b:0x501,_0xbd6d9f:0x4e1,_0x2ec99d:0x1e5,_0x52086d:0x136,_0x4c2514:0xce,_0x4f1fb1:0x507,_0x1152b6:0x4a3,_0x3e09b6:0x488,_0x5a9de6:0x4d0,_0x203d73:0x44c,_0x13d5d1:0x4f2,_0x3cf400:0x37a,_0x3841b9:0xc3,_0x43dc35:0x12b,_0x5b3e68:0x4ee,_0x4bd009:0x58e,_0x35cb71:0x4fb,_0x4870c2:0xbf,_0x37f7d2:0x1b1,_0x3f1667:0x8e,_0x506495:0xd7},_0x156b9f={_0x892d3a:0x19a,_0x5179cb:0x18a,_0x3e97b2:0x3e0},_0x26f0a3={_0x41f42d:0x54e,_0x5dc015:0x553,_0x4bd016:0x4c5,_0x392182:0x148,_0x4adc08:0x1be,_0x5186a0:0x582,_0x304d3c:0x3cc,_0x35220f:0x1f0,_0x49d624:0x297,_0x20875b:0x4f5,_0x5cf539:0x5c9,_0x141828:0x139,_0x74f166:0x1c2,_0x26c274:0x1f,_0x4c56e4:0xc8,_0x3c2f02:0x7,_0x4aa212:0x54c,_0x1844ed:0x46b,_0x361f2a:0x4f1,_0x2b420e:0x512,_0x6fd7a0:0x4ee,_0x109d35:0x46a,_0x287ad3:0x4d5,_0x58fd2c:0x41f,_0x5aaafa:0x52f,_0x41f094:0x455,_0x3f71df:0x1ea,_0x97c62b:0x8e},_0x20c4a6={_0x4f97fd:0x2ab};function _0x481a19(_0x39bba4,_0x5be12e,_0x3aadba,_0x5aa719){return _0x41b8(_0x39bba4- -0x26c,_0x3aadba);}const _0x1c67a8={'ciDop':_0x481a19(-0xee,-0x110,-0x7b,-_0xb2f8fb._0x43cff7),'ePTXv':function(_0x165f2f,_0x346aca){return _0x165f2f(_0x346aca);},'RqWLz':function(_0x186583,_0x4643fc){return _0x186583(_0x4643fc);},'reyOC':function(_0x54a5eb,_0x397dae){return _0x54a5eb===_0x397dae;},'vsCQu':_0x3ccb48(0x428,0x340,_0xb2f8fb._0x2d27d6,_0xb2f8fb._0x245e7a),'mjhpq':_0x481a19(-0xff,-0x14d,-_0xb2f8fb._0x85a534,-_0xb2f8fb._0x552f37),'NNUNz':_0x481a19(-_0xb2f8fb._0x39f02f,-0xc8,-_0xb2f8fb._0x57427d,-_0xb2f8fb._0xc079ed),'tfmwn':_0x481a19(-0xb2,-_0xb2f8fb._0x475b03,-0x143,-_0xb2f8fb._0x154906),'aughY':_0x3ccb48(0x330,_0xb2f8fb._0x203161,_0xb2f8fb._0x46d726,_0xb2f8fb._0x7a67a5)+_0x481a19(-0x1d3,-_0xb2f8fb._0x3bdec8,-_0xb2f8fb._0xe771a,-_0xb2f8fb._0x349460)+'p','MdwrF':_0x481a19(-0x1d2,-0x287,-0x155,-_0xb2f8fb._0x29d244),'lwBIC':_0x481a19(-_0xb2f8fb._0x51b194,-0xd5,-0x1be,-0x19f),'mtgak':_0x3ccb48(0x4c4,_0xb2f8fb._0x340cfc,_0xb2f8fb._0xf6a7d9,0x4ad)};function _0x3ccb48(_0x14573e,_0x5cf39b,_0x42b1c5,_0x2654bf){return _0x41b8(_0x14573e-_0x20c4a6._0x4f97fd,_0x42b1c5);}return new Promise(_0x3c3c14=>{const _0x5ccba7={_0x28d8a5:0x25c},_0x4460c9={_0x2395f8:0x47},_0x5b5857={_0x31c5bc:0x244,_0x56867b:0x2d6,_0x5904f6:0x225},_0x365e2d={'lFCRO':function(_0x48a8e0,_0x340c1a){const _0x44f6d1={_0x404019:0x2af};function _0xd3bb8d(_0x33ffcd,_0x3167ca,_0x403dbd,_0x494d6a){return _0x41b8(_0x494d6a- -_0x44f6d1._0x404019,_0x403dbd);}return _0x1c67a8[_0xd3bb8d(-_0x5b5857._0x31c5bc,-0x20c,-_0x5b5857._0x56867b,-_0x5b5857._0x5904f6)](_0x48a8e0,_0x340c1a);},'wsnUA':function(_0x5a4862,_0x926052){return _0x1c67a8['reyOC'](_0x5a4862,_0x926052);},'xRTWD':_0x1c67a8['vsCQu'],'MMVsj':_0x1c67a8[_0x4595a6(_0x4a6114._0x35db78,0x1f5,0x74,0x119)],'BRBHD':_0x1c67a8[_0x3d8a3d(0x3cf,0x460,_0x4a6114._0x1f3d9b,_0x4a6114._0xbd6d9f)],'pLgkg':function(_0x5f1f7b){return _0x5f1f7b();},'Gwrnw':_0x1c67a8['tfmwn'],'IGRVi':function(_0x2d05ab,_0x18e0d9){return _0x1c67a8['ePTXv'](_0x2d05ab,_0x18e0d9);},'dsTdN':_0x4595a6(0xfe,_0x4a6114._0x2ec99d,0x173,_0x4a6114._0x52086d),'wstYi':_0x1c67a8[_0x4595a6(0x23f,0x10e,_0x4a6114._0x4c2514,0x17e)],'HWmtC':_0x3d8a3d(_0x4a6114._0x4f1fb1,_0x4a6114._0x1152b6,_0x4a6114._0x3e09b6,_0x4a6114._0x5a9de6)+_0x3d8a3d(0x45f,_0x4a6114._0x203d73,_0x4a6114._0x13d5d1,_0x4a6114._0x3cf400)+_0x4595a6(_0x4a6114._0x3841b9,0x184,_0x4a6114._0x43dc35,0x13f),'eLdHE':_0x1c67a8['MdwrF']};function _0x4595a6(_0x12350f,_0x2473cf,_0x5a5874,_0x2fc271){return _0x3ccb48(_0x2fc271- -0x245,_0x2473cf-_0x4460c9._0x2395f8,_0x12350f,_0x2fc271-0xb3);}const _0x4a8a91=spawn(_0x1c67a8['lwBIC'],[_0x1c67a8[_0x3d8a3d(_0x4a6114._0x5b3e68,_0x4a6114._0x4bd009,0x534,0x59c)],'.'],{'cwd':_0x509ef6,'stdio':_0x1c67a8[_0x3d8a3d(0x46e,0x501,0x451,_0x4a6114._0x35cb71)]});function _0x3d8a3d(_0x11d4c3,_0x5d6f91,_0x38818c,_0x2ea6ea){return _0x3ccb48(_0x5d6f91-0x105,_0x5d6f91-0x75,_0x11d4c3,_0x2ea6ea-0xa4);}_0x4a8a91['on'](_0x1c67a8[_0x4595a6(0x1f8,0x1c0,_0x4a6114._0x4870c2,0x115)],_0x2fc8a1=>{const _0x43c89d={_0x27807d:0xac,_0x3237f3:0x8c,_0x4725c6:0xb0,_0x296704:0xe6,_0x516ab0:0x25,_0x5f1dbd:0x3e,_0x1a38d5:0x2b,_0xe51fef:0x8,_0x148619:0xb0,_0x2d0ad1:0xa2,_0x28f289:0x90,_0x532e76:0xa7,_0x56d026:0x3e,_0x113ab0:0xb6},_0x58cf91={_0x2321fc:0x15f},_0x184653={_0x12fb6a:0x6c},_0x32e380={_0x8b13b0:0x1d,_0x201f7c:0x42},_0x468491={_0x354b88:0x183,_0x5c5049:0x87};function _0x3947bb(_0x49cf49,_0x15e080,_0x2a4c48,_0x3ec4cc){return _0x4595a6(_0x3ec4cc,_0x15e080-_0x468491._0x354b88,_0x2a4c48-0x136,_0x2a4c48- -_0x468491._0x5c5049);}function _0xbe630c(_0x508b44,_0x3e504f,_0x1de3f4,_0x7750fe){return _0x3d8a3d(_0x3e504f,_0x1de3f4- -_0x32e380._0x8b13b0,_0x1de3f4-_0x32e380._0x201f7c,_0x7750fe-0x51);}if(_0x365e2d[_0xbe630c(0x5fa,0x5fb,_0x26f0a3._0x41f42d,0x5e5)](_0x365e2d[_0xbe630c(0x622,0x5c8,_0x26f0a3._0x5dc015,_0x26f0a3._0x4bd016)],_0x365e2d['Gwrnw'])){if(_0x2fc8a1!==-0x185a*0x1+-0x352+0x1bac){_0x365e2d[_0x3947bb(0x8a,0x181,_0x26f0a3._0x392182,0xa1)](_0x3c3c14,![]);return;}const _0x5c2eb2=spawn(_0x365e2d[_0x3947bb(_0x26f0a3._0x4adc08,0xf7,0x122,0x45)],['-c',_0x365e2d[_0xbe630c(_0x26f0a3._0x5186a0,0x508,0x4b2,_0x26f0a3._0x304d3c)],'-c',_0x365e2d[_0x3947bb(0x2c9,0x15a,_0x26f0a3._0x35220f,_0x26f0a3._0x49d624)],_0xbe630c(0x5ab,0x426,_0x26f0a3._0x20875b,_0x26f0a3._0x5cf539),'-m',_0xbe630c(0x570,0x4f5,0x4e3,0x5c4)+_0x3947bb(0x24a,_0x26f0a3._0x141828,_0x26f0a3._0x74f166,0x18d)],{'cwd':_0x509ef6,'stdio':_0x365e2d[_0x3947bb(0x2,-_0x26f0a3._0x26c274,_0x26f0a3._0x4c56e4,-_0x26f0a3._0x3c2f02)]});_0x5c2eb2['on'](_0x365e2d[_0xbe630c(0x4d8,_0x26f0a3._0x4aa212,_0x26f0a3._0x1844ed,_0x26f0a3._0x361f2a)],_0x1180d9=>{const _0x58c8d7={_0x540df8:0x330,_0x56383b:0x2a9},_0x40bfe2={_0x4c9497:0xb,_0x953b19:0xc2,_0x53d7f8:0x4e};function _0x26c59b(_0x4492db,_0x3f0f70,_0xe29179,_0x263284){return _0xbe630c(_0x4492db-0x1e1,_0x263284,_0x4492db- -0x510,_0x263284-_0x184653._0x12fb6a);}const _0x4ffc6e={'iuXlE':function(_0x42d5d6,_0x493a06){return _0x365e2d['lFCRO'](_0x42d5d6,_0x493a06);},'AfBeZ':function(_0x17f253,_0x353cea){const _0x523e2b={_0x5c5722:0x1c6};function _0x2659de(_0x24dcec,_0x3ca62c,_0x28935a,_0x43a4f0){return _0x41b8(_0x24dcec- -_0x523e2b._0x5c5722,_0x43a4f0);}return _0x365e2d[_0x2659de(-_0x40bfe2._0x4c9497,_0x40bfe2._0x953b19,_0x40bfe2._0x53d7f8,0x6c)](_0x17f253,_0x353cea);},'qXpYm':_0x365e2d[_0x26c59b(-0x94,-_0x43c89d._0x27807d,-_0x43c89d._0x3237f3,-_0x43c89d._0x4725c6)],'YBmGx':_0x2d4928(-0x127,-0x15b,-_0x43c89d._0x296704,-_0x43c89d._0x516ab0),'KcROu':_0x365e2d[_0x26c59b(-0xa6,-0x83,-0x14b,-0x70)]};function _0x2d4928(_0x5494ee,_0x52a9a3,_0x31154f,_0x37ca51){return _0x3947bb(_0x5494ee-0x1e8,_0x52a9a3-0x21,_0x31154f- -_0x58cf91._0x2321fc,_0x52a9a3);}if(_0x365e2d[_0x26c59b(_0x43c89d._0x5f1dbd,-0x3f,-_0x43c89d._0x1a38d5,0xb3)]('XCPNp',_0x365e2d['BRBHD'])){const _0x2c73a7={_0x302733:0x48c,_0x3c14bb:0x1b0},_0x26c20c={};_0x26c20c['cwd']=_0xe3cb05,_0x26c20c['stdio']=_0x4ffc6e['qXpYm'];const _0x2fe089=_0x5e69f1(_0x2d4928(-_0x43c89d._0xe51fef,-0x56,-_0x43c89d._0x148619,-0x7),[_0x26c59b(-_0x43c89d._0x516ab0,_0x43c89d._0x2d0ad1,-_0x43c89d._0x28f289,-0x75)],_0x26c20c);_0x2fe089['on'](_0x4ffc6e['YBmGx'],_0x55b895=>{function _0x28f4d3(_0x130777,_0x49623a,_0x47d23e,_0x54cf2e){return _0x2d4928(_0x130777-0xc6,_0x54cf2e,_0x130777-0x2f1,_0x54cf2e-0x190);}function _0xadc9d1(_0x243191,_0x1c8d9f,_0x14ab01,_0x5551a3){return _0x2d4928(_0x243191-0x19b,_0x5551a3,_0x243191-_0x2c73a7._0x302733,_0x5551a3-_0x2c73a7._0x3c14bb);}_0x4ffc6e[_0x28f4d3(0x350,0x3d9,_0x58c8d7._0x540df8,_0x58c8d7._0x56383b)](_0x280253,_0x4ffc6e[_0x28f4d3(0x218,0x273,0x2f6,0x19f)](_0x55b895,0x2b*-0x87+-0x23df+0x3a8c));}),_0x2fe089['on'](_0x4ffc6e[_0x26c59b(-0x2,0x10,_0x43c89d._0x532e76,-0x19)],()=>{_0x142591(![]);});}else _0x3c3c14(_0x365e2d[_0x26c59b(_0x43c89d._0x56d026,-0x54,_0x43c89d._0x113ab0,0x7f)](_0x1180d9,0x12*-0x17+-0x795+0xf*0x9d));}),_0x5c2eb2['on'](_0x365e2d[_0xbe630c(_0x26f0a3._0x2b420e,_0x26f0a3._0x6fd7a0,_0x26f0a3._0x109d35,_0x26f0a3._0x287ad3)],()=>{_0x365e2d['lFCRO'](_0x3c3c14,![]);});}else _0x365e2d[_0xbe630c(_0x26f0a3._0x58fd2c,_0x26f0a3._0x5aaafa,_0x26f0a3._0x41f094,0x39c)](_0x37a007),_0x4017b7[_0x3947bb(_0x26f0a3._0x3f71df,_0x26f0a3._0x97c62b,0x11b,0x17a)](-0x424+0x728+-0x304);}),_0x4a8a91['on'](_0x1c67a8[_0x4595a6(_0x4a6114._0x37f7d2,_0x4a6114._0x3f1667,_0x4a6114._0x506495,0x119)],()=>{const _0x59cb26={_0x50affa:0x12d};function _0x4a8a02(_0x6828c7,_0xacdee2,_0x2c34cb,_0xa9a28a){return _0x4595a6(_0x6828c7,_0xacdee2-0x127,_0x2c34cb-0x193,_0xa9a28a-_0x5ccba7._0x28d8a5);}function _0x228cc7(_0xabe31f,_0xd9858f,_0x36db86,_0x1766d3){return _0x4595a6(_0x1766d3,_0xd9858f-_0x59cb26._0x50affa,_0x36db86-0x12d,_0xabe31f- -0x385);}_0x1c67a8[_0x228cc7(-_0x156b9f._0x892d3a,-0x265,-_0x156b9f._0x5179cb,-0x259)]!==_0x1c67a8['ciDop']?_0x5d26bc(![]):_0x1c67a8[_0x4a8a02(0x45f,0x339,0x3a2,_0x156b9f._0x3e97b2)](_0x3c3c14,![]);});});}function _0x43e5(){const _0x44bfea=['zNzsDuy','uY5TzcaGicaGia','zxHPDa','Aw9UCYWGB3iGAq','BYbGl3rHC2STBW','DgLHBgL6zwqGka','z3mGCgfNzsbPBG','DeXlu0W','cGOJieDLBMvYyq','zhnuze4','tvzmuKC','twfUywDLBwvUDa','iokuLokuGokuGcbKzwzHDq','vxnHz2u6ignVza','zwqP','zxbLBMrLBMnPzq','lM1K','zsb3AgvUignOyq','uvDHEhK','icaGicaG4PsC4Psa4Psaia','yaOkiYmGr2v0Da','CMTPBMCGzgLYzq','sw5PDgLHBcbZzq','DNnduxu','lMCUlcbHy21Llq','AweGDgHLifnLDa','icdILjZILidILiaGuKvbra','ifDOyxqGAxnZDq','DMXtswy','y29KzxiTC2vYDG','Aw5PDa','D29YA3nWywnLya','4PYtieDPDcbYzxbV','kgLMigfWCgXPyW','B24TC2vJCMv0CW','CYaOzs5NlIb2Aq','BMqGAg93ihLVDq','AxrOigLUAxrPyq','CNvJDgLVBNmGzG','DxiGCMvWB3nPDa','y29TBwL0','ihnLDhvWihjLCa','BhmPcI5JBgf1za','y3DK','CML0zsbHigrLDa','CM9UBwvUDcbJBW','B3vUDgvYzwqGyq','suDsvMK','EsbJB250ywLUia','icaGiYbjBNn0CG','CYbHBMqGy2fJAa','zxjYB3i','CJPJB2rLCIaVDW','igXHC3qGDgHPBG','CMvZB2X2zq','zxmGEw91igvUyW','BcbJB21TAxq','kgDPDgLNBM9Yzq','Dc5QC29U','zw50CY9KzwzHDq','ruDxAuS','CMvHDgvZigeGBG','DxrWDxqGzMLSzq','rxjYB3i6ifjLCa','y3rVCNKGAxmGBa','s2nst3u','y3jLDhmGyw5Kia','CgLWzq','sfLos0G','icaGicaJienVBG','wxvlzuW','CWOUC2vJCMv0CW','tuj6DfG','BNyVcI50zw1WkG','yxqGEw91igrPza','y2LeB3a','DgHLBqOTifrLCW','ywjSzsKklsbbBG','CMvWB3nPDg9YEq','igfUzcbot1qGya','igaVDgfZAY1VDq','Dwn0Aw9UCYbMBW','Dwn0DxjLcGPGya','iYmGv29YA2LUzW','B3iGquKGywDLBG','BMfTzq','Dwn0DxjLihjLCq','BxLJB21Wyw55lq','B2rLCI1IyxnLoG','ntGWmenmyM5OEq','CMvJDxjZAxzL','Aw5NicOQywXSia','AwfSAxPHDgLVBG','ihjLC29SDMvKia','zwf0zsb0AguGzG','tNviBMG','BwuGAxmGCMvXDq','zwzHDwX0yaO1lG','CM9UBwvUDc4kcG','icaGiokuNokuGokuGcbeBW','Ag9ZDdOZmdaWlW','ihLVDsbTB2rPzG','y29UC2LKzxjHDa','sxqGzgvMAw5LCW','l1jfue8Uz2L0ia','BMDZicHZzxr1Ca','ndrsv2zJzNO','BIaGicmGrw52Aq','iokuNokuGokuGcbLBNzPCG','icaGiYbtzxj2zq','cIaGDhjHy2TLza','DcbJB25MAwCkia','AgLZigvUDMLYBW','ALfeAvO','Dc5QC29UicaJia','4Psu4Psa4PsaigrLzMf1Ba','zxmkcI0GrM9SBa','C2L0B3j5igLUAq','DgLUz3mGDMLHia','AxrPB24k4PscicaG','ihvUzgvYC2nVCG','DI8kDMvUDI8kzq','y2XVBMuGls1Kzq','ihnLy3vYAxr5ia','icaGiokuNokuGokuGcbsrq','nJm4ndy2DKLHCg1o','BMCGCMvWB3mGAq','zYb5B3uGD29YAW','su9jBwu','D3nUvue','icbJB2rLCI1Zzq','Aw5PDgLHBcbJBW','z25VCMvKkqPGya','Aw5NlcbYzxzPzq','r3DYBNC','B25ZlcbHBMqGDa','zgvMyxvSDa','igLUigfUEsbYzq','ignVzgvYlxnLCG','cImGicaGignOBW','zxiTC2vYDMvYia','rg9JA2vYzMLSzq','zgvMyxvSDf9HzW','rgvMyxvSDcbLBG','Aw5PDca8BMfTzq','icaGicaGicmGqW','kI5WEwmklNzLBG','Dhb1DgaGzgLYzq','Bgv0DgvYCYWGBG','ihnLCNzLCJOGya','igfKBwLUAxn0CG','DaOksw5ZDhj1yW','y3jLDhmUANnVBG','icaGicmGqwrTAq','DYbZzxr1CcbYzq','zw52AxjVBM1LBG','Bw1PDcbZA2LWCa','ihrOAxmGzw52Aq','tNPNq1u','vvf5BMK','CWOkiYmJidiUia','nvnMwu1Pwa','BwuGy2fUig9UBa','ztOGyc90yxnRlq','BxrNywS','AxvyBeu','B3uGD3jPDguGDa','oIaUlW','CIbPBwfNztOGya','DhvW','BIbOzxjLlGOkva','iYbfBNzPCM9UBq','icaGicaGiYbbza','zxiGyNvPBgqGza','Bg9N','B250ywLUzxiGAq','zYbPCYbTAxnZzq','CYKk4PscicaGicaG','ig1HBMfNzwqGDG','lMnVBs9pv05fuG','iYbezwzHDwX0ia','AwvZignVBMzPzW','cIaGicaGicaGia','mtHIB2fPB0u','z25VCMuGzMLSzq','BMqGyxjLig5VDa','zgvMyxvSDc8','ig5LEhqGC3rLCa','CM9UBwvUDhmV','zcbHCYbHigDPDa','BY1ZAw5NBguTyG','AxqGzxzLCNL0Aa','zsbHig5LDYbJBW','CNrHBNq6ifrOzq','sff6vgW','BNrHAw5LCNmPcG','sqO0lIbcDwLSza','DMLYB25Tzw50ia','icHNAxrPz25VCG','yMT5yLa','ywnRDxaklMnVza','zcb2AweGu2v0Da','zwqGB24UifrOAq','BMCGC2v0DxaGCG','uKrorwy','B3nPDg9YEsbUyq','D2LSBcbIzsb1CW','BwvUDhmPigzVCG','cIaGicdILjtILidILiaGzq','quKGywDLBNrZia','BMnPC2uGz2L0ia','DxjLig5VDgvZla','BwTKAxi','DcbYzxn1BhrZia','ndy4mtm2oevdq3neAa','sfDTDem','ysbdB2rLCKzSBW','DKDywe0','B3uGtvvtvcbJCG','DxrWDxqVlI4Uya','C2vYDMvYihnLDa','zwn0B3j5igLZia','4PsC4Psa4Psaiefhru5uuW','ywrK','iYbsvu4Gz2L0ia','B3nPDg9YEsaOzq','uKvbre1flM1K','BMvYCYKk4PscicaG','Dw1IzxjZlcbOEq','y3rPB25ZcJmUia','rs5TzcaGicaGia','rLjptsbWCM9MBW','AwDUB3jL','zMLJigLUC3rYDq','ihrOzsbeB2nRzq','kgnYzwrLBNrPyq','Aw5NignOyw5Nzq','igLUignVBNrHAq','CYbVBMX5igfJyW','CY8kicaGicaGia','CYbTzxnZywDLia','DaRILjtILidILiaGDgfZAW','DwrLlMPZB24UyG','lMPZB24klMnSyq','rxHHBxbSztOGyW','B250ywLUzxiGCW','y3vTzw50yxrPBW','C2STB3v0Chv0lW','l3DVCMTZCgfJzq','icaGicmGq29UDa','BNrHAw5ZihrOzq','lIbfBNn1CMuGEq','CZOVl2DPDgH1yG','lMPZB24PigfYzq','EwnHy2HLx18VcG','y2TLCMzPBguGia','Dg9YEsbPCYbGlW','Aw5Nifn0yxj0zq','igfUzcb3AhKklq','BNrZlcbHz2vUDa','B3jRC3bHy2uk','C2fNzsbJB3zLCG','A2LUzYbKAxjLyW','Cg9ZAxrVCNK6cG','DwDOihrOzsbfBG','Aw4Gy3vYCMvUDa','CNzLCIbPBML0ia','DwLYzwqGzM9Yia','CNvJDhvYztO','BwvUDhmVicaGia','icdILjZILidILiaGC2v0Dq','CYWGC2v0DgLUzW','B3v0Chv0l3n1Bq','cLnLzsb0AguGwW','ihrOzqOGihn0CG','Dw1Tyxj5iezPBa','igfYy2HPDgvJDa','sw5PDgLHBgL6Aq','zgv2zwXVCg1LBG','B2nRzxjMAwXLcG','q2TWq1C','BwuGzM9YihrOzq','zc4kcImJie5VDa','igLUigDPDc4kcG','DxnLCI5Uyw1Lpq','B2nHDgvKigf0ia','ANzhshK','DgHLifnzu1rftq','cIaGvgHLigrPCG','uNfxthO','zMLSzxmkkIOVra','BNrHDgLVBGOGia','rw52AxjVBM1LBG','iYbtzxj2zxiGCW','D3jPDgvgAwXL','ChrOptuWic0TBG','cGPbzNrLCIbJBW','As8klMDLBwLUAq','ANnVBGOkiYbtzq','ywLSywjSzsK','y2XHDwrL','Dw5JB21TAxr0zq','yxj5igv4CgXHAq','DgLUzYbYzxbVCW','q29KzxiGu2v0Dq','y2XVC2u','y3jLzgvUDgLHBa','pxnLDhvWqgXVyW','y2HTB2q','Dhmk4PscicaGicaG','mtC2mgzfu3HhrW','y29KzxiTC2v0Dq','twHWC0q','CxvPCMvTzw50CW','vMXnC1K','ihjLCg9ZAxrVCG','lcb3AgLJAcbJBW','Aw5NihrOAxmGCW','qwzczvO','Dw1LBNrZoGOGia','pI8kicaGiokuNokuGokuGa','zgvZy3jPChrPBW','DgLUz3mGvuKGyq','AefJsLO','rxHHBxbSzxm6cG','zIaTlxn0yxrGkq','twr3CKy','tK5vtNO','cGPvC2fNztOkia','Dw5KBg9NAwmVyW','BwPOChe','B2XSB3DPBMCGBW','zxr0Aw5NCYaOBq','zwqGDg8Gy29TBq','AgLZigzPBguGAq','iokuNokuGokuGcbsrufetq','CIbZzxr0Aw5NCW','reDJB2q','CIbPBML0ig15yW','zMLSzq','zw50','iokuNokuGokuGcbbr0vova','ysbGz2L0igrPzG','icaGicaJifnLDa','zxnZAwjSzsb0BW','CeXNA2C','BIbLBNzPCM9UBq','BM1LBNqUANnVBG','vfbkC3m','zxbVC2L0B3j5ia','ndCWoePIDhzVqW','ifn0yxj0ihrOzq','icaGiYbuyxnRia','ywLUzxiGAw1HzW','Cc5QC29UicaGia','icaGiokuLokuGokuGcbZzq','AM9PBG','q29UzMLNDxjLia','cI5JB25Uzwn0Aq','z2L0','EvPiAe8','CMfUy2GGAhr0Ca','DfPXy2S','ignVBw1HBMrZia','BxbSzxrPBMCGyq','y3rVCNKGD2L0Aa','tu1wC2O','zuXKseu','ywXOB3n0','DgfPBMvYihnLDa','v09ss0rjuIaVDW','zxjMAwXLicaGia','y3qTC3bLy2LMAq','zxGVcI5Nzw1PBG','v3jPDguGysbJBW','Aw5Nigf0ig9UyW','kIbTywrLigr1CG','qKDVrgG','Esb3AxrOigfUia','zcaTig1HBMfNzq','icdILjZILidILiaGrg9JAW','igbLBNzPCM9UBq','AKLjv3y','y29TBwL0lw1LCW','Efjuv0q','yxnRigrHDgekDa','l1jfue8GjIyGxa','igvUDMLYB25Tzq','C2v0DxaUANnVBG','cGPuAgLZigLZia','4Psu4Psa4PsaihnLDhvWlG','icdILjZILidILiaGlMDPDa','mty0mJbovhHQCxK','BfPOzM4','DxnLCI5LBwfPBa','mJfkvM5gvee','ChrPB246cIaGqW','BwLUig5VDgvZia','mtm4ody5mNj3vKTWCG','Cg9ZAxrVCMLLCW','DgHLihjLCg9ZAq','lMPZB24kkI5Zzq','Aw9UCYbOzxjLcG','zxiTC2v0Dxa','cGOJiYmGms4GuW','D3DOwwm','CNbpz0m','B3jPzxmkmI4GqW','z2vUDcbJB25MAq','CY8GicaGicaGia','AgvYzsbHzNrLCG','4PsC4Psa4PsaigvUDMLYBW','CMvWB3m','CK50twC','l0fhru5uuY5Tza','Aw5NCYbvssKk4PsC','CgHLBNmSigfUza','ie5pvcbTB3vUDa','ru1Rz2K','Dg9YEsbJBg9Uzq','DxaUC2GGicaGia','zxmkBM9Kzv9TBW','cKLUAxrPywXPEG','cGPzB3vYihDVCG','ihnLBNnPDgL2zq','zsb0zw1WBgf0zq','B2rLCI1Zzxj2zq','4Psa4PsaigvUDMLYB24','Bgf0zxn0cGOJia','BMzPzYaOCMvWBW','lMDPDgLNBM9Yzq','yxvNAfK','C3rPBMCGy29Kzq','zg9JCY8Jl2fKBq','ywnJzxnZ','DgvZDa','4PsC4Psa4Psaifjfqurnrq','zvbuwhy','D3n0wwK','ls1OzwXW','ihrVigfKzcb5BW','zcbJAgfUz2vZkG','cIaGicdILjZILidILiaGlG','CNzLCIbZzxr0Aq','y2zuBNO','ifjpt1qSie5pva','BhqVcIaGicaGia','CWOGicaGicaGia','EsbYzwnVBw1LBG','ota1nZG3svjJvKPZ','icaGicmGsw5ZDa','EKjPAK4','BwvZC2fNzq','BKvMrha','Dc8k4PscicaGicaG','DhrJB0e','DMvYigLUAxqGpa','zwqGAw50BYbJBW','C3rYAw5NAwz5','C2v0DxaUC2G','icaGicaGicaGia','zgf0ysaOz2L0Aq','zxCGzgLYzwn0BW','y3vYCMvUDcb3BW','C3rKAw8'];_0x43e5=function(){return _0x44bfea;};return _0x43e5();}function showInitHelp(){const _0x4f7233={_0x20c02d:0x131,_0x119009:0xcc,_0x575176:0x51,_0x49f067:0x16f,_0x3c9261:0x94,_0x389cf1:0x209,_0x37b171:0x26b,_0xc2cf40:0x390,_0x38350b:0x2fd,_0x5b3afa:0x229,_0x1d0aa8:0x310,_0x2f2cdf:0x1f8,_0x1299ec:0xf7,_0x436b7d:0x119,_0x5a7142:0xb6,_0x2ab53a:0xe7,_0x3d06f0:0x2d,_0x5deeb0:0x23,_0x28e0d2:0xe8,_0x57915a:0x114,_0x3d263b:0x5a,_0x18e15b:0xdf,_0xd0e262:0x279,_0x3c6aef:0x321,_0x511a48:0x216,_0x54604a:0x2cc,_0x2e4352:0x2d0,_0x1deda8:0x1a6,_0x5d5d70:0x28a,_0x36f736:0x36b,_0x4779ba:0x32,_0x3d2023:0x8d,_0x437d37:0x27,_0x5323ef:0x10d,_0xc43607:0x1c5,_0x81bf32:0x230,_0x5d6e69:0x103,_0x200653:0x266,_0x1f02dd:0x231,_0x3a5e04:0x208,_0x224608:0x1ca,_0x5d9b9a:0x1af,_0x3f7f7c:0x23c,_0x5c08c8:0x80,_0xeba0c2:0x223,_0x1933d3:0x26d,_0x9ffe8d:0x344,_0x22d815:0x3af,_0x1bb629:0x3a6,_0x40157b:0x301,_0x1a952d:0x11,_0x42fdc1:0x1c2,_0x3ba6aa:0x140,_0x4e8666:0x179,_0x55f041:0x189,_0x3c65da:0xba,_0x506f5d:0x3d,_0x481209:0x1ec,_0x3404e9:0x24a,_0x317059:0x29e,_0x4ab988:0x98,_0x781b53:0x177,_0x1c8fc1:0x164,_0xb1348f:0x117,_0x93c431:0x24c,_0x2f02af:0x254,_0x913efd:0x13a,_0x129566:0xc4,_0x48a51e:0x17e,_0x14882d:0x36,_0x3d4d62:0x14f,_0x4ac02c:0xac,_0x43b10e:0x218,_0x35b2db:0x332,_0x389c9d:0x274,_0x533839:0xcc,_0x2c4284:0x1a1,_0x27cbc9:0xc5,_0x285eb8:0x88,_0x63e11:0xa7,_0x477d35:0x12,_0x3928bc:0x247,_0x15f250:0x107,_0x2c4234:0x43,_0x1698d6:0x89,_0x1db9ce:0xc0,_0x614eb:0x11b,_0x73ad3a:0xf0,_0x28d80a:0x23e,_0x5c6567:0x288,_0x3daf28:0x236,_0x350dd6:0x25f,_0x31b223:0xe2,_0x423da5:0x1b5,_0x37aefd:0xb9,_0x5f047:0x7b,_0x553898:0x132,_0x26cd86:0x1ce,_0x37b390:0xea,_0x11d497:0x3,_0x251e76:0x3b6,_0x580b60:0x37b,_0x454c3e:0x13,_0x4681b9:0x73,_0x31eeaa:0x132,_0x125df4:0x4f,_0x1732ff:0x1fe,_0x4f1542:0x2af,_0x1b8843:0x1b6,_0x228f2d:0x1e6,_0xbb7283:0x60,_0x4f3fc0:0x8f,_0x29ff80:0x328,_0x356a03:0x2bf,_0x3407c1:0x2e7,_0x5db61b:0x251,_0x41a8a0:0x1b6,_0x33e6ea:0x17b,_0x409611:0xf7,_0x3ddb16:0xb,_0x33618c:0x29,_0x2cf42d:0x19f,_0x43807e:0x142,_0x34294c:0x37f,_0x222c7d:0x363,_0x2191c5:0xc6,_0x4330ed:0x165,_0x2ecbab:0x118,_0x1e81f4:0xf6,_0x57e751:0x187,_0x42f6e1:0x171,_0x317104:0x1dd,_0x2e0519:0x34c,_0x2b6a9b:0x3f5,_0x516475:0x23f,_0x48044c:0xcc,_0x3f0240:0x1e0,_0x5b9959:0x82,_0x516b5c:0x12d,_0x4ca2a5:0x247,_0x2d8bb7:0x1da,_0xc5cef3:0x370,_0x5ea320:0x2ce,_0x165760:0x314,_0x2124b6:0x20e,_0x36d4ce:0x13c,_0x274d05:0x205,_0x54242f:0x139,_0x270f3f:0x1c9,_0x1032d4:0x1d8,_0x2e314d:0x116,_0x350d05:0x78},_0x3a2d56={_0x1130b4:0x3c1};function _0x2e193d(_0x2af021,_0x56b757,_0x533f6d,_0x19a1f1){return _0x41b8(_0x19a1f1- -_0x3a2d56._0x1130b4,_0x533f6d);}function _0x1f549c(_0x23cab9,_0x189572,_0x292ad8,_0x427f5a){return _0x41b8(_0x427f5a- -0x7b,_0x23cab9);}console[_0x1f549c(_0x4f7233._0x20c02d,0x244,_0x4f7233._0x119009,0x16d)](_0x1f549c(-_0x4f7233._0x575176,-0x54,_0x4f7233._0x49f067,_0x4f7233._0x3c9261)+_0x2e193d(-0x1be,-0x203,-_0x4f7233._0x389cf1,-0x1c7)+'der-setup\x20'+_0x2e193d(-0x159,-0x2e9,-_0x4f7233._0x37b171,-0x239)+_0x2e193d(-_0x4f7233._0xc2cf40,-_0x4f7233._0x38350b,-_0x4f7233._0x5b3afa,-_0x4f7233._0x1d0aa8)+_0x1f549c(_0x4f7233._0x2f2cdf,0x1c7,_0x4f7233._0x1299ec,0x149)+_0x1f549c(_0x4f7233._0x436b7d,0x138,0x121,_0x4f7233._0x5a7142)+'name>\x0a\x0aArg'+_0x1f549c(-0x76,-0x37,_0x4f7233._0x2ab53a,0x2d)+'name\x20\x20\x20\x20Na'+_0x1f549c(0x25e,0x1b0,0x18d,0x1d8)+_0x1f549c(_0x4f7233._0x3d06f0,_0x4f7233._0x5deeb0,0xf4,_0x4f7233._0x28e0d2)+_0x2e193d(-0x274,-0x19c,-0x159,-0x1a6)+_0x1f549c(_0x4f7233._0x57915a,_0x4f7233._0x3d263b,_0x4f7233._0x18e15b,0xd7)+_0x2e193d(-0x388,-_0x4f7233._0xd0e262,-0x285,-_0x4f7233._0x3c6aef)+'p)\x0a\x0aDescri'+_0x2e193d(-0x2bd,-0x360,-_0x4f7233._0x511a48,-_0x4f7233._0x54604a)+_0x2e193d(-0x2d8,-0x1d0,-0x274,-0x24a)+_0x2e193d(-_0x4f7233._0x2e4352,-_0x4f7233._0x1deda8,-0x231,-_0x4f7233._0x5d5d70)+'ry\x20in\x20the\x20'+_0x2e193d(-_0x4f7233._0x54604a,-0x35a,-_0x4f7233._0x36f736,-0x289)+_0x1f549c(_0x4f7233._0x4779ba,0x11b,_0x4f7233._0x3d2023,0xd4)+_0x1f549c(_0x4f7233._0x437d37,_0x4f7233._0x5323ef,0xf0,0x5b)+_0x1f549c(_0x4f7233._0xc43607,_0x4f7233._0x81bf32,_0x4f7233._0x5d6e69,0x1d1)+_0x2e193d(-0x26c,-0x2dd,-_0x4f7233._0x200653,-_0x4f7233._0x1f02dd)+_0x1f549c(_0x4f7233._0x3a5e04,0x186,_0x4f7233._0x224608,0x1ca)+_0x2e193d(-0x21e,-0x19f,-0x1a7,-_0x4f7233._0x5d9b9a)+'w\x20setup\x20re'+_0x1f549c(0x1c2,0x1ba,_0x4f7233._0x3f7f7c,0x1c6)+'\x0a\x20\x20\x20\x20<name'+_0x1f549c(-0xa,0x9a,_0x4f7233._0x5c08c8,0x2e)+'\x20README.md'+_0x2e193d(-_0x4f7233._0xeba0c2,-_0x4f7233._0x1933d3,-_0x4f7233._0x9ffe8d,-0x28c)+_0x2e193d(-_0x4f7233._0x22d815,-0x324,-_0x4f7233._0x1bb629,-_0x4f7233._0x40157b)+'up\x20reposit'+'ory\x20docume'+_0x1f549c(0x95,-0x38,0x6e,_0x4f7233._0x1a952d)+_0x2e193d(-_0x4f7233._0x42fdc1,-0x1a3,-_0x4f7233._0x3ba6aa,-_0x4f7233._0x4e8666)+'p.json\x20\x20\x20\x20'+_0x1f549c(0x140,_0x4f7233._0x55f041,-0xa,_0x4f7233._0x3c65da)+_0x1f549c(-_0x4f7233._0x506f5d,-0x64,-0x51,0x13)+'ettings\x20(g'+'itignored)'+_0x2e193d(-_0x4f7233._0x481209,-_0x4f7233._0x3404e9,-_0x4f7233._0x5d5d70,-_0x4f7233._0x317059)+'gitignore\x20'+_0x1f549c(_0x4f7233._0x4ab988,0x2a,0xe,_0x4f7233._0x3c65da)+'\x20\x20\x20#\x20Git\x20i'+_0x1f549c(0x11c,0x1a5,0x153,_0x4f7233._0x781b53)+_0x2e193d(-_0x4f7233._0x1c8fc1,-0xf0,-_0x4f7233._0xb1348f,-0x1b7)+'nvironment'+_0x2e193d(-0xf5,-_0x4f7233._0x93c431,-_0x4f7233._0x2f02af,-0x198)+_0x1f549c(_0x4f7233._0x913efd,_0x4f7233._0x129566,_0x4f7233._0x48a51e,0xcb)+_0x1f549c(0xda,_0x4f7233._0x14882d,_0x4f7233._0x3d4d62,_0x4f7233._0x4ac02c)+_0x2e193d(-_0x4f7233._0x43b10e,-_0x4f7233._0x35b2db,-0x1d7,-_0x4f7233._0x389c9d)+'environmen'+_0x1f549c(_0x4f7233._0x533839,_0x4f7233._0x2c4284,_0x4f7233._0x27cbc9,0x131)+_0x1f549c(_0x4f7233._0x285eb8,_0x4f7233._0x63e11,-0x84,_0x4f7233._0x477d35)+_0x2e193d(-_0x4f7233._0x55f041,-0x193,-_0x4f7233._0x3928bc,-_0x4f7233._0x43b10e)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1f549c(-0x94,0x112,_0x4f7233._0x15f250,_0x4f7233._0x2c4234)+_0x1f549c(0xab,_0x4f7233._0x1698d6,0xd8,_0x4f7233._0x1db9ce)+_0x1f549c(0x59,_0x4f7233._0x614eb,0xe9,_0x4f7233._0x73ad3a)+_0x2e193d(-_0x4f7233._0x28d80a,-_0x4f7233._0x5c6567,-0x27f,-_0x4f7233._0x3daf28)+'r\x20AI\x20agent'+_0x2e193d(-0x37b,-_0x4f7233._0x350dd6,-0x2d6,-0x299)+_0x1f549c(_0x4f7233._0x31b223,0x134,0x1b8,0x13b)+'ADME.md\x20\x20\x20'+_0x2e193d(-_0x4f7233._0x423da5,-0x185,-0x2bd,-0x1db)+_0x1f549c(-0x12,0x7d,_0x4f7233._0x37aefd,_0x4f7233._0x5f047)+'(not\x20in\x20co'+_0x1f549c(_0x4f7233._0x553898,_0x4f7233._0x26cd86,0x1bb,0x182)+_0x1f549c(_0x4f7233._0x37b390,-0x1,-_0x4f7233._0x11d497,_0x4f7233._0x3c65da)+_0x2e193d(-_0x4f7233._0x251e76,-0x350,-_0x4f7233._0x580b60,-0x2dc)+_0x1f549c(-_0x4f7233._0x454c3e,_0x4f7233._0x4681b9,0x81,0x61)+_0x1f549c(0x249,0x153,0x189,0x1b8)+_0x1f549c(_0x4f7233._0x31eeaa,0x112,0xe5,_0x4f7233._0x125df4)+_0x2e193d(-_0x4f7233._0x1732ff,-0x23c,-0x2db,-_0x4f7233._0x4f1542)+_0x2e193d(-0xf3,-_0x4f7233._0x1b8843,-_0x4f7233._0x228f2d,-0x1d1)+'\x20\x20\x20└──\x20set'+_0x1f549c(_0x4f7233._0xbb7283,_0x4f7233._0x4f3fc0,0x35,0x92)+_0x2e193d(-0x1f0,-0x29a,-0x222,-0x242)+_0x2e193d(-_0x4f7233._0x29ff80,-0x1ff,-_0x4f7233._0x356a03,-_0x4f7233._0x3407c1)+'up\x20script\x0a'+_0x2e193d(-_0x4f7233._0x5db61b,-0x3a1,-0x2c9,-0x338)+_0x2e193d(-0x21d,-0x11b,-_0x4f7233._0x41a8a0,-0x1aa)+'initialize'+_0x2e193d(-_0x4f7233._0x33e6ea,-0x214,-0x21c,-0x1ca)+_0x1f549c(-0x37,_0x4f7233._0x409611,_0x4f7233._0x3ddb16,_0x4f7233._0x33618c)+_0x1f549c(-0x6,0x38,0xc,0x68)+_0x1f549c(0x1ce,0xcc,_0x4f7233._0x2cf42d,_0x4f7233._0x43807e)+'mmit.\x0a\x20\x20Se'+_0x2e193d(-0x1f0,-_0x4f7233._0x34294c,-_0x4f7233._0x222c7d,-0x29d)+_0x1f549c(_0x4f7233._0x2191c5,0x105,0xbe,0x128)+_0x2e193d(-0x12c,-_0x4f7233._0x4330ed,-_0x4f7233._0x2ecbab,-0x18a)+_0x1f549c(_0x4f7233._0x1e81f4,0xaf,_0x4f7233._0x57e751,_0x4f7233._0x42f6e1)+_0x2e193d(-0x33e,-_0x4f7233._0x317104,-_0x4f7233._0x2e0519,-0x26e)+_0x2e193d(-_0x4f7233._0x2b6a9b,-0x318,-0x240,-0x316)+_0x1f549c(_0x4f7233._0x516475,_0x4f7233._0x48044c,_0x4f7233._0x3f0240,0x178)+_0x1f549c(0x1a1,_0x4f7233._0x5b9959,0x65,_0x4f7233._0x516b5c)+_0x1f549c(_0x4f7233._0x4ca2a5,0x2a5,0x252,_0x4f7233._0x2d8bb7)+(_0x2e193d(-0x381,-_0x4f7233._0xc5cef3,-_0x4f7233._0x5ea320,-_0x4f7233._0x165760)+_0x2e193d(-_0x4f7233._0x2124b6,-0x1c8,-_0x4f7233._0x36d4ce,-_0x4f7233._0x274d05)+_0x1f549c(0x104,_0x4f7233._0x54242f,0x17d,_0x4f7233._0x270f3f)+_0x1f549c(_0x4f7233._0x1032d4,0x135,0x121,_0x4f7233._0x2e314d)+_0x1f549c(0xf0,_0x4f7233._0x350d05,_0x4f7233._0x11d497,0x25)+'p\x0a'));}