@profoundlogic/coderflow-server 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 _0x1d3f(_0x540454,_0x4d2404){_0x540454=_0x540454-(-0x1e*0x68+-0x1*0x4e5+0x1304);const _0x23ed40=_0x3fe2();let _0x18ef53=_0x23ed40[_0x540454];if(_0x1d3f['cvHwdy']===undefined){var _0x45b8b3=function(_0xedab4f){const _0x3a2b78='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x480ef3='',_0x4881b5='';for(let _0x462375=-0x149b+0x76*0x47+0x6b*-0x1d,_0x1306d9,_0xb94ad5,_0x1f9620=0x1*0x1edf+-0x20fc+0x21d;_0xb94ad5=_0xedab4f['charAt'](_0x1f9620++);~_0xb94ad5&&(_0x1306d9=_0x462375%(0x9*0x6f+-0x1d2c+0x1949)?_0x1306d9*(0x33b*-0x6+-0x10*0x224+0x1af1*0x2)+_0xb94ad5:_0xb94ad5,_0x462375++%(0x1*0x15ef+0x1*-0x7b9+-0xe32))?_0x480ef3+=String['fromCharCode'](0x12e8+-0x1f7d+-0x2*-0x6ca&_0x1306d9>>(-(-0xd*0x19e+0x1110+0x3f8)*_0x462375&-0x3*-0xbdd+-0x1*0x63f+-0x9c6*0x3)):0x1969+0xfd0+0x1*-0x2939){_0xb94ad5=_0x3a2b78['indexOf'](_0xb94ad5);}for(let _0x290f42=0xf9e*-0x1+0x3*0xc73+-0x15bb*0x1,_0x1f2f97=_0x480ef3['length'];_0x290f42<_0x1f2f97;_0x290f42++){_0x4881b5+='%'+('00'+_0x480ef3['charCodeAt'](_0x290f42)['toString'](0x1c0b+0x242b+0x45*-0xee))['slice'](-(-0x1f9c+0x5f1+0x19ad*0x1));}return decodeURIComponent(_0x4881b5);};_0x1d3f['jtierk']=_0x45b8b3,_0x1d3f['dyTDVN']={},_0x1d3f['cvHwdy']=!![];}const _0xaee6e0=_0x23ed40[-0x171e+-0x439+0x1b57],_0xae18c6=_0x540454+_0xaee6e0,_0x12852c=_0x1d3f['dyTDVN'][_0xae18c6];return!_0x12852c?(_0x18ef53=_0x1d3f['jtierk'](_0x18ef53),_0x1d3f['dyTDVN'][_0xae18c6]=_0x18ef53):_0x18ef53=_0x12852c,_0x18ef53;}(function(_0x58b175,_0x11d2bd){const _0x5c7fff={_0x3187a7:0x167,_0x169169:0x31c,_0x3a15ad:0x3af,_0x5a7b63:0x3b3,_0x5c6772:0x2c8,_0x286930:0x258,_0x203edc:0x1b9,_0x3eb27e:0x3c9,_0x24daa8:0x168,_0x4cf933:0x79,_0xd0c25f:0x27f,_0x595d2a:0x256,_0x1955a:0x236,_0x1dfe30:0x157,_0x1c10b9:0x2f0,_0x42268c:0x1bb,_0xfa42f6:0x14a,_0x3e0411:0x13,_0x5589dd:0xc3},_0x53df8f={_0x48ca1c:0x3b};function _0x2a23e2(_0x3d6ba5,_0x27367f,_0x4d1616,_0x32942e){return _0x1d3f(_0x4d1616- -0x1dd,_0x27367f);}function _0x4ddb93(_0x3e66de,_0x538f83,_0x265a70,_0x3b0031){return _0x1d3f(_0x3e66de-_0x53df8f._0x48ca1c,_0x3b0031);}const _0x34d38d=_0x58b175();while(!![]){try{const _0x3d61db=parseInt(_0x2a23e2(0x14a,0x144,0x13b,_0x5c7fff._0x3187a7))/(0x42b+-0x2313+0x1ee9)*(parseInt(_0x4ddb93(_0x5c7fff._0x169169,0x231,_0x5c7fff._0x3a15ad,_0x5c7fff._0x5a7b63))/(-0x1638+-0x6f7*0x1+0x1*0x1d31))+parseInt(_0x4ddb93(0x258,0x1e1,_0x5c7fff._0x5c6772,_0x5c7fff._0x286930))/(0x97*0x2+-0x945+0x81a)+parseInt(_0x2a23e2(0x1ae,0x1d8,0xee,_0x5c7fff._0x203edc))/(0x95c+0x702+-0x1a*0xa1)+parseInt(_0x4ddb93(0x3fc,0x480,0x389,_0x5c7fff._0x3eb27e))/(0xac1+-0x167e*-0x1+-0x213a)*(-parseInt(_0x2a23e2(0x24,_0x5c7fff._0x24daa8,_0x5c7fff._0x4cf933,0x2f))/(0xb3e*0x1+0xd*-0x279+-0x14ed*-0x1))+parseInt(_0x4ddb93(_0x5c7fff._0xd0c25f,0x2b9,0x1e9,_0x5c7fff._0x595d2a))/(-0x17*0x14f+-0x545*0x5+-0x4f*-0xb7)+-parseInt(_0x4ddb93(_0x5c7fff._0x1955a,0x28c,_0x5c7fff._0x1dfe30,_0x5c7fff._0x1c10b9))/(-0x191e+0xa3*-0xa+0x1f84)+-parseInt(_0x2a23e2(_0x5c7fff._0x42268c,0x2b2,0x1cb,_0x5c7fff._0xfa42f6))/(-0x1*-0x116f+0x1*0x18f2+0x152c*-0x2)*(parseInt(_0x2a23e2(_0x5c7fff._0x3e0411,0x15,0xad,_0x5c7fff._0x5589dd))/(-0xf4f*0x1+0x2165+0x6*-0x302));if(_0x3d61db===_0x11d2bd)break;else _0x34d38d['push'](_0x34d38d['shift']());}catch(_0x482717){_0x34d38d['push'](_0x34d38d['shift']());}}}(_0x3fe2,-0xe712f+0x1*-0x11dbb1+0x1*0x2a34f4));import _0x53120b from'fs/promises';import _0x16355f from'path';import{spawn}from'child_process';export async function initRepository(_0x23d65b){const _0x320fc8={_0x2eba23:0x441,_0x3e221c:0x3dd,_0x247df9:0x3ab,_0x1f4c3c:0x325,_0x5447ab:0x558,_0x55e9fc:0x42c,_0x31d301:0x504,_0x207e26:0x38c,_0x5ed2ad:0x3b6,_0x2cb2a0:0x349,_0x3787cc:0x3d9,_0x128eed:0x529,_0x3648d9:0x5f0,_0x5cb462:0x56f,_0x56eea0:0x4ba,_0x31e8d3:0x5f7,_0x2acc54:0x572,_0x4d7497:0x32e,_0x2449a2:0x27d,_0xdda455:0x3cc,_0x296d09:0x458,_0x28e8d7:0x49a,_0x383062:0x407,_0x13b978:0x538,_0x3e6706:0x4ac,_0x283d97:0x4d9,_0x391734:0x572,_0x48e756:0x51a,_0xc1b1cb:0x486,_0xeec887:0x4bb,_0x36389b:0x472,_0x762862:0x45e,_0x191c87:0x547,_0x494ffb:0x4b8,_0x467379:0x346,_0x24371d:0x4e6,_0x1a7b3f:0x44b,_0x3c3a03:0x666,_0x128003:0x4df,_0x389014:0x56d,_0x4090be:0x3a8,_0x26a855:0x32f,_0x134766:0x2b6,_0x2b8b6e:0x4f9,_0x5308a9:0x385,_0x25bf4d:0x41e,_0x56f2be:0x655,_0x502c75:0x4df,_0x5bf1e2:0x57d,_0x2a658e:0x45c,_0x27a164:0x3f9,_0x1f6161:0x3a7,_0x468854:0x448,_0x12e0bc:0x511,_0x162cc5:0x526,_0x20a996:0x448,_0xb84595:0x474,_0x1b6620:0x48c,_0x1bd669:0x4a0,_0x15984a:0x4b1,_0x504158:0x415,_0x4badbe:0x495,_0x3a9696:0x536,_0x26fb63:0x359,_0x44860e:0x3fe,_0x8d9fe8:0x4c6,_0x1f9105:0x391,_0x57f302:0x38e,_0x50f2a8:0x44a,_0x515a59:0x47c,_0x5adcd9:0x3b3,_0x3e9b9d:0x4a5,_0x65f14b:0x59f,_0x172521:0x4d6,_0x12bcce:0x3da,_0x1d5650:0x43d,_0x15fbc4:0x3a5,_0x46af63:0x3c2,_0x32f7fc:0x3e1,_0x503b97:0x4ea,_0x24ecf0:0x53f,_0x96b10d:0x545,_0x447b20:0x53e,_0x4e2d23:0x3ef,_0x1c678d:0x35a,_0x3545f6:0x471,_0x429196:0x54d,_0x15c428:0x487,_0x259504:0x35e,_0x29808b:0x2f8,_0x47219c:0x3f3,_0x2c9c43:0x329,_0x146273:0x3b6,_0xe586c5:0x37e,_0x3de58f:0x322,_0x27e113:0x3bf,_0x14af77:0x52a,_0x3ea5ae:0x565,_0x1907aa:0x4c1,_0x253a64:0x4bd,_0x51933d:0x3e8,_0x3f03a5:0x4de,_0x5a1a7b:0x4fb,_0x5b1f69:0x437,_0x36b93f:0x34c,_0x2175e5:0x3d7,_0x2996d3:0x4f4,_0x47463a:0x644,_0x9f5785:0x5c8,_0x4e511f:0x437,_0x11efcf:0x5a8,_0xd0f91a:0x45b,_0xc169c1:0x4c6,_0x1161b3:0x56e,_0x4b1282:0x519,_0x234ac2:0x421,_0x4f70fd:0x3fd,_0x2d7fc4:0x430,_0x183d08:0x44f,_0x1e5e57:0x39e,_0x213fb9:0x36c,_0x437a3e:0x52a,_0x5c3951:0x4b4,_0x1bee4b:0x40b,_0x29bcca:0x467,_0x1c0982:0x44d,_0x128843:0x464,_0x13edbb:0x4ed,_0x26147c:0x5ab,_0x359e05:0x5bc,_0x2ef83b:0x59f,_0x56f779:0x452,_0x5688da:0x486,_0x893426:0x3e7,_0x2a7131:0x2b8,_0x27a15f:0x619,_0x2db355:0x61a,_0x4b85b8:0x363,_0x583294:0x313,_0x3cf381:0x31a,_0x581d7c:0x55a,_0x108688:0x277,_0x57d5b9:0x48b,_0x441034:0x613,_0x301ec6:0x5aa,_0x57021c:0x544,_0x1855c5:0x3d1,_0x7da69d:0x3b9,_0x43b75c:0x423,_0x3743b9:0x53f,_0x538f9c:0x47d,_0x4d87c7:0x4d8,_0x1918ab:0x46f,_0x4dccc1:0x489,_0x40b0a6:0x399,_0x292ee7:0x5fd,_0x3e7c22:0x474,_0x3bda5c:0x50f,_0x3bfacf:0x48e,_0x57351a:0x49a,_0x129390:0x4dd,_0x21dbb9:0x3e1,_0x562b16:0x4c5,_0x27ce06:0x5a7,_0xc8c628:0x4e2,_0x4cc059:0x5a9,_0x5128f5:0x5c3,_0x4bf569:0x468,_0x5a8638:0x550,_0x25118b:0x420,_0x365bb7:0x4a7,_0x3411e8:0x2fe,_0x35f844:0x38f,_0x9a1dc5:0x40e,_0x456d72:0x56b,_0x5dd5f1:0x487,_0x41d1e8:0x3ea,_0xc6acc1:0x403,_0x359040:0x319,_0x93c267:0x279,_0x557306:0x492,_0x10bab1:0x523,_0x155682:0x41c,_0x475944:0x489,_0x2cd981:0x46d,_0x303a32:0x3b6,_0xcc9c96:0x474,_0x4cfaf7:0x536,_0x386ef4:0x5ce,_0x42f418:0x524,_0x3b7ffe:0x55c,_0x1d413b:0x4b7,_0x3461bc:0x496,_0x8c243e:0x51f,_0x2f3bf1:0x500,_0x1bb284:0x2b3,_0x27e54d:0x4c0,_0x3449cc:0x5cb,_0x3ac0a0:0x5a8,_0x55f4b3:0x5a4,_0x2da7c5:0x58a,_0x222654:0x3f0,_0x14de83:0x4d4,_0x4cb6b6:0x2c8,_0x5f0cd5:0x2ca,_0x102f9e:0x37b,_0x192960:0x678,_0x4a1afd:0x648,_0x356b03:0x44e,_0x196734:0x3f2,_0x447ded:0x4a3,_0x3abef5:0x451,_0x1def56:0x3e8,_0x4a8424:0x501,_0x3d4f80:0x4dc,_0x4838f1:0x425,_0x40092d:0x32b,_0x24ed94:0x4aa,_0x5233f4:0x42e,_0x548dc2:0x45e,_0x46da76:0x49d,_0x3d21f9:0x3e0,_0x2619f7:0x513,_0x5e00f4:0x341,_0x17d48d:0x392,_0x52e424:0x29d,_0x250f56:0x53b,_0x197ee7:0x688,_0x2a48cb:0x4d2,_0xe3a03e:0x41a,_0x2a7e47:0x5a2,_0x220c31:0x50a,_0x568759:0x52e,_0x461045:0x586,_0x3e5d65:0x67b,_0x28888a:0x5dd,_0x57f53a:0x5d7,_0x5e3b85:0x607,_0x2b5f07:0x47e,_0x39954e:0x3f2,_0x44cc79:0x3bc,_0x104024:0x36c,_0x53da27:0x3cf,_0x5d6ca5:0x27b,_0xd94cb5:0x451,_0x2e3028:0x4cd,_0x18f55c:0x474,_0x5e88ff:0x32b,_0xd3890c:0x3a8,_0x1fa8a7:0x37e,_0x247117:0x56a,_0x23d3cd:0x542,_0x4083cb:0x429,_0x3606a5:0x439,_0x42a426:0x4a4,_0xfe1e5a:0x35f,_0x1e1197:0x360,_0x3d73df:0x4e2,_0x8ee9c9:0x4ee,_0x1c80b6:0x39b,_0x1a2b01:0x4c3,_0x91bdb5:0x568,_0x5ce394:0x676,_0x4e6c41:0x620,_0x46c4e1:0x5c1,_0x2a4ae5:0x517,_0x1a5cd3:0x3c0,_0x40430d:0x457,_0x42f2a7:0x49e,_0x5e8c79:0x569,_0x3ab528:0x424,_0x3e8882:0x548,_0x3a3a80:0x442,_0x36bb0c:0x53b,_0x462603:0x65e,_0x5a37c5:0x5a1,_0x3e6c3a:0x34f,_0x1dc663:0x272,_0x32dc21:0x2d7,_0x187e22:0x55d,_0x5953de:0x3e8,_0x3d330e:0x4e2,_0x1202d8:0x4bc,_0x5a6645:0x351,_0x2d2ca0:0x3b8,_0x4c38a4:0x367,_0x3df74b:0x445,_0x365043:0x3a6,_0x25399c:0x484,_0x4b88fb:0x3e4,_0x196a02:0x4d9,_0x2a2237:0x4a3,_0x1b37f3:0x41e,_0x119c35:0x3c5,_0x1da1a5:0x373,_0x1feca5:0x393,_0x13c5e3:0x57b,_0x2690a8:0x381,_0x4b2a17:0x3b4,_0x4f8522:0x39b,_0x5a1542:0x427,_0x50dd91:0x4f0,_0x3ba063:0x433,_0x3abe71:0x584,_0x189c22:0x406,_0x8466d2:0x4a5,_0xa83974:0x396,_0x5c5b3a:0x650,_0x516c8c:0x42d,_0x4fe5fa:0x43e,_0x223ab4:0x3d8,_0x54fa16:0x418,_0x1a6c59:0x56c,_0x49d6f7:0x629,_0x5e4eef:0x68e,_0x7770cc:0x30e,_0x1611cb:0x2db,_0x5c519e:0x23f,_0x12b273:0x5d3,_0xc96c75:0x4fe,_0x2da630:0x3fb,_0x502cf8:0x574,_0x5a7d83:0x52f,_0x2d37be:0x3ba,_0x378ec7:0x469,_0x33fcf7:0x3ef,_0x396d22:0x642,_0x2036f1:0x498,_0x47d4cc:0x460,_0x178e53:0x3c1,_0x5f2437:0x47f,_0x2e412c:0x4f0,_0x45f6ae:0x321,_0x493487:0x640,_0x5db7fb:0x562,_0x372fdc:0x688,_0x275761:0x641,_0xd545ab:0x695,_0x54fa64:0x600,_0x323ca3:0x558,_0x41073c:0x3bb,_0x369913:0x46d,_0x39aeba:0x31b,_0x46c260:0x331,_0x533836:0x315,_0x363741:0x422,_0x166b53:0x4c5,_0x7534cb:0x532,_0x3eebe1:0x560,_0x192843:0x5b0,_0x555ebd:0x5e2,_0x548755:0x547,_0x30b880:0x551,_0x4706c5:0x609,_0x371a23:0x3bf,_0x38c26a:0x399,_0x858b4b:0x4de,_0x516858:0x444,_0x548318:0x447,_0x35a572:0x435,_0x3ffd58:0x312,_0x2e6051:0x2cb,_0x4bbbae:0x2d1,_0x1222a4:0x42a,_0x239df8:0x5bf,_0xc23013:0x48d,_0x28f43a:0x4cb,_0x5aa78b:0x419,_0x2c14bb:0x352,_0x24fb77:0x414,_0x3a8b74:0x3ad,_0x1f1200:0x4ef,_0x327132:0x335,_0x58b346:0x362,_0x400019:0x38a,_0x182bae:0x36e,_0x598f1c:0x598,_0x1ec786:0x520,_0x5667ec:0x53a,_0x2fd695:0x63a,_0x9b882c:0x58b,_0x30ea9c:0x41d,_0x37ab00:0x447,_0x3cdf82:0x482,_0x2aa485:0x43a,_0x88129c:0x4bb,_0x1aeaa2:0x4e3,_0xf53468:0x4f3,_0x3f3af6:0x682,_0x49b88c:0x5bb,_0x29c639:0x3e5,_0x2f96e7:0x477,_0x2ce89e:0x41e,_0x550248:0x401,_0x1385dd:0x3ee,_0x401867:0x37a,_0x18c08f:0x502,_0x1e9c0e:0x378,_0x17f807:0x5af,_0x190b91:0x5ef,_0x462852:0x3b5,_0x51beae:0x3b0,_0x24404a:0x53b,_0x1daa66:0x4e5,_0x1f3e50:0x4e7,_0x34cb99:0x454,_0x145e4d:0x37c,_0x284ac2:0x5f5,_0x4e0cc4:0x610,_0x51bf1f:0x549,_0x1745c8:0x435,_0x124e91:0x45c,_0x366ba5:0x4ec,_0x291943:0x46b,_0x419c1b:0x3e4,_0x5029ae:0x446,_0x3024a2:0x463,_0x496e6f:0x427,_0x450078:0x59e,_0xb909cc:0x4e8,_0x376ff2:0x5b4,_0x5a9ea0:0x411,_0x280796:0x4da,_0x16da2d:0x4fb,_0x315ce6:0x2a3,_0x4f72b7:0x33d,_0xabd402:0x35d,_0x553fee:0x2a8,_0x2262b8:0x2f5,_0xc6a26b:0x29f,_0x21fb20:0x479,_0x4aec39:0x529,_0x116df:0x3f5,_0x346e2a:0x4c2,_0x383960:0x34e,_0x1d58a5:0x26a,_0x316abf:0x58f,_0x534766:0x585,_0x3522a7:0x580,_0x56a406:0x436,_0x3ee4d3:0x491,_0x239a72:0x4ce,_0x839e01:0x4e6,_0x383dbe:0x32d,_0x148448:0x3f4,_0x5e750b:0x591,_0x1ea729:0x420,_0x3ada4e:0x3de,_0x282d43:0x590,_0x4738f3:0x521,_0x4bdd50:0x42a,_0x2b0e40:0x53c,_0x27da46:0x4de,_0x2bb8a6:0x623,_0x4c090d:0x575,_0x327601:0x4ad,_0x2531b9:0x470,_0x2c2d57:0x4f2,_0x8f6131:0x5b5,_0x3cf2f9:0x4e9,_0x4bb019:0x6a7,_0x29f687:0x5bd,_0x40b1fd:0x3e6,_0x2b05f9:0x43b,_0x28b1f3:0x2ae,_0x46c471:0x456,_0xcd81d2:0x44c,_0x36fac2:0x540,_0x4e4ac7:0x6b7,_0x416baf:0x5f7,_0x51a6cb:0x4c1,_0x49306a:0x426,_0x225a8e:0x439,_0x57eebe:0x47a,_0x19542f:0x537,_0x376efd:0x340,_0x24821e:0x4fe,_0x3649e8:0x543,_0x6a4f4f:0x304,_0x1d0653:0x307,_0x471454:0x52d,_0x2e6779:0x5bf,_0x5afd6b:0x539,_0x5477f2:0x4ea,_0x1ac431:0x41f,_0x4c071c:0x4e5,_0x37f68c:0x482,_0xabfd15:0x440,_0x3cb544:0x582,_0xa308b2:0x5c6,_0x53a38f:0x3ee,_0x42f573:0x554,_0x5baff9:0x47b,_0x242788:0x560,_0x453d05:0x614,_0xb13e56:0x5ba,_0x2b4699:0x5d8,_0x1c7165:0x46e,_0x302348:0x3e5,_0x58a962:0x3ba,_0x38f37a:0x4eb,_0x25a919:0x41d,_0x3eed85:0x3af,_0x513c0b:0x36d,_0x54317c:0x3dd,_0x4398ff:0x375,_0x373ada:0x626,_0x152944:0x4d3,_0x513510:0x45d,_0x360135:0x431,_0x598540:0x3ce,_0x2b87de:0x48e,_0x215668:0x343,_0x1e72b7:0x55e,_0x27821a:0x464,_0x27853d:0x4f6,_0x48bdd3:0x436,_0x25c5a0:0x5d9,_0x3a2c50:0x39f,_0x285b4e:0x38b,_0x544b20:0x3ef,_0x2f8413:0x67e,_0xdec0c0:0x59a,_0x17a57e:0x478,_0x5df6f0:0x536,_0x4388c9:0x3ac,_0x374eb1:0x517,_0x588a17:0x5e1,_0x5cf6cc:0x593,_0x5e94b7:0x3c9,_0x53003b:0x5d2,_0x207875:0x645,_0x2c572c:0x5ec,_0x3f42f8:0x438,_0x133924:0x5b9,_0x54db9e:0x561,_0x1b6795:0x444,_0x2d172f:0x3a4,_0x2cd17c:0x381,_0x2cc196:0x342,_0x33d831:0x29d,_0x3cede0:0x481,_0x680887:0x54f,_0x10151d:0x494,_0x4de932:0x35a,_0x176398:0x2ef,_0xd08624:0x339,_0x1e075b:0x564,_0x3af1e6:0x5fb,_0x55bd16:0x514,_0x344554:0x603,_0x1613e9:0x5f9,_0x20d0bc:0x583,_0x414f9b:0x3eb,_0x17ed1a:0x413,_0x14e404:0x4bf,_0xc4bfd8:0x4bb,_0x5a3fed:0x408,_0x15dbe3:0x4af,_0x2bae64:0x516,_0x1c91e0:0x491,_0x3d5fab:0x574,_0x259acb:0x545,_0x39bddb:0x65b,_0x5727ad:0x45d,_0x118cc0:0x53b,_0x625918:0x327,_0x39fffb:0x287,_0x55886c:0x269,_0x2f70c7:0x5cd,_0x5dc071:0x665,_0x2639bb:0x570,_0x17e364:0x4d0,_0x405c85:0x38f,_0x4b2a79:0x443,_0x17d0b7:0x3ce,_0x58b8bf:0x507,_0x1ed0bb:0x50b,_0xce5def:0x506,_0xc6a496:0x3fc,_0x4caaa7:0x2ad,_0x4b63e4:0x404,_0x1d859a:0x3b0,_0x31c042:0x47e,_0x174fbe:0x504,_0x3e2247:0x4ea,_0x33b823:0x357,_0x557161:0x3ed,_0x2dc4d4:0x542,_0x39fa5d:0x65c,_0x30cd7c:0x608,_0x1c7681:0x578,_0x1ac8fe:0x6b6,_0x15b830:0x5ee,_0x577417:0x333,_0x1918bb:0x26d,_0xeb8ada:0x37c,_0x5e08c6:0x42b,_0x4e78d5:0x5ef,_0x14b608:0x40c,_0xf1b22c:0x3ec,_0x3f23ed:0x490,_0x49545f:0x54c,_0x4b3912:0x53d,_0x407c7e:0x51e,_0x6ab1ee:0x526,_0x25d9fa:0x5b8,_0x5276c5:0x386,_0x488879:0x34a,_0x3fbe1e:0x4b3,_0x56e233:0x416,_0x3c142d:0x447,_0x37609a:0x579,_0x2c5101:0x4b7,_0x139132:0x3c8,_0x15efe0:0x402,_0x37f7f7:0x585,_0x5e66ba:0x305,_0x2ca5da:0x553,_0x114d81:0x595,_0x35439a:0x692,_0x3273aa:0x63e,_0xf7ff87:0x5af,_0x546fc7:0x4bf,_0x442a39:0x51d,_0x1eb0fb:0x46e,_0x398ba0:0x3a1,_0x32b05d:0x302,_0x1d88cd:0x406,_0x3a8dc9:0x305,_0x439098:0x35b,_0x366599:0x61b,_0x12ea75:0x3c5,_0x29582a:0x53e,_0x3ba49d:0x482,_0x3d1a6a:0x3c8,_0x38a80a:0x3e4,_0x58dd10:0x42a,_0x1c5908:0x4c0,_0x8b9d4f:0x34f,_0x5737eb:0x33a,_0x190acb:0x400,_0x36d1c8:0x353,_0xe40fd5:0x3a8,_0x428f46:0x2b2,_0x313208:0x2ea,_0x4a55b6:0x2ca,_0x592084:0x37b,_0xb00e8:0x3e9,_0x1530f8:0x35f,_0x51072a:0x417,_0x208b4a:0x428,_0x19dca5:0x504,_0x5d80cd:0x522,_0x248b92:0x4e0,_0x4a1305:0x385,_0x132d1d:0x4b6,_0x52e80f:0x520,_0x1ac9f5:0x5c2,_0x4d8686:0x4cc,_0x35eff1:0x4ed,_0x5d8270:0x579,_0x1df501:0x4c4,_0x22d97c:0x5cf,_0x557a29:0x68a,_0x1eac02:0x597,_0x5e4ba8:0x567,_0x8860ee:0x5c7,_0x236002:0x583,_0x40a5a0:0x483,_0x1d11a9:0x4e4,_0xcda6ce:0x46d,_0x44bc34:0x553,_0x782902:0x4c9,_0x5204b1:0x422,_0x5217e2:0x3bd,_0x27a71e:0x3be,_0x269100:0x41f,_0x2116fa:0x492,_0x10a5bf:0x416,_0x981853:0x4ed,_0x46b215:0x411,_0xe53e50:0x323,_0x4e4252:0x5aa,_0x2b3781:0x563,_0x39f85b:0x32a,_0x23847d:0x3da,_0x37633e:0x585,_0x21b934:0x577,_0x2111bb:0x506,_0x2c70a5:0x46c,_0x2697a5:0x2f3,_0x91374a:0x409,_0x5f355d:0x49d,_0x482c05:0x4a4,_0x181540:0x438,_0x1464e7:0x676,_0xa918b9:0x587,_0x4f8f2c:0x509,_0xd55729:0x5a8,_0x2470f2:0x53d,_0x3b7eb8:0x41a,_0xa3c04f:0x555,_0x1ad829:0x374,_0x356f90:0x39c,_0x3bf1ad:0x503,_0x385cde:0x4bf,_0x17bae5:0x3e1},_0x1907f2={'TtfSb':function(_0x2cf62e,_0x28736a){return _0x2cf62e===_0x28736a;},'jihjt':_0x14247f(_0x320fc8._0x2eba23,_0x320fc8._0x3e221c,0x4cd,0x430),'tZPQg':function(_0x953520,_0x32160f){return _0x953520===_0x32160f;},'RHinM':function(_0x243a3e){return _0x243a3e();},'ZYRaF':function(_0xbe3d6f,_0x414cea){return _0xbe3d6f(_0x414cea);},'hGXqh':function(_0x3b62d3,_0x4e82d6,_0x392896,_0x1915d6){return _0x3b62d3(_0x4e82d6,_0x392896,_0x1915d6);},'tYvmX':_0x3c863d(_0x320fc8._0x247df9,0x3ec,_0x320fc8._0x1f4c3c,0x41e),'pEtdJ':_0x14247f(_0x320fc8._0x5447ab,0x5e2,0x623,0x5ac),'PYmvk':'close','RqvRv':_0x14247f(0x464,0x58e,_0x320fc8._0x55e9fc,_0x320fc8._0x31d301),'IhIYh':function(_0x2393ac,_0x5caf37){return _0x2393ac===_0x5caf37;},'MOIBQ':_0x3c863d(0x3d3,_0x320fc8._0x207e26,_0x320fc8._0x5ed2ad,0x3dd),'FBelV':function(_0x2d8890,_0x23cf0f){return _0x2d8890===_0x23cf0f;},'sSahZ':function(_0x101f3c){return _0x101f3c();},'qijZy':function(_0x3d7499,_0x4406f1){return _0x3d7499===_0x4406f1;},'SjSJT':_0x3c863d(_0x320fc8._0x2cb2a0,_0x320fc8._0x3787cc,0x334,0x2d6),'fgYZV':_0x14247f(0x629,0x51d,0x55b,0x59b)+_0x14247f(_0x320fc8._0x128eed,0x53a,_0x320fc8._0x3648d9,_0x320fc8._0x5cb462)+_0x14247f(_0x320fc8._0x56eea0,0x4b1,_0x320fc8._0x31e8d3,_0x320fc8._0x2acc54)+'>','BnhPR':'Error:\x20Rep'+_0x14247f(0x4eb,0x4a9,0x63e,0x559)+_0x3c863d(_0x320fc8._0x4d7497,_0x320fc8._0x2449a2,0x40b,_0x320fc8._0xdda455)+'ired','DIxkd':_0x3c863d(_0x320fc8._0x296d09,0x457,_0x320fc8._0x28e8d7,0x37e)+_0x3c863d(0x452,_0x320fc8._0x383062,_0x320fc8._0x13b978,_0x320fc8._0x3e6706)+_0x14247f(_0x320fc8._0x283d97,_0x320fc8._0x391734,_0x320fc8._0x48e756,_0x320fc8._0xc1b1cb)+_0x14247f(_0x320fc8._0xeec887,0x4b6,_0x320fc8._0x36389b,_0x320fc8._0x762862)+'letters,\x20n'+_0x14247f(0x64a,_0x320fc8._0x191c87,_0x320fc8._0x494ffb,0x565)+'phens,\x20and'+_0x3c863d(_0x320fc8._0x467379,0x2ab,0x28e,0x3d0)+'es','prbvl':function(_0x2c81d8,_0x457a85){return _0x2c81d8!==_0x457a85;},'fOegk':_0x3c863d(_0x320fc8._0x24371d,0x41b,0x579,_0x320fc8._0x1a7b3f),'vSfbM':_0x14247f(0x502,_0x320fc8._0x3c3a03,0x56b,0x5b2),'rciJU':_0x3c863d(_0x320fc8._0x128003,0x5ae,_0x320fc8._0x389014,0x47f),'kAdDn':_0x3c863d(_0x320fc8._0x4090be,0x347,_0x320fc8._0x26a855,_0x320fc8._0x134766),'zfiyM':_0x14247f(_0x320fc8._0x2b8b6e,0x3cc,_0x320fc8._0x5308a9,_0x320fc8._0x25bf4d),'XAKol':function(_0x126deb,_0x4b7bfa){return _0x126deb+_0x4b7bfa;},'MIGzd':'Default\x20en'+_0x14247f(0x552,_0x320fc8._0x56f2be,_0x320fc8._0x502c75,_0x320fc8._0x5bf1e2),'xVrAu':_0x14247f(_0x320fc8._0x2a658e,_0x320fc8._0x27a164,_0x320fc8._0x1f6161,_0x320fc8._0x468854)+_0x14247f(_0x320fc8._0x12e0bc,0x52e,0x577,_0x320fc8._0x162cc5),'INCbJ':_0x14247f(0x505,0x46f,0x46b,_0x320fc8._0x20a996)+'ts','EEsVU':_0x3c863d(0x402,_0x320fc8._0xb84595,_0x320fc8._0x1b6620,0x437),'dvJcd':_0x14247f(_0x320fc8._0x1bd669,0x55d,0x3fb,_0x320fc8._0x15984a),'asKVK':_0x3c863d(0x423,_0x320fc8._0x504158,_0x320fc8._0x4badbe,0x334)+_0x14247f(_0x320fc8._0x3a9696,0x654,0x62e,0x568),'ZoRaN':function(_0xc0b182,_0x1ddbb5){return _0xc0b182&&_0x1ddbb5;},'NxsRr':'✓\x20Git\x20repo'+_0x3c863d(_0x320fc8._0x26fb63,0x2b7,0x3ed,_0x320fc8._0x467379)+_0x3c863d(_0x320fc8._0x44860e,_0x320fc8._0x8d9fe8,_0x320fc8._0x1f9105,_0x320fc8._0x57f302)+_0x3c863d(_0x320fc8._0x50f2a8,_0x320fc8._0x515a59,_0x320fc8._0x5adcd9,_0x320fc8._0x3e9b9d)+'l\x20commit','TTqoo':function(_0x27ab5c,_0x4ec068){return _0x27ab5c!==_0x4ec068;},'ZclqW':_0x3c863d(0x4ce,_0x320fc8._0x65f14b,0x4a3,0x536),'YeeOB':_0x14247f(_0x320fc8._0x2eba23,_0x320fc8._0x172521,_0x320fc8._0x12bcce,_0x320fc8._0x1d5650)+_0x3c863d(0x359,_0x320fc8._0x15fbc4,0x3a9,0x440)+_0x3c863d(0x475,_0x320fc8._0x46af63,0x441,_0x320fc8._0x32f7fc)+_0x14247f(_0x320fc8._0x503b97,0x4fc,0x4a8,_0x320fc8._0x24ecf0)+'mmit\x20skipp'+_0x14247f(0x436,_0x320fc8._0x96b10d,_0x320fc8._0x447b20,0x511)};function _0x3c863d(_0x53432d,_0x3a45e4,_0x3089f8,_0x30eee8){return _0x1d3f(_0x53432d-0x11f,_0x30eee8);}let _0x4618d6=null;for(const _0x5cb4b2 of _0x23d65b){if(_0x1907f2[_0x3c863d(0x37e,_0x320fc8._0x4e2d23,0x303,_0x320fc8._0x1c678d)](_0x1907f2[_0x3c863d(_0x320fc8._0x3545f6,_0x320fc8._0x429196,_0x320fc8._0x15c428,0x3e8)],_0x3c863d(0x3d3,0x402,_0x320fc8._0x259504,_0x320fc8._0x29808b))){if(_0x1907f2[_0x3c863d(_0x320fc8._0x47219c,0x471,0x330,0x4e5)](_0x5cb4b2,_0x3c863d(_0x320fc8._0x2c9c43,0x3e2,0x3b5,_0x320fc8._0x146273))||_0x1907f2[_0x3c863d(_0x320fc8._0x47219c,0x357,0x465,0x410)](_0x5cb4b2,'-h'))_0x1907f2[_0x3c863d(0x362,_0x320fc8._0xe586c5,_0x320fc8._0x3de58f,_0x320fc8._0x27e113)](showInitHelp),process[_0x14247f(0x445,_0x320fc8._0x14af77,_0x320fc8._0x3ea5ae,0x4e8)](-0x85a*-0x3+0x21ba+0x98*-0x63);else!_0x5cb4b2[_0x3c863d(_0x320fc8._0x1907aa,0x487,_0x320fc8._0x253a64,_0x320fc8._0x51933d)]('--')&&(_0x4618d6=_0x5cb4b2);}else{if(_0x1907f2[_0x3c863d(0x4ac,_0x320fc8._0x3f03a5,_0x320fc8._0x5a1a7b,0x52f)](_0x3617b5,_0x1907f2['jihjt'])||_0x1907f2[_0x3c863d(0x446,_0x320fc8._0x5b1f69,0x45a,_0x320fc8._0x56eea0)](_0x3d6f71,'-h'))_0x1907f2['RHinM'](_0x2852c6),_0x21665f[_0x3c863d(0x3e1,_0x320fc8._0x36b93f,0x2f9,_0x320fc8._0x2175e5)](-0x925+-0x10c5+0x1f*0xd6);else!_0xc155fc[_0x14247f(_0x320fc8._0x2996d3,_0x320fc8._0x47463a,0x669,_0x320fc8._0x9f5785)]('--')&&(_0x180812=_0x5e2b8a);}}if(!_0x4618d6){if(_0x1907f2[_0x14247f(0x50c,_0x320fc8._0x1a7b3f,0x42c,_0x320fc8._0x4e511f)](_0x1907f2[_0x14247f(_0x320fc8._0x11efcf,0x52c,_0x320fc8._0xd0f91a,_0x320fc8._0xc169c1)],_0x3c863d(0x349,0x25d,0x300,0x385))){const _0x438db5=(_0x14247f(0x538,_0x320fc8._0x1161b3,_0x320fc8._0x128eed,0x546)+'4')['split']('|');let _0x3e1407=-0x1ba2+0x1*0x1e59+-0x2b7;while(!![]){switch(_0x438db5[_0x3e1407++]){case'0':console[_0x14247f(_0x320fc8._0x4b1282,_0x320fc8._0x234ac2,0x502,_0x320fc8._0x31d301)]('');continue;case'1':console[_0x3c863d(_0x320fc8._0x4f70fd,0x382,0x444,_0x320fc8._0x2d7fc4)]('');continue;case'2':console['error'](_0x3c863d(_0x320fc8._0x183d08,_0x320fc8._0x1e5e57,0x522,_0x320fc8._0x213fb9)+_0x3c863d(0x460,0x50b,_0x320fc8._0x437a3e,_0x320fc8._0x5c3951)+_0x14247f(0x5b7,0x449,_0x320fc8._0xc1b1cb,0x522)+_0x3c863d(_0x320fc8._0x1bee4b,0x498,0x341,0x345)+_0x14247f(_0x320fc8._0x253a64,0x548,0x4b1,0x478));continue;case'3':console['error'](_0x1907f2['fgYZV']);continue;case'4':process[_0x14247f(_0x320fc8._0x29bcca,_0x320fc8._0x1c0982,0x430,0x4e8)](0xdd3+0x2479+0x5*-0xa0f);continue;case'5':console[_0x3c863d(0x3fd,0x30a,_0x320fc8._0x128843,0x41e)](_0x1907f2[_0x14247f(_0x320fc8._0x13edbb,_0x320fc8._0x26147c,0x5ce,_0x320fc8._0x359e05)]);continue;}break;}}else _0x23de83[_0x14247f(_0x320fc8._0x2ef83b,0x5d9,0x572,_0x320fc8._0x31d301)]('Error:\x20Rep'+_0x3c863d(_0x320fc8._0x56f779,0x525,0x41e,_0x320fc8._0x494ffb)+_0x14247f(0x54b,0x4e5,0x4e9,_0x320fc8._0x5688da)+_0x3c863d(0x357,_0x320fc8._0x893426,0x41f,_0x320fc8._0x2a7131)+'letters,\x20n'+'umbers,\x20hy'+_0x14247f(_0x320fc8._0x27a15f,_0x320fc8._0x2db355,0x64d,0x5c9)+_0x14247f(_0x320fc8._0x4b85b8,0x38d,0x362,0x44d)+'es'),_0x1a8774[_0x3c863d(_0x320fc8._0x32f7fc,_0x320fc8._0x583294,_0x320fc8._0x3cf381,0x322)](0x11*0x8b+0x16d*0x16+-0x2898);}!/^[a-zA-Z0-9_-]+$/[_0x3c863d(0x481,0x410,0x414,0x476)](_0x4618d6)&&(console[_0x14247f(0x479,_0x320fc8._0x581d7c,0x42b,0x504)](_0x1907f2[_0x3c863d(_0x320fc8._0x36b93f,0x269,_0x320fc8._0x108688,0x39e)]),process['exit'](-0x1*0xffd+0x699*0x5+-0x10ff));function _0x14247f(_0x60b100,_0x23259d,_0x195dba,_0x2647b1){return _0x1d3f(_0x2647b1-0x226,_0x195dba);}const _0x359f95=_0x16355f['resolve'](_0x4618d6);try{_0x1907f2[_0x14247f(_0x320fc8._0x57d5b9,_0x320fc8._0x441034,_0x320fc8._0x301ec6,_0x320fc8._0x57021c)](_0x1907f2[_0x3c863d(_0x320fc8._0x1855c5,_0x320fc8._0x7da69d,0x47d,_0x320fc8._0x43b75c)],_0x1907f2[_0x14247f(0x54f,_0x320fc8._0x3743b9,_0x320fc8._0x538f9c,_0x320fc8._0x4d87c7)])?_0x540454(![]):(await _0x53120b[_0x3c863d(_0x320fc8._0x1918ab,0x3ce,_0x320fc8._0x4dccc1,_0x320fc8._0x40b0a6)](_0x359f95),console[_0x14247f(0x58f,0x5cc,0x48d,0x504)]('Error:\x20Dir'+_0x14247f(0x562,_0x320fc8._0x292ee7,_0x320fc8._0x3e7c22,_0x320fc8._0x3bda5c)+_0x4618d6+(_0x14247f(_0x320fc8._0x3bfacf,_0x320fc8._0x57351a,_0x320fc8._0x129390,0x48b)+'exists')),process[_0x3c863d(_0x320fc8._0x21dbb9,0x35c,0x33e,_0x320fc8._0x562b16)](-0x2*0x9d2+0x2523+0x2*-0x8bf));}catch{}console[_0x14247f(0x553,0x3f0,_0x320fc8._0x27ce06,0x4c4)](_0x14247f(0x51b,_0x320fc8._0xc8c628,_0x320fc8._0x4cc059,_0x320fc8._0x5128f5)+'ng\x20setup\x20r'+_0x14247f(_0x320fc8._0x3545f6,_0x320fc8._0x4bf569,0x5ab,_0x320fc8._0x5a8638)+'in\x20current'+'\x20directory'+_0x3c863d(_0x320fc8._0x25118b,0x419,0x362,_0x320fc8._0x365bb7)+_0x4618d6),console[_0x3c863d(0x3bd,_0x320fc8._0x3411e8,_0x320fc8._0x35f844,_0x320fc8._0x9a1dc5)]('');try{const _0x4fa317={};_0x4fa317[_0x14247f(_0x320fc8._0x456d72,_0x320fc8._0x5dd5f1,0x4ba,0x475)]=!![],await _0x53120b[_0x14247f(0x457,0x46a,_0x320fc8._0x41d1e8,0x420)](_0x359f95,_0x4fa317);const _0x2cbd3f={};_0x2cbd3f[_0x3c863d(0x36e,_0x320fc8._0xc6acc1,0x44c,0x3bb)]=!![],await _0x53120b[_0x3c863d(_0x320fc8._0x359040,0x2f9,_0x320fc8._0x93c267,0x251)](_0x16355f['join'](_0x359f95,_0x14247f(_0x320fc8._0x557306,_0x320fc8._0x10bab1,0x535,0x448)+'ts',_0x1907f2[_0x3c863d(_0x320fc8._0x155682,0x37f,0x41b,_0x320fc8._0x475944)]),_0x2cbd3f);const _0x390081={};_0x390081[_0x3c863d(0x41a,_0x320fc8._0x2cd981,0x3f2,_0x320fc8._0x303a32)]=_0x4618d6,_0x390081[_0x14247f(_0x320fc8._0xcc9c96,_0x320fc8._0x4cfaf7,_0x320fc8._0x386ef4,_0x320fc8._0x42f418)+_0x14247f(_0x320fc8._0x3b7ffe,_0x320fc8._0x1d413b,0x48b,0x57d)]=_0x1907f2[_0x3c863d(0x41c,0x4cf,_0x320fc8._0x3461bc,0x465)],_0x390081[_0x14247f(0x503,0x533,_0x320fc8._0x8c243e,_0x320fc8._0x2f3bf1)+_0x3c863d(0x310,0x2ca,_0x320fc8._0x1bb284,0x35c)]=_0x1907f2[_0x14247f(_0x320fc8._0x27e54d,_0x320fc8._0x3449cc,0x673,_0x320fc8._0x3ac0a0)],_0x390081[_0x3c863d(0x4af,_0x320fc8._0x55f4b3,0x3fa,_0x320fc8._0x2da7c5)+'ge']=_0x1907f2[_0x3c863d(_0x320fc8._0x222654,_0x320fc8._0x14de83,_0x320fc8._0xeec887,0x458)];const _0x2f53b4=_0x390081;await _0x53120b[_0x3c863d(0x38f,_0x320fc8._0x4cb6b6,_0x320fc8._0x5f0cd5,_0x320fc8._0x102f9e)](_0x16355f[_0x14247f(_0x320fc8._0x192960,_0x320fc8._0x4a1afd,0x65f,0x598)](_0x359f95,_0x1907f2[_0x3c863d(_0x320fc8._0x356b03,_0x320fc8._0x196734,0x390,0x51f)]),_0x1907f2['XAKol'](JSON[_0x3c863d(0x3b3,_0x320fc8._0x447ded,0x2fc,0x30f)](_0x2f53b4,null,-0x1bec*-0x1+-0x3c8*-0x8+-0x2*0x1d15),'\x0a'));const _0x5dc8b2={};_0x5dc8b2[_0x3c863d(0x41a,_0x320fc8._0x3abef5,0x4bd,_0x320fc8._0x1def56)]=_0x1907f2['vSfbM'],_0x5dc8b2[_0x14247f(0x4cd,_0x320fc8._0x515a59,0x4d5,_0x320fc8._0x4a8424)+'n']=_0x1907f2[_0x3c863d(_0x320fc8._0x3d4f80,0x4ae,0x584,0x53f)],_0x5dc8b2['image_name']=_0x1907f2[_0x3c863d(0x41c,0x4c2,0x407,_0x320fc8._0x4838f1)],_0x5dc8b2[_0x3c863d(_0x320fc8._0x27a164,0x3ae,_0x320fc8._0x40092d,0x320)+_0x14247f(0x37f,_0x320fc8._0x24ed94,0x481,0x417)]=_0x14247f(0x692,0x610,0x5ee,0x5e6),_0x5dc8b2[_0x14247f(_0x320fc8._0x5233f4,_0x320fc8._0x548dc2,_0x320fc8._0x4dccc1,_0x320fc8._0x46da76)]=[];const _0x3b36a1=_0x5dc8b2;await _0x53120b[_0x14247f(_0x320fc8._0x3d21f9,0x44d,_0x320fc8._0x2619f7,0x496)](_0x16355f[_0x3c863d(0x491,0x4ca,0x446,0x56e)](_0x359f95,_0x3c863d(_0x320fc8._0x5e00f4,_0x320fc8._0x17d48d,0x29e,_0x320fc8._0x52e424)+'ts',_0x14247f(0x5dc,_0x320fc8._0x250f56,_0x320fc8._0x197ee7,0x5b2),_0x1907f2[_0x14247f(_0x320fc8._0x2a48cb,0x496,0x3d6,_0x320fc8._0xe3a03e)]),JSON['stringify'](_0x3b36a1,null,0x44f*0x3+0xc41*-0x3+-0x2fb*-0x8)+'\x0a');const _0x4c98f2='#\x20'+_0x4618d6+(_0x14247f(0x49f,_0x320fc8._0x2a7e47,_0x320fc8._0x220c31,_0x320fc8._0x568759)+_0x14247f(_0x320fc8._0x461045,_0x320fc8._0x3e5d65,_0x320fc8._0x28888a,0x5d9)+'w\x20setup\x20re'+_0x14247f(_0x320fc8._0x57f53a,_0x320fc8._0x5e3b85,0x506,0x5c5)+_0x3c863d(0x3f5,0x375,_0x320fc8._0x447ded,0x425)+_0x3c863d(_0x320fc8._0x1a7b3f,0x382,_0x320fc8._0x2b5f07,0x458)+_0x3c863d(_0x320fc8._0x39954e,_0x320fc8._0x44cc79,0x34b,0x304)+_0x3c863d(_0x320fc8._0x104024,_0x320fc8._0x53da27,_0x320fc8._0x5d6ca5,_0x320fc8._0x47219c)+_0x14247f(0x4d6,_0x320fc8._0xd94cb5,0x577,_0x320fc8._0x2e3028)+'ask\x20templa'+_0x3c863d(0x465,0x433,_0x320fc8._0x383062,_0x320fc8._0x18f55c)+'-assisted\x20'+_0x3c863d(_0x320fc8._0x5e88ff,_0x320fc8._0xd3890c,0x301,_0x320fc8._0x1fa8a7)+_0x14247f(0x55c,_0x320fc8._0x247117,_0x320fc8._0x23d3cd,0x58d)+_0x3c863d(0x441,_0x320fc8._0x4083cb,_0x320fc8._0x3606a5,_0x320fc8._0x42a426)+'`\x0a')+_0x4618d6+('/\x0a├──\x20setu'+_0x3c863d(_0x320fc8._0xfe1e5a,0x3c2,_0x320fc8._0x1e1197,0x42a)+_0x14247f(_0x320fc8._0x3d73df,0x5cc,_0x320fc8._0x8ee9c9,0x597)+_0x14247f(0x433,0x424,_0x320fc8._0x1c80b6,_0x320fc8._0x4083cb)+_0x3c863d(_0x320fc8._0x1a2b01,_0x320fc8._0x24371d,0x46e,_0x320fc8._0x91bdb5)+'\x20(gitignor'+_0x14247f(_0x320fc8._0x5ce394,_0x320fc8._0x4e6c41,0x4ed,_0x320fc8._0x46c4e1)+_0x3c863d(0x4d4,0x588,_0x320fc8._0x44860e,_0x320fc8._0x14de83)+_0x14247f(_0x320fc8._0x2a4ae5,0x6b2,0x529,0x5f9)+_0x14247f(0x412,_0x320fc8._0x1a5cd3,0x387,_0x320fc8._0x40430d)+_0x3c863d(_0x320fc8._0x42f2a7,0x448,0x539,0x447)+_0x3c863d(0x490,_0x320fc8._0x5e8c79,0x4e4,_0x320fc8._0x3ab528)+_0x3c863d(0x472,_0x320fc8._0x3e8882,_0x320fc8._0x3a3a80,_0x320fc8._0x36bb0c)+_0x14247f(_0x320fc8._0x462603,_0x320fc8._0x56f2be,_0x320fc8._0x5a37c5,0x595)+_0x3c863d(_0x320fc8._0x3e6c3a,_0x320fc8._0x1dc663,0x304,_0x320fc8._0x32dc21)+_0x14247f(_0x320fc8._0x187e22,_0x320fc8._0x5953de,_0x320fc8._0x3d330e,_0x320fc8._0x1202d8)+_0x3c863d(0x4ec,0x587,0x47a,0x43d)+'\x20├──\x20envir'+_0x3c863d(_0x320fc8._0x5a6645,_0x320fc8._0x2d2ca0,_0x320fc8._0x4838f1,0x25d)+'n\x20\x20\x20#\x20Envi'+_0x14247f(0x5b9,0x48c,0x576,0x50e)+_0x3c863d(0x3fb,0x354,_0x320fc8._0x4c38a4,_0x320fc8._0x3df74b)+_0x3c863d(_0x320fc8._0x365043,0x476,_0x320fc8._0x25399c,0x31c)+_0x3c863d(0x4a6,0x58f,0x541,_0x320fc8._0x4b88fb)+_0x3c863d(_0x320fc8._0x196a02,0x4ff,0x4a1,0x47f)+_0x14247f(0x49e,0x493,0x526,_0x320fc8._0x2a2237)+'\x20\x20\x20\x20#\x20Inst'+'ructions\x20f'+_0x3c863d(_0x320fc8._0x1b37f3,_0x320fc8._0x119c35,0x35c,_0x320fc8._0x1da1a5)+_0x3c863d(_0x320fc8._0x40b0a6,0x3fb,0x2ff,0x408)+_0x3c863d(_0x320fc8._0x53da27,_0x320fc8._0x1feca5,0x416,0x43a)+_0x14247f(0x5e0,_0x320fc8._0x13c5e3,0x5f7,0x57e)+_0x3c863d(0x3b6,0x3e2,_0x320fc8._0x2690a8,_0x320fc8._0x4b2a17)+_0x3c863d(_0x320fc8._0x4f8522,0x2d7,0x40a,0x2cf)+'ot\x20mounted'+_0x3c863d(0x360,0x304,_0x320fc8._0x5a1542,0x2c2)+_0x3c863d(_0x320fc8._0x50dd91,0x521,_0x320fc8._0x3ba063,_0x320fc8._0x3abe71)+_0x14247f(_0x320fc8._0x189c22,_0x320fc8._0x8466d2,_0x320fc8._0xa83974,0x47f)+_0x3c863d(0x390,0x373,0x3bc,0x365)+_0x14247f(0x6a9,_0x320fc8._0x5c5b3a,0x4f8,0x5de)+_0x3c863d(_0x320fc8._0x516c8c,_0x320fc8._0x4fe5fa,_0x320fc8._0x223ab4,0x483)+_0x3c863d(0x3bc,0x3f5,_0x320fc8._0x54fa16,_0x320fc8._0x3de58f)+_0x14247f(_0x320fc8._0x1a6c59,_0x320fc8._0x49d6f7,_0x320fc8._0x5e4eef,0x5fa)+_0x3c863d(_0x320fc8._0x7770cc,_0x320fc8._0x1611cb,_0x320fc8._0x5c519e,_0x320fc8._0x3787cc)+_0x14247f(0x5e2,_0x320fc8._0x12b273,0x459,_0x320fc8._0xc96c75)+_0x3c863d(0x4d7,_0x320fc8._0x2da630,0x4cf,0x54b)+_0x14247f(_0x320fc8._0x502cf8,_0x320fc8._0x5a7d83,_0x320fc8._0x2d37be,0x49a)+_0x14247f(_0x320fc8._0x378ec7,_0x320fc8._0x57351a,_0x320fc8._0x33fcf7,0x44c)+_0x14247f(_0x320fc8._0x27a15f,0x525,_0x320fc8._0x396d22,0x58f)+'s/\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20#\x20Task\x20'+'data\x20(giti'+'gnored)\x0a``'+_0x14247f(0x546,_0x320fc8._0x504158,0x458,_0x320fc8._0x2036f1)+_0x3c863d(0x403,0x35d,_0x320fc8._0x47d4cc,0x3d3)+'d\x0a\x0a1.\x20Edit'+_0x14247f(0x4f5,_0x320fc8._0x178e53,_0x320fc8._0x5f2437,0x452)+_0x14247f(0x424,0x518,0x4e1,_0x320fc8._0x2e412c)+_0x3c863d(0x35d,_0x320fc8._0x45f6ae,0x309,0x281)+_0x14247f(0x4cd,_0x320fc8._0x493487,0x544,_0x320fc8._0x5db7fb)+_0x14247f(_0x320fc8._0x372fdc,_0x320fc8._0x275761,_0x320fc8._0xd545ab,_0x320fc8._0x54fa64)+_0x3c863d(0x4a2,0x3b2,0x54a,0x496)+'ories\x0a2.\x20C'+_0x14247f(0x404,_0x320fc8._0x323ca3,_0x320fc8._0x41073c,_0x320fc8._0x369913)+_0x3c863d(_0x320fc8._0x5e00f4,_0x320fc8._0x39aeba,_0x320fc8._0x46c260,_0x320fc8._0x533836)+_0x3c863d(0x421,0x4da,0x4cd,0x47d)+_0x14247f(0x3f8,_0x320fc8._0x363741,_0x320fc8._0x27ce06,_0x320fc8._0x166b53)+'`\x20with\x20pro'+_0x14247f(0x53a,0x530,0x599,0x52b)+_0x14247f(0x4af,_0x320fc8._0x7534cb,0x554,_0x320fc8._0x3eebe1)+'ctions\x0a3.\x20'+_0x14247f(0x40a,_0x320fc8._0x192843,_0x320fc8._0x3ac0a0,0x4df)+_0x14247f(0x591,_0x320fc8._0x555ebd,_0x320fc8._0x548755,0x5cf)+_0x14247f(_0x320fc8._0x30b880,0x638,_0x320fc8._0x4706c5,0x5e9)+'the\x20Settin'+_0x3c863d(0x3da,_0x320fc8._0x371a23,0x42f,_0x320fc8._0x38c26a)+_0x3c863d(_0x320fc8._0x858b4b,0x416,0x4fb,0x530)+_0x14247f(0x386,0x4cb,0x467,_0x320fc8._0x516858)+_0x14247f(0x40a,_0x320fc8._0x14de83,_0x320fc8._0x548318,0x4f3)+_0x14247f(0x3e7,0x3fc,_0x320fc8._0x35a572,0x462)+_0x3c863d(_0x320fc8._0x3ffd58,_0x320fc8._0x2e6051,0x302,_0x320fc8._0x4bbbae)+'er\x20build\x20d'+'efault`\x0a5.'+_0x14247f(0x403,0x460,_0x320fc8._0x25399c,_0x320fc8._0x1222a4)+_0x14247f(0x582,_0x320fc8._0x239df8,_0x320fc8._0xc23013,0x4d4)+_0x14247f(_0x320fc8._0x28f43a,0x339,0x4e9,_0x320fc8._0x5aa78b)+'er\x20start`\x0a'+'\x0aSee\x20the\x20['+_0x3c863d(0x382,_0x320fc8._0x363741,_0x320fc8._0x2c14bb,0x339)+'ts\x20documen'+_0x3c863d(0x4aa,0x591,_0x320fc8._0x24fb77,0x503)+'tp://local'+'host:3000/'+_0x3c863d(0x42c,0x511,_0x320fc8._0x3a8b74,0x4b8)+_0x14247f(0x677,0x56c,_0x320fc8._0x1f1200,0x5d3)+_0x14247f(0x4ef,0x51a,0x4a9,0x52c)+_0x3c863d(_0x320fc8._0x327132,_0x320fc8._0x58b346,_0x320fc8._0x400019,_0x320fc8._0x182bae));await _0x53120b['writeFile'](_0x16355f[_0x14247f(0x66a,0x5ea,0x54b,_0x320fc8._0x598f1c)](_0x359f95,_0x14247f(_0x320fc8._0x1ec786,_0x320fc8._0x5667ec,_0x320fc8._0x2fd695,_0x320fc8._0x9b882c)),_0x4c98f2);const _0x56fc78=_0x3c863d(0x3a3,_0x320fc8._0x30ea9c,0x452,0x2b6)+'Environmen'+_0x14247f(_0x320fc8._0x37ab00,0x5a2,0x4b7,0x4be)+_0x3c863d(_0x320fc8._0x3cdf82,0x444,_0x320fc8._0x2aa485,_0x320fc8._0x88129c)+'\x20architect'+_0x3c863d(_0x320fc8._0x1aeaa2,_0x320fc8._0x2996d3,_0x320fc8._0x1161b3,_0x320fc8._0xf53468)+'\x20security\x20'+'considerat'+_0x14247f(0x60d,0x58e,_0x320fc8._0x3f3af6,_0x320fc8._0x49b88c)+_0x3c863d(_0x320fc8._0x29c639,0x47e,_0x320fc8._0x1b37f3,0x393)+_0x3c863d(0x4d5,_0x320fc8._0x3ba063,_0x320fc8._0x1202d8,_0x320fc8._0x2f96e7)+_0x3c863d(0x3f8,_0x320fc8._0x58b346,_0x320fc8._0x2ce89e,_0x320fc8._0x550248)+_0x3c863d(_0x320fc8._0x1385dd,0x40b,_0x320fc8._0x46af63,_0x320fc8._0x401867)+_0x14247f(0x47e,_0x320fc8._0x18c08f,0x53f,0x4c7)+_0x14247f(0x3f4,0x3ed,0x52c,0x484)+_0x14247f(0x4bf,_0x320fc8._0x2cd981,0x4a8,0x47d)+'ators\x20thro'+'ugh\x20the\x20En'+_0x14247f(0x511,0x533,_0x320fc8._0x1e9c0e,0x43e)+'Management'+_0x14247f(0x5fa,_0x320fc8._0x17f807,_0x320fc8._0x12b273,_0x320fc8._0x13c5e3)+_0x3c863d(_0x320fc8._0x26a855,0x2a3,0x254,0x3eb)+_0x14247f(0x61c,0x577,_0x320fc8._0x190b91,0x5e2)+_0x3c863d(_0x320fc8._0x57f302,0x2f2,0x2bb,_0x320fc8._0x462852);await _0x53120b['writeFile'](_0x16355f[_0x3c863d(0x491,_0x320fc8._0x51beae,0x402,_0x320fc8._0x24404a)](_0x359f95,_0x1907f2[_0x3c863d(_0x320fc8._0x1daa66,0x528,0x44b,0x523)],_0x1907f2[_0x3c863d(_0x320fc8._0x155682,0x3ab,_0x320fc8._0x41d1e8,_0x320fc8._0x1f3e50)],'README.md'),_0x56fc78);const _0x481960=_0x3c863d(0x3a3,_0x320fc8._0x34cb99,0x319,0x3f5)+_0x3c863d(0x382,_0x320fc8._0x145e4d,0x472,0x44d)+'t\x0a\x0aInstruc'+_0x14247f(_0x320fc8._0x284ac2,0x467,_0x320fc8._0x4e0cc4,_0x320fc8._0x581d7c)+'AI\x20agents\x20'+_0x14247f(0x50f,0x526,_0x320fc8._0x51bf1f,0x47e)+_0x14247f(_0x320fc8._0x1745c8,0x541,0x42a,_0x320fc8._0x124e91)+_0x14247f(_0x320fc8._0x4a8424,0x3b2,_0x320fc8._0x366ba5,_0x320fc8._0x291943)+_0x3c863d(0x3ef,0x30e,_0x320fc8._0x419c1b,_0x320fc8._0x45f6ae)+'\x20Directory'+'\x0a\x0aYour\x20wor'+'king\x20direc'+_0x3c863d(0x47f,_0x320fc8._0x1feca5,_0x320fc8._0x2b8b6e,0x39a)+_0x14247f(0x422,_0x320fc8._0x5029ae,0x479,_0x320fc8._0x3024a2)+_0x14247f(0x420,0x4ac,_0x320fc8._0x496e6f,0x41d)+_0x14247f(_0x320fc8._0x162cc5,_0x320fc8._0x27a15f,0x4c4,_0x320fc8._0x450078)+_0x3c863d(0x40f,_0x320fc8._0xb909cc,0x330,0x49e)+_0x14247f(_0x320fc8._0x376ff2,_0x320fc8._0x5a9ea0,_0x320fc8._0x280796,_0x320fc8._0x16da2d)+_0x14247f(0x4ac,0x3c3,0x520,0x4a7)+_0x3c863d(0x338,0x371,0x2f7,_0x320fc8._0x315ce6)+_0x3c863d(0x3e8,0x40d,_0x320fc8._0x4f72b7,0x2f3)+'\x20Output\x20Re'+_0x3c863d(0x321,_0x320fc8._0xabd402,0x2d2,_0x320fc8._0x553fee)+_0x3c863d(0x324,_0x320fc8._0x2262b8,0x3ec,_0x320fc8._0xc6a26b)+_0x14247f(0x516,_0x320fc8._0x14de83,0x4b0,_0x320fc8._0x21fb20)+'ny\x20task,\x20y'+'ou\x20MUST\x20cr'+_0x14247f(_0x320fc8._0x119c35,0x4a5,0x50f,_0x320fc8._0x3df74b)+_0x14247f(_0x320fc8._0x4aec39,_0x320fc8._0x116df,0x5a6,_0x320fc8._0x24371d)+'utput\x20file'+'s:\x0a\x0a**Impo'+_0x14247f(0x53c,_0x320fc8._0x346e2a,0x4b2,_0x320fc8._0x8c243e)+_0x3c863d(_0x320fc8._0x383960,_0x320fc8._0x1d58a5,0x37a,0x294)+'tput`\x20dire'+_0x3c863d(0x447,0x3b4,0x51d,0x381)+'ocated\x20at\x20'+_0x3c863d(0x3e0,_0x320fc8._0x3e6c3a,0x4a0,_0x320fc8._0x51beae)+_0x14247f(0x4fe,0x5af,_0x320fc8._0x316abf,0x564)+_0x3c863d(0x4ed,_0x320fc8._0x534766,_0x320fc8._0x3522a7,_0x320fc8._0x56a406)+'workspace`'+_0x14247f(0x562,0x4e2,0x62e,0x59d)+_0x14247f(0x533,0x68a,0x5e9,_0x320fc8._0x284ac2)+_0x14247f(_0x320fc8._0x3ee4d3,_0x320fc8._0x239a72,_0x320fc8._0x3df74b,0x468)+_0x14247f(_0x320fc8._0x839e01,_0x320fc8._0x516858,0x391,0x41f)+_0x14247f(0x57c,0x5be,0x580,_0x320fc8._0x51bf1f)+_0x14247f(0x4b5,0x5c5,0x611,0x573)+_0x3c863d(_0x320fc8._0x383dbe,0x3d5,0x2f2,_0x320fc8._0x148448)+'ut/...`.**'+_0x14247f(_0x320fc8._0x196a02,_0x320fc8._0x2f3bf1,0x673,_0x320fc8._0x5e750b)+_0x3c863d(0x3c4,0x42f,_0x320fc8._0x1ea729,0x336)+'e:\x20`/task-'+_0x3c863d(0x4ca,_0x320fc8._0x3ada4e,_0x320fc8._0x282d43,_0x320fc8._0x4738f3)+_0x3c863d(_0x320fc8._0x46af63,0x330,0x31c,_0x320fc8._0x7da69d)+_0x3c863d(0x3e7,0x4af,0x3e2,0x3cd)+_0x14247f(_0x320fc8._0x4bdd50,0x440,_0x320fc8._0x2b0e40,_0x320fc8._0x27da46)+_0x14247f(0x5ef,_0x320fc8._0x2bb8a6,0x689,0x5dd)+_0x14247f(0x5a0,0x485,0x543,0x4c8)+_0x3c863d(0x4e9,_0x320fc8._0x2da7c5,_0x320fc8._0x4c090d,0x410)+'\x20and\x20why\x0a-'+_0x14247f(_0x320fc8._0x327601,0x559,_0x320fc8._0x2531b9,_0x320fc8._0x2c2d57)+_0x14247f(_0x320fc8._0x8f6131,0x466,0x457,0x4e3)+_0x14247f(_0x320fc8._0x3cf2f9,_0x320fc8._0x4bb019,0x4cf,_0x320fc8._0x29f687)+_0x14247f(_0x320fc8._0x40b1fd,0x465,0x3c0,0x442)+'\x20resolved\x20'+_0x3c863d(0x443,_0x320fc8._0x2b05f9,_0x320fc8._0x4c38a4,_0x320fc8._0x43b75c)+_0x3c863d(0x4f1,0x485,0x528,0x49e)+_0x3c863d(0x389,_0x320fc8._0x28b1f3,_0x320fc8._0x46c471,_0x320fc8._0xcd81d2)+_0x14247f(_0x320fc8._0x36fac2,_0x320fc8._0x4e4ac7,_0x320fc8._0x416baf,0x5c4)+_0x14247f(_0x320fc8._0x51a6cb,0x3aa,0x48a,0x423)+_0x3c863d(_0x320fc8._0x49306a,0x447,0x3a5,_0x320fc8._0x225a8e)+_0x14247f(0x5c2,0x513,_0x320fc8._0x57eebe,_0x320fc8._0x19542f)+'s\x0a\x0a###\x202.\x20'+'Commit\x20Mes'+_0x3c863d(_0x320fc8._0x376efd,0x2ac,0x3d3,_0x320fc8._0x44cc79)+_0x14247f(0x55a,0x4d1,_0x320fc8._0x24821e,_0x320fc8._0x3649e8)+_0x3c863d(0x3cc,_0x320fc8._0x6a4f4f,0x3c9,0x2ff)+_0x3c863d(0x398,0x3d0,0x2c9,_0x320fc8._0x1d0653)+_0x14247f(_0x320fc8._0x471454,_0x320fc8._0x2e6779,_0x320fc8._0x5afd6b,0x4dc)+_0x3c863d(0x46d,_0x320fc8._0x5477f2,_0x320fc8._0x1ac431,_0x320fc8._0x4c071c)+'commit\x20mes'+'sage\x20cover'+'ing\x20**all\x20'+_0x14247f(0x55a,0x5d5,0x5a6,0x547)+_0x14247f(_0x320fc8._0x37f68c,0x3da,_0x320fc8._0x4b1282,_0x320fc8._0xabfd15)+_0x14247f(_0x320fc8._0x3cb544,0x4f5,0x634,_0x320fc8._0xa308b2)+_0x3c863d(0x4a9,_0x320fc8._0x53a38f,_0x320fc8._0x42f573,0x47b)+_0x3c863d(_0x320fc8._0x5baff9,0x3b3,0x393,0x4f2)+_0x14247f(0x500,0x43d,_0x320fc8._0x242788,0x471)+_0x3c863d(0x455,0x4cf,0x44d,0x4b1)+_0x14247f(0x671,_0x320fc8._0x453d05,0x4fd,0x5cc)+'ed\x20on.\x20Thi'+_0x14247f(_0x320fc8._0xb13e56,_0x320fc8._0x3449cc,0x62b,_0x320fc8._0x2b4699)+_0x3c863d(_0x320fc8._0x1c7165,_0x320fc8._0x2619f7,_0x320fc8._0x3e6706,0x3e3)+_0x3c863d(0x48b,_0x320fc8._0x302348,_0x320fc8._0x58a962,0x576)+'it\x20everyth'+_0x14247f(0x53a,0x587,0x472,0x4a1)+_0x3c863d(0x3b4,_0x320fc8._0x2d7fc4,0x3a7,0x388)+'nges\x20are\x20a'+_0x3c863d(_0x320fc8._0x38f37a,_0x320fc8._0x25a919,0x561,0x4c9)+'efore\x20writ'+(_0x3c863d(0x470,_0x320fc8._0x1d5650,_0x320fc8._0x5dd5f1,0x469)+_0x3c863d(_0x320fc8._0x3eed85,0x483,_0x320fc8._0x513c0b,0x372)+_0x14247f(0x583,_0x320fc8._0x40430d,_0x320fc8._0x5447ab,0x493)+_0x14247f(0x4dd,_0x320fc8._0x187e22,0x467,0x480)+_0x3c863d(_0x320fc8._0x54317c,0x377,_0x320fc8._0x4398ff,0x453)+'f\x20--stat`)'+_0x14247f(_0x320fc8._0x373ada,0x482,0x53d,0x56a)+_0x14247f(_0x320fc8._0x447b20,_0x320fc8._0x152944,0x53f,_0x320fc8._0x513510)+_0x14247f(0x533,_0x320fc8._0x360135,_0x320fc8._0x598540,_0x320fc8._0x2b87de)+'ied\x20to\x20ens'+_0x14247f(_0x320fc8._0x215668,0x48c,0x3db,0x422)+'g\x20is\x20misse'+_0x14247f(0x4e2,0x4e0,0x5b3,_0x320fc8._0x1e72b7)+_0x3c863d(_0x320fc8._0x27821a,_0x320fc8._0x1da1a5,0x546,0x3b8)+'ow\x20the\x20exi'+_0x3c863d(_0x320fc8._0x27853d,0x551,_0x320fc8._0x48bdd3,_0x320fc8._0x25c5a0)+_0x3c863d(_0x320fc8._0x3a2c50,0x340,0x447,_0x320fc8._0x285b4e)+_0x3c863d(0x4cd,0x567,_0x320fc8._0x544b20,_0x320fc8._0x46c4e1)+_0x14247f(_0x320fc8._0x2f8413,0x685,_0x320fc8._0xdec0c0,0x5a0)+_0x3c863d(_0x320fc8._0x17a57e,0x48a,0x533,_0x320fc8._0x5df6f0)+_0x3c863d(_0x320fc8._0x46da76,_0x320fc8._0x4388c9,0x487,_0x320fc8._0x374eb1)+_0x3c863d(0x30f,_0x320fc8._0x1feca5,0x33d,0x300)+_0x14247f(_0x320fc8._0x588a17,0x626,0x4e2,_0x320fc8._0x5cf6cc));await _0x53120b[_0x3c863d(_0x320fc8._0x35f844,0x308,0x42b,_0x320fc8._0x5e94b7)](_0x16355f[_0x14247f(_0x320fc8._0x53003b,_0x320fc8._0x4a1afd,0x606,0x598)](_0x359f95,_0x1907f2[_0x14247f(_0x320fc8._0x207875,_0x320fc8._0x5afd6b,0x641,_0x320fc8._0x2c572c)],_0x1907f2[_0x14247f(_0x320fc8._0x3f42f8,_0x320fc8._0x133924,0x4f5,0x523)],_0x14247f(0x4ca,_0x320fc8._0x54db9e,0x5c0,0x54f)),_0x481960);const _0x7adc5d='FROM\x20profo'+_0x3c863d(_0x320fc8._0x1b6795,0x3f1,0x52f,_0x320fc8._0x2d172f)+'oder-base:'+_0x3c863d(_0x320fc8._0x2cd17c,0x39b,_0x320fc8._0x2cc196,_0x320fc8._0x33d831)+_0x3c863d(_0x320fc8._0x225a8e,_0x320fc8._0x3cede0,0x4ef,0x41f)+_0x14247f(0x559,_0x320fc8._0x40430d,_0x320fc8._0x680887,_0x320fc8._0x38f37a)+_0x14247f(_0x320fc8._0x10151d,0x447,0x451,0x518)+_0x3c863d(_0x320fc8._0x4de932,_0x320fc8._0x176398,0x3e7,0x2ec)+_0x3c863d(_0x320fc8._0x7da69d,0x2f3,0x2e8,_0x320fc8._0xd08624)+_0x14247f(_0x320fc8._0x1e075b,0x6c1,0x65a,_0x320fc8._0x3af1e6)+_0x14247f(_0x320fc8._0x55bd16,_0x320fc8._0x162cc5,_0x320fc8._0x344554,0x566)+'ent.json\x0a#'+'\x20Example:\x0a'+_0x14247f(_0x320fc8._0x1613e9,0x59b,_0x320fc8._0x20d0bc,0x5e1)+_0x3c863d(_0x320fc8._0x2a2237,0x3fa,_0x320fc8._0x414f9b,0x525)+_0x3c863d(_0x320fc8._0x17ed1a,0x376,_0x320fc8._0x116df,0x48a)+'o-single-b'+_0x14247f(0x4c5,_0x320fc8._0x14e404,0x4e3,0x50d)+_0x3c863d(_0x320fc8._0xc4bfd8,_0x320fc8._0x5a3fed,_0x320fc8._0x15dbe3,0x58e)+_0x14247f(_0x320fc8._0x2bae64,0x57c,0x460,_0x320fc8._0x1c91e0)+'/REPO.git\x20'+_0x14247f(_0x320fc8._0x3d5fab,_0x320fc8._0x259acb,_0x320fc8._0x39bddb,0x573)+_0x14247f(0x605,0x54d,_0x320fc8._0x5727ad,_0x320fc8._0x118cc0)+_0x3c863d(_0x320fc8._0x625918,_0x320fc8._0x39fffb,_0x320fc8._0x55886c,0x290)+_0x14247f(0x5a8,0x698,0x57b,_0x320fc8._0x2f70c7)+'r:coder\x20/w'+_0x14247f(0x3c7,0x482,0x50e,0x4ac)+_0x14247f(_0x320fc8._0x5dc071,0x590,0x578,_0x320fc8._0x2639bb)+_0x14247f(0x59a,0x4e2,0x570,_0x320fc8._0x17e364);await _0x53120b[_0x3c863d(_0x320fc8._0x405c85,_0x320fc8._0x4b2a79,_0x320fc8._0x17d0b7,0x442)](_0x16355f[_0x14247f(0x616,_0x320fc8._0x58b8bf,_0x320fc8._0x192843,_0x320fc8._0x598f1c)](_0x359f95,_0x14247f(_0x320fc8._0x29bcca,_0x320fc8._0x1ed0bb,0x44d,_0x320fc8._0x468854)+'ts',_0x1907f2[_0x3c863d(0x41c,_0x320fc8._0xce5def,_0x320fc8._0xc6a496,_0x320fc8._0x3d21f9)],_0x3c863d(0x344,_0x320fc8._0x4de932,_0x320fc8._0x4caaa7,_0x320fc8._0x4b63e4)),_0x7adc5d),await _0x53120b[_0x3c863d(_0x320fc8._0x35f844,_0x320fc8._0x29c639,0x47a,0x2f1)](_0x16355f['join'](_0x359f95,_0x1907f2['INCbJ'],_0x1907f2[_0x3c863d(0x41c,_0x320fc8._0x1d859a,0x4ad,0x4b5)],_0x1907f2[_0x14247f(_0x320fc8._0x31c042,0x558,_0x320fc8._0x174fbe,_0x320fc8._0x3e2247)]),''),await _0x53120b[_0x3c863d(0x347,_0x320fc8._0x33b823,_0x320fc8._0x557161,0x33a)](_0x16355f[_0x14247f(_0x320fc8._0x11efcf,0x4d7,0x588,0x598)](_0x359f95,_0x1907f2[_0x3c863d(0x4e5,0x4a9,0x510,_0x320fc8._0x2dc4d4)],'default',_0x1907f2[_0x14247f(_0x320fc8._0x378ec7,0x454,0x588,_0x320fc8._0x3e2247)]),-0x7dc+0x4e2+0x4e7);const _0x273151=_0x14247f(0x611,_0x320fc8._0x39fa5d,0x526,0x5a2)+_0x14247f(_0x320fc8._0x30cd7c,_0x320fc8._0x1c7681,_0x320fc8._0x1ac8fe,_0x320fc8._0x15b830)+_0x3c863d(_0x320fc8._0x577417,0x3c8,_0x320fc8._0x1918bb,0x34e)+'\x20Settings\x20'+_0x3c863d(0x40d,_0x320fc8._0x8ee9c9,_0x320fc8._0xeb8ada,0x3fc)+_0x3c863d(_0x320fc8._0x5e08c6,0x4ac,0x399,_0x320fc8._0x215668)+_0x14247f(_0x320fc8._0x29f687,0x583,0x6c5,_0x320fc8._0x4e78d5)+_0x3c863d(_0x320fc8._0x14b608,0x36f,0x424,0x409)+'s\x0a.secrets'+_0x3c863d(0x483,0x574,0x4ea,0x53a)+'crets.json'+_0x3c863d(0x380,0x450,_0x320fc8._0xf1b22c,0x32a)+'on-secrets'+_0x14247f(0x4d4,0x4c9,_0x320fc8._0x3f23ed,_0x320fc8._0x49545f)+_0x14247f(0x492,_0x320fc8._0x4b3912,0x547,_0x320fc8._0x407c7e)+_0x14247f(0x6a6,_0x320fc8._0x207875,_0x320fc8._0x6ab1ee,_0x320fc8._0x25d9fa)+_0x3c863d(_0x320fc8._0x5276c5,_0x320fc8._0x488879,0x32b,_0x320fc8._0x35a572)+'gurations\x20'+_0x14247f(0x52a,_0x320fc8._0xc6acc1,0x5a5,_0x320fc8._0x3fbe1e)+_0x3c863d(_0x320fc8._0x56e233,0x3fa,0x368,_0x320fc8._0x3c142d)+_0x14247f(_0x320fc8._0x37609a,_0x320fc8._0x1c0982,0x40c,_0x320fc8._0x2c5101)+_0x14247f(0x54f,0x3cb,0x48c,0x47a)+_0x3c863d(_0x320fc8._0x139132,_0x320fc8._0x15efe0,_0x320fc8._0x356b03,0x420)+_0x14247f(0x518,0x57f,_0x320fc8._0x37f7f7,0x535)+_0x3c863d(0x320,0x276,_0x320fc8._0x5e66ba,0x400)+_0x14247f(0x4ea,0x4df,0x472,0x561)+_0x3c863d(_0x320fc8._0x57eebe,0x469,0x3e9,0x4dc)+'ependencie'+_0x14247f(0x4af,0x614,0x461,_0x320fc8._0x2ca5da)+_0x3c863d(0x4b2,0x447,_0x320fc8._0x183d08,_0x320fc8._0x114d81)+_0x14247f(_0x320fc8._0x35439a,_0x320fc8._0x3273aa,0x527,_0x320fc8._0xf7ff87)+_0x14247f(0x510,0x4d8,0x41f,_0x320fc8._0x546fc7)+_0x14247f(0x420,0x4b5,_0x320fc8._0x534766,0x4ae)+'v/\x0avenv/\x0ae'+_0x14247f(_0x320fc8._0x442a39,_0x320fc8._0x1eb0fb,_0x320fc8._0x3bfacf,0x44f)+_0x3c863d(_0x320fc8._0x398ba0,0x2fd,0x328,_0x320fc8._0x32b05d)+_0x3c863d(0x3d4,_0x320fc8._0x1d88cd,_0x320fc8._0x3a8dc9,_0x320fc8._0x439098)+_0x14247f(_0x320fc8._0x366599,0x4c3,0x56b,0x538)+_0x14247f(_0x320fc8._0x12ea75,0x524,_0x320fc8._0x29582a,_0x320fc8._0x3ba49d);await _0x53120b[_0x14247f(0x57e,_0x320fc8._0x3d1a6a,_0x320fc8._0x36389b,0x496)](_0x16355f['join'](_0x359f95,_0x1907f2[_0x3c863d(_0x320fc8._0x2036f1,_0x320fc8._0x2c2d57,_0x320fc8._0x38a80a,0x507)]),_0x273151);const _0x3f8688=await _0x1907f2[_0x3c863d(_0x320fc8._0x58dd10,0x436,0x3e1,_0x320fc8._0x1c5908)](runGitInit,_0x359f95);let _0x25f043=![];_0x3f8688&&(_0x25f043=await _0x1907f2[_0x14247f(0x5d3,0x5da,_0x320fc8._0x2b87de,0x531)](runGitInitialCommit,_0x359f95));console['log'](_0x1907f2[_0x14247f(0x499,0x3c5,0x44a,0x483)]),console['log']('\x20\x20'+_0x4618d6+'/'),console[_0x3c863d(0x3bd,_0x320fc8._0x8b9d4f,0x33b,0x3d3)](_0x3c863d(0x3ca,_0x320fc8._0x5737eb,_0x320fc8._0x190acb,_0x320fc8._0x371a23)+_0x3c863d(_0x320fc8._0x36d1c8,_0x320fc8._0xe40fd5,_0x320fc8._0x428f46,_0x320fc8._0x313208)),console[_0x3c863d(0x3bd,_0x320fc8._0x124e91,_0x320fc8._0x4a55b6,0x47d)](_0x3c863d(_0x320fc8._0x285b4e,0x354,_0x320fc8._0x592084,_0x320fc8._0xb00e8)+_0x3c863d(_0x320fc8._0x1530f8,0x309,_0x320fc8._0x3ab528,0x2dc)+_0x3c863d(0x490,_0x320fc8._0x3eebe1,_0x320fc8._0x51072a,_0x320fc8._0x208b4a)+'(gitignore'+'d\x20-\x20manage'+_0x3c863d(0x4d4,0x511,_0x320fc8._0x19dca5,0x564)+_0x14247f(0x57f,0x5cf,_0x320fc8._0x5d80cd,_0x320fc8._0x248b92)),console['log'](_0x3c863d(_0x320fc8._0x4a1305,_0x320fc8._0x45f6ae,0x304,0x360)+_0x14247f(0x3cf,_0x320fc8._0x132d1d,0x3ef,0x474)),console['log'](_0x14247f(0x3a6,0x44f,_0x320fc8._0x52e80f,0x446)+'ronments/'),console[_0x3c863d(0x3bd,0x2f2,0x46e,0x3c3)](_0x14247f(0x516,_0x320fc8._0x1ac9f5,0x40f,_0x320fc8._0x4d8686)+'default/'),console[_0x14247f(_0x320fc8._0x35eff1,_0x320fc8._0x5d8270,_0x320fc8._0x538f9c,_0x320fc8._0x1df501)](_0x14247f(_0x320fc8._0x22d97c,0x58d,_0x320fc8._0x557a29,_0x320fc8._0x1eac02)+_0x14247f(_0x320fc8._0x5e4ba8,0x52c,_0x320fc8._0x5afd6b,_0x320fc8._0x8860ee)+'nment.json'),console['log'](_0x3c863d(0x490,_0x320fc8._0x236002,0x476,0x44a)+_0x14247f(0x595,0x4d4,0x589,0x571)+_0x14247f(_0x320fc8._0x40a5a0,_0x320fc8._0x557306,0x4ef,0x529)),console[_0x14247f(_0x320fc8._0xabfd15,_0x320fc8._0x1d11a9,0x492,0x4c4)](_0x3c863d(_0x320fc8._0x3f23ed,_0x320fc8._0xcda6ce,_0x320fc8._0x1e5e57,0x538)+_0x3c863d(0x4dd,_0x320fc8._0x44bc34,_0x320fc8._0x782902,0x595)+_0x3c863d(_0x320fc8._0x5204b1,0x516,0x426,_0x320fc8._0x538f9c)),console[_0x3c863d(_0x320fc8._0x5217e2,_0x320fc8._0x27a71e,_0x320fc8._0x269100,0x3fb)]('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x14247f(0x44c,_0x320fc8._0x2116fa,_0x320fc8._0x10a5bf,_0x320fc8._0x981853)+_0x3c863d(0x388,_0x320fc8._0x46b215,0x320,0x2d7)),console['log']('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x3c863d(0x3ce,0x33e,0x47d,_0x320fc8._0xe53e50)+'sh'),console['log']('');if(_0x1907f2[_0x14247f(0x4cb,0x604,_0x320fc8._0x4e4252,_0x320fc8._0x2b3781)](_0x3f8688,_0x25f043))console[_0x3c863d(_0x320fc8._0x5217e2,0x48d,_0x320fc8._0x1d5650,_0x320fc8._0x26a855)](_0x1907f2[_0x3c863d(_0x320fc8._0x39f85b,0x383,_0x320fc8._0x23847d,_0x320fc8._0x1a5cd3)]);else{if(_0x3f8688){if(_0x1907f2[_0x14247f(0x4a5,0x5d8,_0x320fc8._0x25c5a0,_0x320fc8._0x37633e)](_0x1907f2[_0x14247f(0x544,_0x320fc8._0x21b934,0x4eb,_0x320fc8._0x2111bb)],_0x1907f2['ZclqW'])){const _0x1abfbf={_0x20d0dc:0x570,_0x34a102:0x62f,_0x391cfb:0x606},_0x2db857={'xPWtT':function(_0x4e02b8,_0xcf065f){return _0x4e02b8(_0xcf065f);}},_0xdb4d6c=_0x1907f2['hGXqh'](_0x3d3626,_0x14247f(0x3f1,_0x320fc8._0x21fb20,_0x320fc8._0x2c70a5,0x494),[_0x1907f2[_0x3c863d(0x37a,_0x320fc8._0x17d0b7,0x29b,_0x320fc8._0x2697a5)]],{'cwd':_0x43f49c,'stdio':_0x1907f2['pEtdJ']});_0xdb4d6c['on'](_0x1907f2[_0x14247f(0x54d,0x53b,0x4f2,_0x320fc8._0x3d330e)],_0x378f96=>{_0x1907f2['ZYRaF'](_0x2ac0e1,_0x378f96===0x6*-0x5c6+0x19f+0x2105);}),_0xdb4d6c['on'](_0x1907f2[_0x3c863d(_0x320fc8._0x91374a,0x406,0x4f2,0x4bf)],()=>{const _0x14d433={_0x5a1e9a:0x10e};function _0x385529(_0x27567d,_0x5a2edd,_0x226eb1,_0x1bb50b){return _0x14247f(_0x27567d-_0x14d433._0x5a1e9a,_0x5a2edd-0x162,_0x5a2edd,_0x27567d-0x7c);}_0x2db857[_0x385529(_0x1abfbf._0x20d0dc,_0x1abfbf._0x34a102,0x4bb,_0x1abfbf._0x391cfb)](_0x13d6d5,![]);});}else console['log'](_0x1907f2[_0x14247f(_0x320fc8._0x5f355d,_0x320fc8._0x482c05,0x4c3,0x4dd)]);}else console[_0x14247f(0x575,0x54a,_0x320fc8._0x181540,0x4c4)](_0x14247f(_0x320fc8._0x1464e7,_0x320fc8._0x48e756,0x54c,_0x320fc8._0xa918b9)+_0x14247f(0x550,_0x320fc8._0xd0f91a,_0x320fc8._0x4f8f2c,0x50c)+_0x14247f(0x597,_0x320fc8._0xd55729,0x4f1,0x58c)+_0x14247f(0x5f1,_0x320fc8._0x283d97,0x56e,_0x320fc8._0x2470f2)+_0x3c863d(0x4d0,0x452,0x526,_0x320fc8._0x3b7eb8));}process[_0x14247f(0x46a,0x55d,0x582,0x4e8)](-0x405+-0x8*0x30e+-0x1f*-0xeb);}catch(_0x1dd046){console[_0x14247f(0x44f,_0x320fc8._0xa3c04f,0x4e1,0x504)](_0x3c863d(_0x320fc8._0x1ad829,_0x320fc8._0x356f90,0x2cb,0x426)+'ting\x20repos'+_0x14247f(_0x320fc8._0x3bf1ad,0x33b,0x3d0,0x41b)+_0x1dd046[_0x14247f(_0x320fc8._0x1b37f3,0x3e6,_0x320fc8._0x385cde,0x4c2)]),process[_0x3c863d(_0x320fc8._0x17bae5,_0x320fc8._0x2da630,0x36f,0x491)](-0x3b*-0x43+-0x803+-0x76d);}}function runGitInit(_0x23eee0){const _0x16237d={_0x2b8509:0x5e8,_0x1a0401:0x60b,_0x1555fe:0x511,_0x3da33a:0x61e,_0x502685:0x4fb,_0x2858bc:0x6b1,_0x36666b:0x5bb,_0x50522f:0x4a7,_0x57e297:0x545,_0x44adbb:0x4c0,_0xfe0bde:0x506,_0xe1cafb:0x610,_0x171cd5:0x578,_0xca850e:0x6d6,_0x4d69e0:0x5b1,_0x1ee53f:0x56a,_0x524bda:0x568,_0x866830:0x556,_0x523a0c:0x5c2},_0x37cb26={_0x3e56f6:0x498,_0x190466:0x4ec,_0x52e0f6:0x3a6,_0xc21ae3:0x2b9,_0x41c274:0x45f,_0x6ac023:0x50d,_0x4b371c:0x5e1,_0x4e90ae:0x5d6,_0x162b16:0x5dc,_0x5a15af:0x56a,_0x6c06a5:0x4ba},_0x494cd5={_0x464421:0xa8,_0x55338c:0x11c,_0x5ec412:0xe2,_0x20e499:0x8d,_0x5ed285:0x74,_0x1ccfb4:0xb0,_0x50fec0:0x36},_0x5d126e={_0x62bd3:0x1e3,_0xcaa277:0x197,_0x5991e8:0x128},_0x49da86={_0xad736:0x28a},_0x172438={_0x3b4b67:0x2d7};function _0x4030ac(_0x27c2be,_0x5d5082,_0x351a07,_0x5c336d){return _0x1d3f(_0x5d5082-_0x172438._0x3b4b67,_0x351a07);}function _0x1e3029(_0x20f839,_0xfdabf0,_0x1510e0,_0x265644){return _0x1d3f(_0x20f839-_0x49da86._0xad736,_0xfdabf0);}const _0x224547={'bxdjP':function(_0x2d6f6a,_0x1ea3bf){return _0x2d6f6a===_0x1ea3bf;},'IOceb':_0x1e3029(_0x16237d._0x2b8509,_0x16237d._0x1a0401,_0x16237d._0x1555fe,0x5aa),'oOceP':function(_0x23e0f5,_0x3d47b7){return _0x23e0f5(_0x3d47b7);},'wcBtq':'⚠\x20Git\x20init'+'ialization'+_0x1e3029(0x5f0,0x51f,_0x16237d._0x3da33a,0x6ca)+_0x4030ac(_0x16237d._0x502685,0x5ee,0x6d7,_0x16237d._0x2858bc)+_0x1e3029(0x63b,0x5f5,_0x16237d._0x36666b,0x5a5),'RmxBK':function(_0x1bbad8,_0x4e1859,_0x50a95c,_0x365148){return _0x1bbad8(_0x4e1859,_0x50a95c,_0x365148);},'UDjEo':_0x4030ac(_0x16237d._0x50522f,_0x16237d._0x57e297,0x611,0x59a),'MVjll':_0x4030ac(0x511,0x563,_0x16237d._0x44adbb,_0x16237d._0xfe0bde),'riBEw':_0x1e3029(_0x16237d._0xe1cafb,_0x16237d._0x171cd5,_0x16237d._0xca850e,0x65b),'DUbvN':_0x1e3029(0x4c9,_0x16237d._0x4d69e0,0x54d,_0x16237d._0x1ee53f),'dxSlK':_0x1e3029(_0x16237d._0x524bda,_0x16237d._0x866830,_0x16237d._0x523a0c,0x5d8)};return new Promise(_0x4c0434=>{const _0x2ac53c={_0x45aff8:0x388,_0x45d2aa:0x1d0},_0x4d9b30={_0x4511e3:0x1de,_0x3cdc65:0x37b,_0x19509d:0x1ea},_0x1c53bd={_0x1c40f1:0xeb,_0x5bdbfe:0x33};function _0x5ee04a(_0x2359b0,_0x56ec50,_0x4ddb27,_0x76e5bf){return _0x1e3029(_0x56ec50- -_0x5d126e._0x62bd3,_0x76e5bf,_0x4ddb27-_0x5d126e._0xcaa277,_0x76e5bf-_0x5d126e._0x5991e8);}const _0x1dad20={};_0x1dad20[_0x2deba9(0x3fd,0x4b2,_0x37cb26._0x3e56f6,_0x37cb26._0x190466)]=_0x224547['wcBtq'];const _0x54b699=_0x1dad20;function _0x2deba9(_0x3fde8e,_0x1f5bd6,_0x4bdc59,_0x27160c){return _0x1e3029(_0x1f5bd6- -_0x1c53bd._0x1c40f1,_0x3fde8e,_0x4bdc59-0xca,_0x27160c-_0x1c53bd._0x5bdbfe);}const _0xadd229=_0x224547[_0x5ee04a(_0x37cb26._0x52e0f6,_0x37cb26._0xc21ae3,0x368,0x310)](spawn,_0x224547['UDjEo'],[_0x224547[_0x2deba9(_0x37cb26._0x41c274,_0x37cb26._0x6ac023,_0x37cb26._0x4b371c,0x5cc)]],{'cwd':_0x23eee0,'stdio':_0x224547[_0x2deba9(_0x37cb26._0x4e90ae,0x51f,_0x37cb26._0x162b16,0x5ad)]});_0xadd229['on'](_0x224547['DUbvN'],_0x4d7eb1=>{function _0x202552(_0x5e8e20,_0x777ebb,_0x109399,_0x4df16e){return _0x5ee04a(_0x5e8e20-_0x4d9b30._0x4511e3,_0x109399- -_0x4d9b30._0x3cdc65,_0x109399-_0x4d9b30._0x19509d,_0x5e8e20);}function _0x4116b1(_0x21c93b,_0x11f24d,_0x473033,_0x565eab){return _0x5ee04a(_0x21c93b-0x3,_0x473033- -_0x2ac53c._0x45aff8,_0x473033-_0x2ac53c._0x45d2aa,_0x565eab);}_0x224547[_0x202552(-0x43,-_0x494cd5._0x464421,-0x88,-0x74)](_0x224547['IOceb'],_0x224547[_0x202552(-_0x494cd5._0x55338c,-0x31,-_0x494cd5._0x5ec412,-_0x494cd5._0x20e499)])?_0x224547[_0x202552(-0x3b,_0x494cd5._0x464421,_0x494cd5._0x5ed285,_0x494cd5._0x1ccfb4)](_0x4c0434,_0x4d7eb1===-0x43*0x4b+0x163*-0x10+0x29d1):_0x53df3a[_0x202552(-0xef,0x98,-_0x494cd5._0x50fec0,-0x54)](_0x54b699['PfvEC']);}),_0xadd229['on'](_0x224547[_0x2deba9(_0x37cb26._0x5a15af,_0x37cb26._0x6c06a5,0x4a3,0x46c)],()=>{_0x4c0434(![]);});});}function runGitInitialCommit(_0x3485ee){const _0x41d925={_0x1abf7b:0x6c9,_0x26e448:0x641,_0x11ab7f:0x610,_0x4d695d:0x5bc,_0x9e2c84:0x65c,_0x294d78:0x568,_0x1d273c:0x4cb,_0x4ab67:0x4cc,_0x1293ff:0x48a,_0x20486c:0x56e,_0x445e75:0x62e,_0x4db881:0x6bb,_0x17478f:0x393,_0x24c65f:0x5de,_0x49cb6f:0x552,_0x476903:0x5d7,_0x3606d7:0x5ac,_0x27ad2c:0x5d6,_0x5f5aa7:0x62f,_0xc8e758:0x4fc,_0xbfce7b:0x44e,_0x4de9c2:0x4d5,_0x2f3ba7:0x443,_0xb583b5:0x4ea,_0x3fe1d9:0x4a5,_0x3129bd:0x3f7,_0x46e278:0x336,_0x43fe66:0x3ed},_0x1c1e59={_0x57b4f5:0x63f,_0xbd9007:0x637,_0xaf384d:0x5c5,_0xed067a:0x6e8,_0x1f29b1:0x5a9,_0x36f6e1:0x758,_0x292d4d:0x5bb,_0x26ce2b:0x269,_0xaeb74a:0x23d,_0x34c6c2:0xf2,_0x24ed04:0x1e0,_0x185a3b:0xcb,_0x3fa3f7:0x6c,_0x2f6921:0x3d,_0x1ab632:0x560,_0x77f920:0x64c,_0x3f7c8f:0x742,_0x1f2697:0x6cb,_0x444e69:0xce,_0x5ec1bb:0x16,_0x3773b1:0xb,_0x5477dd:0xb9,_0x234457:0x11b,_0x556259:0x116,_0x221c25:0xf9},_0x5d44db={_0x1b5d97:0x62,_0x1b3663:0x380,_0x1ce9c9:0x4c},_0x1d197c={_0x1d4876:0x46,_0x2a35cd:0xa2,_0x1433a8:0xd};function _0x28f46d(_0x5cdca8,_0x41e57a,_0x2fa37c,_0x2b59f1){return _0x1d3f(_0x41e57a-0x176,_0x2b59f1);}const _0x4b0747={'Qwsdl':function(_0x473629,_0x2c5e60){return _0x473629(_0x2c5e60);},'KbQlZ':function(_0x5c8c44,_0xcedf25){return _0x5c8c44===_0xcedf25;},'jZdgj':_0x3816a2(_0x41d925._0x1abf7b,_0x41d925._0x26e448,0x5e1,0x633),'bXwAH':_0x3816a2(0x552,0x5dd,0x545,_0x41d925._0x11ab7f)+_0x3816a2(_0x41d925._0x4d695d,_0x41d925._0x9e2c84,_0x41d925._0x294d78,0x4de)+_0x28f46d(_0x41d925._0x1d273c,_0x41d925._0x4ab67,_0x41d925._0x1293ff,_0x41d925._0x20486c)+'initial\x20co'+_0x3816a2(0x6c5,_0x41d925._0x445e75,0x610,_0x41d925._0x4db881)+'ed)','Krgzf':function(_0xcf339,_0x1de716){return _0xcf339(_0x1de716);},'SdvnY':function(_0x27dbfb,_0x1b49ac,_0x1c502f,_0x25e853){return _0x27dbfb(_0x1b49ac,_0x1c502f,_0x25e853);},'fOgEO':_0x28f46d(_0x41d925._0x17478f,0x3bf,0x320,0x392)+_0x3816a2(0x63c,0x7d3,0x706,0x708)+_0x3816a2(0x559,_0x41d925._0x24c65f,_0x41d925._0x49cb6f,0x499),'qNKit':'Initial\x20se'+_0x3816a2(_0x41d925._0x476903,_0x41d925._0x3606d7,_0x41d925._0x27ad2c,_0x41d925._0x5f5aa7),'QWRCv':_0x28f46d(0x54f,_0x41d925._0xc8e758,_0x41d925._0xbfce7b,_0x41d925._0x4de9c2),'bovrL':'close','czfTX':'error','ptnGe':'kxMBT','MvQUO':_0x28f46d(_0x41d925._0x2f3ba7,_0x41d925._0xb583b5,_0x41d925._0x3fe1d9,_0x41d925._0x3129bd),'ZCmZB':function(_0x237460,_0x457c95,_0x37bda7,_0x11be34){return _0x237460(_0x457c95,_0x37bda7,_0x11be34);},'MYces':_0x28f46d(_0x41d925._0x46e278,0x3e4,_0x41d925._0x43fe66,0x3fa)};function _0x3816a2(_0x45396d,_0x36f25d,_0x23b0f9,_0x452d07){return _0x1d3f(_0x23b0f9-0x32e,_0x36f25d);}return new Promise(_0x23f672=>{const _0x106772={_0x5b559a:0x521,_0x224204:0x5c3},_0x42442f={_0x1a5f8c:0x386,_0x2fc743:0x87},_0x531f59={_0x1e4ea5:0x543,_0x370b8a:0x43f,_0x482175:0x49c,_0x2dfd24:0x38e,_0x152f79:0x37c,_0x5b15b8:0x66e,_0x5ec508:0x693,_0x1f1572:0x6b5,_0x11b9ab:0x680,_0x1e08d8:0x69d,_0x3238a3:0x675,_0x1cced6:0x6ae,_0x3a777f:0x73c,_0x5e2505:0x697,_0x310d27:0x68b,_0x3718df:0x605,_0x414e6e:0x5d6,_0x121e10:0x5fa,_0x287f42:0x4ce,_0x36a699:0x444,_0x1bdf24:0x481,_0x5b99ab:0x6b9,_0x4a7559:0x678,_0x517a98:0x68f,_0x2f2713:0x484,_0x32a3e1:0x4a6,_0x20d9f3:0x430,_0x3fee47:0x789,_0x34bea6:0x41e,_0x26f1d4:0x59c},_0x30af86={_0x2ed243:0x202},_0xb07431={_0x2c7d90:0x49,_0x362277:0x1ef},_0x46c404={'oGpPc':function(_0x3feb9d,_0x152b77){return _0x4b0747['KbQlZ'](_0x3feb9d,_0x152b77);},'RrJZz':_0x4b0747[_0x50a434(_0x1c1e59._0x57b4f5,_0x1c1e59._0xbd9007,0x63a,_0x1c1e59._0xaf384d)],'ZwzMK':function(_0x52d665,_0x3f262e){function _0x10b0c3(_0x5a5764,_0x441aa5,_0x3639d7,_0xfd38b4){return _0x50a434(_0x5a5764,_0x441aa5-_0xb07431._0x2c7d90,_0x3639d7- -0x75a,_0xfd38b4-_0xb07431._0x362277);}return _0x4b0747[_0x10b0c3(_0x1d197c._0x1d4876,-_0x1d197c._0x2a35cd,-_0x1d197c._0x1433a8,0x39)](_0x52d665,_0x3f262e);},'jfRyR':_0x4b0747[_0x50a434(_0x1c1e59._0xed067a,_0x1c1e59._0x1f29b1,0x685,_0x1c1e59._0x36f6e1)],'pgxWD':function(_0x2f9ba2,_0x6b193b){return _0x2f9ba2===_0x6b193b;},'uegdM':function(_0x55e5dd,_0xdf97a0){return _0x55e5dd!==_0xdf97a0;},'mrFAi':'TWytm','qmXip':function(_0x42207a,_0x2e5122){const _0x2c7e3c={_0x2798fd:0x3ba};function _0xdd550a(_0x9ba547,_0x11ebb4,_0x13cbb0,_0x11471f){return _0x50a434(_0x11471f,_0x11ebb4-0xb9,_0x13cbb0- -_0x2c7e3c._0x2798fd,_0x11471f-0x169);}return _0x4b0747[_0xdd550a(_0x30af86._0x2ed243,0x20b,0x273,0x279)](_0x42207a,_0x2e5122);},'JAybQ':function(_0x439601,_0x5d649f,_0x329f23,_0x1ec826){return _0x4b0747['SdvnY'](_0x439601,_0x5d649f,_0x329f23,_0x1ec826);},'qdsCg':_0x4b0747['fOgEO'],'aXGtY':_0x4b0747[_0x50a434(0x534,0x4fc,0x5bd,_0x1c1e59._0x292d4d)],'leMyO':_0x4b0747['QWRCv'],'xggDb':_0x4b0747[_0x17a519(_0x1c1e59._0x26ce2b,_0x1c1e59._0xaeb74a,0x18e,_0x1c1e59._0x34c6c2)],'TVYdf':_0x4b0747[_0x17a519(0x1c5,0x166,0x16c,_0x1c1e59._0x24ed04)]};function _0x50a434(_0x287b45,_0x3b6de4,_0x1605c8,_0x253c03){return _0x28f46d(_0x287b45-0x1f2,_0x1605c8-0x232,_0x1605c8-0xae,_0x287b45);}function _0x17a519(_0x42150a,_0x1fc611,_0x776788,_0x55b716){return _0x28f46d(_0x42150a-_0x5d44db._0x1b5d97,_0x776788- -_0x5d44db._0x1b3663,_0x776788-_0x5d44db._0x1ce9c9,_0x1fc611);}if(_0x4b0747[_0x17a519(0x146,_0x1c1e59._0x185a3b,_0x1c1e59._0x3fa3f7,_0x1c1e59._0x2f6921)](_0x4b0747[_0x50a434(0x611,0x65a,0x5f0,0x56a)],_0x4b0747[_0x50a434(_0x1c1e59._0x1ab632,0x67e,_0x1c1e59._0x77f920,0x5a3)]))_0x1c75ef(_0x46c404['oGpPc'](_0x1b1558,-0x1c4a+-0x2257+0x3ea1));else{const _0x40fba3=_0x4b0747[_0x50a434(0x7f4,0x801,_0x1c1e59._0x3f7c8f,_0x1c1e59._0x1f2697)](spawn,_0x4b0747[_0x17a519(_0x1c1e59._0x444e69,-_0x1c1e59._0x5ec1bb,-_0x1c1e59._0x3773b1,-0x10)],[_0x17a519(0x122,0x15b,_0x1c1e59._0x5477dd,_0x1c1e59._0x234457),'.'],{'cwd':_0x3485ee,'stdio':_0x4b0747[_0x17a519(0x11,-0x20,-0x4,0x12)]});_0x40fba3['on'](_0x4b0747['bovrL'],_0x34fb7d=>{const _0x303e70={_0x219699:0x6d7,_0x58eccc:0x773,_0x47e37e:0x67d,_0x39ad0c:0x407,_0xbc5fdb:0x336},_0x377c07={_0x18244a:0x29d,_0x1e343d:0x1bc,_0x597776:0x51},_0x42ad22={_0x4b53d8:0x111},_0x39de6d={_0x134b19:0x17b},_0x7e343c={'PoKbk':_0x46c404[_0x39e69b(_0x531f59._0x1e4ea5,0x44d,_0x531f59._0x370b8a,_0x531f59._0x482175)],'jCWlP':function(_0x31aeb3,_0x13d8cb){return _0x46c404['pgxWD'](_0x31aeb3,_0x13d8cb);}};if(_0x46c404['uegdM'](_0x34fb7d,-0x556+-0x1ba5+-0x1*-0x20fb)){if(_0x46c404[_0x39e69b(_0x531f59._0x2dfd24,0x3d0,_0x531f59._0x152f79,0x435)](_0x12543f(0x655,0x62a,0x5b4,_0x531f59._0x5b15b8),_0x46c404[_0x12543f(_0x531f59._0x5ec508,0x644,0x6a2,_0x531f59._0x1f1572)]))_0x30148a[_0x12543f(_0x531f59._0x11b9ab,_0x531f59._0x1e08d8,_0x531f59._0x3238a3,_0x531f59._0x1cced6)](_0x7e343c[_0x12543f(_0x531f59._0x3a777f,0x7d6,_0x531f59._0x5e2505,_0x531f59._0x310d27)]);else{_0x46c404[_0x12543f(0x6c7,_0x531f59._0x3718df,_0x531f59._0x414e6e,_0x531f59._0x121e10)](_0x23f672,![]);return;}}const _0xe33c7b=_0x46c404['JAybQ'](spawn,'git',['-c','user.name='+'Coder\x20Setu'+'p','-c',_0x46c404[_0x39e69b(0x561,_0x531f59._0x287f42,_0x531f59._0x36a699,_0x531f59._0x1bdf24)],_0x12543f(_0x531f59._0x5b99ab,_0x531f59._0x4a7559,0x6ef,_0x531f59._0x517a98),'-m',_0x46c404[_0x39e69b(0x2e8,0x36b,0x2ba,0x2fa)]],{'cwd':_0x3485ee,'stdio':_0x46c404[_0x39e69b(0x418,_0x531f59._0x2f2713,_0x531f59._0x32a3e1,_0x531f59._0x20d9f3)]});function _0x39e69b(_0x14620d,_0x25d7e4,_0x290601,_0x3242c8){return _0x17a519(_0x14620d-_0x39de6d._0x134b19,_0x3242c8,_0x25d7e4-0x347,_0x3242c8-0xea);}function _0x12543f(_0x8a8773,_0x1ee97b,_0x406ce0,_0x10b313){return _0x17a519(_0x8a8773-0x14a,_0x406ce0,_0x8a8773-0x5ec,_0x10b313-_0x42ad22._0x4b53d8);}_0xe33c7b['on'](_0x46c404[_0x12543f(0x7bb,0x6c9,_0x531f59._0x3fee47,0x861)],_0x2cad37=>{const _0x2cf0c0={_0x4a0d15:0x668,_0x3976e1:0x4};function _0x512d36(_0x16b868,_0x19782c,_0x2daf59,_0x87dc10){return _0x12543f(_0x87dc10- -_0x2cf0c0._0x4a0d15,_0x19782c-0x1a7,_0x16b868,_0x87dc10-_0x2cf0c0._0x3976e1);}_0x23f672(_0x7e343c[_0x512d36(-0xc6,-0xaf,0xab,-0x22)](_0x2cad37,0x1e*0x1+0x2*-0x58a+0xaf6));}),_0xe33c7b['on'](_0x46c404[_0x39e69b(_0x531f59._0x34bea6,0x4cb,_0x531f59._0x26f1d4,0x475)],()=>{function _0x157312(_0x1d6170,_0x1b7465,_0x4e08d2,_0x599800){return _0x39e69b(_0x1d6170-0xa,_0x599800-0x24b,_0x4e08d2-0x1d6,_0x4e08d2);}function _0x47a328(_0x35adaa,_0x33ad78,_0xe0d039,_0x114349){return _0x12543f(_0x33ad78- -_0x377c07._0x18244a,_0x33ad78-_0x377c07._0x1e343d,_0xe0d039,_0x114349-_0x377c07._0x597776);}_0x46c404['RrJZz']!==_0x46c404[_0x157312(_0x303e70._0x219699,_0x303e70._0x58eccc,0x6d8,_0x303e70._0x47e37e)]?(_0x464b69(),_0x215974[_0x47a328(0x40c,_0x303e70._0x39ad0c,0x365,_0x303e70._0xbc5fdb)](-0x554*-0x3+0x995+-0x37*0x77)):_0x46c404[_0x157312(0x68b,0x68d,0x7c6,0x75e)](_0x23f672,![]);});}),_0x40fba3['on'](_0x4b0747[_0x17a519(0xe9,_0x1c1e59._0x556259,0x16c,_0x1c1e59._0x221c25)],()=>{function _0x1a9fe8(_0xee5b07,_0x505f35,_0x1650ef,_0x4e5065){return _0x17a519(_0xee5b07-0x108,_0x1650ef,_0xee5b07-_0x42442f._0x1a5f8c,_0x4e5065-_0x42442f._0x2fc743);}_0x4b0747[_0x1a9fe8(_0x106772._0x5b559a,0x445,0x5eb,_0x106772._0x224204)](_0x23f672,![]);});}});}function _0x3fe2(){const _0x3bd5f7=['CYaOzs5NlIb2Aq','DfL2BvG','B2nRzxjMAwXLcG','yxnlvKS','zxnZAwjSzsb0BW','swHjwwG','BwuGy2fUig9UBa','cI5JB25Uzwn0Aq','Bgf0zxn0cGOJia','rw52AxjVBM1LBG','AKnxBfa','iIbHBhjLywr5ia','icdILjZILidILiaGlMDPDa','z2vUDcbJB25MAq','ihLVDsbTB2rPzG','zMLSzq','kgLMigfWCgXPyW','lMnVBs9pv05fuG','icdILjZILidILiaGC2v0Dq','Aw5NignOyw5Nzq','z2L0','BNrHAw5LCNmUcG','D3jPDgvgAwXL','y2TLCMzPBguGia','yaOkiYmGr2v0Da','vfD5Dg0','B250ywLUzxiGCW','icaGiokuNokuGokuGcbsrq','s2jrBfO','CMvWB3m','Cg9ZAxrVCNK6cG','C2fNzs50EhrGcG','Dhmk4PscicaGicaG','Aw5Nigf0ig9UyW','BIbUB3rLCYaOBG','uY5TzcaGicaGia','z25VCMuGzMLSzq','icaGicaJienVBG','ihn0EwXLigLUia','DxjLzcbMB3iGDa','cGOJieDLBMvYyq','cIaGicaGicaGia','iYbezwzHDwX0ia','s3jNEMy','B3jRC3bHy2ukcG','CYWGC2v0DgLUzW','kI5WEwmklNzLBG','lI90yxnRCW','odmWzgDPtM9v','lMDPDgLNBM9Yzq','Aw5PDa','kgnYzwrLBNrPyq','CMTPBMCGzgLYzq','ifjfqurnrs5Tza','DYbHBgWGCgvUza','zs8klMnSyxvKzq','ALPKz2O','DwvNze0','C3rYAw5NAwz5','zsb3AgvUignOyq','4Psu4Psa4PsaigrLzMf1Ba','icaGicmGqwrTAq','DaOkqwrKigfUEq','EwnHy2HLx18VcG','ignVBMzPz3vYAq','ywLUzxiGAw1HzW','BwvZC2fNzq','BwfNzsbKzwzPBG','Bg9N','l0fhru5uuY5Tza','u2PtsLq','CYbVBMX5igfJyW','BMLUzZOklsbxAa','BwfYEs5TzgakvW','txzrvu8','Dw1Tyxj5iezPBa','icaGicaG4Psu4Psa4Psaia','B25ZlcbHBMqGDa','DhvW','DwrLlMPZB24UyG','B3jRC3bHy2uk','icdILjZILidILiaGuKvbra','BNzPCM9UBwvUDa','y29TBwL0lw1LCW','ihnLCNzLCJOGya','4Psu4Psa4PsaihnLDhvWlG','iokuNokuGokuGcbsrufetq','BxjgqwK','zK9Lz2S','wxrqzKu','vw1St1K','DgvKierVy2TLCG','v3jPDguGysbJBW','wwvLt0i','ywLSzwqGC3vTBq','q29UzMLNDxjLia','Aw5NCYbvssK','z3mGCgfNzsbPBG','ufLTDMS','zxmGEw91igvUyW','ysbGz2L0igrPzG','AxrPz25VCMvKkq','B2XSB3DPBMCGBW','DgHLifnzu1rftq','zxHPDa','ywrK','ruvZvLu','Dg9YEsbJBg9Uzq','BNrLCM5HBcbKBW','4PsC4Psa4PsaierVy2TLCG','CML0zsbHigrLDa','BM1LBNqUcGOJiW','zw50CY9KzwzHDq','mtK5mdi2mhnSsvDzCW','ifDOyxqGAxnZDq','ihrOzsbeB2nRzq','EfbxDfq','AgLZigzPBguGAq','iYmGv29YA2LUzW','A0fKrg4','DMvYigLUAxqGpa','BNrZlcbHz2vUDa','rKjLBfy','AwvZignVBMzPzW','sxqGzgvMAw5LCW','y29TBwL0','DhvWlNnOicaGia','BIbOzxjLlGOkva','zgvMyxvSDf9HzW','zgvZy3jPChrPBW','BMzPzYaOCMvWBW','yLH3quG','zxjYB3i','DgLHBgL6zwqGDW','wMnSCvC','ndu2otq0tKT3v1rL','Bw1PDcbZA2LWCa','C2v0DxaUC2G','Aw5Nifn0yxj0zq','Cw1yAxa','AwfSAxPHDgLVBG','CMfUy2GGAhr0Ca','CM9UBwvUDcbJBW','zwn0B3j5ici','uNf2uNy','zwqP','B21Wyw55lwnVza','y3jLzgvUDgLHBa','vuKPcNnLDhvWlG','icaG4Psu4Psa4PsaihnLDa','ihjLCg9ZAxrVCG','zxr0Aw5NCYaOzW','ignVBw1HBMrZia','AweGDgHLifnLDa','ChrOptuWic0TBG','uNjkwNO','cGPvC2fNztOkia','BhmPcI5JBgf1za','yxnRigrHDgekDa','CNrHBNq6ifrOzq','cIaGicdILjtILidILiaGzq','BMfTzq','CIbPBML0ig15yW','DLnMyK0','zgvMyxvSDf9LBG','B3iGquKGywDLBG','Dc5QC29U','oIaUlW','DhmVzgvMyxvSDa','lM1K','q3jLyxrLzcbZDa','AMvJDc1ZCgvJAq','BwvUDhmPigzVCG','zgf0Aw9UCYbVCG','cGPuAgLZigLZia','zsbHig5LDYbJBW','BNrHAw5LCNmPcG','wLLsyuy','ANnVBGOkiYbtzq','zg9JCY8Jl2fKBq','B250ywLUzxiGAq','ywnRDxaklMnVza','AMzsEvi','ig5LEhqGC3rLCa','zMLSzxmkkIOVra','ugz2rum','zsb0zw1WBgf0zq','l1jfue8GjIyGxa','y3rVCNKGD2L0Aa','z2L0ig5VDcbHDG','mLz0zuP4vW','Aw5PDgLHBcbJBW','qwrKihjLCg9ZAq','zhHtBeS','CIbbssbHz2vUDa','C2STB3v0Chv0lW','ChjIDMW','ignVzgvYlxnLCG','nxWXFdn8mhWYFa','Dw5JB21TAxr0zq','Dwn0DxjLcGPGya','igfUzcbot1qGya','DgHLBqOTifrLCW','Dw5KBg9NAwmVyW','lWOUzw52cImGva','DfPquwC','y3rVCNKGAxmGBa','quDftLrtlM1K','zxbVC2L0B3j5ia','AxrOigLUAxrPyq','igvUDMLYB25Tzq','CYbHBMqGy2fJAa','igLUigDPDc4kcG','EMzPEu0','rxHHBxbSztOGyW','BNrHDgLVBGOGia','DgfPBMvYihnLDa','B3nPDg9YEsbUyq','DgLVBNmGzM9Yia','CWOGicaGicaGia','igXHC3qGDgHPBG','B3nPDg9YEsaOzq','zc4kcImJie5VDa','rxjYB3i6ifjLCa','zMLJigLUC3rYDq','As8klMDLBwLUAq','BwvUDc5QC29Uya','wM9syu4','ifjpt1qSie5pva','Dw1IzxjZlcbOEq','BIbLBNzPCM9UBq','B2rLCI1Zzxj2zq','CNvJDhvYztO','lMPZB24PigfYzq','igLUigfUEsbYzq','zxmkcI0GrM9SBa','DgvZigzVCIbbsq','BgvnEu8','B09Jzva','zxiTC2vYDMvYia','v09ss0rjuIaVDW','4PsC4Psa4Psaiefhru5uuW','Aw5PDca8BMfTzq','l3DVCMTZCgfJzq','BMnPC2uGz2L0ia','D2LSBcbIzsb1CW','ywnJzxnZ','Aw5NlcbYzxzPzq','tu9jqLe','iYbfBNzPCM9UBq','CY8kicaGicaGia','ifvjigfUzcbPCW','DgLHBgL6zwqGka','DMLYB25Tzw50','rs5TzcaGicaGia','igfUEsbWCM9Qzq','ug9lyMS','lMPZB24kcImGra','zxnZAw9UlcbUBW','cIaGicdILjZILidILiaGlG','wxfjAeG','vfrXB28','Dg9YEsbPCYbGlW','4PQGieDPDcbPBML0','DgvZDa','ihnLBNnPDgL2zq','lMPZB24kkI5Zzq','uKvbre1flM1K','ihnRAxbWzwqGka','Dc4kcImJifn0CG','cKLUAxrPywXPEG','DaRILjtILidILiaGDgfZAW','DcbJB25MAwCkia','cGOJiYmGms4GuW','zwqGDg8Gy29TBq','Aw9UCYbOzxjLcG','tvzQBgW','zw50igrLzMLUAq','ig1HBMfNzwqGDG','icaGicaGicaGia','AM9PBG','cIaGvgHLigrPCG','yKHfEwe','vxnHz2u6ignVza','y3PMvfG','lIbfBNn1CMuGEq','BNrHAw5ZihrOzq','zhzky2q','Dg9YEqOTiefKza','Aw5PDgLHBgL6zq','iYbtzxj2zxiGCW','BxLJB21Wyw55lq','y3qTC3bLy2LMAq','BwvUDhmVicaGia','CMLcrxC','BwuGzM9YihrOzq','CMnPsLu','DxiGCMvWB3nPDa','y2XVBMuGls1Kzq','B3j5igrVy3vTzq','CgLWzq','CYKk4PscicaGicaG','Dc5QC29UicaJia','zhvSzxmVcL9FCa','Aw5NihrOAxmGCW','Dgf0Aw9UxsHODa','zgvMyxvSDa','vhrMu2i','vfzzzgy','BhqVcIaGicaGia','DgfZA19ZDg9Yyq','CwrZq2C','yxnRCY8kcImGqq','zxmkBM9Kzv9TBW','z2L0AwDUB3jLia','Aw9UCYWGB3iGAq','qM5Oufi','B3vUDgvYzwqGyq','yM92CKW','icdILjZILidILiaGrg9JAW','wKnTwKi','zwqSig1HBMfNzq','CZOVl2DPDgH1yG','sw5PDgLHBgL6Aq','ywjSzsKklsbbBG','Cg9ZAxrVCNKUia','kIbTywrLigr1CG','4PsC4Psa4PsaigvUDMLYBW','C3rHCNrZv2L0Aa','CgHLBNmSigfUza','CIbZzxr0Aw5NCW','uxDZzgW','zYb5B3uGD29YAW','D24GlviGy29Kzq','nZuYntHOvLnsDNC','C2vYDMvYihnLDa','ihrOzqOGihn0CG','B3v0Chv0l3n1Bq','y3vYCMvUDcb3BW','Aw4Vzw52AxjVBG','DgHLihjLCg9ZAq','DuL0vvu','icaGicaJifnLDa','ywLSywjSzsK','CYbTzxnZywDLia','ysbdB2rLCKzSBW','iokuLokuGokuGcbKzwzHDq','zcb2AweGu2v0Da','y3vTzw50yxrPBW','yxj5igv4CgXHAq','icaGicaGicmGqW','Esb3AxrOigfUia','iokuNokuGokuGcbbr0vova','iYbsvu4Gz2L0ia','zwqGAw50BYbJBW','tuLhEMq','4PsC4Psa4Psaifjfqurnrq','ihrOzsb3zwiGvq','y2XHDwrL','mJq1v2P4uuzc','kg5VDcbPBIbJBW','DgLUz3mGDMLHia','DxjLig5VDgvZla','BMfTzt4kcKfYzW','su5dyKO','tK5UvhK','zxr0Aw5NCYaOBq','y3jLDhmGyw5Kia','yxqGEw91igrPza','qurnrs5TzcaGia','ChbYB3zLzc4GqG','Dc8k4PscicaGicaG','igLUC2LKzsbGlW','B3uGD3jPDguGDa','pI8kicaGiokuNokuGokuGa','BMvYCYKk4PscicaG','DcbYzxn1BhrZia','Aw5NCYbvssKk4PsC','AxrPB24k4PscicaG','BMCGCMvWB3mGAq','wND6tuS','C3rPBMCGy29Kzq','pxnLDhvWqgXVyW','EgDNrgi','ihrVigfKzcb5BW','icaGiokuLokuGokuGcbZzq','yYbPBNn0CNvJDa','zw50','su9Jzwi','y29KzxiTC2vYDG','EfzYqxu','AxrVCNK6ia','CMvWB3nPDg9YEq','lcb3AgLJAcbJBW','C2v0DxaUANnVBG','DxrWDxqVlI4Uya','BwTKAxi','nJu3ndmYAwLAuejl','DxjLig5VDgHPBG','EsbYzwnVBw1LBG','DxaGCMvWB3nPDa','tvLJzxm','icaGicmGq29UDa','zxGVcI5Nzw1PBG','CxvPCMvTzw50CW','icaGiYbtzxj2zq','ifn0yxj0ihrOzq','cGPbzNrLCIbJBW','uvDsq3y','DwLYzwqGzM9Yia','cImGicaGignOBW','zgvYlxnLDhvWia','ls1OzwXW','tNHZuNi','zgv2zwXVCg1LBG','DxaUC2GGicaGia','l3rHC2STB3v0Ca','BwuGAxmGCMvXDq','ie5pvcbTB3vUDa','CwLQwNK','uM14qKS','icbJB2rLCI1Zzq','yw5Hz2vKihzPyq','Cu5lAxq','igrLDgfPBhmUcG','4PYtieDPDcbYzxbV','DMLYB25Tzw50ia','AgLZigvUDMLYBW','zcbJAgfUz2vZkG','BwLUig5VDgvZia','BMqGAg93ihLVDq','odmWmJa4s1vhzg1N','sqO0lIbcDwLSza','zwf0zsb0AguGzG','icdILjtILidILiaGzw52Aq','C2fNztOGyc90yq','zw52AxjVBM1LBG','CNzLCIbPBML0ia','ywXOB3n0','rg9JA2vYzMLSzq','zxr1CcbZy3jPCa','ihvUzgvYC2nVCG','y2HTB2q','BNyVcI50zw1WkG','re9fChm','DxaGC2nYAxb0cG','igbLBNzPCM9UBq','reL4A2q','yvHhDfK','igaVDgfZAY1VDq','DgLVBNmk4PscicaG','4Psa4PsaigvUDMLYB24','B25Tzw50lMPZBW','CNzLCIbZzxr0Aq','tuuUBwq','BMfTzsaGicboyq','ihrOAxmGzw52Aq','Cg9ZAxrVCMLLCW','EsbJB250ywLUia','ihnLDhvWihjLCa','C2L0B3j5igLUAq','AgvYzsbHzNrLCG','CIbPBwfNztOGya','D29YA3nWywnLya','BhqVzw52AxjVBG','y2XVC2u','Cc5QC29UicaGia','igLUignVBNrHAq','BYbGl3rHC2STBW','C1nHAfO','ntq0mJi0mwLtvvzjyW','CM9UBwvUDc4kcG','rxHHBxbSzxm6cG','Dxn0B21PEMuGya','ChrUr2u','DxnLCI5LBwfPBa','y29KzxiTC2v0Dq','DcbQDxn0ihrOzq','yNHKALa','igLUC3rYDwn0Aq','AwDUB3jL','CMvJDxjZAxzL','zwn0B3j5igLZia','Dwn0DxjLihjLCq','zxiTC2v0Dxa','BxbSzxrPBMCGyq','lMPZB24klMnSyq','rxjYB3iGy3jLyq','nZe0mtHUBKLPCLy','igfKBwLUAxn0CG','D29YA2LUzYbPBG','icaGiokuNokuGokuGcbeBW'];_0x3fe2=function(){return _0x3bd5f7;};return _0x3fe2();}function showInitHelp(){const _0xeccd87={_0x45c68b:0x300,_0x18c908:0x255,_0x4d3f3c:0x385,_0x179570:0x23a,_0x6f97c6:0xd6,_0x14c9b5:0x1b0,_0xa26636:0x1ec,_0x56de21:0x1ce,_0x4260e9:0xa4,_0x5a356d:0x11e,_0x508be0:0xc3,_0x6bacca:0x154,_0xd67b4e:0x275,_0x13e3bb:0x279,_0x1d4aab:0x26d,_0x1ac70f:0x252,_0x305803:0x36c,_0x1c216b:0x35e,_0x4e7a3a:0xf,_0x45a86f:0xb8,_0xf62e21:0x328,_0x184949:0x331,_0x19e6d7:0x320,_0x362700:0x5f,_0x374633:0x6,_0x196469:0x80,_0x2956aa:0x2de,_0x5abc40:0x1f1,_0x3a59a2:0x2c9,_0x57fb71:0xe3,_0xfb9f9b:0x3b,_0x230eac:0xc4,_0x2ab5bc:0x1ec,_0xc8164e:0x177,_0x472b21:0x1b6,_0x11d0b4:0xd1,_0x5a418:0x40,_0x3af797:0x1e,_0x266eea:0x35,_0xbbb4fb:0x1ae,_0xbe52c5:0x277,_0x10d2f8:0x271,_0x97231e:0x2be,_0x4b3e57:0x42c,_0x20f6c7:0x266,_0x267953:0x82,_0x2d4edf:0xe2,_0x53068b:0x377,_0x264224:0x29,_0x41ebbc:0x144,_0x42911b:0x3fd,_0x528b61:0x2c8,_0x23b1b:0x352,_0x59768f:0x1a5,_0x203068:0x235,_0x57d2e0:0x18f,_0x173422:0x152,_0x527349:0xdd,_0xc9721b:0x101,_0x36e88f:0xfe,_0x5c77c1:0x213,_0x4fe591:0x9d,_0x4c1c8d:0xd,_0x151e4d:0x149,_0x3597c4:0x158,_0x2eae95:0x103,_0x12b402:0x112,_0x53d432:0x8c,_0x3871c2:0xfa,_0x1a6a1e:0xb3,_0x415673:0x12a,_0x2acdfc:0xfe,_0x157b49:0x249,_0x5ee9f5:0x318,_0x4a4f8d:0x3ed,_0x71b8f2:0x172,_0x8ccc8:0x73,_0x459463:0x2c,_0x2672f4:0x253,_0x342c77:0x2bc,_0x115c4b:0x2a6,_0x14ddbd:0x44d,_0x431d6a:0x27c,_0x184c0f:0x336,_0xe9166e:0x28c,_0x347995:0x165,_0xa7c867:0x212,_0x10e096:0x32f,_0x192a47:0x278,_0x1f8f74:0x3b6,_0x1c2824:0x30,_0x4e920a:0x15e,_0x5b7d04:0x137,_0x1c884a:0x98,_0xbcd416:0x224,_0x4898c7:0x2c8,_0x3039f2:0x1b0,_0x3f90e7:0x170,_0x3725ac:0xe9,_0x3b9f5:0x22c,_0x1bb670:0x42,_0x17b1ca:0x2a3,_0x3acc0e:0x298,_0xc84baa:0x460,_0x219510:0xc0,_0x2ee03b:0xc8,_0x559e9e:0x369,_0x2890d9:0xd7,_0x43ed38:0x107,_0x1bbdc1:0x57,_0x229d51:0x7f,_0x19c3dc:0x166,_0x1cf4cd:0xa7,_0x50d200:0x91,_0x4f549e:0x33,_0x54fd51:0x243,_0x595438:0x156,_0x515931:0x269,_0x36c75e:0x204,_0x52a9d4:0x4a,_0x3c7384:0x4c,_0xe1626d:0xff,_0x21c3d1:0x31a,_0x5f5757:0x400,_0x51405c:0x19,_0x3cd9ed:0x4,_0x2efe28:0x1d,_0x54bcef:0x1a,_0xcff9fc:0x322,_0x13c3e0:0x289,_0x2d32b1:0x354,_0x1cd283:0x234,_0x1bb37c:0x260,_0x2ca207:0xe6,_0x3fcee6:0x12b,_0x306a31:0x6c,_0x5b752e:0x0,_0x24e526:0x3c1,_0x9c81df:0x317,_0x4cbff4:0x338,_0x22e04e:0x2eb,_0x13bbd5:0x2d5,_0x1bc6f1:0x38f,_0x1a9889:0x3c8,_0x1295fa:0xc6,_0x1280ea:0xa,_0xeaf52a:0x6e,_0xc3f944:0xc7,_0x1235fc:0x20,_0xc2cb3c:0x96,_0x1bf01f:0x324,_0x5aa3c4:0x3c1,_0x4cdf80:0x30e,_0x3207e9:0x2e0,_0x5b4837:0x1a0},_0x28e0b4={_0xd3e4fe:0x233};function _0x1bac0d(_0x5f5471,_0x3ad6d2,_0x5b6bc7,_0x5ad337){return _0x1d3f(_0x5f5471- -0x59,_0x3ad6d2);}function _0x481376(_0x48c2ec,_0x16f3af,_0x2b4eb5,_0x57748b){return _0x1d3f(_0x2b4eb5- -_0x28e0b4._0xd3e4fe,_0x57748b);}console[_0x1bac0d(0x245,0x2c1,_0xeccd87._0x45c68b,0x257)](_0x1bac0d(0x30f,_0xeccd87._0x18c908,_0xeccd87._0x4d3f3c,_0xeccd87._0x179570)+_0x481376(0x18d,0x194,_0xeccd87._0x6f97c6,0x1e)+_0x1bac0d(_0xeccd87._0x14c9b5,_0xeccd87._0xa26636,0x20a,_0xeccd87._0x56de21)+_0x481376(_0xeccd87._0x4260e9,0x6d,-0x3d,0xae)+_0x481376(_0xeccd87._0x5a356d,-0xf,_0xeccd87._0x508be0,_0xeccd87._0x6bacca)+_0x1bac0d(0x2c6,_0xeccd87._0xd67b4e,0x1e3,0x2aa)+_0x1bac0d(_0xeccd87._0x13e3bb,_0xeccd87._0x1d4aab,_0xeccd87._0x1ac70f,0x32e)+_0x1bac0d(_0xeccd87._0x305803,0x307,_0xeccd87._0x1c216b,0x300)+'uments:\x0a\x20\x20'+_0x481376(-0x51,-_0xeccd87._0x4e7a3a,0x2,-_0xeccd87._0x45a86f)+_0x1bac0d(_0xeccd87._0xf62e21,_0xeccd87._0x184949,0x309,_0xeccd87._0x19e6d7)+_0x481376(-_0xeccd87._0x362700,-0xd8,_0xeccd87._0x374633,-_0xeccd87._0x196469)+_0x1bac0d(_0xeccd87._0x2956aa,_0xeccd87._0xa26636,0x29b,0x33e)+'.g.,\x20acme-'+_0x1bac0d(_0xeccd87._0x5abc40,0x144,0x283,0x122)+'p)\x0a\x0aDescri'+'ption:\x0a\x20\x20C'+'reates\x20a\x20n'+'ew\x20directo'+'ry\x20in\x20the\x20'+_0x1bac0d(0x353,_0xeccd87._0x3a59a2,0x33f,0x31e)+_0x481376(0x2e,0x132,0x5b,-0x31)+_0x481376(0x2e,0xbd,_0xeccd87._0x57fb71,_0xeccd87._0xfb9f9b)+_0x481376(_0xeccd87._0x230eac,_0xeccd87._0x2ab5bc,_0xeccd87._0xc8164e,_0xeccd87._0x472b21)+_0x481376(-_0xeccd87._0x11d0b4,_0xeccd87._0x5a418,_0xeccd87._0x3af797,_0xeccd87._0x266eea)+_0x1bac0d(_0xeccd87._0xbbb4fb,_0xeccd87._0xbe52c5,0x239,_0xeccd87._0x10d2f8)+_0x1bac0d(0x35a,_0xeccd87._0x97231e,_0xeccd87._0x4b3e57,_0xeccd87._0x20f6c7)+'w\x20setup\x20re'+_0x481376(-_0xeccd87._0x267953,_0xeccd87._0x2d4edf,0x45,-0xa1)+'\x0a\x20\x20\x20\x20<name'+_0x1bac0d(_0xeccd87._0x53068b,0x398,0x384,0x333)+_0x481376(_0xeccd87._0x264224,_0xeccd87._0x41ebbc,0x5c,0x125)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1bac0d(0x357,_0xeccd87._0x42911b,_0xeccd87._0x528b61,_0xeccd87._0x23b1b)+_0x1bac0d(_0xeccd87._0x59768f,_0xeccd87._0x179570,0x147,_0xeccd87._0x5a356d)+_0x481376(_0xeccd87._0x203068,_0xeccd87._0x57d2e0,_0xeccd87._0x173422,0xb6)+_0x481376(_0xeccd87._0x527349,_0xeccd87._0xc9721b,_0xeccd87._0x36e88f,0x75)+_0x1bac0d(_0xeccd87._0x5c77c1,0x207,0x14b,0x2e8)+_0x481376(-0x2d,_0xeccd87._0x4fe591,_0xeccd87._0x4c1c8d,-0x3a)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x481376(0x16c,0x150,_0xeccd87._0x151e4d,_0xeccd87._0x36e88f)+_0x481376(_0xeccd87._0x3597c4,_0xeccd87._0x2eae95,0xbe,0xdd)+_0x481376(0x138,_0xeccd87._0x12b402,_0xeccd87._0x53d432,_0xeccd87._0x3871c2)+_0x481376(0x1f2,_0xeccd87._0x1a6a1e,_0xeccd87._0x415673,_0xeccd87._0x2acdfc)+_0x481376(_0xeccd87._0x157b49,0x6b,0x161,0x21b)+_0x1bac0d(_0xeccd87._0x5ee9f5,0x230,0x260,_0xeccd87._0x4a4f8d)+'\x20\x20\x20#\x20Git\x20i'+_0x1bac0d(0x225,0x295,_0xeccd87._0x71b8f2,0x21e)+_0x481376(_0xeccd87._0x8ccc8,0xd2,0xc7,_0xeccd87._0x459463)+_0x1bac0d(_0xeccd87._0x2672f4,_0xeccd87._0x342c77,0x262,_0xeccd87._0x115c4b)+_0x1bac0d(0x2fb,0x3c1,0x238,0x3bb)+_0x1bac0d(0x35b,0x2ff,_0xeccd87._0x14ddbd,_0xeccd87._0x431d6a)+_0x1bac0d(_0xeccd87._0x184c0f,0x2ff,_0xeccd87._0xe9166e,0x27f)+'\x20\x20\x20\x20\x20\x20├──\x20'+_0x1bac0d(0x1c9,0x1a8,_0xeccd87._0x347995,_0xeccd87._0xa7c867)+_0x1bac0d(_0xeccd87._0x10e096,_0xeccd87._0x192a47,0x269,_0xeccd87._0x1f8f74)+_0x481376(0xa6,-0x14,_0xeccd87._0x1c2824,-0x3e)+_0x481376(0x19b,_0xeccd87._0x4e920a,_0xeccd87._0x5b7d04,_0xeccd87._0x1c884a)+_0x1bac0d(0x318,0x252,0x38e,0x288)+'\x20├──\x20AGENT'+_0x1bac0d(_0xeccd87._0xbcd416,_0xeccd87._0x4898c7,_0xeccd87._0x3039f2,0x222)+'\x20\x20\x20#\x20Instr'+'uctions\x20fo'+_0x481376(0x4f,_0xeccd87._0x3f90e7,_0xeccd87._0x3725ac,-0xc)+_0x1bac0d(0x2dc,_0xeccd87._0x3b9f5,0x243,0x286)+_0x481376(0x5,-0x84,_0xeccd87._0x1bb670,0x135)+_0x1bac0d(0x372,_0xeccd87._0x17b1ca,_0xeccd87._0x3acc0e,_0xeccd87._0xc84baa)+'\x20\x20\x20\x20\x20\x20#\x20Ad'+_0x481376(-_0xeccd87._0x219510,-0xf5,-0x18,_0xeccd87._0x2ee03b)+_0x1bac0d(_0xeccd87._0x559e9e,0x2a7,0x44b,0x38a)+_0x481376(0x5c,0x16c,_0xeccd87._0x2890d9,0x119)+_0x481376(_0xeccd87._0x43ed38,_0xeccd87._0x1bbdc1,0x13e,_0xeccd87._0x229d51)+_0x481376(0x1bb,0x107,_0xeccd87._0x19c3dc,_0xeccd87._0x57fb71)+'erfile\x20\x20\x20\x20'+_0x481376(-_0xeccd87._0x1cf4cd,_0xeccd87._0x50d200,-_0xeccd87._0x4f549e,-0xaf)+_0x1bac0d(0x242,0x182,_0xeccd87._0x54fd51,0x1d8)+_0x481376(0x23,0x22,0xe1,0x17f)+_0x1bac0d(0x22a,_0xeccd87._0x595438,0x2c6,0x2f9)+_0x481376(0x3,0x72,0xbc,0x190)+_0x1bac0d(0x1b4,_0xeccd87._0x515931,_0xeccd87._0x36c75e,0xd6)+_0x481376(0x6a,-_0xeccd87._0x52a9d4,_0xeccd87._0x3c7384,-0x2e)+_0x481376(0x197,0x46,_0xeccd87._0xe1626d,0x1a4)+_0x1bac0d(0x1d2,0xe1,0x150,0x2ae)+_0x1bac0d(_0xeccd87._0x21c3d1,_0xeccd87._0x5f5757,_0xeccd87._0x157b49,0x34a)+_0x481376(_0xeccd87._0x51405c,-_0xeccd87._0x3cd9ed,_0xeccd87._0x2efe28,-_0xeccd87._0x54bcef)+_0x1bac0d(_0xeccd87._0xcff9fc,_0xeccd87._0x13c3e0,0x246,0x2b6)+'d\x20as\x20a\x20git'+_0x1bac0d(0x297,0x287,_0xeccd87._0x2d32b1,0x2be)+_0x481376(_0xeccd87._0x1cd283,0xf5,0x186,_0xeccd87._0x1bb37c)+_0x481376(0x105,0x168,_0xeccd87._0x2ca207,_0xeccd87._0x3fcee6)+'mmit.\x0a\x20\x20Se'+_0x481376(_0xeccd87._0x306a31,-0x84,_0xeccd87._0x5b752e,-0xd1)+'ngs\x20(setup'+_0x1bac0d(0x2ea,_0xeccd87._0x24e526,0x2aa,0x313)+_0x1bac0d(_0xeccd87._0x9c81df,0x336,0x23c,_0xeccd87._0x4cbff4)+_0x1bac0d(0x29a,0x326,_0xeccd87._0x22e04e,0x2fd)+'tings\x20UI\x20a'+'nd\x20are\x20not'+'\x0a\x20\x20tracked'+_0x1bac0d(_0xeccd87._0x13bbd5,_0xeccd87._0x1bc6f1,0x1ff,_0xeccd87._0x1a9889)+(_0x481376(0x105,-_0xeccd87._0x1295fa,0x13,-_0xeccd87._0x1280ea)+_0x481376(-_0xeccd87._0xeaf52a,-_0xeccd87._0xc3f944,-_0xeccd87._0x1235fc,_0xeccd87._0xc2cb3c)+_0x1bac0d(0x1ca,0x238,0x174,0x110)+_0x1bac0d(_0xeccd87._0x1bf01f,_0xeccd87._0x5aa3c4,_0xeccd87._0x4cdf80,_0xeccd87._0x515931)+_0x1bac0d(0x1f1,_0xeccd87._0x3207e9,_0xeccd87._0x5b4837,0x29d)+'p\x0a'));}