@ranger-testing/ranger-cli 2.4.7 โ†’ 2.5.0

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 (72) hide show
  1. package/build/cli.js +1 -1
  2. package/build/commands/addEnv.js +1 -1
  3. package/build/commands/authEncrypt.js +1 -1
  4. package/build/commands/clean.js +1 -1
  5. package/build/commands/config.js +1 -1
  6. package/build/commands/env.js +1 -1
  7. package/build/commands/feature.js +1 -1
  8. package/build/commands/hook.js +1 -1
  9. package/build/commands/hooks/autoPrompt.js +1 -1
  10. package/build/commands/hooks/disable.js +1 -1
  11. package/build/commands/hooks/enable.js +1 -1
  12. package/build/commands/hooks/exitPlanMode.js +1 -1
  13. package/build/commands/hooks/index.js +1 -1
  14. package/build/commands/hooks/output.js +1 -1
  15. package/build/commands/hooks/planReminder.js +1 -1
  16. package/build/commands/hooks/planStart.js +1 -1
  17. package/build/commands/hooks/postEdit.js +1 -1
  18. package/build/commands/hooks/preCompact.js +1 -1
  19. package/build/commands/hooks/sessionEnd.js +1 -1
  20. package/build/commands/hooks/sessionStart.js +1 -1
  21. package/build/commands/hooks/stopHook.js +1 -1
  22. package/build/commands/index.js +1 -1
  23. package/build/commands/login.js +1 -1
  24. package/build/commands/setup/claude.js +1 -1
  25. package/build/commands/setup/opencode.js +1 -1
  26. package/build/commands/setupCi.js +1 -1
  27. package/build/commands/skillup.js +1 -1
  28. package/build/commands/start.js +1 -1
  29. package/build/commands/status.js +1 -1
  30. package/build/commands/update.js +1 -1
  31. package/build/commands/updateEnv.js +1 -1
  32. package/build/commands/useEnv.js +1 -1
  33. package/build/commands/utils/activeProfile.js +1 -1
  34. package/build/commands/utils/agentEnv.js +1 -1
  35. package/build/commands/utils/browserSessionsApi.js +1 -1
  36. package/build/commands/utils/claudeConfig.js +1 -1
  37. package/build/commands/utils/claudeOverrideSettings.js +1 -1
  38. package/build/commands/utils/claudePlugin.js +1 -1
  39. package/build/commands/utils/crypto.js +1 -1
  40. package/build/commands/utils/desirePathLog.js +1 -1
  41. package/build/commands/utils/deviceAuth.js +1 -1
  42. package/build/commands/utils/environment.js +1 -1
  43. package/build/commands/utils/featureApi.js +1 -1
  44. package/build/commands/utils/featureReportGenerator.js +1 -1
  45. package/build/commands/utils/fixWebmDuration.js +1 -1
  46. package/build/commands/utils/git.js +1 -1
  47. package/build/commands/utils/keychain.js +1 -1
  48. package/build/commands/utils/localAgentInstallationsApi.js +1 -1
  49. package/build/commands/utils/mcpImageBase64.js +1 -1
  50. package/build/commands/utils/model.js +1 -1
  51. package/build/commands/utils/opencodeConfig.js +1 -1
  52. package/build/commands/utils/playwrightCli.js +1 -1
  53. package/build/commands/utils/profileMessages.js +1 -1
  54. package/build/commands/utils/profileSetupBanner.js +1 -1
  55. package/build/commands/utils/rangerConfig.js +1 -1
  56. package/build/commands/utils/rangerRoot.js +1 -1
  57. package/build/commands/utils/reportGenerator.js +1 -1
  58. package/build/commands/utils/retry.js +1 -1
  59. package/build/commands/utils/sessionCache.js +1 -1
  60. package/build/commands/utils/settings.js +1 -1
  61. package/build/commands/utils/skillContent.js +1 -1
  62. package/build/commands/utils/skills.js +1 -1
  63. package/build/commands/utils/stitchWebmFiles.js +1 -1
  64. package/build/commands/utils/telemetry.js +1 -1
  65. package/build/commands/utils/tokenRefresh.js +1 -1
  66. package/build/commands/utils/traceSnapshotMapper.js +1 -1
  67. package/build/commands/utils/userApi.js +1 -1
  68. package/build/commands/utils/version.js +1 -1
  69. package/build/commands/verifyFeature.js +1 -1
  70. package/build/commands/verifyFeatureCli.js +1 -1
  71. package/build/commands/verifyInBrowser.js +1 -1
  72. package/package.json +1 -1
package/build/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x3896b2=_0x58b2;(function(_0x5b8138,_0x3dfab5){const _0x284d67=_0x58b2,_0x4404f4=_0x5b8138();while(!![]){try{const _0x1f706c=-parseInt(_0x284d67(0x109))/0x1*(parseInt(_0x284d67(0x12d))/0x2)+-parseInt(_0x284d67(0xa0))/0x3*(parseInt(_0x284d67(0x167))/0x4)+-parseInt(_0x284d67(0x163))/0x5+parseInt(_0x284d67(0x151))/0x6+parseInt(_0x284d67(0x174))/0x7*(-parseInt(_0x284d67(0x1d8))/0x8)+parseInt(_0x284d67(0x175))/0x9*(parseInt(_0x284d67(0x1a6))/0xa)+parseInt(_0x284d67(0x150))/0xb;if(_0x1f706c===_0x3dfab5)break;else _0x4404f4['push'](_0x4404f4['shift']());}catch(_0x352e39){_0x4404f4['push'](_0x4404f4['shift']());}}}(_0x4a2e,0x431f5));import _0x53b82f from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x537380=_0x58b2,_0x485738={'OmfVv':function(_0xc286d4,_0x5840a1){return _0xc286d4(_0x5840a1);},'XpCYl':function(_0x194557,_0x34cb2a){return _0x194557!==_0x34cb2a;},'vVWZP':function(_0x4fdb8b,_0x57494d,_0x1733e9){return _0x4fdb8b(_0x57494d,_0x1733e9);},'UpKcP':_0x537380(0x130),'xmeHT':_0x537380(0x137)};let _0x3ab34c=process[_0x537380(0x15d)]();const _0x29c947=_0x485738['OmfVv'](parse,_0x3ab34c)['root'];while(_0x485738['XpCYl'](_0x3ab34c,_0x29c947)){if(existsSync(_0x485738[_0x537380(0x131)](join,_0x3ab34c,_0x485738[_0x537380(0x1b9)]))||_0x485738['OmfVv'](existsSync,join(_0x3ab34c,_0x485738['xmeHT'])))return _0x3ab34c;_0x3ab34c=_0x485738[_0x537380(0xfe)](dirname,_0x3ab34c);}return process['cwd']();}_0x53b82f[_0x3896b2(0x16e)]({'path':join(findProjectRoot(),'.env')});import _0x1ed043 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';function _0x4a2e(){const _0x116fc9=['task','startsWith','--task','Initialize\x20Ranger\x20in\x20your\x20project','issues','ODNPO','Remove\x20a\x20config\x20value','exclude-scenario','ranger\x20restore','list','start\x20[token]','opencode','start-path','KFMER','JUlWW','print-access-token','UpKcP','ranger\x20profile\x20use','bclxB','--env','IaSYv','iQlfW','number','config\x20set','Install\x20Ranger\x20skills','xujYX','\x0aUnknown\x20command:\x20','vHlaw','IjXFl','Restore\x20a\x20soft-deleted\x20feature\x20review','add\x20env\x20<env-name>','--item','FAXrf','ranger\x20profile\x20config\x20unset','option','ranger\x20auth\x20encrypt','Feature\x20review\x20ID\x20to\x20restore','scope','ozmWd','gAqBQ','cAyWI','Switch\x20to\x20using\x20a\x20specific\x20profile','ranger\x20setup','hIJni','YeXmi','wGRdq','ranger\x20config\x20list','56HfvIea','tGrzf','setup-header','model','parse','message','hook:disable','Evaluation:\x20','MoNvZ','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','heLCf','GccKo','--scenario','VayNz','project','CdTWH','restore','cpEOo','start','anbEg','fVpVz','show\x20[id]','clean','New\x20scenario\x20description','gYRTe','usage','verified','AVqwJ','FCQQe','uiFBj','tvcjK','Feature\x20review\x20ID','prStl','\x0aError:\x20','limit','ranger\x20delete','VwrFa','KaeWk','unset\x20<env>\x20<key>','DIJJJ','zogSJ','url','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','headed','Unknown\x20error','xOZQk','ranger\x20profile\x20config\x20set','3FjTucn','You\x20must\x20specify\x20an\x20env\x20subcommand','odPqB','key','Profile\x20name','item','verify-feature','Skip\x20Chromium\x20browser\x20installation','GuJhH','unhandledRejection','allow-insecure-localhost','Environment\x20name','Unknown\x20command','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','BxFeL','rSGdr','iaquS','login','JxvqM','get-review','ranger\x20profile\x20ls','demandCommand','restore\x20<id>','yPuJZ','lGdPF','czYJz','fail','rhPCG','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','gZQSq','show','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.','You\x20must\x20specify\x20an\x20auth\x20subcommand','edit-scenario','fmQPY','Name\x20of\x20the\x20profile','qJsDk','profile\x20use','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','update','JWJYp','Set\x20a\x20config\x20value','json','feature\x20delete','Ranger\x20API\x20token','ZzKjA','YLHRj','Feature\x20review\x20name','DjmjK','encrypt-auth\x20<profile>','gZpiI','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','scenario','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','Include\x20soft-deleted\x20feature\x20reviews','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','add-scenario','Lhqqz','.\x20[','get\x20<profile>\x20<key>','log','List\x20all\x20feature\x20reviews','\x20INCOMPLETE','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','nJWnM','name','feature\x20resume','pytBu','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','disable','profile\x20ls','No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','IeNPA','argv','ranger\x20create','HQhcw','fjyfR','boolean','trackCommandError','Documentation:\x0a','pqfds','MZLsJ','zlHQp','delete\x20[id]','HSsJp','cmKDk','value','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','ranger\x20show','GibSf','ranger\x20go','OmfVv','zZmvE','debug-outcome','panhJ','POyXW','Config\x20value','description','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','unset\x20<profile>\x20<key>','zkjlD','Giqep','19zPlIef','ranger\x20config\x20unset','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','FzubP','base-url','Scenario\x20description','command','cdp-endpoint','unytn','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','DLORd','MxUfN','dwecS','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','evaluationReason','GQnxM','user','qNDBQ','ranger\x20feature\x20restore','VjaSw','claude','hook:enable','LeVGg','sDNSM','lgYXQ','Reason:\x20','resume\x20[id]','emMOg','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','mCVqp','OPPaJ','env-name','failed','cDTOM','summary','blocked','29338uIRREX','Add\x20profile\x20configuration','severity','.ranger','vVWZP','CZTWh','aFNOj','offset','array','positional','.env','ranger\x20verify-feature','scriptName','token','GYPyR','MQtiF','get-feedback\x20[id]','Update\x20authentication\x20for\x20an\x20existing\x20profile','config\x20list','ranger\x20resume','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','syixM','GXPPD','feature','ZqNYv','ranger\x20get-review','fbexS','hook','Number\x20of\x20feature\x20reviews\x20to\x20skip','gKScv','use\x20<profile-name>','HzjcM','ranger\x20config\x20set','evaluation','MWaBq','9022706dwHzLB','1568640oZwENP','\x20is\x20now\x20','ranger\x20add-scenario','alias','OBYMk','\x0aIssues:','exit','lAoaP','setup-ci','force','add-checklist-item\x20<description>','Feature\x20review\x20description','cwd','profile\x20add','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','incomplete','error','iQBLi','104520NkuTgi','aNUoY','length','rdzKT','810480OGGsWP','kZIgz','profile','HwUlQ','FRkkI','Config\x20key\x20to\x20remove','UZnky','config','DdGKf','EVguq','okgQs','CVwrI','Config\x20key','311955RGOHYS','66933nowdQO','set\x20<profile>\x20<key>\x20<value>','rSZhZ','bNCqX','Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/update/config/encrypt-auth)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.','Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x0aKeys:\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20header.<name>\x20\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20header.X-Test-Mode)\x0a\x20\x20setupHeader.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeader.x-bypass-turnstile)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20header.Authorization\x20\x27${AUTH_TOKEN}\x27\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20setupHeader.x-bypass-turnstile\x20\x27a1b2c3d4...\x27','ztnqR','feature\x20show','SFKHE','kctTP','nVUtZ','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','include-deleted','profile-name','FBMDv','bEqhK','ismSo','NoUpW','JDWBb','YVaue','setup\x20[token]','mzxyT','bxytA','string','feature\x20list','dYBLo','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','Install\x20skills\x20for\x20OpenCode','RPeuy','UStvg','RozvR','env','skip-chromium','ZiXet','Get\x20a\x20config\x20value','fNkoD','LFfGM','knRbu','Print\x20the\x20current\x20CLI\x20access\x20token','WXcXJ','VtFCN','lNiLf','RjaiI','checklist','notes','status','10qWvklM','CgwTk','session-id'];_0x4a2e=function(){return _0x116fc9;};return _0x4a2e();}import{getToken}from'./commands/utils/keychain.js';import{status}from'./commands/status.js';function _0x58b2(_0x99aef7,_0x823389){_0x99aef7=_0x99aef7-0x73;const _0x4a2e49=_0x4a2e();let _0x58b2e7=_0x4a2e49[_0x99aef7];return _0x58b2e7;}import{configSet,configGet,configList,configUnset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on'](_0x3896b2(0xa9),async _0x2bfe98=>{const _0x388391=_0x3896b2,_0x51fdb8=getCurrentCollector();_0x51fdb8&&await _0x51fdb8[_0x388391(0xf1)](_0x2bfe98),process['exitCode']=0x1;});const rawArgs=process['argv']['slice'](0x2),TOP_LEVEL_HELP=_0x3896b2(0x179),PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true',PROFILE_CONFIG_HELP=_0x3896b2(0x17a);function warnRenamed(_0x106ebc,_0x3fea4b){const _0x1b68d7=_0x3896b2;console[_0x1b68d7(0x161)]('\x0a'+_0x106ebc+_0x1b68d7(0x152)+_0x3fea4b+'\x0a');}function argUsed(_0x3290ad){const _0x443b76=_0x3896b2;return rawArgs['some'](_0x550077=>_0x550077===_0x3290ad||_0x550077[_0x443b76(0x1aa)](_0x3290ad+'='));}function warnFlagRenamed(_0x22e15e,_0x25dd88,_0x59364e){argUsed(_0x25dd88)&&warnRenamed(_0x22e15e+'\x20'+_0x25dd88,_0x22e15e+'\x20'+_0x59364e);}async function runGoCommand(_0x3adf6c,_0x535515=![]){const _0x4dfe8e=_0x3896b2,_0x4d3b98={'RozvR':function(_0x59cdfb,_0x3dcb01){return _0x59cdfb+_0x3dcb01;},'WXcXJ':function(_0x5c0279,_0x5014f5,_0x35bf87){return _0x5c0279(_0x5014f5,_0x35bf87);},'fvieT':'--profile','prStl':'ranger\x20go','fPZnE':_0x4dfe8e(0x1ab),'IpLpS':function(_0x981ed7,_0x344e93,_0x1fdd15,_0x3defc3){return _0x981ed7(_0x344e93,_0x1fdd15,_0x3defc3);},'qJsDk':function(_0x1ce763){return _0x1ce763();},'CZTWh':function(_0x2eb9f6){return _0x2eb9f6();},'fVpVz':'debug-address-comments','bxytA':_0x4dfe8e(0x160),'IPPCA':function(_0x5501ff,_0x4a5708){return _0x5501ff===_0x4a5708;},'FCQQe':'partial','uRpEU':'\x20PARTIAL','fgFMj':'\x20BLOCKED','czYJz':_0x4dfe8e(0x156),'BDEOa':'verified'};_0x535515&&_0x4d3b98[_0x4dfe8e(0x19f)](warnRenamed,_0x4dfe8e(0x138),_0x4dfe8e(0xfd));warnFlagRenamed(_0x4dfe8e(0xfd),_0x4dfe8e(0x1bc),_0x4d3b98['fvieT']),warnFlagRenamed(_0x4d3b98[_0x4dfe8e(0x91)],_0x4d3b98['fPZnE'],'--notes'),_0x4d3b98['IpLpS'](warnFlagRenamed,'ranger\x20go',_0x4dfe8e(0x1c8),_0x4dfe8e(0x7d));const _0x3ca14c=await _0x4d3b98[_0x4dfe8e(0xc5)](loadRangerConfig),_0x12a99e=_0x4d3b98[_0x4dfe8e(0x132)](isByokEnabled),_0x15e977=_0x3adf6c[_0x4dfe8e(0x74)],_0x300d72=_0x3ca14c[_0x4dfe8e(0x74)],_0x12e4d6=await verifyFeature({'featureId':_0x3adf6c[_0x4dfe8e(0x144)],'profile':_0x3adf6c['profile']??_0x3adf6c[_0x4dfe8e(0x197)],'notes':_0x3adf6c['notes']??_0x3adf6c['task'],'scenario':_0x3adf6c[_0x4dfe8e(0xd6)]??_0x3adf6c[_0x4dfe8e(0xa5)],'startPath':_0x3adf6c[_0x4dfe8e(0x1b5)],'debugOutcome':_0x3adf6c[_0x4dfe8e(0x100)],'debugAddressComments':_0x3adf6c[_0x4d3b98[_0x4dfe8e(0x85)]],'headed':_0x3adf6c[_0x4dfe8e(0x9c)],'byokEnabled':_0x12a99e,'flagVerifyModel':_0x15e977,'configVerifyModel':_0x300d72});console['log']('\x0a'+'='['repeat'](0x3c)),console[_0x4dfe8e(0xdf)](_0x12e4d6['evaluation']===_0x4dfe8e(0x8b)?'\x20VERIFIED':_0x12e4d6['evaluation']===_0x4d3b98[_0x4dfe8e(0x18e)]?_0x4dfe8e(0xe1):_0x4d3b98['IPPCA'](_0x12e4d6['evaluation'],_0x4d3b98[_0x4dfe8e(0x8d)])?_0x4d3b98['uRpEU']:_0x12e4d6[_0x4dfe8e(0x14e)]==='blocked'?_0x4d3b98['fgFMj']:'\x20FAILED'),console['log']('='['repeat'](0x3c)),console['log']('Summary:\x20'+_0x12e4d6[_0x4dfe8e(0x12b)]),console[_0x4dfe8e(0xdf)](_0x4dfe8e(0x78)+_0x12e4d6[_0x4dfe8e(0x14e)]),console[_0x4dfe8e(0xdf)](_0x4dfe8e(0x122)+_0x12e4d6[_0x4dfe8e(0x117)]),_0x12e4d6[_0x4dfe8e(0x1ad)]?.[_0x4dfe8e(0x165)]&&(console[_0x4dfe8e(0xdf)](_0x4d3b98[_0x4dfe8e(0xb9)]),_0x12e4d6[_0x4dfe8e(0x1ad)]['forEach']((_0x161a00,_0x118ca8)=>{const _0x46f556=_0x4dfe8e;console[_0x46f556(0xdf)]('\x0a'+_0x4d3b98[_0x46f556(0x196)](_0x118ca8,0x1)+_0x46f556(0xdd)+_0x161a00[_0x46f556(0x12f)]+']\x20'+_0x161a00['description']);})),process['exit'](_0x12e4d6[_0x4dfe8e(0x14e)]===_0x4d3b98['BDEOa']?0x0:0x1);}_0x1ed043(process[_0x3896b2(0xec)]['slice'](0x2))[_0x3896b2(0x139)]('ranger')['usage'](TOP_LEVEL_HELP)['version'](getCurrentVersion())['command']('create\x20<name>',_0x3896b2(0x181),_0x4bd11a=>{const _0x396cea=_0x3896b2,_0x24cdb2={'cpEOo':'string','zxWuT':'Feature\x20review\x20name','LFfGM':'description','IeNPA':'Feature\x20review\x20description','bYBME':_0x396cea(0x135)};return _0x4bd11a[_0x396cea(0x136)]('name',{'type':_0x24cdb2[_0x396cea(0x82)],'description':_0x24cdb2['zxWuT'],'demandOption':!![]})['option'](_0x24cdb2[_0x396cea(0x19c)],{'type':_0x396cea(0x18f),'alias':'d','description':_0x24cdb2[_0x396cea(0xeb)]})['option'](_0x396cea(0xd6),{'type':_0x24cdb2['bYBME'],'alias':'c','description':_0x396cea(0xd5)})['option'](_0x396cea(0x1a3),{'type':'array','hidden':!![]});},async _0x264a77=>{const _0x2dadf8=_0x3896b2,_0x4a0876={'bNCqX':_0x2dadf8(0x7d)};warnFlagRenamed('ranger\x20create','--checklist',_0x4a0876[_0x2dadf8(0x178)]);const _0x551861=_0x264a77['scenario']||_0x264a77['checklist'];await withTelemetry('create',()=>featureCreate(_0x264a77[_0x2dadf8(0xe4)],{'description':_0x264a77['description'],'scenarios':_0x551861}));})['command'](_0x3896b2(0x1b2),_0x3896b2(0xe0),_0x21fef3=>{const _0x304e46=_0x3896b2,_0x39c127={'aOidH':_0x304e46(0x105),'GYPyR':'number','bsJgm':_0x304e46(0x134),'rSZhZ':'boolean'};return _0x21fef3[_0x304e46(0x1cb)]('current-branch',{'type':'boolean','description':_0x39c127['aOidH']})[_0x304e46(0x1cb)](_0x304e46(0x93),{'type':_0x39c127[_0x304e46(0x13b)],'alias':'l','description':_0x304e46(0x10b),'default':0xa})[_0x304e46(0x1cb)](_0x39c127['bsJgm'],{'type':_0x39c127['GYPyR'],'alias':'o','description':_0x304e46(0x149),'default':0x0})['option'](_0x304e46(0x184),{'type':_0x39c127[_0x304e46(0x177)],'alias':'d','description':_0x304e46(0xd8),'default':![]});},async _0x374b03=>{const _0x2bf70b=_0x3896b2,_0x10d5ac={'BpWyq':function(_0x36c179,_0x51df99,_0x366894){return _0x36c179(_0x51df99,_0x366894);}};await _0x10d5ac['BpWyq'](withTelemetry,'list',()=>featureList({'currentBranch':_0x374b03['current-branch'],'limit':_0x374b03['limit'],'offset':_0x374b03['offset'],'includeDeleted':_0x374b03[_0x2bf70b(0x184)]}));})['command'](_0x3896b2(0x86),'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x34510d=>{const _0x16bd4c=_0x3896b2,_0x24e31d={'gAqBQ':_0x16bd4c(0x18f)};return _0x34510d['positional']('id',{'type':_0x24e31d[_0x16bd4c(0x1d0)],'description':_0x16bd4c(0x90)});},async _0x370b67=>{const _0xb689e9=_0x3896b2,_0x67c8df={'GxGHu':function(_0x3464cf,_0x4f4cad,_0x4ef258){return _0x3464cf(_0x4f4cad,_0x4ef258);}};await _0x67c8df['GxGHu'](withTelemetry,_0xb689e9(0xbe),()=>featureShow(_0x370b67['id']));})['command']('resume\x20[id]',_0x3896b2(0x125),_0xaedbf1=>{return _0xaedbf1['positional']('id',{'type':'string','description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x163628=>{const _0x8b3ebb={'TZXmQ':function(_0xcb6d17,_0x5c1477,_0x2cc345){return _0xcb6d17(_0x5c1477,_0x2cc345);},'RXWBR':'resume'};await _0x8b3ebb['TZXmQ'](withTelemetry,_0x8b3ebb['RXWBR'],()=>featureResume(_0x163628['id']));})['command']('add-scenario\x20<description>','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x465285=>{const _0x2604b1=_0x3896b2,_0x48d274={'wXyAq':'description','vQvLp':'string','dMLsZ':_0x2604b1(0x10e)};return _0x465285['positional'](_0x48d274['wXyAq'],{'type':_0x48d274['vQvLp'],'description':_0x48d274['dMLsZ'],'demandOption':!![]})[_0x2604b1(0x1cb)]('id',{'type':_0x48d274['vQvLp'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x933643=>{const _0x1c70eb=_0x3896b2,_0x20fe54={'GibSf':_0x1c70eb(0xdb)};await withTelemetry(_0x20fe54[_0x1c70eb(0xfc)],()=>featureAddScenario(_0x933643[_0x1c70eb(0x104)],_0x933643['id']));})['command']('edit-scenario\x20<description>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x5ae92f=>{const _0x23dfe5=_0x3896b2,_0x53ac70={'XyIWj':_0x23dfe5(0x18f),'gDSvL':_0x23dfe5(0x1bf),'MsmgH':'Scenario\x20number\x20to\x20edit\x20(1-based)'};return _0x5ae92f[_0x23dfe5(0x136)](_0x23dfe5(0x104),{'type':_0x53ac70['XyIWj'],'description':_0x23dfe5(0x88),'demandOption':!![]})[_0x23dfe5(0x1cb)](_0x23dfe5(0xd6),{'type':_0x53ac70['gDSvL'],'description':_0x53ac70['MsmgH'],'demandOption':!![]})[_0x23dfe5(0x1cb)]('id',{'type':'string','description':_0x23dfe5(0xbf)});},async _0xa1f12d=>{const _0x2d536a=_0x3896b2,_0x22df10={'nJWnM':function(_0xc07c41,_0x30b9e1,_0x20c173){return _0xc07c41(_0x30b9e1,_0x20c173);},'kZIgz':_0x2d536a(0xc2)};await _0x22df10[_0x2d536a(0xe3)](withTelemetry,_0x22df10[_0x2d536a(0x168)],()=>featureEditScenario(_0xa1f12d['description'],{'id':_0xa1f12d['id'],'scenario':_0xa1f12d['scenario']}));})[_0x3896b2(0x10f)]('report\x20[id]',_0x3896b2(0xc7),_0x3f6b88=>{const _0x3962e4=_0x3896b2,_0x1579c0={'kIuIx':'string','CdTWH':_0x3962e4(0x90),'RjaiI':_0x3962e4(0x1b0),'fsYZK':_0x3962e4(0x135),'dYBLo':_0x3962e4(0xcb),'eLkbG':'boolean'};return _0x3f6b88[_0x3962e4(0x136)]('id',{'type':_0x1579c0['kIuIx'],'description':_0x1579c0[_0x3962e4(0x80)]})[_0x3962e4(0x1cb)](_0x1579c0[_0x3962e4(0x1a2)],{'type':_0x1579c0['fsYZK'],'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})[_0x3962e4(0x1cb)](_0x1579c0[_0x3962e4(0x191)],{'type':_0x1579c0['eLkbG'],'description':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','default':![]});},async _0x287a08=>{const _0x28f61e=_0x3896b2,_0x1f3106={'GQnxM':'report'},_0xd20c4a=_0x287a08[_0x28f61e(0x1b0)],_0x27cddf=_0xd20c4a?_0xd20c4a['map'](_0x2d7031=>Number(_0x2d7031)):undefined;await withTelemetry(_0x1f3106[_0x28f61e(0x118)],()=>featureReportPrDescription(_0x287a08['id'],{'excludeScenarios':_0x27cddf,'json':_0x287a08['json']}));})[_0x3896b2(0x10f)]('get-review\x20[id]',_0x3896b2(0x7a),_0x38b76e=>{const _0x398d79=_0x3896b2,_0xca4c53={'cAyWI':_0x398d79(0x18f)};return _0x38b76e['positional']('id',{'type':_0xca4c53[_0x398d79(0x1d1)],'description':_0x398d79(0xbf)});},async _0x3af64a=>{const _0x515505=_0x3896b2,_0x44f258={'FsrdO':function(_0x207052,_0x67f9c5,_0x491ac6){return _0x207052(_0x67f9c5,_0x491ac6);}};await _0x44f258['FsrdO'](withTelemetry,_0x515505(0xb3),()=>featureGetReview(_0x3af64a['id']));})[_0x3896b2(0x10f)]('delete\x20[id]',_0x3896b2(0x192),_0x568d5c=>{const _0x37700a=_0x3896b2,_0x37dd6c={'EghoQ':_0x37700a(0x90)};return _0x568d5c['positional']('id',{'type':_0x37700a(0x18f),'description':_0x37dd6c['EghoQ']});},async _0x3d7f03=>{const _0x392121={'tCuKx':function(_0x5d3e96,_0x398694,_0x18db09){return _0x5d3e96(_0x398694,_0x18db09);}};await _0x392121['tCuKx'](withTelemetry,'delete',()=>featureDelete(_0x3d7f03['id']));})['command'](_0x3896b2(0xb6),_0x3896b2(0x1c6),_0x454588=>{const _0x5cfcc4=_0x3896b2;return _0x454588[_0x5cfcc4(0x136)]('id',{'type':'string','description':_0x5cfcc4(0x1cd),'demandOption':!![]});},async _0x3ef0fb=>{const _0x16afdf=_0x3896b2,_0x534d7c={'cmKDk':function(_0x34b1e4,_0xdffa74,_0xd3ba2b){return _0x34b1e4(_0xdffa74,_0xd3ba2b);},'CVwrI':_0x16afdf(0x81)};await _0x534d7c[_0x16afdf(0xf8)](withTelemetry,_0x534d7c[_0x16afdf(0x172)],()=>featureRestore(_0x3ef0fb['id']));})[_0x3896b2(0x10f)](_0x3896b2(0x18c),_0x3896b2(0x1ac),_0x366d51=>{const _0x7ead0d=_0x3896b2,_0x2695d5={'VjaSw':_0x7ead0d(0xd4),'mCVqp':'skip-chromium','GccKo':'boolean','rdzKT':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','GuJhH':_0x7ead0d(0x1ce),'DIJJJ':'string','rxWpv':'url','gyRhv':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','tvcjK':_0x7ead0d(0x1b4),'OHmEJ':'allow-insecure-localhost','ECWtt':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)'};return _0x366d51['positional'](_0x7ead0d(0x13a),{'type':_0x7ead0d(0x18f),'description':_0x2695d5[_0x7ead0d(0x11c)]})[_0x7ead0d(0x1cb)](_0x2695d5[_0x7ead0d(0x126)],{'type':_0x2695d5['GccKo'],'description':_0x2695d5[_0x7ead0d(0x166)],'default':![]})[_0x7ead0d(0x1cb)](_0x2695d5[_0x7ead0d(0xa8)],{'type':_0x2695d5[_0x7ead0d(0x98)],'choices':[_0x7ead0d(0x119),'project'],'description':_0x7ead0d(0xd7)})[_0x7ead0d(0x1cb)](_0x2695d5['rxWpv'],{'type':_0x7ead0d(0x18f),'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})[_0x7ead0d(0x1cb)](_0x7ead0d(0x15a),{'type':_0x2695d5[_0x7ead0d(0x7c)],'description':_0x2695d5['gyRhv'],'default':![]})['option'](_0x2695d5[_0x7ead0d(0x8f)],{'type':_0x2695d5['GccKo'],'description':'Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','default':![]})[_0x7ead0d(0x1cb)](_0x2695d5['OHmEJ'],{'type':_0x2695d5[_0x7ead0d(0x7c)],'description':_0x2695d5['ECWtt'],'default':![]});},async _0x20d190=>{const _0x163c9e=_0x3896b2;await withTelemetry(_0x163c9e(0x83),_0x29b70a=>start(_0x20d190[_0x163c9e(0x13a)],{'skipChromium':_0x20d190['skip-chromium'],'scope':_0x20d190['scope'],'url':_0x20d190['url'],'force':_0x20d190[_0x163c9e(0x15a)],'opencode':_0x20d190['opencode'],'allowInsecureLocalhost':_0x20d190['allow-insecure-localhost']},_0x29b70a));})['command']('setup-ci\x20<token>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x399b23=>{const _0x3256b4=_0x3896b2,_0x62ef04={'eFPWS':_0x3256b4(0x13a),'odPqB':_0x3256b4(0x18f),'ydCPM':_0x3256b4(0x10d),'bhOdM':_0x3256b4(0xf0)};return _0x399b23[_0x3256b4(0x136)](_0x62ef04['eFPWS'],{'type':_0x3256b4(0x18f),'description':_0x3256b4(0xcd),'demandOption':!![]})[_0x3256b4(0x1cb)]('profile',{'type':_0x62ef04[_0x3256b4(0xa2)],'description':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)'})['option'](_0x62ef04['ydCPM'],{'type':_0x62ef04['odPqB'],'description':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)'})['option']('skip-chromium',{'type':_0x62ef04['bhOdM'],'description':_0x3256b4(0xa7),'default':![]});},async _0x365f9a=>{const _0xb079fd=_0x3896b2,_0x2d5d84={'aAAtm':_0xb079fd(0x159)};await withTelemetry(_0x2d5d84['aAAtm'],_0x5a3a13=>setupCi(_0x365f9a['token'],{'profile':_0x365f9a[_0xb079fd(0x169)],'baseUrl':_0x365f9a[_0xb079fd(0x10d)],'skipChromium':_0x365f9a['skip-chromium']},_0x5a3a13));})['command']('login',_0x3896b2(0xd9),()=>{},async()=>{const _0x30c213=_0x3896b2,_0x5c1b2b={'gHsqg':function(_0x4df113,_0x1a9996,_0x43ea39){return _0x4df113(_0x1a9996,_0x43ea39);},'dwecS':_0x30c213(0xb1)};await _0x5c1b2b['gHsqg'](withTelemetry,_0x5c1b2b[_0x30c213(0x115)],()=>login());})[_0x3896b2(0x10f)]('skillup',_0x3896b2(0x1c1),_0x2cdb67=>{const _0x2dad4c=_0x3896b2,_0x2b12f5={'aFNOj':'string'};return _0x2cdb67['option'](_0x2dad4c(0x1b4),{'type':'boolean','description':_0x2dad4c(0x193),'default':![]})[_0x2dad4c(0x1cb)](_0x2dad4c(0x1ce),{'type':_0x2b12f5[_0x2dad4c(0x133)],'choices':[_0x2dad4c(0x119),_0x2dad4c(0x7f)],'description':'Install\x20scope\x20for\x20skills'});},async _0x5064bf=>{const _0x529000=_0x3896b2,_0x1fdc04={'EuAwm':'skillup'},_0x2944f5=Boolean(_0x5064bf['opencode']);await withTelemetry(_0x1fdc04['EuAwm'],()=>skillup({'autoInstall':_0x5064bf['scope'],'platform':_0x2944f5?'opencode':_0x529000(0x11d)}));})['command']('clean',_0x3896b2(0xda),()=>{},async()=>{const _0x3bc8cf=_0x3896b2;await withTelemetry(_0x3bc8cf(0x87),()=>clean());})[_0x3896b2(0x10f)](_0x3896b2(0x169),'Manage\x20profiles',_0x23c3a4=>{const _0x4a037f=_0x3896b2,_0x523734={'HSpud':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','uiFBj':'boolean','FzubP':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','IUQbS':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','nVUtZ':'url','gYRTe':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','YVaue':'force','MGQjp':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','iQBLi':_0x4a037f(0x110),'sDNSM':'string','MxUfN':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','DjmjK':_0x4a037f(0xaa),'HSsJp':'safe-mode','ZzKjA':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','kUFGl':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','xujYX':function(_0x140048,_0x29a331){return _0x140048(_0x29a331);},'Lhqqz':_0x4a037f(0x185),'fmQPY':_0x4a037f(0xc4),'lgYXQ':_0x4a037f(0xc6),'UZnky':_0x4a037f(0x169),'sgrDh':_0x4a037f(0xe9),'rcBhp':_0x4a037f(0x183),'dKpDC':function(_0x473113,_0x52b098,_0x29885e){return _0x473113(_0x52b098,_0x29885e);},'fjyfR':_0x4a037f(0x173),'isznp':function(_0x4634e0,_0x46b8e1,_0x910a5a){return _0x4634e0(_0x46b8e1,_0x910a5a);},'kctTP':'profile\x20config\x20list','LeHFQ':_0x4a037f(0xa3),'xOZQk':'Config\x20key\x20to\x20remove','kynGz':function(_0x37e26e,_0x442b79,_0x22947d){return _0x37e26e(_0x442b79,_0x22947d);},'TeCdT':'profile\x20config\x20unset','bceHo':_0x4a037f(0x180),'ZdQqv':_0x4a037f(0x103),'cDTOM':_0x4a037f(0x176),'tcIvf':_0x4a037f(0xca),'unytn':_0x4a037f(0xde),'zQvyn':'list\x20<profile>','syixM':'List\x20all\x20config\x20for\x20a\x20profile','heLCf':_0x4a037f(0x106),'DLORd':'add\x20<profile-name>','bUCCu':_0x4a037f(0x1d2),'zkjlD':_0x4a037f(0x16e),'kmlVp':'Manage\x20profile\x20configuration'};return _0x23c3a4[_0x4a037f(0x8a)](PROFILE_HELP)['command'](_0x523734[_0x4a037f(0x113)],_0x4a037f(0x12e),_0x2df528=>{const _0x95a341=_0x4a037f;return _0x2df528[_0x95a341(0x136)]('profile-name',{'type':'string','description':_0x523734['HSpud'],'demandOption':!![]})[_0x95a341(0x1cb)]('ci',{'type':_0x523734['uiFBj'],'description':_0x523734[_0x95a341(0x10c)],'default':![]})['option']('skip-auth',{'type':'boolean','description':_0x523734['IUQbS'],'default':![]})[_0x95a341(0x1cb)](_0x523734[_0x95a341(0x17f)],{'type':'string','description':_0x523734[_0x95a341(0x89)]})['option'](_0x523734[_0x95a341(0x18b)],{'type':_0x523734['uiFBj'],'description':_0x523734['MGQjp'],'default':![]})[_0x95a341(0x1cb)](_0x523734[_0x95a341(0x162)],{'type':_0x523734[_0x95a341(0x120)],'description':_0x523734[_0x95a341(0x114)]})['option'](_0x523734[_0x95a341(0xd1)],{'type':_0x523734[_0x95a341(0x8e)],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})[_0x95a341(0x1cb)](_0x523734[_0x95a341(0xf7)],{'type':_0x523734['uiFBj'],'description':_0x523734[_0x95a341(0xce)],'default':![]})[_0x95a341(0x1cb)](_0x95a341(0x73),{'type':_0x95a341(0x18f),'array':!![],'description':_0x523734['kUFGl']});},async _0xe98201=>{const _0x1fe653=_0x4a037f;await withTelemetry(_0x1fe653(0x15e),_0xce0011=>addEnv(_0xe98201[_0x1fe653(0x185)],{'ci':_0xe98201['ci'],'skipAuth':_0xe98201['skip-auth'],'url':_0xe98201[_0x1fe653(0x9a)],'force':_0xe98201['force'],'cdpEndpoint':_0xe98201[_0x1fe653(0x110)],'allowInsecureLocalhost':_0xe98201['allow-insecure-localhost'],'safeMode':_0xe98201['safe-mode'],'setupHeader':_0xe98201['setup-header']},_0xce0011),{'isElectron':_0x523734[_0x1fe653(0x1c2)](Boolean,_0xe98201[_0x523734[_0x1fe653(0x162)]])});})['command'](_0x4a037f(0x14b),_0x523734['bUCCu'],_0x255497=>{const _0x32bf98=_0x4a037f;return _0x255497[_0x32bf98(0x136)](_0x523734[_0x32bf98(0xdc)],{'type':'string','description':_0x523734[_0x32bf98(0xc3)],'demandOption':!![]});},async _0x17e010=>{const _0x2563c6=_0x4a037f;await withTelemetry(_0x523734[_0x2563c6(0x121)],()=>useEnv(_0x17e010[_0x2563c6(0x185)]));})[_0x4a037f(0x10f)](_0x4a037f(0xd2),'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)',_0x24cda5=>{const _0xc50261=_0x4a037f;return _0x24cda5['positional'](_0x523734['UZnky'],{'type':_0x523734[_0xc50261(0x120)],'description':_0xc50261(0xa4),'demandOption':!![]});},async _0x375731=>{const _0x8f4dc=_0x4a037f;await withTelemetry('profile\x20encrypt-auth',()=>authEncrypt(_0x375731[_0x8f4dc(0x169)]));})['command']('ls','List\x20all\x20profiles',()=>{},async()=>{await withTelemetry(_0x523734['sgrDh'],()=>envList());})['command']('update\x20<profile-name>',_0x4a037f(0x13e),_0x27d299=>{const _0x5593dd=_0x4a037f;return _0x27d299['positional'](_0x5593dd(0x185),{'type':_0x5593dd(0x18f),'description':'Name\x20of\x20the\x20profile\x20to\x20update','demandOption':!![]})[_0x5593dd(0x1cb)]('allow-insecure-localhost',{'type':'boolean','description':_0x523734['rcBhp']});},async _0x3322bb=>{const _0x420fb3=_0x4a037f;await withTelemetry('profile\x20update',_0x15c235=>updateEnv(_0x3322bb['profile-name'],_0x15c235,{'allowInsecureLocalhost':_0x3322bb[_0x420fb3(0xaa)]}));})['command'](_0x523734[_0x4a037f(0x107)],_0x523734['kmlVp'],_0x15085c=>{const _0x50e24c=_0x4a037f,_0x22c97b={'POyXW':_0x50e24c(0x169),'yCYWR':'Profile\x20name','tGrzf':'string','yvOTW':_0x523734['bceHo'],'wGRdq':_0x523734['ZdQqv']};return _0x15085c[_0x50e24c(0x8a)](PROFILE_CONFIG_HELP)[_0x50e24c(0x10f)](_0x523734[_0x50e24c(0x12a)],_0x523734['tcIvf'],_0x4aa245=>{const _0x1d81dd=_0x50e24c;return _0x4aa245[_0x1d81dd(0x136)](_0x22c97b[_0x1d81dd(0x102)],{'type':_0x1d81dd(0x18f),'description':_0x22c97b['yCYWR'],'demandOption':!![]})['positional'](_0x1d81dd(0xa3),{'type':_0x22c97b[_0x1d81dd(0x1d9)],'description':_0x22c97b['yvOTW'],'demandOption':!![]})['positional']('value',{'type':_0x22c97b['tGrzf'],'description':_0x22c97b[_0x1d81dd(0x1d6)],'demandOption':!![]});},async _0x17f7d5=>{const _0x3d2433=_0x50e24c;await _0x523734['dKpDC'](withTelemetry,'profile\x20config\x20set',()=>configSet(_0x17f7d5['profile'],_0x17f7d5['key'],_0x17f7d5[_0x3d2433(0xf9)]));})[_0x50e24c(0x10f)](_0x523734[_0x50e24c(0x111)],_0x50e24c(0x19a),_0xd502e2=>{const _0x4417f1=_0x50e24c;return _0xd502e2['positional']('profile',{'type':_0x523734[_0x4417f1(0x120)],'description':_0x4417f1(0xa4),'demandOption':!![]})[_0x4417f1(0x136)](_0x4417f1(0xa3),{'type':_0x523734['sDNSM'],'description':_0x523734[_0x4417f1(0xef)],'demandOption':!![]});},async _0x279e96=>{const _0x479f40=_0x50e24c;await withTelemetry('profile\x20config\x20get',()=>configGet(_0x279e96[_0x479f40(0x169)],_0x279e96[_0x479f40(0xa3)]));})[_0x50e24c(0x10f)](_0x523734['zQvyn'],_0x523734[_0x50e24c(0x142)],_0x17bb13=>{const _0xf5d18a=_0x50e24c;return _0x17bb13['positional'](_0x22c97b[_0xf5d18a(0x102)],{'type':_0x22c97b['tGrzf'],'description':_0xf5d18a(0xa4),'demandOption':!![]});},async _0xb1bc35=>{const _0x357af0=_0x50e24c;await _0x523734['isznp'](withTelemetry,_0x523734[_0x357af0(0x17e)],()=>configList(_0xb1bc35['profile']));})[_0x50e24c(0x10f)](_0x523734[_0x50e24c(0x7b)],_0x50e24c(0x1af),_0x1067f4=>{const _0x3fb09f=_0x50e24c;return _0x1067f4['positional'](_0x523734[_0x3fb09f(0x16d)],{'type':_0x523734[_0x3fb09f(0x120)],'description':_0x3fb09f(0xa4),'demandOption':!![]})['positional'](_0x523734['LeHFQ'],{'type':_0x3fb09f(0x18f),'description':_0x523734[_0x3fb09f(0x9e)],'demandOption':!![]});},async _0x39083a=>{const _0x388cd3=_0x50e24c;await _0x523734['kynGz'](withTelemetry,_0x523734['TeCdT'],()=>configUnset(_0x39083a[_0x388cd3(0x169)],_0x39083a[_0x388cd3(0xa3)]));})[_0x50e24c(0xb5)](0x1,'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand');})[_0x4a037f(0xb5)](0x1,'You\x20must\x20specify\x20a\x20profile\x20subcommand');})['command'](_0x3896b2(0x1a5),_0x3896b2(0x9b),()=>{},async()=>{await withTelemetry('status',()=>status());})['command'](_0x3896b2(0xc8),'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version',()=>{},async()=>{const _0x163649=_0x3896b2,_0x109a94={'YeXmi':'update'};await withTelemetry(_0x109a94[_0x163649(0x1d5)],()=>update());})['command']('print-access-token',_0x3896b2(0x19e),()=>{},async()=>{const _0x16c886=_0x3896b2,_0x299ae8={'ySNxq':_0x16c886(0x1b8)};await withTelemetry(_0x299ae8['ySNxq'],async()=>{const _0x2f6ca6=_0x16c886,_0x58e7f0=await getToken();if(!_0x58e7f0)throw new Error(_0x2f6ca6(0xea));console['log'](_0x58e7f0);});})['command']('go','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)',_0x986291=>{const _0x1065bd=_0x3896b2,_0x46e6fd={'ptQpP':'notes','qNDBQ':_0x1065bd(0xe2),'KaeWk':_0x1065bd(0xd6),'mzxyT':'Scenario\x20index\x20(1-based)','JWJYp':_0x1065bd(0x1b5),'HwUlQ':_0x1065bd(0xad),'ztnqR':_0x1065bd(0xc0),'VtFCN':'headed','LeVGg':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','GqsUH':_0x1065bd(0x18f),'XiBWW':'verified','qVWzE':'incomplete','RPeuy':'debug-address-comments','MzbEN':'env','DqoKx':'task','EVguq':'item','xyrlv':'number'};return _0x986291[_0x1065bd(0x1cb)](_0x1065bd(0x144),{'type':'string','description':'Optional\x20feature\x20ID'})['option'](_0x1065bd(0x169),{'type':_0x1065bd(0x18f),'description':_0x1065bd(0xe7)})['option'](_0x46e6fd['ptQpP'],{'type':'string','description':_0x46e6fd[_0x1065bd(0x11a)]})[_0x1065bd(0x1cb)](_0x46e6fd[_0x1065bd(0x96)],{'type':_0x1065bd(0x1bf),'description':_0x46e6fd[_0x1065bd(0x18d)]})[_0x1065bd(0x1cb)](_0x46e6fd[_0x1065bd(0xc9)],{'type':'string','description':_0x46e6fd[_0x1065bd(0x16a)]})['option'](_0x1065bd(0x74),{'type':'string','description':_0x46e6fd[_0x1065bd(0x17b)]})['option'](_0x46e6fd[_0x1065bd(0x1a0)],{'type':_0x1065bd(0xf0),'description':_0x46e6fd[_0x1065bd(0x11f)],'default':![]})[_0x1065bd(0x1cb)]('debug-outcome',{'type':_0x46e6fd['GqsUH'],'hidden':!![],'choices':[_0x46e6fd['XiBWW'],'partial',_0x1065bd(0x12c),_0x1065bd(0x129),_0x46e6fd['qVWzE']]})[_0x1065bd(0x1cb)](_0x46e6fd[_0x1065bd(0x194)],{'type':'boolean','hidden':!![]})[_0x1065bd(0x1cb)](_0x46e6fd['MzbEN'],{'type':'string','hidden':!![]})['option'](_0x46e6fd['DqoKx'],{'type':'string','hidden':!![]})['option'](_0x46e6fd[_0x1065bd(0x170)],{'type':_0x46e6fd['xyrlv'],'hidden':!![]});},async _0x43456e=>{const _0x4b1ed7={'uzFBV':function(_0x44aef8,_0x3a96e0){return _0x44aef8(_0x3a96e0);}};await _0x4b1ed7['uzFBV'](runGoCommand,_0x43456e);})['command']('auth',![],_0x11feb3=>{const _0x11fa01=_0x3896b2,_0x29aca0={'knRbu':'string','WnPSd':function(_0x407c08,_0x2c9b8f,_0x1e5d82){return _0x407c08(_0x2c9b8f,_0x1e5d82);},'bnIlr':_0x11fa01(0x1cc),'emMOg':'ranger\x20profile\x20encrypt-auth'};return _0x11feb3[_0x11fa01(0x10f)]('encrypt\x20<profile>',![],_0x483c60=>{const _0xf381a2=_0x11fa01;return _0x483c60['positional'](_0xf381a2(0x169),{'type':_0x29aca0[_0xf381a2(0x19d)],'description':_0xf381a2(0xa4),'demandOption':!![]});},async _0x3764b5=>{const _0x35139b=_0x11fa01;_0x29aca0['WnPSd'](warnRenamed,_0x29aca0['bnIlr'],_0x29aca0[_0x35139b(0x124)]),await authEncrypt(_0x3764b5[_0x35139b(0x169)]);})['demandCommand'](0x1,_0x11fa01(0xc1));},()=>{})['command'](_0x3896b2(0x1b3),![],_0x41bcf6=>{const _0x1df5bd=_0x3896b2,_0x206dd2={'MoNvZ':_0x1df5bd(0x198),'lNiLf':_0x1df5bd(0xf0),'rSGdr':_0x1df5bd(0x119),'pytBu':_0x1df5bd(0xd7),'cjCQY':_0x1df5bd(0xfa),'jgYcY':_0x1df5bd(0x182)};return _0x41bcf6[_0x1df5bd(0x136)]('token',{'type':'string','description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})['option'](_0x206dd2[_0x1df5bd(0x79)],{'type':_0x206dd2['lNiLf'],'description':_0x1df5bd(0xbc),'default':![]})['option']('scope',{'type':_0x1df5bd(0x18f),'choices':[_0x206dd2[_0x1df5bd(0xaf)],'project'],'description':_0x206dd2[_0x1df5bd(0xe6)]})['option']('url',{'type':_0x1df5bd(0x18f),'description':_0x206dd2['cjCQY']})['option'](_0x1df5bd(0x15a),{'type':_0x206dd2[_0x1df5bd(0x1a1)],'description':_0x206dd2['jgYcY'],'default':![]});},async _0x54a9d8=>{const _0x3d1dc1=_0x3896b2,_0x12627e={'okgQs':'ranger\x20start','UBkWJ':_0x3d1dc1(0x1d3),'QTgSJ':function(_0x2f0e15,_0x2d165c,_0x4e3f69){return _0x2f0e15(_0x2d165c,_0x4e3f69);}};warnRenamed(_0x12627e[_0x3d1dc1(0x171)],_0x12627e['UBkWJ']),await _0x12627e['QTgSJ'](withTelemetry,'start',_0x4c2ca9=>start(_0x54a9d8['token'],{'skipChromium':_0x54a9d8['skip-chromium'],'scope':_0x54a9d8[_0x3d1dc1(0x1ce)],'url':_0x54a9d8['url'],'force':_0x54a9d8['force']},_0x4c2ca9));})['command'](_0x3896b2(0xa6),![],_0x4cf169=>{const _0x398098=_0x3896b2,_0x13502a={'JxvqM':'string','KtCRY':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','ZhSkU':_0x398098(0x1a9),'FAXrf':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','HQhcw':_0x398098(0x1bf),'CgwTk':_0x398098(0x169),'OOpyj':_0x398098(0xd6),'PdbZj':'start-path','AiqwM':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','rdRen':_0x398098(0x9c),'ZWDEL':_0x398098(0xf0),'fbexS':_0x398098(0x8b),'vHlaw':'partial','apcdO':'blocked','yBTQa':'failed'};return _0x4cf169['option']('env',{'type':_0x13502a[_0x398098(0xb2)],'description':_0x13502a['KtCRY']})['option'](_0x13502a['ZhSkU'],{'type':_0x13502a['JxvqM'],'description':_0x13502a[_0x398098(0x1c9)]})[_0x398098(0x1cb)](_0x398098(0xa5),{'type':_0x13502a[_0x398098(0xee)],'description':'Scenario\x20index\x20(1-based)'})['option'](_0x13502a[_0x398098(0x1a7)],{'type':_0x13502a[_0x398098(0xb2)],'hidden':!![]})['option'](_0x398098(0x1a4),{'type':_0x398098(0x18f),'hidden':!![]})[_0x398098(0x1cb)](_0x13502a['OOpyj'],{'type':'number','hidden':!![]})[_0x398098(0x1cb)](_0x13502a['PdbZj'],{'type':_0x398098(0x18f),'description':_0x13502a['AiqwM']})['option'](_0x398098(0x74),{'type':_0x398098(0x18f),'hidden':!![]})[_0x398098(0x1cb)](_0x13502a['rdRen'],{'type':_0x13502a['ZWDEL'],'hidden':!![],'default':![]})[_0x398098(0x1cb)](_0x398098(0x100),{'type':'string','hidden':!![],'choices':[_0x13502a[_0x398098(0x147)],_0x13502a[_0x398098(0x1c4)],_0x13502a['apcdO'],_0x13502a['yBTQa'],_0x398098(0x160)]});},async _0x558c6c=>{const _0x1e32ed={'tSFJL':function(_0x5d350d,_0x550bdb,_0x4854e1){return _0x5d350d(_0x550bdb,_0x4854e1);}};await _0x1e32ed['tSFJL'](runGoCommand,_0x558c6c,!![]);})['command'](_0x3896b2(0x1c7),![],_0x37e150=>{const _0x45232d=_0x3896b2,_0x42ab5b={'FBMDv':_0x45232d(0x112),'fnUgL':'boolean','qPFhG':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','vlnzj':'skip-auth','HIWvf':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)'};return _0x37e150['positional'](_0x45232d(0x128),{'type':'string','description':_0x42ab5b[_0x45232d(0x186)],'demandOption':!![]})['option']('ci',{'type':_0x42ab5b['fnUgL'],'description':_0x42ab5b['qPFhG'],'default':![]})[_0x45232d(0x1cb)](_0x42ab5b['vlnzj'],{'type':'boolean','description':_0x42ab5b['HIWvf'],'default':![]});},async _0x33f16c=>{const _0x13c47c=_0x3896b2,_0x4c097d={'ismSo':function(_0x3bf256,_0x585c64,_0x44dc91){return _0x3bf256(_0x585c64,_0x44dc91);},'panhJ':function(_0x5be0a2,_0x324695,_0x45fc38){return _0x5be0a2(_0x324695,_0x45fc38);}};_0x4c097d[_0x13c47c(0x188)](warnRenamed,'ranger\x20add\x20env','ranger\x20profile\x20add'),await _0x4c097d[_0x13c47c(0x101)](withTelemetry,'add\x20env',_0x4bdb39=>addEnv(_0x33f16c[_0x13c47c(0x128)],{'ci':_0x33f16c['ci'],'skipAuth':_0x33f16c['skip-auth']},_0x4bdb39));})[_0x3896b2(0x10f)]('use\x20<env-name>',![],_0x580ecd=>{const _0x2d70fb=_0x3896b2,_0x58b847={'ZiXet':'string','lAoaP':'Name\x20of\x20the\x20environment'};return _0x580ecd[_0x2d70fb(0x136)]('env-name',{'type':_0x58b847[_0x2d70fb(0x199)],'description':_0x58b847[_0x2d70fb(0x158)],'demandOption':!![]});},async _0x4daaf7=>{const _0x572232=_0x3896b2,_0x264092={'bhtPW':'ranger\x20use','BxFeL':function(_0x321c42,_0x39c800,_0x52cf6d){return _0x321c42(_0x39c800,_0x52cf6d);},'cERVE':'use'};warnRenamed(_0x264092['bhtPW'],_0x572232(0x1ba)),await _0x264092[_0x572232(0xae)](withTelemetry,_0x264092['cERVE'],()=>useEnv(_0x4daaf7[_0x572232(0x128)]));})['command']('config',![],_0x1da379=>{const _0x4e3cfa=_0x3896b2,_0x37241b={'ZqNYv':_0x4e3cfa(0x18f),'gKScv':'Environment\x20name','lGdPF':_0x4e3cfa(0x180),'gZpiI':_0x4e3cfa(0xf9),'hIJni':function(_0x1d10fa,_0x379bb0,_0xca9dd8){return _0x1d10fa(_0x379bb0,_0xca9dd8);},'TLLZE':_0x4e3cfa(0x1c0),'bclxB':_0x4e3cfa(0x173),'yPuJZ':function(_0x762a4a,_0x1277bf,_0x2f583e){return _0x762a4a(_0x1277bf,_0x2f583e);},'sUOEj':'config\x20get','MXBaK':_0x4e3cfa(0x1d7),'KFMER':'ranger\x20profile\x20config\x20list','TzxUo':_0x4e3cfa(0x13f),'Giqep':'key','RSfPq':_0x4e3cfa(0x16c),'VayNz':_0x4e3cfa(0x10a),'OBYMk':function(_0x1e35d4,_0x44eea1,_0x35f785){return _0x1e35d4(_0x44eea1,_0x35f785);},'VwrFa':'set\x20<env>\x20<key>\x20<value>','yKZoi':'get\x20<env>\x20<key>'};return _0x1da379[_0x4e3cfa(0x10f)](_0x37241b[_0x4e3cfa(0x95)],![],_0x534f30=>{const _0x30655f=_0x4e3cfa;return _0x534f30['positional'](_0x30655f(0x197),{'type':_0x37241b[_0x30655f(0x145)],'description':_0x37241b[_0x30655f(0x14a)],'demandOption':!![]})[_0x30655f(0x136)](_0x30655f(0xa3),{'type':_0x37241b['ZqNYv'],'description':_0x37241b[_0x30655f(0xb8)],'demandOption':!![]})['positional'](_0x37241b[_0x30655f(0xd3)],{'type':_0x37241b[_0x30655f(0x145)],'description':'Config\x20value','demandOption':!![]});},async _0x5dbcd5=>{const _0x5425f5=_0x4e3cfa;_0x37241b[_0x5425f5(0x1d4)](warnRenamed,_0x5425f5(0x14d),_0x5425f5(0x9f)),await withTelemetry(_0x37241b['TLLZE'],()=>configSet(_0x5dbcd5[_0x5425f5(0x197)],_0x5dbcd5['key'],_0x5dbcd5[_0x5425f5(0xf9)]));})[_0x4e3cfa(0x10f)](_0x37241b['yKZoi'],![],_0x27a162=>{const _0x210cfa=_0x4e3cfa;return _0x27a162[_0x210cfa(0x136)](_0x210cfa(0x197),{'type':_0x210cfa(0x18f),'description':_0x210cfa(0xab),'demandOption':!![]})[_0x210cfa(0x136)](_0x210cfa(0xa3),{'type':_0x37241b[_0x210cfa(0x145)],'description':_0x37241b[_0x210cfa(0x1bb)],'demandOption':!![]});},async _0x25873f=>{const _0x3eea3f=_0x4e3cfa;warnRenamed('ranger\x20config\x20get','ranger\x20profile\x20config\x20get'),await _0x37241b[_0x3eea3f(0xb7)](withTelemetry,_0x37241b['sUOEj'],()=>configGet(_0x25873f['env'],_0x25873f[_0x3eea3f(0xa3)]));})['command']('list\x20<env>',![],_0x2d6123=>{const _0x432277=_0x4e3cfa;return _0x2d6123['positional'](_0x432277(0x197),{'type':_0x37241b['ZqNYv'],'description':_0x37241b['gKScv'],'demandOption':!![]});},async _0x46351c=>{const _0xee32b7=_0x4e3cfa;warnRenamed(_0x37241b['MXBaK'],_0x37241b[_0xee32b7(0x1b6)]),await _0x37241b['yPuJZ'](withTelemetry,_0x37241b['TzxUo'],()=>configList(_0x46351c[_0xee32b7(0x197)]));})['command'](_0x4e3cfa(0x97),![],_0x1e753d=>{const _0x38c79e=_0x4e3cfa;return _0x1e753d['positional'](_0x38c79e(0x197),{'type':_0x38c79e(0x18f),'description':_0x37241b[_0x38c79e(0x14a)],'demandOption':!![]})[_0x38c79e(0x136)](_0x37241b[_0x38c79e(0x108)],{'type':'string','description':_0x37241b['RSfPq'],'demandOption':!![]});},async _0x5c2de4=>{const _0x19503a=_0x4e3cfa;warnRenamed(_0x37241b[_0x19503a(0x7e)],_0x19503a(0x1ca)),await _0x37241b[_0x19503a(0x155)](withTelemetry,'config\x20unset',()=>configUnset(_0x5c2de4[_0x19503a(0x197)],_0x5c2de4[_0x19503a(0xa3)]));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20config\x20subcommand');})[_0x3896b2(0x10f)]('env',![],_0x2d92d5=>{const _0x33016a=_0x3896b2,_0x668fb2={'MWaBq':function(_0x46b047,_0x42a82e,_0x2521bf){return _0x46b047(_0x42a82e,_0x2521bf);},'pqfds':'Name\x20of\x20the\x20environment\x20to\x20update','jozFu':'ranger\x20env\x20update','GXPPD':'env\x20update','IaSYv':_0x33016a(0xa1)};return _0x2d92d5['command']('ls',![],()=>{},async()=>{const _0x3d2a86=_0x33016a;_0x668fb2[_0x3d2a86(0x14f)](warnRenamed,'ranger\x20env\x20ls',_0x3d2a86(0xb4)),await withTelemetry('env\x20list',()=>envList());})['command']('update\x20<env-name>',![],_0x13687e=>{const _0x4a3c26=_0x33016a;return _0x13687e[_0x4a3c26(0x136)]('env-name',{'type':_0x4a3c26(0x18f),'description':_0x668fb2[_0x4a3c26(0xf3)],'demandOption':!![]});},async _0x23316c=>{const _0x1784c0=_0x33016a;warnRenamed(_0x668fb2['jozFu'],'ranger\x20profile\x20update'),await withTelemetry(_0x668fb2[_0x1784c0(0x143)],_0x44e3ca=>updateEnv(_0x23316c['env-name'],_0x44e3ca));})[_0x33016a(0xb5)](0x1,_0x668fb2[_0x33016a(0x1bd)]);})[_0x3896b2(0x10f)]('feature',![],_0x25ca51=>{const _0x25ad8e=_0x3896b2,_0x4a4c47={'FDgWN':_0x25ad8e(0xe4),'zZmvE':_0x25ad8e(0x18f),'SFKHE':_0x25ad8e(0x15c),'cVXEj':'array','HzjcM':_0x25ad8e(0xd6),'iQlfW':function(_0x438941,_0x305c43,_0x4fd601,_0x385eac){return _0x438941(_0x305c43,_0x4fd601,_0x385eac);},'anbEg':'--checklist','MZLsJ':function(_0x1368b9,_0x4324a7,_0x59838e){return _0x1368b9(_0x4324a7,_0x59838e);},'NoUpW':'feature\x20create','zlHQp':'boolean','gMurk':'number','aNUoY':'include-deleted','JUlWW':_0x25ad8e(0xd8),'fNkoD':'ranger\x20feature\x20list','zogSJ':function(_0x46f9c4,_0x33cedf,_0x38e6d9){return _0x46f9c4(_0x33cedf,_0x38e6d9);},'ozmWd':_0x25ad8e(0x190),'KRrDh':function(_0x2a2bcc,_0x4208c5,_0xa5b1ab){return _0x2a2bcc(_0x4208c5,_0xa5b1ab);},'xpQHx':'ranger\x20feature\x20show','hRxaS':_0x25ad8e(0xfb),'MQtiF':_0x25ad8e(0x141),'dRmow':'ranger\x20feature\x20resume','sRWYJ':_0x25ad8e(0xe5),'ZLlxj':_0x25ad8e(0x10e),'gZQSq':function(_0x3e8c63,_0x1ed4d4,_0x4e0c60){return _0x3e8c63(_0x1ed4d4,_0x4e0c60);},'oXbLw':'ranger\x20feature\x20add-checklist-item','UStvg':'feature\x20add-checklist-item','KmCYE':'ranger\x20feature\x20get-feedback','iaquS':'ranger\x20feature\x20delete','IjXFl':_0x25ad8e(0x94),'TvBZp':_0x25ad8e(0x1cd),'SHvur':_0x25ad8e(0x86),'IFgDO':_0x25ad8e(0x13d),'brBch':'restore\x20<id>','AVqwJ':'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand'};return _0x25ca51[_0x25ad8e(0x10f)]('create\x20<name>',![],_0x667f45=>{const _0x3beaea=_0x25ad8e;return _0x667f45[_0x3beaea(0x136)](_0x4a4c47['FDgWN'],{'type':_0x3beaea(0x18f),'description':_0x3beaea(0xd0),'demandOption':!![]})[_0x3beaea(0x1cb)](_0x3beaea(0x104),{'type':_0x4a4c47['zZmvE'],'alias':'d','description':_0x4a4c47[_0x3beaea(0x17d)]})[_0x3beaea(0x1cb)]('checklist',{'type':_0x4a4c47['cVXEj'],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x4a4c47[_0x3beaea(0x14c)],{'type':'array','hidden':!![]});},async _0xcb47d9=>{const _0x39d953=_0x25ad8e;warnRenamed('ranger\x20feature\x20create',_0x39d953(0xed)),_0x4a4c47[_0x39d953(0x1be)](warnFlagRenamed,'ranger\x20create',_0x4a4c47[_0x39d953(0x84)],_0x39d953(0x7d));const _0x3b95e0=_0xcb47d9['scenario']||_0xcb47d9[_0x39d953(0x1a3)];await _0x4a4c47[_0x39d953(0xf4)](withTelemetry,_0x4a4c47[_0x39d953(0x189)],()=>featureCreate(_0xcb47d9['name'],{'description':_0xcb47d9['description'],'scenarios':_0x3b95e0}));})[_0x25ad8e(0x10f)]('list',![],_0x4bcb7d=>{const _0x3bf61a=_0x25ad8e;return _0x4bcb7d[_0x3bf61a(0x1cb)]('current-branch',{'type':_0x4a4c47[_0x3bf61a(0xf5)],'description':_0x3bf61a(0x105)})[_0x3bf61a(0x1cb)](_0x3bf61a(0x93),{'type':_0x4a4c47['gMurk'],'alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})[_0x3bf61a(0x1cb)](_0x3bf61a(0x134),{'type':_0x3bf61a(0x1bf),'alias':'o','description':_0x3bf61a(0x149),'default':0x0})['option'](_0x4a4c47[_0x3bf61a(0x164)],{'type':_0x3bf61a(0xf0),'alias':'d','description':_0x4a4c47[_0x3bf61a(0x1b7)],'default':![]});},async _0x3ff8c1=>{const _0x116eb5=_0x25ad8e;warnRenamed(_0x4a4c47[_0x116eb5(0x19b)],'ranger\x20list'),await _0x4a4c47[_0x116eb5(0x99)](withTelemetry,_0x4a4c47[_0x116eb5(0x1cf)],()=>featureList({'currentBranch':_0x3ff8c1['current-branch'],'limit':_0x3ff8c1['limit'],'offset':_0x3ff8c1[_0x116eb5(0x134)],'includeDeleted':_0x3ff8c1['include-deleted']}));})['command'](_0x4a4c47['SHvur'],![],_0x49f06c=>{const _0x354a9f=_0x25ad8e;return _0x49f06c[_0x354a9f(0x136)]('id',{'type':_0x4a4c47['zZmvE'],'description':_0x354a9f(0x90)});},async _0x5f44ae=>{const _0x3796e=_0x25ad8e;_0x4a4c47['KRrDh'](warnRenamed,_0x4a4c47['xpQHx'],_0x4a4c47['hRxaS']),await withTelemetry(_0x3796e(0x17c),()=>featureShow(_0x5f44ae['id']));})[_0x25ad8e(0x10f)](_0x25ad8e(0x123),![],_0x13a3b4=>{const _0x15d643=_0x25ad8e;return _0x13a3b4['positional']('id',{'type':_0x4a4c47[_0x15d643(0xff)],'description':_0x4a4c47[_0x15d643(0x13c)]});},async _0x5260b9=>{const _0x476556=_0x25ad8e;_0x4a4c47[_0x476556(0x99)](warnRenamed,_0x4a4c47['dRmow'],_0x476556(0x140)),await _0x4a4c47['MZLsJ'](withTelemetry,_0x4a4c47['sRWYJ'],()=>featureResume(_0x5260b9['id']));})[_0x25ad8e(0x10f)](_0x25ad8e(0x15b),![],_0x4e2cf3=>{const _0x6a8f48=_0x25ad8e;return _0x4e2cf3['positional']('description',{'type':_0x6a8f48(0x18f),'description':_0x4a4c47['ZLlxj'],'demandOption':!![]})['option']('id',{'type':'string','description':_0x6a8f48(0xbf)});},async _0x3b6f45=>{const _0x4863ff=_0x25ad8e;_0x4a4c47[_0x4863ff(0xbd)](warnRenamed,_0x4a4c47['oXbLw'],_0x4863ff(0x153)),await withTelemetry(_0x4a4c47[_0x4863ff(0x195)],()=>featureAddScenario(_0x3b6f45[_0x4863ff(0x104)],_0x3b6f45['id']));})['command'](_0x4a4c47['IFgDO'],![],_0x1a6577=>{const _0x321a43=_0x25ad8e;return _0x1a6577[_0x321a43(0x136)]('id',{'type':_0x4a4c47['zZmvE'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x365c87=>{const _0x534051=_0x25ad8e;warnRenamed(_0x4a4c47['KmCYE'],_0x534051(0x146)),await withTelemetry('feature\x20get-feedback',()=>featureGetReview(_0x365c87['id']));})[_0x25ad8e(0x10f)](_0x25ad8e(0xf6),![],_0x3fa8b0=>{const _0xd4059f=_0x25ad8e;return _0x3fa8b0['positional']('id',{'type':_0x4a4c47[_0xd4059f(0xff)],'description':_0xd4059f(0x90)});},async _0x471115=>{const _0x19196d=_0x25ad8e;warnRenamed(_0x4a4c47[_0x19196d(0xb0)],_0x4a4c47[_0x19196d(0x1c5)]),await withTelemetry(_0x19196d(0xcc),()=>featureDelete(_0x471115['id']));})['command'](_0x4a4c47['brBch'],![],_0x5424e8=>{const _0xa9725d=_0x25ad8e;return _0x5424e8[_0xa9725d(0x136)]('id',{'type':_0xa9725d(0x18f),'description':_0x4a4c47['TvBZp'],'demandOption':!![]});},async _0x29c6d8=>{const _0x243bd9=_0x25ad8e;_0x4a4c47['gZQSq'](warnRenamed,_0x243bd9(0x11b),_0x243bd9(0x1b1)),await _0x4a4c47['zogSJ'](withTelemetry,'feature\x20restore',()=>featureRestore(_0x29c6d8['id']));})[_0x25ad8e(0xb5)](0x1,_0x4a4c47[_0x25ad8e(0x8c)]);})[_0x3896b2(0x10f)](_0x3896b2(0x148),![],_0x465633=>{const _0x58c281=_0x3896b2,_0xfa3b09={'bEqhK':'session-id','ZjwEb':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','PtGmV':_0x58c281(0x18f),'JDWBb':function(_0x239cd1,_0x587cde,_0x1f8277){return _0x239cd1(_0x587cde,_0x1f8277);},'FRkkI':'enable','BtsCI':_0x58c281(0x15f),'DdGKf':'name'};return _0x465633['command'](_0xfa3b09[_0x58c281(0x16b)],'Enable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x54ba42=>{const _0x42f907=_0x58c281;return _0x54ba42['option'](_0xfa3b09[_0x42f907(0x187)],{'type':_0x42f907(0x18f),'description':_0xfa3b09['ZjwEb']});},async _0x4228c2=>{const _0x51eeca=_0x58c281;await withTelemetry(_0x51eeca(0x11e),()=>hook('enable',_0x4228c2[_0x51eeca(0x1a8)]));})[_0x58c281(0x10f)](_0x58c281(0xe8),_0xfa3b09['BtsCI'],_0x1d19b5=>{const _0xa25d6d=_0x58c281;return _0x1d19b5['option'](_0xfa3b09['bEqhK'],{'type':_0xfa3b09['PtGmV'],'description':_0xa25d6d(0x116)});},async _0x2cb719=>{const _0x431be8=_0x58c281;await _0xfa3b09[_0x431be8(0x18a)](withTelemetry,_0x431be8(0x77),()=>hook(_0x431be8(0xe8),_0x2cb719['session-id']));})['option'](_0xfa3b09[_0x58c281(0x16f)],{'type':_0xfa3b09['PtGmV'],'description':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'})[_0x58c281(0x1cb)](_0x58c281(0x1a8),{'type':_0xfa3b09['PtGmV'],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x2e27a5=>{const _0x79925a=_0x3896b2,_0x5048c7={'HeoaI':function(_0x31ea24,_0x9d54a7,_0x4c526b){return _0x31ea24(_0x9d54a7,_0x4c526b);},'rhPCG':'session-id'};_0x2e27a5[_0x79925a(0xe4)]&&await _0x5048c7['HeoaI'](hook,_0x2e27a5[_0x79925a(0xe4)],_0x2e27a5[_0x5048c7[_0x79925a(0xbb)]]);})[_0x3896b2(0xb5)](0x1,'You\x20must\x20specify\x20a\x20command')['strictCommands']()[_0x3896b2(0xba)](async(_0x30d6ab,_0x1df7ab,_0xc20c86)=>{const _0x3ff656=_0x3896b2,_0x1b4ba4={'YLHRj':function(_0x4b9a8f,_0x3ca3de){return _0x4b9a8f(_0x3ca3de);},'ZCysw':_0x3ff656(0xac),'ODNPO':'Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','OPPaJ':function(_0x307e5b,_0x482666){return _0x307e5b||_0x482666;}},_0x2b9d39=_0x1b4ba4[_0x3ff656(0xcf)](sanitizeArgs,process['argv']['slice'](0x2)),_0x4e1da4=getErrorType(_0x30d6ab,_0x1df7ab);if(_0x30d6ab&&_0x30d6ab['includes'](_0x1b4ba4['ZCysw'])){const _0x23644d=process['argv'][0x2];console[_0x3ff656(0x161)](_0x3ff656(0x1c3)+_0x23644d),console[_0x3ff656(0x161)](_0x1b4ba4[_0x3ff656(0x1ae)]);}else{if(_0x30d6ab)console[_0x3ff656(0x161)]('\x0a'+_0x30d6ab+'\x0a');else _0x1df7ab&&console['error'](_0x3ff656(0x92)+_0x1df7ab['message']+'\x0a');}await logDesirePath({'rawCommand':_0x2b9d39,'errorMessage':_0x30d6ab||_0x1df7ab?.[_0x3ff656(0x76)],'errorType':_0x4e1da4});const _0x53fa2f=getCurrentCollector();_0x53fa2f&&await _0x53fa2f['trackCommandError'](_0x1df7ab||new Error(_0x1b4ba4[_0x3ff656(0x127)](_0x30d6ab,_0x3ff656(0x9d)))),process[_0x3ff656(0x157)](0x1);})['epilogue'](_0x3896b2(0xf2)+'\x20\x20https://docs.ranger.net\x0a'+'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)')['help']()[_0x3896b2(0x154)]('help','h')[_0x3896b2(0x75)]();
2
+ const _0x43f580=_0x20c0;(function(_0x184986,_0x24eef2){const _0x286dda=_0x20c0,_0x5e7168=_0x184986();while(!![]){try{const _0x3288aa=-parseInt(_0x286dda(0x1bd))/0x1+parseInt(_0x286dda(0x144))/0x2+-parseInt(_0x286dda(0x142))/0x3*(-parseInt(_0x286dda(0x1c8))/0x4)+parseInt(_0x286dda(0x1de))/0x5*(parseInt(_0x286dda(0x1b3))/0x6)+parseInt(_0x286dda(0x16a))/0x7*(parseInt(_0x286dda(0x18b))/0x8)+parseInt(_0x286dda(0x17e))/0x9*(parseInt(_0x286dda(0x1b5))/0xa)+-parseInt(_0x286dda(0xae))/0xb*(parseInt(_0x286dda(0x174))/0xc);if(_0x3288aa===_0x24eef2)break;else _0x5e7168['push'](_0x5e7168['shift']());}catch(_0x23cf1a){_0x5e7168['push'](_0x5e7168['shift']());}}}(_0xe85e,0x76ef6));import _0x5d0d51 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x5577d7=_0x20c0,_0x428e4b={'zTxNK':function(_0x5a201d,_0x20067d){return _0x5a201d(_0x20067d);},'GkwQi':_0x5577d7(0x1ce),'OjoaA':function(_0x235877,_0x38f9b3,_0x2aad28){return _0x235877(_0x38f9b3,_0x2aad28);},'yENak':_0x5577d7(0x89)};let _0xc9db53=process['cwd']();const _0x18ae6a=parse(_0xc9db53)['root'];while(_0xc9db53!==_0x18ae6a){if(_0x428e4b[_0x5577d7(0x18d)](existsSync,join(_0xc9db53,_0x428e4b[_0x5577d7(0xe5)]))||_0x428e4b[_0x5577d7(0x18d)](existsSync,_0x428e4b['OjoaA'](join,_0xc9db53,_0x428e4b[_0x5577d7(0x1d8)])))return _0xc9db53;_0xc9db53=dirname(_0xc9db53);}return process[_0x5577d7(0x184)]();}_0x5d0d51[_0x43f580(0x80)]({'path':join(findProjectRoot(),_0x43f580(0x89))});import _0x40683c from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook}from'./commands/index.js';function _0x20c0(_0x563339,_0x515368){_0x563339=_0x563339-0x7a;const _0xe85e8e=_0xe85e();let _0x20c015=_0xe85e8e[_0x563339];return _0x20c015;}import{authEncrypt}from'./commands/authEncrypt.js';import{getToken}from'./commands/utils/keychain.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';function _0xe85e(){const _0x2b474c=['iFSZZ','riijc','use\x20<env-name>','22VEzClb','UiEqZ','update\x20<profile-name>','get\x20<env>\x20<key>','ranger\x20profile\x20ls','argv','DoDrj','XgxtH','RgzwL','evaluation','feature\x20list','oLpmw','delete','fgSII','lYNNX','IeXId','ColxT','url','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','CRHAh','Fkhwa','ZqMQF','ranger\x20go','force','ghDkX','use','You\x20must\x20specify\x20a\x20command','fyWhL','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','current-branch','show\x20[id]','\x20VERIFIED','feature\x20create','Print\x20the\x20current\x20CLI\x20access\x20token','FLyuN','IKZci','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','error','zVrKz','BBRUh','opencode','list','cdp-endpoint','IkqdL','--profile','value','wsvRd','log','usage','Manage\x20profile\x20configuration','Add\x20profile\x20configuration','DrHJs','message','ranger\x20feature\x20list','WdKwL','GkwQi','profile\x20config\x20set','ktOEo','scriptName','encrypt-auth\x20<profile>','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','dZiXB','blocked','ranger\x20create','rvwEg','MMBgq','scenario','skip-chromium','hdYaY','NkdJp','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','MVQWZ','hook','YxKzo','safe-mode','uwYLV','GSFWN','BASZq','Ranger\x20API\x20token','bmmbl','checklist','lqYfk','JjHnD','You\x20must\x20specify\x20an\x20auth\x20subcommand','feature\x20get-feedback','Profile\x20name','cdMgP','add\x20<profile-name>','JAZAV','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','string','delete\x20[id]','allow-insecure-localhost','array','jJfQZ','use\x20<profile-name>','MMuwm','command','VnfPK','repeat','ranger\x20setup','ranger\x20add-scenario','key','start-path','AoMBN','Name\x20of\x20the\x20environment','Config\x20key','uUqUc','unset\x20<profile>\x20<key>','Get\x20a\x20config\x20value','obvws','ranger\x20feature\x20restore','HVINz','ranger\x20show','xzyPu','ZKGUo','JXZWV','ranger\x20feature\x20create','severity','start','hjrkO','ranger\x20profile\x20config\x20list','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','Set\x20a\x20config\x20value','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','name','exclude-scenario','number','get-feedback\x20[id]','create\x20<name>','mrURB','LoCez','sXipY','ranger\x20resume','\x20\x20https://docs.ranger.net\x0a','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','hNeqw','GNNhK','KLqmU','mPJuB','ranger\x20delete','profile\x20config\x20get','json','DKQQx','lMeXC','clean','positional','ranger\x20auth\x20encrypt','27363XMQuhM','dNOis','41260ieTgTG','iwIdU','kYTeH','Feature\x20review\x20ID\x20to\x20restore','\x20is\x20now\x20','VvtYu','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','--scenario','Summary:\x20','GWFdl','untux','restore','update','Feature\x20review\x20ID','jcWlY','vyCGN','GzhYw','encrypt\x20<profile>','KkTin','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','issues','verified','version','offset','UfCpa','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','RRiuz','feature\x20delete','add\x20env\x20<env-name>','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','scope','demandCommand','boolean','ranger\x20feature\x20get-feedback','jmDWB','debug-address-comments','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','ranger\x20start','3997GFYNES','ZzcgB','jLIxN','add-scenario','Ktmvl','Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','slice','set\x20<env>\x20<key>\x20<value>','IZuJn','2273352HMgfHG','WqyVg','GQcUN','vaovc','rChhN','uRKGX','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','edit-scenario','kLrnT','9McsoZs','jwgPk','pBvtn','ranger\x20feature\x20resume','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','config\x20set','cwd','IROsx','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','Feature\x20review\x20description','Audjv','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','clUJq','288aUShnj','ytSAY','zTxNK','map','HdBRp','Scenario\x20index\x20(1-based)','Reason:\x20','login','KNjLU','include-deleted','alias','mEwFv','strictCommands','uULlR','--checklist','vSBQL','\x0aIssues:','profile-name','\x20INCOMPLETE','token','base-url','partial','project','Name\x20of\x20the\x20environment\x20to\x20update','profile','List\x20all\x20profiles','disable','config\x20unset','parse','exitCode','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','option','IKvBn','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','Documentation:\x0a','item','dgdOW','yhMyB','ranger\x20env\x20update','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','8706hnyIdd','restore\x20<id>','6023560xEIjiD','add-checklist-item\x20<description>','feature','add-scenario\x20<description>','model','beTBj','dIkhz','setup-ci','589052GdCgAG','jaCTs','LOeRb','update\x20<env-name>','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','ZJMjm','\x20FAILED','profile\x20ls','ePBHM','DdrRj','ranger','340RYaGDI','New\x20scenario\x20description','\x0aError:\x20','skillup','DTSAY','dAlxv','.ranger','start\x20[token]','enable','WaxRl','Remove\x20a\x20config\x20value','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','Scenario\x20number\x20to\x20edit\x20(1-based)','ranger\x20feature\x20show','incomplete','Include\x20soft-deleted\x20feature\x20reviews','yENak','JUKrg','help','VkaNy','xGXgz','verify-feature','125ECwTHZ','RvxeD','gKfCf','xLehl','Environment\x20name','PFvMJ','tsZIE','ranger\x20profile\x20update','failed','config','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','paJea','get-review\x20[id]','NyzcO','--item','epilogue','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','debug-outcome','.env','HDzkh','ranger\x20profile\x20config\x20set','Uibdc','pGDIB','Config\x20key\x20to\x20remove','summary','env-name','task','skip-auth','ehxqS','session-id','You\x20must\x20specify\x20an\x20env\x20subcommand','profile\x20encrypt-auth','.\x20[','bjnhG','Egujw','env','GNyKj','headed','DASNW','user','Initialize\x20Ranger\x20in\x20your\x20project','wPcew','RqLAs','limit','description','unset\x20<env>\x20<key>','vgclK','rTiBs','--notes','auth','byYaa','ranger\x20profile\x20config\x20get'];_0xe85e=function(){return _0x2b474c;};return _0xe85e();}import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x117035=>{const _0x346b92=_0x43f580,_0x43b67e={'xugPG':function(_0x18aba6){return _0x18aba6();}},_0x163473=_0x43b67e['xugPG'](getCurrentCollector);_0x163473&&await _0x163473['trackCommandError'](_0x117035),process[_0x346b92(0x1a8)]=0x1;});const rawArgs=process[_0x43f580(0xb3)][_0x43f580(0x171)](0x2),TOP_LEVEL_HELP='Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/update/config/encrypt-auth)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true',PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x0aKeys:\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20header.<name>\x20\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20header.X-Test-Mode)\x0a\x20\x20setupHeader.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeader.x-bypass-turnstile)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20header.Authorization\x20\x27${AUTH_TOKEN}\x27\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20setupHeader.x-bypass-turnstile\x20\x27a1b2c3d4...\x27';function warnRenamed(_0x2bf950,_0x2b1537){const _0x34bb60=_0x43f580;console['error']('\x0a'+_0x2bf950+_0x34bb60(0x148)+_0x2b1537+'\x0a');}function argUsed(_0x34114a){return rawArgs['some'](_0x1a5ba3=>_0x1a5ba3===_0x34114a||_0x1a5ba3['startsWith'](_0x34114a+'='));}function warnFlagRenamed(_0x1c6f1a,_0x520872,_0x42d172){const _0x267d0c=_0x43f580,_0x157783={'NyzcO':function(_0x39e132,_0x5dc167){return _0x39e132(_0x5dc167);}};_0x157783[_0x267d0c(0x84)](argUsed,_0x520872)&&warnRenamed(_0x1c6f1a+'\x20'+_0x520872,_0x1c6f1a+'\x20'+_0x42d172);}async function runGoCommand(_0xa2be98,_0x142084=![]){const _0x2d74e5=_0x43f580,_0x3d56f6={'DKQQx':'ranger\x20verify-feature','uxKKy':'ranger\x20go','pGDIB':function(_0x2a473b,_0x3747b2,_0x3b50c6,_0x5b957a){return _0x2a473b(_0x3747b2,_0x3b50c6,_0x5b957a);},'byYaa':'--env','KNjLU':'--task','QRDyE':_0x2d74e5(0x14b),'mVSHm':_0x2d74e5(0x88),'oLpmw':function(_0x4be932,_0x5b7879){return _0x4be932===_0x5b7879;},'UiSwr':_0x2d74e5(0x1a0),'hmlCJ':'\x20PARTIAL','HVINz':_0x2d74e5(0xec),'zGptE':'\x20BLOCKED','vSBQL':_0x2d74e5(0x19b)};_0x142084&&warnRenamed(_0x3d56f6[_0x2d74e5(0x13d)],_0x3d56f6['uxKKy']);_0x3d56f6[_0x2d74e5(0x8d)](warnFlagRenamed,'ranger\x20go',_0x3d56f6[_0x2d74e5(0xa9)],_0x2d74e5(0xda)),_0x3d56f6['pGDIB'](warnFlagRenamed,_0x2d74e5(0xc4),_0x3d56f6[_0x2d74e5(0x193)],_0x2d74e5(0xa7)),warnFlagRenamed('ranger\x20go',_0x2d74e5(0x85),_0x3d56f6['QRDyE']);const _0x4f1627=await loadRangerConfig(),_0x572c49=isByokEnabled(),_0x1e79f5=_0xa2be98['model'],_0x322e0f=_0x4f1627['model'],_0x35a785=await verifyFeature({'featureId':_0xa2be98['feature'],'profile':_0xa2be98['profile']??_0xa2be98['env'],'notes':_0xa2be98['notes']??_0xa2be98[_0x2d74e5(0x91)],'scenario':_0xa2be98[_0x2d74e5(0xf0)]??_0xa2be98['item'],'startPath':_0xa2be98[_0x2d74e5(0x115)],'debugOutcome':_0xa2be98[_0x3d56f6['mVSHm']],'debugAddressComments':_0xa2be98[_0x2d74e5(0x167)],'headed':_0xa2be98[_0x2d74e5(0x9c)],'byokEnabled':_0x572c49,'flagVerifyModel':_0x1e79f5,'configVerifyModel':_0x322e0f});console['log']('\x0a'+'='['repeat'](0x3c)),console[_0x2d74e5(0xdd)](_0x35a785[_0x2d74e5(0xb7)]===_0x2d74e5(0x159)?_0x2d74e5(0xcd):_0x3d56f6['oLpmw'](_0x35a785['evaluation'],_0x2d74e5(0x1d6))?_0x2d74e5(0x19d):_0x3d56f6[_0x2d74e5(0xb9)](_0x35a785['evaluation'],_0x3d56f6['UiSwr'])?_0x3d56f6['hmlCJ']:_0x35a785['evaluation']===_0x3d56f6[_0x2d74e5(0x11e)]?_0x3d56f6['zGptE']:_0x2d74e5(0x1c3)),console['log']('='[_0x2d74e5(0x111)](0x3c)),console['log'](_0x2d74e5(0x14c)+_0x35a785[_0x2d74e5(0x8f)]),console[_0x2d74e5(0xdd)]('Evaluation:\x20'+_0x35a785['evaluation']),console['log'](_0x2d74e5(0x191)+_0x35a785['evaluationReason']),_0x35a785[_0x2d74e5(0x158)]?.['length']&&(console[_0x2d74e5(0xdd)](_0x3d56f6[_0x2d74e5(0x19a)]),_0x35a785[_0x2d74e5(0x158)]['forEach']((_0x4bd6a6,_0x245634)=>{const _0x288531=_0x2d74e5;console[_0x288531(0xdd)]('\x0a'+(_0x245634+0x1)+_0x288531(0x97)+_0x4bd6a6[_0x288531(0x124)]+']\x20'+_0x4bd6a6['description']);})),process['exit'](_0x35a785[_0x2d74e5(0xb7)]==='verified'?0x0:0x1);}_0x40683c(process[_0x43f580(0xb3)][_0x43f580(0x171)](0x2))[_0x43f580(0xe8)](_0x43f580(0x1c7))[_0x43f580(0xde)](TOP_LEVEL_HELP)[_0x43f580(0x15a)](getCurrentVersion())[_0x43f580(0x10f)](_0x43f580(0x12f),_0x43f580(0x189),_0x5c74ad=>{const _0x24c6da=_0x43f580,_0x3423a={'vWhgv':_0x24c6da(0x108),'ezoBa':'Feature\x20review\x20name','pdvMW':_0x24c6da(0xa3),'lYNNX':_0x24c6da(0x10b),'eMjnD':_0x24c6da(0x87),'jcWlY':_0x24c6da(0xfe)};return _0x5c74ad[_0x24c6da(0x140)](_0x24c6da(0x12b),{'type':_0x3423a['vWhgv'],'description':_0x3423a['ezoBa'],'demandOption':!![]})['option'](_0x3423a['pdvMW'],{'type':_0x24c6da(0x108),'alias':'d','description':'Feature\x20review\x20description'})['option'](_0x24c6da(0xf0),{'type':_0x3423a[_0x24c6da(0xbc)],'alias':'c','description':_0x3423a['eMjnD']})['option'](_0x3423a[_0x24c6da(0x152)],{'type':_0x3423a[_0x24c6da(0xbc)],'hidden':!![]});},async _0x4db482=>{const _0x5c7a51=_0x43f580,_0x116d9b={'ciCJY':function(_0x4c88df,_0x321077,_0x39472f,_0x118886){return _0x4c88df(_0x321077,_0x39472f,_0x118886);},'qHVOB':'--checklist','nWdPG':'--scenario','SQxIc':function(_0x29ca43,_0x112267,_0x2a3b5a){return _0x29ca43(_0x112267,_0x2a3b5a);}};_0x116d9b['ciCJY'](warnFlagRenamed,_0x5c7a51(0xed),_0x116d9b['qHVOB'],_0x116d9b['nWdPG']);const _0x543a96=_0x4db482['scenario']||_0x4db482[_0x5c7a51(0xfe)];await _0x116d9b['SQxIc'](withTelemetry,'create',()=>featureCreate(_0x4db482[_0x5c7a51(0x12b)],{'description':_0x4db482[_0x5c7a51(0xa3)],'scenarios':_0x543a96}));})[_0x43f580(0x10f)](_0x43f580(0xd7),'List\x20all\x20feature\x20reviews',_0x2bb43a=>{const _0x4469e0=_0x43f580,_0x5ceb03={'qoUqU':'current-branch','uKHHe':_0x4469e0(0x107),'dZiXB':'offset','ytSAY':'boolean','PiLNQ':'Include\x20soft-deleted\x20feature\x20reviews'};return _0x2bb43a[_0x4469e0(0x1aa)](_0x5ceb03['qoUqU'],{'type':_0x4469e0(0x164),'description':_0x4469e0(0xea)})[_0x4469e0(0x1aa)]('limit',{'type':'number','alias':'l','description':_0x5ceb03['uKHHe'],'default':0xa})[_0x4469e0(0x1aa)](_0x5ceb03[_0x4469e0(0xeb)],{'type':_0x4469e0(0x12d),'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})['option'](_0x4469e0(0x194),{'type':_0x5ceb03[_0x4469e0(0x18c)],'alias':'d','description':_0x5ceb03['PiLNQ'],'default':![]});},async _0x7821c5=>{const _0x3b289c=_0x43f580,_0x275309={'UfCpa':function(_0x37251d,_0x1450a2,_0x4ae26c){return _0x37251d(_0x1450a2,_0x4ae26c);}};await _0x275309[_0x3b289c(0x15c)](withTelemetry,_0x3b289c(0xd7),()=>featureList({'currentBranch':_0x7821c5[_0x3b289c(0xcb)],'limit':_0x7821c5[_0x3b289c(0xa2)],'offset':_0x7821c5['offset'],'includeDeleted':_0x7821c5[_0x3b289c(0x194)]}));})['command']('show\x20[id]',_0x43f580(0x1ac),_0xe31fdb=>{const _0x5cd115=_0x43f580,_0x14f2f3={'ZJMjm':_0x5cd115(0x108),'ZKGUo':'Feature\x20review\x20ID'};return _0xe31fdb[_0x5cd115(0x140)]('id',{'type':_0x14f2f3[_0x5cd115(0x1c2)],'description':_0x14f2f3[_0x5cd115(0x121)]});},async _0x4b2d22=>{const _0x167d91={'LQyNZ':function(_0x1da8de,_0x1b37d5,_0x4a200d){return _0x1da8de(_0x1b37d5,_0x4a200d);}};await _0x167d91['LQyNZ'](withTelemetry,'show',()=>featureShow(_0x4b2d22['id']));})['command']('resume\x20[id]','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x236a57=>{const _0x57b82d=_0x43f580;return _0x236a57['positional']('id',{'type':_0x57b82d(0x108),'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x309bfa=>{const _0x5caf6d={'UhajJ':function(_0x14f67e,_0x51f0e2,_0xf9f7e2){return _0x14f67e(_0x51f0e2,_0xf9f7e2);}};await _0x5caf6d['UhajJ'](withTelemetry,'resume',()=>featureResume(_0x309bfa['id']));})['command'](_0x43f580(0x1b8),'Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x2149d6=>{const _0x17cd5d=_0x43f580,_0x57c381={'NkdJp':'description','RptEN':_0x17cd5d(0x108),'lqYfk':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x2149d6['positional'](_0x57c381[_0x17cd5d(0xf3)],{'type':_0x57c381['RptEN'],'description':'Scenario\x20description','demandOption':!![]})['option']('id',{'type':'string','description':_0x57c381[_0x17cd5d(0xff)]});},async _0x37f76f=>{const _0x3c67f0=_0x43f580;await withTelemetry(_0x3c67f0(0x16d),()=>featureAddScenario(_0x37f76f['description'],_0x37f76f['id']));})['command']('edit-scenario\x20<description>',_0x43f580(0x1b2),_0x4f7b58=>{const _0x255acd=_0x43f580,_0x2b9935={'GNyKj':_0x255acd(0xa3),'QEkwu':_0x255acd(0x108),'CRHAh':_0x255acd(0x1c9),'ZzcgB':_0x255acd(0x12d),'WqyVg':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x4f7b58[_0x255acd(0x140)](_0x2b9935[_0x255acd(0x9b)],{'type':_0x2b9935['QEkwu'],'description':_0x2b9935[_0x255acd(0xc1)],'demandOption':!![]})[_0x255acd(0x1aa)](_0x255acd(0xf0),{'type':_0x2b9935[_0x255acd(0x16b)],'description':_0x255acd(0x1d4),'demandOption':!![]})['option']('id',{'type':_0x255acd(0x108),'description':_0x2b9935[_0x255acd(0x175)]});},async _0x324c6e=>{const _0x4c6424=_0x43f580;await withTelemetry(_0x4c6424(0x17c),()=>featureEditScenario(_0x324c6e['description'],{'id':_0x324c6e['id'],'scenario':_0x324c6e['scenario']}));})[_0x43f580(0x10f)]('report\x20[id]',_0x43f580(0xd2),_0x1c359d=>{const _0x22e9c2=_0x43f580,_0x150507={'QFiUK':'exclude-scenario','MMBgq':'array','DleQI':'json','untux':_0x22e9c2(0x164),'xzyPu':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown'};return _0x1c359d['positional']('id',{'type':_0x22e9c2(0x108),'description':'Feature\x20review\x20ID'})['option'](_0x150507['QFiUK'],{'type':_0x150507[_0x22e9c2(0xef)],'description':_0x22e9c2(0x12a)})[_0x22e9c2(0x1aa)](_0x150507['DleQI'],{'type':_0x150507[_0x22e9c2(0x14e)],'description':_0x150507[_0x22e9c2(0x120)],'default':![]});},async _0x552f95=>{const _0x16748f=_0x43f580,_0x20930e={'jwgPk':_0x16748f(0x12c),'wPcew':function(_0x40a1cd,_0x454de4,_0x99df25){return _0x40a1cd(_0x454de4,_0x99df25);},'ColxT':'report'},_0x4aa247=_0x552f95[_0x20930e[_0x16748f(0x17f)]],_0x140ee3=_0x4aa247?_0x4aa247[_0x16748f(0x18e)](_0x501fe7=>Number(_0x501fe7)):undefined;await _0x20930e[_0x16748f(0xa0)](withTelemetry,_0x20930e[_0x16748f(0xbe)],()=>featureReportPrDescription(_0x552f95['id'],{'excludeScenarios':_0x140ee3,'json':_0x552f95[_0x16748f(0x13c)]}));})['command'](_0x43f580(0x83),'Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x34ffe7=>{const _0x14b20f=_0x43f580,_0x4730bf={'paJea':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x34ffe7[_0x14b20f(0x140)]('id',{'type':_0x14b20f(0x108),'description':_0x4730bf[_0x14b20f(0x82)]});},async _0x358a77=>{const _0x275d09=_0x43f580,_0x34645c={'ktOEo':function(_0x37fd94,_0x5c5608,_0x24a8c4){return _0x37fd94(_0x5c5608,_0x24a8c4);},'lMeXC':'get-review'};await _0x34645c[_0x275d09(0xe7)](withTelemetry,_0x34645c[_0x275d09(0x13e)],()=>featureGetReview(_0x358a77['id']));})[_0x43f580(0x10f)](_0x43f580(0x109),_0x43f580(0x161),_0x48bf21=>{const _0x6fde3=_0x43f580,_0x2297f9={'rvwEg':_0x6fde3(0x108)};return _0x48bf21[_0x6fde3(0x140)]('id',{'type':_0x2297f9[_0x6fde3(0xee)],'description':_0x6fde3(0x151)});},async _0x3ada96=>{const _0x5575ae=_0x43f580,_0x5e4295={'VkaNy':function(_0x381ff6,_0x4d4494,_0x22c410){return _0x381ff6(_0x4d4494,_0x22c410);},'ijbnh':_0x5575ae(0xba)};await _0x5e4295[_0x5575ae(0x1db)](withTelemetry,_0x5e4295['ijbnh'],()=>featureDelete(_0x3ada96['id']));})['command'](_0x43f580(0x1b4),'Restore\x20a\x20soft-deleted\x20feature\x20review',_0x56b3dc=>{const _0x5b107c=_0x43f580,_0x36fe9a={'uRKGX':'string'};return _0x56b3dc['positional']('id',{'type':_0x36fe9a[_0x5b107c(0x179)],'description':_0x5b107c(0x147),'demandOption':!![]});},async _0x1440f8=>{const _0x5cdd93=_0x43f580,_0x302995={'IkqdL':function(_0x2f0d9c,_0x26b036,_0x4da9fc){return _0x2f0d9c(_0x26b036,_0x4da9fc);}};await _0x302995[_0x5cdd93(0xd9)](withTelemetry,_0x5cdd93(0x14f),()=>featureRestore(_0x1440f8['id']));})['command']('setup\x20[token]',_0x43f580(0x9f),_0x3a02ec=>{const _0x240574=_0x43f580,_0x14ca67={'dAlxv':_0x240574(0x19e),'eGTnA':_0x240574(0x164),'UiEqZ':_0x240574(0x162),'jaCTs':'string','ZCOrf':'project','YnahI':_0x240574(0x15d),'GrzdP':'url','wsvRd':_0x240574(0x1d3),'wTSGJ':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','dpZmc':'opencode','wnlZs':_0x240574(0x16f)};return _0x3a02ec['positional'](_0x14ca67[_0x240574(0x1cd)],{'type':'string','description':_0x240574(0x182)})[_0x240574(0x1aa)]('skip-chromium',{'type':_0x14ca67['eGTnA'],'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x14ca67[_0x240574(0xaf)],{'type':_0x14ca67[_0x240574(0x1be)],'choices':[_0x240574(0x9e),_0x14ca67['ZCOrf']],'description':_0x14ca67['YnahI']})[_0x240574(0x1aa)](_0x14ca67['GrzdP'],{'type':'string','description':_0x14ca67[_0x240574(0xdc)]})['option']('force',{'type':_0x14ca67['eGTnA'],'description':_0x14ca67['wTSGJ'],'default':![]})['option'](_0x14ca67['dpZmc'],{'type':'boolean','description':_0x14ca67['wnlZs'],'default':![]})[_0x240574(0x1aa)]('allow-insecure-localhost',{'type':_0x14ca67['eGTnA'],'description':_0x240574(0x17b),'default':![]});},async _0x5a31c9=>{const _0x2fbab4=_0x43f580,_0xa3f3f3={'IoAKX':_0x2fbab4(0x125)};await withTelemetry(_0xa3f3f3['IoAKX'],_0x5218d8=>start(_0x5a31c9[_0x2fbab4(0x19e)],{'skipChromium':_0x5a31c9[_0x2fbab4(0xf1)],'scope':_0x5a31c9['scope'],'url':_0x5a31c9['url'],'force':_0x5a31c9[_0x2fbab4(0xc5)],'opencode':_0x5a31c9[_0x2fbab4(0xd6)],'allowInsecureLocalhost':_0x5a31c9[_0x2fbab4(0x10a)]},_0x5218d8));})['command']('setup-ci\x20<token>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x497aea=>{const _0x4ecaa9=_0x43f580,_0x21027e={'yhMyB':_0x4ecaa9(0x19e),'KTgag':'string','gWYyu':'profile','mnPFM':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','hjrkO':'base-url','XzUQg':_0x4ecaa9(0xf1)};return _0x497aea['positional'](_0x21027e[_0x4ecaa9(0x1b0)],{'type':_0x21027e['KTgag'],'description':_0x4ecaa9(0xfc),'demandOption':!![]})[_0x4ecaa9(0x1aa)](_0x21027e['gWYyu'],{'type':'string','description':_0x21027e['mnPFM']})[_0x4ecaa9(0x1aa)](_0x21027e[_0x4ecaa9(0x126)],{'type':_0x21027e['KTgag'],'description':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)'})[_0x4ecaa9(0x1aa)](_0x21027e['XzUQg'],{'type':_0x4ecaa9(0x164),'description':'Skip\x20Chromium\x20browser\x20installation','default':![]});},async _0x3ece7f=>{const _0x1db4af=_0x43f580,_0x32b451={'zmIyg':function(_0x3b0639,_0x4553d5,_0x4b6cdd){return _0x3b0639(_0x4553d5,_0x4b6cdd);}};await _0x32b451['zmIyg'](withTelemetry,_0x1db4af(0x1bc),_0x203b0c=>setupCi(_0x3ece7f[_0x1db4af(0x19e)],{'profile':_0x3ece7f[_0x1db4af(0x1a3)],'baseUrl':_0x3ece7f[_0x1db4af(0x19f)],'skipChromium':_0x3ece7f['skip-chromium']},_0x203b0c));})['command'](_0x43f580(0x192),_0x43f580(0x170),()=>{},async()=>{const _0x40a1c2=_0x43f580;await withTelemetry(_0x40a1c2(0x192),()=>login());})[_0x43f580(0x10f)](_0x43f580(0x1cb),'Install\x20Ranger\x20skills',_0x2db7f0=>{const _0x567104=_0x43f580,_0xa7a881={'MMBdB':_0x567104(0xd6),'GXyvk':_0x567104(0x164),'UwKEW':_0x567104(0x108)};return _0x2db7f0[_0x567104(0x1aa)](_0xa7a881['MMBdB'],{'type':_0xa7a881['GXyvk'],'description':'Install\x20skills\x20for\x20OpenCode','default':![]})['option'](_0x567104(0x162),{'type':_0xa7a881['UwKEW'],'choices':[_0x567104(0x9e),'project'],'description':'Install\x20scope\x20for\x20skills'});},async _0x3fbc8c=>{const _0x2c69aa=_0x43f580,_0x227291={'IeXId':function(_0x5c0148,_0x538737,_0x42f520){return _0x5c0148(_0x538737,_0x42f520);}},_0x549f06=Boolean(_0x3fbc8c['opencode']);await _0x227291[_0x2c69aa(0xbd)](withTelemetry,_0x2c69aa(0x1cb),()=>skillup({'autoInstall':_0x3fbc8c['scope'],'platform':_0x549f06?'opencode':'claude'}));})[_0x43f580(0x10f)](_0x43f580(0x13f),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x34b5e6=_0x43f580;await withTelemetry(_0x34b5e6(0x13f),()=>clean());})['command']('profile','Manage\x20profiles',_0x4a7e04=>{const _0x585c8f=_0x43f580,_0x5a3fe9={'dSBol':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','RvxeD':_0x585c8f(0xbf),'YxKzo':_0x585c8f(0x108),'SmkCl':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','vgclK':'boolean','PODvh':_0x585c8f(0xd8),'xglyE':_0x585c8f(0x17b),'bjnhG':'safe-mode','QEDiw':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','fyWhL':_0x585c8f(0x9e),'xGXgz':function(_0x2e89a1,_0x5d2f89){return _0x2e89a1(_0x5d2f89);},'DASNW':'profile-name','jLIxN':'Name\x20of\x20the\x20profile','IKZci':_0x585c8f(0x1a3),'xLehl':function(_0x242754,_0x288d8e,_0x3123e3){return _0x242754(_0x288d8e,_0x3123e3);},'hMEiM':_0x585c8f(0x1c4),'fVAZa':function(_0x27f064,_0x2b58f6,_0x11a0b0){return _0x27f064(_0x2b58f6,_0x11a0b0);},'kYTeH':_0x585c8f(0xe6),'OeOES':_0x585c8f(0x186),'dOCHJ':function(_0x265f29,_0x54abe6,_0x1978b0){return _0x265f29(_0x54abe6,_0x1978b0);},'QnBSa':_0x585c8f(0x8e),'tixNE':'set\x20<profile>\x20<key>\x20<value>','MWjQM':_0x585c8f(0x129),'vSIYV':'get\x20<profile>\x20<key>','WaxRl':'List\x20all\x20config\x20for\x20a\x20profile','Awpjp':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','xPFne':_0x585c8f(0xe0),'zVrKz':_0x585c8f(0x10d),'ITGcF':_0x585c8f(0xe9),'DneOi':'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','mEwFv':_0x585c8f(0x1a4),'LOeRb':'Update\x20authentication\x20for\x20an\x20existing\x20profile','BBRUh':_0x585c8f(0x80),'GQcUN':_0x585c8f(0xdf),'SraYf':'You\x20must\x20specify\x20a\x20profile\x20subcommand'};return _0x4a7e04[_0x585c8f(0xde)](PROFILE_HELP)[_0x585c8f(0x10f)](_0x585c8f(0x105),_0x5a3fe9['xPFne'],_0xc19026=>{const _0x427cd8=_0x585c8f;return _0xc19026[_0x427cd8(0x140)]('profile-name',{'type':'string','description':_0x5a3fe9['dSBol'],'demandOption':!![]})['option']('ci',{'type':_0x427cd8(0x164),'description':_0x427cd8(0x168),'default':![]})[_0x427cd8(0x1aa)](_0x427cd8(0x92),{'type':_0x427cd8(0x164),'description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]})[_0x427cd8(0x1aa)](_0x5a3fe9[_0x427cd8(0x1df)],{'type':_0x5a3fe9['YxKzo'],'description':_0x5a3fe9['SmkCl']})[_0x427cd8(0x1aa)]('force',{'type':_0x5a3fe9['vgclK'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x427cd8(0x1aa)](_0x5a3fe9['PODvh'],{'type':_0x5a3fe9[_0x427cd8(0xf7)],'description':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.'})[_0x427cd8(0x1aa)](_0x427cd8(0x10a),{'type':'boolean','description':_0x5a3fe9['xglyE'],'default':![]})[_0x427cd8(0x1aa)](_0x5a3fe9[_0x427cd8(0x98)],{'type':_0x5a3fe9[_0x427cd8(0xa5)],'description':_0x5a3fe9['QEDiw'],'default':![]})[_0x427cd8(0x1aa)]('setup-header',{'type':_0x5a3fe9['YxKzo'],'array':!![],'description':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)'})[_0x427cd8(0x1aa)](_0x427cd8(0x162),{'type':_0x5a3fe9['YxKzo'],'choices':[_0x5a3fe9[_0x427cd8(0xc9)],'project'],'description':_0x427cd8(0xf4)});},async _0x4ff08d=>{const _0x47d215=_0x585c8f;await withTelemetry('profile\x20add',_0x3722e4=>addEnv(_0x4ff08d[_0x47d215(0x19c)],{'ci':_0x4ff08d['ci'],'skipAuth':_0x4ff08d['skip-auth'],'url':_0x4ff08d['url'],'force':_0x4ff08d[_0x47d215(0xc5)],'cdpEndpoint':_0x4ff08d[_0x47d215(0xd8)],'allowInsecureLocalhost':_0x4ff08d['allow-insecure-localhost'],'safeMode':_0x4ff08d[_0x47d215(0xf8)],'setupHeader':_0x4ff08d['setup-header'],'scope':_0x4ff08d[_0x47d215(0x162)]},_0x3722e4),{'isElectron':_0x5a3fe9[_0x47d215(0x1dc)](Boolean,_0x4ff08d[_0x5a3fe9['PODvh']])});})['command'](_0x5a3fe9[_0x585c8f(0xd4)],'Switch\x20to\x20using\x20a\x20specific\x20profile',_0xb4fca3=>{const _0x4226ee=_0x585c8f;return _0xb4fca3[_0x4226ee(0x140)](_0x5a3fe9[_0x4226ee(0x9d)],{'type':_0x5a3fe9[_0x4226ee(0xf7)],'description':_0x5a3fe9[_0x4226ee(0x16c)],'demandOption':!![]});},async _0x4910d6=>{const _0x380e5a=_0x585c8f;await withTelemetry('profile\x20use',()=>useEnv(_0x4910d6[_0x380e5a(0x19c)]));})['command'](_0x5a3fe9['ITGcF'],_0x5a3fe9['DneOi'],_0x41bece=>{const _0xf9057=_0x585c8f;return _0x41bece['positional'](_0x5a3fe9[_0xf9057(0xd1)],{'type':_0xf9057(0x108),'description':'Profile\x20name','demandOption':!![]});},async _0x1d2b77=>{const _0x1e8cea=_0x585c8f;await _0x5a3fe9[_0x1e8cea(0x7a)](withTelemetry,_0x1e8cea(0x96),()=>authEncrypt(_0x1d2b77[_0x1e8cea(0x1a3)]));})['command']('ls',_0x5a3fe9[_0x585c8f(0x196)],()=>{},async()=>{const _0x52b26=_0x585c8f;await _0x5a3fe9[_0x52b26(0x7a)](withTelemetry,_0x5a3fe9['hMEiM'],()=>envList());})[_0x585c8f(0x10f)](_0x585c8f(0xb0),_0x5a3fe9[_0x585c8f(0x1bf)],_0x5697d6=>{const _0x284a29=_0x585c8f;return _0x5697d6['positional']('profile-name',{'type':_0x5a3fe9[_0x284a29(0xf7)],'description':'Name\x20of\x20the\x20profile\x20to\x20update','demandOption':!![]})[_0x284a29(0x1aa)](_0x284a29(0x10a),{'type':_0x5a3fe9[_0x284a29(0xa5)],'description':_0x284a29(0x17b)});},async _0x53c529=>{const _0x1d96d1=_0x585c8f;await _0x5a3fe9['fVAZa'](withTelemetry,'profile\x20update',_0x40a6e4=>updateEnv(_0x53c529['profile-name'],_0x40a6e4,{'allowInsecureLocalhost':_0x53c529[_0x1d96d1(0x10a)]}));})[_0x585c8f(0x10f)](_0x5a3fe9[_0x585c8f(0xd5)],_0x5a3fe9[_0x585c8f(0x176)],_0x48218c=>{const _0x511e2d=_0x585c8f,_0x2f04c1={'cdMgP':'string','DOtSz':_0x5a3fe9['OeOES'],'uUqUc':_0x511e2d(0x1a3),'ehxqS':_0x511e2d(0x118),'DTSAY':'Profile\x20name','mPJuB':function(_0x57d72e,_0x1ab2e4,_0x1869fb){return _0x5a3fe9['dOCHJ'](_0x57d72e,_0x1ab2e4,_0x1869fb);},'fgSII':_0x5a3fe9['QnBSa'],'MVQWZ':'profile\x20config\x20unset'};return _0x48218c[_0x511e2d(0xde)](PROFILE_CONFIG_HELP)[_0x511e2d(0x10f)](_0x5a3fe9['tixNE'],_0x5a3fe9['MWjQM'],_0x35be79=>{const _0x4599bc=_0x511e2d;return _0x35be79[_0x4599bc(0x140)]('profile',{'type':_0x2f04c1[_0x4599bc(0x104)],'description':_0x4599bc(0x103),'demandOption':!![]})[_0x4599bc(0x140)](_0x4599bc(0x114),{'type':'string','description':_0x2f04c1['DOtSz'],'demandOption':!![]})['positional']('value',{'type':_0x2f04c1['cdMgP'],'description':'Config\x20value','demandOption':!![]});},async _0x161d52=>{const _0x4ad62d=_0x511e2d;await withTelemetry(_0x5a3fe9[_0x4ad62d(0x146)],()=>configSet(_0x161d52[_0x4ad62d(0x1a3)],_0x161d52[_0x4ad62d(0x114)],_0x161d52[_0x4ad62d(0xdb)]));})['command'](_0x5a3fe9['vSIYV'],_0x511e2d(0x11b),_0x58ae03=>{const _0x3427f3=_0x511e2d;return _0x58ae03[_0x3427f3(0x140)](_0x2f04c1[_0x3427f3(0x119)],{'type':_0x2f04c1['cdMgP'],'description':'Profile\x20name','demandOption':!![]})[_0x3427f3(0x140)]('key',{'type':_0x3427f3(0x108),'description':_0x2f04c1[_0x3427f3(0x93)],'demandOption':!![]});},async _0x288d3b=>{const _0x25dd8c=_0x511e2d;await _0x5a3fe9['fVAZa'](withTelemetry,_0x25dd8c(0x13b),()=>configGet(_0x288d3b[_0x25dd8c(0x1a3)],_0x288d3b['key']));})[_0x511e2d(0x10f)]('list\x20<profile>',_0x5a3fe9[_0x511e2d(0x1d1)],_0x46157c=>{const _0x18d295=_0x511e2d;return _0x46157c[_0x18d295(0x140)](_0x2f04c1[_0x18d295(0x119)],{'type':_0x2f04c1[_0x18d295(0x104)],'description':_0x2f04c1[_0x18d295(0x1cc)],'demandOption':!![]});},async _0x4e937d=>{const _0x40fa12=_0x511e2d;await _0x2f04c1[_0x40fa12(0x139)](withTelemetry,'profile\x20config\x20list',()=>configList(_0x4e937d[_0x40fa12(0x1a3)]));})['command'](_0x511e2d(0x11a),_0x511e2d(0x1d2),_0x16f603=>{const _0x3e9741=_0x511e2d;return _0x16f603['positional'](_0x2f04c1[_0x3e9741(0x119)],{'type':_0x2f04c1[_0x3e9741(0x104)],'description':_0x2f04c1[_0x3e9741(0x1cc)],'demandOption':!![]})['positional'](_0x3e9741(0x114),{'type':'string','description':_0x2f04c1[_0x3e9741(0xbb)],'demandOption':!![]});},async _0x484905=>{const _0x20a044=_0x511e2d;await withTelemetry(_0x2f04c1[_0x20a044(0xf5)],()=>configUnset(_0x484905[_0x20a044(0x1a3)],_0x484905[_0x20a044(0x114)]));})[_0x511e2d(0x163)](0x1,_0x5a3fe9['Awpjp']);})[_0x585c8f(0x163)](0x1,_0x5a3fe9['SraYf']);})['command']('status','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x1e682c={'utJJz':function(_0x16e731,_0xa8cafb,_0x414a95){return _0x16e731(_0xa8cafb,_0x414a95);},'rdqOC':'status'};await _0x1e682c['utJJz'](withTelemetry,_0x1e682c['rdqOC'],()=>status());})['command'](_0x43f580(0x150),_0x43f580(0x135),()=>{},async()=>{const _0x369f25={'Prpan':function(_0x10ddc5,_0xcbd963,_0x316a1b){return _0x10ddc5(_0xcbd963,_0x316a1b);}};await _0x369f25['Prpan'](withTelemetry,'update',()=>update());})['command']('print-access-token',_0x43f580(0xcf),()=>{},async()=>{const _0x31dbfe={'mrURB':'No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','LSQBI':'print-access-token'};await withTelemetry(_0x31dbfe['LSQBI'],async()=>{const _0x5a79f0=_0x20c0,_0x2c4216=await getToken();if(!_0x2c4216)throw new Error(_0x31dbfe[_0x5a79f0(0x130)]);console['log'](_0x2c4216);});})['command']('go',_0x43f580(0xca),_0x3c0b5a=>{const _0x150c8e=_0x43f580,_0x529704={'uwYLV':_0x150c8e(0x1b7),'IKvBn':'string','SBKij':'notes','RqLAs':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','GNNhK':'scenario','HTuju':_0x150c8e(0x12d),'cRlBK':'boolean','lTkzf':_0x150c8e(0x1a9),'rTiBs':_0x150c8e(0x88),'AwHrS':'partial','kDBLk':_0x150c8e(0x7f),'ePBHM':_0x150c8e(0x9a),'gJqfL':'item'};return _0x3c0b5a[_0x150c8e(0x1aa)](_0x529704[_0x150c8e(0xf9)],{'type':_0x150c8e(0x108),'description':'Optional\x20feature\x20ID'})[_0x150c8e(0x1aa)]('profile',{'type':_0x529704[_0x150c8e(0x1ab)],'description':_0x150c8e(0x157)})[_0x150c8e(0x1aa)](_0x529704['SBKij'],{'type':_0x529704['IKvBn'],'description':_0x529704[_0x150c8e(0xa1)]})[_0x150c8e(0x1aa)](_0x529704[_0x150c8e(0x137)],{'type':_0x529704['HTuju'],'description':'Scenario\x20index\x20(1-based)'})[_0x150c8e(0x1aa)]('start-path',{'type':_0x529704['IKvBn'],'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})[_0x150c8e(0x1aa)]('model',{'type':'string','description':'Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.'})[_0x150c8e(0x1aa)](_0x150c8e(0x9c),{'type':_0x529704['cRlBK'],'description':_0x529704['lTkzf'],'default':![]})['option'](_0x529704[_0x150c8e(0xa6)],{'type':_0x529704['IKvBn'],'hidden':!![],'choices':[_0x150c8e(0x159),_0x529704['AwHrS'],'blocked',_0x529704['kDBLk'],_0x150c8e(0x1d6)]})['option']('debug-address-comments',{'type':'boolean','hidden':!![]})[_0x150c8e(0x1aa)](_0x529704[_0x150c8e(0x1c5)],{'type':'string','hidden':!![]})[_0x150c8e(0x1aa)]('task',{'type':_0x529704['IKvBn'],'hidden':!![]})[_0x150c8e(0x1aa)](_0x529704['gJqfL'],{'type':_0x529704['HTuju'],'hidden':!![]});},async _0x5fa86a=>{await runGoCommand(_0x5fa86a);})[_0x43f580(0x10f)](_0x43f580(0xa8),![],_0x291e07=>{const _0x1d4528=_0x43f580,_0x401f73={'FLyuN':'string','uHuwO':'Profile\x20name','MWRYI':function(_0x3c25c6,_0x1a6e47,_0x5bd2d1){return _0x3c25c6(_0x1a6e47,_0x5bd2d1);},'ghDkX':_0x1d4528(0x141),'ObymC':'ranger\x20profile\x20encrypt-auth','DrHJs':function(_0x1af3f2,_0x532e61){return _0x1af3f2(_0x532e61);},'itLVj':_0x1d4528(0x155)};return _0x291e07['command'](_0x401f73['itLVj'],![],_0x372646=>{const _0x35ba26=_0x1d4528;return _0x372646[_0x35ba26(0x140)](_0x35ba26(0x1a3),{'type':_0x401f73[_0x35ba26(0xd0)],'description':_0x401f73['uHuwO'],'demandOption':!![]});},async _0x5243c3=>{const _0x2c4df8=_0x1d4528;_0x401f73['MWRYI'](warnRenamed,_0x401f73[_0x2c4df8(0xc6)],_0x401f73['ObymC']),await _0x401f73[_0x2c4df8(0xe1)](authEncrypt,_0x5243c3['profile']);})[_0x1d4528(0x163)](0x1,_0x1d4528(0x101));},()=>{})['command'](_0x43f580(0x1cf),![],_0x6a8484=>{const _0x41d836=_0x43f580,_0x242038={'Ktmvl':_0x41d836(0x19e),'iFSZZ':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','LoCez':_0x41d836(0x108),'EGVjL':_0x41d836(0x1a1),'PFvMJ':'force','rQyBA':_0x41d836(0x164)};return _0x6a8484[_0x41d836(0x140)](_0x242038[_0x41d836(0x16e)],{'type':'string','description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})[_0x41d836(0x1aa)](_0x41d836(0xf1),{'type':'boolean','description':_0x242038[_0x41d836(0xab)],'default':![]})['option']('scope',{'type':_0x242038['LoCez'],'choices':['user',_0x242038['EGVjL']],'description':_0x41d836(0x15d)})[_0x41d836(0x1aa)]('url',{'type':_0x242038[_0x41d836(0x131)],'description':_0x41d836(0x1d3)})['option'](_0x242038[_0x41d836(0x7c)],{'type':_0x242038['rQyBA'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]});},async _0x5165c7=>{const _0x462445=_0x43f580,_0x35a3c8={'neMyK':_0x462445(0x169),'MMuwm':_0x462445(0x112)};warnRenamed(_0x35a3c8['neMyK'],_0x35a3c8[_0x462445(0x10e)]),await withTelemetry('start',_0x11ee42=>start(_0x5165c7[_0x462445(0x19e)],{'skipChromium':_0x5165c7['skip-chromium'],'scope':_0x5165c7[_0x462445(0x162)],'url':_0x5165c7[_0x462445(0xbf)],'force':_0x5165c7[_0x462445(0xc5)]},_0x11ee42));})[_0x43f580(0x10f)](_0x43f580(0x1dd),![],_0x40170a=>{const _0x48ec02=_0x43f580,_0x598bc7={'FLTLq':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','cQZxi':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','vyRXH':_0x48ec02(0x190),'wZtVv':'profile','oukfp':'notes','RgzwL':_0x48ec02(0x108),'IXPAh':_0x48ec02(0x1b9),'uULlR':_0x48ec02(0x1a0),'sXipY':'blocked'};return _0x40170a[_0x48ec02(0x1aa)]('env',{'type':'string','description':_0x598bc7['FLTLq']})[_0x48ec02(0x1aa)]('task',{'type':'string','description':_0x598bc7['cQZxi']})['option'](_0x48ec02(0x1ae),{'type':_0x48ec02(0x12d),'description':_0x598bc7['vyRXH']})['option'](_0x598bc7['wZtVv'],{'type':_0x48ec02(0x108),'hidden':!![]})['option'](_0x598bc7['oukfp'],{'type':_0x598bc7[_0x48ec02(0xb6)],'hidden':!![]})['option'](_0x48ec02(0xf0),{'type':'number','hidden':!![]})['option']('start-path',{'type':_0x598bc7['RgzwL'],'description':_0x48ec02(0x128)})[_0x48ec02(0x1aa)](_0x598bc7['IXPAh'],{'type':_0x48ec02(0x108),'hidden':!![]})[_0x48ec02(0x1aa)]('headed',{'type':'boolean','hidden':!![],'default':![]})['option'](_0x48ec02(0x88),{'type':'string','hidden':!![],'choices':[_0x48ec02(0x159),_0x598bc7[_0x48ec02(0x198)],_0x598bc7[_0x48ec02(0x132)],_0x48ec02(0x7f),'incomplete']});},async _0x382d97=>{const _0x415718=_0x43f580,_0x590960={'KLqmU':function(_0x3fdd63,_0x3c898d,_0x5469df){return _0x3fdd63(_0x3c898d,_0x5469df);}};await _0x590960[_0x415718(0x138)](runGoCommand,_0x382d97,!![]);})['command'](_0x43f580(0x160),![],_0x49d0b8=>{const _0x7298bc=_0x43f580,_0x3a25c6={'bmmbl':'env-name','oAaZb':_0x7298bc(0x164),'pBvtn':'skip-auth'};return _0x49d0b8[_0x7298bc(0x140)](_0x3a25c6[_0x7298bc(0xfd)],{'type':'string','description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})[_0x7298bc(0x1aa)]('ci',{'type':_0x3a25c6['oAaZb'],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})[_0x7298bc(0x1aa)](_0x3a25c6[_0x7298bc(0x180)],{'type':_0x3a25c6['oAaZb'],'description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]});},async _0x406e95=>{const _0xe77d8c={'nmhLw':function(_0x45347f,_0x25bec8,_0x9077c3){return _0x45347f(_0x25bec8,_0x9077c3);},'tdJbV':'ranger\x20add\x20env','bBNzT':'ranger\x20profile\x20add'};_0xe77d8c['nmhLw'](warnRenamed,_0xe77d8c['tdJbV'],_0xe77d8c['bBNzT']),await withTelemetry('add\x20env',_0x143005=>addEnv(_0x406e95['env-name'],{'ci':_0x406e95['ci'],'skipAuth':_0x406e95['skip-auth']},_0x143005));})[_0x43f580(0x10f)](_0x43f580(0xad),![],_0x456f13=>{const _0x214c6e=_0x43f580,_0x437e74={'obvws':_0x214c6e(0x108),'Dywtt':_0x214c6e(0x117)};return _0x456f13['positional'](_0x214c6e(0x90),{'type':_0x437e74[_0x214c6e(0x11c)],'description':_0x437e74['Dywtt'],'demandOption':!![]});},async _0x481f5b=>{const _0x1ba0c3=_0x43f580,_0x2e1b86={'XgxtH':function(_0x33f321,_0x337a21,_0x58b6b7){return _0x33f321(_0x337a21,_0x58b6b7);},'sLAPF':_0x1ba0c3(0xc7)};_0x2e1b86[_0x1ba0c3(0xb5)](warnRenamed,'ranger\x20use','ranger\x20profile\x20use'),await withTelemetry(_0x2e1b86['sLAPF'],()=>useEnv(_0x481f5b['env-name']));})['command']('config',![],_0x16e539=>{const _0x491380=_0x43f580,_0x1ad91d={'hshdE':'key','SXIrq':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','GSFWN':_0x491380(0xdb),'bmBup':'Config\x20value','JXZWV':'ranger\x20config\x20set','DoDrj':_0x491380(0x8b),'IROsx':function(_0x36de49,_0x2e1a42,_0x1ed1b8){return _0x36de49(_0x2e1a42,_0x1ed1b8);},'tsZIE':_0x491380(0x183),'GtLcx':'env','dnyrW':_0x491380(0x108),'ZSLXJ':'Environment\x20name','CZPUl':'Config\x20key','HdBRp':'ranger\x20config\x20get','XGhyt':_0x491380(0xaa),'vaovc':function(_0x299c8a,_0x3fc44e,_0xb1a2d5){return _0x299c8a(_0x3fc44e,_0xb1a2d5);},'uEwGW':'config\x20get','RRiuz':'Config\x20key\x20to\x20remove','IZuJn':function(_0x4fcf4f,_0x1d5bf2,_0x3fec25){return _0x4fcf4f(_0x1d5bf2,_0x3fec25);},'rChhN':_0x491380(0x172),'xAjpD':_0x491380(0xb1),'hNeqw':'list\x20<env>','dLUyc':'You\x20must\x20specify\x20a\x20config\x20subcommand'};return _0x16e539['command'](_0x1ad91d[_0x491380(0x178)],![],_0x4a6c59=>{const _0x5c2a37=_0x491380;return _0x4a6c59['positional'](_0x5c2a37(0x9a),{'type':'string','description':_0x5c2a37(0x7b),'demandOption':!![]})['positional'](_0x1ad91d['hshdE'],{'type':'string','description':_0x1ad91d['SXIrq'],'demandOption':!![]})[_0x5c2a37(0x140)](_0x1ad91d[_0x5c2a37(0xfa)],{'type':'string','description':_0x1ad91d['bmBup'],'demandOption':!![]});},async _0x3f9939=>{const _0x1e1c7e=_0x491380;warnRenamed(_0x1ad91d[_0x1e1c7e(0x122)],_0x1ad91d[_0x1e1c7e(0xb4)]),await _0x1ad91d[_0x1e1c7e(0x185)](withTelemetry,_0x1ad91d[_0x1e1c7e(0x7d)],()=>configSet(_0x3f9939[_0x1e1c7e(0x9a)],_0x3f9939[_0x1e1c7e(0x114)],_0x3f9939['value']));})['command'](_0x1ad91d['xAjpD'],![],_0x5ea7d2=>{const _0x35e93e=_0x491380;return _0x5ea7d2[_0x35e93e(0x140)](_0x1ad91d['GtLcx'],{'type':_0x1ad91d['dnyrW'],'description':_0x1ad91d['ZSLXJ'],'demandOption':!![]})[_0x35e93e(0x140)](_0x35e93e(0x114),{'type':_0x35e93e(0x108),'description':_0x1ad91d['CZPUl'],'demandOption':!![]});},async _0x1acffd=>{const _0x77cae1=_0x491380;warnRenamed(_0x1ad91d[_0x77cae1(0x18f)],_0x1ad91d['XGhyt']),await _0x1ad91d['vaovc'](withTelemetry,_0x1ad91d['uEwGW'],()=>configGet(_0x1acffd[_0x77cae1(0x9a)],_0x1acffd[_0x77cae1(0x114)]));})[_0x491380(0x10f)](_0x1ad91d[_0x491380(0x136)],![],_0x4aedb7=>{const _0x183c79=_0x491380;return _0x4aedb7[_0x183c79(0x140)]('env',{'type':_0x183c79(0x108),'description':'Environment\x20name','demandOption':!![]});},async _0x568a47=>{const _0x112050=_0x491380;_0x1ad91d[_0x112050(0x177)](warnRenamed,'ranger\x20config\x20list',_0x112050(0x127)),await withTelemetry('config\x20list',()=>configList(_0x568a47[_0x112050(0x9a)]));})['command'](_0x491380(0xa4),![],_0x17a4de=>{const _0xce3d0b=_0x491380;return _0x17a4de[_0xce3d0b(0x140)]('env',{'type':'string','description':_0x1ad91d['ZSLXJ'],'demandOption':!![]})[_0xce3d0b(0x140)](_0xce3d0b(0x114),{'type':_0x1ad91d['dnyrW'],'description':_0x1ad91d[_0xce3d0b(0x15e)],'demandOption':!![]});},async _0x5c053c=>{const _0xbc51ca=_0x491380;_0x1ad91d['vaovc'](warnRenamed,'ranger\x20config\x20unset','ranger\x20profile\x20config\x20unset'),await _0x1ad91d[_0xbc51ca(0x173)](withTelemetry,_0xbc51ca(0x1a6),()=>configUnset(_0x5c053c[_0xbc51ca(0x9a)],_0x5c053c['key']));})[_0x491380(0x163)](0x1,_0x1ad91d['dLUyc']);})[_0x43f580(0x10f)]('env',![],_0x1d7998=>{const _0x297e46=_0x43f580,_0x4f883f={'jJfQZ':'ranger\x20env\x20ls','riijc':function(_0x3f34c7,_0x6ba299,_0x5bbf86){return _0x3f34c7(_0x6ba299,_0x5bbf86);},'oQkWb':'env\x20list','JAZAV':_0x297e46(0x90),'khlaD':'env\x20update','JUKrg':_0x297e46(0x95)};return _0x1d7998['command']('ls',![],()=>{},async()=>{const _0x279d57=_0x297e46;warnRenamed(_0x4f883f[_0x279d57(0x10c)],_0x279d57(0xb2)),await _0x4f883f['riijc'](withTelemetry,_0x4f883f['oQkWb'],()=>envList());})['command'](_0x297e46(0x1c0),![],_0x3090fb=>{const _0x3add53=_0x297e46;return _0x3090fb[_0x3add53(0x140)](_0x4f883f[_0x3add53(0x106)],{'type':_0x3add53(0x108),'description':_0x3add53(0x1a2),'demandOption':!![]});},async _0x1cc455=>{const _0x157312=_0x297e46;_0x4f883f[_0x157312(0xac)](warnRenamed,_0x157312(0x1b1),_0x157312(0x7e)),await withTelemetry(_0x4f883f['khlaD'],_0x145266=>updateEnv(_0x1cc455[_0x157312(0x90)],_0x145266));})[_0x297e46(0x163)](0x1,_0x4f883f[_0x297e46(0x1d9)]);})[_0x43f580(0x10f)](_0x43f580(0x1b7),![],_0x500894=>{const _0x30644a=_0x43f580,_0x537c4f={'FTmfS':'name','jmDWB':'Feature\x20review\x20name','GzhYw':_0x30644a(0xfe),'iwIdU':_0x30644a(0xf0),'gKfCf':function(_0x4ccc27,_0x4b632c,_0x4cb4f4){return _0x4ccc27(_0x4b632c,_0x4cb4f4);},'ZqMQF':_0x30644a(0xed),'hdYaY':function(_0x4d9142,_0x18cf93,_0x352f42,_0x11676b){return _0x4d9142(_0x18cf93,_0x352f42,_0x11676b);},'Audjv':'--scenario','hIPia':_0x30644a(0x15b),'Uibdc':_0x30644a(0x12d),'JqNBX':_0x30644a(0x194),'VnfPK':_0x30644a(0x164),'clUJq':_0x30644a(0x1d7),'GTTGt':_0x30644a(0xe3),'KkTin':'ranger\x20list','yMzBk':_0x30644a(0xb8),'Fkhwa':'Feature\x20review\x20ID','dNOis':'feature\x20show','EbwBg':'string','wQFkt':function(_0x3008ae,_0x27e7b5,_0x562a6c){return _0x3008ae(_0x27e7b5,_0x562a6c);},'WdKwL':_0x30644a(0x181),'fUkJz':function(_0x1eb07b,_0x192833,_0x46832a){return _0x1eb07b(_0x192833,_0x46832a);},'CiFYY':'description','PvoTO':'Scenario\x20description','WEqfS':_0x30644a(0x113),'dgdOW':'feature\x20add-checklist-item','BASZq':function(_0x4791df,_0x2650ba,_0x44c36d){return _0x4791df(_0x2650ba,_0x44c36d);},'JjHnD':_0x30644a(0x165),'rtwpG':'ranger\x20get-review','dIkhz':'ranger\x20feature\x20delete','Egujw':function(_0x2b5d96,_0x44af59,_0x169089){return _0x2b5d96(_0x44af59,_0x169089);},'nFQrO':'Feature\x20review\x20ID\x20to\x20restore','moWhZ':'create\x20<name>','VvtYu':_0x30644a(0xd7),'beTBj':_0x30644a(0xcc),'oBYej':'resume\x20[id]','uPgpb':_0x30644a(0x109),'kLrnT':_0x30644a(0x1b4)};return _0x500894[_0x30644a(0x10f)](_0x537c4f['moWhZ'],![],_0x3bb060=>{const _0x510db3=_0x30644a;return _0x3bb060[_0x510db3(0x140)](_0x537c4f['FTmfS'],{'type':_0x510db3(0x108),'description':_0x537c4f[_0x510db3(0x166)],'demandOption':!![]})['option'](_0x510db3(0xa3),{'type':_0x510db3(0x108),'alias':'d','description':_0x510db3(0x187)})['option'](_0x537c4f[_0x510db3(0x154)],{'type':_0x510db3(0x10b),'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})[_0x510db3(0x1aa)](_0x537c4f[_0x510db3(0x145)],{'type':_0x510db3(0x10b),'hidden':!![]});},async _0x2de457=>{const _0x2e0b6a=_0x30644a;_0x537c4f[_0x2e0b6a(0x1e0)](warnRenamed,_0x2e0b6a(0x123),_0x537c4f[_0x2e0b6a(0xc3)]),_0x537c4f[_0x2e0b6a(0xf2)](warnFlagRenamed,_0x537c4f['ZqMQF'],_0x2e0b6a(0x199),_0x537c4f[_0x2e0b6a(0x188)]);const _0x4a2898=_0x2de457['scenario']||_0x2de457[_0x2e0b6a(0xfe)];await _0x537c4f[_0x2e0b6a(0x1e0)](withTelemetry,_0x2e0b6a(0xce),()=>featureCreate(_0x2de457[_0x2e0b6a(0x12b)],{'description':_0x2de457['description'],'scenarios':_0x4a2898}));})[_0x30644a(0x10f)](_0x537c4f[_0x30644a(0x149)],![],_0x2d15a3=>{const _0x555f77=_0x30644a;return _0x2d15a3['option'](_0x555f77(0xcb),{'type':'boolean','description':_0x555f77(0xea)})['option']('limit',{'type':_0x555f77(0x12d),'alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})['option'](_0x537c4f['hIPia'],{'type':_0x537c4f[_0x555f77(0x8c)],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})[_0x555f77(0x1aa)](_0x537c4f['JqNBX'],{'type':_0x537c4f[_0x555f77(0x110)],'alias':'d','description':_0x537c4f[_0x555f77(0x18a)],'default':![]});},async _0x9eb3d3=>{const _0x35e121=_0x30644a;_0x537c4f[_0x35e121(0x1e0)](warnRenamed,_0x537c4f['GTTGt'],_0x537c4f[_0x35e121(0x156)]),await withTelemetry(_0x537c4f['yMzBk'],()=>featureList({'currentBranch':_0x9eb3d3['current-branch'],'limit':_0x9eb3d3[_0x35e121(0xa2)],'offset':_0x9eb3d3[_0x35e121(0x15b)],'includeDeleted':_0x9eb3d3['include-deleted']}));})['command'](_0x537c4f[_0x30644a(0x1ba)],![],_0x170720=>{const _0x1f0b04=_0x30644a;return _0x170720['positional']('id',{'type':'string','description':_0x537c4f[_0x1f0b04(0xc2)]});},async _0x4d92f6=>{const _0x51fcb4=_0x30644a;warnRenamed(_0x51fcb4(0x1d5),_0x51fcb4(0x11f)),await withTelemetry(_0x537c4f[_0x51fcb4(0x143)],()=>featureShow(_0x4d92f6['id']));})['command'](_0x537c4f['oBYej'],![],_0x536f48=>{const _0x1eb9ed=_0x30644a;return _0x536f48[_0x1eb9ed(0x140)]('id',{'type':_0x537c4f['EbwBg'],'description':_0x1eb9ed(0x14a)});},async _0x5e834f=>{const _0x77a435=_0x30644a;_0x537c4f['wQFkt'](warnRenamed,_0x537c4f[_0x77a435(0xe4)],_0x77a435(0x133)),await _0x537c4f['fUkJz'](withTelemetry,'feature\x20resume',()=>featureResume(_0x5e834f['id']));})['command'](_0x30644a(0x1b6),![],_0x113eb3=>{const _0x1a9c4b=_0x30644a;return _0x113eb3['positional'](_0x537c4f['CiFYY'],{'type':_0x537c4f['EbwBg'],'description':_0x537c4f['PvoTO'],'demandOption':!![]})[_0x1a9c4b(0x1aa)]('id',{'type':'string','description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0xeecb51=>{const _0x378df2=_0x30644a;warnRenamed('ranger\x20feature\x20add-checklist-item',_0x537c4f['WEqfS']),await withTelemetry(_0x537c4f[_0x378df2(0x1af)],()=>featureAddScenario(_0xeecb51['description'],_0xeecb51['id']));})[_0x30644a(0x10f)](_0x30644a(0x12e),![],_0x3f3233=>{const _0x11254b=_0x30644a;return _0x3f3233[_0x11254b(0x140)]('id',{'type':_0x537c4f['EbwBg'],'description':_0x11254b(0x81)});},async _0x268120=>{const _0x2fbbe1=_0x30644a;_0x537c4f[_0x2fbbe1(0xfb)](warnRenamed,_0x537c4f[_0x2fbbe1(0x100)],_0x537c4f['rtwpG']),await withTelemetry(_0x2fbbe1(0x102),()=>featureGetReview(_0x268120['id']));})[_0x30644a(0x10f)](_0x537c4f['uPgpb'],![],_0x2710ba=>{const _0x168d87=_0x30644a;return _0x2710ba['positional']('id',{'type':_0x168d87(0x108),'description':_0x168d87(0x151)});},async _0x49afd0=>{const _0x54dea6=_0x30644a;_0x537c4f['fUkJz'](warnRenamed,_0x537c4f[_0x54dea6(0x1bb)],_0x54dea6(0x13a)),await _0x537c4f[_0x54dea6(0x99)](withTelemetry,_0x54dea6(0x15f),()=>featureDelete(_0x49afd0['id']));})['command'](_0x537c4f[_0x30644a(0x17d)],![],_0x3439ca=>{const _0x13bb68=_0x30644a;return _0x3439ca['positional']('id',{'type':_0x13bb68(0x108),'description':_0x537c4f['nFQrO'],'demandOption':!![]});},async _0x3384e5=>{const _0x5e45b3=_0x30644a;warnRenamed(_0x5e45b3(0x11d),'ranger\x20restore'),await withTelemetry('feature\x20restore',()=>featureRestore(_0x3384e5['id']));})[_0x30644a(0x163)](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})[_0x43f580(0x10f)](_0x43f580(0xf6),![],_0x26dff2=>{const _0x2a325a=_0x43f580,_0x143ade={'AoMBN':_0x2a325a(0x108),'vyCGN':function(_0x254ace,_0x419a62,_0x15ce97){return _0x254ace(_0x419a62,_0x15ce97);},'peEAP':'hook:disable','DdrRj':'Disable\x20Ranger\x20hooks\x20for\x20this\x20session','GWFdl':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','xnWVd':'session-id'};return _0x26dff2[_0x2a325a(0x10f)]('enable',_0x2a325a(0x1c1),_0x520f58=>{const _0x21614f=_0x2a325a;return _0x520f58['option'](_0x21614f(0x94),{'type':_0x143ade[_0x21614f(0x116)],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x24ead6=>{const _0xdb589f=_0x2a325a;await _0x143ade['vyCGN'](withTelemetry,'hook:enable',()=>hook(_0xdb589f(0x1d0),_0x24ead6['session-id']));})['command'](_0x2a325a(0x1a5),_0x143ade[_0x2a325a(0x1c6)],_0x58a108=>{return _0x58a108['option']('session-id',{'type':_0x143ade['AoMBN'],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x534fc0=>{const _0x655d7f=_0x2a325a;await _0x143ade[_0x655d7f(0x153)](withTelemetry,_0x143ade['peEAP'],()=>hook('disable',_0x534fc0['session-id']));})[_0x2a325a(0x1aa)]('name',{'type':_0x143ade[_0x2a325a(0x116)],'description':_0x143ade[_0x2a325a(0x14d)]})[_0x2a325a(0x1aa)](_0x143ade['xnWVd'],{'type':_0x2a325a(0x108),'description':_0x2a325a(0x17a)});},async _0x1771ff=>{const _0x160b9d=_0x43f580,_0x341126={'lqVkU':function(_0x4948da,_0x3df91b,_0x4daa49){return _0x4948da(_0x3df91b,_0x4daa49);},'aCSHh':_0x160b9d(0x94)};_0x1771ff[_0x160b9d(0x12b)]&&await _0x341126['lqVkU'](hook,_0x1771ff[_0x160b9d(0x12b)],_0x1771ff[_0x341126['aCSHh']]);})[_0x43f580(0x163)](0x1,_0x43f580(0xc8))[_0x43f580(0x197)]()['fail'](async(_0x3dd0bd,_0x217f10,_0x3c6cee)=>{const _0x5b99d8=_0x43f580,_0x2af043={'HDzkh':function(_0x4cda64,_0x317ac2){return _0x4cda64||_0x317ac2;}},_0x116899=sanitizeArgs(process[_0x5b99d8(0xb3)][_0x5b99d8(0x171)](0x2)),_0x2344b6=getErrorType(_0x3dd0bd,_0x217f10);if(_0x3dd0bd&&_0x3dd0bd['includes']('Unknown\x20command')){const _0x44eb7a=process['argv'][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x44eb7a),console[_0x5b99d8(0xd3)]('Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a');}else{if(_0x3dd0bd)console['error']('\x0a'+_0x3dd0bd+'\x0a');else _0x217f10&&console[_0x5b99d8(0xd3)](_0x5b99d8(0x1ca)+_0x217f10[_0x5b99d8(0xe2)]+'\x0a');}await logDesirePath({'rawCommand':_0x116899,'errorMessage':_0x3dd0bd||_0x217f10?.[_0x5b99d8(0xe2)],'errorType':_0x2344b6});const _0x196815=getCurrentCollector();_0x196815&&await _0x196815['trackCommandError'](_0x217f10||new Error(_0x2af043[_0x5b99d8(0x8a)](_0x3dd0bd,'Unknown\x20error'))),process['exit'](0x1);})[_0x43f580(0x86)](_0x43f580(0x1ad)+_0x43f580(0x134)+_0x43f580(0xc0))['help']()[_0x43f580(0x195)](_0x43f580(0x1da),'h')[_0x43f580(0x1a7)]();
@@ -1 +1 @@
1
- function _0x3302(){const _0x4a81cb=['close','assign','110STgzse','safeMode','ufrdv','gAIZK','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','abort','\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','1064675cIZafr','catch','fOKvw','HTTP\x20','url','isTTY','dmSMv','error','setupHeader','123276ZIiPun','cdpEndpoint','Invalid\x20URL','XVERA','XTAij','env','Invalid\x20--setup-header\x20format:\x20\x22','Umttq','CjZZx','name','NMnoW','nUGGL','now','DtzOi','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20','\x0aโš ๏ธ\x20\x20Profile\x20\x22','Removed\x20existing\x20profile\x20at\x20','prompt','โœ“\x20Auth\x20state\x20saved\x20to:\x20','stdout','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20','slice','location','message','\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','nsyRQ','status','395311CZuKAl','length','baseUrl','FMijW','atAfQ','lDvFt','ABiIe','http://localhost:3000','92SGhXkh','config_write','manual','NODE_TLS_REJECT_UNAUTHORIZED','setupHeaders','\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','WiyQR','.enc','continue','PQSUy','trim','\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.','allowInsecureLocalhost','browser_auth','31851zkNlQN','What\x20would\x20you\x20like\x20to\x20do?','.tmp-','settings.json','use_suggestion','launch','1096OHMwgR','Could\x20not\x20reach\x20','trackPhaseStart','test','lVbsI','1286ixOeuq','ShRbC','.backup-','about:blank','includes','utf-8','Use\x20','trackPhaseEnd','\x22.\x20Expected\x20\x22Name:\x20Value\x22.','path','log','\x0a\x20\x20Profile\x20\x22','481BtlrmW','ZRUnN','SnmDZ','list','zOjBq','\x0a\x20\x20\x20โš \x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','Enter\x20a\x20different\x20URL','251205yFfNYH','Browser\x20closed\x20before\x20authentication\x20was\x20saved.','stringify','TypeError','UipJG','\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)','5748RXgLxd','โœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','rfdvj','newPage','102zHURHF','confirm','action','MHPjM','\x20(continuing\x20with\x20--force)','skipAuth','url_setup','Delete\x20existing\x20and\x20create\x20new\x20in\x20','JxfEd','lYmAS','local','189070RgUNBU'];_0x3302=function(){return _0x4a81cb;};return _0x3302();}(function(_0x39f8a7,_0x389ee3){const _0x3dbf73=_0x4791,_0x58976a=_0x39f8a7();while(!![]){try{const _0x5664ce=-parseInt(_0x3dbf73(0x216))/0x1+-parseInt(_0x3dbf73(0x1e4))/0x2*(-parseInt(_0x3dbf73(0x1fd))/0x3)+parseInt(_0x3dbf73(0x242))/0x4*(parseInt(_0x3dbf73(0x1f7))/0x5)+parseInt(_0x3dbf73(0x201))/0x6*(-parseInt(_0x3dbf73(0x23a))/0x7)+parseInt(_0x3dbf73(0x1df))/0x8*(parseInt(_0x3dbf73(0x251))/0x9)+parseInt(_0x3dbf73(0x20c))/0xa*(parseInt(_0x3dbf73(0x20f))/0xb)+parseInt(_0x3dbf73(0x21f))/0xc*(-parseInt(_0x3dbf73(0x1f0))/0xd);if(_0x5664ce===_0x389ee3)break;else _0x58976a['push'](_0x58976a['shift']());}catch(_0xa32bb7){_0x58976a['push'](_0x58976a['shift']());}}}(_0x3302,0xa04f3));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';import _0x2e5e60 from'inquirer';import{chromium}from'playwright';import{findExistingEnv,loadSettings}from'./utils/settings.js';function _0x4791(_0x3bb453,_0x3945fd){_0x3bb453=_0x3bb453-0x1db;const _0x33021d=_0x3302();let _0x4791f2=_0x33021d[_0x3bb453];return _0x4791f2;}import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getRangerDir}from'./utils/rangerRoot.js';import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0x31991b){const _0x14bcf5=_0x4791,_0x45e89d={'NsTOX':function(_0x278b5c,_0xe35f42,_0x499b26){return _0x278b5c(_0xe35f42,_0x499b26);},'JrpIL':'HEAD','nsyRQ':function(_0x241014,_0x5ccea5){return _0x241014(_0x5ccea5);},'FuzaQ':function(_0x69a905,_0xeeb421){return _0x69a905<_0xeeb421;},'FMijW':function(_0x1e71e6,_0x1019b0){return _0x1e71e6(_0x1019b0);},'ztdcm':_0x14bcf5(0x221)};try{const _0x3fa0e6=new AbortController(),_0x112318=_0x45e89d['NsTOX'](setTimeout,()=>_0x3fa0e6[_0x14bcf5(0x214)](),0x1388),_0x3a03f1={'method':_0x45e89d['JrpIL'],'signal':_0x3fa0e6['signal'],'redirect':_0x14bcf5(0x244)};/^https:\/\/localhost(:\d+)?/i['test'](_0x31991b)&&(process[_0x14bcf5(0x224)]['NODE_TLS_REJECT_UNAUTHORIZED']='0');const _0xd61f6a=await fetch(_0x31991b,_0x3a03f1);delete process[_0x14bcf5(0x224)][_0x14bcf5(0x245)],_0x45e89d[_0x14bcf5(0x238)](clearTimeout,_0x112318);if(_0x45e89d['FuzaQ'](_0xd61f6a[_0x14bcf5(0x239)],0x190))return{'ok':!![]};return{'ok':![],'error':_0x14bcf5(0x219)+_0xd61f6a[_0x14bcf5(0x239)]};}catch(_0x9d2c35){delete process[_0x14bcf5(0x224)]['NODE_TLS_REJECT_UNAUTHORIZED'];const _0x360193=_0x9d2c35,_0x66efe5=_0x360193[_0x14bcf5(0x236)]||_0x45e89d[_0x14bcf5(0x23d)](String,_0x9d2c35),_0x2ec11a=_0x66efe5[_0x14bcf5(0x1e8)](_0x45e89d['ztdcm'])||_0x360193[_0x14bcf5(0x228)]===_0x14bcf5(0x1fa)||_0x66efe5[_0x14bcf5(0x1e8)]('fetch\x20failed');return{'ok':![],'error':_0x66efe5,'isProtocolError':_0x2ec11a};}}export async function addEnv(_0x378234,_0x51a7b2={},_0x391165){const _0x539b6e=_0x4791,_0x556c4a={'PynIH':'Saving\x20authentication\x20state...','NMnoW':function(_0x2fdb16){return _0x2fdb16();},'gAIZK':_0x539b6e(0x20b),'PklFT':function(_0x560424,_0x1319b7,_0x58a6a5,_0x343444){return _0x560424(_0x1319b7,_0x58a6a5,_0x343444);},'lYmAS':function(_0x45c491,_0x5660cf){return _0x45c491===_0x5660cf;},'Umttq':function(_0x57aa92,_0x42a9c1){return _0x57aa92+_0x42a9c1;},'UipJG':function(_0x4854bd,_0x3b3225,_0x3d9abe){return _0x4854bd(_0x3b3225,_0x3d9abe);},'nUGGL':function(_0x3523e0,_0xfccb40){return _0x3523e0!==_0xfccb40;},'xXyru':'--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','CjZZx':function(_0x2f555c,_0x3aa4b4){return _0x2f555c(_0x3aa4b4);},'WiyQR':function(_0x2cecbd,_0x4db259){return _0x2cecbd(_0x4db259);},'XVERA':'legacy','PQSUy':'shouldReplace','atAfQ':'Aborted.','ApvkZ':'\x0a๐Ÿ”Œ\x20CDP\x20Profile\x20Setup\x0a','ZLxeb':_0x539b6e(0x24d),'Islje':'What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','ZRUnN':function(_0x281630,_0x569356){return _0x281630||_0x569356;},'ATclf':_0x539b6e(0x1dd),'uUwzP':_0x539b6e(0x1f6),'PkNNm':'Continue\x20anyway','lVbsI':_0x539b6e(0x24a),'DtzOi':'url_setup','YXKQR':function(_0x1e06b8,_0x1cb687){return _0x1e06b8(_0x1cb687);},'ofkgi':'\x0a๐Ÿ“‹\x20Authentication\x20Setup','lDvFt':_0x539b6e(0x1f5),'fOKvw':_0x539b6e(0x237),'nvppW':'--disable-features=WebBluetooth','ABiIe':'--allow-insecure-localhost','MHPjM':function(_0x200bca,_0x10ff79){return _0x200bca>_0x10ff79;},'cvOdi':_0x539b6e(0x1e7),'Pduwr':'This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','ShRbC':'You\x20can\x20try\x20again\x20with\x20one\x20of:','dmSMv':'Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.','ufrdv':'.enc','zOjBq':'\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','DuKKC':_0x539b6e(0x250),'XTAij':function(_0x3ef758,_0x27ad65,_0x19f3fc){return _0x3ef758(_0x27ad65,_0x19f3fc);},'SnmDZ':function(_0x212ccb,_0x45cbe2,_0x2f492c){return _0x212ccb(_0x45cbe2,_0x2f492c);},'ECmlh':function(_0x701f6a,_0x52c8a4,_0x41b977){return _0x701f6a(_0x52c8a4,_0x41b977);},'IvBMD':function(_0x526e80,_0x14fe3e,_0x43c3d9){return _0x526e80(_0x14fe3e,_0x43c3d9);},'dYKVK':_0x539b6e(0x24e),'JxfEd':_0x539b6e(0x243),'rfdvj':function(_0x27c824,_0x4a452b,_0x18be42){return _0x27c824(_0x4a452b,_0x18be42);}},_0x5494b3=_0x51a7b2['ci']??![],_0x2dc740=_0x5494b3?'ci':_0x556c4a[_0x539b6e(0x212)],_0x3e8b8d=_0x556c4a['PklFT'](join,getRangerDir(),_0x2dc740,_0x378234),_0x18b7c6={};if(_0x51a7b2['setupHeader'])for(const _0x10ac9e of _0x51a7b2[_0x539b6e(0x21e)]){const _0x55c535=_0x10ac9e['indexOf'](':');if(_0x556c4a[_0x539b6e(0x20a)](_0x55c535,-0x1))throw new Error(_0x539b6e(0x225)+_0x10ac9e+_0x539b6e(0x1ec));const _0x1a18f4=_0x10ac9e['slice'](0x0,_0x55c535)['trim'](),_0x28d8bb=_0x10ac9e[_0x539b6e(0x234)](_0x556c4a[_0x539b6e(0x226)](_0x55c535,0x1))[_0x539b6e(0x24c)]();_0x18b7c6[_0x1a18f4]=_0x28d8bb;}const _0x5bc03d=_0x556c4a[_0x539b6e(0x1fb)](join,getRangerDir(),_0x2dc740);if(_0x556c4a[_0x539b6e(0x22a)](_0x51a7b2['cdpEndpoint'],undefined)&&_0x51a7b2[_0x539b6e(0x220)]['trim']()==='')throw new Error(_0x556c4a['xXyru']);if(_0x51a7b2['cdpEndpoint']&&_0x51a7b2[_0x539b6e(0x21a)])throw new Error('--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.');if(_0x51a7b2[_0x539b6e(0x220)]&&_0x51a7b2['ci'])throw new Error('--ci\x20and\x20--cdp-endpoint\x20cannot\x20be\x20used\x20together.\x20Electron/CDP\x20profiles\x20only\x20work\x20with\x20a\x20locally\x20running\x20app\x20and\x20are\x20not\x20supported\x20in\x20CI.');const _0x355a63=_0x556c4a['CjZZx'](Boolean,_0x51a7b2[_0x539b6e(0x220)]),_0x55e46b=!_0x51a7b2[_0x539b6e(0x206)]&&!_0x355a63,_0x1b3a81=process['stdin'][_0x539b6e(0x21b)]&&process[_0x539b6e(0x232)]['isTTY'];if(!_0x1b3a81&&!_0x51a7b2[_0x539b6e(0x21a)]&&!_0x355a63)throw new Error('Please\x20provide\x20--url\x20when\x20running\x20in\x20non-interactive\x20mode.\x0aMake\x20sure\x20the\x20service\x20is\x20running\x20on\x20that\x20port\x20before\x20retrying.\x0aExample:\x20ranger\x20profile\x20add\x20local\x20--url\x20http://localhost:3000');const _0x462bc3=_0x556c4a[_0x539b6e(0x248)](findExistingEnv,_0x378234);let _0x2af38c=null;if(_0x462bc3){if(!_0x1b3a81)_0x2af38c=_0x462bc3;else{if(_0x462bc3[_0x539b6e(0x235)]===_0x2dc740){const {overwrite:_0xe84766}=await _0x2e5e60['prompt']([{'type':_0x539b6e(0x202),'name':'overwrite','message':'Profile\x20\x22'+_0x378234+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0xe84766){console[_0x539b6e(0x1ee)]('Aborted.');return;}_0x2af38c=_0x462bc3;}else{const _0x2f01b9=_0x462bc3['location']===_0x556c4a[_0x539b6e(0x222)]?'root\x20(.ranger/)':_0x462bc3[_0x539b6e(0x235)];console[_0x539b6e(0x21d)](_0x539b6e(0x22e)+_0x378234+'\x22\x20already\x20exists\x20in\x20'+_0x2f01b9+':\x20'+_0x462bc3[_0x539b6e(0x1ed)]),console[_0x539b6e(0x21d)]('\x20\x20\x20Creating\x20it\x20in\x20'+_0x2dc740+'\x20would\x20shadow\x20the\x20existing\x20profile.');const {shouldReplace:_0x2feb43}=await _0x2e5e60[_0x539b6e(0x230)]([{'type':_0x539b6e(0x202),'name':_0x556c4a[_0x539b6e(0x24b)],'message':_0x539b6e(0x208)+_0x2dc740+'?','default':![]}]);if(!_0x2feb43){console['log'](_0x556c4a[_0x539b6e(0x23e)]);return;}_0x2af38c=_0x462bc3;}}}_0x391165?.[_0x539b6e(0x1e1)](_0x539b6e(0x207));let _0x3441eb='';if(_0x355a63)console['log'](_0x556c4a['ApvkZ']),console[_0x539b6e(0x1ee)]('\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20'+_0x51a7b2[_0x539b6e(0x220)]),console['log']('\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a');else{if(_0x51a7b2[_0x539b6e(0x21a)]){_0x3441eb=_0x51a7b2[_0x539b6e(0x21a)];const _0x3abc2d=await checkUrlReachability(_0x3441eb);if(!_0x3abc2d['ok']&&!_0x51a7b2['force'])throw new Error(_0x539b6e(0x1e0)+_0x3441eb+':\x20'+_0x3abc2d[_0x539b6e(0x21d)]+'\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.');!_0x3abc2d['ok']&&_0x51a7b2['force']&&console['log']('โš \x20Could\x20not\x20reach\x20'+_0x3441eb+':\x20'+_0x3abc2d[_0x539b6e(0x21d)]+_0x539b6e(0x205));}else{console['log']('\x0a๐ŸŒ\x20Profile\x20Setup\x0a'),console[_0x539b6e(0x1ee)](_0x539b6e(0x215)),console[_0x539b6e(0x1ee)](_0x556c4a['ZLxeb']);let _0x5d6514=![];while(!![]){const _0x488529=await _0x2e5e60[_0x539b6e(0x230)]([{'type':'input','name':'baseUrl','message':_0x5d6514?'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):':_0x556c4a['Islje'],'default':_0x556c4a[_0x539b6e(0x1f1)](_0x3441eb,_0x539b6e(0x241))}]);_0x3441eb=_0x488529['baseUrl'];const _0x453e5c=await checkUrlReachability(_0x3441eb);if(_0x453e5c['ok'])break;const _0x27b183=/^[a-zA-Z][\w+.-]*:\/\//[_0x539b6e(0x1e2)](_0x3441eb),_0x3e0b02=_0x453e5c['isProtocolError']&&!_0x27b183,_0x4bdf9c=_0x3e0b02?'http://'+_0x3441eb:null;_0x5d6514=!![],console['log']('\x0a\x20\x20Could\x20not\x20reach\x20'+_0x3441eb+':\x20'+_0x453e5c[_0x539b6e(0x21d)]);_0x4bdf9c&&console['log']('\x20\x20Did\x20you\x20mean\x20'+_0x4bdf9c+'?');const {action:_0x476b91}=await _0x2e5e60[_0x539b6e(0x230)]([{'type':_0x539b6e(0x1f3),'name':_0x539b6e(0x203),'message':_0x539b6e(0x252),'choices':[..._0x4bdf9c?[{'name':_0x539b6e(0x1ea)+_0x4bdf9c,'value':_0x556c4a['ATclf']}]:[],{'name':_0x556c4a['uUwzP'],'value':'retry'},{'name':_0x556c4a['PkNNm'],'value':'continue'}]}]);if(_0x556c4a['lYmAS'](_0x476b91,'use_suggestion')&&_0x4bdf9c){_0x3441eb=_0x4bdf9c;const _0xbb91fd=await checkUrlReachability(_0x3441eb);if(_0xbb91fd['ok'])break;console[_0x539b6e(0x1ee)]('\x0a\x20\x20Still\x20could\x20not\x20reach\x20'+_0x3441eb+':\x20'+_0xbb91fd['error']);}else{if(_0x476b91===_0x556c4a[_0x539b6e(0x1e3)])break;}}}}_0x391165?.[_0x539b6e(0x1eb)](_0x556c4a[_0x539b6e(0x22c)]);const _0x1e68f3={};if(_0x2af38c){const _0x2d2a89=await _0x556c4a[_0x539b6e(0x248)](loadSettings,_0x378234);Object[_0x539b6e(0x20e)](_0x1e68f3,_0x2d2a89[_0x539b6e(0x246)]);}Object[_0x539b6e(0x20e)](_0x1e68f3,_0x18b7c6),await mkdir(_0x5bc03d,{'recursive':!![]});const _0x7b9225=await _0x556c4a['CjZZx'](mkdtemp,_0x556c4a[_0x539b6e(0x1fb)](join,_0x5bc03d,_0x539b6e(0x1db)+_0x378234+'-')),_0x56b7a1=_0x556c4a['UipJG'](join,_0x7b9225,'auth.json'),_0x16b8cc=_0x556c4a['YXKQR'](Boolean,_0x3441eb)&&/^https:\/\/localhost(:\d+)?/i[_0x539b6e(0x1e2)](_0x3441eb);try{if(_0x55e46b){_0x391165?.['trackPhaseStart']('browser_auth'),console['log'](_0x556c4a['ofkgi']),console['log'](_0x539b6e(0x247)),console['log']('\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.');!_0x1b3a81?(console[_0x539b6e(0x1ee)](_0x556c4a[_0x539b6e(0x23f)]),console[_0x539b6e(0x1ee)](_0x556c4a[_0x539b6e(0x218)])):console['log']('');await new Promise(_0x41e124=>setTimeout(_0x41e124,0xbb8));const _0x51afd8=[];_0x51a7b2[_0x539b6e(0x210)]&&_0x51afd8['push'](_0x556c4a['nvppW']);const _0x2fac1b=_0x51a7b2['allowInsecureLocalhost']||_0x16b8cc;_0x2fac1b&&_0x51afd8['push'](_0x556c4a[_0x539b6e(0x240)]);const _0x1cd2ae=await chromium[_0x539b6e(0x1de)]({'headless':![],..._0x556c4a[_0x539b6e(0x204)](_0x51afd8[_0x539b6e(0x23b)],0x0)?{'args':_0x51afd8}:{}});try{const _0x192221=Object['keys'](_0x1e68f3)['length']>0x0,_0x1f6746={'ignoreHTTPSErrors':!![]};_0x192221&&(_0x1f6746['extraHTTPHeaders']=_0x1e68f3);const _0x16a8cc=await _0x1cd2ae['newContext'](_0x1f6746);await addProfileSetupBanner(_0x16a8cc);const _0x3076d4=await _0x16a8cc[_0x539b6e(0x200)]();await _0x3076d4['goto'](_0x3441eb||_0x556c4a['cvOdi']);let _0x5e3573=![];await new Promise(_0x2e6c27=>{const _0x5245f9=_0x539b6e;_0x3076d4['on'](_0x5245f9(0x20d),async()=>{try{console['log'](_0x556c4a['PynIH']),await _0x16a8cc['storageState']({'path':_0x56b7a1}),_0x5e3573=!![];}catch{}_0x556c4a['NMnoW'](_0x2e6c27);});});if(!_0x5e3573){console[_0x539b6e(0x1ee)]('\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.');!_0x51a7b2[_0x539b6e(0x210)]&&(console['log'](_0x556c4a['Pduwr']),console[_0x539b6e(0x1ee)](_0x556c4a[_0x539b6e(0x1e5)]),console[_0x539b6e(0x1ee)]('\x20\x20ranger\x20profile\x20add\x20'+_0x378234+_0x539b6e(0x1fc)),console[_0x539b6e(0x1ee)]('\x20\x20ranger\x20profile\x20add\x20'+_0x378234+'\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a'));throw new Error(_0x539b6e(0x1f8));}}finally{await _0x1cd2ae['close']()[_0x539b6e(0x217)](()=>{});}if(_0x5494b3){const _0x1849af=await readFile(_0x56b7a1,_0x539b6e(0x1e9)),_0x4843c5=await _0x556c4a[_0x539b6e(0x229)](getToken);if(!_0x4843c5){console[_0x539b6e(0x21d)]('\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]'),await unlink(_0x56b7a1)[_0x539b6e(0x217)](()=>{});throw new Error(_0x556c4a[_0x539b6e(0x21c)]);}else{const _0x3a5ba4=encrypt(_0x1849af,_0x4843c5);await writeFile(_0x556c4a[_0x539b6e(0x226)](_0x56b7a1,_0x556c4a[_0x539b6e(0x211)]),_0x3a5ba4),await _0x556c4a[_0x539b6e(0x227)](unlink,_0x56b7a1),console[_0x539b6e(0x1ee)](_0x539b6e(0x1fe)+_0x56b7a1+_0x539b6e(0x249)),console['log'](_0x539b6e(0x213)),console['log'](_0x556c4a[_0x539b6e(0x1f4)]);}}else console[_0x539b6e(0x1ee)](_0x539b6e(0x231)+_0x56b7a1);_0x391165?.['trackPhaseEnd'](_0x556c4a['DuKKC']);}_0x391165?.['trackPhaseStart']('config_write');const _0x4de6f3={};_0x3441eb&&(_0x4de6f3[_0x539b6e(0x23c)]=_0x3441eb);_0x51a7b2['cdpEndpoint']&&(_0x4de6f3['cdpEndpoint']=_0x51a7b2[_0x539b6e(0x220)],_0x4de6f3['isElectron']=!![]);(_0x51a7b2[_0x539b6e(0x24f)]||_0x16b8cc)&&(_0x4de6f3['allowInsecureLocalhost']=!![]);_0x51a7b2[_0x539b6e(0x210)]&&(_0x4de6f3[_0x539b6e(0x210)]=!![]);Object['keys'](_0x1e68f3)['length']>0x0&&(_0x4de6f3['setupHeaders']=_0x1e68f3);await _0x556c4a[_0x539b6e(0x1fb)](writeFile,_0x556c4a[_0x539b6e(0x223)](join,_0x7b9225,'settings.json'),JSON[_0x539b6e(0x1f9)](_0x4de6f3,null,0x2)),console['log']('โœ“\x20Created\x20settings:\x20'+join(_0x3e8b8d,_0x539b6e(0x1dc)));if(_0x556c4a[_0x539b6e(0x20a)](_0x2af38c?.[_0x539b6e(0x235)],_0x2dc740)){const _0x1514c9=_0x2af38c[_0x539b6e(0x1ed)]+_0x539b6e(0x1e6)+Date[_0x539b6e(0x22b)]();await _0x556c4a[_0x539b6e(0x1f2)](rename,_0x2af38c[_0x539b6e(0x1ed)],_0x1514c9);try{await _0x556c4a['ECmlh'](rename,_0x7b9225,_0x3e8b8d);}catch(_0xf42007){await _0x556c4a['SnmDZ'](rename,_0x1514c9,_0x2af38c[_0x539b6e(0x1ed)]);throw _0xf42007;}try{await rm(_0x1514c9,{'recursive':!![]});}catch{console[_0x539b6e(0x1ee)](_0x539b6e(0x22d)+_0x1514c9);}}else{await rename(_0x7b9225,_0x3e8b8d);if(_0x2af38c)try{await _0x556c4a['IvBMD'](rm,_0x2af38c[_0x539b6e(0x1ed)],{'recursive':!![]}),console[_0x539b6e(0x1ee)](_0x539b6e(0x22f)+_0x2af38c['path']);}catch{console[_0x539b6e(0x1ee)](_0x539b6e(0x233)+_0x2af38c[_0x539b6e(0x1ed)]);}}try{await writeActiveProfileName(_0x378234),console['log']('\x20\x20Set\x20active\x20profile:\x20'+_0x378234);}catch{console['log'](_0x556c4a['dYKVK']);}_0x391165?.['trackPhaseEnd'](_0x556c4a[_0x539b6e(0x209)]),console['log'](_0x539b6e(0x1ef)+_0x378234+'\x22\x20configured');}catch(_0x498b65){await _0x556c4a[_0x539b6e(0x1ff)](rm,_0x7b9225,{'recursive':!![],'force':!![]});throw _0x498b65;}}
1
+ (function(_0x38eeaa,_0x566be8){const _0x3fa896=_0x1fea,_0x1adf6a=_0x38eeaa();while(!![]){try{const _0x175e44=parseInt(_0x3fa896(0xe7))/0x1+-parseInt(_0x3fa896(0xc7))/0x2*(parseInt(_0x3fa896(0xd3))/0x3)+-parseInt(_0x3fa896(0xae))/0x4+-parseInt(_0x3fa896(0xee))/0x5+-parseInt(_0x3fa896(0xe5))/0x6*(-parseInt(_0x3fa896(0xb0))/0x7)+-parseInt(_0x3fa896(0x9c))/0x8*(-parseInt(_0x3fa896(0xc8))/0x9)+parseInt(_0x3fa896(0xe3))/0xa;if(_0x175e44===_0x566be8)break;else _0x1adf6a['push'](_0x1adf6a['shift']());}catch(_0x4caa51){_0x1adf6a['push'](_0x1adf6a['shift']());}}}(_0x598d,0x73cde));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';import _0x39e706 from'inquirer';import{chromium}from'playwright';import{findExistingEnv,loadSettings}from'./utils/settings.js';import{encrypt}from'./utils/crypto.js';function _0x1fea(_0x16aa06,_0x2ad67b){_0x16aa06=_0x16aa06-0x78;const _0x598d9d=_0x598d();let _0x1fea71=_0x598d9d[_0x16aa06];return _0x1fea71;}import{getToken}from'./utils/keychain.js';import{getRangerDir,getRangerHomeDir}from'./utils/rangerRoot.js';function _0x598d(){const _0xfd5bd9=['CHShG','Saving\x20authentication\x20state...','YiSpT','use_suggestion','--disable-features=WebBluetooth','\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','extraHTTPHeaders','tfkzQ','message','Enter\x20a\x20different\x20URL','ySHTi','test','What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','393032vmVkSO','696726IshJsl','path','legacy','utf-8','UxfAt','\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','What\x20would\x20you\x20like\x20to\x20do?','url','โœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','now','6pihUUB','isTTY','TypeError','http://localhost:3000','Invalid\x20URL','includes','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20','error','continue','close','fNkUt','\x0a\x20\x20Still\x20could\x20not\x20reach\x20','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20','WhLUg','Browser\x20closed\x20before\x20authentication\x20was\x20saved.','allowInsecureLocalhost','3058890IuaByP','\x20\x20Set\x20active\x20profile:\x20','6PetWLx','TnvCn','833198TDpdtu','\x22\x20configured','cXGsS','browser_auth','PIkTK','yacsT','vVgeP','249800cNcJbx','suXIf','--ci\x20and\x20--cdp-endpoint\x20cannot\x20be\x20used\x20together.\x20Electron/CDP\x20profiles\x20only\x20work\x20with\x20a\x20locally\x20running\x20app\x20and\x20are\x20not\x20supported\x20in\x20CI.','\x0a\x20\x20\x20โš \x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.','indexOf','bZrSR','url_setup','shouldReplace','newContext','.backup-','PGAaJ','status','keys','retry','slice','NODE_TLS_REJECT_UNAUTHORIZED','\x0aโš ๏ธ\x20\x20Profile\x20\x22','length','You\x20can\x20try\x20again\x20with\x20one\x20of:','\x20(continuing\x20with\x20--force)','.enc','Aborted.','XyNYQ','prompt','user','\x20\x20Did\x20you\x20mean\x20','--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.','catch','newPage','--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','gfDsW','location','piUUJ','yoURy','trackPhaseEnd','bJEfW','assign','nMvbB','\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','config_write','signal','Please\x20provide\x20--url\x20when\x20running\x20in\x20non-interactive\x20mode.\x0aMake\x20sure\x20the\x20service\x20is\x20running\x20on\x20that\x20port\x20before\x20retrying.\x0aExample:\x20ranger\x20profile\x20add\x20local\x20--url\x20http://localhost:3000','Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','xLzHi','eezKK','scope','baseUrl','about:blank','\x20\x20ranger\x20profile\x20add\x20','tqVch','ZZiQx','\x0a๐ŸŒ\x20Profile\x20Setup\x0a','โœ“\x20Auth\x20state\x20saved\x20to:\x20','24JkdkpM','settings.json','\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','QHMBd','Invalid\x20--setup-header\x20format:\x20\x22','MsYEN','Use\x20','setupHeader','Removed\x20existing\x20profile\x20at\x20','cdpEndpoint','DyqZJ','aUTJZ','safeMode','fetch\x20failed','force','isElectron','stdout','log','1825288MzEpLk','kvoCv','16233jiOwCR','This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','skipAuth','XHIUr','dYzFT','GCYas','Could\x20not\x20reach\x20','YIRla','env','DMSCs'];_0x598d=function(){return _0xfd5bd9;};return _0x598d();}import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0x138d52){const _0x2709c8=_0x1fea,_0x33a9ec={'NEeWz':function(_0x211370,_0x1c3f44,_0x3ea0f2){return _0x211370(_0x1c3f44,_0x3ea0f2);},'CHShG':'HEAD','FJxQK':'manual','tfkzQ':function(_0x520c77,_0x41ceb7){return _0x520c77(_0x41ceb7);},'IqkKm':function(_0x5f3438,_0x21c7ac){return _0x5f3438(_0x21c7ac);},'phTpG':_0x2709c8(0xd7),'MsYEN':function(_0x303f82,_0x1bc4c9){return _0x303f82===_0x1bc4c9;},'aUTJZ':_0x2709c8(0xd5),'Kusbi':_0x2709c8(0xa9)};try{const _0x5b9e57=new AbortController(),_0x186160=_0x33a9ec['NEeWz'](setTimeout,()=>_0x5b9e57['abort'](),0x1388),_0x4c2395={'method':_0x33a9ec[_0x2709c8(0xba)],'signal':_0x5b9e57[_0x2709c8(0x8d)],'redirect':_0x33a9ec['FJxQK']};/^https:\/\/localhost(:\d+)?/i[_0x2709c8(0xc5)](_0x138d52)&&(process[_0x2709c8(0xb8)][_0x2709c8(0xfe)]='0');const _0x5e3ea3=await fetch(_0x138d52,_0x4c2395);delete process[_0x2709c8(0xb8)][_0x2709c8(0xfe)],_0x33a9ec[_0x2709c8(0xc1)](clearTimeout,_0x186160);if(_0x5e3ea3[_0x2709c8(0xfa)]<0x190)return{'ok':!![]};return{'ok':![],'error':'HTTP\x20'+_0x5e3ea3[_0x2709c8(0xfa)]};}catch(_0x52210b){delete process[_0x2709c8(0xb8)]['NODE_TLS_REJECT_UNAUTHORIZED'];const _0x194aa6=_0x52210b,_0x3cc888=_0x194aa6[_0x2709c8(0xc2)]||_0x33a9ec['IqkKm'](String,_0x52210b),_0x2986cb=_0x3cc888[_0x2709c8(0xd8)](_0x33a9ec['phTpG'])||_0x33a9ec[_0x2709c8(0xa1)](_0x194aa6['name'],_0x33a9ec[_0x2709c8(0xa7)])||_0x3cc888['includes'](_0x33a9ec['Kusbi']);return{'ok':![],'error':_0x3cc888,'isProtocolError':_0x2986cb};}}export async function addEnv(_0x231bdd,_0x5324af={},_0x2001d2){const _0x260b5d=_0x1fea,_0x2c4095={'kvoCv':_0x260b5d(0xbb),'ZZiQx':function(_0x256184){return _0x256184();},'oBbuI':'local','DMSCs':_0x260b5d(0x7d),'suXIf':function(_0x523792,_0x17cf63,_0x57e3cd,_0x44de29){return _0x523792(_0x17cf63,_0x57e3cd,_0x44de29);},'fNkUt':function(_0x9e513f,_0x11f837,_0x3ee478){return _0x9e513f(_0x11f837,_0x3ee478);},'XHIUr':function(_0x58ef8a,_0x57cbb9){return _0x58ef8a!==_0x57cbb9;},'PGAaJ':function(_0x27bb4b,_0x62f950){return _0x27bb4b(_0x62f950);},'XyNYQ':function(_0x2e1e9e,_0x19b66c){return _0x2e1e9e===_0x19b66c;},'YIRla':'confirm','xteDi':_0x260b5d(0x7a),'umkOy':_0x260b5d(0xca),'TxXOz':'root\x20(.ranger/)','bZrSR':_0x260b5d(0xf6),'GCYas':'url_setup','glgUW':'\x0a๐Ÿ”Œ\x20CDP\x20Profile\x20Setup\x0a','KjkHS':'\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','YiSpT':_0x260b5d(0x9a),'PpQGn':_0x260b5d(0x9e),'bBTEz':'input','jVsLs':_0x260b5d(0xce),'tqVch':'Continue\x20anyway','piUUJ':function(_0xe9bf43,_0x1a0803,_0x6d85b7){return _0xe9bf43(_0x1a0803,_0x6d85b7);},'QHMBd':'auth.json','nMvbB':_0x260b5d(0xea),'bJEfW':_0x260b5d(0x91),'zgTDL':_0x260b5d(0xf1),'dYzFT':_0x260b5d(0xbf),'gfDsW':_0x260b5d(0xbe),'UxfAt':'--allow-insecure-localhost','DNSlD':_0x260b5d(0x8b),'WhLUg':_0x260b5d(0xb1),'EGHJr':_0x260b5d(0xe1),'vVgeP':function(_0x33968a,_0x2eed71,_0xef69cd){return _0x33968a(_0x2eed71,_0xef69cd);},'XfRyw':function(_0x5410e7){return _0x5410e7();},'tgTKX':'\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','WEpZL':function(_0x3826f2,_0x23a292,_0x15ce71){return _0x3826f2(_0x23a292,_0x15ce71);},'DyqZJ':_0x260b5d(0x79),'ySHTi':function(_0x328f9f,_0x4cf82e){return _0x328f9f(_0x4cf82e);},'NPVzr':_0x260b5d(0xd1),'xLzHi':function(_0x499fda,_0xb9fce4){return _0x499fda>_0xb9fce4;},'gqenh':_0x260b5d(0x9d),'eezKK':function(_0x223061,_0x1e4a08,_0x573c15){return _0x223061(_0x1e4a08,_0x573c15);},'yoURy':function(_0x35cf94,_0x41929e){return _0x35cf94===_0x41929e;},'TnvCn':function(_0x39392a,_0x1f7fd7,_0x36d0bd){return _0x39392a(_0x1f7fd7,_0x36d0bd);},'fYhgT':function(_0x5b63b8,_0xa07de8){return _0x5b63b8(_0xa07de8);},'PIkTK':'Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.','HlbLP':_0x260b5d(0x8c),'cXGsS':function(_0x22d16d,_0xeb39e4,_0x4ea2cc){return _0x22d16d(_0xeb39e4,_0x4ea2cc);}},_0x259e51=_0x5324af['ci']??![],_0x3b5191=_0x259e51?'ci':_0x2c4095['oBbuI'],_0x47cbdd=_0x5324af[_0x260b5d(0x94)]===_0x2c4095[_0x260b5d(0xb9)]?_0x2c4095[_0x260b5d(0x99)](getRangerHomeDir):getRangerDir(),_0x55c0ff=_0x2c4095[_0x260b5d(0xef)](join,_0x47cbdd,_0x3b5191,_0x231bdd),_0x46ba96={};if(_0x5324af[_0x260b5d(0xa3)])for(const _0x329042 of _0x5324af[_0x260b5d(0xa3)]){const _0x3c32c1=_0x329042[_0x260b5d(0xf3)](':');if(_0x3c32c1===-0x1)throw new Error(_0x260b5d(0xa0)+_0x329042+'\x22.\x20Expected\x20\x22Name:\x20Value\x22.');const _0x393626=_0x329042[_0x260b5d(0xfd)](0x0,_0x3c32c1)['trim'](),_0x272c9c=_0x329042['slice'](_0x3c32c1+0x1)['trim']();_0x46ba96[_0x393626]=_0x272c9c;}const _0x1f9e78=_0x2c4095[_0x260b5d(0xdd)](join,_0x47cbdd,_0x3b5191);if(_0x2c4095[_0x260b5d(0xb3)](_0x5324af[_0x260b5d(0xa5)],undefined)&&_0x5324af[_0x260b5d(0xa5)]['trim']()==='')throw new Error(_0x260b5d(0x82));if(_0x5324af[_0x260b5d(0xa5)]&&_0x5324af['url'])throw new Error(_0x260b5d(0x7f));if(_0x5324af['cdpEndpoint']&&_0x5324af['ci'])throw new Error(_0x260b5d(0xf0));const _0x491ee1=_0x2c4095['PGAaJ'](Boolean,_0x5324af[_0x260b5d(0xa5)]),_0x15fc62=!_0x5324af[_0x260b5d(0xb2)]&&!_0x491ee1,_0x2235bc=process['stdin']['isTTY']&&process[_0x260b5d(0xac)][_0x260b5d(0xd4)];if(!_0x2235bc&&!_0x5324af[_0x260b5d(0xcf)]&&!_0x491ee1)throw new Error(_0x260b5d(0x8e));const _0x21b9e5=findExistingEnv(_0x231bdd,{'rangerDir':_0x47cbdd});let _0xf45197=null;if(_0x21b9e5){if(!_0x2235bc)_0xf45197=_0x21b9e5;else{if(_0x2c4095['XyNYQ'](_0x21b9e5[_0x260b5d(0x84)],_0x3b5191)){const {overwrite:_0x566607}=await _0x39e706[_0x260b5d(0x7c)]([{'type':_0x2c4095[_0x260b5d(0xb7)],'name':'overwrite','message':'Profile\x20\x22'+_0x231bdd+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0x566607){console['log'](_0x2c4095['xteDi']);return;}_0xf45197=_0x21b9e5;}else{const _0x24e25d=_0x2c4095['XyNYQ'](_0x21b9e5[_0x260b5d(0x84)],_0x2c4095['umkOy'])?_0x2c4095['TxXOz']:_0x21b9e5['location'];console['error'](_0x260b5d(0xff)+_0x231bdd+'\x22\x20already\x20exists\x20in\x20'+_0x24e25d+':\x20'+_0x21b9e5[_0x260b5d(0xc9)]),console['error']('\x20\x20\x20Creating\x20it\x20in\x20'+_0x3b5191+'\x20would\x20shadow\x20the\x20existing\x20profile.');const {shouldReplace:_0x5f3ed7}=await _0x39e706[_0x260b5d(0x7c)]([{'type':_0x2c4095['YIRla'],'name':_0x2c4095[_0x260b5d(0xf4)],'message':'Delete\x20existing\x20and\x20create\x20new\x20in\x20'+_0x3b5191+'?','default':![]}]);if(!_0x5f3ed7){console['log'](_0x2c4095['xteDi']);return;}_0xf45197=_0x21b9e5;}}}_0x2001d2?.['trackPhaseStart'](_0x2c4095[_0x260b5d(0xb5)]);let _0x1a1bbe='';if(_0x491ee1)console['log'](_0x2c4095['glgUW']),console['log']('\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20'+_0x5324af[_0x260b5d(0xa5)]),console['log'](_0x2c4095['KjkHS']);else{if(_0x5324af[_0x260b5d(0xcf)]){_0x1a1bbe=_0x5324af['url'];const _0x51300c=await checkUrlReachability(_0x1a1bbe);if(!_0x51300c['ok']&&!_0x5324af[_0x260b5d(0xaa)])throw new Error(_0x260b5d(0xb6)+_0x1a1bbe+':\x20'+_0x51300c[_0x260b5d(0xda)]+_0x260b5d(0xf2));!_0x51300c['ok']&&_0x5324af[_0x260b5d(0xaa)]&&console[_0x260b5d(0xad)]('โš \x20Could\x20not\x20reach\x20'+_0x1a1bbe+':\x20'+_0x51300c['error']+_0x260b5d(0x78));}else{console['log'](_0x2c4095[_0x260b5d(0xbc)]),console['log']('\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.'),console['log'](_0x2c4095['PpQGn']);let _0x4b4179=![];while(!![]){const _0x3c0534=await _0x39e706['prompt']([{'type':_0x2c4095['bBTEz'],'name':'baseUrl','message':_0x4b4179?'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):':_0x260b5d(0xc6),'default':_0x1a1bbe||_0x260b5d(0xd6)}]);_0x1a1bbe=_0x3c0534[_0x260b5d(0x95)];const _0x144e76=await checkUrlReachability(_0x1a1bbe);if(_0x144e76['ok'])break;const _0x365f69=/^[a-zA-Z][\w+.-]*:\/\//['test'](_0x1a1bbe),_0x4b66cf=_0x144e76['isProtocolError']&&!_0x365f69,_0x417093=_0x4b66cf?'http://'+_0x1a1bbe:null;_0x4b4179=!![],console[_0x260b5d(0xad)]('\x0a\x20\x20Could\x20not\x20reach\x20'+_0x1a1bbe+':\x20'+_0x144e76[_0x260b5d(0xda)]);_0x417093&&console[_0x260b5d(0xad)](_0x260b5d(0x7e)+_0x417093+'?');const {action:_0x36f936}=await _0x39e706['prompt']([{'type':'list','name':'action','message':_0x2c4095['jVsLs'],'choices':[..._0x417093?[{'name':_0x260b5d(0xa2)+_0x417093,'value':'use_suggestion'}]:[],{'name':_0x260b5d(0xc3),'value':_0x260b5d(0xfc)},{'name':_0x2c4095[_0x260b5d(0x98)],'value':_0x260b5d(0xdb)}]}]);if(_0x2c4095[_0x260b5d(0x7b)](_0x36f936,_0x260b5d(0xbd))&&_0x417093){_0x1a1bbe=_0x417093;const _0x2efce9=await checkUrlReachability(_0x1a1bbe);if(_0x2efce9['ok'])break;console['log'](_0x260b5d(0xde)+_0x1a1bbe+':\x20'+_0x2efce9[_0x260b5d(0xda)]);}else{if(_0x36f936===_0x260b5d(0xdb))break;}}}}_0x2001d2?.[_0x260b5d(0x87)](_0x260b5d(0xf5));const _0x161555={};if(_0xf45197){const _0x1ea75f=await _0x2c4095[_0x260b5d(0xf9)](loadSettings,_0x231bdd);Object['assign'](_0x161555,_0x1ea75f['setupHeaders']);}Object[_0x260b5d(0x89)](_0x161555,_0x46ba96),await mkdir(_0x1f9e78,{'recursive':!![]});const _0x4feb92=await mkdtemp(join(_0x1f9e78,'.tmp-'+_0x231bdd+'-')),_0x3410bc=_0x2c4095[_0x260b5d(0x85)](join,_0x4feb92,_0x2c4095[_0x260b5d(0x9f)]),_0x16e333=_0x2c4095[_0x260b5d(0xf9)](Boolean,_0x1a1bbe)&&/^https:\/\/localhost(:\d+)?/i['test'](_0x1a1bbe);try{if(_0x15fc62){_0x2001d2?.['trackPhaseStart'](_0x2c4095[_0x260b5d(0x8a)]),console[_0x260b5d(0xad)]('\x0a๐Ÿ“‹\x20Authentication\x20Setup'),console[_0x260b5d(0xad)](_0x2c4095[_0x260b5d(0x88)]),console[_0x260b5d(0xad)](_0x260b5d(0xcd));!_0x2235bc?(console['log'](_0x2c4095['zgTDL']),console['log'](_0x2c4095[_0x260b5d(0xb4)])):console['log']('');await new Promise(_0x133bc6=>setTimeout(_0x133bc6,0xbb8));const _0x31e2ed=[];_0x5324af[_0x260b5d(0xa8)]&&_0x31e2ed['push'](_0x2c4095[_0x260b5d(0x83)]);const _0x52dbca=_0x5324af['allowInsecureLocalhost']||_0x16e333;_0x52dbca&&_0x31e2ed['push'](_0x2c4095[_0x260b5d(0xcc)]);const _0x314b5c=await chromium['launch']({'headless':![],..._0x31e2ed['length']>0x0?{'args':_0x31e2ed}:{}});try{const _0x23315c=Object['keys'](_0x161555)[_0x260b5d(0x100)]>0x0,_0x168749={'ignoreHTTPSErrors':!![]};_0x23315c&&(_0x168749[_0x260b5d(0xc0)]=_0x161555);const _0x4affae=await _0x314b5c[_0x260b5d(0xf7)](_0x168749);await _0x2c4095['PGAaJ'](addProfileSetupBanner,_0x4affae);const _0x3f70ec=await _0x4affae[_0x260b5d(0x81)]();await _0x3f70ec['goto'](_0x1a1bbe||_0x260b5d(0x96));let _0x3dba3a=![];await new Promise(_0x14cab5=>{const _0x49ce64=_0x260b5d,_0x290de4={'rPZBR':_0x2c4095[_0x49ce64(0xaf)],'yacsT':function(_0x524ae9){const _0x3ca420=_0x49ce64;return _0x2c4095[_0x3ca420(0x99)](_0x524ae9);}};_0x3f70ec['on']('close',async()=>{const _0x3028ef=_0x49ce64;try{console['log'](_0x290de4['rPZBR']),await _0x4affae['storageState']({'path':_0x3410bc}),_0x3dba3a=!![];}catch{}_0x290de4[_0x3028ef(0xec)](_0x14cab5);});});if(!_0x3dba3a){console[_0x260b5d(0xad)](_0x2c4095['DNSlD']);!_0x5324af['safeMode']&&(console['log'](_0x2c4095[_0x260b5d(0xe0)]),console[_0x260b5d(0xad)](_0x260b5d(0x101)),console[_0x260b5d(0xad)](_0x260b5d(0x97)+_0x231bdd+'\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)'),console[_0x260b5d(0xad)]('\x20\x20ranger\x20profile\x20add\x20'+_0x231bdd+_0x260b5d(0x90)));throw new Error(_0x2c4095['EGHJr']);}}finally{await _0x314b5c[_0x260b5d(0xdc)]()['catch'](()=>{});}if(_0x259e51){const _0x63dbfa=await _0x2c4095['vVgeP'](readFile,_0x3410bc,_0x260b5d(0xcb)),_0x35a28d=await _0x2c4095['XfRyw'](getToken);if(!_0x35a28d){console[_0x260b5d(0xda)](_0x2c4095['tgTKX']),await unlink(_0x3410bc)[_0x260b5d(0x80)](()=>{});throw new Error(_0x260b5d(0x8f));}else{const _0x54c587=encrypt(_0x63dbfa,_0x35a28d);await _0x2c4095['WEpZL'](writeFile,_0x3410bc+_0x2c4095[_0x260b5d(0xa6)],_0x54c587),await _0x2c4095[_0x260b5d(0xc4)](unlink,_0x3410bc),console['log'](_0x260b5d(0xd0)+_0x3410bc+'.enc'),console[_0x260b5d(0xad)](_0x2c4095['NPVzr']),console['log']('\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.');}}else console['log'](_0x260b5d(0x9b)+_0x3410bc);_0x2001d2?.[_0x260b5d(0x87)](_0x2c4095[_0x260b5d(0x8a)]);}_0x2001d2?.['trackPhaseStart']('config_write');const _0x590d99={};_0x1a1bbe&&(_0x590d99[_0x260b5d(0x95)]=_0x1a1bbe);_0x5324af[_0x260b5d(0xa5)]&&(_0x590d99['cdpEndpoint']=_0x5324af['cdpEndpoint'],_0x590d99[_0x260b5d(0xab)]=!![]);(_0x5324af[_0x260b5d(0xe2)]||_0x16e333)&&(_0x590d99['allowInsecureLocalhost']=!![]);_0x5324af['safeMode']&&(_0x590d99['safeMode']=!![]);_0x2c4095[_0x260b5d(0x92)](Object[_0x260b5d(0xfb)](_0x161555)[_0x260b5d(0x100)],0x0)&&(_0x590d99['setupHeaders']=_0x161555);await writeFile(join(_0x4feb92,_0x2c4095['gqenh']),JSON['stringify'](_0x590d99,null,0x2)),console['log']('โœ“\x20Created\x20settings:\x20'+_0x2c4095[_0x260b5d(0x93)](join,_0x55c0ff,_0x260b5d(0x9d)));if(_0x2c4095[_0x260b5d(0x86)](_0xf45197?.[_0x260b5d(0x84)],_0x3b5191)){const _0xdce2d5=_0xf45197[_0x260b5d(0xc9)]+_0x260b5d(0xf8)+Date[_0x260b5d(0xd2)]();await _0x2c4095[_0x260b5d(0x85)](rename,_0xf45197['path'],_0xdce2d5);try{await _0x2c4095[_0x260b5d(0xed)](rename,_0x4feb92,_0x55c0ff);}catch(_0x2d93bd){await rename(_0xdce2d5,_0xf45197[_0x260b5d(0xc9)]);throw _0x2d93bd;}try{await _0x2c4095[_0x260b5d(0xe6)](rm,_0xdce2d5,{'recursive':!![]});}catch{console[_0x260b5d(0xad)](_0x260b5d(0xdf)+_0xdce2d5);}}else{await rename(_0x4feb92,_0x55c0ff);if(_0xf45197)try{await _0x2c4095['fNkUt'](rm,_0xf45197['path'],{'recursive':!![]}),console['log'](_0x260b5d(0xa4)+_0xf45197['path']);}catch{console['log'](_0x260b5d(0xd9)+_0xf45197['path']);}}try{await _0x2c4095['fYhgT'](writeActiveProfileName,_0x231bdd),console['log'](_0x260b5d(0xe4)+_0x231bdd);}catch{console['log'](_0x2c4095[_0x260b5d(0xeb)]);}_0x2001d2?.['trackPhaseEnd'](_0x2c4095['HlbLP']),console['log']('\x0a\x20\x20Profile\x20\x22'+_0x231bdd+_0x260b5d(0xe8));}catch(_0xc89106){await _0x2c4095[_0x260b5d(0xe9)](rm,_0x4feb92,{'recursive':!![],'force':!![]});throw _0xc89106;}}
@@ -1 +1 @@
1
- (function(_0x53d23c,_0x329e8e){const _0x34a38c=_0x4afa,_0xb469c9=_0x53d23c();while(!![]){try{const _0x336cd4=parseInt(_0x34a38c(0x117))/0x1+parseInt(_0x34a38c(0x11d))/0x2*(-parseInt(_0x34a38c(0x12c))/0x3)+-parseInt(_0x34a38c(0x123))/0x4+-parseInt(_0x34a38c(0x129))/0x5*(-parseInt(_0x34a38c(0x11f))/0x6)+parseInt(_0x34a38c(0x122))/0x7+parseInt(_0x34a38c(0x121))/0x8*(parseInt(_0x34a38c(0x125))/0x9)+-parseInt(_0x34a38c(0x119))/0xa;if(_0x336cd4===_0x329e8e)break;else _0xb469c9['push'](_0xb469c9['shift']());}catch(_0x184667){_0xb469c9['push'](_0xb469c9['shift']());}}}(_0x4e6e,0xa3ff4));import{readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';function _0x4e6e(){const _0x4b586f=['SHsGH','10iSDIrw','Profile\x20\x22','log','3141kAJnXA','1228552DkfruE','No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','12226130dRLPDJ','cAwbM','No\x20auth.json\x20found\x20at\x20','\x0aโœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','774xJQUFV','eXtKu','591558fHmYls','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','8gtpPYK','8058414nIwovo','2185596WBweKO','CFilV','2420937yoZuxY','AOJuq','utf-8'];_0x4e6e=function(){return _0x4b586f;};return _0x4e6e();}import{getEnvDir}from'./utils/settings.js';function _0x4afa(_0x266513,_0x2fddd7){_0x266513=_0x266513-0x117;const _0x4e6e75=_0x4e6e();let _0x4afa4c=_0x4e6e75[_0x266513];return _0x4afa4c;}export async function authEncrypt(_0x36b773){const _0x351c99=_0x4afa,_0x3c69df={'CFilV':function(_0x4747e5,_0x2c53b0){return _0x4747e5(_0x2c53b0);},'SHsGH':_0x351c99(0x118),'eXtKu':function(_0x35d803,_0x538094,_0x1da1ec){return _0x35d803(_0x538094,_0x1da1ec);},'AOJuq':_0x351c99(0x127),'cAwbM':_0x351c99(0x120)},_0x9949fb=_0x3c69df[_0x351c99(0x124)](getEnvDir,_0x36b773),_0x530b91=join(_0x9949fb,'auth.json'),_0x54ffd9=_0x530b91+'.enc';if(!existsSync(_0x9949fb))throw new Error(_0x351c99(0x12a)+_0x36b773+'\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20'+_0x36b773);if(!existsSync(_0x530b91))throw new Error(_0x351c99(0x11b)+_0x530b91+'.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update');const _0xad46ab=await getToken();if(!_0xad46ab)throw new Error(_0x3c69df[_0x351c99(0x128)]);const _0x135b40=await _0x3c69df[_0x351c99(0x11e)](readFile,_0x530b91,_0x3c69df[_0x351c99(0x126)]),_0x275aa4=encrypt(_0x135b40,_0xad46ab);await _0x3c69df[_0x351c99(0x11e)](writeFile,_0x54ffd9,_0x275aa4),console[_0x351c99(0x12b)](_0x351c99(0x11c)+_0x54ffd9),console['log'](_0x3c69df[_0x351c99(0x11a)]),console['log']('\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.'),_0x3c69df['CFilV'](existsSync,_0x54ffd9)&&(console[_0x351c99(0x12b)]('\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.'),console['log']('\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.'));}
1
+ function _0x169d(_0x1ec22a,_0x889f9a){_0x1ec22a=_0x1ec22a-0x98;const _0x396803=_0x3968();let _0x169db4=_0x396803[_0x1ec22a];return _0x169db4;}(function(_0x3e1277,_0x6fba23){const _0x40d621=_0x169d,_0x45149c=_0x3e1277();while(!![]){try{const _0x2975cd=-parseInt(_0x40d621(0xb1))/0x1*(-parseInt(_0x40d621(0xa5))/0x2)+parseInt(_0x40d621(0x99))/0x3+parseInt(_0x40d621(0x9d))/0x4*(parseInt(_0x40d621(0xaf))/0x5)+parseInt(_0x40d621(0xa1))/0x6*(-parseInt(_0x40d621(0xb0))/0x7)+-parseInt(_0x40d621(0xa8))/0x8+-parseInt(_0x40d621(0xa7))/0x9*(parseInt(_0x40d621(0x9f))/0xa)+parseInt(_0x40d621(0xa0))/0xb;if(_0x2975cd===_0x6fba23)break;else _0x45149c['push'](_0x45149c['shift']());}catch(_0x13144f){_0x45149c['push'](_0x45149c['shift']());}}}(_0x3968,0x2dc78));import{readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getEnvDir}from'./utils/settings.js';export async function authEncrypt(_0xce0635){const _0x14126a=_0x169d,_0x32a6c0={'gWPRS':function(_0x365952,_0x44ae37){return _0x365952(_0x44ae37);},'evLQT':_0x14126a(0xac),'oIZIB':'.enc','KKORg':_0x14126a(0x9c),'tjROj':_0x14126a(0xa2),'BPlKH':_0x14126a(0xa9)},_0x37d773=_0x32a6c0[_0x14126a(0xab)](getEnvDir,_0xce0635),_0x73d4a9=join(_0x37d773,_0x32a6c0[_0x14126a(0xae)]),_0x15925b=_0x73d4a9+_0x32a6c0[_0x14126a(0x9a)];if(!existsSync(_0x37d773))throw new Error('Profile\x20\x22'+_0xce0635+'\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20'+_0xce0635);if(!existsSync(_0x73d4a9))throw new Error('No\x20auth.json\x20found\x20at\x20'+_0x73d4a9+_0x14126a(0xaa));const _0x224abb=await getToken();if(!_0x224abb)throw new Error(_0x32a6c0[_0x14126a(0x9e)]);const _0x441cf1=await readFile(_0x73d4a9,_0x32a6c0['tjROj']),_0x36873c=encrypt(_0x441cf1,_0x224abb);await writeFile(_0x15925b,_0x36873c),console['log'](_0x14126a(0xad)+_0x15925b),console[_0x14126a(0xa3)](_0x32a6c0[_0x14126a(0xa4)]),console['log'](_0x14126a(0xa6)),existsSync(_0x15925b)&&(console['log'](_0x14126a(0x98)),console['log'](_0x14126a(0x9b)));}function _0x3968(){const _0x1fcd9e=['5SjMsDP','7VfomKo','107siTtpe','\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.','786327ZlinHA','oIZIB','\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.','No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','212156mLOgOE','KKORg','220QPshaS','6124800Dpyiir','453954MbLCSs','utf-8','log','BPlKH','368ufYwcW','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','124218vVsjZO','2598568axoBYH','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update','gWPRS','auth.json','\x0aโœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','evLQT'];_0x3968=function(){return _0x1fcd9e;};return _0x3968();}
@@ -1 +1 @@
1
- function _0x23e8(){const _0x2b463d=['replace','remove','66cPJedu','close','109448NRGXpC','bug-bash','โœ“\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)','mOJcx','18MzwZBT','MCkDS','1893399huhoVz','3831380divmHO','\x0a๐Ÿงน\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','WMCLh','claude','WbouM','UpKEE','XtXwz','ZWYdI','marketplace','KHFQR','221hRHgrH','project','โœ“\x20Removed\x20OpenCode\x20user\x20skill:\x20','168740UrNyNH','mfqJK','isArray','win32','4881Oubovz','log','mEZAh','โœ“\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)','platform','RPyoZ','151332umYByR','cfppZ','push','feature-tracker','plugin','124JpbuuC','pipe','4NlVpRC','length','stringify','YvIDT','HvgLU','user','xrJBe','vdLPk','error','โœ“\x20Removed\x20trailhead\x20marketplace','--scope','โœ“\x20Removed\x20project\x20skill:\x20','utf-8','12030rOkOpN','561dBaBcV','IZeKm','โœ“\x20Removed\x20OpenCode\x20project\x20skill:\x20'];_0x23e8=function(){return _0x2b463d;};return _0x23e8();}const _0xebd58c=_0x5471;function _0x5471(_0x21b616,_0xd35c35){_0x21b616=_0x21b616-0x1a8;const _0x23e8f9=_0x23e8();let _0x5471c6=_0x23e8f9[_0x21b616];return _0x5471c6;}(function(_0x329190,_0x15f526){const _0x55e5d6=_0x5471,_0x20002c=_0x329190();while(!![]){try{const _0x55c206=parseInt(_0x55e5d6(0x1a8))/0x1*(parseInt(_0x55e5d6(0x1b3))/0x2)+parseInt(_0x55e5d6(0x1d0))/0x3*(-parseInt(_0x55e5d6(0x1b5))/0x4)+-parseInt(_0x55e5d6(0x1de))/0x5*(-parseInt(_0x55e5d6(0x1c8))/0x6)+parseInt(_0x55e5d6(0x1d1))/0x7+parseInt(_0x55e5d6(0x1ca))/0x8*(parseInt(_0x55e5d6(0x1ce))/0x9)+parseInt(_0x55e5d6(0x1c2))/0xa*(-parseInt(_0x55e5d6(0x1c3))/0xb)+-parseInt(_0x55e5d6(0x1ae))/0xc*(parseInt(_0x55e5d6(0x1db))/0xd);if(_0x55c206===_0x15f526)break;else _0x20002c['push'](_0x20002c['shift']());}catch(_0x1bbaac){_0x20002c['push'](_0x20002c['shift']());}}}(_0x23e8,0x536af));import{rm,readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{spawn}from'child_process';import{deleteAllCredentials}from'./utils/keychain.js';import{getProjectSkillsDir,getUserSkillsDir}from'./utils/claudeConfig.js';import{getRangerDir}from'./utils/rangerRoot.js';import{getCacheFile}from'./utils/sessionCache.js';import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=['ranger',_0xebd58c(0x1b1),_0xebd58c(0x1cb),'e2e-test-recommender'],opencodePluginName='@ranger-testing/opencode-plugin';function parseJsonc(_0x5d6587){const _0x1e17ae=_0xebd58c,_0x134063=_0x5d6587[_0x1e17ae(0x1c6)](/\/\*[\s\S]*?\*\//g,''),_0x48c907=_0x134063['replace'](/^\s*\/\/.*$/gm,''),_0x1bc3f1=_0x48c907['replace'](/,\s*([}\]])/g,'$1');return JSON['parse'](_0x1bc3f1);}async function removeOpencodePluginConfig(_0x39e01b){const _0x4830b3=_0xebd58c,_0x1759b0={'oduwm':function(_0x58326e,_0x266786){return _0x58326e!==_0x266786;},'MCkDS':function(_0x162728,_0x380855,_0x129919){return _0x162728(_0x380855,_0x129919);},'ohioI':function(_0x321f81,_0x20529f){return _0x321f81(_0x20529f);},'xrJBe':function(_0x41cb4d,_0x6aa411){return _0x41cb4d===_0x6aa411;},'saOFF':function(_0x312c9e,_0x50b200){return _0x312c9e===_0x50b200;},'ZkzTG':function(_0x5c771c,_0x4a676e){return _0x5c771c+_0x4a676e;}};if(!existsSync(_0x39e01b))return![];let _0x4a0e1f;try{const _0x503eff=await _0x1759b0['MCkDS'](readFile,_0x39e01b,_0x4830b3(0x1c1));_0x4a0e1f=_0x1759b0['ohioI'](parseJsonc,_0x503eff);}catch{return![];}const _0x51871e=Array[_0x4830b3(0x1e0)](_0x4a0e1f['plugin'])?_0x4a0e1f[_0x4830b3(0x1b2)]:[];if(_0x1759b0[_0x4830b3(0x1bb)](_0x51871e['length'],0x0))return![];const _0x4736b0=_0x51871e['filter'](_0x53773a=>{if(typeof _0x53773a!=='string')return!![];return _0x1759b0['oduwm'](_0x53773a,opencodePluginName);});if(_0x4736b0['length']===_0x51871e['length'])return![];return _0x1759b0['saOFF'](_0x4736b0[_0x4830b3(0x1b6)],0x0)?delete _0x4a0e1f['plugin']:_0x4a0e1f[_0x4830b3(0x1b2)]=_0x4736b0,await _0x1759b0[_0x4830b3(0x1cf)](writeFile,_0x39e01b,_0x1759b0['ZkzTG'](JSON[_0x4830b3(0x1b7)](_0x4a0e1f,null,0x2),'\x0a')),!![];}async function uninstallClaudePlugin(_0x561b89){const _0xf6cb29=_0xebd58c,_0x4cdbc0={'mfqJK':function(_0x15461b,_0x2aeace){return _0x15461b(_0x2aeace);},'VUbCY':'uninstall','mOJcx':_0xf6cb29(0x1d4),'WbouM':'pipe','XtXwz':'win32','ETVOn':_0xf6cb29(0x1c9),'dxGsO':'error'};return new Promise(_0x3f5b72=>{const _0x286fc0=_0xf6cb29,_0x2120d8=[_0x286fc0(0x1b2),_0x4cdbc0['VUbCY'],'ranger@trailhead'];_0x561b89&&_0x2120d8[_0x286fc0(0x1b0)](_0x286fc0(0x1bf),_0x561b89);const _0x26b1fc=spawn(_0x4cdbc0[_0x286fc0(0x1cd)],_0x2120d8,{'stdio':_0x4cdbc0[_0x286fc0(0x1d5)],'shell':process['platform']===_0x4cdbc0[_0x286fc0(0x1d7)]});_0x26b1fc['on'](_0x4cdbc0['ETVOn'],_0x31acc6=>{const _0x441088=_0x286fc0;_0x4cdbc0[_0x441088(0x1df)](_0x3f5b72,_0x31acc6===0x0);}),_0x26b1fc['on'](_0x4cdbc0['dxGsO'],()=>{const _0x400c63=_0x286fc0;_0x4cdbc0[_0x400c63(0x1df)](_0x3f5b72,![]);});});}async function removeMarketplace(){const _0x158aaf=_0xebd58c,_0xf3d7c1={'ZWYdI':function(_0x3a9f2f,_0x580cf9){return _0x3a9f2f(_0x580cf9);},'RPyoZ':function(_0x352613,_0x1e5417){return _0x352613===_0x1e5417;},'HvgLU':function(_0x132b43,_0x46725d){return _0x132b43(_0x46725d);},'UbMPq':function(_0x47f061,_0xe7931c,_0x1d43ad,_0x218ba2){return _0x47f061(_0xe7931c,_0x1d43ad,_0x218ba2);},'yUIcX':_0x158aaf(0x1c7),'cfppZ':'trailhead','mVnLc':_0x158aaf(0x1e1),'lUGYb':_0x158aaf(0x1bd)};return new Promise(_0x298b29=>{const _0x458beb=_0x158aaf,_0x5a1c6c=_0xf3d7c1['UbMPq'](spawn,'claude',['plugin',_0x458beb(0x1d9),_0xf3d7c1['yUIcX'],_0xf3d7c1[_0x458beb(0x1af)]],{'stdio':_0x458beb(0x1b4),'shell':_0xf3d7c1[_0x458beb(0x1ad)](process[_0x458beb(0x1ac)],_0xf3d7c1['mVnLc'])});_0x5a1c6c['on'](_0x458beb(0x1c9),_0x39b9f0=>{const _0x50443f=_0x458beb;_0xf3d7c1[_0x50443f(0x1d8)](_0x298b29,_0xf3d7c1[_0x50443f(0x1ad)](_0x39b9f0,0x0));}),_0x5a1c6c['on'](_0xf3d7c1['lUGYb'],()=>{const _0x3f3baf=_0x458beb;_0xf3d7c1[_0x3f3baf(0x1b9)](_0x298b29,![]);});});}export async function clean(){const _0x46001c=_0xebd58c,_0x421fb4={'QLQoW':_0x46001c(0x1d2),'zbuuh':function(_0x366f52){return _0x366f52();},'vdLPk':'โœ“\x20Removed\x20stored\x20credentials','cJyeb':function(_0x3c25c9){return _0x3c25c9();},'WMCLh':function(_0x1a587c,_0x50f3c5){return _0x1a587c(_0x50f3c5);},'mEZAh':'โœ“\x20Removed\x20.ranger/\x20directory','GgzFB':function(_0x4b9bd7,_0x515dd6){return _0x4b9bd7(_0x515dd6);},'ObwjF':function(_0x52f298,_0x1715df,_0x358a6b){return _0x52f298(_0x1715df,_0x358a6b);},'kQnfB':function(_0x5ad31d,_0x2f00d2){return _0x5ad31d(_0x2f00d2);},'UpKEE':function(_0x149e6e,_0x818b1e){return _0x149e6e(_0x818b1e);},'sNIoV':'opencode.json','CdJdt':'โœ“\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)','KHFQR':_0x46001c(0x1ba),'IZeKm':function(_0x432aff,_0x4e2d47){return _0x432aff(_0x4e2d47);},'zNIkc':'โœ“\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)','YvIDT':_0x46001c(0x1be),'HlHvr':'\x0aโœ…\x20Cleanup\x20complete!\x0a'};console[_0x46001c(0x1a9)](_0x421fb4['QLQoW']);let _0x445b55=![];try{await _0x421fb4['zbuuh'](deleteAllCredentials),console['log'](_0x421fb4[_0x46001c(0x1bc)]),_0x445b55=!![];}catch{}const _0x379a2c=_0x421fb4['cJyeb'](getCacheFile);existsSync(_0x379a2c)&&(await _0x421fb4[_0x46001c(0x1d3)](rm,_0x379a2c),_0x445b55=!![]);const _0x80f2f4=getRangerDir();existsSync(_0x80f2f4)&&(await rm(_0x80f2f4,{'recursive':!![]}),console['log'](_0x421fb4[_0x46001c(0x1aa)]),_0x445b55=!![]);const _0x2c4ae0=getProjectSkillsDir();for(const _0x57e773 of skillsToRemove){const _0x478cd6=join(_0x2c4ae0,_0x57e773);_0x421fb4['GgzFB'](existsSync,_0x478cd6)&&(await rm(_0x478cd6,{'recursive':!![]}),console[_0x46001c(0x1a9)](_0x46001c(0x1c0)+_0x57e773),_0x445b55=!![]);}const _0x582ed0=getUserSkillsDir();for(const _0x48342f of skillsToRemove){const _0x667982=join(_0x582ed0,_0x48342f);existsSync(_0x667982)&&(await _0x421fb4['ObwjF'](rm,_0x667982,{'recursive':!![]}),console[_0x46001c(0x1a9)]('โœ“\x20Removed\x20user\x20skill:\x20'+_0x48342f),_0x445b55=!![]);}const _0x4550d1=_0x421fb4['kQnfB'](getOpencodeSkillsDir,_0x46001c(0x1dc));for(const _0x3dc857 of skillsToRemove){const _0x1668b9=join(_0x4550d1,_0x3dc857);existsSync(_0x1668b9)&&(await rm(_0x1668b9,{'recursive':!![]}),console['log'](_0x46001c(0x1c5)+_0x3dc857),_0x445b55=!![]);}const _0x47dc6b=getOpencodeSkillsDir(_0x46001c(0x1ba));for(const _0x5e0350 of skillsToRemove){const _0x37b430=join(_0x47dc6b,_0x5e0350);_0x421fb4['WMCLh'](existsSync,_0x37b430)&&(await rm(_0x37b430,{'recursive':!![]}),console['log'](_0x46001c(0x1dd)+_0x5e0350),_0x445b55=!![]);}const _0x35b214=join(_0x421fb4[_0x46001c(0x1d6)](getOpencodeConfigDir,'project'),_0x421fb4['sNIoV']);await _0x421fb4[_0x46001c(0x1d3)](removeOpencodePluginConfig,_0x35b214)&&(console[_0x46001c(0x1a9)](_0x421fb4['CdJdt']),_0x445b55=!![]);const _0x159446=join(_0x421fb4['kQnfB'](getOpencodeConfigDir,_0x421fb4[_0x46001c(0x1da)]),_0x421fb4['sNIoV']);await _0x421fb4[_0x46001c(0x1c4)](removeOpencodePluginConfig,_0x159446)&&(console[_0x46001c(0x1a9)](_0x421fb4['zNIkc']),_0x445b55=!![]);const _0x5aaf1f=await uninstallClaudePlugin();_0x5aaf1f&&(console[_0x46001c(0x1a9)](_0x46001c(0x1ab)),_0x445b55=!![]);const _0x398e22=await uninstallClaudePlugin(_0x46001c(0x1dc));_0x398e22&&(console['log'](_0x46001c(0x1cc)),_0x445b55=!![]);const _0x361e5d=await _0x421fb4['zbuuh'](removeMarketplace);_0x361e5d&&(console[_0x46001c(0x1a9)](_0x421fb4[_0x46001c(0x1b8)]),_0x445b55=!![]),_0x445b55?console['log'](_0x421fb4['HlHvr']):console[_0x46001c(0x1a9)]('Nothing\x20to\x20clean\x20up.\x0a');}
1
+ const _0x490d4e=_0x1ea3;(function(_0x5c3ba8,_0xe43ac8){const _0x3f3f4f=_0x1ea3,_0x5212de=_0x5c3ba8();while(!![]){try{const _0x5e4f22=parseInt(_0x3f3f4f(0x1b4))/0x1+parseInt(_0x3f3f4f(0x1ad))/0x2*(-parseInt(_0x3f3f4f(0x1d9))/0x3)+-parseInt(_0x3f3f4f(0x1a7))/0x4*(parseInt(_0x3f3f4f(0x1a6))/0x5)+-parseInt(_0x3f3f4f(0x1c0))/0x6+parseInt(_0x3f3f4f(0x1d0))/0x7+-parseInt(_0x3f3f4f(0x1c7))/0x8*(-parseInt(_0x3f3f4f(0x1b1))/0x9)+parseInt(_0x3f3f4f(0x1cf))/0xa*(parseInt(_0x3f3f4f(0x1ab))/0xb);if(_0x5e4f22===_0xe43ac8)break;else _0x5212de['push'](_0x5212de['shift']());}catch(_0x378423){_0x5212de['push'](_0x5212de['shift']());}}}(_0x1fd3,0xc7ef9));import{rm,readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{spawn}from'child_process';import{deleteAllCredentials}from'./utils/keychain.js';function _0x1fd3(){const _0x22a5c3=['log','trailhead','9549108xmyerF','OLMva','KuMRO','ranger','--scope','RDAUP','โœ“\x20Removed\x20.ranger/\x20directory','29992txAnrE','push','DaqmL','replace','\x0aโœ…\x20Cleanup\x20complete!\x0a','\x0a๐Ÿงน\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','pipe','length','120QpOehT','9054920tHmPRQ','DzxZn','โœ“\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)','user','win32','opencode.json','HeAje','isArray','QHbuZ','27897sCpXWp','RwdNB','yhmsw','โœ“\x20Removed\x20trailhead\x20marketplace','feature-tracker','Yxqha','xDVIu','lssgN','RoogY','3143175IgtEAL','8ZmQFRR','EJobp','close','bug-bash','1120339zTVEgH','stringify','78HrUGtN','ranger@trailhead','Nothing\x20to\x20clean\x20up.\x0a','@ranger-testing/opencode-plugin','1098PEszSp','TeoTj','HHwrO','1057260Nusyys','ZgMxb','VgSWu','โœ“\x20Removed\x20user\x20skill:\x20','cLqJT','utf-8','project','plugin','pINwY','error'];_0x1fd3=function(){return _0x22a5c3;};return _0x1fd3();}import{getProjectSkillsDir,getUserSkillsDir}from'./utils/claudeConfig.js';import{getRangerDir}from'./utils/rangerRoot.js';import{getCacheFile}from'./utils/sessionCache.js';import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=[_0x490d4e(0x1c3),_0x490d4e(0x1dd),_0x490d4e(0x1aa),'e2e-test-recommender'],opencodePluginName=_0x490d4e(0x1b0);function _0x1ea3(_0x1f6436,_0x3a6a7e){_0x1f6436=_0x1f6436-0x1a2;const _0x1fd3d1=_0x1fd3();let _0x1ea317=_0x1fd3d1[_0x1f6436];return _0x1ea317;}function parseJsonc(_0x158c13){const _0x111483=_0x490d4e,_0x2df33b=_0x158c13['replace'](/\/\*[\s\S]*?\*\//g,''),_0x5024eb=_0x2df33b[_0x111483(0x1ca)](/^\s*\/\/.*$/gm,''),_0x9d7ffa=_0x5024eb[_0x111483(0x1ca)](/,\s*([}\]])/g,'$1');return JSON['parse'](_0x9d7ffa);}async function removeOpencodePluginConfig(_0x5d469e){const _0x4cbcda=_0x490d4e,_0x3c4c3d={'GejRd':function(_0x597f55,_0x328928){return _0x597f55!==_0x328928;},'TeoTj':function(_0x1e31b5,_0x462082){return _0x1e31b5!==_0x462082;},'RoogY':function(_0x3232bd,_0x517c57){return _0x3232bd(_0x517c57);},'DaqmL':function(_0x408721,_0x1f5ff7){return _0x408721===_0x1f5ff7;},'HHwrO':function(_0x5f1097,_0x47f75a){return _0x5f1097+_0x47f75a;}};if(!existsSync(_0x5d469e))return![];let _0x358da5;try{const _0x4488af=await readFile(_0x5d469e,_0x4cbcda(0x1b9));_0x358da5=_0x3c4c3d[_0x4cbcda(0x1a5)](parseJsonc,_0x4488af);}catch{return![];}const _0x13fd2f=Array[_0x4cbcda(0x1d7)](_0x358da5[_0x4cbcda(0x1bb)])?_0x358da5['plugin']:[];if(_0x3c4c3d[_0x4cbcda(0x1c9)](_0x13fd2f[_0x4cbcda(0x1ce)],0x0))return![];const _0x24c0b6=_0x13fd2f['filter'](_0x5af6b5=>{const _0x3f6800=_0x4cbcda;if(_0x3c4c3d['GejRd'](typeof _0x5af6b5,'string'))return!![];return _0x3c4c3d[_0x3f6800(0x1b2)](_0x5af6b5,opencodePluginName);});if(_0x3c4c3d['DaqmL'](_0x24c0b6['length'],_0x13fd2f[_0x4cbcda(0x1ce)]))return![];return _0x24c0b6['length']===0x0?delete _0x358da5['plugin']:_0x358da5[_0x4cbcda(0x1bb)]=_0x24c0b6,await writeFile(_0x5d469e,_0x3c4c3d[_0x4cbcda(0x1b3)](JSON[_0x4cbcda(0x1ac)](_0x358da5,null,0x2),'\x0a')),!![];}async function uninstallClaudePlugin(_0x3903cc){const _0x353e1e=_0x490d4e,_0x1b92c7={'ZgMxb':'uninstall','OLMva':'claude','OCuTx':_0x353e1e(0x1cd),'HeAje':function(_0x22c389,_0x138543){return _0x22c389===_0x138543;},'DzxZn':'close','EJobp':_0x353e1e(0x1bd)};return new Promise(_0x417361=>{const _0x254aa6=_0x353e1e,_0x29203b={'QVEOO':function(_0x131037,_0x512211){return _0x131037(_0x512211);}},_0x2b8b2a=['plugin',_0x1b92c7[_0x254aa6(0x1b5)],_0x254aa6(0x1ae)];_0x3903cc&&_0x2b8b2a[_0x254aa6(0x1c8)](_0x254aa6(0x1c4),_0x3903cc);const _0x4f370d=spawn(_0x1b92c7[_0x254aa6(0x1c1)],_0x2b8b2a,{'stdio':_0x1b92c7['OCuTx'],'shell':_0x1b92c7[_0x254aa6(0x1d6)](process['platform'],_0x254aa6(0x1d4))});_0x4f370d['on'](_0x1b92c7[_0x254aa6(0x1d1)],_0x5e3beb=>{_0x29203b['QVEOO'](_0x417361,_0x5e3beb===0x0);}),_0x4f370d['on'](_0x1b92c7[_0x254aa6(0x1a8)],()=>{_0x417361(![]);});});}async function removeMarketplace(){const _0x318e59=_0x490d4e,_0x346710={'gDcLb':function(_0x343b62,_0x1281b1,_0x31cafb,_0x3442d2){return _0x343b62(_0x1281b1,_0x31cafb,_0x3442d2);},'KuMRO':'plugin','VgSWu':'marketplace','WribM':_0x318e59(0x1bf),'BmlpI':function(_0x43be18,_0x1ac645){return _0x43be18===_0x1ac645;},'uVnxZ':_0x318e59(0x1a9)};return new Promise(_0x7c4513=>{const _0xc89020=_0x318e59,_0x573cf0=_0x346710['gDcLb'](spawn,'claude',[_0x346710[_0xc89020(0x1c2)],_0x346710[_0xc89020(0x1b6)],'remove',_0x346710['WribM']],{'stdio':'pipe','shell':_0x346710['BmlpI'](process['platform'],_0xc89020(0x1d4))});_0x573cf0['on'](_0x346710['uVnxZ'],_0x220781=>{_0x7c4513(_0x220781===0x0);}),_0x573cf0['on'](_0xc89020(0x1bd),()=>{_0x7c4513(![]);});});}export async function clean(){const _0x1eb617=_0x490d4e,_0x59e368={'VBvks':function(_0x1bd367){return _0x1bd367();},'LECKA':'โœ“\x20Removed\x20stored\x20credentials','RDAUP':function(_0x39593c){return _0x39593c();},'pINwY':function(_0x3f6da4,_0xaef32e){return _0x3f6da4(_0xaef32e);},'QHbuZ':function(_0x23cb51,_0x17ee64){return _0x23cb51(_0x17ee64);},'cLqJT':function(_0x408513,_0xcc1f48,_0x5eb67a){return _0x408513(_0xcc1f48,_0x5eb67a);},'yhmsw':_0x1eb617(0x1ba),'Yxqha':'โœ“\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)','xDVIu':_0x1eb617(0x1d3),'Vpvqk':'opencode.json','iamTs':function(_0x385350){return _0x385350();},'rjAlT':function(_0x4ec337){return _0x4ec337();},'lssgN':_0x1eb617(0x1cb),'RwdNB':_0x1eb617(0x1af)};console[_0x1eb617(0x1be)](_0x1eb617(0x1cc));let _0x1a695a=![];try{await _0x59e368['VBvks'](deleteAllCredentials),console['log'](_0x59e368['LECKA']),_0x1a695a=!![];}catch{}const _0x418c60=_0x59e368[_0x1eb617(0x1c5)](getCacheFile);_0x59e368[_0x1eb617(0x1bc)](existsSync,_0x418c60)&&(await _0x59e368['QHbuZ'](rm,_0x418c60),_0x1a695a=!![]);const _0x4e1f0b=getRangerDir();existsSync(_0x4e1f0b)&&(await rm(_0x4e1f0b,{'recursive':!![]}),console['log'](_0x1eb617(0x1c6)),_0x1a695a=!![]);const _0x2e40dd=getProjectSkillsDir();for(const _0x5e5eae of skillsToRemove){const _0x38baf9=join(_0x2e40dd,_0x5e5eae);existsSync(_0x38baf9)&&(await rm(_0x38baf9,{'recursive':!![]}),console[_0x1eb617(0x1be)]('โœ“\x20Removed\x20project\x20skill:\x20'+_0x5e5eae),_0x1a695a=!![]);}const _0x3705ad=getUserSkillsDir();for(const _0x489eef of skillsToRemove){const _0x1747d1=_0x59e368['cLqJT'](join,_0x3705ad,_0x489eef);existsSync(_0x1747d1)&&(await rm(_0x1747d1,{'recursive':!![]}),console[_0x1eb617(0x1be)](_0x1eb617(0x1b7)+_0x489eef),_0x1a695a=!![]);}const _0x4f40bb=getOpencodeSkillsDir(_0x59e368[_0x1eb617(0x1db)]);for(const _0x1659f2 of skillsToRemove){const _0x80351d=_0x59e368['cLqJT'](join,_0x4f40bb,_0x1659f2);_0x59e368[_0x1eb617(0x1d8)](existsSync,_0x80351d)&&(await rm(_0x80351d,{'recursive':!![]}),console['log']('โœ“\x20Removed\x20OpenCode\x20project\x20skill:\x20'+_0x1659f2),_0x1a695a=!![]);}const _0x4479cc=getOpencodeSkillsDir(_0x1eb617(0x1d3));for(const _0x35c5e2 of skillsToRemove){const _0x169df3=join(_0x4479cc,_0x35c5e2);existsSync(_0x169df3)&&(await rm(_0x169df3,{'recursive':!![]}),console['log']('โœ“\x20Removed\x20OpenCode\x20user\x20skill:\x20'+_0x35c5e2),_0x1a695a=!![]);}const _0x37f1c6=join(_0x59e368[_0x1eb617(0x1d8)](getOpencodeConfigDir,_0x1eb617(0x1ba)),_0x1eb617(0x1d5));await _0x59e368['pINwY'](removeOpencodePluginConfig,_0x37f1c6)&&(console[_0x1eb617(0x1be)](_0x59e368[_0x1eb617(0x1a2)]),_0x1a695a=!![]);const _0x3b03a3=_0x59e368[_0x1eb617(0x1b8)](join,_0x59e368[_0x1eb617(0x1bc)](getOpencodeConfigDir,_0x59e368[_0x1eb617(0x1a3)]),_0x59e368['Vpvqk']);await removeOpencodePluginConfig(_0x3b03a3)&&(console[_0x1eb617(0x1be)]('โœ“\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)'),_0x1a695a=!![]);const _0xc0f463=await _0x59e368['iamTs'](uninstallClaudePlugin);_0xc0f463&&(console['log'](_0x1eb617(0x1d2)),_0x1a695a=!![]);const _0x29b6ec=await uninstallClaudePlugin(_0x1eb617(0x1ba));_0x29b6ec&&(console['log']('โœ“\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)'),_0x1a695a=!![]);const _0x5de960=await _0x59e368['rjAlT'](removeMarketplace);_0x5de960&&(console[_0x1eb617(0x1be)](_0x1eb617(0x1dc)),_0x1a695a=!![]),_0x1a695a?console['log'](_0x59e368[_0x1eb617(0x1a4)]):console[_0x1eb617(0x1be)](_0x59e368[_0x1eb617(0x1da)]);}