@profoundlogic/coderflow-server 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/README.md +1 -1
  2. package/dist/README.md +1 -1
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config.js +1 -1
  5. package/dist/lib/agent-keepalive.js +1 -1
  6. package/dist/lib/agent-models.js +1 -1
  7. package/dist/lib/api-keys.js +1 -1
  8. package/dist/lib/apiKeys.js +1 -1
  9. package/dist/lib/app-server-ports.js +1 -1
  10. package/dist/lib/auto-judge.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/config-migration.js +1 -1
  27. package/dist/lib/container-credential-sync.js +1 -1
  28. package/dist/lib/container-tokens.js +1 -1
  29. package/dist/lib/data-dir.js +1 -1
  30. package/dist/lib/deployment-history.js +1 -1
  31. package/dist/lib/deployment-service.js +1 -1
  32. package/dist/lib/docker-utils.js +1 -1
  33. package/dist/lib/email.js +1 -1
  34. package/dist/lib/emailTemplates.js +1 -1
  35. package/dist/lib/entitlement.js +1 -1
  36. package/dist/lib/fetch-utils.js +1 -1
  37. package/dist/lib/git-askpass.sh +16 -0
  38. package/dist/lib/git-commit-details-route.js +1 -1
  39. package/dist/lib/git-history-diff-guardrails.js +1 -1
  40. package/dist/lib/git-provider-service.js +1 -1
  41. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  42. package/dist/lib/git-provider-setup/index.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  45. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  46. package/dist/lib/git-providers/github-app-provider.js +1 -1
  47. package/dist/lib/git-providers/index.js +1 -1
  48. package/dist/lib/git-providers/provider-factory.js +1 -1
  49. package/dist/lib/git-providers/provider-interface.js +1 -1
  50. package/dist/lib/github-urls.js +1 -1
  51. package/dist/lib/group-objective-linking.js +1 -1
  52. package/dist/lib/jira-client.js +1 -1
  53. package/dist/lib/judge-blinding.js +1 -1
  54. package/dist/lib/logger.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/objective-context.js +1 -1
  58. package/dist/lib/oidc-auth.js +1 -1
  59. package/dist/lib/oidc-device-flow.js +1 -1
  60. package/dist/lib/passwordTokens.js +1 -1
  61. package/dist/lib/pin-cascade.js +1 -1
  62. package/dist/lib/provider-accounts.js +1 -1
  63. package/dist/lib/provider-oauth.js +1 -1
  64. package/dist/lib/provider-profile.js +1 -1
  65. package/dist/lib/provider-token-refresh.js +1 -1
  66. package/dist/lib/request-url.js +1 -1
  67. package/dist/lib/rewind.js +1 -1
  68. package/dist/lib/roles.js +1 -1
  69. package/dist/lib/secrets.js +1 -1
  70. package/dist/lib/setup-repo-git-auth.js +1 -1
  71. package/dist/lib/state-capture.js +1 -1
  72. package/dist/lib/static-files.js +1 -1
  73. package/dist/lib/task-name-format.js +1 -1
  74. package/dist/lib/task-name-generator.js +1 -1
  75. package/dist/lib/user-git-oauth.js +1 -1
  76. package/dist/lib/user-git-tokens.js +1 -1
  77. package/dist/lib/users.js +1 -1
  78. package/dist/middleware/requireAuth.js +1 -1
  79. package/dist/middleware/requireInit.js +1 -1
  80. package/dist/middleware/requirePermission.js +1 -1
  81. package/dist/package.json +2 -1
  82. package/dist/routes/apiKeys.js +1 -1
  83. package/dist/routes/auth-oidc.js +1 -1
  84. package/dist/routes/auth.js +1 -1
  85. package/dist/routes/build.js +1 -1
  86. package/dist/routes/containers.js +1 -1
  87. package/dist/routes/deploy-task.js +1 -1
  88. package/dist/routes/environment-management.js +1 -1
  89. package/dist/routes/environments.js +1 -1
  90. package/dist/routes/external-skills.js +1 -1
  91. package/dist/routes/git-credentials.js +1 -1
  92. package/dist/routes/git-oauth.js +1 -1
  93. package/dist/routes/git-provider-setup.js +1 -1
  94. package/dist/routes/health.js +1 -1
  95. package/dist/routes/jira.js +1 -1
  96. package/dist/routes/objective-management.js +1 -1
  97. package/dist/routes/password.js +1 -1
  98. package/dist/routes/prompt.js +1 -1
  99. package/dist/routes/provider-auth.js +1 -1
  100. package/dist/routes/qa.js +1 -1
  101. package/dist/routes/settings.js +1 -1
  102. package/dist/routes/skill-management.js +1 -1
  103. package/dist/routes/skills.js +1 -1
  104. package/dist/routes/tasks.js +1 -1
  105. package/dist/routes/templates.js +1 -1
  106. package/dist/routes/test-task.js +1 -1
  107. package/dist/routes/test.js +1 -1
  108. package/dist/routes/users.js +1 -1
  109. package/dist/routes/visualizations.js +1 -1
  110. package/dist/scripts/create-user.js +1 -1
  111. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  112. package/dist/start.js +1 -1
  113. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  114. package/dist/web-ui/public/activity-feed.js +1 -1
  115. package/dist/web-ui/public/activity-formatters.js +1 -1
  116. package/dist/web-ui/public/agent-event-parser.js +1 -1
  117. package/dist/web-ui/public/app.js +1 -1
  118. package/dist/web-ui/public/approve-dialog.js +1 -1
  119. package/dist/web-ui/public/comments-widget.js +1 -1
  120. package/dist/web-ui/public/diff-utils.js +1 -1
  121. package/dist/web-ui/public/docs/admin/git-providers.md +10 -5
  122. package/dist/web-ui/public/docs/admin/installation.md +1 -1
  123. package/dist/web-ui/public/environments.css +6 -0
  124. package/dist/web-ui/public/environments.html +20 -0
  125. package/dist/web-ui/public/environments.js +1 -1
  126. package/dist/web-ui/public/feedback-widget.js +1 -1
  127. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  128. package/dist/web-ui/public/git-history.js +1 -1
  129. package/dist/web-ui/public/git-status.js +1 -1
  130. package/dist/web-ui/public/index.js +1 -1
  131. package/dist/web-ui/public/login.js +1 -1
  132. package/dist/web-ui/public/markdown-editor.js +1 -1
  133. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  134. package/dist/web-ui/public/modal-maximize.js +1 -1
  135. package/dist/web-ui/public/notifications.js +1 -1
  136. package/dist/web-ui/public/pr-dialog.js +1 -1
  137. package/dist/web-ui/public/server-health.js +1 -1
  138. package/dist/web-ui/public/settings.html +22 -1
  139. package/dist/web-ui/public/settings.js +1 -1
  140. package/dist/web-ui/public/setup-password.js +1 -1
  141. package/dist/web-ui/public/skills.css +6 -0
  142. package/dist/web-ui/public/skills.html +20 -0
  143. package/dist/web-ui/public/skills.js +1 -1
  144. package/dist/web-ui/public/sse-client.js +1 -1
  145. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  146. package/dist/web-ui/public/styles.css +80 -0
  147. package/dist/web-ui/public/task.html +32 -1
  148. package/dist/web-ui/public/task.js +1 -1
  149. package/dist/web-ui/public/terminal.js +1 -1
  150. package/dist/web-ui/public/theme.js +1 -1
  151. package/dist/web-ui/public/users.js +1 -1
  152. package/dist/web-ui/public/variant-grouping.js +1 -1
  153. package/package.json +2 -1
@@ -1 +1 @@
1
- (function(_0x3911e6,_0x432c13){const _0x1da518={_0x4e11c7:0x71,_0x35ad94:0xc,_0x3ede2e:0x4dc,_0x51e9e2:0x4be,_0x1ac7c8:0x3df,_0x31ecba:0x3d4,_0x336b6e:0xba,_0x3ce668:0x1,_0x476f13:0xec,_0xbf068f:0x99,_0x194c78:0xb9,_0x4dca68:0x15,_0x543bf5:0xe8,_0x296292:0x582,_0x32a6d8:0x629},_0x1a88d9={_0x5b5a42:0x22c},_0x2d25fe={_0x3ced09:0x273};function _0x2bef2e(_0x4afa6a,_0x1e6295,_0x207d68,_0x322e50){return _0x474b(_0x4afa6a- -_0x2d25fe._0x3ced09,_0x1e6295);}function _0x183d9a(_0x79fe97,_0x4cb444,_0x12e750,_0x376597){return _0x474b(_0x79fe97-_0x1a88d9._0x5b5a42,_0x4cb444);}const _0x35431e=_0x3911e6();while(!![]){try{const _0x405fee=parseInt(_0x2bef2e(-_0x1da518._0x4e11c7,-0x3f,-_0x1da518._0x35ad94,-0x127))/(0x2225+-0x12ba+-0x1*0xf6a)+-parseInt(_0x183d9a(0x5b7,0x576,0x642,_0x1da518._0x3ede2e))/(0x2481+-0x13cb+-0x10b4)+-parseInt(_0x183d9a(_0x1da518._0x51e9e2,_0x1da518._0x1ac7c8,_0x1da518._0x31ecba,0x560))/(0x1657+0x68c+-0x1ce0)+parseInt(_0x2bef2e(_0x1da518._0x336b6e,-_0x1da518._0x3ce668,0x195,0x167))/(0x3*0xb98+0x7e5+0xa3*-0x43)*(parseInt(_0x2bef2e(-0x8c,-0x4d,0x47,-_0x1da518._0x476f13))/(-0xd03+-0x1*0xf64+0x1c6c))+parseInt(_0x2bef2e(0xf2,0x1e6,0x209,_0x1da518._0xbf068f))/(0x1c19+0x589*0x1+-0x219c)*(parseInt(_0x2bef2e(_0x1da518._0x194c78,-0x59,0xcc,0x8f))/(0xa7*-0x3b+0x2e*0xad+0x76e))+-parseInt(_0x2bef2e(-0x4f,-0x43,-_0x1da518._0x4dca68,-_0x1da518._0x543bf5))/(0x1c*0x14b+-0x1a*-0x3c+-0x2a44)+parseInt(_0x183d9a(_0x1da518._0x296292,0x68b,_0x1da518._0x32a6d8,0x670))/(0x1f73*0x1+-0x5c2*0x5+-0x2a0);if(_0x405fee===_0x432c13)break;else _0x35431e['push'](_0x35431e['shift']());}catch(_0x5a4d92){_0x35431e['push'](_0x35431e['shift']());}}}(_0x48d6,0x1dfff*-0x1+-0x9b438+0x114155));import _0x4cf683 from'fs/promises';import _0x16a654 from'path';function _0x48d6(){const _0x46da34=['zgf0ysaOz2L0Aq','y3vYCMvUDcb3BW','AwPLt2W','icaGiYbjBNn0CG','yw5Hz2vKihzPyq','icaGiokuNokuGokuGcbsrq','C2v0DxaUC2G','swvAEei','CNvJDhvYztO','Aufpwxi','ihnRAxbWzwqGka','icdILjZILidILiaGrg9JAW','wM9Tuhy','CWOUC2vJCMv0CW','y29TBwL0lw1LCW','rw52AxjVBM1LBG','iYbUCg0Gy2KGmG','vuKPcNnLDhvWlG','BIbUB3rLCYaOBG','swrduxy','ls1OzwXW','lWP2zw52lWPLBG','DgLUz3mGDMLHia','zxr0Aw5NCYaOBq','DgHLBqOTifrLCW','rs5TzcaGicaGia','B3uGtvvtvcbJCG','CKDPEMy','DgLUzYbYzxbVCW','te5lr3a','CgfJzs9TExjLCa','4PYtieDPDcbYzxbV','oIaUlW','sfDyEva','ifDOyxqGAxnZDq','cIaGvgHLigrPCG','BguGzM9YigeGCG','zw50ignVBMzPzW','kgDPDgLNBM9Yzq','B25Tzw50lMPZBW','B2rLCI1IyxnLoG','ztOGyc90yxnRlq','sfjnr0m','BMCGDxaGzw52Aq','z2L0ig5VDcbHDG','DvfSr0S','BM1LBNqUANnVBG','Dhmk4PscicaGicaG','iIbHBhjLywr5ia','CIbZzxr0Aw5NCW','Cc5QC29UicaGia','zxnZAwjSzsb0BW','thvMwNu','rxjYB3iGy3jLyq','DxaUC2GGicaGia','CNzLCIbPBML0ia','zwqGAw50BYbJBW','DxjHDgLVBNmGka','zxbVig5HBwvKia','vvDSCva','BMnVBw1LBNqGyq','nJm0ownTtLDPza','nJm3mde2sejUELjt','zhveqMC','Ec8klMDLBwLUAq','AefSyMi','icHNAxrPz25VCG','BwvUDhmPigzVCG','igXVz2DPBMCkBq','DwXLCY8kx19WEq','y2XVC2u','sw5PDgLHBgL6Aq','AxrPz25VCMvKkq','iYbsvu4Gz2L0ia','y29UzMLNDxjLia','BwLUig5VDgvZia','zcaTig1HBMfNzq','DI8klNrLBxaQcG','B2nHDgvKigf0ia','DgvZigzVCIbbsq','CWOkiYmJidiUia','y0TWDhy','v1vICKm','ihrOzsb3zwiGvq','AhrOBKC','y0DQtvK','q29KzxiGu2v0Dq','qwrKihjLCg9ZAq','r2TfB0q','Ag9ZDdOZmdaWlW','BNrLCM5HBcbKBW','BxLJB21Wyw55lq','zwv2vuK','tuPTww0','CM9UBwvUDc4UlG','pxnLDhvWqgXVyW','BIaGicmGrw52Aq','Aw4Gy3vYCMvUDa','cIaGicaGicaGia','B1rhuNG','y29KzxiTC2vYDG','C2v0DxaTAw5MBW','yaOkiYmGr2v0Da','mti2nZuYneHOy2HtvW','zgvMyxvSDa','B21Wyw55lwnVza','B3uGD3jPDguGDa','zNrLCIbJB25MAq','l0fhru5uuY5Tza','icaGicaJienVBG','CYKklMnSyxvKzq','ig1HBMfNzwqGDG','DgvZDa','DxrWDxqVlI4Uya','Dha6lY9SB2nHBa','zcb2AweGu2v0Da','ignKic93B3jRCW','weXPBuy','mZCXnevfCvLkuq','BNrHAw5LCNmUcG','BNrHAw5LCNmPcG','C2fNzsb0Agf0ia','lI90yxnRCW','FqPft0ykcMvJAa','igLUC3rYDwn0Aq','y3rVCNKGD2L0Aa','Dhb1DgaGzgLYzq','zwn0B3j5igLZia','CMfUy2GGAhr0Ca','sNfsCfe','uKvqt19cuKfoqW','DgLHBgL6zwqGDW','zw50lMPZB24kiW','DMLYB25Tzw50','icaJievKAxqGzq','CY8GicaGicaGia','C3rYAw5NAwz5','B3jRC3bHy2uk','AwvZignVBMzPzW','lWOUz2vTAw5PlG','DgnOig9YAwDPBG','z2L0','teHxBwe','y09ovw0','CgXLDguHiGO','ihj1BNmGAw5ZAq','CM9UBwvUDc4kcG','y3fLy3q','tNLewu4','rxjYB3i6ifjLCa','CNzLCIbZzxr0Aq','C3rKAw8','ihvUzgvYC2nVCG','Aw5PDgLHBcbJBW','y3jLDhmGyw5Kia','CWOGicaGicaGia','mtm4mJC5mg9uBgvxqW','y29TCgXPC2HLza','4Psu4Psa4PsaihnLDhvWlG','sfjPAfO','Esb3AxrOigfUia','vwfis3G','rxHHBxbSzxm6cG','DMLYB25Tzw50ia','D2XAwui','Dgf0Aw9UxsHODa','rxHHBxbSztOGyW','CYWGC2v0DgLUzW','u2D5r04','C2v0DxaUANnVBG','DaRILjtILidILiaGDgfZAW','zxiTC2vYDMvYia','kg5VDcbPBIbJBW','DhmGzg9JDw1LBG','y3rVCNKGAxmGBa','CgLWzq','DxnLCI5LBwfPBa','ignVzgvYlxnLCG','ifjfqurnrs5Tza','ELPlz1a','vgf5Dve','AM9PBG','tvLsrvbpx0jsqq','ywLSzwqGC3vTBq','qurnrs5TzcaGia','Aw5PDca8BMfTzq','Ehr6C3m','BhqVzw52AxjVBG','BMfTzt4kcKfYzW','BwfNzsbKzwzPBG','uK9UB0O','wKj5ruS','iYbnwvjfue9FqG','qLbWq2y','wujsDuC','DYbZzxr1CcbYzq','CY8kicaGicaGia','zguGDgHLignVBG','DgfYDhmkC2v0ia','Cg9ZAxrVCNK6cG','BMCGC2v0DxaGCG','BMfTzq','l3DVCMTZCgfJzq','q3jLyxrLzcbZDa','B250ywLUzxiGCW','zxiGC3rHCNrGcG','l3rHC2STB3v0Ca','y2TVDxqGje1zuG','DgLUz3mGvuKGyq','DgfZA19ZDg9Yyq','BMvYCYKk4PscicaG','CMvWB3nPDg9YEq','iIqOzgf0zsaTsq','yvDJv0i','D29YA2LUzYbPBG','cIaGicdILjtILidILiaGzq','yxrVCNmGDgHYBW','AvLtwvK','z2L0AwDUB3jLia','BwvUDc5QC29Uya','iYbtzxj2zxiGCW','igfUzcb3AhKklq','B250ywLUzxiGAq','DgfPBMvYihDOzq','sKflDwy','zfjLENy','icdILjZILidILiaGlMDPDa','rLjptsbWCM9MBW','Bw1PDcbZA2LWCa','C2STB3v0Chv0lW','icaG4Psu4Psa4PsaihnLDa','D1Dozfa','zsb0zw1WBgf0zq','CMvJDxjZAxzL','BMrZigHLCMuGyq','ie91Dhb1Dcbszq','DgfPBMvYihnLDa','ihX8ig5WBsbPBG','AwDUB3jL','4PsC4Psa4PsaierVy2TLCG','cIaGicdILjZILidILiaGlG','zxiTC2v0Dxa','BxbSzxrPBMCGyq','twfUywDLBwvUDa','pI9KzxyVBNvSBa','icbJB2rLCI1Zzq','iYeVyMLUl2jHCW','ug1PteO','BYbGl3rHC2STBW','iYbezwzHDwX0ia','y3rPB25ZcJmUia','igrPCMvJDg9YEq','EMXlBe8','rLjRv2e','cIaGica8BMfTzq','zxHPDa','CIbPBML0ig15yW','BwvZDgfTCci6ia','yw55ihbYB2PLyW','Bg9N','t1fjywe','AxjLza','Aw5NCYbvssKk4PsC','icaGiYbuyxnRia','yxj5igv4CgXHAq','icaGiYbtzxj2zq','yxznDeK','DgvgAfe','CYKk4PscicaGicaG','cMPPCMeUANnVBG','BMzPzYaOCMvWBW','y29KzxiTC2v0Dq','Dc8k4PscicaGicaG','icaGicaGicmGqW','cMnHDca+ic90yq','BNrHDgLVBGOGia','ANnVBGOUy2XHDq','zxHWBgfPBNmGDW','ysbdB2rLCKzSBW','AxrVCNK6ia','BwuGAxmGCMvXDq','lMCUlcbHy21Llq','lwfZC2LZDgvKia','C2LUDgi','igfUzcbJywnOzq','CMTPBMCGzgLYzq','ihnLDhvWihjLCa','B3mkiYbfEgfTCa','C1LPrge','uKvbre1flM1K','4Psu4Psa4PsaigrLzMf1Ba','v3jPDguGysbJBW','ihjLC29SDMvKia','Cxvcq0q','zxHPC3rZ','D29YA3nWywnLya','zgvMyxvSDf9HzW','ifnLDhrPBMDZia','ExHstwS','CYbVBMX5igfJyW','iokuNokuGokuGcbsrufetq','D3jPDgvgAwXL','ANnVBGOkiYbezq','DwLYzwqGzM9Yia','C3r5BguGAw4GDa','A2LUzYbKAxjLyW','B3j5igrVy3vTzq','BNrHAw5ZihrOzq','EgDSC2W','igLUC2LKzsbGlW','nu1nCgT0sG','yxrOpq','lNb5yWOUDMvUDG','rwfIrvq','ihnLCNzLCJOGya','q29TBwL0ie1LCW','cGOJiYmGms4GuW','BcbVCMLNAw4Gja','s1jUu0u','cImGz2L0ignOzq','Dxn0B21PEMuGya','zxiGyNvPBgqGza','ignVBMzPz3vYAq','Dwn0Aw9UCYbMBW','Dc4kcImJifn0CG','Aw5PDgLHBgL6zq','zxjYB3i','zgf0Aw9UCYbVCG','ihrVigfKzcb5BW','DaOkqwrKigfUEq','z25VCMuGzMLSzq','igbLBNzPCM9UBq','BIbLBNzPCM9UBq','CMvZB2X2zq','lMPZB24PigfYzq','BMqGAg93ihLVDq','zguUANnVBI5Iyq','ntq5ntyZB1f6CeXL','zcbHCYbHigDPDa','igfKBwLUAxn0CG','B3j5cI0GqwrKia','cLnLzsb0AguGwW','Dc5QC29UihrVia','Dw1IzxjZlcbOEq','BWOJigDPDcbMzq','icaGicaGiYbbza','igrLDgfPBhmUcG','pI8kicaGiokuNokuGokuGa','zxr1CcbZy3jPCa','ywjSzsKklsbbBG','EsbYzwnVBw1LBG','ifvjigfUzcbPCW','C2TZlWOkiYbbzW','DgLUzYbJB2rLia','v09ss0rjuIaVDW','iYbfBNzPCM9UBq','CcKkcKrLC2nYAq','CNzLCIbZDgfYDa','u3vprxK','q29UzMLNDxjLia','Bwrgt00','AwXLCWOQkI9eBW','zwqP','CNKGAw4GDgHLia','igvUDMLYB25Tzq','Ew91CIbLBNzPCG','AwLgEK0','A0rwCuO','Dc5QC29UicaJia','icaGicaGicaGia','BwuGzM9YihrOzq','oty5mtG0CxD4vMnc','ihnLDhvWigLUzG','Aw5PDa','B0vbCg4','B2rLCI1Zzxj2zq','zvzNuKG','CM9UBwvUDcbJBW','icaGicmGqwrTAq','icaGicmGsw5ZDa','tLrnBha','swrzDK4','CMTZCgfJzqOkzq','4Psa4PsaigvUDMLYB24','ANPzreK','C2L0B3j5igLUAq','C2vJB25KCYKIcG','lMnVBs9pv05fuG','ifn0yxj0ihrOzq','DcbJB25MAwCkia','zsbHig5LDYbJBW','Dwn0DxjLihjLCq','DxjLzcbMB3iGDa','BMDZicHZzxr1Ca','y29TBwL0','BNrZlcbHz2vUDa','ywX3s3y','CcbZy3jPChqGlq','zxj2zxiGD2L0Aa','vwvNr2y','wNL6A28','ihnLy3vYAxr5ia','B3jPzxmkmI4GqW','zgvMyxvSDc8','CWOklsbgB2XSBW','EMX0AKi','B3qGBw91BNrLza','DxaGCMvWB3nPDa','BNKGDgfZAYWGEq','cGPzB3vYihDVCG','CYbUzwvKzwqPcG','rNfACKW','ig5LEhqGC3rLCa','icaGicaJifnLDa','igLUigDPDc4kcG','BM1LBNqUcGOJiW','tNvmDfO','yxnRlw91Dhb1Da','AMvJDc1ZCgvJAq','CM9UBwvUDhmV','AxrOigLUAxrPyq','icaJifrOzw4GCW','y2HVicjtzxr0Aq','DhvW','zgvYlxnLDhvWia','zw50CY9KzwzHDq','qxjNtKy','y2HTB2q','EwTyq0W','y2TLCMzPBguk','iokuNokuGokuGcbbr0vova','Agf0ihLVDsbHyW','vK52uuu','sdOTBwfPBN0kiW','DgHLifnLDhrPBG','y3vTzw50yxrPBW','y2TLCMzPBguGia','zxr0Aw5NCYaOzW','DxqVlI4Uyc4QkG','cI5LBNykiYbuyq','AgLZigzPBguGAq','zMLJigLUC3rYDq','icaGicaG4PsC4Psa4Psaia','AgvYzsbHzNrLCG','cM9PzgmUANnVBG','y3jLzgvUDgLHBa','yKvprMm','AaOJievUDMLYBW','ywLSywjSzsK','BMqGyxjLig5VDa','wwXiuNK','y2XHDwrL','BwTKAxi','4PsC4Psa4Psaiefhru5uuW','4PQGieDPDcbPBML0','BcbJB21TAxq','Bgv0DgvYCYWGBG','ihjLCg9ZAxrVCG','tKnicGOJieLUCW','igfYy2HPDgvJDa','twnsr0e','CY9KzwzHDwX0lW','Bgf0zxn0cGOJia','BMnPC2uGz2L0ia','D2POqwi','zgvZy3jPChrPBW','lGOkiYmGtM90zq','Dw5KBg9NAwmVyW','rgjeBhO','Dg9YEsbPCYbGlW','verWzLe','C3bSAxq','DhvWlNnOicaGia','uxDntfa','lM1K','uY5TzcaGicaGia','cImGr2vUzxjHDa','uw1WtKe','B3rWrue','DgHLifnzu1rftq','DxiGCMvWB3nPDa','nJC5nJm1sNfor0fA','seXdBve','cGPvC2fNztOkia','zgv2zwXVCg1LBG','cKLUAxrPywXPEG','B3nPDg9YEsbUyq','Dwn0DxjLcGPGya','zaOkms4GrwrPDa','rvbpx0jsqu5dsa','r1biq08','lMPZB24kkI5Zzq','B25ZlcbHBMqGDa','Aw5NCYbvssK','Dc5QC29U','Aw5Nifn0yxj0zq','zg9JCY8Jl2fKBq','BMfTzsaGicboyq','BYbMB3iGDgfZAW','BYaIiGPLy2HVia','C3rHCNrZv2L0Aa','quDftLrtlM1K','ANP6txa','DaOksw5ZDhj1yW','cGPbzNrLCIbJBW','zfzyyMO','ignVBw1HBMrZia','DxaGC2nYAxb0cG','igLUignVBNrHAq','BNzPCM9UBwvUDa','zw52AxjVBM1LBG','ycb3AxrOihbYBW','iGOkiYbbzgqGCG','icdILjZILidILiaGuKvbra','icaGicmGq29UDa','iokuLokuGokuGcbKzwzHDq','DxnLCI5Uyw1Lpq','cIaGDhjHy2TLza','ywXOB3n0','DgfYDcb0AguGCW','zxDNtNO','C2vYDMvYihnLDa','icaGiYbhAxqGAq','ChrPB246cIaGqW','z3mGCgfNzsbPBG','uKfoq0G9jhTnwq','wuLAu1u','ywrK','sNH6tK8','z25VCMvKkqPGya','DxrWDxqGzMLSzq','ihrOzsbeB2nRzq','CwvrCKG','ywLUzxiGAw1HzW','ic0TC2v0DxaTCa','Dw1LBNrZoGOGia','B25Tzw50','CZOVl2DPDgH1yG','icaGiokuLokuGokuGcbZzq','CNvJDgLVBNmGzG','tuuUBwq','lMPZB24GpdWGrq','CML0zsbHigrLDa','icaGicaG4Psu4Psa4Psaia','zxbVC2L0B3j5ia','y2T1CaOUy29Kzq','BMLUzZOklsbxAa','B2XSB3DPBMCGBW','kgLMigfWCgXPyW','DxjLig5VDgvZla','zxCGzgLYzwn0BW','yxnyqLm','ChrOptuWic0TBG','BMCGCMvWB3mGAq','nxWXFdr8mNWZFa','B3iGquKGywDLBG','Aw1Hz2vFBMfTzq','ihrOzqOGihn0CG','DgfSBcbKzxbLBG','y3DK','DhmVzgvMyxvSDa','B3v0Chv0l3n1Bq','icdILjZILidILiaGC2v0Dq','ie5pvcbTB3vUDa','DMvYigLUAxqGpa','z3vYAw5NihjLCa','zwqGrg9JA2vYzG','BM1LBNqGC2v0Dq','y1DLufa','nxWWFdn8mxW0Fa','CZOkcIOQsw1WBW','BhqVcIaGicaGia','iLnLDhvWignVBq','cGOJie91Dhb1Da'];_0x48d6=function(){return _0x46da34;};return _0x48d6();}import{spawn}from'child_process';export async function initRepository(_0x650973){const _0x2f5324={_0x82883d:0x403,_0x212815:0x286,_0x3dd045:0x64,_0x516247:0x3ce,_0x405ef3:0x448,_0x27c3ea:0x1cb,_0x2f9cfa:0x2e3,_0x5cc966:0xc0,_0x58cc65:0x2fd,_0x440072:0x2f5,_0x121ba4:0x561,_0x6b8ea9:0x378,_0x27d1c2:0x101,_0x21267e:0x234,_0x439a9d:0x131,_0x2958db:0x161,_0x49836b:0x174,_0x298b7b:0x14a,_0x2cdf70:0x2f1,_0x20a28b:0x1dc,_0x2bc8c2:0x3dd,_0x274451:0x4e4,_0x3b514a:0x442,_0x56f9ef:0x416,_0x137fa7:0x4aa,_0x1f5e64:0x227,_0xcda976:0x1c2,_0x4f10fe:0x169,_0x14778e:0x404,_0x351815:0x36c,_0x1e00e1:0x3a2,_0x487700:0x140,_0x1343b0:0x239,_0x273fdc:0x162,_0x4f1ca4:0x20d,_0x128713:0x1fb,_0x2ea514:0x465,_0x41c5ed:0x4cb,_0x631beb:0x526,_0x479d3a:0x431,_0x5463e0:0x88,_0x55bdfc:0x6f,_0x385884:0x3fc,_0xa1356a:0x38b,_0x10c28a:0x44f,_0x5ec80a:0x37f,_0x371dfd:0x22,_0x357219:0xae,_0xdb87f9:0xb0,_0x30aed7:0x8d,_0x413788:0x3b4,_0x538b7d:0x430,_0x4e1b44:0x1f5,_0x1860b5:0x2a0,_0x14e1c6:0x388,_0x51d47d:0x1b6,_0x512e66:0xf3,_0x19afa5:0x469,_0xed11cc:0x3fc,_0x30c7e7:0x452,_0x15b906:0xf6,_0x414619:0x2a,_0x38b498:0x44,_0x5d36a8:0x1e6,_0x401d73:0x11e,_0x2c3e6e:0x3ea,_0x32780e:0x38c,_0x5d265b:0x4db,_0x427000:0x411,_0x2fcf54:0x459,_0x11143a:0x201,_0x5e54d6:0x1ec,_0x581309:0x3ec,_0xb5d8d0:0x4b7,_0x265a8c:0x2d4,_0x5988e2:0x187,_0x3c7f7d:0x1b1,_0x213755:0x23d,_0x42a9a3:0x4a2,_0x14d421:0x558,_0x562a11:0x42b,_0x470d36:0x531,_0x1c735e:0x23c,_0x4a1355:0x3cd,_0x5adbf5:0x43f,_0x333eb7:0x317,_0x2ee961:0x336,_0x564303:0x24e,_0x33b1b3:0x49c,_0xf866c9:0x429,_0x3e631e:0x2e6,_0xaffa8d:0x41f,_0x2b0abf:0x4ab,_0x3b5686:0x1cf,_0x4f99a8:0x244,_0x4fe2ae:0x21a,_0x207eeb:0x104,_0xc5050f:0x108,_0x410b56:0x19a,_0x10a485:0x262,_0x2f6bab:0x1f7,_0x4d6f43:0xe9,_0x8b99bf:0x1e0,_0x2715a2:0x2ee,_0x333e29:0x4f,_0x4edf28:0x4e3,_0x6fdd5e:0x56b,_0x365dc2:0x383,_0x4733ba:0x341,_0x5e18f0:0x2c3,_0x402ee8:0x3e,_0x561ccc:0x1e,_0x6cbe6d:0x19,_0xb7935c:0x2ec,_0x53e3a3:0x409,_0x5db5cb:0x1ff,_0xae4ff8:0x219,_0x52cfcb:0x100,_0x41e960:0x23a,_0x4f12ad:0x217,_0x11678c:0x38c,_0x58c66d:0x2e9,_0x43b27f:0x3fd,_0x1bd959:0x2be,_0x3475cc:0x325,_0xbbcc78:0x1aa,_0x3c6c92:0x4e9,_0x78b0bf:0x3f3,_0x511a0e:0x58a,_0x5a3587:0x4e7,_0x3b3160:0x440,_0x3d54e5:0x584,_0x52d83e:0x1c6,_0x2d802f:0x3e0,_0x57e453:0x4f1,_0x1ffec8:0x1c,_0x142e52:0xe2,_0x3a219d:0x2a,_0x45a290:0x118,_0x2ba496:0x19e,_0x3622e7:0x4e3,_0x5f3656:0x593,_0x28a940:0x3cc,_0x5cd01e:0x557,_0x265c67:0x3f7,_0xd2dd3a:0x32c,_0x21ead8:0x305,_0x5ba6f3:0x353,_0x333869:0x263,_0x58775e:0xa0,_0xf61b98:0xcb,_0x305a64:0x159,_0x19682d:0x5c1,_0x27faf5:0x4d4,_0x394f5d:0x495,_0xa14582:0x56f,_0x20fc33:0x398,_0x33ee2f:0x3ff,_0x25a34f:0x163,_0x246c14:0x127,_0x25fabd:0x3ef,_0x4dbfdf:0x415,_0x31b2c7:0x4da,_0x5c4cac:0x1b1,_0x38ff67:0x3a5,_0x5965fa:0x3a7,_0x1140de:0x30a,_0x21c5f1:0x2ef,_0x370068:0x329,_0x104453:0x311,_0x4a4f5a:0x1fd,_0x5765d4:0x2e7,_0x133b35:0x40e,_0x5e84b9:0x39d,_0x19abe4:0x27c,_0x88b23a:0x1b3,_0x30aef6:0x16a,_0xad67bc:0x20f,_0x33a72d:0x177,_0x18b863:0x32d,_0x20e572:0x315,_0x4a9736:0x34f,_0x156e34:0x448,_0x27c9fc:0x58e,_0x404ac3:0x477,_0x2fc184:0x1fd,_0x9d03bd:0x53,_0x42fbf4:0x153,_0x3036d8:0xc8,_0x338653:0x27,_0x2b3ab5:0x1c3,_0x3190d5:0x119,_0x22dd52:0x317,_0x349ed8:0x3a4,_0x4b60f6:0x2bb,_0x4557d7:0x8f,_0xfd4968:0x86,_0x7a5444:0x76,_0x452d6d:0x2,_0x33a91a:0x6d,_0x14982a:0x54f,_0x32eb8e:0x423,_0x542a1a:0xff,_0x324dee:0x42c,_0xecfae1:0x4d4,_0x56f9ac:0x210,_0x32ef2f:0x292,_0x4371e9:0x150,_0x59c914:0x6c,_0x1b405e:0x3c,_0x4772eb:0xf5,_0x5c9aba:0x1f7,_0xa92037:0x163,_0x243c97:0x4e4,_0x1b76b1:0x44f,_0x4d1e45:0x48,_0x33a43f:0x110,_0x5d3e7a:0x7d,_0x346239:0x2c7,_0xf7eef5:0x25d,_0xb5fd57:0x316,_0x3c85d6:0x34d,_0x2229a7:0x3f3,_0x31eb3b:0x15f,_0x348396:0x115,_0x170387:0x24c,_0x5dfec7:0xd3,_0x5f55d5:0xaa,_0x47d82f:0x2e9,_0x10add6:0x2b7,_0x1530ca:0x2b8,_0x24b564:0x1d1,_0x4597fe:0xf7,_0xdf32f9:0x12d,_0x45d389:0x13b,_0x16d4d2:0x1ee,_0x26b82d:0x2a3,_0x1d3e8f:0x226,_0x238ad0:0x42f,_0x5d50be:0x35a,_0xc1873a:0xdb,_0x556962:0x1c4,_0x257503:0x236,_0x58747f:0x2d6,_0x3e500e:0x3bb,_0x413a4e:0x49f,_0x2c46a9:0x439,_0x2698fa:0x144,_0x5923b2:0x238,_0x527873:0x16c,_0x1a0a79:0x171,_0x2273fa:0x451,_0xbf2e5c:0x4d0,_0x4e5168:0x53b,_0x152536:0x43b,_0x30d992:0x3ab,_0x2a049b:0x136,_0x314fa3:0x7e,_0x3661e0:0x484,_0x467321:0x44b,_0x2e4496:0x29b,_0x58ed68:0x1cc,_0x4b533e:0x24b,_0x5ccbea:0x117,_0x115afd:0x3b3,_0x5c3186:0x3f1,_0x4724e9:0x4b1,_0x460703:0x406,_0x3a6eb3:0x471,_0x2fd4e6:0x344,_0x552341:0x318,_0x39a729:0x1d8,_0x188e68:0x1cd,_0x5b5430:0x41b,_0x198f22:0x4ca,_0x5079a4:0x191,_0x374122:0x13f,_0x5783db:0x17d,_0x11d8dd:0x4f3,_0x554c84:0x5aa,_0x546298:0x426,_0x3d6e2e:0x2f3,_0x4166b4:0x2cd,_0x4e246e:0x2c1,_0x3a6779:0x237,_0x2ff54a:0x1f9,_0x2d648b:0x34c,_0x535a3c:0x441,_0x5fc804:0x3d5,_0x46c2ec:0x235,_0x1b9af2:0x16b,_0x15ffe3:0x2ec,_0x52ba15:0x396,_0x2fddd7:0x31a,_0x2b36e6:0x367,_0xe6247c:0x52e,_0x3cc7ea:0x4f9,_0x20130e:0x2cc,_0x11fa8e:0x32b,_0x523842:0x30b,_0x1e9631:0x2f1,_0x4fa5bd:0x1c1,_0x21e5bc:0x2b9,_0x410a43:0x509,_0x48416d:0x333,_0x21c5ee:0x520,_0x8183b3:0x514,_0xdb7537:0x5ca,_0x1a20e1:0x179,_0x251dc3:0x4df,_0x274ad0:0x4f7,_0x46e071:0x51f,_0x4ea0a5:0x404,_0x345f3a:0x4ad,_0x3e20f7:0x3e7,_0x3e52d2:0x3cd,_0x5b0559:0x2d9,_0x1349ea:0x340,_0x45fd03:0xaf,_0x5806bd:0x12,_0x59dbcc:0xc4,_0x1edc5a:0x14d,_0x31e825:0x111,_0x2d2869:0x462,_0x5650e3:0x3eb,_0x2b9777:0x47f,_0x33188c:0x235,_0x371e7e:0x270,_0x8fea1c:0x20a,_0x56d297:0x2bf,_0x3dc908:0x39a,_0x1cb6ff:0x3f8,_0x446c7d:0x4b2,_0x216034:0x48c,_0x5c82a0:0x455,_0xd7d424:0x36a,_0x2f49c0:0x400,_0x5e1e42:0x21f,_0x3eca49:0x115,_0x412fb5:0x499,_0x82540:0x3f0,_0x4213f4:0x394,_0x39abb6:0x4f0,_0x29580b:0x5e,_0x2b27f6:0x2d,_0x217374:0x425,_0x1d4391:0x4d9,_0x506478:0x498,_0x31f309:0x50f,_0x6947f9:0x469,_0x540d5b:0x3e6,_0x1f9c56:0x221,_0x15f347:0x196,_0x1a5f24:0x34a,_0x1cbadc:0x4b5,_0x50cf83:0x435,_0x5d781e:0x241,_0xc8fdfc:0x388,_0x1015f9:0x1df,_0x1acbca:0x78,_0xd8b8f:0x11f,_0x4e3928:0x2b,_0x2495d6:0x1be,_0xb009b2:0xff,_0x1b6428:0x255,_0x1aa828:0x189,_0x330105:0x2ad,_0x2f865a:0xed,_0x3a37cf:0xbf,_0x32e460:0x369,_0x3e23a5:0x2b0,_0xeefe40:0x343,_0x3f07c3:0x25,_0x173486:0x44c,_0x389312:0x456,_0x5e218b:0x2df,_0x3630fd:0x277,_0x59c1dc:0x1da,_0x1d5c24:0x18d,_0x350e4f:0x56b,_0x1744cb:0x56c,_0x566b82:0x43e,_0x580bf4:0xa5,_0x692f1a:0xd,_0x37e647:0x331,_0x561c39:0x3cf,_0x139865:0x35b,_0x3169f8:0x1b2,_0x5b5570:0x2ae,_0x22cdfd:0x185,_0x2e2bdc:0x1a8,_0x3b1e23:0x28f,_0x14f37e:0xdc,_0x55c85b:0x1e1,_0x2327d2:0x3c,_0x188c63:0x30,_0x3d6f11:0x8a,_0x13abd4:0x4a2,_0x3bf7ea:0x19b,_0x1df82d:0x21b,_0x579350:0x233,_0x571475:0x192,_0x278ae1:0x4e,_0x2efaf0:0x32,_0x352989:0xe7,_0x3d0c3f:0x121,_0x4ef20a:0x146,_0x1307ed:0x264,_0x33febb:0x372,_0x5ace5c:0x25f,_0x1a2fa2:0x4f4,_0x495bc1:0x60b,_0x15bfc2:0x2ec,_0x5a0987:0x38b,_0x494e3a:0x444,_0x50d3ff:0x43d,_0x4fc422:0x31f,_0xc42088:0x244,_0x3dfc01:0x2c3,_0x41a215:0x193,_0x195f00:0x48b,_0x513a2f:0x54e,_0x5b8046:0x505,_0x17b821:0x16e,_0x5ef0e8:0x2c4,_0x3898b1:0xa6,_0x30fd9c:0xf8,_0x356cf8:0x73,_0x5cf3e5:0x11,_0x42ee4c:0xb5,_0x2b82eb:0x32f,_0x3633bf:0x2f5,_0x40ba02:0x4c5,_0x4459f9:0x24,_0x54a916:0x75,_0x3ecf4a:0x1d4,_0x3ae496:0xcd,_0xfacbb6:0x148,_0x3cedfe:0x106,_0x5c1749:0x33c,_0x29917a:0x2ff,_0x811b3b:0x41d,_0x35912e:0x220,_0x37d556:0x2c3,_0x4e4981:0x1c5,_0x475739:0xac,_0x380a4d:0x39,_0x253ff6:0xe,_0x54f56f:0x168,_0x3c1212:0x214,_0x1a7d24:0x31f,_0x29edc7:0x322,_0x38495a:0x1df,_0x577025:0x6d,_0x1ec56b:0x202,_0x1197fa:0x1b9,_0x1a587b:0x3e1,_0x45a2ee:0x265,_0x119bd6:0x1e0,_0x2acc8a:0x46b,_0xc71aca:0x9f,_0x51c205:0x2ea,_0x4787ab:0x21f,_0x315a04:0x1e5,_0x3e1cdb:0x3b7,_0x42d1c7:0x32d,_0x49cdad:0x4ef,_0x4e45fe:0x154,_0x4af299:0x3c0,_0x7a6371:0x43,_0x405e12:0xe4,_0x85cba0:0x49f,_0x4cf6b7:0x531,_0x5b50e5:0x42a,_0x5266c5:0x211,_0x41c192:0x307,_0x2dacdd:0x265,_0x167a75:0x254,_0x4a0f4b:0xd8,_0x2f4aa6:0x77,_0x4758ab:0xd0,_0x4ec93a:0x6,_0x2c4b49:0x7,_0x47580:0x93,_0x2dc266:0x37,_0xd2553:0x13c,_0x2d24ea:0x47b,_0x548ecb:0x195,_0x2b8d3b:0x1bf,_0x3be52e:0x14,_0x571f93:0x29,_0x577562:0x1b0,_0x526b02:0x14e,_0x5f12a0:0x2f8,_0x12be7c:0x30d,_0x353832:0x252,_0x43a902:0x248,_0x31c240:0x3af,_0x162beb:0x40a,_0x19d25d:0x413,_0x5949fd:0x33,_0x19c296:0x13d,_0x4db908:0xac,_0x14e343:0x205,_0x3c778e:0x10b,_0x3cd90c:0x19a,_0x2a1b3e:0xad,_0x38c819:0x1bf,_0x136ce0:0x2e7,_0x4ddec8:0x394,_0x152a81:0x3ae,_0x4041d9:0x269,_0x60fa2a:0xc7,_0x1b263f:0x303,_0x2fad2f:0x2a7,_0x35147f:0x31b,_0x253f7a:0x145,_0x187c57:0x13b,_0xfabbf9:0x491,_0x24e912:0x587,_0x264487:0x507,_0x46e42c:0x16d,_0x2cfc47:0x1f5,_0xc7a0e6:0x200,_0x67710:0x18f,_0x1c61bf:0x11d,_0x19e204:0x2c9,_0x4307c9:0x3d9,_0x53e527:0x71,_0x3c4168:0xe1,_0x3943d6:0x52,_0x1c96e5:0x31,_0x3423f7:0x10a,_0x2c394d:0x393,_0x5de04d:0x51d,_0x4c5c0a:0x454,_0x5c10f8:0x3ed,_0x4940b7:0x41,_0x505817:0x4c,_0x588e54:0xa4,_0x5a3905:0x123,_0x2f10d8:0x4f,_0x402fe3:0xff,_0x3c19d6:0x194,_0x9dbd2a:0x190,_0xfd7f52:0x124,_0x9422ba:0x15e,_0x376b5b:0x45,_0x30dc6b:0x38,_0x489345:0x35e,_0x30c6cb:0x2d1,_0x1587ad:0x2ec,_0x1739fe:0x30e,_0x37da03:0x252,_0x186728:0x274,_0x5b4c2d:0x160,_0x48161d:0x22d,_0x3c8b87:0x329,_0x2fd137:0x1d9,_0x528ddf:0xff,_0x4a7121:0x1ad,_0x3dfb96:0x524,_0xbd2a34:0x57,_0x51bbdc:0xb8,_0x251103:0x41c,_0x40aa1a:0x45b,_0x34a8e9:0x387,_0x3c2bb9:0x388,_0x116378:0xd4,_0x31cea8:0x11c,_0x34d742:0x1eb,_0x8b53ec:0x1f9,_0x2e471f:0x22f,_0x10e83a:0x2c2,_0x27245c:0x4eb,_0x2cd322:0x22,_0x353727:0x207,_0x10c7fc:0x20c,_0x451888:0x30f,_0x3adb9b:0x260,_0x29d13a:0x1ea,_0x1e9cbf:0xe9,_0x275045:0x43,_0xbc4be2:0x1a0,_0x33681b:0x1b,_0x1a7406:0x2fb,_0xb3c8ed:0x32d,_0x4ac51b:0x2b,_0x55c7eb:0x13c,_0x1233e2:0x3b4,_0x130ca0:0x49e,_0x16acc4:0x351,_0x6b96a5:0x3f4,_0x7ce1d3:0x61,_0x27ae5e:0x152,_0x3cad81:0x221,_0x7a04aa:0x32f,_0x58a29d:0xf0,_0x56cff1:0x162,_0x5d71a4:0x178,_0x4eaa62:0x4d6,_0x57b077:0x4a2,_0x295b41:0x3db,_0x271303:0x418,_0x488f58:0x45b,_0x1277cf:0x3a,_0x483326:0x84,_0x4ef6d2:0x132,_0x5a29b3:0xe0,_0x54bb88:0x39a,_0x2978b4:0x47a,_0x32ebd0:0x1e4,_0x15108d:0x11b,_0x49d13f:0x107,_0x59d0d9:0x32e,_0x44724a:0x42c,_0xf541a0:0x1f,_0x115d06:0x19,_0x49a285:0x25a,_0x4f7290:0x85,_0x4d8d4e:0x449,_0x249943:0x37d,_0x3cc43f:0x52d,_0x2e5377:0x5b4,_0x327b52:0x2a2,_0x914611:0x3d,_0x1f74ff:0x40d,_0x500a7b:0x35b,_0x348c04:0x311,_0x1f1dcd:0x1b4,_0xc8f76f:0x153,_0x422b0a:0x49b,_0x7847c9:0x4b8,_0x17619f:0x4ec,_0x458fbe:0x53e,_0x1342e9:0x566,_0x430565:0x401,_0xf4b7f:0x213,_0x526fc2:0x12f,_0x3f7c5b:0x12f,_0x2c46e3:0x158,_0x50245d:0xf1,_0x1585f1:0x3f,_0x4fab25:0x380,_0x47e822:0xb4,_0xf8673:0x49,_0x4200d4:0x143,_0x4b4180:0xc3,_0x3a8922:0x2a6,_0x162825:0x1e2,_0x38f25b:0x342,_0x319ae2:0x2e1,_0x574773:0x3cf,_0x26799b:0x304,_0x451ad5:0x28c,_0x493a7d:0x3a6,_0x25d450:0x1c0,_0x1261e9:0xc7,_0x55b472:0x98,_0x274262:0x45d,_0x5e6f4d:0x5d9,_0x33a773:0x309,_0x389b46:0x289,_0x3e4210:0x46e,_0x325732:0x8c,_0xcab7a4:0x4d,_0x13968f:0x6a,_0x4a656d:0x59,_0x70b101:0x91,_0x543238:0x122,_0x18ceac:0x4c,_0x3f346b:0x11c,_0x4e9449:0x2f0,_0xe812a9:0x2ca,_0xa16c09:0xee,_0x5103f7:0x433,_0x42c137:0x34d,_0x1ed996:0x3c9,_0x525b0b:0x242,_0x430aad:0x4af,_0x5a261c:0x376,_0x24bec0:0x37e,_0x4e042d:0x3f7,_0x3d7365:0x445,_0x2b34f6:0x43b,_0x793d56:0x4f9,_0x2916b8:0x408,_0x24011e:0x3a0,_0xa84259:0x38a,_0x4356c9:0x472,_0x591794:0x121,_0x222693:0x17a,_0x3d8f47:0x18a,_0x2d5cc7:0x44,_0x221cb6:0x4,_0x2cdbe6:0x67,_0x41d241:0x29,_0x4827f4:0x3ad,_0x1c7134:0x42d,_0x4d5201:0x567,_0x41b352:0x2a1,_0x4bcfff:0x21e,_0x4e3788:0x3c7,_0x44f748:0x3d0,_0x235f04:0xa6,_0x4749fe:0x112,_0x51ffa4:0xc6,_0x1930ec:0x2d3,_0x47c510:0x2b8,_0x27204b:0x3c9,_0x302a00:0x554,_0x333b06:0x177,_0x31fb3e:0x93,_0x5b6f2b:0x19,_0x4b2c39:0x306,_0x2862b9:0xb7,_0x1489f7:0x90,_0x4a2858:0x1f1,_0xf184a:0x4e1,_0x3b6b2a:0x1fb,_0x32130f:0x2e5,_0xc03be4:0x2cf,_0x3fae1e:0x4c8,_0x432f2e:0x4c1,_0x8c03cb:0x278,_0x58d65c:0x120,_0x44aaa8:0x7d,_0x59e8eb:0x13c,_0x871c29:0xb6,_0x385f3c:0xec,_0x588b22:0x251,_0x61859b:0x1d,_0x19a4f7:0x23,_0x13135b:0x3c6,_0x397b3:0x220,_0x22dbae:0x32f,_0xb1f845:0x4c3,_0x1a274b:0x3a5,_0x251d58:0x2c5,_0x3f710f:0x3c1,_0x361221:0x270,_0x2bec7b:0x2f3,_0x3afbe9:0x3c3,_0x48a7f0:0x284,_0x1e9fbf:0x47e,_0x28a123:0x344,_0x206796:0x486,_0x2ef7fa:0x175,_0x457782:0x184,_0x3841be:0x55,_0x416eb6:0x18e,_0x41d1c5:0x487,_0x2bcf3b:0x27f,_0x3c9541:0x34b,_0xae7309:0x37d,_0x2911ea:0x3b3,_0x2b0b21:0x60,_0x17fccd:0xf2,_0x47f196:0xc5,_0x7a47e3:0x1b1,_0x28cf7e:0x23b,_0x74b3fd:0x43d,_0x43f17a:0x3d4,_0x38e245:0x308,_0x28a198:0x420,_0x33b642:0x392,_0x443536:0x92,_0x3c7b8b:0x114,_0x24fac7:0x4d8,_0x39233f:0x4d1,_0x2df661:0x412,_0x2f66d4:0x50c,_0x12591d:0x3b5,_0x33448d:0x87,_0x12b29d:0x4e,_0x4b0fc6:0x481,_0x2e8838:0x4a9,_0x122fee:0x4c7,_0x29d12a:0x2aa,_0xc27557:0x248,_0x559a43:0x192,_0x3759db:0x19b,_0x2bd32e:0xfd,_0x478809:0x3c3,_0x4366dd:0x2ae,_0x4966a9:0x57c,_0x2500b9:0x7a,_0x37dbe1:0x85,_0x3d1045:0x146,_0x4fedca:0xe0,_0x112881:0x45f,_0x5856fa:0x399,_0x1b7cc7:0x379,_0x481aff:0x265,_0x2bcd19:0x395,_0x1c6ed3:0x177,_0x141704:0xe8,_0xd7befd:0x89,_0x421993:0x188,_0x1d6e57:0x36d,_0x2e0605:0x276,_0x46a1f7:0x249,_0x27fd0d:0x44c,_0x4eb00d:0x212,_0x311748:0x2e2,_0x24042c:0x3e8,_0x516e25:0x4ac,_0x4af0d7:0x33d,_0xde60d7:0x2cf,_0x197594:0x2b6,_0x5a1504:0x33b,_0x23bd3f:0x384,_0x2742ad:0x410,_0xcb6ca3:0x3f0,_0x896c46:0x40c,_0x7b3a32:0xe3,_0x465e14:0x362,_0x3bbd2f:0x486,_0x52cada:0x9,_0xdc2878:0x4e,_0xea9228:0x2ee,_0x5c6b80:0x470,_0x322e0f:0x44e,_0xf2693e:0x33e,_0x5f255e:0x1d0,_0x4622c7:0x26,_0x2f8e46:0xce,_0x5b5583:0x368,_0x2fd61f:0x469,_0x119da7:0x46f,_0x5b11af:0x2d4,_0x4c5a81:0x206,_0x137c27:0x1bb,_0x5098ec:0x345,_0x6d0c10:0x2c2,_0xc95791:0x3fa,_0x5757be:0x30c,_0x469392:0x108,_0x48a314:0x382,_0x1460f7:0x12e,_0x7d89c6:0x16,_0x58eb16:0x30f,_0x12446c:0x3db,_0x36c7c5:0x37f,_0xb18c4b:0x44d,_0x68f8ba:0x2d8,_0x36d0ac:0x522,_0x11b8c7:0x6e,_0x2ab429:0x43c,_0x354eb3:0x362,_0x5cfaf1:0x32f,_0x58701c:0x2e1,_0x3804f7:0xc7,_0x2c35c4:0xcf,_0x322b8b:0x1a3,_0x29e4f5:0x17b,_0x389278:0x3e,_0x1e4c96:0xd3,_0x24e643:0xf1,_0x2f4499:0xa8,_0x5047b5:0x32,_0x113f66:0x5a,_0x282bb5:0xfe,_0x5cf081:0x239,_0x394fc9:0x293,_0xfb23e6:0x303,_0xee1e00:0x1bd,_0x2c9396:0xf9,_0x9ac909:0x1a,_0x317e71:0x1c9,_0x476165:0x268,_0x218113:0x12a,_0x454a29:0x4e6,_0x2df0b8:0x356,_0x71b7b1:0x15c,_0x41a519:0x11c,_0x7a84d5:0x1a1,_0x36de1a:0x425,_0x154f6e:0x4b3,_0x40865f:0x427,_0x275897:0x4d8,_0x10e6ee:0x353,_0x452682:0x11a,_0x48320c:0x218,_0x6f7c9d:0x1e3,_0x1a93ed:0x1da,_0x1629ee:0x1b7,_0x1ee4c:0x16e,_0xe8e1c0:0x237,_0x115a5f:0x9b,_0x4ebbcb:0x3c5,_0x2ba5ac:0x8b,_0x5f13a8:0x100,_0x833af6:0x239,_0x1a139f:0x364,_0x4e9828:0x3af,_0x54082d:0x4e7,_0x3fbfc3:0x3f5,_0x337b72:0x59e,_0x28765b:0xbd,_0x396a5f:0x149,_0x315065:0x3eb,_0x1da101:0x36b,_0x294a97:0x2e0,_0x4cce8d:0x113,_0x446498:0xf1,_0x333079:0x295,_0xbbbb22:0x74,_0x8f9b42:0x5d,_0x2a39fd:0x455,_0x249306:0x4ee,_0x53d310:0x513,_0x53152e:0x4bd,_0x2f23e2:0x56e,_0x3c5933:0x535,_0x44c91c:0x469,_0x56d319:0x4eb,_0x500a4e:0x493,_0x1c207b:0x4ce,_0x141b48:0x1b7,_0x49fa91:0xc1,_0x378ae2:0x274,_0x236f2b:0x233,_0x51a7e4:0x111,_0x36e6c7:0x459,_0x4bbea7:0x510,_0x40c434:0x10c,_0x5b5bb5:0x405,_0x3d8ce3:0x510,_0x271656:0x2ba,_0x1fd0be:0x155,_0x47126b:0x1f0,_0x274836:0x111,_0x5cd84c:0x327,_0x223932:0x47d,_0x369ffb:0x3d2,_0x44dc38:0x544,_0x51f48d:0x465,_0x4238d4:0x470,_0x26c2fd:0x54d,_0x5cd34b:0x1b8,_0x424781:0x358,_0x533d7c:0x35,_0x20fa01:0x4e7,_0x314672:0x415,_0x438ee6:0x200,_0x5dbe93:0x376,_0x49d54c:0x373,_0x289c9f:0x2e6,_0x4070d3:0xf6,_0x534dce:0x208,_0xe4c637:0xae,_0x4d7464:0xd1,_0x5ab959:0xfb,_0x3f3886:0x180,_0x3d15f7:0x28b,_0x25bea0:0x2de,_0x5de83b:0x47d,_0x3bcee7:0x35b,_0x469231:0x366,_0x30d473:0x9d,_0x2f7c1e:0x156,_0x508df2:0x3ad,_0x554139:0x3ba,_0x59fa79:0x38,_0x261e3e:0x44,_0x81a917:0x17d,_0x55ca2f:0x25b,_0x33a99c:0x155,_0x3f110d:0x275,_0x24ebec:0x175,_0x1dbf9c:0x59a,_0x4bc9f4:0x460,_0x3b5ffb:0x58c,_0x3ae669:0x53c,_0x120d54:0xff,_0x292fd7:0x27a,_0x2e4a4f:0x60,_0x30db62:0x1ae,_0x1e87ab:0x18c,_0x22437d:0x2bd,_0x1c8eb6:0x228,_0x149afc:0x317},_0x142cef={_0x296955:0x2e1},_0x419c7e={_0x1d2d70:0xf5},_0x4d377d={'HLCmQ':function(_0x8e13f5){return _0x8e13f5();},'iYSYY':_0x5892b2(_0x2f5324._0x82883d,0x3d4,0x3ca,0x47f)+'sitory\x20ini'+_0x3de0d2(0x1b9,0xd2,_0x2f5324._0x212815,0xa3)+_0x3de0d2(0x9c,0x34,0x55,_0x2f5324._0x3dd045)+_0x5892b2(0x36d,_0x2f5324._0x516247,_0x2f5324._0x405ef3,0x330),'GPHCO':_0x3de0d2(_0x2f5324._0x27c3ea,0x2ab,0x10a,_0x2f5324._0x2f9cfa)+'ository\x20na'+'me\x20can\x20onl'+'y\x20contain\x20'+_0x3de0d2(_0x2f5324._0x5cc966,0x1bc,0x8d,0x47)+_0x5892b2(_0x2f5324._0x58cc65,0x24d,0x34f,_0x2f5324._0x440072)+'phens,\x20and'+_0x5892b2(0x47c,0x422,_0x2f5324._0x121ba4,_0x2f5324._0x6b8ea9)+'es','ZjBZS':function(_0x113d00,_0x372237){return _0x113d00===_0x372237;},'xBXcX':_0x3de0d2(0x14a,0x252,_0x2f5324._0x27d1c2,_0x2f5324._0x21267e),'SgyGN':function(_0xa11664,_0x4ffd2a){return _0xa11664===_0x4ffd2a;},'hthnG':_0x3de0d2(_0x2f5324._0x439a9d,_0x2f5324._0x2958db,0x1cd,_0x2f5324._0x49836b)+'2','bEOFc':'Usage:\x20cod'+_0x3de0d2(0x1e1,_0x2f5324._0x298b7b,0x222,0x1d0)+_0x3de0d2(0x1ef,0x1a0,_0x2f5324._0x2cdf70,0x177)+'>','YBRuG':_0x3de0d2(_0x2f5324._0x20a28b,0x224,0x152,0xc5)+_0x5892b2(0x31d,_0x2f5324._0x2bc8c2,0x402,0x281)+_0x5892b2(_0x2f5324._0x274451,_0x2f5324._0x3b514a,_0x2f5324._0x56f9ef,0x519)+_0x5892b2(0x44d,0x442,0x4c8,_0x2f5324._0x137fa7)+_0x3de0d2(_0x2f5324._0x1f5e64,0x29f,_0x2f5324._0xcda976,_0x2f5324._0x4f10fe),'JqRpQ':function(_0x94b773,_0x43df27,_0x27acad,_0x409822){return _0x94b773(_0x43df27,_0x27acad,_0x409822);},'hJkck':'init','XLimF':_0x5892b2(0x42a,_0x2f5324._0x14778e,0x494,0x30b),'KRnSE':_0x5892b2(_0x2f5324._0x351815,0x380,0x2c0,_0x2f5324._0x1e00e1)+'ialization'+_0x3de0d2(_0x2f5324._0x487700,0x1c7,_0x2f5324._0x1343b0,0x257)+_0x3de0d2(_0x2f5324._0x273fdc,_0x2f5324._0x4f1ca4,0xbd,_0x2f5324._0x128713)+_0x5892b2(0x366,0x37f,0x31e,_0x2f5324._0x2ea514),'ROnoJ':function(_0x3bfe80,_0x784d44){return _0x3bfe80===_0x784d44;},'UWlqP':_0x5892b2(_0x2f5324._0x41c5ed,0x40b,_0x2f5324._0x631beb,_0x2f5324._0x479d3a),'NTMlp':function(_0x3aa3f1,_0x19a523){return _0x3aa3f1===_0x19a523;},'asXBS':function(_0x45315b,_0x5ee931){return _0x45315b===_0x5ee931;},'ZomPv':_0x3de0d2(_0x2f5324._0x5463e0,-0x5b,-0x19,-_0x2f5324._0x55bdfc),'NkJpy':_0x5892b2(0x4e0,_0x2f5324._0x385884,0x595,0x581),'BPpCf':_0x5892b2(0x3d0,_0x2f5324._0xa1356a,_0x2f5324._0x10c28a,_0x2f5324._0x5ec80a)+'0','JAKuf':_0x3de0d2(_0x2f5324._0x371dfd,-_0x2f5324._0x357219,-_0x2f5324._0xdb87f9,-_0x2f5324._0x30aed7),'RSlSB':'pubDZ','sintb':function(_0x3eacb9,_0x5aad61){return _0x3eacb9!==_0x5aad61;},'MJmYm':_0x5892b2(_0x2f5324._0x413788,_0x2f5324._0x440072,_0x2f5324._0x538b7d,0x453),'quBCD':_0x3de0d2(_0x2f5324._0x4e1b44,0x244,0x305,0x104),'McRGA':'WwNwv','SuOEy':_0x5892b2(0x3a4,_0x2f5324._0x1860b5,_0x2f5324._0x14e1c6,0x38c)+'ts','hAlbb':_0x3de0d2(0x19e,0x201,0x2aa,_0x2f5324._0x51d47d),'EjOuC':_0x3de0d2(0x1b0,0xa9,0x238,_0x2f5324._0x512e66),'jzYDI':function(_0x2d61e8,_0x3109bf){return _0x2d61e8+_0x3109bf;},'YWJCo':'Default\x20en'+_0x5892b2(_0x2f5324._0x19afa5,0x4ce,_0x2f5324._0xed11cc,_0x2f5324._0x30c7e7),'EabET':_0x3de0d2(_0x2f5324._0x15b906,0x3,_0x2f5324._0x414619,0xfa)+_0x5892b2(0x394,0x49e,0x4aa,0x2df),'wlZYB':function(_0x11d169,_0xba541d){return _0x11d169+_0xba541d;},'rGizf':_0x3de0d2(0x19,-0x84,_0x2f5324._0x38b498,-0x6f),'LufZu':_0x3de0d2(0xed,_0x2f5324._0x5d36a8,_0x2f5324._0x401d73,0xbd),'FqZrL':'Dockerfile','gffEn':_0x5892b2(_0x2f5324._0x2c3e6e,0x2de,0x2d8,_0x2f5324._0x32780e),'oEApn':'.gitignore','GkEoD':function(_0x4531f5,_0x103b03){return _0x4531f5(_0x103b03);},'qmDDk':function(_0x411e5b,_0x1bba2f){return _0x411e5b!==_0x1bba2f;},'QmpNA':_0x5892b2(_0x2f5324._0x5d265b,0x596,_0x2f5324._0x427000,_0x2f5324._0x2fcf54),'VNvQE':_0x3de0d2(_0x2f5324._0x11143a,_0x2f5324._0x5e54d6,0x2c3,0x28c)+_0x5892b2(_0x2f5324._0x581309,_0x2f5324._0xb5d8d0,0x2f3,_0x2f5324._0x265a8c),'xFijL':function(_0x3a3203,_0x95340c){return _0x3a3203&&_0x95340c;},'avMtI':'vHIHY','iAOYr':_0x3de0d2(0x138,0x1a6,0xc4,0x1c4),'HWXyP':'PRNmB','wjhAb':_0x3de0d2(_0x2f5324._0x5988e2,_0x2f5324._0x3c7f7d,_0x2f5324._0x1343b0,_0x2f5324._0x213755)};let _0x35f5e4=null;function _0x3de0d2(_0x44d283,_0x734bfa,_0x5aab4e,_0x5d92dd){return _0x474b(_0x44d283- -0x1b9,_0x5aab4e);}for(const _0x5bef19 of _0x650973){if(_0x4d377d[_0x5892b2(_0x2f5324._0x42a9a3,_0x2f5324._0x14d421,0x46a,0x3bb)](_0x4d377d[_0x5892b2(0x41f,0x510,_0x2f5324._0x562a11,_0x2f5324._0x470d36)],_0x4d377d[_0x3de0d2(0x171,0x24a,_0x2f5324._0x1c735e,0x103)])){if(_0x4d377d['NTMlp'](_0x5bef19,_0x3de0d2(0x14a,0xf5,0x8f,0x221))||_0x4d377d[_0x5892b2(_0x2f5324._0x4a1355,_0x2f5324._0x5adbf5,_0x2f5324._0x333eb7,0x30c)](_0x5bef19,'-h'))_0x5892b2(_0x2f5324._0x2ee961,_0x2f5324._0x564303,0x2a7,0x276)===_0x4d377d[_0x5892b2(0x3f0,_0x2f5324._0x33b1b3,0x498,_0x2f5324._0xf866c9)]?(showInitHelp(),process[_0x3de0d2(0x235,0x2a3,0x1f5,_0x2f5324._0x3e631e)](0x21a7+0x1*0x11e1+-0x3388)):_0x481ef7[_0x5892b2(0x4e7,_0x2f5324._0xaffa8d,0x520,0x4a7)](_0x5892b2(_0x2f5324._0x82883d,0x3ab,_0x2f5324._0x2b0abf,0x31c)+'sitory\x20ini'+'tialized\x20('+_0x3de0d2(_0x2f5324._0x3b5686,0x27f,_0x2f5324._0x4f99a8,0x10e)+_0x3de0d2(_0x2f5324._0x4fe2ae,_0x2f5324._0x207eeb,0x336,0x179)+_0x3de0d2(0x62,_0x2f5324._0xc5050f,0xf,-0xa8));else!_0x5bef19['startsWith']('--')&&(_0x35f5e4=_0x5bef19);}else _0x4d377d[_0x3de0d2(0xda,-0x45,_0x2f5324._0x410b56,0x195)](_0x1f4f61),_0x5ec24b['exit'](-0xe70+0x3e8+0xa88);}if(!_0x35f5e4){if(_0x5892b2(0x2da,_0x2f5324._0x10a485,0x32d,0x2a9)!==_0x4d377d['NkJpy']){const _0x4b67f3=_0x4d377d[_0x3de0d2(_0x2f5324._0x2f6bab,_0x2f5324._0x4d6f43,_0x2f5324._0x8b99bf,_0x2f5324._0x2715a2)][_0x3de0d2(0xcf,0x187,-_0x2f5324._0x333e29,0x1d9)]('|');let _0x486dcc=0x1*0x1393+0x8af+-0x1c42;while(!![]){switch(_0x4b67f3[_0x486dcc++]){case'0':process[_0x5892b2(_0x2f5324._0x4edf28,0x5ac,_0x2f5324._0x6fdd5e,0x3ea)](-0x12d1*-0x1+-0x4*0x3fb+0xa*-0x4a);continue;case'1':console[_0x5892b2(0x2ec,_0x2f5324._0x365dc2,_0x2f5324._0x4733ba,_0x2f5324._0x5e18f0)]('');continue;case'2':console['error']('');continue;case'3':console[_0x3de0d2(_0x2f5324._0x402ee8,-_0x2f5324._0x561ccc,-_0x2f5324._0x6cbe6d,-0xbc)](_0x4d377d['YBRuG']);continue;case'4':console[_0x5892b2(_0x2f5324._0xb7935c,0x2cb,0x33b,0x3dd)](_0x4d377d[_0x5892b2(0x364,_0x2f5324._0x53e3a3,0x3a1,0x33d)]);continue;case'5':console[_0x5892b2(0x2ec,0x22e,_0x2f5324._0x5db5cb,_0x2f5324._0xae4ff8)](_0x3de0d2(0x1cb,_0x2f5324._0x52cfcb,_0x2f5324._0x41e960,_0x2f5324._0x4f12ad)+_0x5892b2(_0x2f5324._0x11678c,0x49f,_0x2f5324._0x58c66d,_0x2f5324._0x43b27f)+_0x5892b2(_0x2f5324._0x1bd959,_0x2f5324._0x3475cc,_0x2f5324._0xbbcc78,0x3ca)+_0x5892b2(_0x2f5324._0x3c6c92,_0x2f5324._0x78b0bf,0x46b,_0x2f5324._0x511a0e));continue;}break;}}else _0x180f63[_0x5892b2(_0x2f5324._0x5a3587,0x533,_0x2f5324._0x3b3160,_0x2f5324._0x3d54e5)](_0x4d377d[_0x3de0d2(0x20f,0x181,0x120,0x2ca)]);}!/^[a-zA-Z0-9_-]+$/[_0x3de0d2(0x1a6,0x267,_0x2f5324._0x52d83e,0xcd)](_0x35f5e4)&&(_0x4d377d[_0x5892b2(0x4c4,_0x2f5324._0x2d802f,0x587,_0x2f5324._0x57e453)]!==_0x4d377d['RSlSB']?(console[_0x3de0d2(0x3e,_0x2f5324._0x1ffec8,_0x2f5324._0x142e52,_0x2f5324._0x3a219d)](_0x4d377d[_0x3de0d2(0xe2,_0x2f5324._0x45a290,_0x2f5324._0x2ba496,0x1bd)]),process[_0x5892b2(_0x2f5324._0x3622e7,0x474,_0x2f5324._0x5f3656,_0x2f5324._0x28a940)](0x1d74+0xe35*-0x2+-0x109)):_0x505368[_0x5892b2(0x4e7,0x422,_0x2f5324._0x5cd01e,_0x2f5324._0x265c67)](_0x5892b2(0x38b,0x2ac,0x41f,0x434)+_0x5892b2(_0x2f5324._0xd2dd3a,_0x2f5324._0x21ead8,_0x2f5324._0x5ba6f3,_0x2f5324._0x333869)+_0x3de0d2(_0x2f5324._0x58775e,_0x2f5324._0xf61b98,0xa7,_0x2f5324._0x305a64)+_0x5892b2(0x4b7,_0x2f5324._0x19682d,0x469,_0x2f5324._0x27faf5)+'\x0a\x0aUsage:\x0a\x20'+_0x5892b2(_0x2f5324._0x394f5d,_0x2f5324._0xa14582,_0x2f5324._0x20fc33,_0x2f5324._0x33ee2f)+_0x3de0d2(0x12c,_0x2f5324._0x25a34f,_0x2f5324._0x246c14,0x116)+_0x5892b2(0x4a0,_0x2f5324._0x25fabd,_0x2f5324._0x4dbfdf,_0x2f5324._0x31b2c7)+'uments:\x0a\x20\x20'+_0x3de0d2(_0x2f5324._0x4d6f43,_0x2f5324._0x5c4cac,0x49,0x1e3)+_0x3de0d2(0x6a,-0x70,0xa3,0x12d)+_0x5892b2(0x2c4,0x35e,0x370,0x30d)+'ository\x20(e'+_0x5892b2(0x2bf,_0x2f5324._0x38ff67,0x259,_0x2f5324._0x5965fa)+'coder-setu'+_0x5892b2(_0x2f5324._0x1140de,_0x2f5324._0x21c5f1,_0x2f5324._0x370068,0x284)+'ption:\x0a\x20\x20C'+'reates\x20a\x20n'+_0x5892b2(0x3cc,0x417,0x3c9,0x2c1)+_0x5892b2(_0x2f5324._0x104453,0x24f,_0x2f5324._0x4a4f5a,0x29c)+_0x5892b2(0x3e5,_0x2f5324._0x5765d4,_0x2f5324._0x133b35,0x46a)+_0x5892b2(_0x2f5324._0x5e18f0,_0x2f5324._0x5e84b9,_0x2f5324._0x19abe4,0x3ab)+_0x3de0d2(_0x2f5324._0x88b23a,_0x2f5324._0x30aef6,_0x2f5324._0xad67bc,0x12c)+_0x3de0d2(0x125,0x170,_0x2f5324._0x33a72d,0x17e)+_0x5892b2(_0x2f5324._0x18b863,0x381,0x30f,0x22e)+_0x5892b2(0x2d5,0x3c4,_0x2f5324._0x20e572,_0x2f5324._0x4a9736)+_0x5892b2(0x4fa,0x595,_0x2f5324._0x156e34,_0x2f5324._0x27c9fc)+_0x5892b2(0x4a7,_0x2f5324._0x404ac3,0x3cc,0x3ca)+_0x3de0d2(_0x2f5324._0x2fc184,0x1b7,0x2d5,0x280)+'\x0a\x20\x20\x20\x20<name'+_0x3de0d2(_0x2f5324._0x9d03bd,_0x2f5324._0x42fbf4,-_0x2f5324._0x3036d8,-_0x2f5324._0x338653)+_0x3de0d2(0x1e8,_0x2f5324._0x2b3ab5,_0x2f5324._0x3190d5,0x193)+_0x5892b2(_0x2f5324._0x22dd52,_0x2f5324._0x349ed8,0x21d,_0x2f5324._0x4b60f6)+'\x20\x20\x20\x20\x20#\x20Set'+_0x3de0d2(_0x2f5324._0x4557d7,-0x2f,_0x2f5324._0xfd4968,-_0x2f5324._0x7a5444)+_0x3de0d2(0x2a,-0xb4,_0x2f5324._0x452d6d,_0x2f5324._0x33a91a)+_0x5892b2(0x4f7,_0x2f5324._0x14982a,_0x2f5324._0x32eb8e,0x5d1)+'\x20\x20├──\x20setu'+'p.json\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'#\x20Server\x20s'+_0x3de0d2(0xad,_0x2f5324._0x542a1a,0x174,0x57)+_0x5892b2(_0x2f5324._0x324dee,0x443,0x337,0x482)+_0x5892b2(_0x2f5324._0xecfae1,0x41c,0x5aa,0x427)+_0x3de0d2(_0x2f5324._0x56f9ac,_0x2f5324._0x32ef2f,_0x2f5324._0x2f9cfa,_0x2f5324._0x4371e9)+_0x3de0d2(0x69,0x10c,_0x2f5324._0x59c914,0x93)+_0x3de0d2(0x102,0x7,0x84,_0x2f5324._0x1b405e)+'gnore\x20file'+'\x0a\x20\x20\x20\x20└──\x20e'+_0x3de0d2(_0x2f5324._0x4772eb,_0x2f5324._0x5c9aba,_0x2f5324._0xa92037,0x26)+_0x5892b2(0x4a8,0x3dc,_0x2f5324._0x243c97,_0x2f5324._0x1b76b1)+_0x3de0d2(0xfb,_0x2f5324._0x4d1e45,0x2,_0x2f5324._0x33a43f)+_0x3de0d2(0x133,_0x2f5324._0x5d3e7a,0x1ca,_0x2f5324._0x414619)+_0x5892b2(0x360,_0x2f5324._0x346239,_0x2f5324._0xf7eef5,0x3ec)+_0x3de0d2(0xf6,0x51,-0x1f,0xb4)+_0x5892b2(_0x2f5324._0xb5fd57,_0x2f5324._0x3c85d6,0x415,0x30b)+_0x5892b2(_0x2f5324._0x2229a7,0x34c,0x44f,0x500)+_0x3de0d2(0x7d,_0x2f5324._0x31eb3b,-0x41,_0x2f5324._0x348396)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x5892b2(0x354,0x2d1,_0x2f5324._0x170387,0x437)+_0x3de0d2(_0x2f5324._0x5dfec7,0xd7,_0x2f5324._0x5f55d5,0x144)+_0x5892b2(0x3e7,0x494,0x4e0,0x498)+_0x5892b2(_0x2f5324._0x47d82f,_0x2f5324._0x10add6,_0x2f5324._0x1530ca,0x30a)+'r\x20AI\x20agent'+_0x3de0d2(_0x2f5324._0x24b564,_0x2f5324._0x4597fe,_0x2f5324._0xdf32f9,0x152)+_0x3de0d2(_0x2f5324._0x45d389,0x181,0x65,0x204)+_0x3de0d2(_0x2f5324._0x16d4d2,_0x2f5324._0x26b82d,0x1ee,_0x2f5324._0x1d3e8f)+_0x3de0d2(0x51,-0x63,0xf3,-0xb8)+_0x5892b2(_0x2f5324._0x238ad0,_0x2f5324._0x5d50be,0x462,0x3fa)+'(not\x20in\x20co'+_0x3de0d2(0x1ae,_0x2f5324._0xc1873a,_0x2f5324._0x556962,0x149)+_0x5892b2(_0x2f5324._0x333eb7,0x299,0x31f,_0x2f5324._0x257503)+'\x20\x20├──\x20Dock'+'erfile\x20\x20\x20\x20'+_0x5892b2(0x3a8,0x31e,_0x2f5324._0x58747f,0x4a3)+_0x5892b2(_0x2f5324._0x3e500e,0x2b8,_0x2f5324._0x413a4e,_0x2f5324._0x2c46a9)+'e\x20template'+_0x3de0d2(0x198,_0x2f5324._0x2698fa,0x26c,_0x2f5324._0x5923b2)+'\x20\x20\x20└──\x20set'+_0x3de0d2(_0x2f5324._0x527873,_0x2f5324._0x1a0a79,0x273,0x1f5)+_0x5892b2(_0x2f5324._0x2273fa,0x381,0x47f,0x4cc)+_0x5892b2(_0x2f5324._0xbf2e5c,_0x2f5324._0x4e5168,_0x2f5324._0x152536,0x435)+_0x5892b2(0x3a1,0x3ce,_0x2f5324._0x30d992,0x3db)+'\x0a\x20\x20The\x20dir'+_0x3de0d2(0x1b5,0x1e6,0x12c,0x140)+_0x3de0d2(0x3d,-0xd6,_0x2f5324._0x2a049b,-0xdb)+_0x3de0d2(0x4a,0xb,-0x97,_0x2f5324._0x314fa3)+'\x20repositor'+_0x5892b2(_0x2f5324._0x3661e0,_0x2f5324._0x467321,0x40d,0x49d)+_0x3de0d2(0x1cf,0x206,0x1ab,_0x2f5324._0x2e4496)+'mmit.\x0a\x20\x20Se'+_0x3de0d2(_0x2f5324._0x58ed68,_0x2f5324._0x4b533e,0xc0,_0x2f5324._0x5ccbea)+'ngs\x20(setup'+_0x5892b2(0x2f4,_0x2f5324._0x115afd,_0x2f5324._0x5c3186,0x24d)+_0x5892b2(0x453,_0x2f5324._0x4a1355,_0x2f5324._0x4724e9,_0x2f5324._0x460703)+'ia\x20the\x20Set'+'tings\x20UI\x20a'+_0x5892b2(0x367,_0x2f5324._0x3a6eb3,0x344,0x2b9)+'\x0a\x20\x20tracked'+_0x5892b2(_0x2f5324._0x2fd4e6,_0x2f5324._0x552341,0x234,0x448)+(_0x3de0d2(_0x2f5324._0x39a729,0x1d1,_0x2f5324._0x15b906,0x12a)+_0x3de0d2(0x22b,_0x2f5324._0x188e68,0x232,0x154)+_0x5892b2(_0x2f5324._0x5b5430,0x46e,_0x2f5324._0x198f22,0x4e1)+_0x3de0d2(_0x2f5324._0x5079a4,_0x2f5324._0x374122,_0x2f5324._0x4f99a8,_0x2f5324._0x5783db)+_0x5892b2(_0x2f5324._0x11d8dd,_0x2f5324._0x554c84,_0x2f5324._0x546298,0x40b)+'p\x0a')));const _0x18359d=_0x16a654[_0x5892b2(_0x2f5324._0x3d6e2e,0x273,_0x2f5324._0x4166b4,0x2a4)](_0x35f5e4);try{_0x4d377d[_0x5892b2(_0x2f5324._0x4e246e,_0x2f5324._0x3a6779,_0x2f5324._0x2ff54a,_0x2f5324._0x2d648b)](_0x4d377d['MJmYm'],_0x4d377d[_0x5892b2(_0x2f5324._0x535a3c,0x4de,0x337,_0x2f5324._0x5fc804)])?(_0x3763e3[_0x3de0d2(0x3e,0xf0,0xfa,0xbf)](_0x4d377d['GPHCO']),_0x43e19d[_0x3de0d2(_0x2f5324._0x46c2ec,0x34a,0x12b,_0x2f5324._0x1b9af2)](-0x47b*-0x6+-0x2659+-0x4*-0x2de)):(await _0x4cf683['access'](_0x18359d),console[_0x5892b2(_0x2f5324._0x15ffe3,_0x2f5324._0x52ba15,0x2ac,_0x2f5324._0x2fddd7)]('Error:\x20Dir'+'ectory\x20\x22'+_0x35f5e4+(_0x5892b2(0x414,_0x2f5324._0x2b36e6,_0x2f5324._0xe6247c,_0x2f5324._0x3cc7ea)+_0x5892b2(_0x2f5324._0x20130e,0x376,_0x2f5324._0x11fa8e,_0x2f5324._0x523842))),process[_0x3de0d2(0x235,_0x2f5324._0x1e9631,_0x2f5324._0x4fa5bd,_0x2f5324._0x21e5bc)](0x16d9*-0x1+0x1df8+-0x71e));}catch{}console['log'](_0x5892b2(_0x2f5324._0x562a11,_0x2f5324._0x410a43,_0x2f5324._0x48416d,0x4d9)+_0x5892b2(0x4ac,_0x2f5324._0x21c5ee,_0x2f5324._0x8183b3,_0x2f5324._0xdb7537)+_0x3de0d2(0x118,-0x6,0x3f,0x1c5)+_0x3de0d2(0x197,0x1d8,0x1ba,_0x2f5324._0x1a20e1)+_0x5892b2(_0x2f5324._0x251dc3,_0x2f5324._0x274ad0,_0x2f5324._0x46e071,0x4e2)+_0x5892b2(_0x2f5324._0x4ea0a5,_0x2f5324._0x345f3a,_0x2f5324._0x3e20f7,_0x2f5324._0x581309)+_0x35f5e4),console[_0x5892b2(0x4e7,0x49a,_0x2f5324._0x14778e,0x499)]('');function _0x5892b2(_0x21b5a2,_0x4fee7e,_0xede2fd,_0x1789a1){return _0x474b(_0x21b5a2-_0x419c7e._0x1d2d70,_0x4fee7e);}try{if(_0x4d377d[_0x5892b2(_0x2f5324._0x3e52d2,_0x2f5324._0x5b0559,_0x2f5324._0x1349ea,0x47f)](_0x4d377d[_0x3de0d2(0x1d,_0x2f5324._0x45fd03,-_0x2f5324._0x5806bd,0x29)],_0x4d377d[_0x3de0d2(_0x2f5324._0x59dbcc,_0x2f5324._0x1edc5a,_0x2f5324._0x31e825,_0x2f5324._0x6cbe6d)])){if(_0x4d377d['ZjBZS'](_0x4e5da2,_0x4d377d['xBXcX'])||_0x4d377d[_0x5892b2(0x48c,_0x2f5324._0x2d2869,_0x2f5324._0x5650e3,_0x2f5324._0x2b9777)](_0x1c1a34,'-h'))_0x5cb121(),_0x35282c[_0x3de0d2(_0x2f5324._0x33188c,_0x2f5324._0x371e7e,_0x2f5324._0x8fea1c,_0x2f5324._0x56d297)](0x13*0x181+0x23c5+-0x4058);else!_0x5d054d[_0x5892b2(_0x2f5324._0x3dc908,0x3f6,0x2d0,_0x2f5324._0x1cb6ff)]('--')&&(_0x1768d7=_0x4bbf22);}else{const _0x25ca3e={};_0x25ca3e[_0x5892b2(0x4cd,_0x2f5324._0x446c7d,_0x2f5324._0x216034,_0x2f5324._0x5c82a0)]=!![],await _0x4cf683[_0x5892b2(_0x2f5324._0xd7d424,0x2e5,_0x2f5324._0x2f49c0,0x3f4)](_0x18359d,_0x25ca3e);const _0x2be5a8={};_0x2be5a8[_0x3de0d2(_0x2f5324._0x5e1e42,_0x2f5324._0x3eca49,0x117,0x20b)]=!![],await _0x4cf683['mkdir'](_0x16a654[_0x5892b2(_0x2f5324._0x412fb5,_0x2f5324._0x82540,_0x2f5324._0x4213f4,_0x2f5324._0x39abb6)](_0x18359d,_0x4d377d[_0x3de0d2(_0x2f5324._0x29580b,-0x4b,-0x6b,-_0x2f5324._0x2b27f6)],_0x4d377d[_0x5892b2(_0x2f5324._0x217374,0x4ea,0x403,_0x2f5324._0x1d4391)]),_0x2be5a8);const _0x19f7fc={};_0x19f7fc[_0x5892b2(0x4ad,_0x2f5324._0x506478,0x3ac,_0x2f5324._0x31f309)]=_0x35f5e4,_0x19f7fc['default_en'+_0x5892b2(_0x2f5324._0x6947f9,_0x2f5324._0x39abb6,0x379,_0x2f5324._0x540d5b)]=_0x4d377d[_0x3de0d2(0x177,_0x2f5324._0x1f9c56,0x148,_0x2f5324._0x15f347)],_0x19f7fc['default_ag'+'ent']=_0x5892b2(0x369,_0x2f5324._0x1a5f24,0x2e4,0x347),_0x19f7fc[_0x5892b2(_0x2f5324._0x1cbadc,_0x2f5324._0x50cf83,0x5ba,0x43d)+'ge']=_0x4d377d['EjOuC'];const _0x307eec=_0x19f7fc;await _0x4cf683[_0x5892b2(0x2d3,_0x2f5324._0x5d781e,_0x2f5324._0xc8fdfc,0x279)](_0x16a654['join'](_0x18359d,_0x3de0d2(_0x2f5324._0x1015f9,0x1f2,0x226,0xc4)),_0x4d377d[_0x3de0d2(_0x2f5324._0x1acbca,_0x2f5324._0xd8b8f,_0x2f5324._0x4e3928,0x184)](JSON[_0x3de0d2(_0x2f5324._0x2495d6,_0x2f5324._0xb009b2,_0x2f5324._0x1b6428,0x1a8)](_0x307eec,null,0x1435*0x1+-0xe5d+-0x5d6),'\x0a'));const _0x5cb64c={};_0x5cb64c['name']=_0x4d377d[_0x3de0d2(0x177,_0x2f5324._0x1aa828,0xb3,0xf3)],_0x5cb64c[_0x5892b2(0x377,0x3ab,0x325,_0x2f5324._0x330105)+'n']=_0x4d377d['YWJCo'],_0x5cb64c[_0x5892b2(0x3d2,0x3eb,0x49a,_0x2f5324._0xc8fdfc)]='default',_0x5cb64c[_0x3de0d2(0x20,-_0x2f5324._0x2f865a,_0x2f5324._0x3a37cf,0x5a)+'ent']=_0x5892b2(_0x2f5324._0x32e460,0x3cd,_0x2f5324._0x3e23a5,_0x2f5324._0xeefe40),_0x5cb64c['repos']=[];const _0x55f65d=_0x5cb64c;await _0x4cf683[_0x3de0d2(_0x2f5324._0x3f07c3,0x19,-0xb4,_0x2f5324._0x402ee8)](_0x16a654[_0x3de0d2(0x1eb,0x1fd,0x13c,_0x2f5324._0x20130e)](_0x18359d,_0x4d377d['SuOEy'],_0x5892b2(_0x2f5324._0x173486,_0x2f5324._0x389312,0x437,0x33d),_0x4d377d[_0x5892b2(_0x2f5324._0x5e218b,_0x2f5324._0x3630fd,0x30a,0x217)]),_0x4d377d[_0x3de0d2(_0x2f5324._0x59c1dc,_0x2f5324._0x1d5c24,0x2a9,0x263)](JSON['stringify'](_0x55f65d,null,0x1d*-0x4+-0xcbf+0xd35),'\x0a'));const _0x56fbc8='#\x20'+_0x35f5e4+('\x0a\x0aThis\x20is\x20'+_0x5892b2(0x4fa,_0x2f5324._0x350e4f,_0x2f5324._0x1744cb,_0x2f5324._0x566b82)+'w\x20setup\x20re'+'pository.\x20'+'It\x20defines'+_0x3de0d2(0x64,_0x2f5324._0x580bf4,-_0x2f5324._0x692f1a,0x9)+_0x5892b2(_0x2f5324._0x37e647,_0x2f5324._0x561c39,_0x2f5324._0x139865,_0x2f5324._0x10a485)+_0x3de0d2(_0x2f5324._0x3169f8,0x279,0x9e,_0x2f5324._0x8b99bf)+_0x5892b2(0x392,_0x2f5324._0x5b5570,0x42d,0x37f)+'ask\x20templa'+_0x3de0d2(_0x2f5324._0x22cdfd,_0x2f5324._0x2e2bdc,_0x2f5324._0x3b1e23,0x259)+_0x3de0d2(0x12,_0x2f5324._0x30aed7,-0x6d,0x50)+_0x3de0d2(_0x2f5324._0x14f37e,_0x2f5324._0x55c85b,0x195,_0x2f5324._0x273fdc)+_0x3de0d2(_0x2f5324._0x2327d2,_0x2f5324._0x188c63,0x87,0x73)+_0x3de0d2(0xdf,_0x2f5324._0x2b27f6,-_0x2f5324._0x561ccc,0x163)+'`\x0a')+_0x35f5e4+('/\x0a├──\x20setu'+'p.json\x20\x20\x20\x20'+_0x3de0d2(0x69,_0x2f5324._0x33a72d,0xdd,_0x2f5324._0x3d6f11)+_0x5892b2(0x4ed,_0x2f5324._0x13abd4,0x4c1,0x42a)+_0x5892b2(_0x2f5324._0x4dbfdf,0x313,_0x2f5324._0x38ff67,_0x2f5324._0x460703)+_0x3de0d2(0x178,0x1ba,_0x2f5324._0x3bf7ea,_0x2f5324._0x1df82d)+'ed,\x20manage'+'d\x20via\x20Sett'+_0x3de0d2(0x23c,0x13b,_0x2f5324._0x579350,_0x2f5324._0x571475)+_0x5892b2(_0x2f5324._0x3475cc,0x3db,0x250,_0x2f5324._0x19abe4)+'ments/\x20\x20\x20\x20'+_0x3de0d2(0x69,_0x2f5324._0x278ae1,_0x2f5324._0x2efaf0,_0x2f5324._0x352989)+_0x3de0d2(0x5b,_0x2f5324._0x3d0c3f,_0x2f5324._0x4ef20a,-0x58)+'ent\x20defini'+'tions\x0a│\x20\x20\x20'+_0x5892b2(0x2c8,_0x2f5324._0x1307ed,_0x2f5324._0x33febb,_0x2f5324._0x5ace5c)+_0x5892b2(_0x2f5324._0x1a2fa2,0x4b7,_0x2f5324._0x495bc1,0x4ba)+'\x20├──\x20envir'+_0x5892b2(0x40b,_0x2f5324._0x15bfc2,0x37d,_0x2f5324._0x5a0987)+_0x5892b2(_0x2f5324._0x494e3a,0x420,_0x2f5324._0x50d3ff,0x39b)+_0x5892b2(_0x2f5324._0x4fc422,0x311,_0x2f5324._0x1c735e,0x2b0)+_0x3de0d2(_0x2f5324._0xc42088,_0x2f5324._0x3dfc01,0x284,_0x2f5324._0x41a215)+_0x5892b2(_0x2f5324._0x195f00,0x53d,_0x2f5324._0x513a2f,_0x2f5324._0x5b8046)+_0x3de0d2(0x242,_0x2f5324._0x17b821,_0x2f5324._0x5ef0e8,_0x2f5324._0xdf32f9)+_0x3de0d2(_0x2f5324._0x3898b1,0x1b9,0x157,_0x2f5324._0x30fd9c)+'S.md\x20\x20\x20\x20\x20\x20'+_0x3de0d2(_0x2f5324._0x356cf8,_0x2f5324._0x5cf3e5,_0x2f5324._0x42ee4c,0xf1)+_0x5892b2(0x3c1,_0x2f5324._0x2b82eb,0x349,0x460)+_0x3de0d2(0x123,0xe0,0x2c,0xed)+_0x5892b2(0x413,0x401,_0x2f5324._0x3633bf,_0x2f5324._0x40ba02)+_0x3de0d2(_0x2f5324._0x4459f9,-0x7d,-0x74,-_0x2f5324._0x54a916)+_0x3de0d2(0x14f,0x38,_0x2f5324._0x3ecf4a,0x143)+_0x3de0d2(0x72,0x13b,_0x2f5324._0x3ae496,0x86)+_0x3de0d2(_0x2f5324._0xfacbb6,_0x2f5324._0x3cedfe,0xb6,0x3e)+_0x5892b2(_0x2f5324._0x5c1749,_0x2f5324._0x29917a,_0x2f5324._0x811b3b,_0x2f5324._0x35912e)+_0x5892b2(_0x2f5324._0x1e00e1,0x2c9,_0x2f5324._0x37d556,0x483)+_0x3de0d2(0x208,0x13f,_0x2f5324._0x4e4981,0x2a0)+'\x20\x20\x20\x20├──\x20Do'+_0x3de0d2(_0x2f5324._0x475739,-_0x2f5324._0x380a4d,-_0x2f5324._0x253ff6,_0x2f5324._0x54f56f)+'\x20\x20\x20\x20\x20\x20\x20#\x20C'+_0x3de0d2(_0x2f5324._0x3c1212,_0x2f5324._0x58ed68,_0x2f5324._0x1a7d24,_0x2f5324._0x29edc7)+_0x3de0d2(0x1f3,0x2f0,0x18a,0x2c8)+'ition\x0a│\x20\x20\x20'+_0x3de0d2(0x112,0x189,_0x2f5324._0x374122,_0x2f5324._0x38495a)+_0x3de0d2(0xd0,0x1bb,_0x2f5324._0x577025,0x196)+_0x5892b2(0x4f5,0x3d9,0x4ea,0x46a)+_0x3de0d2(_0x2f5324._0x1ec56b,0x23c,0x1db,_0x2f5324._0x1197fa)+_0x5892b2(0x302,_0x2f5324._0x1a587b,0x355,_0x2f5324._0x45a2ee)+_0x3de0d2(_0x2f5324._0x119bd6,0x2c2,_0x2f5324._0x3e23a5,0x236)+_0x5892b2(_0x2f5324._0x2acc8a,0x51b,_0x2f5324._0x345f3a,0x37a)+_0x3de0d2(0x69,_0x2f5324._0x207eeb,_0x2f5324._0xc71aca,-0xad)+_0x3de0d2(0x23d,_0x2f5324._0x51c205,0x2f4,0x1f8)+_0x3de0d2(0x136,0x1c5,_0x2f5324._0x4787ab,_0x2f5324._0x315a04)+_0x5892b2(_0x2f5324._0x3e1cdb,0x2cd,_0x2f5324._0x42d1c7,0x2af)+_0x5892b2(0x44a,0x3b9,0x35a,_0x2f5324._0x49cdad)+_0x3de0d2(_0x2f5324._0x352989,0xf0,_0x2f5324._0x4e45fe,-_0x2f5324._0x338653)+_0x5892b2(0x38e,_0x2f5324._0x4af299,0x34d,0x2be)+_0x3de0d2(_0x2f5324._0x7a6371,0xfa,_0x2f5324._0x38b498,-0xd5)+_0x3de0d2(0xa1,0x80,_0x2f5324._0x405e12,0x13a)+_0x5892b2(_0x2f5324._0x85cba0,_0x2f5324._0x4cf6b7,0x4d1,_0x2f5324._0x5b50e5)+_0x3de0d2(_0x2f5324._0x5266c5,_0x2f5324._0x5266c5,_0x2f5324._0x4e4981,0x197)+_0x5892b2(0x2ee,_0x2f5324._0x41c192,_0x2f5324._0x2dacdd,_0x2f5324._0x167a75)+_0x3de0d2(_0x2f5324._0x4a0f4b,0x1df,_0x2f5324._0x2f4aa6,_0x2f5324._0x4758ab)+_0x3de0d2(_0x2f5324._0x3d6f11,0x110,-_0x2f5324._0x4ec93a,_0x2f5324._0x2c4b49)+_0x3de0d2(0x38,_0x2f5324._0x47580,-0x91,-_0x2f5324._0x2dc266)+_0x3de0d2(_0x2f5324._0x15b906,0x3,_0x2f5324._0xd2553,0xf)+_0x5892b2(0x3d6,_0x2f5324._0x2d24ea,_0x2f5324._0x1a2fa2,0x3d2)+_0x3de0d2(0x1a2,_0x2f5324._0x548ecb,0xeb,_0x2f5324._0x2b8d3b)+_0x5892b2(0x3a5,0x307,_0x2f5324._0x82883d,0x38b)+_0x3de0d2(0x9a,-_0x2f5324._0x356cf8,-_0x2f5324._0x3be52e,_0x2f5324._0x571f93)+_0x3de0d2(0xb1,_0x2f5324._0x577562,0x2,0x12b)+_0x3de0d2(0x230,0x1f0,_0x2f5324._0x526b02,_0x2f5324._0x5f12a0)+_0x5892b2(_0x2f5324._0x12be7c,_0x2f5324._0x353832,_0x2f5324._0x43a902,_0x2f5324._0x2b82eb)+_0x5892b2(_0x2f5324._0x31c240,0x298,_0x2f5324._0x162beb,0x3ee)+_0x5892b2(0x3fa,0x4f2,0x3d2,_0x2f5324._0x2b36e6)+_0x5892b2(0x358,0x443,0x26f,_0x2f5324._0x19d25d)+_0x3de0d2(0x104,_0x2f5324._0x5949fd,_0x2f5324._0x19c296,_0x2f5324._0x4db908)+_0x3de0d2(_0x2f5324._0x1aa828,0x122,_0x2f5324._0x3d0c3f,_0x2f5324._0x14e343)+'I\x0a4.\x20Build'+_0x3de0d2(_0x2f5324._0x3c778e,_0x2f5324._0x3ae496,0xef,0x195)+'r\x20image:\x20`'+_0x3de0d2(_0x2f5324._0x3cd90c,_0x2f5324._0x2a1b3e,_0x2f5324._0x38c819,0x23a)+_0x5892b2(_0x2f5324._0x136ce0,_0x2f5324._0x4ddec8,0x1fe,_0x2f5324._0x152a81)+'efault`\x0a5.'+_0x5892b2(0x32a,_0x2f5324._0x4041d9,_0x2f5324._0x2fd4e6,0x2ae)+_0x3de0d2(_0x2f5324._0x2efaf0,0x127,-_0x2f5324._0x60fa2a,-0x62)+'coder-serv'+_0x3de0d2(0x203,_0x2f5324._0x1b263f,_0x2f5324._0x2f865a,_0x2f5324._0x30aef6)+_0x5892b2(0x2fb,_0x2f5324._0x2fad2f,_0x2f5324._0x35147f,0x38a)+_0x3de0d2(_0x2f5324._0x253f7a,_0x2f5324._0x187c57,0x1aa,0x43)+_0x5892b2(_0x2f5324._0xfabbf9,_0x2f5324._0x24e912,_0x2f5324._0x173486,_0x2f5324._0x264487)+_0x3de0d2(0x1db,0xf1,_0x2f5324._0x46e42c,0x192)+_0x3de0d2(0x1a8,_0x2f5324._0x2cfc47,_0x2f5324._0xc7a0e6,0x217)+_0x3de0d2(_0x2f5324._0x67710,_0x2f5324._0x1c61bf,0x275,0x1f7)+_0x5892b2(_0x2f5324._0x52ba15,_0x2f5324._0x19e204,_0x2f5324._0x4307c9,_0x2f5324._0x349ed8)+'in/environ'+_0x3de0d2(0x179,0x17f,_0x2f5324._0x53e527,_0x2f5324._0x3c4168)+_0x3de0d2(_0x2f5324._0x3943d6,-_0x2f5324._0x1c96e5,_0x2f5324._0x3423f7,0x12a));await _0x4cf683[_0x3de0d2(_0x2f5324._0x3f07c3,_0x2f5324._0xd2553,0x7c,0x1d)](_0x16a654['join'](_0x18359d,_0x4d377d[_0x5892b2(0x3ff,_0x2f5324._0x2c394d,0x318,0x407)]),_0x56fbc8);const _0x4c8400=_0x5892b2(0x4dd,_0x2f5324._0x5de04d,_0x2f5324._0x4c5c0a,_0x2f5324._0x5c10f8)+_0x5892b2(0x3f3,0x2fb,0x377,0x4d5)+_0x3de0d2(_0x2f5324._0x4940b7,_0x2f5324._0x505817,0x29,_0x2f5324._0x588e54)+'\x20sensitive'+_0x3de0d2(0xc3,_0x2f5324._0x5a3905,_0x2f5324._0x2f10d8,_0x2f5324._0x402fe3)+_0x3de0d2(0x11d,_0x2f5324._0x3c19d6,0x2,0x23)+_0x3de0d2(0x89,0x6e,0x37,_0x2f5324._0x41a215)+'considerat'+'ions,\x20or\x20i'+_0x3de0d2(_0x2f5324._0x9dbd2a,_0x2f5324._0xfd7f52,0x85,_0x2f5324._0x9422ba)+_0x3de0d2(0xab,_0x2f5324._0x376b5b,0x12b,-_0x2f5324._0x30dc6b)+'n\x20here.\x0a\x0aT'+_0x5892b2(_0x2f5324._0x489345,_0x2f5324._0x5c1749,0x258,0x472)+_0x5892b2(_0x2f5324._0x30c6cb,_0x2f5324._0x1587ad,_0x2f5324._0x1739fe,_0x2f5324._0x37da03)+_0x3de0d2(_0x2f5324._0x4f10fe,0x211,0x1f6,_0x2f5324._0x186728)+_0x3de0d2(0x4b,_0x2f5324._0x5b4c2d,0x41,0x133)+_0x3de0d2(0x20e,_0x2f5324._0x48161d,_0x2f5324._0x3190d5,_0x2f5324._0x3c8b87)+'ugh\x20the\x20En'+_0x3de0d2(_0x2f5324._0x2fd137,_0x2f5324._0x528ddf,0x17b,_0x2f5324._0x4a7121)+_0x5892b2(0x4d7,0x584,_0x2f5324._0x3dfb96,0x4d9)+_0x3de0d2(_0x2f5324._0xbd2a34,-_0x2f5324._0x51bbdc,_0x2f5324._0x3036d8,-0x5a)+_0x3de0d2(0x12b,0x156,0x66,_0x2f5324._0x188c63)+_0x5892b2(_0x2f5324._0x251103,0x372,0x372,0x3dd)+_0x5892b2(_0x2f5324._0x40aa1a,0x53a,_0x2f5324._0x34a8e9,_0x2f5324._0x3c2bb9);await _0x4cf683[_0x3de0d2(0x25,_0x2f5324._0x116378,0x72,_0x2f5324._0x31cea8)](_0x16a654[_0x3de0d2(_0x2f5324._0x34d742,0x1fd,0x1ea,0x1b3)](_0x18359d,_0x4d377d['SuOEy'],'default',_0x4d377d[_0x3de0d2(0x151,_0x2f5324._0x8b53ec,0xf7,_0x2f5324._0x1df82d)]),_0x4c8400);const _0x2231b0=_0x3de0d2(_0x2f5324._0x2e471f,_0x2f5324._0x10e83a,_0x2f5324._0x19e204,0x1cb)+_0x5892b2(0x3f3,0x39b,_0x2f5324._0x27245c,0x348)+_0x3de0d2(0xef,-_0x2f5324._0x2cd322,_0x2f5324._0x353727,-0x10)+'tions\x20for\x20'+'AI\x20agents\x20'+_0x3de0d2(_0x2f5324._0x10c7fc,_0x2f5324._0x451888,_0x2f5324._0x3adb9b,0x2ba)+'\x20this\x20envi'+_0x3de0d2(0x1c8,0x111,_0x2f5324._0x29d13a,_0x2f5324._0x1e9cbf)+'##\x20Working'+'\x20Directory'+_0x3de0d2(0x91,-0x2d,_0x2f5324._0x275045,_0x2f5324._0xbc4be2)+_0x5892b2(0x2d7,0x3c1,0x3e0,0x3b8)+_0x3de0d2(0xcd,0xa3,0x1e6,_0x2f5324._0x33681b)+_0x5892b2(0x2cd,_0x2f5324._0x1a7406,_0x2f5324._0xb3c8ed,0x2b6)+',\x20which\x20co'+_0x3de0d2(_0x2f5324._0x4ac51b,-0x8b,-0x2f,_0x2f5324._0x55c7eb)+_0x5892b2(0x36f,0x374,0x454,_0x2f5324._0x1233e2)+_0x5892b2(0x46e,_0x2f5324._0x4a9736,_0x2f5324._0x130ca0,_0x2f5324._0x16acc4)+_0x5892b2(0x32e,0x2a4,0x290,_0x2f5324._0x6b96a5)+'his\x20enviro'+_0x3de0d2(0x97,_0x2f5324._0x7ce1d3,_0x2f5324._0x352989,_0x2f5324._0x27ae5e)+_0x3de0d2(_0x2f5324._0x3cad81,_0x2f5324._0x2495d6,_0x2f5324._0x7a04aa,0x1e8)+'quirements'+_0x3de0d2(_0x2f5324._0x58a29d,0x16d,_0x2f5324._0x56cff1,_0x2f5324._0x5d71a4)+_0x5892b2(_0x2f5324._0x4eaa62,_0x2f5324._0x57b077,0x42b,0x3c8)+_0x5892b2(0x33e,_0x2f5324._0x295b41,0x41f,0x232)+_0x5892b2(0x3fe,_0x2f5324._0x271303,_0x2f5324._0x488f58,0x4c4)+'eate\x20the\x20f'+_0x3de0d2(0x11b,0x94,_0x2f5324._0x3a6779,_0x2f5324._0x1277cf)+_0x3de0d2(0x10a,_0x2f5324._0x10c7fc,_0x2f5324._0x483326,0x58)+_0x3de0d2(_0x2f5324._0x4ef6d2,0x23a,_0x2f5324._0x5a29b3,0x20b)+'rtant:\x20The'+'\x20`/task-ou'+_0x5892b2(0x462,0x4b8,_0x2f5324._0x54bb88,_0x2f5324._0x2978b4)+_0x3de0d2(_0x2f5324._0x32ebd0,0x22e,_0x2f5324._0x15108d,0x2b5)+_0x3de0d2(0x184,0x243,0xb5,_0x2f5324._0x49d13f)+_0x5892b2(0x385,0x2a4,_0x2f5324._0x59d0d9,_0x2f5324._0x44724a)+'\x20ROOT,\x20NOT'+_0x3de0d2(0x2d,0x11b,-0xb3,0x16)+_0x3de0d2(_0x2f5324._0xf541a0,_0x2f5324._0x2b27f6,-_0x2f5324._0x333e29,_0x2f5324._0x115d06)+'.\x20Ensure\x20y'+_0x3de0d2(0x1a0,_0x2f5324._0x49a285,_0x2f5324._0x4f7290,_0x2f5324._0x116378)+_0x3de0d2(0x22e,0x1ad,_0x2f5324._0x10c7fc,0x2e8)+_0x5892b2(0x455,_0x2f5324._0x4d8d4e,0x546,_0x2f5324._0x249943)+'\x20and\x20NOT\x20`'+'/workspace'+_0x5892b2(_0x2f5324._0x446c7d,_0x2f5324._0x1e00e1,_0x2f5324._0x3cc43f,_0x2f5324._0x2e5377)+_0x5892b2(0x35c,0x2da,0x294,_0x2f5324._0x327b52)+_0x3de0d2(0x34,-_0x2f5324._0x914611,-0x38,0xb6)+'ummary\x20Fil'+_0x5892b2(_0x2f5324._0x1f74ff,_0x2f5324._0x500a7b,0x411,_0x2f5324._0x348c04)+_0x3de0d2(0x129,0xca,0x17d,0x8f)+'mary.md`\x0aW'+_0x3de0d2(0x116,_0x2f5324._0x1f1dcd,_0x2f5324._0xc8f76f,0x160)+_0x5892b2(_0x2f5324._0x422b0a,0x3c6,0x3b8,_0x2f5324._0x7847c9)+_0x5892b2(_0x2f5324._0x17619f,_0x2f5324._0x458fbe,_0x2f5324._0x1342e9,_0x2f5324._0x430565)+_0x5892b2(0x3c8,_0x2f5324._0x5adbf5,0x361,0x341)+'at\x20you\x20did'+_0x3de0d2(_0x2f5324._0xf4b7f,_0x2f5324._0x526fc2,0x24d,_0x2f5324._0x3f7c5b)+_0x3de0d2(_0x2f5324._0x2c46e3,_0x2f5324._0x5f55d5,0x3a,_0x2f5324._0x50245d)+'es\x20you\x20enc'+'ountered\x20a'+_0x3de0d2(0x47,0x132,-_0x2f5324._0x1585f1,-0x7f)+_0x3de0d2(_0x2f5324._0x1ffec8,-0x97,-0xe2,0xcc)+_0x5892b2(0x3fc,0x48c,_0x2f5324._0x3c85d6,_0x2f5324._0x4fab25)+'t\x20results\x20'+_0x3de0d2(_0x2f5324._0x31cea8,_0x2f5324._0x20a28b,0x131,0x1b9)+_0x3de0d2(0x55,0x22,-_0x2f5324._0x47e822,-_0x2f5324._0xf8673)+_0x3de0d2(0x56,-_0x2f5324._0x1acbca,_0x2f5324._0x4200d4,-_0x2f5324._0x4b4180)+_0x5892b2(0x2ed,_0x2f5324._0x3a8922,_0x2f5324._0x162825,0x1eb)+_0x5892b2(_0x2f5324._0x38f25b,0x2ed,0x3b4,0x28b)+_0x3de0d2(0x186,0x182,0x294,0x177)+_0x5892b2(_0x2f5324._0x319ae2,_0x2f5324._0x574773,_0x2f5324._0x26799b,_0x2f5324._0x52ba15)+'sage:\x20`/ta'+_0x3de0d2(0x21b,0x2ca,_0x2f5324._0x451ad5,0x101)+_0x5892b2(0x3f2,0x4ec,_0x2f5324._0x493a7d,_0x2f5324._0x506478)+'sage.txt`\x0a'+_0x5892b2(0x2c9,0x1ab,0x348,_0x2f5324._0x25d450)+_0x3de0d2(_0x2f5324._0x1261e9,_0x2f5324._0x55b472,0x56,0x4b)+'commit\x20mes'+_0x5892b2(_0x2f5324._0x274262,_0x2f5324._0x3e1cdb,0x3d2,0x579)+_0x5892b2(_0x2f5324._0x3cc7ea,_0x2f5324._0x5e6f4d,0x5d3,0x4db)+_0x5892b2(0x355,_0x2f5324._0x33a773,0x314,0x413)+_0x3de0d2(0x1d3,0x276,_0x2f5324._0x389b46,0x1b2)+_0x5892b2(_0x2f5324._0x6b8ea9,_0x2f5324._0x3e4210,0x351,0x355)+_0x3de0d2(_0x2f5324._0x325732,-_0x2f5324._0xcab7a4,_0x2f5324._0x13968f,0x41)+'w\x20the\x20exis'+_0x3de0d2(_0x2f5324._0x4a656d,_0x2f5324._0x70b101,-0x9b,-0x92)+_0x3de0d2(0x28,-0x6f,_0x2f5324._0x543238,-_0x2f5324._0x18ceac)+'he\x20reposit'+_0x3de0d2(0x4c,-0xa0,0x66,-_0x2f5324._0x115d06)+_0x3de0d2(_0x2f5324._0x5923b2,_0x2f5324._0x1df82d,_0x2f5324._0x4f10fe,_0x2f5324._0x3f346b)+'t-specific'+'\x20instructi'+'ons\x20here\x0a';await _0x4cf683[_0x5892b2(0x2d3,_0x2f5324._0x4e9449,_0x2f5324._0xe812a9,0x1f8)](_0x16a654[_0x5892b2(0x499,0x401,0x480,0x3d5)](_0x18359d,_0x4d377d['SuOEy'],_0x4d377d[_0x3de0d2(_0x2f5324._0x33a72d,_0x2f5324._0x333869,_0x2f5324._0xa16c09,0x66)],_0x4d377d[_0x5892b2(0x418,_0x2f5324._0x5103f7,_0x2f5324._0x42c137,_0x2f5324._0x1ed996)]),_0x2231b0);const _0x2a6df7=_0x3de0d2(0x219,0x11f,_0x2f5324._0x525b0b,_0x2f5324._0x27ae5e)+_0x3de0d2(0xcb,0x35,0xc9,0xc2)+_0x5892b2(0x40c,_0x2f5324._0x430aad,0x34d,_0x2f5324._0x5a261c)+_0x5892b2(0x374,_0x2f5324._0x24bec0,_0x2f5324._0x4e042d,_0x2f5324._0x3d7365)+_0x5892b2(_0x2f5324._0x2b34f6,_0x2f5324._0x793d56,_0x2f5324._0x2916b8,0x418)+'tory\x20clone'+_0x5892b2(_0x2f5324._0x24011e,_0x2f5324._0xa84259,0x461,_0x2f5324._0x4356c9)+_0x3de0d2(0xb3,0x190,0xf6,-0x27)+_0x3de0d2(0x3a,0x60,_0x2f5324._0x5806bd,0x78)+_0x3de0d2(_0x2f5324._0x591794,0x235,_0x2f5324._0x222693,_0x2f5324._0x3d8f47)+_0x3de0d2(_0x2f5324._0x2d5cc7,-_0x2f5324._0x221cb6,-_0x2f5324._0x2cdbe6,-_0x2f5324._0x41d241)+_0x5892b2(0x468,_0x2f5324._0x11d8dd,0x503,_0x2f5324._0x4827f4)+'\x20Example:\x0a'+_0x5892b2(_0x2f5324._0x1c7134,0x536,0x438,0x4eb)+'clone\x20--de'+_0x5892b2(_0x2f5324._0x516247,0x44a,0x42e,0x3fb)+'o-single-b'+_0x5892b2(0x464,0x526,0x54d,_0x2f5324._0x4d5201)+_0x3de0d2(0x111,0x20a,0xe,_0x2f5324._0xf541a0)+_0x5892b2(_0x2f5324._0x370068,_0x2f5324._0x41b352,0x290,_0x2f5324._0x4bcfff)+'/REPO.git\x20'+_0x5892b2(0x4ae,0x50a,_0x2f5324._0x4e3788,_0x2f5324._0x44f748)+'/REPO\x20&&\x20\x5c'+'\x0a#\x20\x20\x20\x20\x20cho'+'wn\x20-R\x20code'+'r:coder\x20/w'+'orkspace\x0a\x0a'+_0x3de0d2(0x5a,_0x2f5324._0x235f04,0xf4,0x16c)+_0x3de0d2(0x1bf,_0x2f5324._0x4749fe,_0x2f5324._0x51ffa4,_0x2f5324._0x4772eb);await _0x4cf683[_0x5892b2(_0x2f5324._0x1930ec,_0x2f5324._0x47c510,0x212,_0x2f5324._0x27204b)](_0x16a654[_0x5892b2(0x499,0x41c,_0x2f5324._0x302a00,0x41f)](_0x18359d,_0x4d377d['SuOEy'],_0x4d377d[_0x3de0d2(_0x2f5324._0x333b06,0x285,0x18c,0x1dd)],_0x4d377d[_0x3de0d2(_0x2f5324._0x31fb3e,0x41,-0x5a,_0x2f5324._0x5b6f2b)]),_0x2a6df7);const _0x1007a0=_0x3de0d2(0x22c,0x2a9,0x2e6,_0x2f5324._0x4b2c39)+_0x3de0d2(_0x2f5324._0x2862b9,0xc1,0x194,0x13c)+_0x3de0d2(0x12f,_0x2f5324._0x1489f7,_0x2f5324._0x4a2858,0x1df)+_0x3de0d2(_0x2f5324._0x4f7290,0x64,0xc4,_0x2f5324._0x59dbcc)+_0x5892b2(0x475,0x583,_0x2f5324._0xf184a,0x4d2)+_0x3de0d2(_0x2f5324._0x3b6b2a,0x1e6,_0x2f5324._0x32130f,_0x2f5324._0xc03be4)+_0x5892b2(0x4c3,_0x2f5324._0x3fae1e,_0x2f5324._0x432f2e,0x496)+'n\x20a\x20task\x20s'+_0x3de0d2(0x1fc,_0x2f5324._0x8c03cb,_0x2f5324._0x58d65c,_0x2f5324._0x4772eb)+'-e\x0a\x0acd\x20/wo'+_0x3de0d2(_0x2f5324._0x7a5444,-_0x2f5324._0x44aaa8,_0x2f5324._0x59e8eb,-0x88)+_0x5892b2(0x34c,0x378,0x342,_0x2f5324._0x564303)+_0x3de0d2(0x161,0x78,0x165,_0x2f5324._0x871c29)+_0x3de0d2(0x194,0x232,_0x2f5324._0x385f3c,_0x2f5324._0x588b22)+_0x3de0d2(0xf8,_0x2f5324._0x61859b,0x6c,-_0x2f5324._0x19a4f7)+_0x5892b2(_0x2f5324._0x13135b,0x3a1,0x2c3,0x313)+'sync\x20comma'+_0x3de0d2(_0x2f5324._0x397b3,0x144,_0x2f5324._0x22dbae,0x321)+_0x5892b2(0x44f,_0x2f5324._0xb1f845,0x4a3,0x4ce)+_0x5892b2(0x3db,0x307,0x378,_0x2f5324._0x1a274b)+_0x5892b2(_0x2f5324._0x251d58,_0x2f5324._0x3f710f,_0x2f5324._0x361221,_0x2f5324._0x2bec7b)+_0x5892b2(0x408,_0x2f5324._0x2d802f,0x3a8,_0x2f5324._0x3afbe9)+_0x3de0d2(0x170,0xc2,_0x2f5324._0x48a7f0,0x28e)+'\x22myrepo\x22:\x0a'+_0x5892b2(0x4a4,0x4ab,0x546,_0x2f5324._0x1e9fbf)+_0x5892b2(0x3b3,0x45a,_0x2f5324._0xbf2e5c,_0x2f5324._0x28a123)+_0x5892b2(0x466,0x564,0x49b,_0x2f5324._0x206796)+_0x3de0d2(0xa9,_0x2f5324._0x2ef7fa,_0x2f5324._0x457782,-_0x2f5324._0x3841be)+_0x3de0d2(0x1aa,_0x2f5324._0x416eb6,0x1b4,0x189)+_0x5892b2(0x402,0x34e,0x317,_0x2f5324._0x41d1c5)+_0x5892b2(0x2fe,_0x2f5324._0x2bcf3b,_0x2f5324._0x3c9541,0x415)+_0x5892b2(0x470,_0x2f5324._0xae7309,_0x2f5324._0x2911ea,0x548)+_0x3de0d2(0x37,0x7,-0xe2,_0x2f5324._0x2b0b21)+_0x5892b2(0x4b3,_0x2f5324._0x3afbe9,0x3ac,0x3fe)+_0x3de0d2(0xe1,_0x2f5324._0x17fccd,0x16c,0x160)+'\x0a#\x20git\x20pul'+_0x3de0d2(0x35,_0x2f5324._0x4a0f4b,-_0x2f5324._0x47f196,-0x7d)+_0x3de0d2(0x1ec,_0x2f5324._0x7a47e3,_0x2f5324._0x28cf7e,_0x2f5324._0x3b1e23)+_0x5892b2(0x370,0x3ca,0x2d0,_0x2f5324._0x74b3fd)+_0x5892b2(_0x2f5324._0x43f17a,_0x2f5324._0x2fddd7,_0x2f5324._0x38e245,0x48b)+'dencies\x20(u'+_0x5892b2(_0x2f5324._0x28a198,_0x2f5324._0x33b642,_0x2f5324._0xb1f845,0x31e)+_0x3de0d2(_0x2f5324._0x443536,_0x2f5324._0x3c7b8b,_0x2f5324._0x50245d,0xb8)+_0x3de0d2(0x146,0x1af,0x14f,0x3b)+_0x5892b2(_0x2f5324._0x24fac7,_0x2f5324._0x4cf6b7,0x561,0x5aa)+_0x5892b2(_0x2f5324._0x39233f,_0x2f5324._0x2df661,_0x2f5324._0x2f66d4,_0x2f5324._0x6947f9)+'stall\x0a\x0acd\x20'+'/workspace'+_0x5892b2(0x3e3,0x368,_0x2f5324._0x12591d,0x310)+_0x3de0d2(0x6c,_0x2f5324._0x33448d,_0x2f5324._0x12b29d,0x7e)+_0x5892b2(0x398,_0x2f5324._0x47d82f,_0x2f5324._0x4b0fc6,0x3dc)+_0x5892b2(0x428,0x3f1,_0x2f5324._0x2e8838,_0x2f5324._0x122fee)+'kdir\x20-p\x20/t'+_0x5892b2(0x347,_0x2f5324._0x29d12a,0x28a,0x381)+_0x3de0d2(_0x2f5324._0xc27557,0x226,_0x2f5324._0x559a43,0x249)+'sk-output/'+_0x3de0d2(_0x2f5324._0x3759db,0xf1,0x269,_0x2f5324._0x2bd32e)+_0x5892b2(_0x2f5324._0x478809,0x2b5,_0x2f5324._0x32eb8e,_0x2f5324._0x4366dd)+'OF\x0a{\x0a\x20\x20\x22ti'+_0x5892b2(0x4e5,0x443,_0x2f5324._0x4966a9,0x42b)+_0x3de0d2(_0x2f5324._0x8fea1c,0x2c8,0x278,0x202)+_0x3de0d2(_0x2f5324._0x2500b9,-_0x2f5324._0x37dbe1,_0x2f5324._0x3d1045,_0x2f5324._0x4fedca)+_0x5892b2(_0x2f5324._0x112881,0x34e,0x4b8,0x53e)+_0x5892b2(_0x2f5324._0x5856fa,_0x2f5324._0x1b7cc7,0x4b3,0x308)+_0x3de0d2(0x134,0x9d,0x7f,0x22e)+_0x3de0d2(0x1c6,0x15c,0x171,0x26b);await _0x4cf683[_0x5892b2(0x2d3,0x2bf,_0x2f5324._0x481aff,_0x2f5324._0x2bcd19)](_0x16a654[_0x5892b2(0x499,0x55b,0x463,0x535)](_0x18359d,_0x3de0d2(0xf6,0x13d,0x125,_0x2f5324._0x4749fe)+'ts',_0x4d377d[_0x3de0d2(_0x2f5324._0x1c6ed3,_0x2f5324._0x141704,_0x2f5324._0xd7befd,_0x2f5324._0x421993)],'setup.sh'),_0x1007a0),await _0x4cf683[_0x5892b2(0x351,0x261,_0x2f5324._0x1d6e57,0x233)](_0x16a654[_0x3de0d2(0x1eb,0x12d,0x267,_0x2f5324._0x2e0605)](_0x18359d,_0x4d377d[_0x5892b2(0x30c,0x2de,_0x2f5324._0x46a1f7,0x219)],_0x5892b2(_0x2f5324._0x27fd0d,_0x2f5324._0x251103,_0x2f5324._0x3cc43f,0x466),_0x4d377d['gffEn']),-0xa04*0x2+-0x599*0x1+-0x1b8e*-0x1);const _0x4d74f4=_0x3de0d2(_0x2f5324._0x4eb00d,0x162,0x27f,0x31a)+_0x5892b2(0x3fb,_0x2f5324._0x311748,0x2fe,0x410)+_0x5892b2(_0x2f5324._0x24042c,0x321,_0x2f5324._0x516e25,_0x2f5324._0x4af0d7)+_0x5892b2(_0x2f5324._0xde60d7,0x20b,_0x2f5324._0x197594,_0x2f5324._0x5a1504)+_0x5892b2(0x3f5,_0x2f5324._0x23bd3f,_0x2f5324._0x265c67,_0x2f5324._0x2742ad)+'json\x0a\x0a#\x20Se'+_0x5892b2(_0x2f5324._0x1e9fbf,0x4fa,_0x2f5324._0xcb6ca3,0x4f8)+_0x5892b2(0x363,_0x2f5324._0x5b5430,_0x2f5324._0x896c46,_0x2f5324._0x2273fa)+_0x5892b2(0x3f1,_0x2f5324._0x24fac7,0x46b,0x3ee)+_0x3de0d2(_0x2f5324._0x7b3a32,0x1f9,_0x2f5324._0xcda976,0x1a)+'crets.json'+_0x5892b2(_0x2f5324._0x465e14,0x3a2,_0x2f5324._0x50d3ff,_0x2f5324._0x538b7d)+_0x5892b2(0x4f1,0x3de,0x490,_0x2f5324._0x3bbd2f)+'\x0alicense.j'+'son\x0asmtp-c'+'onfig.json'+_0x3de0d2(_0x2f5324._0x45fd03,-_0x2f5324._0x52cada,_0x2f5324._0xdc2878,0x70)+'sk\x20data\x0ata'+_0x5892b2(_0x2f5324._0x4b2c39,0x298,0x3f8,0x30e)+_0x5892b2(0x409,0x3f8,0x33d,_0x2f5324._0xea9228)+_0x5892b2(0x41d,0x4ae,_0x2f5324._0x5c6b80,_0x2f5324._0x322e0f)+_0x5892b2(0x363,_0x2f5324._0xf2693e,_0x2f5324._0x34a8e9,0x365)+_0x3de0d2(0x1a4,0x1ee,0x21e,0x281)+'/\x0a.claude.'+_0x3de0d2(0x24a,0x1db,_0x2f5324._0x5f255e,0x2e6)+_0x3de0d2(0x48,-_0x2f5324._0x4622c7,_0x2f5324._0x5463e0,0x159)+_0x3de0d2(0x119,0xda,0x63,_0x2f5324._0x2f8e46)+_0x5892b2(0x424,_0x2f5324._0x5b5583,_0x2f5324._0x23bd3f,_0x2f5324._0x2fd61f)+_0x5892b2(_0x2f5324._0x119da7,0x4e7,0x560,0x3e3)+_0x5892b2(_0x2f5324._0x5b11af,_0x2f5324._0x4c5a81,_0x2f5324._0x137c27,_0x2f5324._0x5098ec)+'pendencies'+_0x5892b2(_0x2f5324._0x6d0c10,0x1d4,0x2aa,0x321)+'s\x0anode_mod'+_0x5892b2(_0x2f5324._0xf866c9,_0x2f5324._0xc95791,0x3d2,_0x2f5324._0x5757be)+'cache__/\x0a*'+_0x3de0d2(0x30,0x43,0x144,0x6f)+_0x3de0d2(0x14b,0x13c,_0x2f5324._0x469392,_0x2f5324._0x4db908)+_0x3de0d2(0x183,0xdc,0xdb,0x12c)+_0x5892b2(_0x2f5324._0x48a314,_0x2f5324._0x5c6b80,0x349,0x480)+_0x3de0d2(_0x2f5324._0x1460f7,_0x2f5324._0x30dc6b,_0x2f5324._0x7d89c6,_0x2f5324._0x5079a4)+_0x5892b2(_0x2f5324._0x58eb16,_0x2f5324._0x12446c,0x366,0x2f6)+_0x5892b2(0x353,_0x2f5324._0x36c7c5,_0x2f5324._0xb18c4b,0x325);await _0x4cf683[_0x5892b2(0x2d3,_0x2f5324._0x68f8ba,0x39c,0x363)](_0x16a654[_0x5892b2(_0x2f5324._0x412fb5,_0x2f5324._0x1e00e1,_0x2f5324._0x36d0ac,0x4ac)](_0x18359d,_0x4d377d[_0x3de0d2(_0x2f5324._0x11b8c7,_0x2f5324._0x5806bd,-_0x2f5324._0x314fa3,0x4f)]),_0x4d74f4);const _0x2417f2=await _0x4d377d[_0x5892b2(_0x2f5324._0x2ab429,0x379,_0x2f5324._0x354eb3,0x40d)](runGitInit,_0x18359d);let _0x5351d2=![];if(_0x2417f2){if(_0x4d377d['qmDDk']('wHiVT',_0x4d377d[_0x5892b2(_0x2f5324._0x365dc2,_0x2f5324._0x5cfaf1,_0x2f5324._0x58701c,_0x2f5324._0x2c394d)]))_0x5351d2=await _0x4d377d[_0x3de0d2(0x18e,0x263,_0x2f5324._0x3804f7,0x286)](runGitInitialCommit,_0x18359d);else{const _0x4b0cb2=_0x4d377d[_0x3de0d2(0x18a,0xf0,0x17a,0x1dc)][_0x3de0d2(_0x2f5324._0x2c35c4,_0x2f5324._0x333b06,0x13e,0x150)]('|');let _0x151025=0xe85*-0x1+-0xa05+-0x82e*-0x3;while(!![]){switch(_0x4b0cb2[_0x151025++]){case'0':_0x697ab4['error']('');continue;case'1':_0x316415['error']('');continue;case'2':_0x27911f[_0x3de0d2(0x235,0x351,0x26a,_0x2f5324._0x322b8b)](-0x19c1*0x1+-0x14a2+0x2e64);continue;case'3':_0x1a073a[_0x3de0d2(_0x2f5324._0x402ee8,0x114,-0x31,0x28)](_0x4d377d[_0x5892b2(0x364,0x251,0x328,0x24f)]);continue;case'4':_0x5f1604['error'](_0x4d377d[_0x3de0d2(0x1f8,_0x2f5324._0x2698fa,_0x2f5324._0x29e4f5,0x227)]);continue;case'5':_0x27479f[_0x3de0d2(_0x2f5324._0x389278,-0xb8,-_0x2f5324._0x1e4c96,-_0x2f5324._0x253ff6)]('Error:\x20Rep'+_0x3de0d2(0xde,0x14,0xdd,_0x2f5324._0x1c96e5)+_0x3de0d2(0x10,-_0x2f5324._0x24e643,0x10c,-0xec)+_0x5892b2(_0x2f5324._0x3c6c92,0x5ca,0x545,0x5ae));continue;}break;}}}console[_0x3de0d2(0x239,0x2f8,0x2e9,0x2ae)](_0x4d377d[_0x3de0d2(_0x2f5324._0x2f4499,-_0x2f5324._0x5047b5,_0x2f5324._0x113f66,_0x2f5324._0x282bb5)]),console['log']('\x20\x20'+_0x35f5e4+'/'),console[_0x3de0d2(_0x2f5324._0x5cf081,_0x2f5324._0x394fc9,_0x2f5324._0xfb23e6,_0x2f5324._0xee1e00)](_0x3de0d2(_0x2f5324._0x2c9396,0x66,-_0x2f5324._0x9ac909,0x198)+_0x3de0d2(0x114,0x1e9,_0x2f5324._0x317e71,_0x2f5324._0x3dd045)),console[_0x3de0d2(0x239,0x27f,_0x2f5324._0x476165,_0x2f5324._0x59d0d9)](_0x3de0d2(_0x2f5324._0x218113,0x52,0x16b,_0x2f5324._0x3c778e)+_0x5892b2(0x416,0x50b,_0x2f5324._0x454a29,_0x2f5324._0x2df0b8)+_0x3de0d2(0x69,0xf4,0xa0,-0x7)+_0x3de0d2(_0x2f5324._0x71b7b1,0x144,_0x2f5324._0x41a519,_0x2f5324._0x7a84d5)+_0x5892b2(0x430,_0x2f5324._0x36de1a,_0x2f5324._0x154f6e,_0x2f5324._0x40865f)+_0x5892b2(0x457,0x4b1,_0x2f5324._0x275897,_0x2f5324._0x10e6ee)+_0x3de0d2(0xe5,0x18,_0x2f5324._0x452682,0x18e)),console['log'](_0x3de0d2(_0x2f5324._0x48320c,_0x2f5324._0x6f7c9d,_0x2f5324._0x41b352,_0x2f5324._0x1a93ed)+_0x3de0d2(0x224,0x177,0x115,_0x2f5324._0x1629ee)),console[_0x3de0d2(0x239,_0x2f5324._0x1ee4c,_0x2f5324._0xe8e1c0,_0x2f5324._0x3475cc)]('\x20\x20└──\x20envi'+_0x3de0d2(_0x2f5324._0x115a5f,0x19b,0xc3,0x198)),console['log'](_0x5892b2(_0x2f5324._0x4ebbcb,0x354,0x423,0x316)+_0x3de0d2(_0x2f5324._0x2ba5ac,0x40,_0x2f5324._0x5f13a8,_0x2f5324._0x2b0b21)),console[_0x3de0d2(_0x2f5324._0x833af6,0x13c,0x226,_0x2f5324._0x2cdf70)](_0x5892b2(0x317,_0x2f5324._0x1a139f,_0x2f5324._0x1df82d,_0x2f5324._0x4e9828)+'├──\x20enviro'+_0x5892b2(0x412,_0x2f5324._0x3633bf,0x475,0x3f2)),console[_0x5892b2(_0x2f5324._0x54082d,0x41d,_0x2f5324._0x3fbfc3,_0x2f5324._0x337b72)]('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x3de0d2(_0x2f5324._0x28765b,_0x2f5324._0x396a5f,0x8f,0x1b)+'.md'),console['log'](_0x5892b2(0x317,0x306,_0x2f5324._0x315065,_0x2f5324._0x1da101)+'├──\x20README'+_0x5892b2(0x380,0x2a2,_0x2f5324._0x294a97,0x48b)),console['log']('\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x3de0d2(0x225,_0x2f5324._0x4cce8d,0x2b5,0x169)+'file'),console[_0x3de0d2(_0x2f5324._0x1343b0,0x121,0x2f9,0x1aa)](_0x3de0d2(0x69,-0x2,-0x10,-0x14)+_0x3de0d2(_0x2f5324._0x3ecf4a,_0x2f5324._0x588b22,_0x2f5324._0x446498,_0x2f5324._0x333079)+'sh'),console['log']('');if(_0x4d377d['xFijL'](_0x2417f2,_0x5351d2)){if(_0x4d377d[_0x3de0d2(_0x2f5324._0xbbbb22,-0x7f,_0x2f5324._0x8f9b42,0x179)](_0x4d377d[_0x5892b2(0x4ee,_0x2f5324._0x2a39fd,0x470,0x49a)],_0x4d377d[_0x5892b2(_0x2f5324._0x249306,0x4b2,_0x2f5324._0x53d310,_0x2f5324._0x350e4f)]))console['log'](_0x4d377d[_0x5892b2(_0x2f5324._0x53152e,_0x2f5324._0x2f23e2,0x582,_0x2f5324._0x3c5933)]);else{const _0x58719e={'TDpfQ':function(_0x395361,_0x5b40f8){return _0x395361(_0x5b40f8);}},_0x2d6a59={};_0x2d6a59[_0x5892b2(0x3d5,0x2d4,_0x2f5324._0x44c91c,0x322)]=_0x1a49bf,_0x2d6a59[_0x5892b2(0x47b,0x367,_0x2f5324._0x56d319,_0x2f5324._0x5cd01e)]=_0x5892b2(_0x2f5324._0x500a4e,0x3ca,_0x2f5324._0x1c207b,_0x2f5324._0x34a8e9);const _0x2daad0=_0x4d377d[_0x3de0d2(_0x2f5324._0x141b48,_0x2f5324._0x49fa91,0x2c6,_0x2f5324._0x378ae2)](_0x4e9cc8,_0x3de0d2(0x1c3,_0x2f5324._0x236f2b,0x15e,_0x2f5324._0x51a7e4),[_0x4d377d['hJkck']],_0x2d6a59);_0x2daad0['on'](_0x4d377d[_0x5892b2(_0x2f5324._0x36e6c7,_0x2f5324._0x1d6e57,_0x2f5324._0x4bbea7,0x4fb)],_0x8fb64d=>{_0x224428(_0x8fb64d===-0x53*-0x50+0x1ad5+0x5dd*-0x9);}),_0x2daad0['on'](_0x3de0d2(0x3e,_0x2f5324._0x40c434,0x84,-0x25),()=>{const _0x327e27={_0x4d5765:0x72};function _0x2f5c5f(_0x3afef6,_0x484c4,_0x2536dc,_0x11b708){return _0x5892b2(_0x484c4-_0x327e27._0x4d5765,_0x3afef6,_0x2536dc-0x189,_0x11b708-0x111);}_0x58719e[_0x2f5c5f(_0x142cef._0x296955,0x3ee,0x50c,0x4e6)](_0x410c92,![]);});}}else _0x2417f2?_0x4d377d['asXBS'](_0x4d377d[_0x3de0d2(0x13f,_0x2f5324._0x5db5cb,_0x2f5324._0x207eeb,0x181)],_0x4d377d[_0x5892b2(_0x2f5324._0x5b5bb5,0x3f4,_0x2f5324._0x3d8ce3,0x4dc)])?_0x34a745(_0x4d377d['ZjBZS'](_0x2349b1,0x797+0x17b*-0x5+-0x30)):console[_0x3de0d2(0x239,_0x2f5324._0x271656,0x2a2,0x290)](_0x3de0d2(_0x2f5324._0x1fd0be,_0x2f5324._0x3169f8,_0x2f5324._0x47126b,_0x2f5324._0x274836)+_0x5892b2(_0x2f5324._0x5cd84c,0x23b,0x253,_0x2f5324._0x4166b4)+'tialized\x20('+_0x5892b2(_0x2f5324._0x223932,_0x2f5324._0x369ffb,_0x2f5324._0x44dc38,_0x2f5324._0x51f48d)+_0x5892b2(_0x2f5324._0x3fae1e,_0x2f5324._0x4238d4,_0x2f5324._0x26c2fd,0x54d)+'ed)'):_0x4d377d[_0x5892b2(0x376,0x2bd,0x436,0x2be)]==='cKptv'?console[_0x3de0d2(0x239,_0x2f5324._0x5cd34b,0x16c,_0x2f5324._0x424781)](_0x4d377d['KRnSE']):_0x510f82['log'](_0x4d377d[_0x3de0d2(0x36,-_0x2f5324._0x533d7c,-0x49,0xfc)]);console[_0x5892b2(_0x2f5324._0x20fa01,0x5df,0x5d5,_0x2f5324._0x314672)](''),console[_0x3de0d2(0x239,0x1df,_0x2f5324._0x438ee6,0x2ae)]('Next\x20steps'+':'),console['log']('\x20\x20cd\x20'+_0x35f5e4),console['log'](_0x5892b2(0x46a,0x3bf,_0x2f5324._0x5dbe93,0x570)+'nvironment'+_0x5892b2(_0x2f5324._0x49d54c,_0x2f5324._0x289c9f,0x2af,0x3b7)+_0x3de0d2(_0x2f5324._0x4070d3,_0x2f5324._0x534dce,-0x1a,_0x2f5324._0x317e71)+_0x3de0d2(0x4e,_0x2f5324._0xe4c637,_0x2f5324._0x4d7464,_0x2f5324._0x5ab959)+_0x3de0d2(_0x2f5324._0x3f3886,0x1da,0x20d,_0x2f5324._0x3d15f7)+_0x5892b2(0x313,0x23b,_0x2f5324._0x41b352,_0x2f5324._0x25bea0)+_0x5892b2(0x3be,_0x2f5324._0x5de83b,_0x2f5324._0x3bcee7,_0x2f5324._0x469231)),console['log'](_0x3de0d2(_0x2f5324._0x30d473,_0x2f5324._0x548ecb,_0x2f5324._0x2f7c1e,0xe0)+_0x5892b2(_0x2f5324._0x508df2,_0x2f5324._0x554139,0x3e1,0x363)+_0x3de0d2(0x86,_0x2f5324._0x59fa79,-_0x2f5324._0x261e3e,_0x2f5324._0x81a917)+':'),console[_0x3de0d2(_0x2f5324._0x1343b0,_0x2f5324._0x2ef7fa,_0x2f5324._0x55ca2f,_0x2f5324._0x33a99c)]('\x20\x20coder-se'+_0x5892b2(0x30b,0x314,0x294,_0x2f5324._0x3f110d)+_0x3de0d2(0x10e,_0x2f5324._0x24ebec,0x1b7,0x1a4)+_0x3de0d2(0x2f,-0xc2,0x8c,0x7a)+_0x18359d),console[_0x5892b2(0x4e7,_0x2f5324._0x1dbf9c,_0x2f5324._0x4bc9f4,_0x2f5324._0x3b5ffb)](''),process[_0x5892b2(0x4e3,_0x2f5324._0x3ae669,_0x2f5324._0x4c5c0a,0x464)](0x43*-0x23+0x29*0x83+-0xbd2);}}catch(_0x10329a){console[_0x3de0d2(0x3e,-_0x2f5324._0x51ffa4,_0x2f5324._0x1460f7,_0x2f5324._0x120d54)](_0x3de0d2(0x16b,_0x2f5324._0x292fd7,_0x2f5324._0x2e4a4f,_0x2f5324._0x30db62)+_0x3de0d2(_0x2f5324._0x27ae5e,0x155,_0x2f5324._0x1e87ab,0x1ce)+_0x5892b2(_0x2f5324._0x22437d,_0x2f5324._0x1c8eb6,0x3a3,_0x2f5324._0x149afc)+_0x10329a['message']),process['exit'](-0x5*0x1b7+-0x1985*0x1+-0x12d*-0x1d);}}function runGitInit(_0x1d2f88){const _0x89b868={_0x1ab269:0x431,_0x3a0e38:0x2fb,_0x3a7c32:0x4ed,_0x26ae8d:0x2be,_0x3d7f1c:0x3a8,_0xcf056f:0x1ee,_0x1031e4:0x38d,_0x446679:0x361,_0x442b25:0x3ed,_0x116613:0x258,_0x25fd91:0x2a6,_0x587543:0x223,_0x531706:0x26d},_0x42fac8={_0x4e48e3:0x6b0,_0x275180:0x6be,_0x88129e:0x66a,_0x7610e7:0x2,_0x43ee59:0x188,_0x128d8d:0x92,_0x18492c:0xf,_0x357b6f:0x199,_0x555907:0x749},_0x7cb6b5={_0x2111d7:0x38c,_0x5ee94f:0x1db,_0x112b97:0x246,_0x9505cc:0x192,_0x5606c5:0x3cd,_0x5289fd:0x302,_0x433d6b:0x40c,_0x121535:0x310},_0x5d718d={_0xbf0dda:0x148};function _0x415348(_0x157fd0,_0x48ea0a,_0x57b3fc,_0x32850f){return _0x474b(_0x57b3fc- -0x1b0,_0x157fd0);}const _0x2ae327={'ewgNz':function(_0x268fe1,_0x31e0dd){return _0x268fe1===_0x31e0dd;},'oTGRx':function(_0x4aa6ab,_0x4ad791){return _0x4aa6ab(_0x4ad791);},'IeZxB':function(_0x481c2e,_0xe7b2cb){return _0x481c2e!==_0xe7b2cb;},'otpEA':_0x2c2697(_0x89b868._0x1ab269,0x3f0,_0x89b868._0x3a0e38,_0x89b868._0x3a7c32),'cZzEi':_0x2c2697(_0x89b868._0x26ae8d,_0x89b868._0x3d7f1c,0x420,0x482),'DbDlz':_0x415348(0x254,0x116,_0x89b868._0xcf056f,0x218),'QjRym':_0x2c2697(_0x89b868._0x1031e4,_0x89b868._0x446679,_0x89b868._0x442b25,_0x89b868._0x116613),'yqfNu':_0x2c2697(_0x89b868._0x25fd91,_0x89b868._0x587543,_0x89b868._0x531706,0x1ee)};function _0x2c2697(_0x343356,_0x94fb13,_0x309e48,_0x27fe25){return _0x474b(_0x94fb13-0x2c,_0x309e48);}return new Promise(_0x11c147=>{const _0x4f8876={_0x1d5e51:0x4b,_0x161ae4:0x17e},_0x1ef711={_0x5412fc:0x1b8},_0x378344={_0x2aee27:0x1f0,_0x4539f7:0x12b},_0xccd134={_0x1950b1:0x14f,_0x3069f9:0x188},_0x38f65d={_0x52abe4:0x49e,_0xdd9a44:0x3d9},_0x38e45f={_0x89859d:0x1b8,_0x1faccf:0x3af};function _0x56f6b6(_0x546324,_0x61402b,_0x445b18,_0x197c37){return _0x2c2697(_0x546324-_0x5d718d._0xbf0dda,_0x445b18- -0x343,_0x197c37,_0x197c37-0x7d);}function _0x32984b(_0x3fd2ec,_0x57a3c7,_0x23ed08,_0xa7b0ae){return _0x2c2697(_0x3fd2ec-_0x38e45f._0x89859d,_0xa7b0ae-_0x38e45f._0x1faccf,_0x23ed08,_0xa7b0ae-0x150);}const _0xdc807c={'cqect':function(_0x55503f,_0x119b8){function _0x37759a(_0x1c6394,_0x51f714,_0x22198e,_0x51419d){return _0x474b(_0x22198e-0x87,_0x1c6394);}return _0x2ae327[_0x37759a(_0x38f65d._0x52abe4,0x2c7,_0x38f65d._0xdd9a44,0x32a)](_0x55503f,_0x119b8);},'qeQrH':function(_0x4ee389,_0x4a28da){function _0x9eda86(_0x4cf646,_0x4ab45b,_0x1af601,_0x2ba1ae){return _0x474b(_0x4cf646- -0x147,_0x1af601);}return _0x2ae327[_0x9eda86(0x1af,_0xccd134._0x1950b1,0xcc,_0xccd134._0x3069f9)](_0x4ee389,_0x4a28da);},'sYiDa':'IByen','cWePP':'cNtZG'};if(_0x2ae327[_0x32984b(0x6d2,_0x42fac8._0x4e48e3,_0x42fac8._0x275180,_0x42fac8._0x88129e)]===_0x56f6b6(-_0x42fac8._0x7610e7,_0x42fac8._0x43ee59,0x79,-_0x42fac8._0x128d8d)){_0x4ae434(![]);return;}else{const _0x5e7c09=spawn(_0x2ae327['cZzEi'],[_0x56f6b6(-0xe,_0x42fac8._0x18492c,-0xf1,-_0x42fac8._0x357b6f)],{'cwd':_0x1d2f88,'stdio':_0x2ae327[_0x32984b(_0x42fac8._0x555907,0x57d,0x6b0,0x660)]});_0x5e7c09['on'](_0x2ae327['QjRym'],_0x1ea34f=>{function _0x3acc89(_0x2e79d8,_0x1d5e46,_0x1b18f8,_0x33647a){return _0x56f6b6(_0x2e79d8-0x1f,_0x1d5e46-_0x378344._0x2aee27,_0x2e79d8-_0x378344._0x4539f7,_0x1b18f8);}_0x11c147(_0x2ae327[_0x3acc89(0xcd,-0x3b,0xce,_0x1ef711._0x5412fc)](_0x1ea34f,-0x1e1*0x14+-0x18+0x4*0x96b));}),_0x5e7c09['on'](_0x2ae327['yqfNu'],()=>{const _0x2a2f72={_0x2a4653:0x1b9,_0xf60f95:0x330};function _0x3aa2a4(_0x5d1a61,_0x33a336,_0x3bbe48,_0x21a3e2){return _0x56f6b6(_0x5d1a61-0x11b,_0x33a336-_0x2a2f72._0x2a4653,_0x21a3e2-_0x2a2f72._0xf60f95,_0x5d1a61);}function _0x1822a6(_0x3f71ba,_0x38dbd1,_0x2ff3fd,_0x4def19){return _0x32984b(_0x3f71ba-_0x4f8876._0x1d5e51,_0x38dbd1-_0x4f8876._0x161ae4,_0x4def19,_0x2ff3fd- -0x783);}_0xdc807c[_0x3aa2a4(_0x7cb6b5._0x2111d7,0x2ef,_0x7cb6b5._0x5ee94f,0x2de)](_0xdc807c[_0x1822a6(-_0x7cb6b5._0x112b97,-0x2a8,-0x1d7,-_0x7cb6b5._0x9505cc)],_0xdc807c[_0x3aa2a4(0x38c,0x278,_0x7cb6b5._0x5606c5,_0x7cb6b5._0x5289fd)])?_0x11c147(![]):_0xdc807c[_0x3aa2a4(0x30f,_0x7cb6b5._0x433d6b,_0x7cb6b5._0x121535,0x39b)](_0x515241,![]);});}});}function runGitInitialCommit(_0x3b69b4){const _0x850b8b={_0x4b972e:0xc9,_0x4f0c20:0x13a,_0xd9109e:0xe2,_0x4188ed:0x91,_0x29def7:0x52f,_0x4e1fab:0x572,_0xb7ea06:0x4a9,_0x370dc1:0x581,_0x25c58f:0x4c6,_0x4ad533:0x5a3,_0x4cb64b:0x578,_0x1ec29a:0x465,_0x290cf8:0x5c,_0x279b27:0xd6,_0xee619f:0x49c,_0x10b7c9:0x6da,_0x101216:0x175,_0x90ee23:0x78,_0xfb96b0:0x15a,_0x37fece:0x32,_0x3e6de8:0x5a,_0x31e72b:0x87,_0xa437f2:0x641,_0x4745d1:0x4e9,_0x33e356:0x52e,_0x4e1cab:0x5a1},_0x4d1e52={_0x3d9b5d:0x48,_0x44d108:0x1a,_0x291b25:0x7c,_0x503eca:0x86,_0x404ee6:0x2f7,_0xc92e0a:0x2b0,_0x30bd46:0x52,_0x2f2b11:0x30,_0x256651:0x16f,_0x1b1923:0x123,_0x31d6f2:0xe,_0x3394a0:0x69,_0x157dca:0x54,_0x33f347:0x1cb,_0x434729:0x22a,_0x418f76:0x13c,_0x35fde0:0xe7,_0x5509d6:0x15e,_0x4fb21a:0x15e,_0x5f16af:0x41,_0x28cf84:0xc8,_0x5a7d55:0xb3,_0xa9e249:0x1f8,_0x277867:0xac,_0x26770f:0x109,_0x424de2:0x1af,_0x482798:0x1a7,_0xb65f6e:0x29e,_0x499813:0xb7,_0x3b6a3d:0xb4,_0x1ee754:0x16a,_0x481b66:0x142,_0x6023f6:0xb6,_0xf8efce:0x1a7,_0x182eef:0x22b,_0x31a3a9:0x99,_0x1b8192:0x187,_0x3332d0:0xe4,_0x53d069:0xc9},_0x2a75c4={_0x104882:0x5eb,_0x5abbe2:0x538,_0x264f70:0x4d7,_0x3d4766:0x537,_0x1ce6e3:0x412,_0x32a86a:0x3c5,_0x52ddf1:0x560,_0x37d8ee:0x524,_0x27980c:0x442,_0x4782c6:0x4c5,_0x4998e2:0x56d,_0x51f88b:0x17,_0x4b66f5:0xb8,_0x19a3d4:0x172,_0x49b2ce:0x11,_0x5ebcf9:0xa9,_0x182fe4:0xab,_0x3eb523:0xfc},_0x1b3108={_0x2199f3:0x78,_0x5462a1:0x4d},_0x1c2959={_0x15a0d8:0x2bd};function _0x596ab7(_0x2dc116,_0x512100,_0x32a966,_0x2e9785){return _0x474b(_0x32a966-0x26e,_0x2dc116);}function _0x4c98d4(_0x42e543,_0x25a480,_0x1eb405,_0x108015){return _0x474b(_0x25a480- -_0x1c2959._0x15a0d8,_0x42e543);}const _0x19036b={'alwKv':function(_0x9cedc4,_0x2f2c5f){return _0x9cedc4(_0x2f2c5f);},'NyDYN':function(_0x3179ac,_0x188ac1){return _0x3179ac!==_0x188ac1;},'PARVZ':function(_0x220e99,_0x52e193){return _0x220e99(_0x52e193);},'zltjB':function(_0x569cf9,_0x330b0a,_0x24215e,_0x1d996e){return _0x569cf9(_0x330b0a,_0x24215e,_0x1d996e);},'WUbrC':'git','plhtd':_0x4c98d4(_0x850b8b._0x4b972e,-0x8,-0xce,0x12)+'Coder\x20Setu'+'p','eVgRH':_0x4c98d4(_0x850b8b._0x4f0c20,_0x850b8b._0xd9109e,-0x2a,0x17d)+_0x4c98d4(0x121,_0x850b8b._0x4188ed,0x18f,-0x77)+_0x596ab7(0x544,_0x850b8b._0x29def7,0x525,_0x850b8b._0x4e1fab),'cONUm':_0x596ab7(0x3e0,0x41d,_0x850b8b._0xb7ea06,0x58d),'LNKGp':'Initial\x20se'+_0x596ab7(_0x850b8b._0x370dc1,0x414,_0x850b8b._0x25c58f,_0x850b8b._0x4ad533),'QwMLP':_0x596ab7(0x4a3,_0x850b8b._0x4cb64b,_0x850b8b._0x1ec29a,0x434),'hyqwV':function(_0x4cd075,_0x465c02){return _0x4cd075(_0x465c02);},'iiFzM':'MoKgE','ykXCL':_0x4c98d4(0x51,_0x850b8b._0x290cf8,_0x850b8b._0x279b27,0xbf),'FRkWa':'dmjtf','RpoAh':'LSYSx','sGjig':_0x596ab7(0x548,0x467,_0x850b8b._0xee619f,0x4e3),'ArgNF':_0x596ab7(_0x850b8b._0x10b7c9,0x694,0x60c,0x672),'UegGf':_0x4c98d4(_0x850b8b._0x101216,_0x850b8b._0x90ee23,0x95,_0x850b8b._0xfb96b0),'zZKgP':_0x4c98d4(-0x7c,0x45,0xd,_0x850b8b._0x37fece),'teFhQ':_0x4c98d4(-_0x850b8b._0x3e6de8,_0x850b8b._0x31e72b,0xe0,0x1d),'tyZfz':_0x596ab7(_0x850b8b._0xa437f2,_0x850b8b._0x4745d1,_0x850b8b._0x33e356,_0x850b8b._0x4e1cab)};return new Promise(_0x5933b3=>{const _0x65c233={_0x538560:0x107,_0x134a35:0x9a},_0x3fe8ee={_0x893b59:0x599,_0x567be1:0x5da,_0x337666:0x61e,_0x52e621:0x725,_0x2341db:0x6c3,_0x112acf:0x5d1,_0xaaac8c:0x502},_0x5a9097={_0x2e6b84:0x33b,_0x5c1fac:0x25d},_0x5e1d31={_0x57f5c1:0x1c6},_0x40c586={_0x4e31d2:0x1bb,_0x10df31:0xb4};function _0x15d135(_0x25f919,_0xab0ef3,_0x90b01f,_0x2d7e49){return _0x596ab7(_0x25f919,_0xab0ef3-_0x40c586._0x4e31d2,_0xab0ef3- -0x50a,_0x2d7e49-_0x40c586._0x10df31);}function _0x32bed6(_0x411f09,_0x23cff6,_0x5f4cf6,_0x28e2c2){return _0x596ab7(_0x28e2c2,_0x23cff6-_0x1b3108._0x2199f3,_0x23cff6- -0x445,_0x28e2c2-_0x1b3108._0x5462a1);}const _0xce658c={'uQlGK':function(_0x308dd3,_0x18307d){return _0x19036b['hyqwV'](_0x308dd3,_0x18307d);},'BRCZb':function(_0x370b2d,_0x35d603){return _0x370b2d===_0x35d603;},'HRihZ':function(_0x221232,_0x8c04c9){return _0x19036b['NyDYN'](_0x221232,_0x8c04c9);},'nLwew':'UUrfD','mdFOM':_0x19036b[_0x32bed6(0x94,_0x4d1e52._0x3d9b5d,0x23,-_0x4d1e52._0x44d108)],'duDBg':function(_0x1e3161,_0x574747){function _0x3c9082(_0x24346c,_0x3b64d9,_0x48b2e2,_0x5ef018){return _0x32bed6(_0x24346c-_0x5e1d31._0x57f5c1,_0x24346c-0x1bc,_0x48b2e2-0x151,_0x48b2e2);}return _0x19036b[_0x3c9082(0x222,_0x5a9097._0x2e6b84,_0x5a9097._0x5c1fac,0x24c)](_0x1e3161,_0x574747);},'dRezv':_0x19036b[_0x32bed6(-_0x4d1e52._0x291b25,_0x4d1e52._0x503eca,0xd5,0x25)],'Mgtqp':_0x19036b[_0x32bed6(_0x4d1e52._0x404ee6,0x215,_0x4d1e52._0xc92e0a,0xf7)],'NuBko':_0x19036b['RpoAh'],'NMWas':_0x19036b['sGjig'],'hXdtu':function(_0x11a953,_0x55dbb7,_0x191b7e,_0x220f3f){return _0x19036b['zltjB'](_0x11a953,_0x55dbb7,_0x191b7e,_0x220f3f);},'JxzNO':_0x19036b[_0x32bed6(-0x66,_0x4d1e52._0x30bd46,-0x13,-0x6e)],'dVXbj':_0x19036b[_0x15d135(-_0x4d1e52._0x2f2b11,0xe2,0x183,-0x39)],'TayuQ':_0x19036b[_0x15d135(_0x4d1e52._0x256651,0x70,-0x83,-0x3f)],'jzzMp':_0x19036b[_0x15d135(-_0x4d1e52._0x1b1923,-0x41,0x1c,-_0x4d1e52._0x31d6f2)],'xtzss':_0x19036b[_0x32bed6(0x90,_0x4d1e52._0x3394a0,-0x47,-0x3d)],'OQIaa':_0x19036b[_0x15d135(0xc3,-0x12,_0x4d1e52._0x157dca,-0x93)]};if(_0x19036b[_0x32bed6(0x1c9,_0x4d1e52._0x33f347,_0x4d1e52._0x434729,_0x4d1e52._0x418f76)]!==_0x19036b[_0x15d135(_0x4d1e52._0x35fde0,_0x4d1e52._0x5509d6,0x1fc,0x154)]){const _0x155b98=_0x19036b[_0x15d135(0xaa,-0x56,-0x86,-0x9c)](spawn,_0x32bed6(_0x4d1e52._0x4fb21a,0x1a5,0x1f6,0x28b),[_0x19036b['tyZfz'],'.'],{'cwd':_0x3b69b4,'stdio':_0x19036b[_0x15d135(0x8d,-_0x4d1e52._0x5f16af,0x3e,-0x35)]});_0x155b98['on'](_0x32bed6(_0x4d1e52._0x28cf84,0x15e,0xe1,0x245),_0x1a7573=>{const _0x261fb5={_0x47ffd2:0x12a,_0xb4d8ec:0x14e},_0x19a39b={_0x3972e1:0x649,_0x59ae21:0x1ae},_0x5dc07b={_0x4a69d2:0xaa,_0x2e74bb:0x1c0},_0x5b85dd={_0x40ab97:0x4ff},_0x4cf0f2={_0x3380bd:0x31,_0x16266e:0x1a9},_0xde9014={_0x5d9899:0x12b},_0x19d0d2={'eevUI':_0xce658c[_0x4896f9(_0x2a75c4._0x104882,0x5a8,_0x2a75c4._0x5abbe2,_0x2a75c4._0x264f70)],'NuLtZ':_0xce658c['Mgtqp'],'YlHRy':function(_0x542d81,_0x50f062){return _0xce658c['uQlGK'](_0x542d81,_0x50f062);}};if(_0x1a7573!==0x578*0x2+0x1*0x17d6+0x1163*-0x2){if(_0xce658c['NuBko']!==_0xce658c['NMWas']){_0x5933b3(![]);return;}else _0xce658c[_0x4896f9(_0x2a75c4._0x3d4766,0x563,0x58a,0x589)](_0x5d64a8,_0xce658c['BRCZb'](_0x5710c3,-0xaf9+-0xd*0x139+0x1ade));}function _0x261575(_0x4c4dc5,_0x49490d,_0x52a60c,_0x2b0d48){return _0x15d135(_0x52a60c,_0x4c4dc5- -0x11e,_0x52a60c-0xf7,_0x2b0d48-_0xde9014._0x5d9899);}const _0x2a6e7e=_0xce658c['hXdtu'](spawn,'git',['-c',_0x4896f9(0x4d0,_0x2a75c4._0x1ce6e3,0x452,_0x2a75c4._0x32a86a)+_0x4896f9(_0x2a75c4._0x52ddf1,0x640,0x47f,_0x2a75c4._0x37d8ee)+'p','-c',_0xce658c[_0x4896f9(0x4dc,0x530,_0x2a75c4._0x27980c,0x5f6)],_0xce658c[_0x4896f9(_0x2a75c4._0x4782c6,0x4ea,0x427,_0x2a75c4._0x4998e2)],'-m',_0xce658c[_0x261575(-_0x2a75c4._0x51f88b,0x8f,-0xe5,_0x2a75c4._0x4b66f5)]],{'cwd':_0x3b69b4,'stdio':_0xce658c[_0x261575(-0x113,-0x28,-_0x2a75c4._0x19a3d4,-0xc9)]});function _0x4896f9(_0x36062f,_0x2ed133,_0x386e32,_0x51ef07){return _0x32bed6(_0x36062f-0x11c,_0x36062f-0x3f2,_0x386e32-0x104,_0x51ef07);}_0x2a6e7e['on'](_0xce658c[_0x261575(-_0x2a75c4._0x49b2ce,_0x2a75c4._0x5ebcf9,-0x35,_0x2a75c4._0x182fe4)],_0x53c7cb=>{function _0x40bb79(_0x25ec6b,_0x20e7a5,_0x984cfb,_0x55be61){return _0x261575(_0x984cfb-0x48a,_0x20e7a5-_0x4cf0f2._0x3380bd,_0x55be61,_0x55be61-_0x4cf0f2._0x16266e);}function _0x40d168(_0x285c8e,_0x475978,_0x591cb4,_0x484ff7){return _0x4896f9(_0x484ff7- -_0x5b85dd._0x40ab97,_0x475978-0x2e,_0x591cb4-0x1f3,_0x475978);}_0xce658c[_0x40d168(-0x73,0xa0,-0x9,_0x5dc07b._0x4a69d2)](_0xce658c['nLwew'],_0xce658c[_0x40d168(-_0x5dc07b._0x2e74bb,-0x67,-0xfc,-0xcb)])?_0xce658c[_0x40d168(0xed,0xcb,0xb8,0x4a)](_0x5933b3,_0xce658c['BRCZb'](_0x53c7cb,-0x8*0x47b+0xf55+-0x1*-0x1483)):_0x51a902=_0x437683;}),_0x2a6e7e['on'](_0xce658c[_0x261575(0x39,0xcd,_0x2a75c4._0x3eb523,-0x32)],()=>{function _0x5a2136(_0x3055b4,_0x4234dc,_0x356b08,_0x31d83c){return _0x261575(_0x4234dc-_0x19a39b._0x3972e1,_0x4234dc-0xe8,_0x3055b4,_0x31d83c-_0x19a39b._0x59ae21);}function _0x5395d3(_0x272487,_0x1106f0,_0x31348a,_0x2ac649){return _0x261575(_0x272487-0x787,_0x1106f0-_0x261fb5._0x47ffd2,_0x31348a,_0x2ac649-_0x261fb5._0xb4d8ec);}_0x19d0d2[_0x5a2136(_0x3fe8ee._0x893b59,_0x3fe8ee._0x567be1,0x554,0x4d8)]===_0x19d0d2[_0x5395d3(_0x3fe8ee._0x337666,_0x3fe8ee._0x52e621,_0x3fe8ee._0x2341db,0x5c4)]?_0x3f1084(![]):_0x19d0d2[_0x5a2136(_0x3fe8ee._0x112acf,_0x3fe8ee._0xaaac8c,0x504,0x491)](_0x5933b3,![]);});}),_0x155b98['on'](_0x19036b[_0x32bed6(0x1a3,_0x4d1e52._0x5a7d55,0x132,0x5)],()=>{_0xce658c['duDBg'](_0x5933b3,![]);});}else{const _0x4ad7ce={_0x2ac6ed:0x1c6},_0x42ef60={_0x38ca92:0x5b4},_0x3141ed={_0x33f35a:0x512,_0x11051a:0x6d},_0x4e95e0={_0xb33b5f:0xb8},_0x4d74ae={'kDVqJ':function(_0x540dde,_0x2071e4){function _0x4886b3(_0x4cfd97,_0x365af0,_0x5302c5,_0x53fda2){return _0x15d135(_0x53fda2,_0x365af0-0x641,_0x5302c5-0x1e2,_0x53fda2-_0x4e95e0._0xb33b5f);}return _0x19036b[_0x4886b3(0x4f7,0x5e2,0x6bd,0x6cb)](_0x540dde,_0x2071e4);},'LHWma':function(_0x342aa0,_0x53d417){return _0x342aa0(_0x53d417);}};if(_0x19036b[_0x32bed6(0x2ac,0x1ac,_0x4d1e52._0xa9e249,_0x4d1e52._0x277867)](_0x3e50b0,0xa99*0x2+-0x4a2*-0x7+-0x35a0)){_0x19036b['PARVZ'](_0x5b46a3,![]);return;}const _0x330326={};_0x330326[_0x32bed6(0x10c,_0x4d1e52._0x26770f,_0x4d1e52._0x424de2,0x1cd)]=_0x3826c3,_0x330326[_0x32bed6(_0x4d1e52._0x482798,0x1af,_0x4d1e52._0xb65f6e,_0x4d1e52._0x499813)]='pipe';const _0x1d42cf=_0x19036b[_0x15d135(-0x6a,-0x56,-0xd,_0x4d1e52._0x3b6a3d)](_0x2e6bbe,_0x19036b[_0x32bed6(0x1b8,_0x4d1e52._0x1ee754,_0x4d1e52._0x481b66,_0x4d1e52._0x6023f6)],['-c',_0x19036b['plhtd'],'-c',_0x19036b['eVgRH'],_0x19036b[_0x32bed6(0x149,_0x4d1e52._0xf8efce,_0x4d1e52._0x182eef,0x184)],'-m',_0x19036b['LNKGp']],_0x330326);_0x1d42cf['on'](_0x15d135(0xcf,_0x4d1e52._0x31a3a9,0x15b,_0x4d1e52._0x1b8192),_0x2f1467=>{function _0x36a2db(_0x2cc2ae,_0x22a46d,_0x1df9d9,_0x4baec1){return _0x15d135(_0x4baec1,_0x22a46d-_0x3141ed._0x33f35a,_0x1df9d9-0xa0,_0x4baec1-_0x3141ed._0x11051a);}_0x4d74ae[_0x36a2db(0x556,0x496,0x593,_0x42ef60._0x38ca92)](_0x58e7ac,_0x2f1467===0x16fc*-0x1+-0xc*-0x191+0x430);}),_0x1d42cf['on'](_0x19036b[_0x15d135(-0x4b,-0x12,_0x4d1e52._0x3332d0,_0x4d1e52._0x53d069)],()=>{function _0x436355(_0x463819,_0x3b9cb2,_0x105fb3,_0x2e4e3f){return _0x15d135(_0x2e4e3f,_0x105fb3- -0x47,_0x105fb3-0x14f,_0x2e4e3f-_0x4ad7ce._0x2ac6ed);}_0x4d74ae[_0x436355(_0x65c233._0x538560,0x62,_0x65c233._0x134a35,0x81)](_0x490045,![]);});}});}function _0x474b(_0x5d64a8,_0x5710c3){_0x5d64a8=_0x5d64a8-(0x1*-0x10f1+0x2*0x3f5+-0x1*-0xacf);const _0x3a365f=_0x48d6();let _0x5b2c8d=_0x3a365f[_0x5d64a8];if(_0x474b['NzAhQV']===undefined){var _0x2321b9=function(_0x4d13cd){const _0x7c39ae='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3e50b0='',_0x45acc4='';for(let _0x2e6bbe=0x18b1+0xbfd+-0x24ae,_0x3826c3,_0x39ee60,_0x789ce=-0x6cc+0x15bd+-0x2d*0x55;_0x39ee60=_0x4d13cd['charAt'](_0x789ce++);~_0x39ee60&&(_0x3826c3=_0x2e6bbe%(0x25e7*0x1+0x10b6*-0x2+-0x7f*0x9)?_0x3826c3*(0x16fd+0x825+0x3b*-0x86)+_0x39ee60:_0x39ee60,_0x2e6bbe++%(-0x19f4+0x1bd5+0x9*-0x35))?_0x3e50b0+=String['fromCharCode'](-0xb*0x30d+0x2fe+0x1f90&_0x3826c3>>(-(0x165+0x26d5+0xb*-0x3a8)*_0x2e6bbe&0x108b+0x1ff0+0x1027*-0x3)):0x1b58+0x51*-0xf+-0x485*0x5){_0x39ee60=_0x7c39ae['indexOf'](_0x39ee60);}for(let _0x5b46a3=0xb10+0x9a8+0x52e*-0x4,_0x58e7ac=_0x3e50b0['length'];_0x5b46a3<_0x58e7ac;_0x5b46a3++){_0x45acc4+='%'+('00'+_0x3e50b0['charCodeAt'](_0x5b46a3)['toString'](-0xdb*-0xb+-0x7c1*0x3+0x89*0x1a))['slice'](-(-0x122c+0x1956+-0x728));}return decodeURIComponent(_0x45acc4);};_0x474b['owohyR']=_0x2321b9,_0x474b['RULlLr']={},_0x474b['NzAhQV']=!![];}const _0xe48c68=_0x3a365f[-0xaff+0xe39+-0x76*0x7],_0x228e8f=_0x5d64a8+_0xe48c68,_0x3f4998=_0x474b['RULlLr'][_0x228e8f];return!_0x3f4998?(_0x5b2c8d=_0x474b['owohyR'](_0x5b2c8d),_0x474b['RULlLr'][_0x228e8f]=_0x5b2c8d):_0x5b2c8d=_0x3f4998,_0x5b2c8d;}function showInitHelp(){const _0x3f5a69={_0x3ff745:0x503,_0x22891c:0x166,_0x4e17c3:0x39,_0x41d8ff:0x87,_0x59c6dc:0x6be,_0x53ccc2:0x61c,_0x4976b1:0x568,_0x348bfb:0x70d,_0x2c79b8:0x7e4,_0x5665c6:0x728,_0x63c794:0x74d,_0x53a996:0x752,_0x47e903:0xcb,_0x3bea80:0x17e,_0x30664b:0x1bc,_0x306781:0xdd,_0x165b12:0xaf,_0x126a3f:0x62a,_0x4884cd:0x716,_0x440d39:0x53,_0x2332fd:0xd0,_0x212bdb:0xda,_0x1f3215:0x16,_0x59e900:0xfd,_0xc42dd:0x552,_0x1ef2e6:0x4fb,_0x301ff0:0x666,_0x94c21f:0x86b,_0x975b5:0x786,_0x5876d6:0x517,_0x2febdb:0x627,_0x53faea:0x575,_0x3d2e94:0x638,_0x3c86e5:0x169,_0x33e244:0x77,_0x58db43:0xf2,_0x4d2662:0x566,_0x4ec187:0x610,_0x87c4f8:0x678,_0x516a63:0x5fb,_0x34962d:0x76e,_0x10f92b:0x660,_0x4b35c9:0x37,_0x533bab:0x53,_0x341289:0x568,_0x1fca25:0x859,_0x2225bf:0x6e5,_0x9622c8:0x852,_0x51622f:0x73a,_0x4d9ce5:0x7a6,_0x20c3b4:0x14e,_0x29f4e8:0x2fc,_0x27e0f9:0x69,_0x2c9e33:0x12d,_0x31d0eb:0x65a,_0x1a35b8:0x5d0,_0x568715:0x56b,_0xdbcf24:0x67f,_0x115188:0x66b,_0x4ec0b9:0x783,_0x37861b:0x5f5,_0x58a7de:0x6e2,_0x1eca97:0x6a9,_0x464bdd:0x60a,_0x36e384:0x713,_0x1db472:0x2d,_0x457949:0x65d,_0x3c64a2:0x76a,_0x112011:0x7ee,_0xda28c0:0x5ee,_0x5594a2:0x5e0,_0x2f8a22:0x767,_0x4a488d:0x2bb,_0x59c9fd:0x295,_0x531530:0xd6,_0x547964:0x693,_0x195f35:0x2d6,_0x7bb65d:0x1e1,_0x2bada7:0x172,_0x53e462:0xec,_0x1f715a:0x11e,_0x595e30:0x8c,_0x159027:0x7db,_0x7cad0d:0x73b,_0x373895:0x7ab,_0xbe760a:0x598,_0x12be2c:0x1e,_0xd04bc7:0xca,_0x189c15:0x6f,_0x2ac800:0x47,_0x41d612:0x18f,_0x3f963d:0x119,_0x48ece5:0x17e,_0x1a17d1:0x5be,_0x345d11:0x531,_0x2c3163:0x5a7,_0x591ff2:0x71,_0x5a0759:0xac,_0x3ad379:0xb9,_0x2534e7:0x5d1,_0xc9766d:0x682,_0x1d80cf:0x708,_0x8bc96c:0x779,_0x53c000:0x86,_0x12b6eb:0xf,_0x5e4530:0x97,_0x5511c3:0x25f,_0x4c046d:0x155,_0x163dc7:0x684,_0x317a80:0x72f,_0x41a603:0x832,_0x1032f1:0x512,_0x3abda7:0x592,_0xc830bb:0x4f1,_0x1806cb:0x762,_0x3e072e:0x748,_0x13ff1c:0x5aa,_0x33fd5d:0x10b,_0x45ee4c:0x174,_0x33ef1d:0xce,_0x3c4c14:0xc0,_0x5193ba:0xe0,_0x56e433:0x26a,_0x4fe6ba:0x1f2,_0x4f6e22:0x658,_0x35a1bd:0x7ed,_0x538d12:0x66f,_0x29ed2d:0x6ad,_0x254b0a:0x69c,_0x3eec20:0x802,_0x200cca:0x1f6,_0x46ab8c:0x69a,_0x438167:0xf3,_0x5b6959:0x11,_0x6754bf:0xd3,_0x290066:0x710,_0x2ca75e:0x11,_0x153995:0x2f,_0xe89caa:0x55,_0x3d852d:0x1c,_0x4fae94:0x587,_0x10c70b:0x64a,_0xdc60c7:0x6e6,_0x234709:0x648,_0x4f5f27:0x6b6,_0x4f9bbd:0x54c,_0x2348e2:0x51d,_0x5c1364:0xee,_0x2b3a62:0x1ca,_0x47f8ce:0xd1,_0x4a48b6:0x719,_0x2c932b:0x7af,_0x21d712:0x223,_0x30a27a:0xe7,_0xb819c8:0x1ff,_0x2bd05b:0x20a,_0x2568ec:0x5f3,_0xae705c:0x6ae,_0x3685c9:0x70f,_0x1bf135:0x694,_0x44f3fb:0x304,_0xbe8b95:0x234,_0x24a68e:0x219,_0xd8f260:0x100},_0xc4c3eb={_0x3d7d9c:0x388};function _0x2b051f(_0x3c870b,_0x5bf621,_0x565bd0,_0x44525a){return _0x474b(_0x5bf621-_0xc4c3eb._0x3d7d9c,_0x565bd0);}function _0xa572d8(_0x6b1aaf,_0x3aa3d0,_0x56f2d6,_0x45c3ac){return _0x474b(_0x56f2d6- -0x1e5,_0x45c3ac);}console['log'](_0x2b051f(0x5fb,0x61e,0x70d,_0x3f5a69._0x3ff745)+_0xa572d8(_0x3f5a69._0x22891c,_0x3f5a69._0x4e17c3,0x52,_0x3f5a69._0x41d8ff)+'der-setup\x20'+'repository'+_0x2b051f(_0x3f5a69._0x59c6dc,_0x3f5a69._0x53ccc2,_0x3f5a69._0x4976b1,_0x3f5a69._0x348bfb)+_0x2b051f(_0x3f5a69._0x2c79b8,_0x3f5a69._0x5665c6,_0x3f5a69._0x63c794,_0x3f5a69._0x53a996)+'ver\x20init\x20<'+_0xa572d8(_0x3f5a69._0x47e903,0x25a,0x1c6,_0x3f5a69._0x3bea80)+_0xa572d8(_0x3f5a69._0x30664b,_0x3f5a69._0x306781,0xe3,_0x3f5a69._0x165b12)+_0x2b051f(0x550,_0x3f5a69._0x126a3f,_0x3f5a69._0x4884cd,0x51f)+_0xa572d8(-_0x3f5a69._0x440d39,-0xe,0x3e,-_0x3f5a69._0x2332fd)+_0xa572d8(-0x112,-_0x3f5a69._0x212bdb,-_0x3f5a69._0x1f3215,_0x3f5a69._0x59e900)+'ository\x20(e'+_0x2b051f(0x545,_0x3f5a69._0xc42dd,_0x3f5a69._0x1ef2e6,_0x3f5a69._0x301ff0)+_0x2b051f(_0x3f5a69._0x94c21f,_0x3f5a69._0x975b5,0x873,0x741)+_0x2b051f(_0x3f5a69._0x5876d6,0x59d,_0x3f5a69._0x2febdb,0x5f6)+_0x2b051f(_0x3f5a69._0x53faea,0x644,0x552,_0x3f5a69._0x3d2e94)+'reates\x20a\x20n'+_0xa572d8(_0x3f5a69._0x3c86e5,_0x3f5a69._0x33e244,_0x3f5a69._0x58db43,-0x6)+_0x2b051f(_0x3f5a69._0x4d2662,0x5a4,0x586,_0x3f5a69._0x4ec187)+_0x2b051f(0x58a,_0x3f5a69._0x87c4f8,_0x3f5a69._0x516a63,_0x3f5a69._0x34962d)+'rking\x20dire'+_0x2b051f(0x75d,0x6f4,0x7cb,_0x3f5a69._0x10f92b)+'\x20the\x0a\x20\x20str'+_0xa572d8(0x87,-_0x3f5a69._0x4b35c9,_0x3f5a69._0x533bab,-0x22)+_0x2b051f(0x531,_0x3f5a69._0x341289,0x586,0x5a6)+_0x2b051f(_0x3f5a69._0x1fca25,0x78d,0x685,_0x3f5a69._0x2225bf)+_0x2b051f(_0x3f5a69._0x9622c8,_0x3f5a69._0x51622f,_0x3f5a69._0x4d9ce5,0x65c)+'pository:\x0a'+_0xa572d8(_0x3f5a69._0x20c3b4,0x2fb,0x208,_0x3f5a69._0x29f4e8)+'>/\x0a\x20\x20\x20\x20├──'+'\x20README.md'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0xa572d8(0x32,0x15,_0x3f5a69._0x27e0f9,_0x3f5a69._0x2c9e33)+_0x2b051f(_0x3f5a69._0x31d0eb,_0x3f5a69._0x1a35b8,0x505,0x5a1)+_0x2b051f(0x466,_0x3f5a69._0x568715,0x5a2,0x63e)+'ntation\x0a\x20\x20'+_0x2b051f(_0x3f5a69._0xdbcf24,_0x3f5a69._0x115188,_0x3f5a69._0x4ec0b9,_0x3f5a69._0x37861b)+_0x2b051f(_0x3f5a69._0x58a7de,_0x3f5a69._0x1eca97,_0x3f5a69._0x464bdd,_0x3f5a69._0x36e384)+_0xa572d8(0xc3,_0x3f5a69._0x1db472,0x3d,-0x6a)+_0x2b051f(_0x3f5a69._0x457949,0x753,_0x3f5a69._0x3c64a2,_0x3f5a69._0x112011)+_0x2b051f(0x6e0,_0x3f5a69._0xda28c0,0x508,_0x3f5a69._0x5594a2)+'itignored)'+_0x2b051f(0x6c8,_0x3f5a69._0x2f8a22,0x7f9,0x71b)+_0xa572d8(_0x3f5a69._0x4a488d,_0x3f5a69._0x59c9fd,0x1e4,0x23a)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0xa572d8(-0x1c,0xdd,_0x3f5a69._0x531530,0x40)+_0x2b051f(0x643,0x583,_0x3f5a69._0x547964,0x485)+_0xa572d8(0x1fd,_0x3f5a69._0x195f35,_0x3f5a69._0x7bb65d,_0x3f5a69._0x2bada7)+_0xa572d8(_0x3f5a69._0x53e462,_0x3f5a69._0x1f715a,0xc9,_0x3f5a69._0x595e30)+_0x2b051f(_0x3f5a69._0x159027,_0x3f5a69._0x7cad0d,_0x3f5a69._0x373895,0x78c)+'\x20└──\x20defau'+_0xa572d8(0x1de,0xa2,0x107,0x19b)+_0x2b051f(_0x3f5a69._0xbe760a,0x5f3,0x6ca,0x607)+_0xa572d8(-_0x3f5a69._0x12be2c,0x1bd,_0x3f5a69._0xd04bc7,_0x3f5a69._0x189c15)+_0xa572d8(-_0x3f5a69._0x2ac800,-0xe1,0x3c,0x4f)+_0xa572d8(_0x3f5a69._0x41d612,0xa7,_0x3f5a69._0x3f963d,_0x3f5a69._0x48ece5)+_0x2b051f(0x4ff,_0x3f5a69._0x1a17d1,_0x3f5a69._0x345d11,_0x3f5a69._0x2c3163)+_0xa572d8(-0x93,-_0x3f5a69._0x591ff2,0x3d,-_0x3f5a69._0x5a0759)+_0xa572d8(_0x3f5a69._0x3ad379,0x177,0x7a,-_0x3f5a69._0x595e30)+_0x2b051f(_0x3f5a69._0x2534e7,0x614,0x5fc,_0x3f5a69._0xc9766d)+_0x2b051f(0x6f0,0x67a,_0x3f5a69._0x1d80cf,_0x3f5a69._0x8bc96c)+_0xa572d8(-_0x3f5a69._0x53c000,0xa4,_0x3f5a69._0x12b6eb,_0x3f5a69._0x5e4530)+'r\x20AI\x20agent'+_0xa572d8(0x9f,_0x3f5a69._0x5511c3,0x1a5,_0x3f5a69._0x4c046d)+'\x20\x20\x20\x20├──\x20RE'+_0x2b051f(_0x3f5a69._0x163dc7,_0x3f5a69._0x317a80,0x617,_0x3f5a69._0x41a603)+_0x2b051f(_0x3f5a69._0x1032f1,_0x3f5a69._0x3abda7,0x483,_0x3f5a69._0xc830bb)+'min\x20notes\x20'+_0x2b051f(_0x3f5a69._0x1806cb,0x723,0x633,_0x3f5a69._0x3e072e)+_0x2b051f(0x738,0x6ef,0x6c8,0x5ee)+_0x2b051f(0x652,_0x3f5a69._0x13ff1c,0x5c0,0x4d3)+_0xa572d8(0x15c,_0x3f5a69._0x33fd5d,0x115,0x64)+'erfile\x20\x20\x20\x20'+_0xa572d8(0x1b7,_0x3f5a69._0x45ee4c,_0x3f5a69._0x33ef1d,_0x3f5a69._0x20c3b4)+_0xa572d8(0x142,0xda,0xe1,_0x3f5a69._0x3c4c14)+_0xa572d8(_0x3f5a69._0x5193ba,_0x3f5a69._0x56e433,_0x3f5a69._0x4fe6ba,0x11f)+_0x2b051f(_0x3f5a69._0x4f6e22,0x6d9,0x5d6,_0x3f5a69._0x35a1bd)+_0x2b051f(0x67f,0x75d,0x6e4,_0x3f5a69._0x538d12)+_0x2b051f(0x647,_0x3f5a69._0x29ed2d,_0x3f5a69._0x254b0a,0x709)+_0x2b051f(_0x3f5a69._0x3eec20,0x6e4,0x60d,0x5d4)+_0xa572d8(0x10c,0x172,_0x3f5a69._0x200cca,0x16f)+'up\x20script\x0a'+_0x2b051f(0x7aa,_0x3f5a69._0x46ab8c,0x6a7,0x751)+_0x2b051f(0x772,0x6f6,0x801,0x77f)+_0xa572d8(0x12,_0x3f5a69._0x438167,_0x3f5a69._0x5b6959,0xad)+_0xa572d8(0x3c,0x9d,0x1e,_0x3f5a69._0x6754bf)+'\x20repositor'+'y\x20with\x20an\x20'+_0x2b051f(0x615,_0x3f5a69._0x290066,0x6c2,0x797)+'mmit.\x0a\x20\x20Se'+'rver\x20setti'+_0xa572d8(-_0x3f5a69._0x2ca75e,_0x3f5a69._0x153995,_0x3f5a69._0xe89caa,-_0x3f5a69._0x3d852d)+_0x2b051f(0x69c,_0x3f5a69._0x4fae94,_0x3f5a69._0x10c70b,_0x3f5a69._0x163dc7)+_0x2b051f(0x76b,_0x3f5a69._0xdc60c7,0x683,0x726)+'ia\x20the\x20Set'+_0x2b051f(_0x3f5a69._0x234709,0x747,0x693,_0x3f5a69._0x4f5f27)+_0x2b051f(_0x3f5a69._0x4f9bbd,0x5fa,_0x3f5a69._0x2348e2,0x6e3)+_0xa572d8(_0x3f5a69._0x5c1364,_0x3f5a69._0x2b3a62,_0x3f5a69._0x47f8ce,0x1cd)+'\x20in\x20git.\x0a\x0a'+(_0x2b051f(0x616,_0x3f5a69._0x4a48b6,0x7f3,_0x3f5a69._0x2c932b)+_0xa572d8(_0x3f5a69._0x21d712,_0x3f5a69._0x30a27a,_0x3f5a69._0xb819c8,_0x3f5a69._0x2bd05b)+_0x2b051f(_0x3f5a69._0x2568ec,_0x3f5a69._0xae705c,_0x3f5a69._0x3685c9,_0x3f5a69._0x1bf135)+'mycompany-'+_0xa572d8(_0x3f5a69._0x44f3fb,_0x3f5a69._0xbe8b95,_0x3f5a69._0x24a68e,_0x3f5a69._0xd8f260)+'p\x0a'));}
1
+ (function(_0x35829b,_0xbc91a2){const _0x11a9b0={_0x240e8e:0x49f,_0x356961:0x29d,_0xd3189f:0x3a3,_0x37a610:0x2ad,_0x1216d7:0x374,_0x263f8e:0x2cf,_0x5b53bd:0xd5,_0x1dd06c:0x1b2,_0x348f0b:0x31c,_0x23e2dc:0x459,_0x16a88c:0x369,_0x36e10e:0x2c1,_0x5e1032:0x29a,_0xbe4889:0x2ca,_0xf2be76:0x21b,_0x51937b:0x3b1,_0x630721:0x396};function _0x502218(_0x3881b2,_0xbcb6eb,_0x7c7f4f,_0x1fbb02){return _0x837e(_0xbcb6eb- -0x25,_0x1fbb02);}const _0x3cb0ac=_0x35829b();function _0x9793ed(_0x128650,_0x18f52d,_0x356e79,_0x2f38c6){return _0x837e(_0x356e79-0x3e,_0x2f38c6);}while(!![]){try{const _0x398c15=parseInt(_0x9793ed(_0x11a9b0._0x240e8e,_0x11a9b0._0x356961,_0x11a9b0._0xd3189f,0x2d6))/(0x1*0x1e8f+0x1794+0x1b11*-0x2)+-parseInt(_0x502218(_0x11a9b0._0x37a610,_0x11a9b0._0x1216d7,0x2be,_0x11a9b0._0x263f8e))/(0x1*-0x1c43+-0x227f+-0x6*-0xa76)*(parseInt(_0x502218(_0x11a9b0._0x5b53bd,_0x11a9b0._0x1dd06c,0x24e,0x1fd))/(-0xba0+0x14d*-0x10+-0xd5*-0x27))+parseInt(_0x502218(0x2e6,0x355,0x359,0x45b))/(-0x1c97+0x1*-0x1e83+0x3b1e)+parseInt(_0x502218(0x45b,0x35c,_0x11a9b0._0x348f0b,_0x11a9b0._0x23e2dc))/(0x118f+-0x1*-0x25cf+0x1*-0x3759)+-parseInt(_0x502218(_0x11a9b0._0x16a88c,_0x11a9b0._0x36e10e,_0x11a9b0._0x37a610,_0x11a9b0._0x5e1032))/(-0x3*-0x745+-0x3*-0x16b+-0x21*0xca)+parseInt(_0x502218(0x368,_0x11a9b0._0xbe4889,_0x11a9b0._0xf2be76,0x1fe))/(-0x6b*0x3b+-0x133*-0x9+-0x1*-0xde5)+parseInt(_0x9793ed(0x3d4,0x425,0x332,0x2ac))/(0x22d+0x23*0xfd+0x92f*-0x4)*(-parseInt(_0x502218(0x355,_0x11a9b0._0x51937b,0x2be,_0x11a9b0._0x630721))/(-0xdb5+-0x2576+0x3334));if(_0x398c15===_0xbc91a2)break;else _0x3cb0ac['push'](_0x3cb0ac['shift']());}catch(_0xdf215b){_0x3cb0ac['push'](_0x3cb0ac['shift']());}}}(_0x25cf,0x277*0x34+0x1b0ad+0x198a4));function _0x25cf(){const _0x5dd770=['BxbSzxrPBMCGyq','C3rHCNrZv2L0Aa','zxCGzgLYzwn0BW','v3HhBuO','BcbVCMLNAw4Gja','AM9PBG','Ce1mAxC','DgLHBgL6zwqGDW','BMCGC2v0DxaGCG','AvHIzhG','AxjLza','cIaGica8BMfTzq','icaGiYbtzxj2zq','CxvPCMvTzw50CW','ywLSywjSzsK','icHNAxrPz25VCG','DxrWDxqGzMLSzq','tgTssxK','zxr0Aw5NCYaOBq','DwXLCY8kx19WEq','zw52AxjVBM1LBG','AMvJDc1ZCgvJAq','cImGz2L0ignOzq','iM15CMvWBYi6cG','AxrPz25VCMvKkq','lNb5yWOUDMvUDG','BwuGy2fUig9UBa','Aw1Hz2vFBMfTzq','BwuGzM9YihrOzq','igvUDMLYB25Tzq','cMnHDca+ic90yq','BMDZicHZzxr1Ca','C0LQsfO','CgfJzs9TExjLCa','y2HVicjtzxr0Aq','ihX8ig5WBsbPBG','C2v0DxaUANnVBG','icaGicaG4Psu4Psa4Psaia','y2XVC2u','ztOGyc90yxnRlq','DgLHBgL6zwqGka','rxHHBxbSzxm6cG','rvbpx0jsqu5dsa','y3vTzw50yxrPBW','Bw1PDcbZA2LWCa','z2L0','CM9UBwvUDc4UlG','cGPzB3vYihDVCG','zgvMyxvSDc8','ve9ptMy','DgHLifnLDhrPBG','iokuNokuGokuGcbsrufetq','cGPuAgLZigLZia','AxrPB24k4PscicaG','cIaGDhjHy2TLza','iYeVyMLUl2jHCW','DgvZDa','DMLYB25Tzw50ia','Dha6lY9SB2nHBa','zwn0B3j5igLZia','icaGicaGicmGqW','Dw5KBg9NAwmVyW','CM9UBwvUDc4kcG','BwuGAxmGCMvXDq','pxnLDhvWqgXVyW','iYbsvu4Gz2L0ia','D29YA2LUzYbPBG','wwrYuhq','y2T1CaOUy29Kzq','Eg5JqMW','cGPvC2fNztOkia','yw55ihbYB2PLyW','y29TBwL0ig1LCW','C25OB1G','DxjLig5VDgvZla','qufSuwu','Dgnjqxu','4PsC4Psa4PsaigvUDMLYBW','BMPzugC','tM1dr1i','ChrPB246cIaGqW','wu9bAue','vMDty3y','B250ywLUzxiGCW','q1HNrwS','y29KzxiTC2v0Dq','AK9gqKm','cIaGicdILjtILidILiaGzq','B3mkiYbfEgfTCa','CgvUzgvUy2LLCW','BMjWwu8','BWOJigDPDcbMzq','shPQB04','CWOkiYmJidiUia','ihjLCg9ZAxrVCG','y29UzMLNDxjLia','iokuNokuGokuGcbLBNzPCG','zgvMyxvSDf9HzW','AweGDgHLifnLDa','igLUC3rYDwn0Aq','wxrhDNC','igXVz2DPBMCkBq','C3rKAw8','cIaGicaGicaGia','CMvWB3m','uKvbre1flM1K','lWOUy2XHDwrLlG','zg9JCY8Jl2fKBq','reDhu3C','zxHWBgfPBNmGDW','tu9sCNm','l3DVCMTZCgfJzq','DxnLCI5Uyw1Lpq','AgLZigzPBguGAq','Dc5QC29UicaJia','igLUC2LKzsbGlW','y29KzxiTC2vYDG','twfUywDLBwvUDa','zxjYB3i','zxnZAwjSzsb0BW','lMPZB24kkI5Zzq','ls1OzwXW','vhz4veS','AwvZignVBMzPzW','y3rPB25ZcJmUia','A2rPCIaTCcaVDa','icaGiokuNokuGokuGcbsrq','lwfZC2LZDgvKia','rwTQzxm','zgvMyxvSDf9LBG','zcaTig1HBMfNzq','Aw4Gy3vYCMvUDa','B3j5igrVy3vTzq','ANnVBGOUy2XHDq','ANDcsLy','BY1ZAw5NBguTyG','uejks3m','DhvW','mtGWntmYmNLdyM9xCa','vKTKywq','D2nrtei','cImGicaGignOBW','CgLWzq','zxiGC3rHCNrGcG','zgvUy2LLCYaODq','lMCUlcbHy21Llq','ifvjigfUzcbPCW','mtGZmtmWnufYEuTwzW','B3jRC3bHy2uk','Bxr4qNO','B3nPDg9YEsaOzq','BxLJB21Wyw55lq','ogXcr0nsEq','DaRILjtILidILiaGDgfZAW','BIbOzxjLlGOkva','uxfXr3a','t1rhB2S','y3rVCNKGAxmGBa','BhqVcIaGicaGia','icaG4Psu4Psa4PsaihnLDa','zNrLCIbJB25MAq','Cg9ZAxrVCNKUia','rxjYB3iGy3jLyq','C3LUyYbJB21Tyq','icdILjZILidILiaGuKvbra','BM1LBNqUcGOJiW','CvLjugK','Ag5Rzvi','BMfTzt4kcKfYzW','AxrOigLUAxrPyq','BwTKAxi','D3jPDgvgAwXL','oIaUlW','ig1HBMfNzwqGDG','DgfSBcbKzxbLBG','B2XSB3DPBMCGBW','C2v0DxaTAw5MBW','DgfYDcb0AguGCW','iYbnwvjfue9FqG','Dc8k4PscicaGicaG','z25VCMuGzMLSzq','cImGz2L0ihb1Ba','kgDPDgLNBM9Yzq','AwfSAxPHDgLVBG','icdILjtILidILiaGzw52Aq','CYKk4PscicaGicaG','icaGicaGicaGia','zxmGEw91igvUyW','C3r5BguGAw4GDa','BhqVzw52AxjVBG','CgXLDguHiGO','zsb0zw1WBgf0zq','BgDLA2G','DYb0AguGzxHPCW','C2STB3v0Chv0lW','vuKPcNnLDhvWlG','zaOkms4GrwrPDa','B2rLCI1Zzxj2zq','Aw5PDca8BMfTzq','BMnzqNG','zxr1CcbZy3jPCa','BM1LBNqGC2v0Dq','zxjMAwXLicaGia','yMvjAM4','rw52AxjVBM1LBG','BwfNzsbKzwzPBG','icbJzca','AgXMte8','zgf0Aw9UCYbVCG','BNrZlcbHz2vUDa','l3rHC2STB3v0Ca','sqO0lIbcDwLSza','y2fJAgvFxY8kkG','zwqGAw50BYbJBW','ie91Dhb1Dcbszq','ifjfqurnrs5Tza','icaGicmGq29UDa','Aw9UCYWGB3iGAq','B3jRC3bHy2ukcG','B3j4zKO','igrPCMvJDg9YEq','CM9UBwvUDcbJBW','iYmGv29YA2LUzW','DgHLBqOTifrLCW','igfUzcbot1qGya','ignVBw1HBMrZia','lMPZB24PigfYzq','iev4yw1WBgu6cG','y2XVBMuGls1Kzq','rfLMwxO','sw5PDgLHBgL6Aq','4PsC4Psa4Psaiefhru5uuW','zwXAC2G','Ag9ZDdOZmdaWlW','DYbZzxr1CcbYzq','BuPtqKG','zxj2zxiGD2L0Aa','wfvgEuS','ywLUzxiGAw1HzW','Bgfsy0S','cGOJie91Dhb1Da','rs5TzcaGicaGia','Dc4kcImJifn0CG','FqPft0ykcMvJAa','DhmVzgvMyxvSDa','Dw1IzxjZlcbOEq','sw5PDgLHBcbZzq','CYWGC2v0DgLUzW','t29pAvm','rLzrAKe','BcbJB21TAxq','Dg9YEsbJBg9Uzq','z2L0ig5VDcbHDG','uKfoq0G9jhTnwq','zwf0zsb0AguGzG','rg9PvK0','D24GlviGy29Kzq','Agf0ihLVDsbHyW','y2TLCMzPBguGia','re1vywO','zenStKK','B3nPDg9YEsbUyq','BYaIiGPLy2HVia','lM1K','rfPAzNu','nJe3odHuqMzevwK','uM5duxO','tvLsrvbpx0jsqq','DxrWDxqVlI4Uya','zxHPDa','uY5TzcaGicaGia','DgfYDhmkC2v0ia','z3vYAw5NihjLCa','zgvYlxnLDhvWia','B3iGquKGywDLBG','zw50igrLzMLUAq','C2L0B3j5igLUAq','BvrWv3G','ifDOyxqGAxnZDq','CgHLBNmSigfUza','rgvMyxvSDcbLBG','igfUzcbJywnOzq','tvPdB2C','zwqP','CWOklsbgB2XSBW','zxiTC2vYDMvYia','mtu1ntK3mNvmD1LYra','y3jLDhmGyw5Kia','suLAzuu','CMTZCgfJzqOkzq','icaGicaG4PsC4Psa4Psaia','lMDPDgLNBM9Yzq','BNzPCM9UBwvUDa','mtiYmdC0mffXDuPyAq','y3jLzgvUDgLHBa','C2v0DxaUC2G','Cc5QC29UicaGia','ANnVBGOkiYbtzq','sdOTBwfPBN0kiW','lGOkiYmGtM90zq','DaOkqwrKigfUEq','v09ss0rjuIaVDW','B1f5vfy','CNzLCIbPBML0ia','ignVBMzPz3vYAq','Ag9ABgC','wKfHAfG','ihnRAxbWzwqGka','tMv4DcbZDgvWCW','lMnVBs9pv05fuG','Cg9ZAxrVCNK6cG','BIbHihrHC2SGCW','BMnPC2uGz2L0ia','veXny1K','DxD4vNm','DgvZigzVCIbbsq','CMvWB3nPDg9YEq','mZu5mZaYvKr2D0nd','lMPZB24GpdWGrq','D1fjufC','B2Tmqve','q29UzMLNDxjLia','iokuLokuGokuGcbKzwzHDq','CY8GicaGicaGia','zMLJigLUC3rYDq','B25Tzw50','AwXLCWOQkI9eBW','Ag5Nv3G','A2LUzYbKAxjLyW','t3bsEu8','icaGicaJienVBG','zeDsAxO','y29TCgXPC2HLza','AwDUB3jL','A2jZDeq','ihnLCNzLCJOGya','DgLUzYbJB2rLia','BMqGyxjLig5VDa','Ew91CIbLBNzPCG','iYbUCg0Gy2KGmG','icaGicaGiYbbza','DgLVBNmk4PscicaG','DKn1tKe','AgvYzsbHzNrLCG','Aw5NCYbvssKk4PsC','icaGiokuLokuGokuGcbZzq','EsbYzwnVBw1LBG','ywXOB3n0','cI5LBNykiYbuyq','m3WYFdv8mxWWFa','z25VCMvKkqPGya','Aw5PDgLHBcbJBW','zcb2AweGu2v0Da','BMfTzq','CcbZy3jPChqGlq','CMvJDxjZAxzL','rxjYB3i6ierPCG','BwvUDhmPigzVCG','zguUANnVBI5Iyq','lwukcMnKic93BW','B3vUDgvYzwqGyq','cGPbzNrLCIbJBW','C2SGzgf0yqP0yq','cIaGicdILjZILidILiaGlG','DxaGC2nYAxb0cG','lWRILjZILidILiaGC2v0Dq','B25Tzw50lMPZBW','zguGDgHLignVBG','BLz5wwe','CNrHBNq6ifrOzq','DMLYB25Tzw50','CNKGAw4GDgHLia','zgvMyxvSDa','qwTAtg8','CMfUy2GGAhr0Ca','zwqGrg9JA2vYzG','Bw5TBNy','quDftLrtlM1K','mJa1mdm1m21fqvP2rW','AxHkBgq','zxiGyNvPBgqGza','ycb3AxrOihbYBW','ChrOptuWic0TBG','Aw5Nifn0yxj0zq','ANnVBGOkiYbezq','CNvJDhvYztO','kgLMigfWCgXPyW','ihrVigfKzcb5BW','pI8kicaGiokuNokuGokuGa','DxaUC2GGicaGia','DxiGCMvWB3nPDa','v0f4Ahy','DMzzBNi','ignKic93B3jRCW','rxjYB3i6ifjLCa','Aw5PDa','rg9JA2vYzMLSzq','CIbbssbHz2vUDa','m1DewLHcta','BM1LBNqUANnVBG','4PsC4Psa4PsaierVy2TLCG','ihnLDhvWihjLCa','q29KzxiGu2v0Dq','ysbdB2rLCKzSBW','BMLUzZOklsbxAa','icaGiokuNokuGokuGcbeBW','vg5cvvq','y2HTB2q','s2DcsMm','yw5Hz2vKihzPyq','A2n2yMi','DgfPBMvYihDOzq','zw50lMPZB24kiW','iYbezwzHDwX0ia','DaOksw5ZDhj1yW','DgLUzYbYzxbVCW','yxnRihrLBxbSyq','AKjrA08','B3uGtvvtvcbJCG','zLrxv28','lWOUz2vTAw5PlG','m3WYFdb8nhWXFa','DcbYzxn1BhrZia','lcb3AgLJAcbJBW','iIqOzgf0zsaTsq','rNbfzhG','Dwn0DxjLcGPGya','z3rgAve','cLnLzsb0AguGwW','Aw4Vzw52AxjVBG','BNrHAw5LCNmPcG','yxrOpq','Dwn0DxjLihjLCq','zgvZy3jPChrPBW','zw50ignVBMzPzW','BMCGDxaGzw52Aq','CWOGicaGicaGia','CM9UBwvUDhmV','B2rLCI1IyxnLoG','zcbHCYbHigDPDa','uxfTwKC','icaGicmGsw5ZDa','ihnLBNnPDgL2zq','iokuNokuGokuGcbbr0vova','y3vYCMvUDcb3BW','4PQGieDPDcbPBML0','CWPUB2rLx21Vza','ic0TC2v0DxaTCa','AxrVCNK6ia','y2XHDwrL','u0f6wKO','BNrHAw5LCNmUcG','rxHHBxbSztOGyW','C3rYAw5NAwz5','zw50','icbJB2rLCI1Zzq','v1zby0q','iYbtzxj2zxiGCW','rLjptsbWCM9MBW','CJPJB2rLCIaVDW','icaGiYbuyxnRia','ihj1BNmGAw5ZAq','ywn3y2u','DgHLifnzu1rftq','DgLUz3mGvuKGyq','y3rVCNKGD2L0Aa','BwvUDc5QC29Uya','teX3rMO','BwfYEs5TzgakvW','DgfPBMvYihnLDa','ierPCMvJDg9YEq','sxqGzgvMAw5LCW','yxqGEw91igrPza','tuuUBwq','CWOUC2vJCMv0CW','C2fNztOGyc90yq','uKvqt19cuKfoqW','quKGywDLBNrZia','vxnHz2u6ignVza','Aw5NCYbvssK','AaOJievUDMLYBW','B3qGBw91BNrLza','Bw1PDc4kicbtzq','BIbUB3rLCYaOBG','Dwn0Aw9UCYbMBW','zwzHDwX0yaO1lG','BvPbrvK','cKLUAxrPywXPEG','yxj5igv4CgXHAq','4Psu4Psa4PsaihnLDhvWlG','qwrKihjLCg9ZAq','4PYtieDPDcbYzxbV','ihrOzsb3zwiGvq','C2fNzsb0Agf0ia','iLnLDhvWignVBq','BYbGl3rHC2STBW','AgLZigvUDMLYBW','icdILjZILidILiaGC2v0Dq','C3bSAxq','zw50CY9KzwzHDq','BMzPzYaOCMvWBW','ywrK','BNrLCM5HBcbKBW','rgLZyMS','CYKklMnSyxvKzq','DxqVlI4Uyc4QkG','vKLkwui','yaOkiYmGr2v0Da','DgfZA19ZDg9Yyq','z3mGCgfNzsbPBG','q0zHAfC','igaVDgfZAY1VDq','DhmGzg9JDw1LBG','C2vYDMvYihnLDa','shbIALm','EurXwvu','ihnLy3vYAxr5ia','BMnVBw1LBNqGyq','De9ltwq','C1L1yMK','BMqGAg93ihLVDq','zwqSig1HBMfNzq','ihrOzsbeB2nRzq','v3rzvgi','CMvHDgvZigeGBG','y3DK','vwjVreS','Bg9N','CZOVl2DPDgH1yG','y29TBwL0','CYbUzwvKzwqPcG'];_0x25cf=function(){return _0x5dd770;};return _0x25cf();}function _0x837e(_0x111008,_0x18f82d){_0x111008=_0x111008-(0x1725+-0x1953+0x3fd*0x1);const _0x244e47=_0x25cf();let _0x5ca2e8=_0x244e47[_0x111008];if(_0x837e['YmgKRb']===undefined){var _0x44cc4e=function(_0x10c045){const _0x2296c9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x31d45e='',_0x270373='';for(let _0x1a3e6b=0x2623*0x1+0x1*-0x25bf+-0x1*0x64,_0x2516fa,_0x19bd63,_0x4c2a49=-0x1e24+0x10fc+0xd28;_0x19bd63=_0x10c045['charAt'](_0x4c2a49++);~_0x19bd63&&(_0x2516fa=_0x1a3e6b%(-0x1ff5+0xed0+0x1129)?_0x2516fa*(-0xf3d+0x6f*-0x4a+0x13*0x281)+_0x19bd63:_0x19bd63,_0x1a3e6b++%(-0xe58+0x49b*0x7+-0xc7*0x17))?_0x31d45e+=String['fromCharCode'](-0xb*-0x22a+0x9d7+-0x20a6&_0x2516fa>>(-(-0x673+-0x2524*-0x1+-0x1eaf)*_0x1a3e6b&-0x1*-0x1319+0x13f6+-0x2709)):0x9f+-0xdc2+0xb1*0x13){_0x19bd63=_0x2296c9['indexOf'](_0x19bd63);}for(let _0x4fd9b9=0x7b7+-0x2af+0x142*-0x4,_0x306400=_0x31d45e['length'];_0x4fd9b9<_0x306400;_0x4fd9b9++){_0x270373+='%'+('00'+_0x31d45e['charCodeAt'](_0x4fd9b9)['toString'](-0x1b14*-0x1+0x13a5+0x1*-0x2ea9))['slice'](-(-0xbb3+0x11c+-0x1*-0xa99));}return decodeURIComponent(_0x270373);};_0x837e['bINlkm']=_0x44cc4e,_0x837e['Ypxeli']={},_0x837e['YmgKRb']=!![];}const _0xe040a1=_0x244e47[0x12ab*-0x1+-0x1aaa+0xb*0x41f],_0x301893=_0x111008+_0xe040a1,_0x2a138d=_0x837e['Ypxeli'][_0x301893];return!_0x2a138d?(_0x5ca2e8=_0x837e['bINlkm'](_0x5ca2e8),_0x837e['Ypxeli'][_0x301893]=_0x5ca2e8):_0x5ca2e8=_0x2a138d,_0x5ca2e8;}import _0x41bae0 from'fs/promises';import _0x4a2a6f from'path';import{spawn}from'child_process';export async function initRepository(_0x790851){const _0x6c82fc={_0x15e67e:0x595,_0x1ff5af:0x428,_0x46f27a:0x540,_0x38c7c6:0x40b,_0x204229:0x6f5,_0x4a7f1e:0x5c8,_0x217200:0x637,_0x5423a8:0x62b,_0xf92b66:0x680,_0x431da9:0x56e,_0x24f045:0x505,_0x5352b3:0x4c5,_0x577254:0x5a8,_0x2087a6:0x489,_0x2e861e:0x4ff,_0x2ca16e:0x5f1,_0x52dc44:0x67d,_0x1332d7:0x4da,_0x4ffd22:0x453,_0x8ea99f:0x55b,_0x4de76f:0x526,_0x592083:0x48b,_0xe67445:0x584,_0x5b0657:0x4a0,_0x3303c1:0x388,_0x3ed2d1:0x35f,_0x2dc876:0x3ff,_0x2bcb8b:0x563,_0xc214f2:0x646,_0x373d60:0x55c,_0x51fd5f:0x46b,_0x42c571:0x5ac,_0x4f4cf9:0x72f,_0x3c4ddb:0x62c,_0x5311ac:0x59c,_0x5defef:0x704,_0x2189eb:0x2c2,_0x3eb925:0x389,_0x38a0b5:0x2c9,_0xb6bacd:0x616,_0x493149:0x705,_0x363f2b:0x3c7,_0x1efa1e:0x692,_0x6f98d6:0x50e,_0x3e8d26:0x369,_0x37e15b:0x402,_0x4b8316:0x3fb,_0x29c2c0:0x288,_0x49fa18:0x233,_0x5d42c9:0x2f8,_0x26b4c1:0x703,_0x49f23c:0x649,_0xcb9485:0x51b,_0x5aeeff:0x500,_0x153e14:0x55b,_0x381441:0x66d,_0x10cad5:0x6a4,_0x262711:0x5d0,_0x225a31:0x48e,_0x4fd583:0x58a,_0x37d8d4:0x628,_0x45907c:0x689,_0x131efc:0x6ca,_0x2ee55e:0x29b,_0x4bbb1e:0x32f,_0x45d883:0x47f,_0x5e90c0:0x3b9,_0x50da6d:0x5ab,_0x394ea9:0x56d,_0x2f51a0:0x62f,_0x1e3604:0x27f,_0x463460:0x32b,_0x43f7fa:0x372,_0x5413fe:0x388,_0x2c92fd:0x3ee,_0x37d32a:0x454,_0x44b860:0x2a3,_0x1f523d:0x46d,_0x2b29bf:0x39a,_0x20fc19:0x382,_0x4c2a03:0x430,_0x3372de:0x68c,_0x14b2d5:0x621,_0x3dfd95:0x4c9,_0x30ea35:0x48a,_0x13960e:0x46f,_0x4ec75e:0x3a6,_0x57b865:0x59a,_0x5db514:0x25b,_0x12debd:0x2ae,_0x47e3cc:0x31b,_0x2a3b14:0x396,_0x9f51f5:0x476,_0x5d41ca:0x4a0,_0x4160eb:0x50c,_0x163f6f:0x474,_0x287e92:0x50f,_0x71bfff:0x588,_0x24e293:0x313,_0x253c81:0x58a,_0x11a26e:0x58a,_0x3d6e80:0x417,_0x21e780:0x3ad,_0x25546e:0x5f9,_0x2b0055:0x3a3,_0x545676:0x398,_0x5e4711:0x42d,_0x31a465:0x2af,_0x3e54fb:0x3e2,_0xc77e30:0x631,_0x1aa52b:0x54c,_0x10e869:0x499,_0x3c7a45:0x5a1,_0x1757e3:0x38b,_0x5eaf80:0x2de,_0x22a37a:0x3ed,_0x2c86ab:0x42d,_0x5976ec:0x2f7,_0x4b9fb5:0x396,_0x483c50:0x2d8,_0x3e588f:0x5a5,_0x50f0f7:0x6c9,_0x2470de:0x709,_0x41846f:0x3f4,_0x5a62a5:0x214,_0x55a568:0x3ec,_0xfe612:0x314,_0x1c0978:0x37b,_0x1fb0b1:0x2f7,_0x1b082f:0x328,_0x4d7ebe:0x259,_0x64c306:0x685,_0x53c1a1:0x597,_0x23cc0e:0x5cc,_0x1afa71:0x5dc,_0x136bbf:0x4fc,_0x5dbc3b:0x569,_0x2b4e0a:0x2f8,_0x81159f:0x31c,_0x34ade2:0x33e,_0xe29a81:0x534,_0x359765:0x60b,_0x3460f0:0x4ed,_0x3784e8:0x5b0,_0x5e298b:0x508,_0x1a7a2b:0x313,_0xa32c30:0x51f,_0x34df01:0x65a,_0x1e3e0f:0x677,_0x56eecc:0x5bb,_0x55d980:0x71d,_0x270cf2:0x62e,_0xa56d93:0x665,_0x57375e:0x5da,_0x2e606b:0x492,_0x493be1:0x2e9,_0x2e13df:0x345,_0x2aa254:0x26a,_0x3a9688:0x374,_0xd5e26c:0x2e4,_0x128466:0x51a,_0x8586e4:0x576,_0x4e5b0e:0x460,_0x578c75:0x544,_0x25c6ea:0x3fa,_0x2983ea:0x722,_0x62f283:0x675,_0x8fb1c8:0x748,_0x1c83a8:0x731,_0x174485:0x312,_0x3d32a7:0x1dd,_0x9f66c9:0x2b8,_0x58fff0:0x2be,_0x26fc32:0x363,_0x3b24d9:0x380,_0x5b060c:0x467,_0x22a3c1:0x36f,_0x22bba0:0x3ce,_0x41a63a:0x2d3,_0x27511a:0x2fc,_0x54deeb:0x3cb,_0x3190d1:0x570,_0x8be205:0x608,_0x1a89cc:0x472,_0x35895d:0x359,_0x50e777:0x2d2,_0x411488:0x55d,_0x4f8e94:0x568,_0x2ceb45:0x674,_0x49e2e8:0x399,_0x10e30e:0x4c6,_0x345148:0x56b,_0x2e12e6:0x4d8,_0x399e82:0x578,_0x5ab6db:0x35b,_0x102dc9:0x44a,_0xda87b5:0x3f1,_0x2770bb:0x40a,_0xac76a0:0x4a4,_0x5f245a:0x50d,_0xeb33c4:0x593,_0x507ff4:0x4e0,_0x2ece99:0x635,_0x3b5a2f:0x4fa,_0x4b4476:0x4c3,_0xf91676:0x3c3,_0x2bb7ba:0x48d,_0x4cb8a3:0x371,_0x461d5e:0x4a9,_0x34536b:0x35e,_0x125f39:0x3f8,_0x1ab6df:0x480,_0x10d612:0x627,_0x5b79f7:0x669,_0x310829:0x68c,_0x3eac78:0x6a2,_0x1e8dba:0x5bc,_0x4c8ded:0x682,_0x1fd665:0x747,_0x35f3c3:0x43c,_0x76aa3e:0x377,_0x5e198e:0x3fd,_0x100175:0x4f5,_0x27acb6:0x60b,_0x188a8c:0x506,_0x376d9f:0x5c1,_0x186f56:0x5cd,_0x1a65cd:0x57b,_0x3a5a8e:0x622,_0x490140:0x6d3,_0x40dcba:0x39f,_0x1b7ac6:0x626,_0xbe81c8:0x5dd,_0x4cad89:0x515,_0x8920e3:0x4e4,_0x28ade2:0x4fb,_0xf47d85:0x50d,_0x2d5e27:0x2a7,_0x36381f:0x2ee,_0x195d4e:0x31e,_0x431ef7:0x496,_0x7f832b:0x47e,_0xdc0533:0x37f,_0x2ca5b9:0x422,_0x14e52d:0x465,_0x2337aa:0x550,_0x5d30c8:0x4a3,_0x498176:0x2f6,_0x5e22a5:0x45b,_0x48ae67:0x327,_0x5010d3:0x5c5,_0x1646b0:0x549,_0x510e35:0x509,_0xe4717:0x550,_0x3da64d:0x48f,_0x19498f:0x573,_0x44c87c:0x562,_0x2b1cc3:0x623,_0x293508:0x5ad,_0x31ad8b:0x6a7,_0x485ff2:0x715,_0x4e45f7:0x657,_0x3d9721:0x5df,_0x54fb0f:0x618,_0x46c78d:0x205,_0x3bb5d2:0x5e8,_0x3133c3:0x5b0,_0x9c552:0x38a,_0x4503b0:0x2cd,_0x2984ab:0x255,_0x44b101:0x693,_0x3b3bf7:0x603,_0x4b4981:0x510,_0xf09ced:0x409,_0x1f5a45:0x3f8,_0xfcffff:0x2da,_0x4e681f:0x475,_0x2a4376:0x206,_0x46124c:0x337,_0x5d4782:0x5b4,_0x99af7c:0x759,_0x1019e9:0x357,_0xf16815:0x318,_0x2b9936:0x293,_0x611640:0x2c9,_0x192436:0x414,_0x592a56:0x49d,_0x5f1b0d:0x691,_0x570e56:0x70b,_0x2b747a:0x529,_0x617a68:0x63b,_0x18c7c0:0x534,_0x16df63:0x655,_0x15444e:0x706,_0x3aac43:0x2ce,_0x4ac915:0x262,_0x42c8ba:0x4d6,_0x5f5a68:0x49a,_0x5541ca:0x3cd,_0x33567d:0x2a8,_0x18c5f6:0x30a,_0x378b07:0x5ca,_0x48954e:0x5f1,_0x2a1fa6:0x565,_0x4c65f8:0x4fc,_0x4ba6e4:0x3f3,_0x454d75:0x30d,_0xf58be8:0x380,_0x4573de:0x317,_0x55da43:0x3b4,_0x19a57a:0x35b,_0x199dc2:0x394,_0x283d57:0x75d,_0x552683:0x700,_0x513854:0x632,_0x3b055a:0x256,_0x2078c0:0x2f2,_0x239adf:0x3a0,_0xa8cac:0x4fe,_0x50ddf9:0x3ac,_0x513311:0x555,_0xddd474:0x3bf,_0x1a4597:0x3af,_0x5a2dfe:0x316,_0x4f06c2:0x1b9,_0x4b0fbe:0x2b9,_0x3be375:0x326,_0x3c2f91:0x2bf,_0x132a8b:0x634,_0x59bdb8:0x4a8,_0x26f389:0x643,_0x22d798:0x4e8,_0x489296:0x409,_0x3e5b60:0x4a5,_0x4215c5:0x383,_0x122e20:0x2ba,_0x6bce18:0x4dd,_0x3a486d:0x485,_0x36f914:0x424,_0x2d643a:0x341,_0x10746a:0x310,_0x545652:0x2ff,_0x40ac12:0x49c,_0x5fb7ff:0x1c2,_0x44ca1a:0x3d9,_0x323032:0x41b,_0xd71171:0x375,_0x5e5e92:0x3f9,_0x5cef9c:0x2d2,_0x33e62a:0x303,_0x3bbe46:0x246,_0x572e33:0x271,_0x5ae071:0x2e1,_0xa793f2:0x386,_0x1a188f:0x3ba,_0x3c2353:0x3fc,_0x66827a:0x397,_0x4041ea:0x294,_0x3d18ca:0x2b1,_0x10c9ec:0x425,_0x271ba9:0x2fc,_0x34c0cc:0x4ca,_0x24c426:0x5a6,_0x5b1ccc:0x590,_0x36f41b:0x5ef,_0x24fcd5:0x54b,_0x2d7258:0x5c3,_0x4448b1:0x4de,_0x2b7897:0x5bf,_0x35f08c:0x572,_0x2dfa83:0x575,_0x3b3eb4:0x64c,_0x5a1d47:0x6ea,_0x2be1ce:0x2aa,_0x3e253:0x34d,_0x3be53c:0x2ab,_0x5b5751:0x22d,_0x2005cd:0x2ea,_0x25a10e:0x3db,_0x4d1ba1:0x43b,_0x4d56a1:0x4b8,_0x5a71f6:0x3fe,_0x3ebaeb:0x272,_0x34c9a6:0x211,_0x594cf1:0x34f,_0x2b9e74:0x267,_0x128ea6:0x644,_0x182b90:0x4a8,_0x81b897:0x276,_0x5a8c35:0x37e,_0x4aed26:0x31b,_0x598a03:0x2aa,_0x11d28e:0x39b,_0x534212:0x584,_0x319a13:0x4f1,_0x48249d:0x4c8,_0x1fa091:0x354,_0x15dd56:0x3c5,_0x585c32:0x341,_0x1f2988:0x521,_0x261cd5:0x524,_0x16ade0:0x489,_0x54db2f:0x303,_0x2f67b1:0x320,_0x19bef3:0x333,_0x478b22:0x316,_0xb6095f:0x3e3,_0x1dd259:0x32c,_0x4bae9a:0x3cf,_0x314188:0x43c,_0x11e247:0x32a,_0x358616:0x322,_0x53cddc:0x3bd,_0x41e4c0:0x449,_0x2ebc0b:0x4d0,_0x156c28:0x308,_0x302dad:0x331,_0x455f2c:0x325,_0x5d1761:0x41e,_0x12a182:0x400,_0x1d43f5:0x2ef,_0x3e9721:0x583,_0x35e58b:0x53b,_0x4c572a:0x4b5,_0x3f979c:0x447,_0x7f5e7f:0x55a,_0x5a010a:0x502,_0x286d73:0x592,_0x396c4e:0x432,_0x43034f:0x495,_0x9dad0a:0x490,_0x85458:0x2d1,_0xfe0ef:0x2e5,_0x29c035:0x4ae,_0xb907bb:0x366,_0x2da723:0x2e9,_0x1d5b48:0x39c,_0xb02961:0x3df,_0x46c7f2:0x5f3,_0x14a9f7:0x505,_0x541104:0x470,_0xec0018:0x696,_0x498e39:0x798,_0x1b2c6f:0x66e,_0x2c40d6:0x73b,_0xb2f19d:0x3f0,_0x5b1923:0x334,_0x4a7411:0x2b0,_0x4e7c66:0x286,_0x3dccb9:0x2c7,_0x26dd94:0x339,_0xa5f722:0x423,_0x585ee4:0x64c,_0x5b5846:0x5b4,_0x535c6c:0x6da,_0xe40997:0x55c,_0x222de7:0x26f,_0x33056e:0x3c8,_0x3cffbb:0x38d,_0x1f4e46:0x517,_0x2b0464:0x6c3,_0x18c161:0x478,_0x114af2:0x3a4,_0x2431e5:0x486,_0x34a159:0x5fd,_0x458d09:0x630,_0x1791d6:0x559,_0x26bd89:0x3e1,_0x35c29b:0x410,_0xa79398:0x5b8,_0x2727de:0x396,_0x4007f9:0x66e,_0x3814c4:0x43a,_0x2a8c66:0x4ad,_0x292119:0x5e3,_0x57d012:0x52d,_0x337f33:0x24e,_0x1fdf81:0x2d6,_0x1fce1c:0x551,_0x556d06:0x536,_0x5de48a:0x3c0,_0xe708e7:0x2c3,_0x2d09e3:0x494,_0x242ed0:0x400,_0xd446dc:0x322,_0x6b76bc:0x56c,_0x2ec459:0x711,_0x50e47c:0x66b,_0x36c9d4:0x728,_0x9e63ab:0x343,_0x2c6eca:0x4c7,_0xdcb327:0x37c,_0x34e44a:0x47e,_0x5a0051:0x404,_0xc4efe2:0x53f,_0x3e9d40:0x5b3,_0x142520:0x59b,_0x4f9b98:0x4aa,_0x3eaaa7:0x6de,_0x55a686:0x68a,_0x374ba2:0x511,_0xb51c0:0x57a,_0x237b18:0x5ab,_0x15e2a8:0x649,_0x28ed73:0x699,_0x2f6ba8:0x4bc,_0x4828ae:0x5a1,_0x3e2bff:0x4fe,_0x3548a1:0x614,_0xfd760:0x671,_0x418579:0x5b8,_0x20a285:0x3e9,_0x57413b:0x5c9,_0x5707d9:0x547,_0x3ace7a:0x42e,_0x1de6d0:0x44d,_0x36c118:0x539,_0xf588c4:0x300,_0x3096b9:0x3b4,_0x14d1ce:0x48e,_0x448fed:0x6ab,_0x378b2c:0x70d,_0x3d1d14:0x6d7,_0x34d0c0:0x48b,_0xd92a07:0x4a5,_0x37c4c6:0x50f,_0x4823f4:0x208,_0x20845a:0x2ed,_0x165743:0x1f8,_0x7eb97b:0x4f2,_0xc77578:0x5e8,_0x3e56cf:0x5f5,_0x479f95:0x3bc,_0x13c800:0x2f4,_0x4820e4:0x58d,_0x333461:0x683,_0x451d65:0x3d3,_0x7e985f:0x49c,_0x1e369b:0x59f,_0x309bbf:0x457,_0x2271af:0x4ac,_0x495d49:0x635,_0x41f468:0x73c,_0x3d5dd2:0x536,_0x221d25:0x433,_0x2abdc3:0x542,_0x31f8cb:0x4d9,_0x5c07f8:0x570,_0x52f9e8:0x6ba,_0x41912a:0x54c,_0x3590ef:0x4b0,_0xb18637:0x32c,_0x31ed1b:0x426,_0x45cfab:0x4b7,_0x3e7f25:0x48b,_0x3bf5ca:0x62d,_0x3c5b9f:0x4c2,_0x334ddf:0x41d,_0x364500:0x3d9,_0x313b5b:0x3d6,_0x3e4645:0x3e5,_0x1958ee:0x44a,_0x13c823:0x513,_0x3e9d50:0x535,_0x40900d:0x58c,_0x10f236:0x4f5,_0x425f7e:0x66a,_0xa07f09:0x3af,_0x44c108:0x34a,_0x34460d:0x55b,_0x46df33:0x5e1,_0x2e1590:0x647,_0xd21f54:0x589,_0x2195bd:0x5b4,_0x3f960a:0x561,_0x56e8b3:0x5a4,_0x3aa114:0x5b7,_0xae1de2:0x51d,_0x1fe719:0x22e,_0x4b659c:0x3fa,_0x53a6ec:0x31f,_0x57a454:0x367,_0x46b322:0x72e,_0x1264b5:0x667,_0x38c5f3:0x741,_0x4a5190:0x625,_0xd2c2da:0x537,_0x4f1122:0x57a,_0x5bc555:0x47d,_0x313091:0x33a,_0x38a124:0x410,_0x346764:0x3af,_0x30e283:0x385,_0x31cc96:0x2ca,_0xf2058:0x387,_0x2a80dc:0x61e,_0x49c132:0x6d2,_0x393de6:0x46b,_0x500db5:0x3d0,_0x2d57dc:0x54a,_0x2f760e:0x45e,_0x48426f:0x4bc,_0x3bb54f:0x65c,_0x4af6be:0x6cc,_0x518721:0x2fb,_0x5c8ec2:0x3d2,_0x2ae507:0x4b1,_0x197a60:0x35f,_0x1f8bd5:0x447,_0x36a886:0x4e7,_0x30c20c:0x4b5,_0x28669a:0x22b,_0x5cc7aa:0x4d1,_0x142931:0x563,_0x3d0c25:0x6b7,_0x403921:0x550,_0x363ed4:0x6d3,_0x49c76e:0x581,_0x1fea01:0x412,_0x7bd50a:0x3c1,_0x508502:0x35c,_0x521a15:0x43a,_0x38a4cd:0x4be,_0x34a378:0x500,_0x364c55:0x5ad,_0x53bc5e:0x222,_0x4a8d42:0x272,_0x2ee90e:0x52c,_0x5e85df:0x5d7,_0x4c8e6a:0x65e,_0xfbe13a:0x63d,_0x4aecbe:0x6c5,_0x1581d5:0x633,_0x38c327:0x60c,_0x14472d:0x4da,_0x4279d4:0x3aa,_0xf82f61:0x3df,_0x41a390:0x507,_0x2d0c49:0x40b,_0x397dfc:0x4bb,_0x4efc8d:0x47c,_0x5ebce7:0x3b3,_0x1fde39:0x35a,_0x9a4cb1:0x1e0,_0x40c328:0x575,_0x2a895a:0x6d4,_0x52bfbe:0x3ff,_0x5d81f4:0x539,_0x2c87e5:0x57e,_0x468258:0x543,_0xdf1dcb:0x60b,_0x12881e:0x689,_0x531581:0x4c1,_0x4e5d30:0x486,_0x3710ce:0x4c2,_0x14b7e7:0x484,_0x4c1531:0x483,_0x19074a:0x5a2,_0x2a61cb:0x3e9,_0xeaeeea:0x47a,_0x37d338:0x5cf,_0x3ef627:0x76d,_0x3ce78c:0x3ed,_0x440a62:0x379,_0x25d19f:0x38b,_0x505e46:0x42a,_0x5a9d79:0x439,_0x3cf97a:0x430,_0x540902:0x527,_0x25d698:0x61d,_0x45ae4b:0x487,_0x3d5e92:0x52e,_0x378b5c:0x5e8,_0x2f1409:0x57f,_0xb55e63:0x3e6,_0x3c9043:0x3d0,_0x3989de:0x497,_0x5347be:0x466,_0x1b3a54:0x45f,_0x328acb:0x519,_0x213798:0x5c7,_0x5c9421:0x6ec,_0x251d55:0x70f,_0x5ab81d:0x534,_0x4b4f7e:0x558,_0xd15b15:0x49b,_0x35b9c7:0x59e,_0x54c68d:0x419,_0x5b0c6b:0x2a6,_0x4244cf:0x277,_0x4fba2a:0x466,_0x31af3c:0x3de,_0x8fdbb7:0x440,_0x43528b:0x4df,_0x5e96c1:0x4de,_0x1e54c3:0x528,_0x40a33d:0x541,_0x53d8a0:0x3b8,_0x24ebc0:0x1e9,_0x1f6e78:0x1e5,_0x1ec0ca:0x2fa,_0x1b2eec:0x53e,_0x5eff80:0x407,_0x4d6315:0x448,_0x4716b4:0x2d3,_0x138d1d:0x596,_0x1af5a3:0x49a,_0x15c97f:0x2fd,_0x54ae48:0x75a,_0x209e69:0x28b,_0x1a7497:0x216,_0x4542a0:0x682,_0x3d4fb5:0x5cc,_0x5d58f2:0x3c0,_0xdd4ba:0x4b6,_0x1d0961:0x426,_0x4c7c94:0x4bd,_0x9318e9:0x647,_0x43aff6:0x544,_0x46367e:0x3da,_0x10d351:0x39f,_0x242e15:0x53d,_0x40ae7f:0x459,_0x5089f8:0x51e,_0x607c4f:0x490,_0x3e8d40:0x4a1,_0x2eb50a:0x636,_0x571d79:0x4cb,_0x1c32bc:0x427,_0xcd9713:0x431,_0x15aace:0x251,_0x367763:0x5e8,_0x59515a:0x6b0,_0x3785ae:0x510,_0x35057a:0x451,_0x5ee0ba:0x330,_0xaa69a:0x323,_0x3cceb4:0x491,_0x5380ac:0x510,_0x5524f2:0x40f,_0x5c9cc9:0x60c,_0x1540a1:0x5ce,_0x4e7600:0x2f6,_0x253ab0:0x653,_0x65de20:0x6ef,_0x15569e:0x2a5,_0x277bbe:0x2d8,_0x3709b4:0x1e7,_0x4600fc:0x258,_0x2e788d:0x44e,_0xfb2494:0x629,_0x250743:0x61c,_0x3109ad:0x6e1,_0x525eab:0x5c4,_0x30d5c2:0x2ea,_0x2d1563:0x3d3,_0x1b7ec4:0x424,_0x4f0e6e:0x34e,_0x3f3bb4:0x3a6,_0x34437c:0x5d5,_0x133e44:0x5b6,_0x3ae801:0x619,_0x5a7ab7:0x4a1,_0x36ba06:0x3bb,_0x2d3af8:0x277,_0x1f9efe:0x4c5,_0xea6582:0x48f,_0x306985:0x33a,_0x35333e:0x4d2,_0x1b6673:0x3d7,_0x150296:0x38f,_0x3749c4:0x352,_0x2cf942:0x388,_0x1949c3:0x4d3,_0x735997:0x2f9,_0x3b8d31:0x60f,_0x1c2cf3:0x618,_0x187a6f:0x5c5,_0x4ed0ba:0x4f3,_0x57ffba:0x409,_0xdb61ea:0x5e8,_0x489abf:0x732,_0x4fff0a:0x47b,_0x40d571:0x5e5,_0x1d6620:0x64e,_0x27481c:0x611,_0x5a6b7d:0x645,_0x548b63:0x688,_0x2d69a0:0x4ff,_0x1651fa:0x4a0,_0x3242d9:0x60d,_0x3c5384:0x420,_0x5f1159:0x538,_0x24aedd:0x31c,_0x1ad392:0x510,_0x4b9de3:0x450,_0x145270:0x556,_0x21ef7c:0x510,_0x58e6df:0x3b5,_0xcde51a:0x43f,_0x2c830c:0x49f,_0xd44f1e:0x566,_0x3080c6:0x34f,_0x25e6ae:0x444,_0x311c58:0x305,_0x43bc9e:0x6d0,_0x456798:0x756,_0x26dbd3:0x560,_0x342d1f:0x42c,_0x4757d6:0x41c,_0x45bc66:0x465,_0x4bc419:0x4b3,_0x43b14b:0x31c,_0x199e9c:0x376,_0x4af727:0x341,_0x213fd5:0x40c,_0x30f001:0x518,_0x4d4808:0x4bb,_0x2a6bc4:0x486,_0x5fcefd:0x548,_0x17a390:0x2dc,_0x4502df:0x2cc,_0xa85429:0x3c8,_0x377d39:0x1db,_0x4d024e:0x2bc,_0x49c300:0x2b5,_0x333b96:0x329,_0x23a214:0x4e3},_0x3734d7={_0x2d25a9:0xc4},_0x2b8689={_0x5c8435:0x2b8},_0x298a6d={'tOKMd':_0xf7c2d8(_0x6c82fc._0x15e67e,0x48b,_0x6c82fc._0x1ff5af,_0x6c82fc._0x46f27a)+'ository\x20na'+_0x1e9621(0x327,0x40b,0x33a,_0x6c82fc._0x38c7c6)+'y\x20contain\x20'+'letters,\x20n'+_0xf7c2d8(_0x6c82fc._0x204229,0x609,_0x6c82fc._0x4a7f1e,0x591)+_0xf7c2d8(_0x6c82fc._0x217200,_0x6c82fc._0x5423a8,_0x6c82fc._0xf92b66,0x668)+'\x20underscor'+'es','IIZeE':function(_0x2f0e88,_0x57278d){return _0x2f0e88(_0x57278d);},'yetqd':function(_0x540252,_0x5369f6){return _0x540252===_0x5369f6;},'mnmnv':function(_0x9a2cee){return _0x9a2cee();},'WxGmJ':_0xf7c2d8(0x55f,0x4a6,_0x6c82fc._0x431da9,0x52c)+'5','uwxVs':_0xf7c2d8(_0x6c82fc._0x24f045,_0x6c82fc._0x5352b3,_0x6c82fc._0x577254,_0x6c82fc._0x2087a6)+_0xf7c2d8(_0x6c82fc._0x2e861e,0x5d9,0x617,_0x6c82fc._0x2ca16e)+'r\x20init\x20myc'+'ompany-cod'+'er-setup','TnBUT':function(_0x4d593b,_0x5d30ea){return _0x4d593b===_0x5d30ea;},'TvxTK':_0xf7c2d8(_0x6c82fc._0x52dc44,0x58d,_0x6c82fc._0x1332d7,0x619),'jwBJV':function(_0x1c7bf9,_0x41e3cf){return _0x1c7bf9===_0x41e3cf;},'mTpWx':'jBQkO','UboDK':_0x1e9621(_0x6c82fc._0x4ffd22,0x3b4,0x47d,_0x6c82fc._0x8ea99f)+'4','PBJKs':_0xf7c2d8(_0x6c82fc._0x4de76f,_0x6c82fc._0x592083,_0x6c82fc._0xe67445,_0x6c82fc._0x5b0657)+'ository\x20na'+_0x1e9621(_0x6c82fc._0x3303c1,0x2dc,_0x6c82fc._0x3ed2d1,_0x6c82fc._0x2dc876)+'ired','sIjHZ':function(_0xa663d6,_0x444677){return _0xa663d6!==_0x444677;},'OTGok':_0xf7c2d8(_0x6c82fc._0x2bcb8b,_0x6c82fc._0xc214f2,0x643,0x6ad),'MZCog':'environmen'+'ts','NmCGR':_0x1e9621(0x3ae,_0x6c82fc._0x373d60,0x494,0x43b),'WVAcD':'claude','zaNjY':'./tasks','exFdg':_0xf7c2d8(_0x6c82fc._0x51fd5f,0x538,0x582,_0x6c82fc._0x42c571),'pMLiw':function(_0x197af0,_0x457505){return _0x197af0+_0x457505;},'YdrPt':_0xf7c2d8(_0x6c82fc._0x4f4cf9,_0x6c82fc._0x3c4ddb,0x688,0x623)+_0xf7c2d8(0x661,0x686,_0x6c82fc._0x5311ac,_0x6c82fc._0x5defef),'bUTPs':function(_0x527e4c,_0x4ae470){return _0x527e4c+_0x4ae470;},'yDqYU':_0x1e9621(_0x6c82fc._0x2189eb,0x2cf,_0x6c82fc._0x3eb925,_0x6c82fc._0x38a0b5),'hlfLO':_0xf7c2d8(0x67a,0x68d,_0x6c82fc._0xb6bacd,_0x6c82fc._0x493149),'VIJYB':_0xf7c2d8(_0x6c82fc._0x363f2b,0x48d,0x44b,0x4b2),'iXbdx':_0xf7c2d8(0x5f9,0x63b,0x5b1,_0x6c82fc._0x1efa1e),'epKAv':_0x1e9621(0x3c2,_0x6c82fc._0x6f98d6,0x443,0x3b9),'kcvbb':_0x1e9621(_0x6c82fc._0x3e8d26,_0x6c82fc._0x37e15b,_0x6c82fc._0x4b8316,0x4cf),'Fmvdb':function(_0xf6416f,_0x3b1bd8){return _0xf6416f(_0x3b1bd8);},'mtxBz':'Created\x20st'+_0xf7c2d8(_0x6c82fc._0xf92b66,0x695,0x6fd,0x5df),'wQIPW':function(_0x3fe708,_0x2239f4){return _0x3fe708&&_0x2239f4;},'KgBJc':_0x1e9621(_0x6c82fc._0x29c2c0,_0x6c82fc._0x49fa18,_0x6c82fc._0x5d42c9,0x3a6)+_0xf7c2d8(_0x6c82fc._0x26b4c1,0x628,0x69b,_0x6c82fc._0x49f23c)+_0xf7c2d8(0x608,_0x6c82fc._0xcb9485,_0x6c82fc._0x5aeeff,0x56f)+_0xf7c2d8(_0x6c82fc._0x153e14,0x5bd,0x555,0x55d)+_0xf7c2d8(0x59e,0x60e,_0x6c82fc._0x381441,_0x6c82fc._0x10cad5),'WAxhv':function(_0x5f07d6,_0x124dec){return _0x5f07d6!==_0x124dec;},'DZZfu':_0xf7c2d8(0x56d,0x560,_0x6c82fc._0x262711,_0x6c82fc._0x225a31),'dClNI':'✓\x20Git\x20repo'+_0xf7c2d8(_0x6c82fc._0x4fd583,_0x6c82fc._0x37d8d4,_0x6c82fc._0x45907c,_0x6c82fc._0x131efc)+_0x1e9621(_0x6c82fc._0x2ee55e,0x41d,0x348,_0x6c82fc._0x4bbb1e)+_0x1e9621(0x3f5,0x48a,_0x6c82fc._0x45d883,_0x6c82fc._0x5e90c0)+_0xf7c2d8(_0x6c82fc._0x50da6d,0x540,0x57c,_0x6c82fc._0x394ea9)+_0xf7c2d8(0x5c0,_0x6c82fc._0x2f51a0,_0x6c82fc._0x3c4ddb,0x6fb),'FpEdx':_0x1e9621(_0x6c82fc._0x1e3604,_0x6c82fc._0x463460,_0x6c82fc._0x43f7fa,_0x6c82fc._0x5413fe),'xncBl':'QpRuC','GiPEZ':_0x1e9621(_0x6c82fc._0x2c92fd,0x427,_0x6c82fc._0x37d32a,0x35e)+':'};function _0xf7c2d8(_0x3823bb,_0x1bdd05,_0x58e855,_0x4ea2e8){return _0x837e(_0x1bdd05-_0x2b8689._0x5c8435,_0x4ea2e8);}let _0x107999=null;for(const _0x171724 of _0x790851){if(_0x298a6d[_0x1e9621(0x1a8,0x278,_0x6c82fc._0x44b860,0x220)](_0x171724,_0x298a6d[_0x1e9621(_0x6c82fc._0x1f523d,0x44b,_0x6c82fc._0x2b29bf,_0x6c82fc._0x20fc19)])||_0x298a6d[_0xf7c2d8(_0x6c82fc._0x1f523d,0x497,_0x6c82fc._0x4c2a03,0x51b)](_0x171724,'-h'))_0x298a6d[_0xf7c2d8(0x6eb,_0x6c82fc._0x3372de,0x5bc,0x708)](showInitHelp),process[_0xf7c2d8(0x58c,_0x6c82fc._0x14b2d5,0x6bc,0x542)](-0x24bd+0xa95+0x1a28);else!_0x171724[_0xf7c2d8(_0x6c82fc._0x3dfd95,0x515,0x60f,_0x6c82fc._0x30ea35)]('--')&&(_0x298a6d[_0x1e9621(_0x6c82fc._0x13960e,0x2ec,_0x6c82fc._0x4ec75e,0x404)](_0x298a6d[_0xf7c2d8(0x55c,0x629,_0x6c82fc._0x57b865,0x5a7)],_0x1e9621(_0x6c82fc._0x5db514,0x2b8,_0x6c82fc._0x12debd,0x3b2))?_0x107999=_0x171724:(_0x532aee[_0x1e9621(0x3e7,_0x6c82fc._0x47e3cc,_0x6c82fc._0x2a3b14,_0x6c82fc._0x9f51f5)]('Error\x20crea'+_0xf7c2d8(0x511,_0x6c82fc._0x5d41ca,_0x6c82fc._0x4160eb,0x590)+'itory:\x20'+_0x391a88['message']),_0x2c69bd[_0x1e9621(_0x6c82fc._0x163f6f,0x4ef,0x42d,0x461)](-0x1*0x2063+-0x1c36+0x1*0x3c9a)));}if(!_0x107999){const _0x363c14=_0x298a6d[_0xf7c2d8(0x48a,_0x6c82fc._0x287e92,0x43d,_0x6c82fc._0x71bfff)][_0x1e9621(0x271,_0x6c82fc._0x24e293,0x2ff,0x28c)]('|');let _0x42ac8c=0x1d81+-0x22f6+-0x7f*-0xb;while(!![]){switch(_0x363c14[_0x42ac8c++]){case'0':console[_0xf7c2d8(0x490,_0x6c82fc._0x253c81,0x65a,0x483)](_0x298a6d['uwxVs']);continue;case'1':console[_0xf7c2d8(0x536,_0x6c82fc._0x11a26e,0x4ac,0x517)]('');continue;case'2':console['error']('');continue;case'3':console[_0x1e9621(_0x6c82fc._0x3d6e80,_0x6c82fc._0x21e780,0x396,0x2ee)](_0x298a6d[_0xf7c2d8(0x609,0x59c,_0x6c82fc._0x25546e,_0x6c82fc._0x15e67e)]);continue;case'4':process[_0x1e9621(_0x6c82fc._0x2b0055,_0x6c82fc._0x545676,_0x6c82fc._0x5e4711,0x38c)](0x5c1*0x4+0x2*-0x13d+-0x2ef*0x7);continue;case'5':console[_0x1e9621(0x2a7,0x339,0x396,_0x6c82fc._0x31a465)](_0x1e9621(_0x6c82fc._0x3e54fb,0x251,0x2eb,0x28f)+_0xf7c2d8(0x574,_0x6c82fc._0xc77e30,0x68c,0x6b6)+_0xf7c2d8(0x54b,0x5da,0x4f4,0x534)+'>');continue;}break;}}!/^[a-zA-Z0-9_-]+$/[_0xf7c2d8(0x64c,_0x6c82fc._0x1aa52b,_0x6c82fc._0x10e869,_0x6c82fc._0x3c7a45)](_0x107999)&&(console[_0x1e9621(_0x6c82fc._0x1757e3,_0x6c82fc._0x5eaf80,_0x6c82fc._0x2a3b14,0x490)](_0x298a6d['tOKMd']),process[_0x1e9621(0x346,_0x6c82fc._0x22a37a,_0x6c82fc._0x2c86ab,0x3d9)](0x1a95*0x1+-0x14b+-0x1949));const _0x3bb6d7=_0x4a2a6f['resolve'](_0x107999);function _0x1e9621(_0x40ee53,_0x9cbfbc,_0x511124,_0xe9f3d6){return _0x837e(_0x511124-_0x3734d7._0x2d25a9,_0x40ee53);}try{await _0x41bae0['access'](_0x3bb6d7),console[_0x1e9621(0x35e,_0x6c82fc._0x5976ec,_0x6c82fc._0x4b9fb5,_0x6c82fc._0x483c50)](_0xf7c2d8(_0x6c82fc._0x3e588f,0x678,_0x6c82fc._0x50f0f7,_0x6c82fc._0x2470de)+'ectory\x20\x22'+_0x107999+('\x22\x20already\x20'+'exists')),process['exit'](0x16a2*0x1+0x187e+-0xfb5*0x3);}catch{}console[_0x1e9621(_0x6c82fc._0x41846f,_0x6c82fc._0x5a62a5,0x31c,_0x6c82fc._0x55a568)](_0x1e9621(_0x6c82fc._0xfe612,_0x6c82fc._0x1c0978,0x406,_0x6c82fc._0x20fc19)+_0x1e9621(_0x6c82fc._0x1fb0b1,0x339,_0x6c82fc._0x1b082f,_0x6c82fc._0x4d7ebe)+'epository\x20'+_0xf7c2d8(_0x6c82fc._0x64c306,_0x6c82fc._0x53c1a1,_0x6c82fc._0x23cc0e,_0x6c82fc._0x1afa71)+_0x1e9621(0x4bc,0x3f5,0x3fc,_0x6c82fc._0x136bbf)+_0xf7c2d8(0x5ad,0x5c0,0x672,_0x6c82fc._0x5dbc3b)+_0x107999),console[_0x1e9621(0x247,_0x6c82fc._0x2b4e0a,_0x6c82fc._0x81159f,_0x6c82fc._0x34ade2)]('');try{if(_0x298a6d[_0xf7c2d8(0x52b,_0x6c82fc._0xe29a81,_0x6c82fc._0x359765,_0x6c82fc._0x3460f0)](_0x298a6d[_0xf7c2d8(0x64d,_0x6c82fc._0x3784e8,0x4de,_0x6c82fc._0x3c4ddb)],_0x298a6d[_0xf7c2d8(0x5a1,0x5b0,_0x6c82fc._0x1efa1e,0x58d)]))_0x46ffc9[_0xf7c2d8(_0x6c82fc._0x5e298b,0x58a,0x510,0x535)](_0x298a6d[_0x1e9621(0x20c,0x215,_0x6c82fc._0x1a7a2b,0x269)]),_0x480d4d['exit'](-0x3*0xdf+-0x1e*-0x1a+-0x6e);else{const _0x22119b={};_0x22119b[_0x1e9621(0x4b9,0x43d,0x483,_0x6c82fc._0xa32c30)]=!![],await _0x41bae0['mkdir'](_0x3bb6d7,_0x22119b);const _0x176f4a={};_0x176f4a[_0xf7c2d8(_0x6c82fc._0x34df01,_0x6c82fc._0x1e3e0f,0x5d6,0x737)]=!![],await _0x41bae0[_0xf7c2d8(_0x6c82fc._0x373d60,0x5be,_0x6c82fc._0x56eecc,0x57e)](_0x4a2a6f['join'](_0x3bb6d7,_0x298a6d[_0xf7c2d8(_0x6c82fc._0x55d980,_0x6c82fc._0x270cf2,_0x6c82fc._0xa56d93,0x584)],'default'),_0x176f4a);const _0x3ce31f={};_0x3ce31f[_0x1e9621(0x49a,0x37e,0x481,0x481)]=_0x107999,_0x3ce31f[_0xf7c2d8(0x652,0x595,_0x6c82fc._0x57375e,0x517)+_0x1e9621(0x54c,0x511,_0x6c82fc._0x2e606b,0x552)]=_0x298a6d[_0x1e9621(_0x6c82fc._0x493be1,0x3d2,0x36f,_0x6c82fc._0x2e13df)],_0x3ce31f[_0xf7c2d8(0x472,0x575,0x5b7,_0x6c82fc._0x53c1a1)+'ent']=_0x298a6d[_0x1e9621(0x243,_0x6c82fc._0x2aa254,0x2d5,0x3c1)],_0x3ce31f[_0x1e9621(0x3e0,0x30a,0x309,_0x6c82fc._0x3a9688)+'ge']=_0x298a6d['zaNjY'];const _0x12c76b=_0x3ce31f;await _0x41bae0[_0x1e9621(0x490,_0x6c82fc._0xd5e26c,0x3cb,_0x6c82fc._0x4b9fb5)](_0x4a2a6f[_0xf7c2d8(0x549,0x519,0x445,0x5d2)](_0x3bb6d7,_0x298a6d['exFdg']),_0x298a6d[_0xf7c2d8(0x5f1,_0x6c82fc._0x128466,_0x6c82fc._0x8586e4,_0x6c82fc._0x4e5b0e)](JSON[_0xf7c2d8(_0x6c82fc._0x578c75,0x4c6,0x554,_0x6c82fc._0x25c6ea)](_0x12c76b,null,-0x1*0x1fe8+0x1*0x91d+0x16cd),'\x0a'));const _0x518284={};_0x518284[_0xf7c2d8(_0x6c82fc._0x2983ea,_0x6c82fc._0x62f283,_0x6c82fc._0x8fb1c8,_0x6c82fc._0x1c83a8)]=_0x298a6d[_0x1e9621(0x455,_0x6c82fc._0x174485,0x36f,0x42b)],_0x518284[_0x1e9621(_0x6c82fc._0x3d32a7,_0x6c82fc._0x9f66c9,_0x6c82fc._0x58fff0,0x1b5)+'n']=_0x298a6d[_0x1e9621(0x2b9,0x2fd,_0x6c82fc._0x26fc32,0x2e9)],_0x518284[_0x1e9621(0x440,0x432,0x33b,_0x6c82fc._0x3b24d9)]=_0x298a6d[_0x1e9621(0x3e7,_0x6c82fc._0x5b060c,_0x6c82fc._0x22a3c1,_0x6c82fc._0x22bba0)],_0x518284[_0x1e9621(0x2b3,0x2aa,0x381,0x2d5)+_0x1e9621(0x28a,0x1e4,_0x6c82fc._0x41a63a,0x20b)]=_0x1e9621(0x2f6,_0x6c82fc._0x27511a,0x2ce,0x349),_0x518284[_0x1e9621(0x3c2,_0x6c82fc._0x54deeb,_0x6c82fc._0x5413fe,0x32c)]=[];const _0x3716f2=_0x518284;await _0x41bae0[_0xf7c2d8(0x5e0,0x5bf,_0x6c82fc._0x3190d1,_0x6c82fc._0x8be205)](_0x4a2a6f[_0x1e9621(0x27b,0x309,0x325,0x3d5)](_0x3bb6d7,_0x298a6d[_0x1e9621(0x458,0x507,0x43a,_0x6c82fc._0x1a89cc)],_0x298a6d[_0x1e9621(0x35b,_0x6c82fc._0x35895d,_0x6c82fc._0x22a3c1,0x2b2)],'environmen'+'t.json'),_0x298a6d['bUTPs'](JSON[_0x1e9621(0x2de,0x3c7,_0x6c82fc._0x50e777,0x257)](_0x3716f2,null,-0x1493+-0x383+0x6*0x404),'\x0a'));const _0x402fb4='#\x20'+_0x107999+(_0xf7c2d8(0x646,0x548,_0x6c82fc._0x411488,_0x6c82fc._0x4f8e94)+_0xf7c2d8(0x546,0x494,0x3e3,0x48d)+_0xf7c2d8(0x5b7,0x5fe,_0x6c82fc._0x2ceb45,0x705)+_0x1e9621(_0x6c82fc._0x49e2e8,_0x6c82fc._0x10e30e,0x3c1,0x338)+_0xf7c2d8(_0x6c82fc._0x345148,_0x6c82fc._0x2e12e6,_0x6c82fc._0x399e82,0x433)+_0x1e9621(0x356,_0x6c82fc._0x5ab6db,0x33d,0x358)+_0x1e9621(_0x6c82fc._0x102dc9,0x354,_0x6c82fc._0xda87b5,_0x6c82fc._0x2770bb)+_0xf7c2d8(0x529,0x577,_0x6c82fc._0xac76a0,0x4c8)+'ons,\x20and\x20t'+_0xf7c2d8(0x56f,0x4a1,0x4cc,0x417)+_0x1e9621(0x3b9,_0x6c82fc._0x5f245a,0x45b,0x3c5)+_0xf7c2d8(0x542,_0x6c82fc._0xeb33c4,_0x6c82fc._0x507ff4,_0x6c82fc._0x2ece99)+'developmen'+_0x1e9621(0x446,_0x6c82fc._0x3b5a2f,0x412,0x4fb)+_0xf7c2d8(0x458,0x4ab,_0x6c82fc._0x4b4476,0x3e1)+'`\x0a')+_0x107999+(_0x1e9621(_0x6c82fc._0xf91676,0x3e2,_0x6c82fc._0x2bb7ba,0x3f8)+'p.json\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1e9621(0x226,_0x6c82fc._0x4cb8a3,0x32c,0x387)+'r\x20settings'+_0xf7c2d8(0x49f,0x523,_0x6c82fc._0x461d5e,0x5fd)+_0x1e9621(0x393,_0x6c82fc._0x34536b,0x316,_0x6c82fc._0x4ec75e)+_0x1e9621(_0x6c82fc._0x125f39,0x4c9,_0x6c82fc._0x1ab6df,0x4c1)+_0xf7c2d8(0x682,0x66c,_0x6c82fc._0x26b4c1,0x642)+'──\x20environ'+'ments/\x20\x20\x20\x20'+_0x1e9621(0x424,0x2e9,0x3da,0x3dc)+'#\x20Environm'+_0xf7c2d8(0x6ea,_0x6c82fc._0x10d612,0x548,0x5b3)+_0xf7c2d8(0x685,_0x6c82fc._0x5b79f7,_0x6c82fc._0x310829,_0x6c82fc._0x3eac78)+'└──\x20defaul'+_0xf7c2d8(0x569,0x5c7,_0x6c82fc._0x1e8dba,_0x6c82fc._0x4b4476)+_0x1e9621(0x288,0x311,_0x6c82fc._0x3b24d9,_0x6c82fc._0x2b29bf)+_0xf7c2d8(0x6d8,_0x6c82fc._0x4c8ded,_0x6c82fc._0x1fd665,0x59f)+'n\x20\x20\x20#\x20Envi'+_0x1e9621(_0x6c82fc._0x35f3c3,_0x6c82fc._0x76aa3e,_0x6c82fc._0x5e198e,0x343)+_0xf7c2d8(0x3f4,_0x6c82fc._0x100175,0x57e,0x545)+_0xf7c2d8(0x5b9,_0x6c82fc._0x27acb6,0x58c,_0x6c82fc._0x188a8c)+_0xf7c2d8(_0x6c82fc._0x376d9f,_0x6c82fc._0x186f56,0x551,_0x6c82fc._0x1a65cd)+'\x20├──\x20AGENT'+_0xf7c2d8(0x580,_0x6c82fc._0x3a5a8e,0x518,_0x6c82fc._0x490140)+_0x1e9621(0x1e3,0x280,0x2c6,_0x6c82fc._0x40dcba)+'ructions\x20f'+_0xf7c2d8(0x619,_0x6c82fc._0x1b7ac6,_0x6c82fc._0x71bfff,_0x6c82fc._0xbe81c8)+'ts\x0a│\x20\x20\x20\x20\x20\x20'+_0xf7c2d8(0x650,0x547,0x51b,0x569)+_0x1e9621(0x451,_0x6c82fc._0x4cad89,0x411,0x39d)+'\x20\x20\x20\x20#\x20Admi'+_0xf7c2d8(0x509,_0x6c82fc._0x8920e3,_0x6c82fc._0x28ade2,_0x6c82fc._0xf47d85)+_0x1e9621(0x32b,_0x6c82fc._0x2d5e27,_0x6c82fc._0x36381f,_0x6c82fc._0x195d4e)+'\x20in\x20contai'+'ners)\x0a│\x20\x20\x20'+_0xf7c2d8(0x44b,_0x6c82fc._0x431ef7,_0x6c82fc._0x7f832b,0x3a3)+_0x1e9621(0x42e,_0x6c82fc._0xdc0533,_0x6c82fc._0x2ca5b9,0x514)+_0xf7c2d8(_0x6c82fc._0x14e52d,_0x6c82fc._0x2337aa,_0x6c82fc._0x5d30c8,0x573)+'ontainer\x20i'+_0x1e9621(_0x6c82fc._0x498176,_0x6c82fc._0x5e22a5,0x3ed,_0x6c82fc._0x48ae67)+_0xf7c2d8(_0x6c82fc._0x5010d3,_0x6c82fc._0x1646b0,0x474,0x646)+_0xf7c2d8(0x731,0x66d,0x715,_0x6c82fc._0x8586e4)+'tup.sh\x20\x20\x20\x20'+_0xf7c2d8(_0x6c82fc._0x510e35,_0x6c82fc._0xe4717,0x5aa,_0x6c82fc._0x3da64d)+_0xf7c2d8(_0x6c82fc._0x19498f,0x567,0x51d,0x588)+_0xf7c2d8(_0x6c82fc._0x44c87c,0x5dc,0x518,_0x6c82fc._0x2b1cc3)+_0xf7c2d8(0x6a9,_0x6c82fc._0x293508,0x4ac,_0x6c82fc._0x31ad8b)+_0xf7c2d8(_0x6c82fc._0x485ff2,_0x6c82fc._0x4e45f7,_0x6c82fc._0x3d9721,_0x6c82fc._0x54fb0f)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1e9621(0x31a,_0x6c82fc._0x46c78d,0x2d9,0x28b)+'data\x20(giti'+_0xf7c2d8(0x776,0x672,_0x6c82fc._0x3bb5d2,_0x6c82fc._0x3133c3)+_0x1e9621(_0x6c82fc._0x9c552,_0x6c82fc._0x4503b0,0x308,_0x6c82fc._0x2984ab)+_0xf7c2d8(0x5de,_0x6c82fc._0x44b101,0x721,0x5cc)+_0xf7c2d8(_0x6c82fc._0x3b3bf7,0x5d8,0x57e,_0x6c82fc._0x4b4981)+'\x20`environm'+_0xf7c2d8(_0x6c82fc._0xf09ced,0x4f4,0x5b4,_0x6c82fc._0x1f5a45)+_0x1e9621(0x320,_0x6c82fc._0xfcffff,0x3dd,_0x6c82fc._0x4e681f)+_0x1e9621(_0x6c82fc._0x2a4376,_0x6c82fc._0x46124c,0x2df,_0x6c82fc._0x44b860)+_0xf7c2d8(_0x6c82fc._0x5d4782,0x697,_0x6c82fc._0x99af7c,0x6d7)+_0x1e9621(_0x6c82fc._0x1019e9,_0x6c82fc._0xf16815,_0x6c82fc._0x2b9936,_0x6c82fc._0x611640)+'ories\x0a2.\x20C'+'ustomize\x20`'+'environmen'+_0x1e9621(0x34f,0x3f8,_0x6c82fc._0x192436,_0x6c82fc._0x592a56)+'/AGENTS.md'+_0xf7c2d8(0x607,_0x6c82fc._0x5f1b0d,0x62f,_0x6c82fc._0x570e56)+_0xf7c2d8(0x5c2,_0x6c82fc._0x2b747a,0x592,0x5c9)+_0xf7c2d8(0x6ed,0x658,_0x6c82fc._0x617a68,0x61f)+_0xf7c2d8(0x4ad,0x590,0x595,_0x6c82fc._0x18c7c0)+_0xf7c2d8(0x739,_0x6c82fc._0x16df63,_0x6c82fc._0x15444e,0x604)+_0x1e9621(_0x6c82fc._0x3aac43,0x309,0x30e,_0x6c82fc._0x4ac915)+'tings\x20via\x20'+_0xf7c2d8(0x596,0x546,_0x6c82fc._0x42c8ba,_0x6c82fc._0x5f5a68)+_0x1e9621(_0x6c82fc._0x5541ca,_0x6c82fc._0x33567d,_0x6c82fc._0x18c5f6,_0x6c82fc._0x5ab6db)+_0xf7c2d8(_0x6c82fc._0x378b07,0x4ed,_0x6c82fc._0x48954e,_0x6c82fc._0x2a1fa6)+_0x1e9621(0x369,_0x6c82fc._0x4c65f8,_0x6c82fc._0x4ba6e4,_0x6c82fc._0x454d75)+_0x1e9621(0x33a,_0x6c82fc._0xf58be8,_0x6c82fc._0x4573de,_0x6c82fc._0x55da43)+'r\x20image:\x20`'+_0x1e9621(0x469,_0x6c82fc._0x19a57a,_0x6c82fc._0x199dc2,0x3b9)+_0xf7c2d8(_0x6c82fc._0x283d57,0x690,_0x6c82fc._0x552683,_0x6c82fc._0x513854)+_0x1e9621(0x36f,_0x6c82fc._0x3b055a,_0x6c82fc._0x2078c0,_0x6c82fc._0x239adf)+'\x20Start\x20the'+_0x1e9621(0x3c1,_0x6c82fc._0xa8cac,0x46f,_0x6c82fc._0x50ddf9)+_0xf7c2d8(0x4d3,_0x6c82fc._0x71bfff,_0x6c82fc._0x513311,0x4d2)+_0x1e9621(_0x6c82fc._0xddd474,0x399,_0x6c82fc._0x1a4597,0x2ca)+_0x1e9621(_0x6c82fc._0x5a2dfe,_0x6c82fc._0x4f06c2,_0x6c82fc._0x4b0fbe,_0x6c82fc._0x3be375)+'Environmen'+_0x1e9621(0x3f9,_0x6c82fc._0x3c2f91,0x30d,0x3e8)+'tation](ht'+_0xf7c2d8(_0x6c82fc._0x132a8b,0x54e,_0x6c82fc._0x59bdb8,_0x6c82fc._0x26f389)+_0x1e9621(0x4c7,_0x6c82fc._0x22d798,_0x6c82fc._0x489296,_0x6c82fc._0x10e30e)+_0xf7c2d8(_0x6c82fc._0x3e5b60,0x57f,0x644,0x629)+_0x1e9621(0x390,_0x6c82fc._0x4215c5,_0x6c82fc._0x122e20,0x228)+_0x1e9621(_0x6c82fc._0x6bce18,0x41a,_0x6c82fc._0x3a486d,_0x6c82fc._0x36f914)+'\x20details.\x0a');await _0x41bae0['writeFile'](_0x4a2a6f[_0xf7c2d8(0x4ec,0x519,0x5b6,0x458)](_0x3bb6d7,_0x298a6d[_0x1e9621(_0x6c82fc._0x2d643a,0x27e,_0x6c82fc._0x10746a,0x417)]),_0x402fb4);const _0x3d5e15='#\x20Default\x20'+_0x1e9621(_0x6c82fc._0x545652,0x341,0x3ec,0x3ce)+_0x1e9621(0x4cf,0x44e,0x44c,_0x6c82fc._0x40ac12)+_0x1e9621(_0x6c82fc._0x5fb7ff,0x340,0x2c7,0x240)+'\x20architect'+_0x1e9621(0x2c2,_0x6c82fc._0x44ca1a,0x36a,0x45b)+_0x1e9621(_0x6c82fc._0x323032,_0x6c82fc._0xd71171,0x311,0x2d9)+'considerat'+_0x1e9621(0x47c,0x4f3,_0x6c82fc._0x5e5e92,_0x6c82fc._0x42c8ba)+_0x1e9621(0x288,_0x6c82fc._0x5cef9c,_0x6c82fc._0x33e62a,_0x6c82fc._0x3bbe46)+_0x1e9621(_0x6c82fc._0x572e33,_0x6c82fc._0x5ae071,0x34b,0x3e1)+_0x1e9621(_0x6c82fc._0xa793f2,0x394,_0x6c82fc._0x1a188f,0x38b)+_0xf7c2d8(0x4ea,0x585,0x602,0x55d)+'s\x20only\x20acc'+_0x1e9621(_0x6c82fc._0x3c2353,0x473,_0x6c82fc._0x66827a,0x2f1)+'\x20administr'+'ators\x20thro'+'ugh\x20the\x20En'+_0x1e9621(_0x6c82fc._0x4041ea,0x3f8,_0x6c82fc._0x35895d,0x3ae)+_0x1e9621(_0x6c82fc._0x3d18ca,_0x6c82fc._0x10c9ec,0x395,_0x6c82fc._0x271ba9)+_0xf7c2d8(_0x6c82fc._0x34c0cc,_0x6c82fc._0x24c426,_0x6c82fc._0x5b1ccc,0x4cd)+'\x20NOT\x20mount'+_0xf7c2d8(0x65c,0x5e9,_0x6c82fc._0x36f41b,_0x6c82fc._0x24fcd5)+_0xf7c2d8(_0x6c82fc._0x2d7258,0x4c4,0x3de,_0x6c82fc._0x4448b1);await _0x41bae0[_0xf7c2d8(0x5f5,_0x6c82fc._0x2b7897,_0x6c82fc._0x35f08c,_0x6c82fc._0x2dfa83)](_0x4a2a6f['join'](_0x3bb6d7,_0x298a6d[_0xf7c2d8(0x630,0x62e,0x618,0x52a)],_0xf7c2d8(_0x6c82fc._0x3b3eb4,0x688,_0x6c82fc._0x5a1d47,0x699),'README.md'),_0x3d5e15);const _0x3b26d2=_0x1e9621(0x1e1,0x29d,_0x6c82fc._0x2be1ce,0x37c)+'Environmen'+_0x1e9621(_0x6c82fc._0x3e253,0x2cd,_0x6c82fc._0x3be53c,0x297)+'tions\x20for\x20'+_0x1e9621(_0x6c82fc._0x5b5751,0x37a,_0x6c82fc._0x2005cd,_0x6c82fc._0x55da43)+_0x1e9621(_0x6c82fc._0x25a10e,0x261,0x362,0x33a)+'\x20this\x20envi'+_0x1e9621(0x429,_0x6c82fc._0x4d1ba1,0x35e,0x403)+_0x1e9621(0x362,_0x6c82fc._0x4d56a1,_0x6c82fc._0x5a71f6,_0x6c82fc._0x24f045)+_0x1e9621(_0x6c82fc._0x3ebaeb,0x212,0x2e3,_0x6c82fc._0x34c9a6)+_0x1e9621(0x302,_0x6c82fc._0x2005cd,_0x6c82fc._0x594cf1,_0x6c82fc._0x2b9e74)+_0xf7c2d8(_0x6c82fc._0x128ea6,0x65c,0x739,0x658)+'tory\x20is\x20`/'+'workspace`'+_0xf7c2d8(0x4c3,_0x6c82fc._0x182b90,0x53f,0x472)+'ntains\x20the'+_0x1e9621(_0x6c82fc._0x81b897,0x2f3,_0x6c82fc._0x5a8c35,0x368)+_0x1e9621(_0x6c82fc._0x4aed26,_0x6c82fc._0x598a03,_0x6c82fc._0x11d28e,0x495)+'ured\x20for\x20t'+_0xf7c2d8(_0x6c82fc._0x534212,_0x6c82fc._0x319a13,0x40a,0x505)+_0x1e9621(_0x6c82fc._0x48249d,_0x6c82fc._0x1fa091,_0x6c82fc._0x15dd56,_0x6c82fc._0x585c32)+_0x1e9621(0x4f4,0x4b9,0x3f6,_0x6c82fc._0x2ca5b9)+_0xf7c2d8(0x5d5,_0x6c82fc._0x1f2988,_0x6c82fc._0x261cd5,0x4e5)+_0x1e9621(0x3f1,0x532,_0x6c82fc._0x16ade0,0x3c1)+_0x1e9621(_0x6c82fc._0x54db2f,0x2a9,_0x6c82fc._0x2f67b1,0x3bf)+'ny\x20task,\x20y'+_0x1e9621(_0x6c82fc._0x19bef3,0x276,0x2af,_0x6c82fc._0x478b22)+_0x1e9621(_0x6c82fc._0xb6095f,0x392,0x41e,0x338)+_0x1e9621(0x3a5,_0x6c82fc._0x1dd259,_0x6c82fc._0x4bae9a,0x334)+_0xf7c2d8(0x628,_0x6c82fc._0x261cd5,0x458,_0x6c82fc._0x314188)+'s:\x0a\x0a**Impo'+_0xf7c2d8(_0x6c82fc._0x15444e,0x685,0x713,0x649)+_0x1e9621(_0x6c82fc._0x5e198e,_0x6c82fc._0x1757e3,0x30c,_0x6c82fc._0x11e247)+'tput`\x20dire'+_0x1e9621(_0x6c82fc._0x358616,_0x6c82fc._0x25c6ea,_0x6c82fc._0x53cddc,_0x6c82fc._0x41e4c0)+'ocated\x20at\x20'+_0xf7c2d8(0x403,_0x6c82fc._0x2ebc0b,0x53d,0x4cd)+'\x20ROOT,\x20NOT'+_0x1e9621(_0x6c82fc._0x156c28,_0x6c82fc._0x302dad,0x393,0x35d)+'workspace`'+'.\x20Ensure\x20y'+'ou\x20write\x20t'+_0x1e9621(_0x6c82fc._0x455f2c,0x376,_0x6c82fc._0x27511a,0x35f)+_0x1e9621(_0x6c82fc._0x5d1761,0x46e,0x42c,0x3cb)+_0x1e9621(_0x6c82fc._0x46124c,0x3e7,_0x6c82fc._0x12a182,_0x6c82fc._0x5352b3)+_0x1e9621(0x422,0x290,0x38f,0x407)+_0x1e9621(0x350,0x3cb,0x3f2,0x318)+_0x1e9621(_0x6c82fc._0x1d43f5,0x30d,0x306,0x299)+'\x0a\x0a###\x201.\x20S'+'ummary\x20Fil'+_0xf7c2d8(_0x6c82fc._0x3e9721,_0x6c82fc._0x35e58b,_0x6c82fc._0x4c572a,_0x6c82fc._0x3f979c)+'output/sum'+_0x1e9621(0x21c,0x39a,0x2e1,0x2dc)+'rite\x20a\x20det'+'ailed\x20summ'+_0xf7c2d8(_0x6c82fc._0x7f5e7f,0x4e9,_0x6c82fc._0x5a010a,_0x6c82fc._0x286d73)+_0xf7c2d8(_0x6c82fc._0x396c4e,_0x6c82fc._0x43034f,_0x6c82fc._0x51fd5f,_0x6c82fc._0x9dad0a)+_0x1e9621(0x2f9,_0x6c82fc._0x85458,_0x6c82fc._0xfe0ef,0x1f8)+'\x20and\x20why\x0a-'+_0x1e9621(0x4bf,_0x6c82fc._0x29c035,0x436,_0x6c82fc._0xb907bb)+_0x1e9621(_0x6c82fc._0x2da723,0x3bf,0x3db,0x313)+_0x1e9621(_0x6c82fc._0x1d5b48,0x436,0x488,_0x6c82fc._0xb02961)+_0xf7c2d8(0x5d8,0x509,0x4db,0x454)+'\x20resolved\x20'+_0xf7c2d8(0x5e0,_0x6c82fc._0x46c7f2,0x65e,_0x6c82fc._0x14a9f7)+_0xf7c2d8(_0x6c82fc._0x541104,0x4a7,0x501,0x48a)+_0xf7c2d8(0x671,_0x6c82fc._0xec0018,0x6d0,_0x6c82fc._0x498e39)+'able)\x0a-\x20An'+_0xf7c2d8(0x592,_0x6c82fc._0x1b2c6f,0x5a2,_0x6c82fc._0x2c40d6)+_0x1e9621(_0x6c82fc._0x455f2c,0x49f,_0x6c82fc._0xb2f19d,_0x6c82fc._0x5b1923)+'\x20next\x20step'+_0x1e9621(_0x6c82fc._0x4a7411,_0x6c82fc._0x4e7c66,0x37d,0x31c)+'Commit\x20Mes'+_0x1e9621(0x202,_0x6c82fc._0x3dccb9,0x2e8,0x2f1)+_0x1e9621(_0x6c82fc._0x26dd94,_0x6c82fc._0xa5f722,0x3e2,_0x6c82fc._0x541104)+'commit-mes'+'sage.txt`\x0a'+'Write\x20a\x20co'+_0xf7c2d8(0x691,_0x6c82fc._0x585ee4,_0x6c82fc._0x5b5846,_0x6c82fc._0x535c6c)+_0xf7c2d8(0x610,_0x6c82fc._0xe40997,0x4d5,0x5f2)+_0x1e9621(_0x6c82fc._0x222de7,0x35f,0x2fa,_0x6c82fc._0x33056e)+_0x1e9621(_0x6c82fc._0x19bef3,0x3ca,_0x6c82fc._0x3cffbb,0x42d)+_0xf7c2d8(0x71a,0x615,0x524,_0x6c82fc._0x1f4e46)+_0xf7c2d8(0x71f,0x660,0x73e,_0x6c82fc._0x2b0464)+_0x1e9621(_0x6c82fc._0x18c161,_0x6c82fc._0x114af2,0x44b,_0x6c82fc._0x2431e5)+_0xf7c2d8(_0x6c82fc._0x34a159,_0x6c82fc._0x458d09,_0x6c82fc._0x1791d6,0x701)+_0x1e9621(0x3ab,0x3ef,_0x6c82fc._0x26bd89,_0x6c82fc._0x35c29b)+_0x1e9621(0x48e,0x44e,0x470,0x542)+_0xf7c2d8(0x4d5,0x5d0,0x6ac,0x651)+'he\x20reposit'+'ory\x0a-\x20Add\x20'+_0xf7c2d8(_0x6c82fc._0xa79398,_0x6c82fc._0x8ea99f,0x460,0x470)+'t-specific'+_0x1e9621(0x38b,0x328,0x383,_0x6c82fc._0x2727de)+'ons\x20here\x0a';await _0x41bae0[_0xf7c2d8(0x54a,0x5bf,_0x6c82fc._0x4007f9,0x5a1)](_0x4a2a6f['join'](_0x3bb6d7,_0x298a6d[_0x1e9621(0x425,0x486,_0x6c82fc._0x3814c4,_0x6c82fc._0x2a8c66)],_0x298a6d['NmCGR'],_0x298a6d[_0xf7c2d8(0x597,_0x6c82fc._0x292119,_0x6c82fc._0x57d012,0x6df)]),_0x3b26d2);const _0x5caab7=_0x1e9621(_0x6c82fc._0x337f33,_0x6c82fc._0x1fdf81,0x2d7,0x2a9)+_0xf7c2d8(0x605,_0x6c82fc._0x1fce1c,_0x6c82fc._0x556d06,0x5f2)+_0x1e9621(_0x6c82fc._0x5de48a,0x1ed,_0x6c82fc._0xe708e7,_0x6c82fc._0x3e253)+'latest\x0a\x0a#\x20'+_0xf7c2d8(_0x6c82fc._0x2d09e3,0x4eb,0x522,_0x6c82fc._0x41e4c0)+_0x1e9621(_0x6c82fc._0x242ed0,0x507,0x41b,_0x6c82fc._0xd446dc)+_0xf7c2d8(0x6bd,0x5f5,_0x6c82fc._0x6b76bc,0x6a4)+_0xf7c2d8(_0x6c82fc._0x2ec459,_0x6c82fc._0x50e47c,0x582,_0x6c82fc._0x36c9d4)+_0x1e9621(0x386,0x3ac,0x450,0x4da)+'ng\x20repos\x20i'+'n\x20environm'+_0xf7c2d8(0x3c7,0x49d,0x557,0x4af)+_0x1e9621(_0x6c82fc._0x7f832b,_0x6c82fc._0x9e63ab,0x403,_0x6c82fc._0x2c6eca)+_0x1e9621(_0x6c82fc._0xdcb327,0x26b,0x361,0x3ee)+_0x1e9621(_0x6c82fc._0x34e44a,0x4f8,_0x6c82fc._0x5a0051,0x346)+_0x1e9621(_0x6c82fc._0xc4efe2,0x574,0x49e,_0x6c82fc._0x1a89cc)+_0xf7c2d8(_0x6c82fc._0x3e9d40,_0x6c82fc._0x142520,0x627,_0x6c82fc._0x4f9b98)+_0xf7c2d8(_0x6c82fc._0x3eaaa7,_0x6c82fc._0x55a686,_0x6c82fc._0x10cad5,0x6ee)+_0xf7c2d8(0x602,_0x6c82fc._0x374ba2,_0x6c82fc._0xb51c0,0x5a6)+_0xf7c2d8(_0x6c82fc._0x237b18,_0x6c82fc._0x15e2a8,_0x6c82fc._0x28ed73,0x6c4)+'/REPO.git\x20'+'/workspace'+'/REPO\x20&&\x20\x5c'+_0xf7c2d8(_0x6c82fc._0x2f6ba8,_0x6c82fc._0x4828ae,0x4c6,_0x6c82fc._0x3e2bff)+_0xf7c2d8(0x596,_0x6c82fc._0x3548a1,0x57e,_0x6c82fc._0xfd760)+_0xf7c2d8(_0x6c82fc._0x418579,0x4cc,_0x6c82fc._0x20a285,0x484)+_0xf7c2d8(_0x6c82fc._0x57413b,0x5ee,_0x6c82fc._0x5707d9,_0x6c82fc._0x2ece99)+_0x1e9621(_0x6c82fc._0x3ace7a,_0x6c82fc._0x225a31,_0x6c82fc._0x1de6d0,_0x6c82fc._0x36c118)+_0x1e9621(_0x6c82fc._0x7f832b,_0x6c82fc._0xf588c4,_0x6c82fc._0x3096b9,_0x6c82fc._0x14d1ce);await _0x41bae0['writeFile'](_0x4a2a6f['join'](_0x3bb6d7,_0x298a6d[_0xf7c2d8(_0x6c82fc._0x448fed,0x62e,_0x6c82fc._0x378b2c,_0x6c82fc._0x3d1d14)],_0x298a6d[_0xf7c2d8(_0x6c82fc._0x3da64d,0x563,_0x6c82fc._0x34d0c0,_0x6c82fc._0xd92a07)],_0x298a6d[_0x1e9621(0x3d0,0x26f,0x307,0x37f)]),_0x5caab7);const _0x1d85f1=_0xf7c2d8(_0x6c82fc._0x37c4c6,_0x6c82fc._0x24fcd5,0x649,0x630)+_0x1e9621(_0x6c82fc._0x4823f4,_0x6c82fc._0x26fc32,_0x6c82fc._0x20845a,_0x6c82fc._0x165743)+_0xf7c2d8(0x655,0x5dd,_0x6c82fc._0x7eb97b,0x64a)+_0xf7c2d8(_0x6c82fc._0xc77578,0x676,0x624,_0x6c82fc._0x3e56cf)+_0x1e9621(0x2cd,_0x6c82fc._0x479f95,0x2da,_0x6c82fc._0x13c800)+_0xf7c2d8(_0x6c82fc._0x4820e4,_0x6c82fc._0x333461,0x6eb,0x5e4)+_0xf7c2d8(_0x6c82fc._0x451d65,_0x6c82fc._0x7e985f,0x4bc,_0x6c82fc._0x1e369b)+_0x1e9621(0x4bb,0x3b3,_0x6c82fc._0x309bbf,_0x6c82fc._0x2271af)+_0x1e9621(_0x6c82fc._0x2dc876,0x3a2,0x42f,0x36b)+_0x1e9621(_0x6c82fc._0x188a8c,_0x6c82fc._0x1791d6,0x487,0x547)+_0xf7c2d8(0x67e,_0x6c82fc._0x495d49,_0x6c82fc._0x41f468,0x59c)+_0xf7c2d8(0x635,_0x6c82fc._0x3d5dd2,0x4bb,0x57a)+_0xf7c2d8(_0x6c82fc._0x221d25,0x4b4,0x561,0x48d)+_0xf7c2d8(0x4e6,_0x6c82fc._0x2abdc3,_0x6c82fc._0x31f8cb,_0x6c82fc._0x5c07f8)+'\x22\x0a\x0a#\x20Add\x20r'+'epository\x20'+_0xf7c2d8(0x4db,0x5b7,_0x6c82fc._0x52f9e8,0x5e4)+'nds\x20here\x20a'+_0xf7c2d8(_0x6c82fc._0x41912a,_0x6c82fc._0x5d4782,_0x6c82fc._0x3590ef,0x564)+_0x1e9621(0x494,0x4b8,0x430,_0x6c82fc._0xb18637)+_0x1e9621(_0x6c82fc._0x31ed1b,0x2a5,0x378,_0x6c82fc._0x156c28)+'le\x20for\x20a\x20r'+'epo\x20named\x20'+_0xf7c2d8(_0x6c82fc._0x45cfab,0x52b,0x443,_0x6c82fc._0x3e7f25)+_0xf7c2d8(0x594,0x5c6,0x639,_0x6c82fc._0x3bf5ca)+_0x1e9621(_0x6c82fc._0x3c5b9f,0x51f,_0x6c82fc._0x334ddf,0x4aa)+_0xf7c2d8(_0x6c82fc._0x364500,0x4dd,_0x6c82fc._0x313b5b,_0x6c82fc._0x1e369b)+_0x1e9621(_0x6c82fc._0x3e4645,_0x6c82fc._0x2a8c66,_0x6c82fc._0x1958ee,0x4de)+_0xf7c2d8(0x398,0x48a,_0x6c82fc._0x13c823,0x384)+_0xf7c2d8(0x456,_0x6c82fc._0x3e9d50,_0x6c82fc._0x40900d,_0x6c82fc._0x10f236)+_0xf7c2d8(_0x6c82fc._0x425f7e,0x56f,_0x6c82fc._0x4828ae,0x56d)+'tch\x20origin'+_0x1e9621(_0x6c82fc._0xa07f09,0x2ef,0x336,0x2bb)+'ckout\x20$MYR'+_0x1e9621(_0x6c82fc._0x572e33,0x412,_0x6c82fc._0x44c108,_0x6c82fc._0x2c92fd)+_0xf7c2d8(_0x6c82fc._0x34460d,0x5c9,_0x6c82fc._0x46df33,_0x6c82fc._0x2e1590)+_0xf7c2d8(0x454,0x518,0x5f3,0x59c)+_0xf7c2d8(0x551,0x61f,0x526,0x6f8)+'NCH\x0a\x0a#\x20Ins'+_0xf7c2d8(_0x6c82fc._0xd21f54,0x5c2,_0x6c82fc._0x2195bd,_0x6c82fc._0x3f960a)+_0xf7c2d8(_0x6c82fc._0x4448b1,_0x6c82fc._0x56e8b3,_0x6c82fc._0x418579,0x58c)+_0xf7c2d8(_0x6c82fc._0x3aa114,0x506,_0x6c82fc._0xae1de2,0x480)+_0x1e9621(_0x6c82fc._0x1fe719,_0x6c82fc._0x4b659c,_0x6c82fc._0x53a6ec,_0x6c82fc._0x57a454)+_0xf7c2d8(_0x6c82fc._0x46b322,_0x6c82fc._0x1264b5,_0x6c82fc._0x38c5f3,_0x6c82fc._0x4a5190)+'>/dev/null'+_0xf7c2d8(0x560,_0x6c82fc._0xd2c2da,0x578,0x5de)+'stall\x0a\x0acd\x20'+_0xf7c2d8(_0x6c82fc._0x4f1122,_0x6c82fc._0x3e9721,0x490,_0x6c82fc._0x5bc555)+_0x1e9621(0x463,_0x6c82fc._0x313091,_0x6c82fc._0x38a124,_0x6c82fc._0x346764)+'\x20setup\x20inf'+'o\x20for\x20task'+_0x1e9621(0x333,0x482,_0x6c82fc._0x30e283,0x3c1)+_0x1e9621(_0x6c82fc._0x31cc96,0x37d,0x39d,0x37f)+'ask-output'+_0x1e9621(0x34e,0x3df,0x33e,_0x6c82fc._0xf2058)+_0xf7c2d8(_0x6c82fc._0x2a80dc,0x5d6,_0x6c82fc._0x49c132,0x6a2)+_0x1e9621(0x3b0,_0x6c82fc._0x393de6,_0x6c82fc._0x500db5,_0x6c82fc._0x4bae9a)+_0x1e9621(0x4b5,_0x6c82fc._0x2d57dc,_0x6c82fc._0x2f760e,0x401)+'OF\x0a{\x0a\x20\x20\x22ti'+'mestamp\x22:\x20'+_0xf7c2d8(0x439,_0x6c82fc._0x461d5e,_0x6c82fc._0x48426f,0x3fd)+'seconds)\x22\x0a'+_0x1e9621(0x3e0,0x388,0x413,0x3f5)+_0xf7c2d8(_0x6c82fc._0x3bb54f,0x61a,0x71b,_0x6c82fc._0x4af6be)+_0x1e9621(0x314,0x245,_0x6c82fc._0x518721,0x35e)+_0x1e9621(_0x6c82fc._0x5c8ec2,0x384,0x3de,0x3f5);await _0x41bae0[_0x1e9621(_0x6c82fc._0x2ae507,_0x6c82fc._0x197a60,0x3cb,_0x6c82fc._0x1f8bd5)](_0x4a2a6f[_0xf7c2d8(_0x6c82fc._0x36a886,0x519,0x57b,_0x6c82fc._0x30c20c)](_0x3bb6d7,_0x1e9621(0x290,_0x6c82fc._0x28669a,_0x6c82fc._0x5b1923,0x336)+'ts',_0x298a6d[_0xf7c2d8(_0x6c82fc._0x5cc7aa,_0x6c82fc._0x142931,0x4b1,0x5eb)],_0xf7c2d8(_0x6c82fc._0x3d0c25,0x63b,_0x6c82fc._0x403921,_0x6c82fc._0x363ed4)),_0x1d85f1),await _0x41bae0[_0xf7c2d8(0x452,0x498,_0x6c82fc._0x49c76e,_0x6c82fc._0x1fea01)](_0x4a2a6f[_0x1e9621(_0x6c82fc._0x7bd50a,_0x6c82fc._0x508502,0x325,0x31d)](_0x3bb6d7,_0x298a6d[_0x1e9621(0x373,0x3df,_0x6c82fc._0x521a15,_0x6c82fc._0x2c92fd)],_0x298a6d[_0xf7c2d8(0x519,0x563,_0x6c82fc._0x38a4cd,_0x6c82fc._0x34a378)],_0x298a6d[_0xf7c2d8(_0x6c82fc._0x2bcb8b,0x51d,_0x6c82fc._0x364c55,0x589)]),-0x6ae+-0x38a*-0x2+0x11*0x17);const _0x10061e=_0x1e9621(0x299,_0x6c82fc._0x53bc5e,0x2d6,_0x6c82fc._0x4a8d42)+_0xf7c2d8(_0x6c82fc._0x513311,_0x6c82fc._0x4de76f,_0x6c82fc._0x2ee90e,0x602)+_0xf7c2d8(0x4e2,0x49a,0x3de,_0x6c82fc._0x55da43)+'\x20Settings\x20'+_0xf7c2d8(0x52b,_0x6c82fc._0x5e85df,_0x6c82fc._0x53c1a1,_0x6c82fc._0x36a886)+_0xf7c2d8(_0x6c82fc._0x4c8e6a,_0x6c82fc._0xfbe13a,0x71a,_0x6c82fc._0x4aecbe)+_0xf7c2d8(_0x6c82fc._0x5707d9,_0x6c82fc._0x1581d5,0x600,_0x6c82fc._0x38c327)+_0x1e9621(_0x6c82fc._0x14472d,_0x6c82fc._0x239adf,0x446,_0x6c82fc._0x4279d4)+_0x1e9621(_0x6c82fc._0xd446dc,0x3dc,0x2e7,_0x6c82fc._0xf82f61)+_0xf7c2d8(_0x6c82fc._0x41a390,_0x6c82fc._0x40900d,0x4ea,0x629)+'crets.json'+_0x1e9621(_0x6c82fc._0x2d0c49,_0x6c82fc._0x397dfc,_0x6c82fc._0x4efc8d,0x534)+_0x1e9621(0x502,0x4c9,0x48a,_0x6c82fc._0x5ebce7)+'sks/\x0a\x0a#\x20Ag'+_0x1e9621(0x344,_0x6c82fc._0x1fde39,0x2bf,_0x6c82fc._0x9a4cb1)+'urations\x20('+_0xf7c2d8(_0x6c82fc._0x40c328,0x63a,_0x6c82fc._0x2a895a,_0x6c82fc._0x411488)+_0x1e9621(0x23a,0x38f,0x305,_0x6c82fc._0x52bfbe)+_0xf7c2d8(_0x6c82fc._0x5d81f4,_0x6c82fc._0x2c87e5,0x550,_0x6c82fc._0x468258)+_0xf7c2d8(_0x6c82fc._0xdf1dcb,0x599,_0x6c82fc._0x12881e,_0x6c82fc._0x1581d5)+_0x1e9621(_0x6c82fc._0x531581,0x422,_0x6c82fc._0x4e5d30,_0x6c82fc._0x3710ce)+_0xf7c2d8(0x490,0x558,_0x6c82fc._0x14b7e7,_0x6c82fc._0x4c1531)+'x/\x0a.gemini'+_0xf7c2d8(_0x6c82fc._0x19074a,_0x6c82fc._0x3e5b60,_0x6c82fc._0x2a61cb,_0x6c82fc._0xeaeeea)+_0xf7c2d8(_0x6c82fc._0x37d338,0x694,0x5e3,_0x6c82fc._0x3ef627)+_0x1e9621(_0x6c82fc._0x3ce78c,_0x6c82fc._0x9f51f5,_0x6c82fc._0x440a62,_0x6c82fc._0x25d19f)+_0x1e9621(0x3e1,_0x6c82fc._0x505e46,_0x6c82fc._0x5a9d79,0x50c)+_0xf7c2d8(_0x6c82fc._0x3cf97a,0x4bf,0x53d,0x3c6)+_0xf7c2d8(0x57b,_0x6c82fc._0x540902,_0x6c82fc._0x25d698,_0x6c82fc._0x45ae4b)+_0xf7c2d8(_0x6c82fc._0x3d5e92,_0x6c82fc._0x378b5c,_0x6c82fc._0x2f1409,0x583)+_0x1e9621(0x376,_0x6c82fc._0x5d1761,0x339,_0x6c82fc._0xb55e63)+'/\x0avenv/\x0aen'+'v/\x0a.temp*\x0a'+'\x0a#\x20Generat'+_0x1e9621(0x430,_0x6c82fc._0x3c9043,_0x6c82fc._0x3989de,0x599)+_0x1e9621(_0x6c82fc._0x2ebc0b,_0x6c82fc._0x345148,_0x6c82fc._0x5347be,_0x6c82fc._0x1b3a54)+'ckerfile\x0a';await _0x41bae0['writeFile'](_0x4a2a6f[_0xf7c2d8(0x5f3,_0x6c82fc._0x328acb,_0x6c82fc._0x213798,_0x6c82fc._0x293508)](_0x3bb6d7,_0x298a6d['epKAv']),_0x10061e);const _0x17003f=await _0x298a6d[_0xf7c2d8(_0x6c82fc._0x5c9421,0x634,0x5fc,_0x6c82fc._0x251d55)](runGitInit,_0x3bb6d7);let _0x23fd78=![];_0x17003f&&(_0x298a6d[_0xf7c2d8(0x448,_0x6c82fc._0x5ab81d,_0x6c82fc._0x4b4f7e,_0x6c82fc._0x2bb7ba)](_0x298a6d[_0xf7c2d8(_0x6c82fc._0x394ea9,_0x6c82fc._0xd15b15,_0x6c82fc._0x35b9c7,_0x6c82fc._0x54c68d)],_0x298a6d[_0x1e9621(0x26c,_0x6c82fc._0x5b0c6b,0x2a7,_0x6c82fc._0x4244cf)])?_0x298a6d[_0x1e9621(_0x6c82fc._0x4fba2a,_0x6c82fc._0x31af3c,_0x6c82fc._0x8fdbb7,_0x6c82fc._0x43528b)](_0x18f82d,_0x298a6d['yetqd'](_0x244e47,-0x24b+-0xb*-0x14b+-0x6*0x1fd)):_0x23fd78=await _0x298a6d['Fmvdb'](runGitInitialCommit,_0x3bb6d7));console[_0xf7c2d8(_0x6c82fc._0x5e96c1,_0x6c82fc._0x4b4981,_0x6c82fc._0x1e54c3,_0x6c82fc._0x40a33d)](_0x298a6d[_0x1e9621(_0x6c82fc._0x53d8a0,0x35f,0x3b5,_0x6c82fc._0x2431e5)]),console[_0x1e9621(0x2be,_0x6c82fc._0x31cc96,0x31c,0x3d2)]('\x20\x20'+_0x107999+'/'),console['log'](_0xf7c2d8(0x5b8,_0x6c82fc._0x418579,_0x6c82fc._0x37d8d4,0x5b2)+_0x1e9621(_0x6c82fc._0x24ebc0,_0x6c82fc._0x1f6e78,0x2e6,0x246)),console[_0x1e9621(_0x6c82fc._0x2e13df,_0x6c82fc._0x1ec0ca,0x31c,0x425)](_0xf7c2d8(0x4ea,0x4f2,_0x6c82fc._0x1b2eec,0x5be)+_0x1e9621(_0x6c82fc._0x5eff80,0x509,_0x6c82fc._0x4d6315,_0x6c82fc._0x34d0c0)+_0x1e9621(0x394,_0x6c82fc._0x43f7fa,0x3da,_0x6c82fc._0x4716b4)+_0x1e9621(0x497,0x336,0x3d6,_0x6c82fc._0x48249d)+_0xf7c2d8(_0x6c82fc._0x138d1d,0x596,0x699,0x59d)+_0x1e9621(_0x6c82fc._0x1af5a3,0x511,0x480,_0x6c82fc._0x2e606b)+_0xf7c2d8(0x5d7,0x4e0,_0x6c82fc._0x4b4f7e,0x540)),console[_0x1e9621(0x2cc,_0x6c82fc._0x15c97f,_0x6c82fc._0x81159f,0x26e)]('\x20\x20├──\x20.git'+_0xf7c2d8(0x5f8,0x661,_0x6c82fc._0x54ae48,0x594)),console[_0x1e9621(_0x6c82fc._0x209e69,0x3ba,0x31c,_0x6c82fc._0x1a7497)](_0xf7c2d8(_0x6c82fc._0x4542a0,_0x6c82fc._0x3d4fb5,0x66f,0x592)+_0xf7c2d8(_0x6c82fc._0x5d58f2,_0x6c82fc._0xdd4ba,0x3c5,_0x6c82fc._0x1d0961)),console[_0xf7c2d8(0x454,0x510,0x4db,0x481)](_0xf7c2d8(0x5ce,0x539,_0x6c82fc._0x1a65cd,_0x6c82fc._0x4c7c94)+_0xf7c2d8(_0x6c82fc._0x9318e9,_0x6c82fc._0x43aff6,0x4ef,0x485)),console['log'](_0x1e9621(0x36c,0x2fe,_0x6c82fc._0x46367e,_0x6c82fc._0x10d351)+_0xf7c2d8(_0x6c82fc._0x242e15,0x561,_0x6c82fc._0x40ae7f,0x4d1)+_0xf7c2d8(_0x6c82fc._0x5089f8,_0x6c82fc._0x607c4f,_0x6c82fc._0x2e12e6,_0x6c82fc._0x3e8d40)),console['log'](_0xf7c2d8(_0x6c82fc._0x2eb50a,0x5ce,_0x6c82fc._0x571d79,0x6c6)+_0x1e9621(0x364,0x361,0x407,_0x6c82fc._0x5d1761)+_0x1e9621(0x370,_0x6c82fc._0x43034f,_0x6c82fc._0x1c32bc,_0x6c82fc._0xcd9713)),console[_0x1e9621(_0x6c82fc._0x3be53c,_0x6c82fc._0x4573de,0x31c,_0x6c82fc._0x15aace)](_0xf7c2d8(_0x6c82fc._0x367763,0x5ce,_0x6c82fc._0x59515a,0x6b2)+'├──\x20README'+'.md'),console[_0xf7c2d8(_0x6c82fc._0x1e54c3,_0x6c82fc._0x3785ae,_0x6c82fc._0x35057a,0x490)](_0x1e9621(_0x6c82fc._0x5ee0ba,0x388,0x3da,_0x6c82fc._0xaa69a)+_0xf7c2d8(0x561,_0x6c82fc._0x3cceb4,_0x6c82fc._0x363f2b,_0x6c82fc._0x592a56)+'file'),console[_0xf7c2d8(0x4e6,_0x6c82fc._0x5380ac,_0x6c82fc._0xb51c0,_0x6c82fc._0x5524f2)](_0xf7c2d8(_0x6c82fc._0x5c9cc9,_0x6c82fc._0x1540a1,0x5db,0x678)+_0x1e9621(0x318,0x291,_0x6c82fc._0x4e7600,0x304)+'sh'),console[_0xf7c2d8(0x53b,_0x6c82fc._0x3785ae,0x5fa,_0x6c82fc._0x5e96c1)]('');if(_0x298a6d[_0xf7c2d8(0x5c7,_0x6c82fc._0x253ab0,_0x6c82fc._0x65de20,_0x6c82fc._0x26f389)](_0x17003f,_0x23fd78))console[_0x1e9621(0x2da,0x2a9,0x31c,0x39d)](_0x298a6d[_0x1e9621(0x360,_0x6c82fc._0xfe612,_0x6c82fc._0x15569e,0x399)]);else{if(_0x17003f)_0x298a6d[_0x1e9621(_0x6c82fc._0x277bbe,_0x6c82fc._0x3709b4,_0x6c82fc._0x4041ea,_0x6c82fc._0x4600fc)](_0x1e9621(0x4a5,0x54b,_0x6c82fc._0x2e788d,0x3ae),_0x298a6d[_0xf7c2d8(_0x6c82fc._0xfb2494,_0x6c82fc._0x250743,_0x6c82fc._0x3109ad,_0x6c82fc._0x525eab)])?console[_0x1e9621(_0x6c82fc._0x3c2353,_0x6c82fc._0x30d5c2,0x31c,0x26d)](_0x298a6d[_0x1e9621(_0x6c82fc._0x2d1563,_0x6c82fc._0x585c32,_0x6c82fc._0x1b7ec4,_0x6c82fc._0x4f0e6e)]):(_0x298a6d[_0x1e9621(_0x6c82fc._0x3f3bb4,0x408,0x498,0x572)](_0x447e47),_0x1e2e6a[_0xf7c2d8(_0x6c82fc._0xb51c0,0x621,_0x6c82fc._0x34437c,0x6c3)](-0x1698*-0x1+0x75c+-0x1df4));else{if(_0x298a6d[_0xf7c2d8(_0x6c82fc._0x2a1fa6,0x534,_0x6c82fc._0x133e44,_0x6c82fc._0x3ae801)](_0x298a6d[_0xf7c2d8(_0x6c82fc._0x5a7ab7,_0x6c82fc._0x4f9b98,_0x6c82fc._0x363f2b,_0x6c82fc._0x36ba06)],_0x298a6d[_0x1e9621(_0x6c82fc._0x2d3af8,_0x6c82fc._0x2ee55e,0x365,_0x6c82fc._0x7bd50a)]))console[_0xf7c2d8(_0x6c82fc._0x1f9efe,0x510,0x4cb,_0x6c82fc._0xea6582)](_0x1e9621(_0x6c82fc._0x306985,0x374,0x2ca,0x27a)+_0x1e9621(_0x6c82fc._0x35333e,_0x6c82fc._0x5eaf80,_0x6c82fc._0x1b6673,_0x6c82fc._0x150296)+_0x1e9621(_0x6c82fc._0x3749c4,0x41f,0x453,_0x6c82fc._0x2cf942)+_0x1e9621(_0x6c82fc._0x30ea35,0x49d,0x41c,_0x6c82fc._0x1949c3)+_0x1e9621(0x279,_0x6c82fc._0x735997,0x32e,0x2d6));else{const _0x3370d7=_0x298a6d[_0xf7c2d8(_0x6c82fc._0x3b8d31,0x517,_0x6c82fc._0x1c2cf3,_0x6c82fc._0x187a6f)][_0xf7c2d8(0x452,_0x6c82fc._0x4ed0ba,0x52a,_0x6c82fc._0x3c2353)]('|');let _0xfe00dc=-0x7fc+-0x241b+0x2c17*0x1;while(!![]){switch(_0x3370d7[_0xfe00dc++]){case'0':_0x27d134[_0x1e9621(0x2a6,0x2ab,0x396,_0x6c82fc._0x57ffba)]('Usage:\x20cod'+_0xf7c2d8(_0x6c82fc._0x57375e,_0x6c82fc._0xc77e30,_0x6c82fc._0xdb61ea,_0x6c82fc._0x489abf)+_0x1e9621(0x2f2,_0x6c82fc._0x4fff0a,_0x6c82fc._0xb55e63,0x4b8)+'>');continue;case'1':_0x24604d[_0xf7c2d8(_0x6c82fc._0x40d571,_0x6c82fc._0x253c81,0x691,0x64e)](_0x298a6d[_0xf7c2d8(_0x6c82fc._0x5a1d47,_0x6c82fc._0x1d6620,_0x6c82fc._0x27481c,0x5bd)]);continue;case'2':_0x2babe7[_0xf7c2d8(_0x6c82fc._0x5a6b7d,_0x6c82fc._0x253c81,_0x6c82fc._0x548b63,0x4d3)]('');continue;case'3':_0x1eef8c['error'](_0xf7c2d8(_0x6c82fc._0x2d69a0,_0x6c82fc._0x592083,_0x6c82fc._0x1651fa,0x3bb)+_0xf7c2d8(0x553,0x619,_0x6c82fc._0x3242d9,0x59a)+'me\x20is\x20requ'+_0xf7c2d8(_0x6c82fc._0x3c5384,0x51e,0x510,_0x6c82fc._0x5f1159));continue;case'4':_0x5d04ec['error']('');continue;case'5':_0x4aa8c2['exit'](0xc7*0x20+0x19a+0x3*-0x8d3);continue;}break;}}}}console[_0x1e9621(0x421,0x355,_0x6c82fc._0x24aedd,0x2c5)](''),console[_0xf7c2d8(0x417,_0x6c82fc._0x1ad392,_0x6c82fc._0x4b9de3,_0x6c82fc._0x145270)](_0x298a6d['GiPEZ']),console[_0xf7c2d8(0x43e,_0x6c82fc._0x21ef7c,0x5fa,0x41d)](_0x1e9621(_0x6c82fc._0x58e6df,_0x6c82fc._0xcde51a,0x3ee,_0x6c82fc._0x2c830c)+_0x107999),console[_0xf7c2d8(_0x6c82fc._0x57375e,_0x6c82fc._0x4b4981,0x619,_0x6c82fc._0xd44f1e)]('\x20\x20#\x20Edit\x20e'+_0x1e9621(0x394,_0x6c82fc._0x3080c6,_0x6c82fc._0x25e6ae,0x38b)+'s/default/'+_0xf7c2d8(0x47c,0x528,0x4bb,_0x6c82fc._0x28ade2)+'t.json\x20to\x20'+_0x1e9621(_0x6c82fc._0x40dcba,_0x6c82fc._0x311c58,0x37f,0x35b)+_0xf7c2d8(_0x6c82fc._0x43bc9e,0x666,_0x6c82fc._0x456798,_0x6c82fc._0x26dbd3)+_0x1e9621(_0x6c82fc._0x342d1f,_0x6c82fc._0x4757d6,_0x6c82fc._0x45bc66,_0x6c82fc._0x4bc419)),console[_0x1e9621(0x288,0x27c,_0x6c82fc._0x43b14b,0x35f)]('\x20\x20#\x20Then\x20s'+_0x1e9621(0x3f6,_0x6c82fc._0x199e9c,0x3d1,_0x6c82fc._0x4af727)+_0x1e9621(0x42a,0x451,_0x6c82fc._0x213fd5,0x316)+':'),console[_0xf7c2d8(0x440,0x510,_0x6c82fc._0x30f001,0x5ec)](_0xf7c2d8(_0x6c82fc._0x4d4808,_0x6c82fc._0x48249d,_0x6c82fc._0x2a6bc4,_0x6c82fc._0x5fcefd)+'rver\x20start'+_0x1e9621(0x254,_0x6c82fc._0x17a390,_0x6c82fc._0x4502df,_0x6c82fc._0xa85429)+_0x1e9621(_0x6c82fc._0x377d39,0x33b,_0x6c82fc._0x4d024e,0x268)+_0x3bb6d7),console[_0x1e9621(_0x6c82fc._0x49c300,0x3cb,0x31c,0x23e)](''),process[_0x1e9621(_0x6c82fc._0x333b96,0x431,0x42d,0x4e9)](-0x1a75+0x7f3+0x1282);}}catch(_0x41afab){console['error'](_0xf7c2d8(_0x6c82fc._0x4c572a,0x5b6,0x6bb,0x528)+'ting\x20repos'+_0xf7c2d8(0x5a7,_0x6c82fc._0x531581,0x51c,_0x6c82fc._0x23a214)+_0x41afab['message']),process['exit'](0x18c6+-0x7*0x533+-0xba*-0x10);}}function runGitInit(_0x78314){const _0x1cc067={_0x398cea:0x45a,_0xf2ac70:0x2ea,_0x23b20d:0x22c,_0x2aaae1:0x1fb,_0x47a17b:0x4c1,_0x260217:0x4c9,_0x3e3ea1:0x57b,_0x5f25d2:0x511,_0xaff20f:0x134},_0x36589c={_0xbe9f4a:0x2e,_0x35009f:0x63,_0x444361:0x80,_0x131656:0xe0,_0x3d55ba:0x12f,_0x2ebace:0x8b,_0x39fdeb:0x35,_0x1b1b9f:0xd7,_0x220a25:0xa9,_0x37cb71:0x11,_0x9559ec:0x12,_0x5381f6:0x82,_0x400ee1:0x97},_0x1170f7={_0x54ab3e:0x6,_0x56ee60:0xdb,_0x2ddb24:0x101,_0x204f7d:0x7b,_0x2ac489:0xca,_0x37fdb5:0xa3,_0x379fee:0x18e,_0x3104dc:0x95,_0x144284:0x117,_0x7d5044:0xaa,_0x585fc3:0xbd,_0x2862f2:0x239,_0x2e8fbe:0x336,_0x2ae5e0:0x33b,_0x364825:0x7a,_0x119dfe:0xbe},_0x866ef8={_0x578c01:0x312,_0x4a6146:0x2f9,_0x3cb484:0x2e3,_0x3e790b:0x5dc,_0x156f90:0x625,_0x16c56d:0x333,_0x1c60fb:0x272},_0x5db44d={_0x57c18e:0x2f3,_0x31974c:0x53},_0x2ec1f6={_0x588aa1:0x3d9,_0x3e8c49:0x490,_0x3d33c2:0x3f7},_0x17b753={_0x2cab26:0x3e};function _0x3b6707(_0x22d9ae,_0x359221,_0x12278b,_0x14fa0f){return _0x837e(_0x22d9ae-0x1d7,_0x14fa0f);}function _0x4ea408(_0x43315c,_0x575baf,_0x446537,_0x1c610e){return _0x837e(_0x43315c- -0x5a,_0x1c610e);}const _0x3a4aa6={'vCuNA':function(_0x489609,_0x684650){return _0x489609!==_0x684650;},'sGLlO':'LekAT','AnLOU':_0x3b6707(0x3ab,_0x1cc067._0x398cea,0x432,_0x1cc067._0xf2ac70),'vfYnr':function(_0x40b6f9,_0x4d68ae){return _0x40b6f9(_0x4d68ae);},'xkzEw':function(_0x58f0c0,_0x13d579){return _0x58f0c0===_0x13d579;},'wcQLB':'jYpta','hnkeR':function(_0x43f412,_0x4d51b5,_0x271c8e,_0x3bf445){return _0x43f412(_0x4d51b5,_0x271c8e,_0x3bf445);},'YOAiA':_0x4ea408(0x22f,_0x1cc067._0x23b20d,0x13e,_0x1cc067._0x2aaae1),'DMUaj':_0x3b6707(_0x1cc067._0x47a17b,_0x1cc067._0x260217,_0x1cc067._0x3e3ea1,_0x1cc067._0x5f25d2),'nbpYO':_0x4ea408(0x228,0x1c5,_0x1cc067._0xaff20f,0x2f8)};return new Promise(_0x4ef1b1=>{const _0x18797a={_0x30442c:0x71},_0x399bef={_0x50db8f:0x3b3,_0x43d30c:0x285},_0x1d54df={_0x1515c3:0xc0},_0x2a0584={_0x386041:0x1c9,_0x4e4ada:0x5b};function _0x2cdce8(_0x1d9e6a,_0x157805,_0x4e9e2e,_0x1f6044){return _0x4ea408(_0x157805- -0x21e,_0x157805-0x4c,_0x4e9e2e-_0x17b753._0x2cab26,_0x1f6044);}const _0x298074={'ncYBx':function(_0x26ad50,_0x72afe1){return _0x3a4aa6['vCuNA'](_0x26ad50,_0x72afe1);},'elZsh':_0x3a4aa6['sGLlO'],'RnCQz':function(_0x29ab55,_0x1f552b,_0x3161b,_0x13d665){return _0x29ab55(_0x1f552b,_0x3161b,_0x13d665);},'LkRIy':_0x3a4aa6['AnLOU'],'HzjoN':_0x5b7c36(_0x36589c._0xbe9f4a,-_0x36589c._0x35009f,0x70,-0x60),'WtYTb':'error','CFahW':function(_0x49b231,_0x2901df){function _0x41fcb6(_0x4ab2b4,_0x5821b4,_0x401282,_0x204c84){return _0x5b7c36(_0x4ab2b4-0xe4,_0x401282-0x60c,_0x4ab2b4,_0x204c84-0xa2);}return _0x3a4aa6[_0x41fcb6(0x59a,_0x2ec1f6._0x588aa1,_0x2ec1f6._0x3e8c49,_0x2ec1f6._0x3d33c2)](_0x49b231,_0x2901df);},'mZAEY':function(_0x5dc0c5,_0x162bb8){return _0x3a4aa6['xkzEw'](_0x5dc0c5,_0x162bb8);},'njYPg':function(_0x5e9bf0,_0xd97486){function _0x12898b(_0x432bde,_0x396d70,_0x214139,_0xba5ad8){return _0x5b7c36(_0x432bde-_0x2a0584._0x386041,_0x432bde-_0x2a0584._0x4e4ada,_0x214139,_0xba5ad8-0x25);}return _0x3a4aa6[_0x12898b(_0x1d54df._0x1515c3,0x188,0x1b2,0xa9)](_0x5e9bf0,_0xd97486);},'FVQjA':_0x3a4aa6[_0x2cdce8(-_0x36589c._0x444361,0x70,-_0x36589c._0x444361,_0x36589c._0x131656)],'dGRiz':function(_0x55d2be,_0x44f8be){return _0x3a4aa6['vfYnr'](_0x55d2be,_0x44f8be);}};function _0x5b7c36(_0x27e7d7,_0x4acaf6,_0x4dbfe9,_0x44cadd){return _0x4ea408(_0x4acaf6- -_0x5db44d._0x57c18e,_0x4acaf6-0x6e,_0x4dbfe9-_0x5db44d._0x31974c,_0x4dbfe9);}const _0x51aa5e=_0x3a4aa6[_0x2cdce8(_0x36589c._0x3d55ba,_0x36589c._0x2ebace,-0x6b,-0x22)](spawn,_0x3a4aa6[_0x2cdce8(_0x36589c._0x444361,_0x36589c._0x39fdeb,_0x36589c._0x1b1b9f,_0x36589c._0x220a25)],[_0x3a4aa6['AnLOU']],{'cwd':_0x78314,'stdio':_0x3a4aa6[_0x5b7c36(-_0x36589c._0x37cb71,_0x36589c._0x9559ec,0xd2,_0x36589c._0x5381f6)]});_0x51aa5e['on'](_0x3a4aa6[_0x5b7c36(-0x7f,-_0x36589c._0x400ee1,0x52,-0x17c)],_0x4f8495=>{const _0x210555={_0x6ccc8f:0x1f,_0x1b887b:0x2f};function _0xdd42(_0x1c5546,_0x42d613,_0xd01212,_0x346e74){return _0x5b7c36(_0x1c5546-_0x210555._0x6ccc8f,_0x346e74-0x695,_0xd01212,_0x346e74-_0x210555._0x1b887b);}function _0x49391f(_0x272f3b,_0x59ea7b,_0x25778e,_0x2279c3){return _0x5b7c36(_0x272f3b-0xe9,_0x272f3b-0x33c,_0x25778e,_0x2279c3-0x105);}_0x298074[_0x49391f(_0x866ef8._0x578c01,0x355,_0x866ef8._0x4a6146,_0x866ef8._0x3cb484)](_0x298074[_0xdd42(_0x866ef8._0x3e790b,0x6e3,_0x866ef8._0x156f90,0x68c)],_0x298074[_0x49391f(_0x866ef8._0x16c56d,0x3ad,0x3a0,_0x866ef8._0x1c60fb)])?_0x5abc7f(![]):_0x4ef1b1(_0x4f8495===-0x1655+0x9b*-0xf+-0x1*-0x1f6a);}),_0x51aa5e['on']('error',()=>{const _0x25f713={_0x34edae:0x498,_0x2d0bb8:0x4bb,_0x35b9fc:0x148,_0x476dfd:0x64,_0x25a385:0x479,_0x6c1937:0x522,_0x4a3f4b:0x54d,_0x103d70:0x602,_0x57e590:0x4ae,_0x57291a:0x20b,_0x462a02:0x1b8,_0x4a9b23:0x16e},_0x8806a2={_0x73a9eb:0x527,_0x183188:0x534},_0x3d092d={_0x56d9da:0x1b7,_0x2c6347:0x3bc},_0x324910={_0x182640:0x684,_0x3098d4:0x5b7},_0x4f6ec6={_0x2df044:0x32e,_0x374131:0x4e};function _0x1009d0(_0x3a5b66,_0x3d0e6f,_0x4321b8,_0x437690){return _0x5b7c36(_0x3a5b66-0x17,_0x3d0e6f-_0x4f6ec6._0x2df044,_0x4321b8,_0x437690-_0x4f6ec6._0x374131);}const _0x29b183={'SAzZJ':function(_0x4d472b,_0x4e6dbe,_0x1959a9,_0x5ee14c){function _0x2c06d3(_0x221716,_0x49a6f2,_0x1cab80,_0x3c4fa9){return _0x837e(_0x49a6f2-0xef,_0x221716);}return _0x298074[_0x2c06d3(0x4df,0x455,0x549,0x46f)](_0x4d472b,_0x4e6dbe,_0x1959a9,_0x5ee14c);},'fTWWo':_0x298074[_0x1ef4fc(-0x97,_0x1170f7._0x54ab3e,-_0x1170f7._0x56ee60,-0x7c)],'YtGvw':_0x298074[_0x1ef4fc(0x2e,-0x49,-_0x1170f7._0x2ddb24,-0x31)],'PTdtv':_0x1ef4fc(_0x1170f7._0x204f7d,-_0x1170f7._0x2ac489,-_0x1170f7._0x37fdb5,-0x67),'laRcK':_0x298074[_0x1ef4fc(-0x127,-_0x1170f7._0x379fee,-0x99,-_0x1170f7._0x3104dc)],'gyzFX':function(_0x413ef1,_0xd1c245){function _0xd23df8(_0xc0491f,_0x2b3a4f,_0x363c4b,_0x3f302f){return _0x1ef4fc(_0xc0491f-0x1d5,_0x363c4b,_0x363c4b-0xca,_0x2b3a4f-0x659);}return _0x298074[_0xd23df8(_0x324910._0x182640,_0x324910._0x3098d4,0x66d,0x6b0)](_0x413ef1,_0xd1c245);},'QqqGp':function(_0x4882e7,_0x366b9c){function _0x18fa3f(_0x4c6fde,_0x9ecf79,_0x310fab,_0x6fc9f6){return _0x1ef4fc(_0x4c6fde-0x157,_0x9ecf79,_0x310fab-_0x3d092d._0x56d9da,_0x310fab-_0x3d092d._0x2c6347);}return _0x298074[_0x18fa3f(_0x399bef._0x50db8f,_0x399bef._0x43d30c,0x302,0x349)](_0x4882e7,_0x366b9c);}};function _0x1ef4fc(_0x2fb095,_0x198615,_0x4e43dd,_0x5d27bf){return _0x2cdce8(_0x2fb095-0x167,_0x5d27bf- -_0x18797a._0x30442c,_0x4e43dd-0x1af,_0x198615);}if(_0x298074[_0x1ef4fc(-_0x1170f7._0x144284,-0x83,-_0x1170f7._0x7d5044,-0x3f)](_0x1ef4fc(-0x9,0xba,_0x1170f7._0x585fc3,0x33),_0x298074[_0x1009d0(_0x1170f7._0x2862f2,_0x1170f7._0x2e8fbe,0x36a,_0x1170f7._0x2ae5e0)]))_0x298074[_0x1ef4fc(_0x1170f7._0x364825,-0x26,0xe7,_0x1170f7._0x119dfe)](_0x4ef1b1,![]);else{const _0x2fcabb={_0x3426f7:0x191},_0x9f8227={'kbstD':function(_0x51772e,_0x2b7163){return _0x29b183['gyzFX'](_0x51772e,_0x2b7163);},'mJSBH':function(_0xb349e8,_0x6dee97){function _0x4e55ee(_0x2c8eb5,_0x49378f,_0x28e9ff,_0x115b74){return _0x1ef4fc(_0x2c8eb5-_0x2fcabb._0x3426f7,_0x2c8eb5,_0x28e9ff-0xbc,_0x115b74-0x49a);}return _0x29b183[_0x4e55ee(0x4d6,_0x8806a2._0x73a9eb,_0x8806a2._0x183188,0x4a8)](_0xb349e8,_0x6dee97);},'beIjn':function(_0x31153d,_0x19667a){return _0x31153d(_0x19667a);}};return new _0x588f57(_0xf2fb66=>{const _0x204f7b={_0x3f55ee:0x205},_0x321cab={_0x39c3b9:0x36c},_0x3b8dbd={_0x2ac7ec:0x81,_0x6c190c:0x1a9},_0x1accc4={_0x3e9734:0x577,_0x1ffe77:0x39e,_0x111373:0x303},_0x28aa2b=_0x29b183[_0x202fd6(_0x25f713._0x34edae,0x582,0x515,_0x25f713._0x2d0bb8)](_0x347e79,_0x42ed05(0x149,_0x25f713._0x35b9fc,0xac,_0x25f713._0x476dfd),[_0x29b183[_0x202fd6(_0x25f713._0x25a385,_0x25f713._0x6c1937,0x479,0x448)]],{'cwd':_0x29f26f,'stdio':_0x29b183[_0x202fd6(_0x25f713._0x4a3f4b,0x586,_0x25f713._0x103d70,_0x25f713._0x57e590)]});_0x28aa2b['on'](_0x29b183['PTdtv'],_0x5715bf=>{const _0x190415={_0xa4c988:0x59},_0x490e80={_0x1ed25a:0x3c1,_0x117b0d:0x1ac,_0xf37698:0x6e};function _0x1ed3a2(_0x1c4519,_0x46c03c,_0x22539c,_0x4a27f7){return _0x42ed05(_0x4a27f7-_0x490e80._0x1ed25a,_0x46c03c-_0x490e80._0x117b0d,_0x1c4519,_0x4a27f7-_0x490e80._0xf37698);}function _0x47746e(_0xcf5385,_0x56c912,_0x506433,_0x3137d7){return _0x42ed05(_0x506433-0x197,_0x56c912-0x172,_0x3137d7,_0x3137d7-_0x190415._0xa4c988);}_0x9f8227[_0x1ed3a2(_0x1accc4._0x3e9734,0x5a0,0x5d8,0x62b)](_0xf2fb66,_0x9f8227[_0x47746e(0x2d5,0x2c6,_0x1accc4._0x1ffe77,_0x1accc4._0x111373)](_0x5715bf,-0x1661+0x1*0x10ac+0x5b5));});function _0x42ed05(_0x3c8920,_0x3f0d81,_0x33a4e6,_0x5b3638){return _0x1ef4fc(_0x3c8920-_0x3b8dbd._0x2ac7ec,_0x33a4e6,_0x33a4e6-0x41,_0x3c8920-_0x3b8dbd._0x6c190c);}function _0x202fd6(_0x239beb,_0x303256,_0x1ad39f,_0x5dbbd5){return _0x1ef4fc(_0x239beb-0xc2,_0x303256,_0x1ad39f-0xaf,_0x239beb-0x576);}_0x28aa2b['on'](_0x29b183[_0x42ed05(_0x25f713._0x57291a,_0x25f713._0x462a02,_0x25f713._0x4a9b23,0x10e)],()=>{function _0x1c40a9(_0x4e7674,_0x4cd509,_0x22cbe5,_0xda1fe9){return _0x202fd6(_0x22cbe5- -_0x321cab._0x39c3b9,_0xda1fe9,_0x22cbe5-0xc8,_0xda1fe9-0x98);}_0x9f8227[_0x1c40a9(0x20a,0x296,0x248,_0x204f7b._0x3f55ee)](_0xf2fb66,![]);});});}});});}function runGitInitialCommit(_0x2abc4f){const _0x12ef5b={_0x1d0d40:0x41c,_0x16a9aa:0x517,_0x35164c:0x618,_0x1e0319:0x529,_0x1323da:0x48f,_0x325bed:0x68a,_0xf214e9:0x4b9,_0x27b66a:0x5a5,_0x1d7dfb:0x52c,_0x236f01:0x59e,_0x24e6d4:0x104,_0x8642a2:0x123,_0x3a7716:0x50,_0xd310bc:0x4e8,_0x21d108:0x3e3,_0x133a7f:0x166,_0x119ea7:0x22c,_0x378013:0x20c,_0x19033a:0x75,_0x331841:0x3fc,_0x8f1ff8:0x4b2,_0x36f811:0x172,_0x1dab59:0x338,_0x3115d8:0x1bd,_0x337c2b:0x1db,_0x27cd46:0x425,_0x3c8dad:0x454,_0x3f2337:0x8f,_0x36884a:0x106,_0x25a69d:0x11c,_0x5e3447:0x58,_0x305729:0x181},_0x615224={_0x57bf45:0x35a,_0x11e15f:0x3f4,_0x15dd3a:0x2d3,_0x46e509:0x152,_0x1f0b88:0x21c,_0x2d0d0a:0xfb,_0x192e13:0x114,_0x1c04a1:0x242,_0x27f6db:0x28f,_0x160d1e:0x195,_0x2711ed:0x265,_0x215cad:0x1c2,_0x5b7492:0x12f,_0x236d53:0x103,_0xd8e3d4:0x104,_0x23730d:0x31a,_0x3ea659:0x2a4,_0x610ba3:0x216,_0x34e213:0x26f,_0xb6e675:0x361,_0x5c8fff:0x246,_0x3d4db4:0x20d,_0x5d77a3:0x2f6,_0x5165bd:0x3f9,_0xdf86b5:0x3df},_0x548e38={_0x118f73:0x110,_0x250119:0x1ee,_0x1e015d:0x321,_0x2b3216:0x263,_0x1d288f:0x23d,_0x1d2f5b:0x88,_0x4d7b8b:0x2b9,_0x14b0bd:0x297,_0x11945d:0xaa,_0xb1d6e0:0x22,_0x55db3a:0xea,_0x32ca8e:0x59,_0x1328fd:0x3e,_0x163d3c:0xbf,_0x51fc90:0x2db,_0x427e7a:0x2dd,_0xc001b1:0x251,_0x54991d:0x337,_0x54ffae:0x11d,_0x4c8193:0x14e,_0x565c15:0xeb,_0x2785fd:0x121,_0x91f160:0x1a7,_0x1ee9c1:0xec,_0x20c737:0x17e,_0x1cd53b:0x270,_0x179895:0xdd,_0x3df8d8:0x248,_0x38627f:0x14a,_0x5ea83c:0x1df,_0x32b3f9:0x1b6,_0x178e53:0x124,_0x34e042:0x149,_0x5c9133:0x1de,_0x1fce2b:0x1e0,_0x522e1c:0x16d,_0x3b989c:0x14e,_0x2a4504:0x19b,_0x15b442:0xb0,_0x399fc9:0x161,_0x3477a5:0x50,_0x3972a6:0x7a,_0x34b7cc:0xcc,_0x475a2a:0x15a,_0xbed7cc:0x49,_0x5dd093:0x109,_0x12ed79:0x2b},_0x4f58e4={_0x56f40f:0x20,_0x32a000:0x87},_0xf08c0d={_0x844f5f:0x85,_0x46259c:0x8d,_0x5ae2c1:0x14b},_0xdfaaf7={_0x2156c1:0x216},_0x261f14={'hoZlg':_0x1c4e2c(0x38f,0x3a2,_0x12ef5b._0x1d0d40,_0x12ef5b._0x16a9aa)+_0x1c4e2c(_0x12ef5b._0x35164c,0x4a1,_0x12ef5b._0x1e0319,_0x12ef5b._0x1323da)+_0x1c4e2c(_0x12ef5b._0x325bed,_0x12ef5b._0xf214e9,_0x12ef5b._0x27b66a,0x6ac)+_0x1c4e2c(_0x12ef5b._0x1d7dfb,0x573,0x56e,_0x12ef5b._0x236f01)+_0x3e9fa8(_0x12ef5b._0x24e6d4,0xb2,0x172,0x140),'snhoX':function(_0x3dd6bd,_0x461b5d,_0x1ef6de,_0x1cd3ac){return _0x3dd6bd(_0x461b5d,_0x1ef6de,_0x1cd3ac);},'OpRyO':_0x3e9fa8(_0x12ef5b._0x8642a2,0x13f,_0x12ef5b._0x3a7716,0x1ad),'DoiVM':_0x1c4e2c(0x3e4,0x5c9,_0x12ef5b._0xd310bc,_0x12ef5b._0x21d108),'Ekjes':function(_0x11ef83,_0x5f106e){return _0x11ef83===_0x5f106e;},'qJxta':'Disbk','HpbjS':function(_0x2947eb,_0x5d14a6){return _0x2947eb(_0x5d14a6);},'TOONf':_0x3e9fa8(_0x12ef5b._0x133a7f,_0x12ef5b._0x119ea7,_0x12ef5b._0x378013,0x21f)+_0x3e9fa8(_0x12ef5b._0x19033a,0x7a,0x109,0x89)+'p','wLWxd':'user.email'+_0x1c4e2c(_0x12ef5b._0x331841,0x494,_0x12ef5b._0x8f1ff8,0x49d)+_0x3e9fa8(0x251,_0x12ef5b._0x36f811,_0x12ef5b._0x1dab59,_0x12ef5b._0x3115d8),'VKdad':_0x3e9fa8(_0x12ef5b._0x337c2b,0x208,0xf3,0x24c),'jOFBC':_0x1c4e2c(0x419,_0x12ef5b._0x27cd46,_0x12ef5b._0x3c8dad,0x552),'xTBki':_0x3e9fa8(0x184,0x24f,_0x12ef5b._0x3f2337,_0x12ef5b._0x36884a),'okLAQ':_0x3e9fa8(_0x12ef5b._0x25a69d,_0x12ef5b._0x5e3447,_0x12ef5b._0x305729,0x1a7)};function _0x3e9fa8(_0x250769,_0x516792,_0x4e57f2,_0x5e2e98){return _0x837e(_0x250769- -0x166,_0x5e2e98);}function _0x1c4e2c(_0xec91d2,_0x41bf85,_0x552124,_0x22f2af){return _0x837e(_0x552124-_0xdfaaf7._0x2156c1,_0xec91d2);}return new Promise(_0x54aa94=>{const _0x53977d={_0x33ef75:0x8},_0x29fce6={_0x4cc13f:0xcd},_0x89e1b3={_0x2ddfef:0x357,_0x302a22:0x2c9},_0x443700={'MORrs':function(_0x45b8f9,_0x3ba8d1){return _0x45b8f9(_0x3ba8d1);},'QqmZG':function(_0x383ac5,_0x1cde18){return _0x383ac5===_0x1cde18;},'gtFiQ':function(_0x178843,_0xdb25a6,_0x7735a,_0xce34d0){function _0x193367(_0x2a2c48,_0x2633bf,_0x9e4707,_0x177b12){return _0x837e(_0x9e4707-0xb2,_0x177b12);}return _0x261f14[_0x193367(0x336,0x28b,_0x89e1b3._0x2ddfef,_0x89e1b3._0x302a22)](_0x178843,_0xdb25a6,_0x7735a,_0xce34d0);},'LLwFj':_0x261f14[_0x2db857(0x35e,0x26c,_0x615224._0x57bf45,_0x615224._0x11e15f)],'nVyYa':_0x2db857(0x1f6,_0x615224._0x15dd3a,0x237,_0x615224._0x46e509),'XUFyK':_0x261f14[_0x4b5b02(0x1d5,_0x615224._0x1f0b88,_0x615224._0x2d0d0a,_0x615224._0x192e13)],'UeDGj':function(_0x4f3538,_0x4a75d6){const _0x493343={_0x4aa3d6:0x11a,_0x368aee:0x316};function _0x3e5e16(_0x465cb8,_0x39f84e,_0x1abb11,_0x56de68){return _0x2db857(_0x465cb8-0x11f,_0x39f84e-_0x493343._0x4aa3d6,_0x465cb8- -_0x493343._0x368aee,_0x56de68);}return _0x261f14[_0x3e5e16(-_0xf08c0d._0x844f5f,-_0xf08c0d._0x46259c,-0x177,-_0xf08c0d._0x5ae2c1)](_0x4f3538,_0x4a75d6);},'hngWx':_0x261f14['qJxta'],'TLMcY':function(_0x553c74,_0x474a94){function _0x31f798(_0x5e8603,_0x5d88e7,_0x28cf78,_0x37a532){return _0x4b5b02(_0x5e8603- -_0x29fce6._0x4cc13f,_0x5d88e7-0x19d,_0x37a532,_0x37a532-0x62);}return _0x261f14[_0x31f798(-_0x53977d._0x33ef75,0x71,0x63,-0xed)](_0x553c74,_0x474a94);},'AAlQe':function(_0x47fd0d,_0x47708f,_0x32ee43,_0x1a65ca){return _0x47fd0d(_0x47708f,_0x32ee43,_0x1a65ca);},'vtNTZ':_0x261f14[_0x2db857(0x183,0x1fe,_0x615224._0x1c04a1,0x16e)],'IAZNy':_0x261f14['wLWxd'],'sYubi':_0x2db857(_0x615224._0x27f6db,0x278,0x20f,0x13e)};function _0x4b5b02(_0x2f5460,_0x4996b7,_0x43ec83,_0x4c3985){return _0x3e9fa8(_0x2f5460- -_0x4f58e4._0x56f40f,_0x4996b7-_0x4f58e4._0x32a000,_0x43ec83-0xdc,_0x43ec83);}function _0x2db857(_0x3ab6b5,_0x2cc6f9,_0x4a1063,_0x1a2077){return _0x1c4e2c(_0x1a2077,_0x2cc6f9-0x1b8,_0x4a1063- -0x261,_0x1a2077-0x17);}if(_0x2db857(_0x615224._0x160d1e,0x33e,_0x615224._0x2711ed,_0x615224._0x215cad)!==_0x261f14[_0x4b5b02(0x161,0xe8,_0x615224._0x5b7492,0x114)]){const _0x4bc657=spawn(_0x4b5b02(_0x615224._0x236d53,0x68,_0x615224._0xd8e3d4,0x11f),[_0x261f14[_0x2db857(_0x615224._0x23730d,0x18f,0x267,_0x615224._0x3ea659)],'.'],{'cwd':_0x2abc4f,'stdio':_0x261f14['xTBki']});_0x4bc657['on'](_0x261f14[_0x4b5b02(_0x615224._0x610ba3,0x196,0x121,0x2c7)],_0x2bd1a0=>{const _0x69c96b={_0x2c6230:0x52,_0x2ab430:0x15},_0x591b25={_0x59d443:0x163,_0x2b577d:0x16f},_0x28c7e1={_0x2d09c3:0x17a,_0x991bb6:0x35},_0x1b7c54={_0x439836:0x340,_0x269a8f:0x3bc},_0x5dec5a={_0x2f4a93:0x588},_0x131369={_0x7bbcd6:0xcb,_0x51fa69:0x3ca},_0x5c22cf={_0x3c3ed5:0x91},_0x32da14={_0x49255b:0x4fa,_0x17dff1:0x5a3,_0x509515:0x5b1},_0x597253={'hJWlq':function(_0x1be3a5,_0x249c02){function _0x525833(_0x73e085,_0x1e2db0,_0x148225,_0x5d75b3){return _0x837e(_0x148225-0x3a2,_0x5d75b3);}return _0x443700[_0x525833(0x649,_0x32da14._0x49255b,_0x32da14._0x17dff1,_0x32da14._0x509515)](_0x1be3a5,_0x249c02);},'AkZLo':function(_0x2b6af2,_0x345da0,_0x2762f1,_0x1f32ca){function _0x34e4e9(_0x210f58,_0x6ebbb8,_0x1af7e0,_0x2f8ac7){return _0x837e(_0x1af7e0- -0x163,_0x210f58);}return _0x443700[_0x34e4e9(-0x62,0x7,_0x5c22cf._0x3c3ed5,-0x4b)](_0x2b6af2,_0x345da0,_0x2762f1,_0x1f32ca);},'acwce':_0x443700[_0x4f3934(0x17b,0x1c6,0xfa,_0x548e38._0x118f73)],'ixJld':_0x443700[_0x4f3934(_0x548e38._0x250119,_0x548e38._0x1e015d,0x304,0x2c0)],'DGGSw':_0x443700[_0x4f3934(0x190,_0x548e38._0x2b3216,0x226,_0x548e38._0x1d288f)],'NwnuO':function(_0x3b04b8,_0x256799){function _0x24258d(_0x313d05,_0x6cb919,_0x38ee64,_0x31abc8){return _0x4f3934(_0x313d05,_0x6cb919-0x33,_0x38ee64-_0x131369._0x7bbcd6,_0x31abc8-_0x131369._0x51fa69);}return _0x443700[_0x24258d(0x5f8,0x511,0x48e,_0x5dec5a._0x2f4a93)](_0x3b04b8,_0x256799);}};if(_0x2bd1a0!==-0x5c4+-0x3*0xb3d+0x3*0xd29){if(_0x443700['UeDGj'](_0x3dca19(-0xc0,-_0x548e38._0x1d2f5b,-0x3,-0xe2),_0x443700[_0x4f3934(_0x548e38._0x4d7b8b,0x1f4,0x2a3,_0x548e38._0x14b0bd)])){_0x443700[_0x3dca19(0x95,0x11b,0x18e,0xba)](_0x54aa94,![]);return;}else{const _0x583289={_0x2f2b59:0x17d,_0x5f43fd:0x18f},_0xe80e12={_0x19929:0xba},_0x4ce707={_0x3a188e:0x364,_0x2c4553:0x14c,_0x4e0d5a:0x168},_0x23ca99={'OoOiS':function(_0x2351f8,_0x581573){return _0x597253['hJWlq'](_0x2351f8,_0x581573);},'qYIPi':function(_0x5cf888,_0x361594){return _0x5cf888(_0x361594);}},_0x2ce8b2={};_0x2ce8b2[_0x3dca19(-_0x548e38._0x11945d,_0x548e38._0xb1d6e0,-_0x548e38._0x55db3a,-_0x548e38._0x32ca8e)]=_0x2498da,_0x2ce8b2[_0x3dca19(-_0x548e38._0x1328fd,-0x10c,_0x548e38._0x163d3c,0x0)]=_0x4f3934(_0x548e38._0x51fc90,_0x548e38._0x427e7a,0x28e,0x1de);const _0x20f384=_0x597253[_0x4f3934(0x1dd,_0x548e38._0xc001b1,_0x548e38._0x54991d,0x2c5)](_0x5aa7e2,_0x597253[_0x3dca19(-0xe9,-0x11a,-_0x548e38._0x54ffae,-_0x548e38._0x4c8193)],[_0x4f3934(_0x548e38._0x565c15,_0x548e38._0x2785fd,_0x548e38._0x91f160,0xc8)],_0x2ce8b2);_0x20f384['on'](_0x597253[_0x3dca19(0xd7,-0x8,_0x548e38._0x1ee9c1,_0x548e38._0x20c737)],_0x5c6f2d=>{function _0x591517(_0x539fae,_0x5cbe5e,_0x2ad1e8,_0x5378a7){return _0x3dca19(_0x2ad1e8-_0x4ce707._0x3a188e,_0x5cbe5e-_0x4ce707._0x2c4553,_0x5cbe5e,_0x5378a7-_0x4ce707._0x4e0d5a);}_0x37c6d7(_0x23ca99[_0x591517(_0x1b7c54._0x439836,0x4c0,0x3b8,_0x1b7c54._0x269a8f)](_0x5c6f2d,0x825+-0xb*-0x133+0x1*-0x1556));}),_0x20f384['on'](_0x597253[_0x4f3934(_0x548e38._0x1cd53b,_0x548e38._0x179895,0xed,0x1bc)],()=>{function _0x12769a(_0x101257,_0x270f2c,_0x9f257,_0x131403){return _0x4f3934(_0x131403,_0x270f2c-0x32,_0x9f257-_0xe80e12._0x19929,_0x270f2c- -0xc0);}_0x23ca99[_0x12769a(0xe5,0x136,_0x583289._0x2f2b59,_0x583289._0x5f43fd)](_0x5d767a,![]);});}}const _0x4233d0={};_0x4233d0[_0x4f3934(0x17f,0x18a,_0x548e38._0x3df8d8,_0x548e38._0x38627f)]=_0x2abc4f,_0x4233d0[_0x4f3934(0x140,_0x548e38._0x5ea83c,0x296,_0x548e38._0x32b3f9)]=_0x4f3934(_0x548e38._0x178e53,_0x548e38._0x34e042,0x29d,_0x548e38._0x5c9133);const _0xf22c2d=_0x443700[_0x4f3934(_0x548e38._0x1fce2b,_0x548e38._0x522e1c,_0x548e38._0x3b989c,_0x548e38._0x2a4504)](spawn,_0x443700['LLwFj'],['-c',_0x443700['vtNTZ'],'-c',_0x443700['IAZNy'],_0x443700[_0x3dca19(-_0x548e38._0x15b442,-0x196,-_0x548e38._0x399fc9,-_0x548e38._0x3477a5)],'-m',_0x3dca19(0x52,-_0x548e38._0x11945d,-0x63,-0x59)+_0x3dca19(-0x1b,0x5f,_0x548e38._0x1328fd,_0x548e38._0x3972a6)],_0x4233d0);function _0x3dca19(_0x5ba0d7,_0x3112d0,_0x319c33,_0x4d299b){return _0x4b5b02(_0x5ba0d7- -_0x28c7e1._0x2d09c3,_0x3112d0-_0x28c7e1._0x991bb6,_0x319c33,_0x4d299b-0x9c);}_0xf22c2d['on'](_0x443700[_0x3dca19(_0x548e38._0x34b7cc,0xf8,_0x548e38._0x475a2a,0x19)],_0x3b8ce8=>{const _0x20ba23={_0x1dac0b:0x1e2};function _0x10eefd(_0x51722f,_0x3f82ad,_0x5f4258,_0x240ac6){return _0x3dca19(_0x3f82ad-0xb6,_0x3f82ad-_0x20ba23._0x1dac0b,_0x240ac6,_0x240ac6-0x1a5);}_0x443700[_0x10eefd(_0x591b25._0x59d443,0x80,_0x591b25._0x2b577d,0x17a)](_0x54aa94,_0x3b8ce8===0x3*0x27+0x4*0x637+-0x1951*0x1);});function _0x4f3934(_0x27a49f,_0x23cb16,_0x29659c,_0xce07bc){return _0x4b5b02(_0xce07bc-0x7a,_0x23cb16-_0x69c96b._0x2c6230,_0x27a49f,_0xce07bc-_0x69c96b._0x2ab430);}_0xf22c2d['on'](_0x443700[_0x3dca19(_0x548e38._0xbed7cc,_0x548e38._0x5dd093,-0xac,-_0x548e38._0x12ed79)],()=>{_0x597253['NwnuO'](_0x54aa94,![]);});}),_0x4bc657['on'](_0x261f14[_0x2db857(_0x615224._0x34e213,0x326,0x310,_0x615224._0xb6e675)],()=>{_0x54aa94(![]);});}else _0x1ee514[_0x2db857(0x222,_0x615224._0x5c8fff,_0x615224._0x3d4db4,_0x615224._0x5d77a3)](_0x261f14[_0x2db857(_0x615224._0x5165bd,_0x615224._0xdf86b5,0x342,0x39e)]);});}function showInitHelp(){const _0x25f63e={_0x479e5a:0x37e,_0x1144fe:0x1d9,_0x328d0f:0x25c,_0x23007f:0x1f3,_0x1ff81d:0x2fc,_0x1d58e1:0x46b,_0x3da38a:0x544,_0xe4dd2d:0x3b4,_0x264824:0x1f3,_0x41c078:0x441,_0x3313be:0x3a3,_0x53eef9:0x31f,_0x190835:0x467,_0x3caac2:0x4b6,_0xad07ff:0x45e,_0x8580c8:0x47a,_0x333435:0x4c0,_0x1e4864:0x568,_0x417e5f:0x41e,_0x178117:0x3b8,_0x247225:0x119,_0x263f80:0x14d,_0x122ea9:0x395,_0x897c7a:0x2c2,_0x153c40:0x130,_0x8d3439:0x10e,_0x528952:0x145,_0x447e21:0x58,_0x3e8b8f:0x109,_0x4cb2b2:0x3c2,_0x4db1e0:0x37a,_0x579bee:0x4b0,_0x487637:0x4ad,_0x4a3337:0x49,_0x16a772:0xcb,_0x3b0b5c:0x23a,_0x2a42a0:0x281,_0x166d1f:0x43f,_0x204eea:0x37b,_0x46c966:0x5e2,_0x25b670:0x4df,_0x2510e3:0x5be,_0x1b1f51:0x555,_0x4210ff:0x3e1,_0x2a8c4e:0x4a9,_0x1150df:0x4d2,_0x2c7929:0x2f7,_0x195f28:0x273,_0x68bba1:0x365,_0x1ef968:0x12f,_0x49cf36:0x29,_0x429a62:0x101,_0x274c57:0x166,_0x93e61b:0x43d,_0x1cf224:0x39e,_0x2bb5c0:0x53b,_0x308813:0x60e,_0x278fd7:0x1fe,_0x344b2c:0x205,_0x1d0d95:0x18a,_0x49223e:0x1ff,_0xa8fad2:0x47c,_0x27f4b1:0x4a7,_0x49dca1:0x4e3,_0x4e5d4f:0x551,_0x3b6783:0x567,_0xa126c6:0x647,_0xdc81ee:0x439,_0x27a0ee:0x541,_0x3ec88b:0x38f,_0x3d49d7:0x3bd,_0x4eb0cc:0x4f1,_0x4ab144:0x591,_0x2ce4cc:0x1b8,_0xf13b84:0x22c,_0x1010c0:0x1cd,_0x2a2743:0x3cd,_0x32abce:0x259,_0x3d2c7d:0x1f6,_0x585d96:0x39f,_0x4e2572:0x1c9,_0x1e70e2:0x26a,_0x44a57b:0x4e0,_0x18bf5:0x39e,_0x254b1a:0x220,_0x155407:0x10d,_0x2f46fd:0x205,_0x32aa45:0x124,_0x4aa6c8:0x215,_0x3325a6:0x292,_0x935bd6:0x182,_0xcfbfa0:0x1b5,_0x4b85a0:0x1fe,_0x366873:0x510,_0x1353f2:0x4e4,_0x2d967a:0x493,_0x3611f4:0x50b,_0x356578:0x562,_0x105661:0x122,_0x2bd4fe:0x1ea,_0x8a120:0x2e2,_0xa47ef1:0x189,_0xb99147:0x19f,_0x4f26f5:0x2a3,_0x208d89:0x1c0,_0x421a49:0x184,_0x996a30:0x1ed,_0x3e0c0f:0x153,_0x597c2c:0x3c9,_0x55e1a9:0x37a,_0x42e936:0x435,_0x9e6a87:0x3ae,_0x280dfa:0x20f,_0x45366c:0x115,_0x59460c:0x288,_0x407c29:0x382,_0x2e5429:0x61,_0x5292af:0xe6,_0x592014:0x444,_0x63ef21:0x342,_0x107b7c:0x433,_0x493d30:0x40d,_0xdc5d3f:0x2c6,_0x8235e0:0x50d,_0x5e2cbb:0x1ad,_0x3ea961:0x108,_0x10e028:0x2b9,_0x1a2fdc:0x29c,_0x30146e:0x1c3,_0x3b3e1e:0x534,_0x188c9d:0x44c,_0x5c9408:0x531,_0x256ddc:0x451,_0xb5ada0:0x362,_0x420701:0x554,_0xe7a141:0x51e,_0xf0082d:0x5ae,_0x4dd33a:0x479,_0x50185a:0x2a0,_0x353d2c:0xfb,_0x2fb943:0x1fe};function _0x44ddf5(_0x3affb2,_0x184184,_0x606c11,_0x4fc463){return _0x837e(_0x606c11- -0x111,_0x4fc463);}function _0x3cf373(_0x51dd78,_0x127001,_0x2bcda6,_0x2d866b){return _0x837e(_0x51dd78-0x1c9,_0x2bcda6);}console['log'](_0x3cf373(0x3f9,_0x25f63e._0x479e5a,0x48e,0x39d)+'e\x20a\x20new\x20co'+_0x44ddf5(0x1e1,_0x25f63e._0x1144fe,_0x25f63e._0x328d0f,0x214)+_0x44ddf5(0x306,_0x25f63e._0x23007f,0x287,_0x25f63e._0x1ff81d)+_0x3cf373(_0x25f63e._0x1d58e1,0x4b8,_0x25f63e._0x3da38a,_0x25f63e._0xe4dd2d)+'\x20coder-ser'+'ver\x20init\x20<'+_0x44ddf5(0xfd,0x2cc,_0x25f63e._0x264824,0x1ae)+'uments:\x0a\x20\x20'+'name\x20\x20\x20\x20Na'+_0x3cf373(_0x25f63e._0x41c078,0x43c,0x492,0x434)+_0x3cf373(_0x25f63e._0x3313be,_0x25f63e._0x53eef9,_0x25f63e._0x190835,0x2c9)+_0x44ddf5(0x1c0,0x1e1,0x1e1,0x16d)+_0x3cf373(_0x25f63e._0x3caac2,_0x25f63e._0xad07ff,0x3c3,0x3d3)+_0x3cf373(_0x25f63e._0x8580c8,0x395,_0x25f63e._0x333435,_0x25f63e._0x1e4864)+'p)\x0a\x0aDescri'+_0x44ddf5(0x2a3,0xcf,0x19b,0x1b6)+_0x3cf373(_0x25f63e._0x417e5f,0x43a,_0x25f63e._0x479e5a,_0x25f63e._0x178117)+_0x44ddf5(_0x25f63e._0x247225,0x1d3,_0x25f63e._0x263f80,0x1c7)+_0x44ddf5(_0x25f63e._0x122ea9,_0x25f63e._0x897c7a,0x2be,0x37f)+_0x44ddf5(_0x25f63e._0x153c40,0x106,0xf4,_0x25f63e._0x8d3439)+'rking\x20dire'+_0x44ddf5(_0x25f63e._0x528952,_0x25f63e._0x447e21,_0x25f63e._0x3e8b8f,0x1bf)+'\x20the\x0a\x20\x20str'+_0x3cf373(_0x25f63e._0x4cb2b2,_0x25f63e._0x4db1e0,_0x25f63e._0x579bee,_0x25f63e._0x487637)+'uired\x20for\x20'+_0x44ddf5(_0x25f63e._0x4a3337,0x3a,_0x25f63e._0x16a772,0x117)+'w\x20setup\x20re'+_0x44ddf5(0x222,_0x25f63e._0x3b0b5c,_0x25f63e._0x2a42a0,0x2ca)+_0x3cf373(0x430,0x465,_0x25f63e._0x166d1f,0x48c)+_0x44ddf5(_0x25f63e._0x204eea,0x288,0x2cf,0x394)+_0x3cf373(0x4fc,_0x25f63e._0x46c966,0x419,0x41f)+_0x3cf373(_0x25f63e._0x25b670,_0x25f63e._0x2510e3,_0x25f63e._0x1b1f51,_0x25f63e._0x4210ff)+'\x20\x20\x20\x20\x20#\x20Set'+'up\x20reposit'+_0x3cf373(_0x25f63e._0x2a8c4e,0x3e9,0x3ae,_0x25f63e._0x1150df)+'ntation\x0a\x20\x20'+'\x20\x20├──\x20setu'+_0x44ddf5(_0x25f63e._0x2c7929,0x1f8,_0x25f63e._0x195f28,_0x25f63e._0x68bba1)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x44ddf5(_0x25f63e._0x1ef968,_0x25f63e._0x49cf36,_0x25f63e._0x429a62,_0x25f63e._0x274c57)+'ettings\x20(g'+_0x3cf373(_0x25f63e._0x93e61b,_0x25f63e._0x1cf224,_0x25f63e._0x2bb5c0,0x3b7)+_0x3cf373(0x590,_0x25f63e._0x308813,0x4e3,0x5c8)+'gitignore\x20'+_0x44ddf5(_0x25f63e._0x278fd7,0x2f7,_0x25f63e._0x344b2c,0x27f)+'\x20\x20\x20#\x20Git\x20i'+_0x44ddf5(_0x25f63e._0x1d0d95,0x2f9,_0x25f63e._0x49223e,0x103)+_0x3cf373(_0x25f63e._0xa8fad2,_0x25f63e._0x27f4b1,_0x25f63e._0x49dca1,0x398)+_0x3cf373(0x549,0x506,0x529,_0x25f63e._0x4e5d4f)+'s/\x0a\x20\x20\x20\x20\x20\x20\x20'+_0x3cf373(_0x25f63e._0x3b6783,0x48a,0x48c,0x614)+_0x3cf373(0x4c3,0x484,0x4d3,0x420)+_0x3cf373(0x547,0x5cc,_0x25f63e._0xa126c6,0x62d)+_0x3cf373(_0x25f63e._0xdc81ee,_0x25f63e._0x27a0ee,_0x25f63e._0x3ec88b,_0x25f63e._0x1d58e1)+_0x3cf373(0x497,_0x25f63e._0x3d49d7,0x522,_0x25f63e._0x2bb5c0)+_0x3cf373(_0x25f63e._0x4eb0cc,0x49d,0x568,_0x25f63e._0x4ab144)+'t\x20config\x0a\x20'+_0x44ddf5(_0x25f63e._0x2ce4cc,_0x25f63e._0xf13b84,0x205,_0x25f63e._0x1010c0)+_0x3cf373(_0x25f63e._0x2a2743,0x429,0x354,0x418)+_0x44ddf5(0x25c,0x32c,_0x25f63e._0x32abce,0x1f8)+'\x20\x20\x20#\x20Instr'+_0x44ddf5(_0x25f63e._0x3d2c7d,0x105,0x11c,0x16b)+_0x3cf373(_0x25f63e._0x585d96,0x406,0x3d5,0x328)+_0x44ddf5(_0x25f63e._0x4a3337,-0xd,0xec,0x186)+_0x44ddf5(0x1ae,0x1a2,_0x25f63e._0x4e2572,_0x25f63e._0x1e70e2)+'ADME.md\x20\x20\x20'+_0x3cf373(0x579,0x479,0x475,_0x25f63e._0x44a57b)+'min\x20notes\x20'+'(not\x20in\x20co'+_0x3cf373(0x3c0,_0x25f63e._0x18bf5,0x2cf,0x396)+_0x44ddf5(_0x25f63e._0x254b1a,_0x25f63e._0x155407,_0x25f63e._0x2f46fd,0x277)+'\x20\x20├──\x20Dock'+_0x44ddf5(_0x25f63e._0x32aa45,0x2ba,_0x25f63e._0x4aa6c8,_0x25f63e._0x3325a6)+_0x44ddf5(_0x25f63e._0x935bd6,_0x25f63e._0xcfbfa0,0x223,_0x25f63e._0x4b85a0)+_0x3cf373(0x513,_0x25f63e._0x4e5d4f,_0x25f63e._0x366873,0x5a4)+_0x3cf373(_0x25f63e._0x1353f2,_0x25f63e._0x2d967a,_0x25f63e._0x3611f4,_0x25f63e._0x356578)+_0x44ddf5(_0x25f63e._0x105661,_0x25f63e._0x2bd4fe,0x1b2,0x19c)+_0x44ddf5(_0x25f63e._0x8a120,_0x25f63e._0xa47ef1,0x1ea,_0x25f63e._0xb99147)+_0x3cf373(0x5aa,0x67d,0x558,0x588)+_0x44ddf5(0x395,_0x25f63e._0x479e5a,0x295,_0x25f63e._0x4f26f5)+_0x44ddf5(0x43,0x1e7,0x10d,_0x25f63e._0x208d89)+_0x44ddf5(0x30f,0x1be,0x2b7,0x267)+'\x0a\x20\x20The\x20dir'+_0x44ddf5(_0x25f63e._0x421a49,_0x25f63e._0x996a30,0x186,_0x25f63e._0x3e0c0f)+'initialize'+_0x3cf373(_0x25f63e._0x597c2c,_0x25f63e._0x55e1a9,_0x25f63e._0x42e936,_0x25f63e._0x9e6a87)+_0x44ddf5(_0x25f63e._0x280dfa,_0x25f63e._0x45366c,0x1a9,_0x25f63e._0x59460c)+'y\x20with\x20an\x20'+_0x44ddf5(_0x25f63e._0x407c29,0x1e5,0x2aa,0x313)+_0x44ddf5(0x198,_0x25f63e._0x2e5429,0x11a,_0x25f63e._0x5292af)+'rver\x20setti'+_0x3cf373(_0x25f63e._0x592014,_0x25f63e._0x63ef21,_0x25f63e._0x107b7c,_0x25f63e._0x493d30)+_0x44ddf5(_0x25f63e._0xdc5d3f,0x28b,0x22d,0x320)+_0x3cf373(0x4d2,_0x25f63e._0x8235e0,0x4f3,0x526)+_0x44ddf5(0x23a,0x1c1,_0x25f63e._0x5e2cbb,0x240)+_0x44ddf5(0x9f,0x155,_0x25f63e._0x3ea961,0x67)+_0x44ddf5(0x31c,_0x25f63e._0x10e028,_0x25f63e._0x1a2fdc,_0x25f63e._0x30146e)+_0x3cf373(0x45b,0x38c,0x47c,_0x25f63e._0x3b3e1e)+'\x20in\x20git.\x0a\x0a'+(_0x3cf373(0x44e,_0x25f63e._0x188c9d,0x4b5,_0x25f63e._0x5c9408)+_0x3cf373(0x3d9,0x329,_0x25f63e._0x256ddc,_0x25f63e._0xb5ada0)+_0x3cf373(_0x25f63e._0x420701,0x5dd,0x649,0x4bb)+_0x3cf373(0x4bc,_0x25f63e._0xe7a141,_0x25f63e._0xf0082d,_0x25f63e._0x4dd33a)+_0x44ddf5(_0x25f63e._0x50185a,_0x25f63e._0x353d2c,0x1a0,_0x25f63e._0x2fb943)+'p\x0a'));}