@ranger-testing/ranger-cli 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 _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)]();
2
+ const _0x13ddac=_0x1e03;(function(_0x233756,_0x5edbd2){const _0x1b9102=_0x1e03,_0x366083=_0x233756();while(!![]){try{const _0x20204a=parseInt(_0x1b9102(0x164))/0x1+parseInt(_0x1b9102(0x2bd))/0x2+parseInt(_0x1b9102(0x16e))/0x3+parseInt(_0x1b9102(0x199))/0x4+-parseInt(_0x1b9102(0x177))/0x5*(-parseInt(_0x1b9102(0x186))/0x6)+parseInt(_0x1b9102(0x1fb))/0x7+-parseInt(_0x1b9102(0x2b2))/0x8;if(_0x20204a===_0x5edbd2)break;else _0x366083['push'](_0x366083['shift']());}catch(_0x11b51b){_0x366083['push'](_0x366083['shift']());}}}(_0x5f32,0x885e8));import _0x43f0c5 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x25a74a=_0x1e03,_0x4c42a3={'mnOHK':function(_0x2142c7,_0x38e710){return _0x2142c7!==_0x38e710;},'nxDdN':function(_0xacacee,_0x506f26){return _0xacacee(_0x506f26);},'GVZwS':function(_0x37fa84,_0x43168f,_0x3253a5){return _0x37fa84(_0x43168f,_0x3253a5);},'WNJBk':_0x25a74a(0x1e7),'WYXzV':function(_0x462b17,_0x53f06f,_0x2a430d){return _0x462b17(_0x53f06f,_0x2a430d);}};let _0x57ca06=process[_0x25a74a(0x18f)]();const _0x50ee48=parse(_0x57ca06)['root'];while(_0x4c42a3[_0x25a74a(0x162)](_0x57ca06,_0x50ee48)){if(_0x4c42a3[_0x25a74a(0x263)](existsSync,_0x4c42a3['GVZwS'](join,_0x57ca06,_0x4c42a3['WNJBk']))||existsSync(_0x4c42a3['WYXzV'](join,_0x57ca06,_0x25a74a(0x24d))))return _0x57ca06;_0x57ca06=_0x4c42a3['nxDdN'](dirname,_0x57ca06);}return process['cwd']();}_0x43f0c5['config']({'path':join(findProjectRoot(),'.env')});import _0x57e7e3 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';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';function _0x5f32(){const _0x4d3080=['Scenario\x20index\x20(1-based)','bKxtm','tjbDz','wzXxc','QiYuc','get\x20<env>\x20<key>','resume','shNjY','gIPiS','use\x20<profile-name>','print-access-token','--checklist','ranger\x20env\x20update','message','fwqNY','map','key','unset\x20<env>\x20<key>','argv','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','Feature\x20review\x20description','clean','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','eBDMj','igvrn','euKcO','hNNfq','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','ranger\x20resume','name','hVbmj','UBVQy','nHcaV','EOdFT','usage','Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','use','ranger\x20profile\x20update','positional','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','debug-address-comments','debug-outcome','show\x20[id]','zPXOI','xDkNB','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','repeat','LIQEb','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','tOqvc','config','notes','You\x20must\x20specify\x20a\x20config\x20subcommand','list','ranger\x20profile\x20encrypt-auth','AChZz','cIHFZ','ySvbT','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','30284648ilRDSe','show','hHAGM','task','Reason:\x20','QJfTH','parse','jEKCf','asHIF','KIRsw','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','2122890KNOTcE','LRIsQ','eByJr','bDTOM','SdWeI','verified','IrnMS','DUcUF','BxQAv','config\x20set','evaluationReason','checklist','JcdWM','qcBrz','list\x20<profile>','skillup','WdOPN','lpBjO','ZNxhB','add-checklist-item\x20<description>','profile','lWZBB','mnOHK','edit-scenario','993321dTjhXE','GqKxZ','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','ShvSQ','login','Add\x20profile\x20configuration','xpPxi','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','start-path','zabqR','610446QbnFmO','XeQHa','zXsjn','UtwbR','description','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','ranger\x20feature\x20resume','Get\x20a\x20config\x20value','Name\x20of\x20the\x20environment\x20to\x20update','10zmhHsB','Install\x20scope\x20for\x20skills','\x20INCOMPLETE','QozXw','update','delete','HfoYd','ceMLq','set\x20<profile>\x20<key>\x20<value>','AeAnY','feature\x20list','pqlGI','limit','OEHqb','codCJ','2444346hRAqUU','AgZoj','AfjWO','lQZQA','json','ReSUN','skip-chromium','user','NySWI','cwd','help','Piqxx','uFmZe','ranger\x20use','vfCCu','ranger\x20restore','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','failed','exit','3602532LXNaQK','error','report','feature','Feature\x20review\x20ID\x20to\x20restore','option','ieQDt','BhgGE','project','config\x20get','AzZdc','current-branch','ranger\x20config\x20set','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','feature\x20get-feedback','EUlnw','incomplete','fLTdw','jKInd','okNuK','NyNyC','Manage\x20profile\x20configuration','gJDZX','profile\x20config\x20get','headed','startsWith','yFKoq','opencode','QIhlZ','Include\x20soft-deleted\x20feature\x20reviews','log','slice','Install\x20Ranger\x20skills','add\x20<profile-name>','ranger\x20delete','ranger\x20show','zRyVF','number','FdFjM','setup-ci\x20<token>','scenario','setup\x20[token]','List\x20all\x20feature\x20reviews','ranger\x20go','--notes','partial','token','force','ranger\x20start','OBaPD','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','boolean','NTFYA','OFdNd','kRVCf','gsBeg','auth','model','Akeuk','IoDyg','scope','severity','ZounN','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','hvazH','upFNw','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\x20config\x20set','Config\x20key\x20to\x20remove','ranger\x20create','jbejH','Profile\x20name','skip-auth','AnZoN','LMkCD','exclude-scenario','value','.ranger','get-review\x20[id]','exitCode','Name\x20of\x20the\x20profile\x20to\x20update','length','PiVxI','add-scenario\x20<description>','aRPpZ','uSLnc','wlInm','HyMlG','JmBJb','ranger\x20env\x20ls','\x0aUnknown\x20command:\x20','idKTY','safe-mode','jNsQV','fail','ranger\x20add-scenario','ranger\x20setup','2593402EHTUmE','command','ranger','issues','Number\x20of\x20feature\x20reviews\x20to\x20skip','uakfG','env','profile\x20config\x20list','ranger\x20feature\x20create','FNQSV','use\x20<env-name>','You\x20must\x20specify\x20an\x20env\x20subcommand','\x0aError:\x20','xgSpT','You\x20must\x20specify\x20a\x20profile\x20subcommand','zevMq','allow-insecure-localhost','profile\x20ls','array','Nhhhc','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','scriptName','include-deleted','feature\x20add-checklist-item','List\x20all\x20profiles','add\x20env\x20<env-name>','QCeVz','wShGl','ehWHj','status','zuhlM','enable','ranger\x20add\x20env','YszrG','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','GvkIz','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','QRfic','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','kxoWj','blocked','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','YTqDS','add\x20env','rwyNC','RAXUO','xpPlD','AJKgX','SHaVz','ZYejf','Switch\x20to\x20using\x20a\x20specific\x20profile','xHxBc','url','profile-name','Config\x20value','aYPYF','ByqUp','ranger\x20config\x20get','cfOPF','string','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','laeBb','List\x20all\x20config\x20for\x20a\x20profile','\x20FAILED','hGCCK','iFiSL','unhandledRejection','base-url','summary','get\x20<profile>\x20<key>','--scenario','profile\x20add','report\x20[id]','dzMvn','Config\x20key','Feature\x20review\x20name','config\x20list','\x20BLOCKED','Summary:\x20','Environment\x20name','.env','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','--profile','AocGn','cdp-endpoint','EwMeP','zQSOT','Hqbzp','Feature\x20review\x20ID','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','item','LyFiI','pjaFw','includes','NJcBe','RMKSY','env-name','sxpdE','uFciS','demandCommand','disable','XmCju','nxDdN','ROfqd','Manage\x20profiles','evaluation','dTaZG','FaBnF','session-id','gqQDV','JXOkD','oDqGn','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','Set\x20a\x20config\x20value','zNjoV','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','tVgdX','HsSaY','trackCommandError','AiAGV','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)'];_0x5f32=function(){return _0x4d3080;};return _0x5f32();}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'](_0x13ddac(0x23f),async _0x279b6b=>{const _0x5d0eca=_0x13ddac,_0x29ecfb={'knanS':function(_0x1f8672){return _0x1f8672();}},_0x2a9eeb=_0x29ecfb['knanS'](getCurrentCollector);_0x2a9eeb&&await _0x2a9eeb['trackCommandError'](_0x279b6b),process[_0x5d0eca(0x1e9)]=0x1;});const rawArgs=process['argv']['slice'](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=_0x13ddac(0x1dc),PROFILE_CONFIG_HELP=_0x13ddac(0x225);function _0x1e03(_0x4b0f5c,_0xd05aef){_0x4b0f5c=_0x4b0f5c-0x162;const _0x5f32a9=_0x5f32();let _0x1e03d1=_0x5f32a9[_0x4b0f5c];return _0x1e03d1;}function warnRenamed(_0xd67c5a,_0x120743){console['error']('\x0a'+_0xd67c5a+'\x20is\x20now\x20'+_0x120743+'\x0a');}function argUsed(_0x338c21){const _0xb90e80=_0x13ddac;return rawArgs['some'](_0x5b0b34=>_0x5b0b34===_0x338c21||_0x5b0b34[_0xb90e80(0x1b2)](_0x338c21+'='));}function warnFlagRenamed(_0x462c39,_0x2530e6,_0x5beb34){const _0x3cf25f={'GDoZG':function(_0x5db2c4,_0x33c6df,_0x2a4ea4){return _0x5db2c4(_0x33c6df,_0x2a4ea4);}};argUsed(_0x2530e6)&&_0x3cf25f['GDoZG'](warnRenamed,_0x462c39+'\x20'+_0x2530e6,_0x462c39+'\x20'+_0x5beb34);}async function runGoCommand(_0x2e506a,_0x3e6771=![]){const _0x24607e=_0x13ddac,_0x4c421e={'AzZdc':function(_0x11efdd,_0x4803ab){return _0x11efdd+_0x4803ab;},'lllUF':'--env','FdFjM':_0x24607e(0x24f),'nRUBJ':_0x24607e(0x1c4),'BhgGE':'--item','hHAGM':function(_0x5f115e,_0x43642e){return _0x5f115e(_0x43642e);},'igvrn':'verified','WdOPN':'\x20VERIFIED','AgZoj':function(_0x30e8ac,_0x2011f1){return _0x30e8ac===_0x2011f1;},'WyLFU':'incomplete','BXrrB':'partial','jEKCf':_0x24607e(0x24a),'sMsdE':_0x24607e(0x23c)};_0x3e6771&&warnRenamed('ranger\x20verify-feature','ranger\x20go');warnFlagRenamed('ranger\x20go',_0x4c421e['lllUF'],_0x4c421e[_0x24607e(0x1bf)]),warnFlagRenamed(_0x4c421e['nRUBJ'],'--task',_0x24607e(0x1c5)),warnFlagRenamed(_0x24607e(0x1c4),_0x4c421e[_0x24607e(0x1a0)],_0x24607e(0x243));const _0x403f27=await loadRangerConfig(),_0x521abb=isByokEnabled(),_0x2b7c67=_0x2e506a[_0x24607e(0x1d3)],_0x47a18f=_0x403f27['model'],_0x5e4ac8=await _0x4c421e[_0x24607e(0x2b4)](verifyFeature,{'featureId':_0x2e506a[_0x24607e(0x19c)],'profile':_0x2e506a['profile']??_0x2e506a[_0x24607e(0x201)],'notes':_0x2e506a[_0x24607e(0x2aa)]??_0x2e506a[_0x24607e(0x2b5)],'scenario':_0x2e506a[_0x24607e(0x1c1)]??_0x2e506a['item'],'startPath':_0x2e506a[_0x24607e(0x16c)],'debugOutcome':_0x2e506a[_0x24607e(0x2a0)],'debugAddressComments':_0x2e506a[_0x24607e(0x29f)],'headed':_0x2e506a['headed'],'byokEnabled':_0x521abb,'flagVerifyModel':_0x2b7c67,'configVerifyModel':_0x47a18f});console[_0x24607e(0x1b7)](_0x4c421e[_0x24607e(0x1a3)]('\x0a','='['repeat'](0x3c))),console['log'](_0x5e4ac8[_0x24607e(0x266)]===_0x4c421e[_0x24607e(0x28f)]?_0x4c421e[_0x24607e(0x2cd)]:_0x4c421e['AgZoj'](_0x5e4ac8['evaluation'],_0x4c421e['WyLFU'])?_0x24607e(0x179):_0x4c421e['AgZoj'](_0x5e4ac8['evaluation'],_0x4c421e['BXrrB'])?'\x20PARTIAL':_0x4c421e[_0x24607e(0x187)](_0x5e4ac8[_0x24607e(0x266)],_0x24607e(0x224))?_0x4c421e[_0x24607e(0x2b9)]:_0x4c421e['sMsdE']),console[_0x24607e(0x1b7)]('='[_0x24607e(0x2a5)](0x3c)),console['log'](_0x24607e(0x24b)+_0x5e4ac8[_0x24607e(0x241)]),console[_0x24607e(0x1b7)]('Evaluation:\x20'+_0x5e4ac8['evaluation']),console['log'](_0x24607e(0x2b6)+_0x5e4ac8[_0x24607e(0x2c7)]),_0x5e4ac8[_0x24607e(0x1fe)]?.[_0x24607e(0x1eb)]&&(console['log']('\x0aIssues:'),_0x5e4ac8[_0x24607e(0x1fe)]['forEach']((_0x30215b,_0x2053e4)=>{const _0x50ec5d=_0x24607e;console[_0x50ec5d(0x1b7)]('\x0a'+_0x4c421e[_0x50ec5d(0x1a3)](_0x2053e4,0x1)+'.\x20['+_0x30215b[_0x50ec5d(0x1d7)]+']\x20'+_0x30215b[_0x50ec5d(0x172)]);})),process[_0x24607e(0x198)](_0x5e4ac8[_0x24607e(0x266)]===_0x4c421e['igvrn']?0x0:0x1);}_0x57e7e3(process['argv']['slice'](0x2))[_0x13ddac(0x211)](_0x13ddac(0x1fd))['usage'](TOP_LEVEL_HELP)['version'](getCurrentVersion())[_0x13ddac(0x1fc)]('create\x20<name>',_0x13ddac(0x222),_0x4012da=>{const _0x367bc3=_0x13ddac,_0x2fb15d={'DBiZM':_0x367bc3(0x237),'uakfG':_0x367bc3(0x248),'oqiQp':_0x367bc3(0x172),'WGlxg':_0x367bc3(0x28b),'AocGn':'scenario','NToie':'array','QyvcB':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','jmslG':'checklist'};return _0x4012da['positional']('name',{'type':_0x2fb15d['DBiZM'],'description':_0x2fb15d[_0x367bc3(0x200)],'demandOption':!![]})['option'](_0x2fb15d['oqiQp'],{'type':_0x367bc3(0x237),'alias':'d','description':_0x2fb15d['WGlxg']})['option'](_0x2fb15d[_0x367bc3(0x250)],{'type':_0x2fb15d['NToie'],'alias':'c','description':_0x2fb15d['QyvcB']})['option'](_0x2fb15d['jmslG'],{'type':'array','hidden':!![]});},async _0x5ee36=>{const _0x4669bf=_0x13ddac,_0x9f5df7={'AfjWO':function(_0xd54a11,_0x477d9f,_0x4335ad,_0x5e939a){return _0xd54a11(_0x477d9f,_0x4335ad,_0x5e939a);},'WZvIm':_0x4669bf(0x1df),'rfwlC':_0x4669bf(0x282),'JXOkD':_0x4669bf(0x243),'HyMlG':'create'};_0x9f5df7[_0x4669bf(0x188)](warnFlagRenamed,_0x9f5df7['WZvIm'],_0x9f5df7['rfwlC'],_0x9f5df7[_0x4669bf(0x26b)]);const _0x445fca=_0x5ee36[_0x4669bf(0x1c1)]||_0x5ee36[_0x4669bf(0x2c8)];await withTelemetry(_0x9f5df7[_0x4669bf(0x1f1)],()=>featureCreate(_0x5ee36['name'],{'description':_0x5ee36['description'],'scenarios':_0x445fca}));})['command'](_0x13ddac(0x2ac),_0x13ddac(0x1c3),_0x4b8a33=>{const _0x361323=_0x13ddac,_0x5e4b77={'tjbDz':'current-branch','YszrG':_0x361323(0x1cb),'ReSUN':_0x361323(0x183),'xpPlD':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','IlwPS':'offset','jTASt':'boolean','lWZBB':_0x361323(0x1b6)};return _0x4b8a33[_0x361323(0x19e)](_0x5e4b77[_0x361323(0x279)],{'type':'boolean','description':_0x5e4b77[_0x361323(0x21d)]})[_0x361323(0x19e)](_0x5e4b77[_0x361323(0x18b)],{'type':_0x361323(0x1be),'alias':'l','description':_0x5e4b77[_0x361323(0x22a)],'default':0xa})['option'](_0x5e4b77['IlwPS'],{'type':_0x361323(0x1be),'alias':'o','description':_0x361323(0x1ff),'default':0x0})[_0x361323(0x19e)](_0x361323(0x212),{'type':_0x5e4b77['jTASt'],'alias':'d','description':_0x5e4b77[_0x361323(0x2d2)],'default':![]});},async _0x251780=>{const _0x34e149=_0x13ddac,_0x210fe0={'JcdWM':function(_0x407903,_0xaab6f9,_0x571482){return _0x407903(_0xaab6f9,_0x571482);},'ZNxhB':_0x34e149(0x2ac)};await _0x210fe0[_0x34e149(0x2c9)](withTelemetry,_0x210fe0[_0x34e149(0x2cf)],()=>featureList({'currentBranch':_0x251780[_0x34e149(0x1a4)],'limit':_0x251780[_0x34e149(0x183)],'offset':_0x251780['offset'],'includeDeleted':_0x251780[_0x34e149(0x212)]}));})['command'](_0x13ddac(0x2a1),'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x19d93c=>{const _0x54f2fd=_0x13ddac,_0x1adfbe={'UtwbR':'string','hNNfq':_0x54f2fd(0x255)};return _0x19d93c[_0x54f2fd(0x29d)]('id',{'type':_0x1adfbe[_0x54f2fd(0x171)],'description':_0x1adfbe[_0x54f2fd(0x291)]});},async _0x24d6a1=>{const _0x1ba31b=_0x13ddac;await withTelemetry(_0x1ba31b(0x2b3),()=>featureShow(_0x24d6a1['id']));})['command']('resume\x20[id]',_0x13ddac(0x28d),_0x32b96a=>{const _0x30ce80=_0x13ddac,_0x10356f={'mlUji':_0x30ce80(0x237),'euKcO':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'};return _0x32b96a[_0x30ce80(0x29d)]('id',{'type':_0x10356f['mlUji'],'description':_0x10356f[_0x30ce80(0x290)]});},async _0x2eeccf=>{const _0x139b0b=_0x13ddac,_0x9d1add={'gXZsO':function(_0x181928,_0x211b48,_0x2b1688){return _0x181928(_0x211b48,_0x2b1688);},'DPvxj':_0x139b0b(0x27d)};await _0x9d1add['gXZsO'](withTelemetry,_0x9d1add['DPvxj'],()=>featureResume(_0x2eeccf['id']));})[_0x13ddac(0x1fc)](_0x13ddac(0x1ed),'Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x1cc242=>{const _0x1062f7=_0x13ddac,_0x52b066={'yLZhK':_0x1062f7(0x172),'YTqDS':'string','idKTY':'Scenario\x20description','jKInd':_0x1062f7(0x196)};return _0x1cc242['positional'](_0x52b066['yLZhK'],{'type':_0x52b066[_0x1062f7(0x226)],'description':_0x52b066[_0x1062f7(0x1f5)],'demandOption':!![]})['option']('id',{'type':'string','description':_0x52b066[_0x1062f7(0x1ab)]});},async _0x3c01f3=>{const _0x34780d=_0x13ddac,_0x2e1e05={'hGCCK':function(_0x1ff519,_0x24bc78,_0x2eace2){return _0x1ff519(_0x24bc78,_0x2eace2);},'zuhlM':'add-scenario'};await _0x2e1e05[_0x34780d(0x23d)](withTelemetry,_0x2e1e05[_0x34780d(0x21a)],()=>featureAddScenario(_0x3c01f3['description'],_0x3c01f3['id']));})['command']('edit-scenario\x20<description>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x4cc5c6=>{const _0xcf2f2=_0x13ddac,_0x3662e8={'tZLMM':'New\x20scenario\x20description','shNjY':'scenario','kGxZJ':'number','uFmZe':_0xcf2f2(0x237),'GCuCN':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x4cc5c6[_0xcf2f2(0x29d)](_0xcf2f2(0x172),{'type':'string','description':_0x3662e8['tZLMM'],'demandOption':!![]})[_0xcf2f2(0x19e)](_0x3662e8[_0xcf2f2(0x27e)],{'type':_0x3662e8['kGxZJ'],'description':'Scenario\x20number\x20to\x20edit\x20(1-based)','demandOption':!![]})[_0xcf2f2(0x19e)]('id',{'type':_0x3662e8[_0xcf2f2(0x192)],'description':_0x3662e8['GCuCN']});},async _0x2ac9fb=>{const _0x4ff34c=_0x13ddac,_0xcdabce={'kxoWj':_0x4ff34c(0x163)};await withTelemetry(_0xcdabce[_0x4ff34c(0x223)],()=>featureEditScenario(_0x2ac9fb['description'],{'id':_0x2ac9fb['id'],'scenario':_0x2ac9fb[_0x4ff34c(0x1c1)]}));})['command'](_0x13ddac(0x245),'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0xf9b821=>{const _0x10444b=_0x13ddac,_0x18c9ce={'OFdNd':_0x10444b(0x255),'KjxEr':'exclude-scenario','UJsJm':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','CPorA':_0x10444b(0x18a),'ovDSw':_0x10444b(0x1cd)};return _0xf9b821[_0x10444b(0x29d)]('id',{'type':_0x10444b(0x237),'description':_0x18c9ce[_0x10444b(0x1cf)]})['option'](_0x18c9ce['KjxEr'],{'type':_0x10444b(0x20d),'description':_0x18c9ce['UJsJm']})[_0x10444b(0x19e)](_0x18c9ce['CPorA'],{'type':_0x18c9ce['ovDSw'],'description':_0x10444b(0x20f),'default':![]});},async _0x3ddcbc=>{const _0x2469e3=_0x13ddac,_0x2b5890={'RMKSY':_0x2469e3(0x1e5),'TVzlP':function(_0x584cc4,_0x3ee468,_0x38a8c9){return _0x584cc4(_0x3ee468,_0x38a8c9);},'ZounN':_0x2469e3(0x19b)},_0x398d3c=_0x3ddcbc[_0x2b5890[_0x2469e3(0x25c)]],_0x99d11a=_0x398d3c?_0x398d3c[_0x2469e3(0x286)](_0x566da3=>Number(_0x566da3)):undefined;await _0x2b5890['TVzlP'](withTelemetry,_0x2b5890[_0x2469e3(0x1d8)],()=>featureReportPrDescription(_0x3ddcbc['id'],{'excludeScenarios':_0x99d11a,'json':_0x3ddcbc['json']}));})['command'](_0x13ddac(0x1e8),_0x13ddac(0x173),_0x395ffe=>{const _0x3fcc15=_0x13ddac,_0x127c3e={'QCeVz':_0x3fcc15(0x196)};return _0x395ffe['positional']('id',{'type':'string','description':_0x127c3e[_0x3fcc15(0x216)]});},async _0x34b32a=>{const _0x35192c=_0x13ddac,_0x5afcc6={'fLTdw':function(_0x4867ab,_0x514486,_0x3aab38){return _0x4867ab(_0x514486,_0x3aab38);},'MPaKg':'get-review'};await _0x5afcc6[_0x35192c(0x1aa)](withTelemetry,_0x5afcc6['MPaKg'],()=>featureGetReview(_0x34b32a['id']));})['command']('delete\x20[id]',_0x13ddac(0x29e),_0x204833=>{const _0x3ec617=_0x13ddac;return _0x204833[_0x3ec617(0x29d)]('id',{'type':'string','description':_0x3ec617(0x255)});},async _0x2321c8=>{const _0x1f235e=_0x13ddac,_0x4329f9={'XeQHa':function(_0x59317a,_0x438f4c,_0xada1d5){return _0x59317a(_0x438f4c,_0xada1d5);}};await _0x4329f9[_0x1f235e(0x16f)](withTelemetry,_0x1f235e(0x17c),()=>featureDelete(_0x2321c8['id']));})['command']('restore\x20<id>','Restore\x20a\x20soft-deleted\x20feature\x20review',_0x4f7337=>{return _0x4f7337['positional']('id',{'type':'string','description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x4bb731=>{await withTelemetry('restore',()=>featureRestore(_0x4bb731['id']));})[_0x13ddac(0x1fc)](_0x13ddac(0x1c2),'Initialize\x20Ranger\x20in\x20your\x20project',_0x32dd05=>{const _0x522415=_0x13ddac,_0x1ccbf3={'QJfTH':'string','pGZZC':'scope','yFKoq':_0x522415(0x18d),'gsBeg':'project','sebKu':_0x522415(0x1c8),'gxIWw':_0x522415(0x1cd),'zXsjn':_0x522415(0x1b4),'EZRDj':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)'};return _0x32dd05[_0x522415(0x29d)]('token',{'type':_0x1ccbf3['QJfTH'],'description':_0x522415(0x28a)})[_0x522415(0x19e)](_0x522415(0x18c),{'type':'boolean','description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x1ccbf3['pGZZC'],{'type':_0x522415(0x237),'choices':[_0x1ccbf3[_0x522415(0x1b3)],_0x1ccbf3[_0x522415(0x1d1)]],'description':_0x522415(0x275)})['option'](_0x522415(0x230),{'type':_0x1ccbf3[_0x522415(0x2b7)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x1ccbf3['sebKu'],{'type':_0x1ccbf3['gxIWw'],'description':_0x522415(0x1a6),'default':![]})['option'](_0x1ccbf3[_0x522415(0x170)],{'type':'boolean','description':'Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','default':![]})['option'](_0x522415(0x20b),{'type':'boolean','description':_0x1ccbf3['EZRDj'],'default':![]});},async _0x398abf=>{const _0x5699a0=_0x13ddac,_0x593ae2={'ceMLq':'start'};await withTelemetry(_0x593ae2[_0x5699a0(0x17e)],_0x35ab8e=>start(_0x398abf['token'],{'skipChromium':_0x398abf[_0x5699a0(0x18c)],'scope':_0x398abf[_0x5699a0(0x1d6)],'url':_0x398abf[_0x5699a0(0x230)],'force':_0x398abf[_0x5699a0(0x1c8)],'opencode':_0x398abf['opencode'],'allowInsecureLocalhost':_0x398abf['allow-insecure-localhost']},_0x35ab8e));})['command'](_0x13ddac(0x1c0),'Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x1c45c1=>{const _0x42d2a1=_0x13ddac,_0x1f3a3b={'ZoQrT':'token','QIhlZ':_0x42d2a1(0x237),'pRkNK':'Ranger\x20API\x20token','zuUyD':_0x42d2a1(0x240),'iFiSL':_0x42d2a1(0x1cd)};return _0x1c45c1['positional'](_0x1f3a3b['ZoQrT'],{'type':_0x1f3a3b[_0x42d2a1(0x1b5)],'description':_0x1f3a3b['pRkNK'],'demandOption':!![]})['option'](_0x42d2a1(0x2d1),{'type':_0x1f3a3b['QIhlZ'],'description':_0x42d2a1(0x238)})[_0x42d2a1(0x19e)](_0x1f3a3b['zuUyD'],{'type':_0x42d2a1(0x237),'description':_0x42d2a1(0x220)})['option'](_0x42d2a1(0x18c),{'type':_0x1f3a3b[_0x42d2a1(0x23e)],'description':'Skip\x20Chromium\x20browser\x20installation','default':![]});},async _0x482fac=>{const _0x1e0a78=_0x13ddac,_0x5ad7e0={'agMIn':function(_0x3a16dc,_0x766644,_0x550a00){return _0x3a16dc(_0x766644,_0x550a00);}};await _0x5ad7e0['agMIn'](withTelemetry,'setup-ci',_0x395d27=>setupCi(_0x482fac[_0x1e0a78(0x1c7)],{'profile':_0x482fac[_0x1e0a78(0x2d1)],'baseUrl':_0x482fac[_0x1e0a78(0x240)],'skipChromium':_0x482fac[_0x1e0a78(0x18c)]},_0x395d27));})['command'](_0x13ddac(0x168),'Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)',()=>{},async()=>{await withTelemetry('login',()=>login());})['command'](_0x13ddac(0x2cc),_0x13ddac(0x1b9),_0x3dbb47=>{const _0x2f09ba=_0x13ddac,_0x2be464={'CYJOO':'Install\x20skills\x20for\x20OpenCode','oDqGn':_0x2f09ba(0x1d6),'qcBrz':'project','jNUbb':_0x2f09ba(0x178)};return _0x3dbb47[_0x2f09ba(0x19e)](_0x2f09ba(0x1b4),{'type':_0x2f09ba(0x1cd),'description':_0x2be464['CYJOO'],'default':![]})[_0x2f09ba(0x19e)](_0x2be464[_0x2f09ba(0x26c)],{'type':'string','choices':['user',_0x2be464[_0x2f09ba(0x2ca)]],'description':_0x2be464['jNUbb']});},async _0x49cdf1=>{const _0x283ab3=_0x13ddac,_0x1cc80e={'okNuK':function(_0x1d9fa0,_0xf86095,_0x5e00ac){return _0x1d9fa0(_0xf86095,_0x5e00ac);},'gHTTj':'skillup'},_0x1b72d0=Boolean(_0x49cdf1[_0x283ab3(0x1b4)]);await _0x1cc80e[_0x283ab3(0x1ac)](withTelemetry,_0x1cc80e['gHTTj'],()=>skillup({'autoInstall':_0x49cdf1[_0x283ab3(0x1d6)],'platform':_0x1b72d0?'opencode':'claude'}));})['command']('clean',_0x13ddac(0x2a4),()=>{},async()=>{const _0x74892c=_0x13ddac,_0x1047fc={'TfDNS':function(_0x47ace9,_0x37126b,_0x28c512){return _0x47ace9(_0x37126b,_0x28c512);}};await _0x1047fc['TfDNS'](withTelemetry,_0x74892c(0x28c),()=>clean());})[_0x13ddac(0x1fc)]('profile',_0x13ddac(0x265),_0x3cd36d=>{const _0x5d622c=_0x13ddac,_0x51171d={'lQZQA':'string','utMwp':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','HsSaY':_0x5d622c(0x1cd),'blKip':'skip-auth','eLrcC':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','iVXYG':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','esBZN':_0x5d622c(0x251),'AapHz':_0x5d622c(0x20b),'Akeuk':'setup-header','YPoJM':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','lpBjO':_0x5d622c(0x1a1),'UdxnP':_0x5d622c(0x244),'Hqbzp':_0x5d622c(0x231),'sRnJI':function(_0x232f73,_0xe1101a,_0x252904){return _0x232f73(_0xe1101a,_0x252904);},'aBIQw':'profile\x20use','Cfmhh':'Profile\x20name','pjaFw':_0x5d622c(0x292),'LMkCD':function(_0x35cee,_0x32cbd3,_0x1e8690){return _0x35cee(_0x32cbd3,_0x1e8690);},'ucwYY':'profile\x20update','tVgdX':'profile','DbpDK':_0x5d622c(0x1e6),'cuqCc':'key','htjSm':_0x5d622c(0x1de),'PmsGq':_0x5d622c(0x247),'BXGnO':_0x5d622c(0x17f),'xHxBc':_0x5d622c(0x26e),'ySvbT':_0x5d622c(0x242),'zRyVF':_0x5d622c(0x2cb),'KIRsw':_0x5d622c(0x23b),'QiYuc':_0x5d622c(0x280),'LJyxl':_0x5d622c(0x22e),'SdWeI':'encrypt-auth\x20<profile>','agGXn':'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','nnNVz':_0x5d622c(0x214),'tiZFg':'Update\x20authentication\x20for\x20an\x20existing\x20profile','UaIPj':'config','gIPiS':_0x5d622c(0x209)};return _0x3cd36d[_0x5d622c(0x299)](PROFILE_HELP)['command'](_0x5d622c(0x1ba),_0x5d622c(0x169),_0x540df5=>{const _0xbf53e4=_0x5d622c;return _0x540df5['positional'](_0xbf53e4(0x231),{'type':_0x51171d[_0xbf53e4(0x189)],'description':_0x51171d['utMwp'],'demandOption':!![]})['option']('ci',{'type':_0x51171d[_0xbf53e4(0x272)],'description':_0xbf53e4(0x2a7),'default':![]})['option'](_0x51171d['blKip'],{'type':_0x51171d['HsSaY'],'description':_0x51171d['eLrcC'],'default':![]})[_0xbf53e4(0x19e)](_0xbf53e4(0x230),{'type':_0x51171d['lQZQA'],'description':_0x51171d['iVXYG']})[_0xbf53e4(0x19e)]('force',{'type':_0x51171d[_0xbf53e4(0x272)],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x51171d['esBZN'],{'type':_0xbf53e4(0x237),'description':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.'})['option'](_0x51171d['AapHz'],{'type':'boolean','description':_0xbf53e4(0x292),'default':![]})['option'](_0xbf53e4(0x1f6),{'type':_0x51171d['HsSaY'],'description':_0xbf53e4(0x270),'default':![]})['option'](_0x51171d[_0xbf53e4(0x1d4)],{'type':_0x51171d['lQZQA'],'array':!![],'description':_0x51171d['YPoJM']})[_0xbf53e4(0x19e)]('scope',{'type':_0x51171d['lQZQA'],'choices':['user',_0x51171d[_0xbf53e4(0x2ce)]],'description':_0xbf53e4(0x21e)});},async _0x1232fa=>{const _0x3d6cee=_0x5d622c;await withTelemetry(_0x51171d['UdxnP'],_0x111759=>addEnv(_0x1232fa['profile-name'],{'ci':_0x1232fa['ci'],'skipAuth':_0x1232fa[_0x3d6cee(0x1e2)],'url':_0x1232fa[_0x3d6cee(0x230)],'force':_0x1232fa[_0x3d6cee(0x1c8)],'cdpEndpoint':_0x1232fa['cdp-endpoint'],'allowInsecureLocalhost':_0x1232fa[_0x3d6cee(0x20b)],'safeMode':_0x1232fa[_0x3d6cee(0x1f6)],'setupHeader':_0x1232fa['setup-header'],'scope':_0x1232fa[_0x3d6cee(0x1d6)]},_0x111759),{'isElectron':Boolean(_0x1232fa[_0x51171d['esBZN']])});})[_0x5d622c(0x1fc)](_0x51171d[_0x5d622c(0x27b)],_0x51171d['LJyxl'],_0x155a4b=>{const _0x2caf65=_0x5d622c;return _0x155a4b[_0x2caf65(0x29d)](_0x51171d[_0x2caf65(0x254)],{'type':'string','description':'Name\x20of\x20the\x20profile','demandOption':!![]});},async _0x5d11b4=>{await _0x51171d['sRnJI'](withTelemetry,_0x51171d['aBIQw'],()=>useEnv(_0x5d11b4['profile-name']));})[_0x5d622c(0x1fc)](_0x51171d[_0x5d622c(0x2c1)],_0x51171d['agGXn'],_0x51ec6a=>{const _0x12ac7d=_0x5d622c;return _0x51ec6a['positional'](_0x12ac7d(0x2d1),{'type':_0x12ac7d(0x237),'description':_0x51171d['Cfmhh'],'demandOption':!![]});},async _0x4929d2=>{await withTelemetry('profile\x20encrypt-auth',()=>authEncrypt(_0x4929d2['profile']));})['command']('ls',_0x51171d['nnNVz'],()=>{},async()=>{const _0x1a0bb2=_0x5d622c;await withTelemetry(_0x1a0bb2(0x20c),()=>envList());})['command']('update\x20<profile-name>',_0x51171d['tiZFg'],_0x2d7fea=>{const _0x406dbc=_0x5d622c;return _0x2d7fea[_0x406dbc(0x29d)](_0x51171d[_0x406dbc(0x254)],{'type':_0x51171d[_0x406dbc(0x189)],'description':_0x406dbc(0x1ea),'demandOption':!![]})[_0x406dbc(0x19e)](_0x51171d['AapHz'],{'type':_0x406dbc(0x1cd),'description':_0x51171d[_0x406dbc(0x259)]});},async _0x73eb66=>{const _0xde25a5=_0x5d622c;await _0x51171d[_0xde25a5(0x1e4)](withTelemetry,_0x51171d['ucwYY'],_0x3ba4ed=>updateEnv(_0x73eb66['profile-name'],_0x3ba4ed,{'allowInsecureLocalhost':_0x73eb66['allow-insecure-localhost']}));})['command'](_0x51171d['UaIPj'],_0x5d622c(0x1ae),_0x48a757=>{const _0x3b5d9b=_0x5d622c,_0x2bf812={'ZYejf':function(_0x15c7b6,_0x2270b3,_0x5922d7){const _0x16e97f=_0x1e03;return _0x51171d[_0x16e97f(0x1e4)](_0x15c7b6,_0x2270b3,_0x5922d7);},'XRHsd':'Profile\x20name','pqlGI':_0x51171d['PmsGq']};return _0x48a757['usage'](PROFILE_CONFIG_HELP)[_0x3b5d9b(0x1fc)](_0x51171d['BXGnO'],_0x51171d[_0x3b5d9b(0x22f)],_0x12d365=>{const _0x568070=_0x3b5d9b;return _0x12d365[_0x568070(0x29d)](_0x51171d[_0x568070(0x271)],{'type':_0x51171d[_0x568070(0x189)],'description':_0x51171d['Cfmhh'],'demandOption':!![]})['positional'](_0x568070(0x287),{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','demandOption':!![]})['positional'](_0x51171d['DbpDK'],{'type':_0x568070(0x237),'description':_0x568070(0x232),'demandOption':!![]});},async _0x43afcc=>{const _0x350588=_0x3b5d9b;await _0x2bf812['ZYejf'](withTelemetry,_0x350588(0x1dd),()=>configSet(_0x43afcc[_0x350588(0x2d1)],_0x43afcc['key'],_0x43afcc[_0x350588(0x1e6)]));})['command'](_0x51171d[_0x3b5d9b(0x2b0)],_0x3b5d9b(0x175),_0x542f2a=>{const _0xb7fe41=_0x3b5d9b;return _0x542f2a[_0xb7fe41(0x29d)]('profile',{'type':'string','description':_0x2bf812['XRHsd'],'demandOption':!![]})['positional']('key',{'type':'string','description':_0x2bf812[_0xb7fe41(0x182)],'demandOption':!![]});},async _0x5a8fcb=>{const _0x5ece2a=_0x3b5d9b;await withTelemetry(_0x5ece2a(0x1b0),()=>configGet(_0x5a8fcb[_0x5ece2a(0x2d1)],_0x5a8fcb['key']));})[_0x3b5d9b(0x1fc)](_0x51171d[_0x3b5d9b(0x1bd)],_0x51171d[_0x3b5d9b(0x2bb)],_0x404f1f=>{const _0x3e9e93=_0x3b5d9b;return _0x404f1f[_0x3e9e93(0x29d)]('profile',{'type':_0x51171d[_0x3e9e93(0x189)],'description':_0x3e9e93(0x1e1),'demandOption':!![]});},async _0x2791e5=>{const _0x2e6fa8=_0x3b5d9b;await _0x2bf812[_0x2e6fa8(0x22d)](withTelemetry,_0x2e6fa8(0x202),()=>configList(_0x2791e5['profile']));})['command']('unset\x20<profile>\x20<key>','Remove\x20a\x20config\x20value',_0x4b9c79=>{const _0x1ff03b=_0x3b5d9b;return _0x4b9c79['positional'](_0x51171d['tVgdX'],{'type':'string','description':_0x51171d['Cfmhh'],'demandOption':!![]})[_0x1ff03b(0x29d)](_0x51171d['cuqCc'],{'type':_0x1ff03b(0x237),'description':_0x51171d['htjSm'],'demandOption':!![]});},async _0x3163cd=>{const _0x58180a=_0x3b5d9b;await withTelemetry('profile\x20config\x20unset',()=>configUnset(_0x3163cd['profile'],_0x3163cd[_0x58180a(0x287)]));})[_0x3b5d9b(0x260)](0x1,_0x3b5d9b(0x166));})[_0x5d622c(0x260)](0x1,_0x51171d[_0x5d622c(0x27f)]);})[_0x13ddac(0x1fc)]('status','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x5849dc=_0x13ddac,_0x5a1cd0={'SHaVz':_0x5849dc(0x219)};await withTelemetry(_0x5a1cd0[_0x5849dc(0x22c)],()=>status());})[_0x13ddac(0x1fc)](_0x13ddac(0x17b),_0x13ddac(0x26d),()=>{},async()=>{const _0x2b6132=_0x13ddac,_0x3d1818={'gntkY':_0x2b6132(0x17b)};await withTelemetry(_0x3d1818['gntkY'],()=>update());})['command']('print-access-token','Print\x20the\x20current\x20CLI\x20access\x20token',()=>{},async()=>{const _0x430b6c=_0x13ddac,_0x268960={'EOdFT':'No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','dzDHm':_0x430b6c(0x281)};await withTelemetry(_0x268960['dzDHm'],async()=>{const _0x5efd1a=_0x430b6c,_0x352a0e=await getToken();if(!_0x352a0e)throw new Error(_0x268960[_0x5efd1a(0x298)]);console['log'](_0x352a0e);});})['command']('go',_0x13ddac(0x2bc),_0x4b7210=>{const _0xaf99a=_0x13ddac,_0x458b5a={'AnZoN':_0xaf99a(0x237),'FaBnF':'Optional\x20feature\x20ID','vfCCu':_0xaf99a(0x2d1),'LIQEb':_0xaf99a(0x2aa),'xDkNB':_0xaf99a(0x1c1),'ZTskw':_0xaf99a(0x1be),'rZNAJ':_0xaf99a(0x16b),'IrnMS':_0xaf99a(0x1b1),'vXUZA':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','bKxtm':'debug-outcome','tOqvc':'failed','QRfic':_0xaf99a(0x201),'eByJr':'item'};return _0x4b7210[_0xaf99a(0x19e)](_0xaf99a(0x19c),{'type':_0x458b5a[_0xaf99a(0x1e3)],'description':_0x458b5a[_0xaf99a(0x268)]})['option'](_0x458b5a[_0xaf99a(0x194)],{'type':_0x458b5a[_0xaf99a(0x1e3)],'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})[_0xaf99a(0x19e)](_0x458b5a[_0xaf99a(0x2a6)],{'type':_0xaf99a(0x237),'description':_0xaf99a(0x24e)})['option'](_0x458b5a[_0xaf99a(0x2a3)],{'type':_0x458b5a['ZTskw'],'description':_0xaf99a(0x277)})['option']('start-path',{'type':_0xaf99a(0x237),'description':_0x458b5a['rZNAJ']})['option']('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.'})['option'](_0x458b5a[_0xaf99a(0x2c3)],{'type':'boolean','description':_0x458b5a['vXUZA'],'default':![]})[_0xaf99a(0x19e)](_0x458b5a[_0xaf99a(0x278)],{'type':'string','hidden':!![],'choices':['verified',_0xaf99a(0x1c6),'blocked',_0x458b5a[_0xaf99a(0x2a8)],_0xaf99a(0x1a9)]})['option'](_0xaf99a(0x29f),{'type':'boolean','hidden':!![]})['option'](_0x458b5a[_0xaf99a(0x221)],{'type':'string','hidden':!![]})[_0xaf99a(0x19e)]('task',{'type':'string','hidden':!![]})[_0xaf99a(0x19e)](_0x458b5a[_0xaf99a(0x2bf)],{'type':_0xaf99a(0x1be),'hidden':!![]});},async _0x36be09=>{const _0x1fb570=_0x13ddac,_0x2ba768={'gqQDV':function(_0x560259,_0x4a8bb6){return _0x560259(_0x4a8bb6);}};await _0x2ba768[_0x1fb570(0x26a)](runGoCommand,_0x36be09);})['command'](_0x13ddac(0x1d2),![],_0x4f9e57=>{const _0x572b3c=_0x13ddac,_0x5aae8a={'jbejH':'string','codCJ':_0x572b3c(0x1e1),'cfOPF':'encrypt\x20<profile>'};return _0x4f9e57['command'](_0x5aae8a[_0x572b3c(0x236)],![],_0xcc6664=>{const _0x4f1e91=_0x572b3c;return _0xcc6664['positional'](_0x4f1e91(0x2d1),{'type':_0x5aae8a[_0x4f1e91(0x1e0)],'description':_0x5aae8a[_0x4f1e91(0x185)],'demandOption':!![]});},async _0x45345c=>{const _0x357f13=_0x572b3c;warnRenamed('ranger\x20auth\x20encrypt',_0x357f13(0x2ad)),await authEncrypt(_0x45345c[_0x357f13(0x2d1)]);})[_0x572b3c(0x260)](0x1,'You\x20must\x20specify\x20an\x20auth\x20subcommand');},()=>{})['command']('start\x20[token]',![],_0x234781=>{const _0x253865=_0x13ddac,_0x4d725a={'ShvSQ':'token','bmjqX':_0x253865(0x28a),'xmTNG':'skip-chromium','OEHqb':'scope','UvilM':'string','IoDyg':_0x253865(0x18d),'rghRt':_0x253865(0x275),'Nhhhc':'force'};return _0x234781['positional'](_0x4d725a[_0x253865(0x167)],{'type':_0x253865(0x237),'description':_0x4d725a['bmjqX']})[_0x253865(0x19e)](_0x4d725a['xmTNG'],{'type':_0x253865(0x1cd),'description':_0x253865(0x1d9),'default':![]})['option'](_0x4d725a[_0x253865(0x184)],{'type':_0x4d725a['UvilM'],'choices':[_0x4d725a[_0x253865(0x1d5)],'project'],'description':_0x4d725a['rghRt']})['option']('url',{'type':_0x4d725a['UvilM'],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x4d725a[_0x253865(0x20e)],{'type':'boolean','description':_0x253865(0x1a6),'default':![]});},async _0x2ea7dd=>{const _0x2f1417=_0x13ddac,_0x2fc766={'qlCEA':_0x2f1417(0x1c9),'nlhrz':function(_0xe1a31e,_0x2c49b7,_0x274468){return _0xe1a31e(_0x2c49b7,_0x274468);}};warnRenamed(_0x2fc766['qlCEA'],_0x2f1417(0x1fa)),await _0x2fc766['nlhrz'](withTelemetry,'start',_0x5c1d11=>start(_0x2ea7dd['token'],{'skipChromium':_0x2ea7dd[_0x2f1417(0x18c)],'scope':_0x2ea7dd[_0x2f1417(0x1d6)],'url':_0x2ea7dd[_0x2f1417(0x230)],'force':_0x2ea7dd['force']},_0x5c1d11));})['command']('verify-feature',![],_0x3d0a61=>{const _0x37f8d2=_0x13ddac,_0x30d909={'zPXOI':'env','ZJkSR':_0x37f8d2(0x239),'XmCju':_0x37f8d2(0x237),'SvSHX':_0x37f8d2(0x277),'lqshD':'profile','wdYmr':'notes','PiVxI':'scenario','aRPpZ':_0x37f8d2(0x1be),'AChZz':_0x37f8d2(0x16c),'QozXw':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','EkZYe':_0x37f8d2(0x1b1),'nZLSb':_0x37f8d2(0x1cd),'qKwnl':_0x37f8d2(0x2c2)};return _0x3d0a61['option'](_0x30d909[_0x37f8d2(0x2a2)],{'type':'string','description':_0x30d909['ZJkSR']})[_0x37f8d2(0x19e)]('task',{'type':_0x30d909[_0x37f8d2(0x262)],'description':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)'})[_0x37f8d2(0x19e)](_0x37f8d2(0x257),{'type':_0x37f8d2(0x1be),'description':_0x30d909['SvSHX']})[_0x37f8d2(0x19e)](_0x30d909['lqshD'],{'type':_0x30d909['XmCju'],'hidden':!![]})['option'](_0x30d909['wdYmr'],{'type':_0x30d909[_0x37f8d2(0x262)],'hidden':!![]})['option'](_0x30d909[_0x37f8d2(0x1ec)],{'type':_0x30d909[_0x37f8d2(0x1ee)],'hidden':!![]})[_0x37f8d2(0x19e)](_0x30d909[_0x37f8d2(0x2ae)],{'type':_0x30d909['XmCju'],'description':_0x30d909[_0x37f8d2(0x17a)]})['option'](_0x37f8d2(0x1d3),{'type':'string','hidden':!![]})['option'](_0x30d909['EkZYe'],{'type':_0x30d909['nZLSb'],'hidden':!![],'default':![]})[_0x37f8d2(0x19e)](_0x37f8d2(0x2a0),{'type':_0x30d909[_0x37f8d2(0x262)],'hidden':!![],'choices':[_0x30d909['qKwnl'],'partial','blocked',_0x37f8d2(0x197),'incomplete']});},async _0x1feb6e=>{await runGoCommand(_0x1feb6e,!![]);})['command'](_0x13ddac(0x215),![],_0xf06c75=>{const _0x356cbb=_0x13ddac,_0x54e2bd={'BytjV':'string','uCtLK':_0x356cbb(0x29a),'DrAXg':'skip-auth','GvkIz':_0x356cbb(0x256)};return _0xf06c75['positional']('env-name',{'type':_0x54e2bd['BytjV'],'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':_0x356cbb(0x1cd),'description':_0x54e2bd['uCtLK'],'default':![]})[_0x356cbb(0x19e)](_0x54e2bd['DrAXg'],{'type':_0x356cbb(0x1cd),'description':_0x54e2bd[_0x356cbb(0x21f)],'default':![]});},async _0x41c3a2=>{const _0x115f6e=_0x13ddac,_0x1a999d={'ieQDt':function(_0x15a58a,_0x5c89c0,_0x2994a8){return _0x15a58a(_0x5c89c0,_0x2994a8);},'upFNw':'ranger\x20profile\x20add','DHDsm':_0x115f6e(0x227)};_0x1a999d[_0x115f6e(0x19f)](warnRenamed,_0x115f6e(0x21c),_0x1a999d[_0x115f6e(0x1db)]),await _0x1a999d['ieQDt'](withTelemetry,_0x1a999d['DHDsm'],_0x19cb9a=>addEnv(_0x41c3a2[_0x115f6e(0x25d)],{'ci':_0x41c3a2['ci'],'skipAuth':_0x41c3a2[_0x115f6e(0x1e2)]},_0x19cb9a));})[_0x13ddac(0x1fc)](_0x13ddac(0x205),![],_0x2904f9=>{const _0x525a8b=_0x13ddac,_0x4b35db={'hlTqi':'env-name','CtVAz':'string','EwMeP':'Name\x20of\x20the\x20environment'};return _0x2904f9['positional'](_0x4b35db['hlTqi'],{'type':_0x4b35db['CtVAz'],'description':_0x4b35db[_0x525a8b(0x252)],'demandOption':!![]});},async _0x2a17e7=>{const _0xcca890=_0x13ddac,_0x534ac9={'hVbmj':function(_0x1a8803,_0x301ef2,_0x328a65){return _0x1a8803(_0x301ef2,_0x328a65);},'dzMvn':_0xcca890(0x193),'NySWI':'ranger\x20profile\x20use','jNsQV':function(_0x110803,_0x3b897f,_0x53d433){return _0x110803(_0x3b897f,_0x53d433);}};_0x534ac9[_0xcca890(0x295)](warnRenamed,_0x534ac9[_0xcca890(0x246)],_0x534ac9[_0xcca890(0x18e)]),await _0x534ac9[_0xcca890(0x1f7)](withTelemetry,_0xcca890(0x29b),()=>useEnv(_0x2a17e7[_0xcca890(0x25d)]));})[_0x13ddac(0x1fc)](_0x13ddac(0x2a9),![],_0x48eead=>{const _0x5913f5=_0x13ddac,_0x2afd77={'laeBb':'env','oIMbC':_0x5913f5(0x237),'OBaPD':'Config\x20value','aYPYF':_0x5913f5(0x1a5),'EUlnw':'ranger\x20profile\x20config\x20set','fwqNY':function(_0x5ff059,_0x53e7a1,_0xf40305){return _0x5ff059(_0x53e7a1,_0xf40305);},'ROfqd':_0x5913f5(0x24c),'wlInm':'Config\x20key','mEtti':function(_0x465c6e,_0x2c152e,_0x397484){return _0x465c6e(_0x2c152e,_0x397484);},'xpPxi':function(_0x496976,_0x617d1a,_0x41bd0e){return _0x496976(_0x617d1a,_0x41bd0e);},'wzXxc':'key','NGToL':'Config\x20key\x20to\x20remove','eBDMj':'ranger\x20config\x20unset','uSLnc':'config\x20unset','vPkpf':_0x5913f5(0x27c),'zabqR':'list\x20<env>','duGmW':_0x5913f5(0x288)};return _0x48eead['command']('set\x20<env>\x20<key>\x20<value>',![],_0x1146e9=>{const _0x5a972e=_0x5913f5;return _0x1146e9[_0x5a972e(0x29d)](_0x2afd77['laeBb'],{'type':'string','description':'Environment\x20name','demandOption':!![]})[_0x5a972e(0x29d)]('key',{'type':_0x2afd77['oIMbC'],'description':_0x5a972e(0x276),'demandOption':!![]})['positional'](_0x5a972e(0x1e6),{'type':_0x5a972e(0x237),'description':_0x2afd77[_0x5a972e(0x1ca)],'demandOption':!![]});},async _0x448a4f=>{const _0x1bf5a2=_0x5913f5;warnRenamed(_0x2afd77[_0x1bf5a2(0x233)],_0x2afd77[_0x1bf5a2(0x1a8)]),await _0x2afd77[_0x1bf5a2(0x285)](withTelemetry,_0x1bf5a2(0x2c6),()=>configSet(_0x448a4f['env'],_0x448a4f['key'],_0x448a4f['value']));})['command'](_0x2afd77['vPkpf'],![],_0x16d1aa=>{const _0x34fe66=_0x5913f5;return _0x16d1aa['positional'](_0x2afd77['laeBb'],{'type':_0x34fe66(0x237),'description':_0x2afd77[_0x34fe66(0x264)],'demandOption':!![]})[_0x34fe66(0x29d)](_0x34fe66(0x287),{'type':_0x34fe66(0x237),'description':_0x2afd77[_0x34fe66(0x1f0)],'demandOption':!![]});},async _0x1a9fa4=>{const _0x59cd03=_0x5913f5;_0x2afd77['mEtti'](warnRenamed,_0x59cd03(0x235),'ranger\x20profile\x20config\x20get'),await _0x2afd77['mEtti'](withTelemetry,_0x59cd03(0x1a2),()=>configGet(_0x1a9fa4['env'],_0x1a9fa4[_0x59cd03(0x287)]));})['command'](_0x2afd77[_0x5913f5(0x16d)],![],_0x133a6f=>{const _0xace2ca=_0x5913f5;return _0x133a6f[_0xace2ca(0x29d)](_0x2afd77['laeBb'],{'type':'string','description':_0x2afd77['ROfqd'],'demandOption':!![]});},async _0x3c3656=>{const _0xaeb3bc=_0x5913f5;_0x2afd77[_0xaeb3bc(0x16a)](warnRenamed,'ranger\x20config\x20list','ranger\x20profile\x20config\x20list'),await withTelemetry(_0xaeb3bc(0x249),()=>configList(_0x3c3656['env']));})['command'](_0x2afd77['duGmW'],![],_0x1633d9=>{const _0x5bf38c=_0x5913f5;return _0x1633d9['positional'](_0x2afd77[_0x5bf38c(0x23a)],{'type':'string','description':_0x2afd77['ROfqd'],'demandOption':!![]})[_0x5bf38c(0x29d)](_0x2afd77[_0x5bf38c(0x27a)],{'type':_0x5bf38c(0x237),'description':_0x2afd77['NGToL'],'demandOption':!![]});},async _0x3313ff=>{const _0x283f58=_0x5913f5;warnRenamed(_0x2afd77[_0x283f58(0x28e)],'ranger\x20profile\x20config\x20unset'),await withTelemetry(_0x2afd77[_0x283f58(0x1ef)],()=>configUnset(_0x3313ff[_0x283f58(0x201)],_0x3313ff[_0x283f58(0x287)]));})[_0x5913f5(0x260)](0x1,_0x5913f5(0x2ab));})['command']('env',![],_0xfdd01f=>{const _0x3680d9=_0x13ddac,_0x34697e={'LRIsQ':function(_0x49d6b5,_0x5a5c06,_0x508a34){return _0x49d6b5(_0x5a5c06,_0x508a34);},'bDTOM':'env-name','DUcUF':'string','NTFYA':_0x3680d9(0x176),'KLtZR':_0x3680d9(0x29c),'zevMq':'env\x20update','GZejn':'update\x20<env-name>'};return _0xfdd01f['command']('ls',![],()=>{},async()=>{const _0x4d4010=_0x3680d9;_0x34697e[_0x4d4010(0x2be)](warnRenamed,_0x4d4010(0x1f3),'ranger\x20profile\x20ls'),await _0x34697e[_0x4d4010(0x2be)](withTelemetry,'env\x20list',()=>envList());})['command'](_0x34697e['GZejn'],![],_0x5e39cf=>{const _0x15f0e4=_0x3680d9;return _0x5e39cf['positional'](_0x34697e[_0x15f0e4(0x2c0)],{'type':_0x34697e[_0x15f0e4(0x2c4)],'description':_0x34697e[_0x15f0e4(0x1ce)],'demandOption':!![]});},async _0x535b5d=>{const _0x273b37=_0x3680d9;warnRenamed(_0x273b37(0x283),_0x34697e['KLtZR']),await _0x34697e['LRIsQ'](withTelemetry,_0x34697e[_0x273b37(0x20a)],_0x4e7851=>updateEnv(_0x535b5d[_0x273b37(0x25d)],_0x4e7851));})[_0x3680d9(0x260)](0x1,_0x3680d9(0x206));})[_0x13ddac(0x1fc)](_0x13ddac(0x19c),![],_0x19a24e=>{const _0x206c07=_0x13ddac,_0x3ebba7={'MYGlS':'description','hvazH':_0x206c07(0x237),'Piqxx':'array','wShGl':_0x206c07(0x1c1),'rhGIZ':'ranger\x20create','zjOrA':'--checklist','kRVCf':function(_0x2122ca,_0x18bb43,_0x1086ec){return _0x2122ca(_0x18bb43,_0x1086ec);},'irvjZ':'boolean','RAXUO':_0x206c07(0x1cb),'OhaGU':'limit','tGIDO':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','WsPiR':'offset','xUWCI':_0x206c07(0x1be),'xgrNT':'Number\x20of\x20feature\x20reviews\x20to\x20skip','GGrUj':_0x206c07(0x212),'AiAGV':function(_0xe29416,_0xf2d015,_0x4a0d33){return _0xe29416(_0xf2d015,_0x4a0d33);},'BxQAv':_0x206c07(0x181),'kZHwP':_0x206c07(0x1bc),'zQSOT':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','xgSpT':_0x206c07(0x293),'zNjoV':'feature\x20resume','uFciS':_0x206c07(0x196),'AeAnY':_0x206c07(0x1f9),'dTaZG':_0x206c07(0x213),'mbSZO':function(_0x702fd8,_0x228be7,_0x2c85a1){return _0x702fd8(_0x228be7,_0x2c85a1);},'xYAXP':'ranger\x20feature\x20get-feedback','UBVQy':function(_0x53a401,_0x783fdf,_0x16413d){return _0x53a401(_0x783fdf,_0x16413d);},'NJcBe':_0x206c07(0x1a7),'xzgSW':function(_0x2db82e,_0x21128e,_0x28e84f){return _0x2db82e(_0x21128e,_0x28e84f);},'GqKxZ':_0x206c07(0x1bb),'NyNyC':function(_0x2975d2,_0x3586f8,_0x446a04){return _0x2975d2(_0x3586f8,_0x446a04);},'ehWHj':'feature\x20delete','AJKgX':'ranger\x20feature\x20restore','HfoYd':function(_0x44c513,_0x37f12b,_0x28ef48){return _0x44c513(_0x37f12b,_0x28ef48);},'yOEYR':'feature\x20restore','sdsIL':'create\x20<name>','tdIXR':_0x206c07(0x2a1),'ZPRfj':'delete\x20[id]','gJDZX':'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand'};return _0x19a24e[_0x206c07(0x1fc)](_0x3ebba7['sdsIL'],![],_0x647be4=>{const _0x334bc7=_0x206c07;return _0x647be4['positional'](_0x334bc7(0x294),{'type':'string','description':'Feature\x20review\x20name','demandOption':!![]})[_0x334bc7(0x19e)](_0x3ebba7['MYGlS'],{'type':_0x3ebba7[_0x334bc7(0x1da)],'alias':'d','description':_0x334bc7(0x28b)})[_0x334bc7(0x19e)](_0x334bc7(0x2c8),{'type':_0x3ebba7[_0x334bc7(0x191)],'alias':'c','description':_0x334bc7(0x2b1)})[_0x334bc7(0x19e)](_0x3ebba7[_0x334bc7(0x217)],{'type':_0x334bc7(0x20d),'hidden':!![]});},async _0x3f66ef=>{const _0x4aae5b=_0x206c07;warnRenamed(_0x4aae5b(0x203),'ranger\x20create'),warnFlagRenamed(_0x3ebba7['rhGIZ'],_0x3ebba7['zjOrA'],_0x4aae5b(0x243));const _0xf03e92=_0x3f66ef[_0x4aae5b(0x1c1)]||_0x3f66ef[_0x4aae5b(0x2c8)];await _0x3ebba7[_0x4aae5b(0x1d0)](withTelemetry,'feature\x20create',()=>featureCreate(_0x3f66ef['name'],{'description':_0x3f66ef[_0x4aae5b(0x172)],'scenarios':_0xf03e92}));})['command'](_0x206c07(0x2ac),![],_0x42d9bf=>{const _0x370623=_0x206c07;return _0x42d9bf[_0x370623(0x19e)](_0x370623(0x1a4),{'type':_0x3ebba7['irvjZ'],'description':_0x3ebba7[_0x370623(0x229)]})[_0x370623(0x19e)](_0x3ebba7['OhaGU'],{'type':'number','alias':'l','description':_0x3ebba7['tGIDO'],'default':0xa})[_0x370623(0x19e)](_0x3ebba7['WsPiR'],{'type':_0x3ebba7['xUWCI'],'alias':'o','description':_0x3ebba7['xgrNT'],'default':0x0})['option'](_0x3ebba7['GGrUj'],{'type':_0x3ebba7['irvjZ'],'alias':'d','description':_0x370623(0x1b6),'default':![]});},async _0x4218b3=>{const _0x45ad49=_0x206c07;warnRenamed('ranger\x20feature\x20list','ranger\x20list'),await _0x3ebba7[_0x45ad49(0x274)](withTelemetry,_0x3ebba7[_0x45ad49(0x2c5)],()=>featureList({'currentBranch':_0x4218b3['current-branch'],'limit':_0x4218b3['limit'],'offset':_0x4218b3['offset'],'includeDeleted':_0x4218b3[_0x45ad49(0x212)]}));})[_0x206c07(0x1fc)](_0x3ebba7['tdIXR'],![],_0x349493=>{return _0x349493['positional']('id',{'type':_0x3ebba7['hvazH'],'description':'Feature\x20review\x20ID'});},async _0x27cbb2=>{const _0x2ac6f3=_0x206c07;_0x3ebba7[_0x2ac6f3(0x1d0)](warnRenamed,'ranger\x20feature\x20show',_0x3ebba7['kZHwP']),await withTelemetry('feature\x20show',()=>featureShow(_0x27cbb2['id']));})[_0x206c07(0x1fc)]('resume\x20[id]',![],_0x5a136c=>{const _0x229688=_0x206c07;return _0x5a136c['positional']('id',{'type':_0x3ebba7[_0x229688(0x1da)],'description':_0x3ebba7[_0x229688(0x253)]});},async _0x39c9d4=>{const _0x7d78d8=_0x206c07;warnRenamed(_0x7d78d8(0x174),_0x3ebba7[_0x7d78d8(0x208)]),await _0x3ebba7['kRVCf'](withTelemetry,_0x3ebba7[_0x7d78d8(0x26f)],()=>featureResume(_0x39c9d4['id']));})[_0x206c07(0x1fc)](_0x206c07(0x2d0),![],_0x4fecf1=>{const _0x1747d7=_0x206c07;return _0x4fecf1[_0x1747d7(0x29d)](_0x3ebba7['MYGlS'],{'type':_0x3ebba7['hvazH'],'description':'Scenario\x20description','demandOption':!![]})[_0x1747d7(0x19e)]('id',{'type':_0x3ebba7['hvazH'],'description':_0x3ebba7[_0x1747d7(0x25f)]});},async _0xe2af1=>{const _0x61a414=_0x206c07;_0x3ebba7[_0x61a414(0x1d0)](warnRenamed,'ranger\x20feature\x20add-checklist-item',_0x3ebba7[_0x61a414(0x180)]),await withTelemetry(_0x3ebba7[_0x61a414(0x267)],()=>featureAddScenario(_0xe2af1[_0x61a414(0x172)],_0xe2af1['id']));})[_0x206c07(0x1fc)]('get-feedback\x20[id]',![],_0x1a0ef8=>{const _0x194f21=_0x206c07;return _0x1a0ef8[_0x194f21(0x29d)]('id',{'type':_0x3ebba7[_0x194f21(0x1da)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x1f0344=>{const _0x629edc=_0x206c07;_0x3ebba7['mbSZO'](warnRenamed,_0x3ebba7['xYAXP'],'ranger\x20get-review'),await _0x3ebba7[_0x629edc(0x296)](withTelemetry,_0x3ebba7[_0x629edc(0x25b)],()=>featureGetReview(_0x1f0344['id']));})['command'](_0x3ebba7['ZPRfj'],![],_0x12a35e=>{const _0x14df62=_0x206c07;return _0x12a35e['positional']('id',{'type':_0x14df62(0x237),'description':_0x14df62(0x255)});},async _0x2f4368=>{const _0x5e0313=_0x206c07;_0x3ebba7['xzgSW'](warnRenamed,'ranger\x20feature\x20delete',_0x3ebba7[_0x5e0313(0x165)]),await _0x3ebba7[_0x5e0313(0x1ad)](withTelemetry,_0x3ebba7[_0x5e0313(0x218)],()=>featureDelete(_0x2f4368['id']));})['command']('restore\x20<id>',![],_0x2935d6=>{const _0x957b3f=_0x206c07;return _0x2935d6['positional']('id',{'type':_0x3ebba7['hvazH'],'description':_0x957b3f(0x19d),'demandOption':!![]});},async _0x2de6b2=>{const _0x34e42b=_0x206c07;warnRenamed(_0x3ebba7[_0x34e42b(0x22b)],_0x34e42b(0x195)),await _0x3ebba7[_0x34e42b(0x17d)](withTelemetry,_0x3ebba7['yOEYR'],()=>featureRestore(_0x2de6b2['id']));})['demandCommand'](0x1,_0x3ebba7[_0x206c07(0x1af)]);})[_0x13ddac(0x1fc)]('hook',![],_0x258d48=>{const _0x35c3a3=_0x13ddac,_0x33af2c={'JmBJb':_0x35c3a3(0x269),'ncbnv':_0x35c3a3(0x237),'rwyNC':'hook:enable','sxpdE':function(_0x34caa4,_0x95e4f0,_0x51e9e1){return _0x34caa4(_0x95e4f0,_0x51e9e1);},'ByqUp':'hook:disable','asHIF':_0x35c3a3(0x21b),'IIWgL':'Enable\x20Ranger\x20hooks\x20for\x20this\x20session','EyiMW':'disable','WtHHP':'Disable\x20Ranger\x20hooks\x20for\x20this\x20session','nHcaV':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','FNQSV':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'};return _0x258d48[_0x35c3a3(0x1fc)](_0x33af2c[_0x35c3a3(0x2ba)],_0x33af2c['IIWgL'],_0x5ed427=>{const _0x54cce1=_0x35c3a3;return _0x5ed427['option'](_0x33af2c[_0x54cce1(0x1f2)],{'type':_0x33af2c['ncbnv'],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x242854=>{const _0x422743=_0x35c3a3;await withTelemetry(_0x33af2c[_0x422743(0x228)],()=>hook(_0x422743(0x21b),_0x242854[_0x422743(0x269)]));})[_0x35c3a3(0x1fc)](_0x33af2c['EyiMW'],_0x33af2c['WtHHP'],_0x2800cc=>{const _0x2c653a=_0x35c3a3;return _0x2800cc[_0x2c653a(0x19e)](_0x33af2c[_0x2c653a(0x1f2)],{'type':_0x2c653a(0x237),'description':_0x2c653a(0x210)});},async _0x27cf05=>{const _0x318fff=_0x35c3a3;await _0x33af2c[_0x318fff(0x25e)](withTelemetry,_0x33af2c[_0x318fff(0x234)],()=>hook(_0x318fff(0x261),_0x27cf05['session-id']));})[_0x35c3a3(0x19e)]('name',{'type':'string','description':_0x33af2c[_0x35c3a3(0x297)]})['option']('session-id',{'type':'string','description':_0x33af2c[_0x35c3a3(0x204)]});},async _0x700b3b=>{const _0x34353d=_0x13ddac,_0x34877e={'cIHFZ':function(_0x23faa9,_0x21e84d,_0x487fd9){return _0x23faa9(_0x21e84d,_0x487fd9);}};_0x700b3b[_0x34353d(0x294)]&&await _0x34877e[_0x34353d(0x2af)](hook,_0x700b3b[_0x34353d(0x294)],_0x700b3b['session-id']);})[_0x13ddac(0x260)](0x1,'You\x20must\x20specify\x20a\x20command')['strictCommands']()[_0x13ddac(0x1f8)](async(_0x1cba48,_0x3865d1,_0x53cdf5)=>{const _0x4eefc6=_0x13ddac,_0x3350b9={'LyFiI':function(_0x276ee8,_0x257169){return _0x276ee8(_0x257169);}},_0x410496=_0x3350b9[_0x4eefc6(0x258)](sanitizeArgs,process['argv'][_0x4eefc6(0x1b8)](0x2)),_0x5f30e1=getErrorType(_0x1cba48,_0x3865d1);if(_0x1cba48&&_0x1cba48[_0x4eefc6(0x25a)]('Unknown\x20command')){const _0x185141=process[_0x4eefc6(0x289)][0x2];console[_0x4eefc6(0x19a)](_0x4eefc6(0x1f4)+_0x185141),console[_0x4eefc6(0x19a)](_0x4eefc6(0x1cc));}else{if(_0x1cba48)console['error']('\x0a'+_0x1cba48+'\x0a');else _0x3865d1&&console[_0x4eefc6(0x19a)](_0x4eefc6(0x207)+_0x3865d1[_0x4eefc6(0x284)]+'\x0a');}await _0x3350b9[_0x4eefc6(0x258)](logDesirePath,{'rawCommand':_0x410496,'errorMessage':_0x1cba48||_0x3865d1?.[_0x4eefc6(0x284)],'errorType':_0x5f30e1});const _0x31bab7=getCurrentCollector();_0x31bab7&&await _0x31bab7[_0x4eefc6(0x273)](_0x3865d1||new Error(_0x1cba48||'Unknown\x20error')),process[_0x4eefc6(0x198)](0x1);})['epilogue']('Documentation:\x0a'+'\x20\x20https://docs.ranger.net\x0a'+'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)')['help']()['alias'](_0x13ddac(0x190),'h')[_0x13ddac(0x2b8)]();
@@ -1 +1 @@
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
+ (function(_0xeb628f,_0x9752f8){const _0x392d6d=_0x4d97,_0x450b2d=_0xeb628f();while(!![]){try{const _0x4e86cd=-parseInt(_0x392d6d(0x178))/0x1+parseInt(_0x392d6d(0x1b4))/0x2+parseInt(_0x392d6d(0x1a7))/0x3*(parseInt(_0x392d6d(0x17f))/0x4)+parseInt(_0x392d6d(0x179))/0x5*(-parseInt(_0x392d6d(0x183))/0x6)+-parseInt(_0x392d6d(0x19b))/0x7+parseInt(_0x392d6d(0x1b1))/0x8+parseInt(_0x392d6d(0x190))/0x9;if(_0x4e86cd===_0x9752f8)break;else _0x450b2d['push'](_0x450b2d['shift']());}catch(_0x51d9b0){_0x450b2d['push'](_0x450b2d['shift']());}}}(_0xb153,0xc0f87));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';function _0x4d97(_0xda2961,_0x268566){_0xda2961=_0xda2961-0x169;const _0xb153b7=_0xb153();let _0x4d973f=_0xb153b7[_0xda2961];return _0x4d973f;}import _0x5ebda9 from'inquirer';import{chromium}from'playwright';import{findExistingEnv,loadSettings}from'./utils/settings.js';import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getRangerDir,getRangerHomeDir}from'./utils/rangerRoot.js';import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';function _0xb153(){const _0x523e39=['location','assign','fetch\x20failed','PyzDj','\x22\x20configured','Aborted.','\x0a\x20\x20\x20⚠\x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','Invalid\x20--setup-header\x20format:\x20\x22','catch','yQQpU','Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.','local','✓\x20Auth\x20state\x20saved\x20to:\x20','IpDmY','Delete\x20existing\x20and\x20create\x20new\x20in\x20','trackPhaseStart','prompt','trim','sQHpC','manual','retry','error','Could\x20not\x20reach\x20','KeaxR','Veqba','Profile\x20\x22','isTTY','trackPhaseEnd','hcaxL','\x20(continuing\x20with\x20--force)','\x0a🔌\x20CDP\x20Profile\x20Setup\x0a','http://','status','abort','legacy','path','ZwfsJ','setupHeaders','\x20\x20ranger\x20profile\x20add\x20','includes','UNqBY','✓\x20Created\x20settings:\x20','about:blank','scope','allowInsecureLocalhost','QpGEa','iLFLf','--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.','841035wLjFvY','125270zmZnpB','LCcWT','ukrwR','setupHeader','.backup-','baseUrl','91364zhMSHz','\x0a📋\x20Authentication\x20Setup','--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','HEAD','318XaNNTl','url','env','cdpEndpoint','\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','newContext','isProtocolError','HTmth','pmjrZ','AvWqO','Zsqly','continue','list','22333230UwPGqL','log','force','signal','\x0a\x20\x20Profile\x20\x22','.tmp-','name','Invalid\x20URL','length','stdout','settings.json','7939785sXmyBc','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','MILnR','NODE_TLS_REJECT_UNAUTHORIZED','bJzLW','psXTL','keys','aIpwo','stringify','.enc','stdin','⚠\x20Could\x20not\x20reach\x20','6OmEhHu','close','--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.','OjthG','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','slice','\x0a🌐\x20Profile\x20Setup\x0a','indexOf','safeMode','3695832iqdtwX','lHKff','LgdyY','2208856IJkYvZ','oYZMK','\x0a\x20\x20Still\x20could\x20not\x20reach\x20','\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','test','\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','orGsa','DmZtY'];_0xb153=function(){return _0x523e39;};return _0xb153();}async function checkUrlReachability(_0x88abfd){const _0x2313bc=_0x4d97,_0x30bd98={'pmjrZ':_0x2313bc(0x182),'QpGEa':function(_0x23424e,_0x3f041c){return _0x23424e(_0x3f041c);},'hcaxL':function(_0x49102a,_0x40ee2d){return _0x49102a===_0x40ee2d;}};try{const _0x58667e=new AbortController(),_0x25d505=setTimeout(()=>_0x58667e[_0x2313bc(0x169)](),0x1388),_0x5c2fb1={'method':_0x30bd98[_0x2313bc(0x18b)],'signal':_0x58667e[_0x2313bc(0x193)],'redirect':_0x2313bc(0x1cf)};/^https:\/\/localhost(:\d+)?/i[_0x2313bc(0x1b8)](_0x88abfd)&&(process['env'][_0x2313bc(0x19e)]='0');const _0x16bd9c=await fetch(_0x88abfd,_0x5c2fb1);delete process[_0x2313bc(0x185)][_0x2313bc(0x19e)],_0x30bd98[_0x2313bc(0x175)](clearTimeout,_0x25d505);if(_0x16bd9c[_0x2313bc(0x1dc)]<0x190)return{'ok':!![]};return{'ok':![],'error':'HTTP\x20'+_0x16bd9c['status']};}catch(_0x28675f){delete process[_0x2313bc(0x185)]['NODE_TLS_REJECT_UNAUTHORIZED'];const _0x31a894=_0x28675f,_0x278127=_0x31a894['message']||_0x30bd98[_0x2313bc(0x175)](String,_0x28675f),_0x509740=_0x278127['includes'](_0x2313bc(0x197))||_0x30bd98[_0x2313bc(0x1d8)](_0x31a894[_0x2313bc(0x196)],'TypeError')||_0x278127[_0x2313bc(0x16f)](_0x2313bc(0x1be));return{'ok':![],'error':_0x278127,'isProtocolError':_0x509740};}}export async function addEnv(_0x391652,_0x408218={},_0x3ef590){const _0x225a96=_0x4d97,_0x2b15e3={'CFRaC':'Saving\x20authentication\x20state...','psXTL':function(_0x3ccfdb){return _0x3ccfdb();},'UNqBY':_0x225a96(0x1a8),'SnmEd':_0x225a96(0x1c7),'AvWqO':function(_0x3ce7ec,_0x42dd27){return _0x3ce7ec===_0x42dd27;},'uOIpD':'user','uNpFj':function(_0x39bafc,_0xf44635,_0x2336f7,_0xdcc899){return _0x39bafc(_0xf44635,_0x2336f7,_0xdcc899);},'OjthG':function(_0xaa6c8b,_0x59b896){return _0xaa6c8b===_0x59b896;},'aIpwo':function(_0x5ead62,_0x1227b0){return _0x5ead62+_0x1227b0;},'ukrwR':function(_0x53ea82,_0x311e15,_0x4a4d68){return _0x53ea82(_0x311e15,_0x4a4d68);},'IpDmY':function(_0x5dc471,_0x565cc9){return _0x5dc471!==_0x565cc9;},'NDiIx':_0x225a96(0x181),'efRcW':function(_0x1363fa,_0x2db061){return _0x1363fa(_0x2db061);},'orGsa':function(_0x310021,_0x38f1c9,_0x1b9f9a){return _0x310021(_0x38f1c9,_0x1b9f9a);},'DmZtY':'Aborted.','FpCSt':_0x225a96(0x16a),'Veqba':'root\x20(.ranger/)','SXOTT':'confirm','ZwfsJ':'url_setup','lHKff':_0x225a96(0x1b9),'FTwVi':_0x225a96(0x1ae),'XcmsI':_0x225a96(0x1b7),'osafy':'\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','hbdiZ':'What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','oYZMK':'http://localhost:3000','KeaxR':'use_suggestion','LbznV':_0x225a96(0x1d0),'yQQpU':function(_0x545204,_0xaaa357){return _0x545204(_0xaaa357);},'LgdyY':_0x225a96(0x18e),'bJzLW':function(_0xdbf4f9,_0x588896,_0x258c38){return _0xdbf4f9(_0x588896,_0x258c38);},'iLFLf':'\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','rwPkn':'--disable-features=WebBluetooth','Zsqly':'--allow-insecure-localhost','JQAdU':function(_0x54bca3,_0x149fc7){return _0x54bca3(_0x149fc7);},'awpip':function(_0x41813c,_0x2ac5dd){return _0x41813c||_0x2ac5dd;},'Uhves':_0x225a96(0x187),'RvBtI':'You\x20can\x20try\x20again\x20with\x20one\x20of:','ovINe':'\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','LCcWT':function(_0x35487b,_0x1659a4){return _0x35487b(_0x1659a4);},'PyzDj':function(_0x265aa6,_0x30d2fa,_0x432468){return _0x265aa6(_0x30d2fa,_0x432468);},'AUJwC':'\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','HNofV':'browser_auth','sQHpC':'config_write','TRukx':function(_0x5b0307,_0x2b85f7){return _0x5b0307>_0x2b85f7;},'MILnR':function(_0x4c88ad,_0x3bf361,_0x1d2296){return _0x4c88ad(_0x3bf361,_0x1d2296);},'HTmth':function(_0x5750e5,_0x51e380){return _0x5750e5(_0x51e380);}},_0x57ac61=_0x408218['ci']??![],_0xf199ad=_0x57ac61?'ci':_0x2b15e3['SnmEd'],_0x3002b1=_0x2b15e3['AvWqO'](_0x408218[_0x225a96(0x173)],_0x2b15e3['uOIpD'])?_0x2b15e3['psXTL'](getRangerHomeDir):_0x2b15e3['psXTL'](getRangerDir),_0x18317f=_0x2b15e3['uNpFj'](join,_0x3002b1,_0xf199ad,_0x391652),_0xe8af1b={};if(_0x408218['setupHeader'])for(const _0xf939cb of _0x408218[_0x225a96(0x17c)]){const _0x1382a2=_0xf939cb[_0x225a96(0x1af)](':');if(_0x2b15e3[_0x225a96(0x1aa)](_0x1382a2,-0x1))throw new Error(_0x225a96(0x1c3)+_0xf939cb+'\x22.\x20Expected\x20\x22Name:\x20Value\x22.');const _0x4fd1f8=_0xf939cb[_0x225a96(0x1ad)](0x0,_0x1382a2)['trim'](),_0x25e9c5=_0xf939cb['slice'](_0x2b15e3[_0x225a96(0x1a2)](_0x1382a2,0x1))[_0x225a96(0x1cd)]();_0xe8af1b[_0x4fd1f8]=_0x25e9c5;}const _0x327c3a=_0x2b15e3[_0x225a96(0x17b)](join,_0x3002b1,_0xf199ad);if(_0x2b15e3[_0x225a96(0x1c9)](_0x408218['cdpEndpoint'],undefined)&&_0x408218[_0x225a96(0x186)][_0x225a96(0x1cd)]()==='')throw new Error(_0x2b15e3['NDiIx']);if(_0x408218[_0x225a96(0x186)]&&_0x408218['url'])throw new Error(_0x225a96(0x1a9));if(_0x408218['cdpEndpoint']&&_0x408218['ci'])throw new Error(_0x225a96(0x177));const _0x499ec3=_0x2b15e3['efRcW'](Boolean,_0x408218[_0x225a96(0x186)]),_0x4bdc07=!_0x408218['skipAuth']&&!_0x499ec3,_0x2f77f1=process[_0x225a96(0x1a5)][_0x225a96(0x1d6)]&&process[_0x225a96(0x199)][_0x225a96(0x1d6)];if(!_0x2f77f1&&!_0x408218[_0x225a96(0x184)]&&!_0x499ec3)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 _0x2dd7f2=_0x2b15e3[_0x225a96(0x1ba)](findExistingEnv,_0x391652,{'rangerDir':_0x3002b1});let _0x38b5bd=null;if(_0x2dd7f2){if(!_0x2f77f1)_0x38b5bd=_0x2dd7f2;else{if(_0x2dd7f2['location']===_0xf199ad){const {overwrite:_0x40d5b8}=await _0x5ebda9['prompt']([{'type':'confirm','name':'overwrite','message':_0x225a96(0x1d5)+_0x391652+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0x40d5b8){console['log'](_0x2b15e3[_0x225a96(0x1bb)]);return;}_0x38b5bd=_0x2dd7f2;}else{const _0x6a2d07=_0x2dd7f2['location']===_0x2b15e3['FpCSt']?_0x2b15e3[_0x225a96(0x1d4)]:_0x2dd7f2[_0x225a96(0x1bc)];console[_0x225a96(0x1d1)]('\x0a⚠️\x20\x20Profile\x20\x22'+_0x391652+'\x22\x20already\x20exists\x20in\x20'+_0x6a2d07+':\x20'+_0x2dd7f2['path']),console[_0x225a96(0x1d1)]('\x20\x20\x20Creating\x20it\x20in\x20'+_0xf199ad+'\x20would\x20shadow\x20the\x20existing\x20profile.');const {shouldReplace:_0x19cbbf}=await _0x5ebda9[_0x225a96(0x1cc)]([{'type':_0x2b15e3['SXOTT'],'name':'shouldReplace','message':_0x225a96(0x1ca)+_0xf199ad+'?','default':![]}]);if(!_0x19cbbf){console[_0x225a96(0x191)](_0x225a96(0x1c1));return;}_0x38b5bd=_0x2dd7f2;}}}_0x3ef590?.[_0x225a96(0x1cb)](_0x2b15e3['ZwfsJ']);let _0x1d6126='';if(_0x499ec3)console[_0x225a96(0x191)](_0x225a96(0x1da)),console['log']('\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20'+_0x408218[_0x225a96(0x186)]),console['log'](_0x2b15e3[_0x225a96(0x1b2)]);else{if(_0x408218[_0x225a96(0x184)]){_0x1d6126=_0x408218[_0x225a96(0x184)];const _0xe403fd=await checkUrlReachability(_0x1d6126);if(!_0xe403fd['ok']&&!_0x408218[_0x225a96(0x192)])throw new Error(_0x225a96(0x1d2)+_0x1d6126+':\x20'+_0xe403fd[_0x225a96(0x1d1)]+'\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.');!_0xe403fd['ok']&&_0x408218[_0x225a96(0x192)]&&console[_0x225a96(0x191)](_0x225a96(0x1a6)+_0x1d6126+':\x20'+_0xe403fd['error']+_0x225a96(0x1d9));}else{console['log'](_0x2b15e3['FTwVi']),console['log'](_0x2b15e3['XcmsI']),console[_0x225a96(0x191)](_0x2b15e3['osafy']);let _0x39dd79=![];while(!![]){const _0x4cd4cd=await _0x5ebda9['prompt']([{'type':'input','name':'baseUrl','message':_0x39dd79?'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):':_0x2b15e3['hbdiZ'],'default':_0x1d6126||_0x2b15e3[_0x225a96(0x1b5)]}]);_0x1d6126=_0x4cd4cd['baseUrl'];const _0xcad9a4=await checkUrlReachability(_0x1d6126);if(_0xcad9a4['ok'])break;const _0x1dd5df=/^[a-zA-Z][\w+.-]*:\/\//[_0x225a96(0x1b8)](_0x1d6126),_0x1d2a83=_0xcad9a4[_0x225a96(0x189)]&&!_0x1dd5df,_0x3a3e87=_0x1d2a83?_0x225a96(0x1db)+_0x1d6126:null;_0x39dd79=!![],console['log']('\x0a\x20\x20Could\x20not\x20reach\x20'+_0x1d6126+':\x20'+_0xcad9a4[_0x225a96(0x1d1)]);_0x3a3e87&&console[_0x225a96(0x191)]('\x20\x20Did\x20you\x20mean\x20'+_0x3a3e87+'?');const {action:_0x146777}=await _0x5ebda9[_0x225a96(0x1cc)]([{'type':_0x225a96(0x18f),'name':'action','message':'What\x20would\x20you\x20like\x20to\x20do?','choices':[..._0x3a3e87?[{'name':'Use\x20'+_0x3a3e87,'value':_0x2b15e3[_0x225a96(0x1d3)]}]:[],{'name':'Enter\x20a\x20different\x20URL','value':_0x2b15e3['LbznV']},{'name':'Continue\x20anyway','value':'continue'}]}]);if(_0x2b15e3[_0x225a96(0x18c)](_0x146777,'use_suggestion')&&_0x3a3e87){_0x1d6126=_0x3a3e87;const _0x1dee54=await _0x2b15e3[_0x225a96(0x1c5)](checkUrlReachability,_0x1d6126);if(_0x1dee54['ok'])break;console[_0x225a96(0x191)](_0x225a96(0x1b6)+_0x1d6126+':\x20'+_0x1dee54[_0x225a96(0x1d1)]);}else{if(_0x146777===_0x2b15e3[_0x225a96(0x1b3)])break;}}}}_0x3ef590?.[_0x225a96(0x1d7)](_0x2b15e3[_0x225a96(0x16c)]);const _0x2db559={};if(_0x38b5bd){const _0x1bd08d=await loadSettings(_0x391652);Object['assign'](_0x2db559,_0x1bd08d['setupHeaders']);}Object[_0x225a96(0x1bd)](_0x2db559,_0xe8af1b),await mkdir(_0x327c3a,{'recursive':!![]});const _0x47ecf=await mkdtemp(_0x2b15e3[_0x225a96(0x19f)](join,_0x327c3a,_0x225a96(0x195)+_0x391652+'-')),_0x3cc5d4=join(_0x47ecf,'auth.json'),_0x1b4f7d=_0x2b15e3['efRcW'](Boolean,_0x1d6126)&&/^https:\/\/localhost(:\d+)?/i[_0x225a96(0x1b8)](_0x1d6126);try{if(_0x4bdc07){_0x3ef590?.[_0x225a96(0x1cb)]('browser_auth'),console[_0x225a96(0x191)](_0x225a96(0x180)),console['log'](_0x225a96(0x1ac)),console[_0x225a96(0x191)](_0x2b15e3[_0x225a96(0x176)]);!_0x2f77f1?(console[_0x225a96(0x191)](_0x225a96(0x1c2)),console['log']('\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a')):console[_0x225a96(0x191)]('');await new Promise(_0x4a1ba6=>setTimeout(_0x4a1ba6,0xbb8));const _0x36f423=[];_0x408218[_0x225a96(0x1b0)]&&_0x36f423['push'](_0x2b15e3['rwPkn']);const _0x54cee9=_0x408218['allowInsecureLocalhost']||_0x1b4f7d;_0x54cee9&&_0x36f423['push'](_0x2b15e3[_0x225a96(0x18d)]);const _0x3062e8=await chromium['launch']({'headless':![],..._0x36f423[_0x225a96(0x198)]>0x0?{'args':_0x36f423}:{}});try{const _0x32c194=Object[_0x225a96(0x1a1)](_0x2db559)[_0x225a96(0x198)]>0x0,_0xd00b1f={'ignoreHTTPSErrors':!![]};_0x32c194&&(_0xd00b1f['extraHTTPHeaders']=_0x2db559);const _0x3bfec5=await _0x3062e8[_0x225a96(0x188)](_0xd00b1f);await _0x2b15e3['JQAdU'](addProfileSetupBanner,_0x3bfec5);const _0x3bf8ba=await _0x3bfec5['newPage']();await _0x3bf8ba['goto'](_0x2b15e3['awpip'](_0x1d6126,_0x225a96(0x172)));let _0x4a434e=![];await new Promise(_0x15d6f4=>{const _0x462650=_0x225a96;_0x3bf8ba['on'](_0x2b15e3[_0x462650(0x170)],async()=>{try{console['log'](_0x2b15e3['CFRaC']),await _0x3bfec5['storageState']({'path':_0x3cc5d4}),_0x4a434e=!![];}catch{}_0x2b15e3['psXTL'](_0x15d6f4);});});if(!_0x4a434e){console['log'](_0x2b15e3['Uhves']);!_0x408218[_0x225a96(0x1b0)]&&(console['log']('This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a'),console[_0x225a96(0x191)](_0x2b15e3['RvBtI']),console[_0x225a96(0x191)]('\x20\x20ranger\x20profile\x20add\x20'+_0x391652+'\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)'),console[_0x225a96(0x191)](_0x225a96(0x16e)+_0x391652+_0x225a96(0x19c)));throw new Error('Browser\x20closed\x20before\x20authentication\x20was\x20saved.');}}finally{await _0x3062e8['close']()['catch'](()=>{});}if(_0x57ac61){const _0x550af4=await readFile(_0x3cc5d4,'utf-8'),_0x2db4ff=await _0x2b15e3[_0x225a96(0x1a0)](getToken);if(!_0x2db4ff){console[_0x225a96(0x1d1)](_0x2b15e3['ovINe']),await _0x2b15e3[_0x225a96(0x17a)](unlink,_0x3cc5d4)[_0x225a96(0x1c4)](()=>{});throw new Error('Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.');}else{const _0x16a412=_0x2b15e3['PyzDj'](encrypt,_0x550af4,_0x2db4ff);await writeFile(_0x3cc5d4+_0x225a96(0x1a4),_0x16a412),await _0x2b15e3['efRcW'](unlink,_0x3cc5d4),console['log']('✓\x20Encrypted\x20auth\x20saved\x20to:\x20'+_0x3cc5d4+'.enc'),console[_0x225a96(0x191)](_0x2b15e3['AUJwC']),console[_0x225a96(0x191)](_0x225a96(0x1ab));}}else console['log'](_0x225a96(0x1c8)+_0x3cc5d4);_0x3ef590?.[_0x225a96(0x1d7)](_0x2b15e3['HNofV']);}_0x3ef590?.['trackPhaseStart'](_0x2b15e3[_0x225a96(0x1ce)]);const _0x55b7e8={};_0x1d6126&&(_0x55b7e8[_0x225a96(0x17e)]=_0x1d6126);_0x408218[_0x225a96(0x186)]&&(_0x55b7e8[_0x225a96(0x186)]=_0x408218[_0x225a96(0x186)],_0x55b7e8['isElectron']=!![]);(_0x408218[_0x225a96(0x174)]||_0x1b4f7d)&&(_0x55b7e8['allowInsecureLocalhost']=!![]);_0x408218[_0x225a96(0x1b0)]&&(_0x55b7e8[_0x225a96(0x1b0)]=!![]);_0x2b15e3['TRukx'](Object['keys'](_0x2db559)[_0x225a96(0x198)],0x0)&&(_0x55b7e8[_0x225a96(0x16d)]=_0x2db559);await _0x2b15e3[_0x225a96(0x17b)](writeFile,_0x2b15e3['ukrwR'](join,_0x47ecf,'settings.json'),JSON[_0x225a96(0x1a3)](_0x55b7e8,null,0x2)),console[_0x225a96(0x191)](_0x225a96(0x171)+_0x2b15e3[_0x225a96(0x19f)](join,_0x18317f,_0x225a96(0x19a)));if(_0x38b5bd?.['location']===_0xf199ad){const _0x13baf6=_0x38b5bd[_0x225a96(0x16b)]+_0x225a96(0x17d)+Date['now']();await rename(_0x38b5bd[_0x225a96(0x16b)],_0x13baf6);try{await rename(_0x47ecf,_0x18317f);}catch(_0x2443e1){await _0x2b15e3['ukrwR'](rename,_0x13baf6,_0x38b5bd[_0x225a96(0x16b)]);throw _0x2443e1;}try{await rm(_0x13baf6,{'recursive':!![]});}catch{console['log']('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20'+_0x13baf6);}}else{await _0x2b15e3[_0x225a96(0x1bf)](rename,_0x47ecf,_0x18317f);if(_0x38b5bd)try{await _0x2b15e3[_0x225a96(0x19d)](rm,_0x38b5bd['path'],{'recursive':!![]}),console[_0x225a96(0x191)]('Removed\x20existing\x20profile\x20at\x20'+_0x38b5bd[_0x225a96(0x16b)]);}catch{console['log']('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20'+_0x38b5bd['path']);}}try{await _0x2b15e3[_0x225a96(0x18a)](writeActiveProfileName,_0x391652),console[_0x225a96(0x191)]('\x20\x20Set\x20active\x20profile:\x20'+_0x391652);}catch{console[_0x225a96(0x191)](_0x225a96(0x1c6));}_0x3ef590?.[_0x225a96(0x1d7)](_0x2b15e3[_0x225a96(0x1ce)]),console['log'](_0x225a96(0x194)+_0x391652+_0x225a96(0x1c0));}catch(_0x2f293d){await rm(_0x47ecf,{'recursive':!![],'force':!![]});throw _0x2f293d;}}
@@ -1 +1 @@
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
+ (function(_0x1c7881,_0x107586){const _0x55e93c=_0x3aaa,_0x134822=_0x1c7881();while(!![]){try{const _0x6974=parseInt(_0x55e93c(0xa7))/0x1*(parseInt(_0x55e93c(0x9d))/0x2)+-parseInt(_0x55e93c(0xa2))/0x3*(-parseInt(_0x55e93c(0xa1))/0x4)+-parseInt(_0x55e93c(0xab))/0x5*(-parseInt(_0x55e93c(0x9f))/0x6)+-parseInt(_0x55e93c(0xa4))/0x7+-parseInt(_0x55e93c(0xa5))/0x8+-parseInt(_0x55e93c(0x9e))/0x9*(parseInt(_0x55e93c(0xb0))/0xa)+-parseInt(_0x55e93c(0xae))/0xb*(parseInt(_0x55e93c(0x9b))/0xc);if(_0x6974===_0x107586)break;else _0x134822['push'](_0x134822['shift']());}catch(_0xeeb69c){_0x134822['push'](_0x134822['shift']());}}}(_0x24af,0xcb1ef));import{readFile,writeFile}from'fs/promises';import{join}from'path';function _0x24af(){const _0x440b33=['No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.','\x0a✓\x20Encrypted\x20auth\x20saved\x20to:\x20','5293785FoQDty','No\x20auth.json\x20found\x20at\x20','wsHtr','1540MUoUqw','log','460010hTHTRB','68976PwKEwG','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','861842NZlTAW','18cPOkFX','6QfxjPb','\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.','12ihjkBc','1374627XTLGdC','.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update','709744lXZKuI','8273664oNOJgL','auth.json','1IspsmE'];_0x24af=function(){return _0x440b33;};return _0x24af();}import{existsSync}from'fs';import{encrypt}from'./utils/crypto.js';function _0x3aaa(_0x2fec73,_0x3d44d6){_0x2fec73=_0x2fec73-0x9b;const _0x24af77=_0x24af();let _0x3aaa72=_0x24af77[_0x2fec73];return _0x3aaa72;}import{getToken}from'./utils/keychain.js';import{getEnvDir}from'./utils/settings.js';export async function authEncrypt(_0x37754c){const _0x7907b5=_0x3aaa,_0x440fc8={'VUlFi':function(_0x7da0cf,_0x172100){return _0x7da0cf(_0x172100);},'gnWLG':_0x7907b5(0xa8),'wsHtr':function(_0x49a1b2,_0x3c500c,_0x2aafd9){return _0x49a1b2(_0x3c500c,_0x2aafd9);},'pdKGu':'utf-8','EAlcF':_0x7907b5(0x9c)},_0x20f080=getEnvDir(_0x37754c),_0x2420cb=join(_0x20f080,_0x7907b5(0xa6)),_0x112051=_0x2420cb+'.enc';if(!_0x440fc8['VUlFi'](existsSync,_0x20f080))throw new Error('Profile\x20\x22'+_0x37754c+'\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20'+_0x37754c);if(!existsSync(_0x2420cb))throw new Error(_0x7907b5(0xac)+_0x2420cb+_0x7907b5(0xa3));const _0x3269bb=await getToken();if(!_0x3269bb)throw new Error(_0x440fc8['gnWLG']);const _0x2efd50=await _0x440fc8[_0x7907b5(0xad)](readFile,_0x2420cb,_0x440fc8['pdKGu']),_0x119e20=encrypt(_0x2efd50,_0x3269bb);await writeFile(_0x112051,_0x119e20),console[_0x7907b5(0xaf)](_0x7907b5(0xaa)+_0x112051),console[_0x7907b5(0xaf)]('\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.'),console[_0x7907b5(0xaf)](_0x440fc8['EAlcF']),existsSync(_0x112051)&&(console[_0x7907b5(0xaf)](_0x7907b5(0xa9)),console['log'](_0x7907b5(0xa0)));}
@@ -1 +1 @@
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)]);}
1
+ const _0x39cc5f=_0x2349;(function(_0x1265fd,_0x49f5b6){const _0x5641a9=_0x2349,_0x1c3aba=_0x1265fd();while(!![]){try{const _0x30d38a=parseInt(_0x5641a9(0x1c0))/0x1+-parseInt(_0x5641a9(0x1c8))/0x2+-parseInt(_0x5641a9(0x1cd))/0x3+-parseInt(_0x5641a9(0x1df))/0x4+parseInt(_0x5641a9(0x1b1))/0x5+parseInt(_0x5641a9(0x1d9))/0x6+parseInt(_0x5641a9(0x1bd))/0x7;if(_0x30d38a===_0x49f5b6)break;else _0x1c3aba['push'](_0x1c3aba['shift']());}catch(_0x6feb6b){_0x1c3aba['push'](_0x1c3aba['shift']());}}}(_0x4ae8,0x3fcb7));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';function _0x4ae8(){const _0x44675f=['eyhJU','string','log','vEiZm','platform','trailhead','UjDxN','2479160UCVaNI','AEzNU','pCnxV','error','HXjoe','UmckE','TuiED','ZlilM','CkXqZ','DsleF','marketplace','uVPtb','2536779bJkhoH','opencode.json','pipe','190965dbHDju','✓\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)','length','EfGDt','CTWGJ','jbQdn','WpbCC','✓\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)','35742UTjYmz','claude','ranger','win32','replace','1319637fseXHS','plugin','✓\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)','--scope','YNnat','gFyNp','UKZYo','isArray','utf-8','✓\x20Removed\x20trailhead\x20marketplace','uevvz','stringify','823926KCUfUC','Edqrm','OVXgF','JlvMt','e2e-test-recommender','✓\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)','1869848wtEADl','ranger@trailhead'];_0x4ae8=function(){return _0x44675f;};return _0x4ae8();}const skillsToRemove=[_0x39cc5f(0x1ca),'feature-tracker','bug-bash',_0x39cc5f(0x1dd)],opencodePluginName='@ranger-testing/opencode-plugin';function parseJsonc(_0x3c166c){const _0x4a9594=_0x39cc5f,_0x42993b=_0x3c166c[_0x4a9594(0x1cc)](/\/\*[\s\S]*?\*\//g,''),_0xef8fc8=_0x42993b['replace'](/^\s*\/\/.*$/gm,''),_0x4001ec=_0xef8fc8[_0x4a9594(0x1cc)](/,\s*([}\]])/g,'$1');return JSON['parse'](_0x4001ec);}async function removeOpencodePluginConfig(_0x5b4526){const _0x2c7cb2=_0x39cc5f,_0x48475d={'JlvMt':_0x2c7cb2(0x1e2),'PKWZF':function(_0x111f81,_0x343f26){return _0x111f81!==_0x343f26;},'GvKVO':function(_0x132f81,_0x505e8f){return _0x132f81(_0x505e8f);},'eyhJU':function(_0x2fead5,_0x2b97ac,_0x48c0e8){return _0x2fead5(_0x2b97ac,_0x48c0e8);},'vEiZm':_0x2c7cb2(0x1d5),'CTWGJ':function(_0x249ded,_0x464b53){return _0x249ded===_0x464b53;},'gFyNp':function(_0x5cdb42,_0x14358c){return _0x5cdb42===_0x14358c;}};if(!_0x48475d['GvKVO'](existsSync,_0x5b4526))return![];let _0x5e1a48;try{const _0x1fe0a8=await _0x48475d[_0x2c7cb2(0x1e1)](readFile,_0x5b4526,_0x48475d[_0x2c7cb2(0x1e4)]);_0x5e1a48=parseJsonc(_0x1fe0a8);}catch{return![];}const _0xf89ade=Array[_0x2c7cb2(0x1d4)](_0x5e1a48['plugin'])?_0x5e1a48[_0x2c7cb2(0x1ce)]:[];if(_0x48475d[_0x2c7cb2(0x1c4)](_0xf89ade['length'],0x0))return![];const _0xbf7db8=_0xf89ade['filter'](_0x72e717=>{const _0xc70901=_0x2c7cb2;if(typeof _0x72e717!==_0x48475d[_0xc70901(0x1dc)])return!![];return _0x48475d['PKWZF'](_0x72e717,opencodePluginName);});if(_0xbf7db8['length']===_0xf89ade['length'])return![];return _0x48475d[_0x2c7cb2(0x1d2)](_0xbf7db8[_0x2c7cb2(0x1c2)],0x0)?delete _0x5e1a48['plugin']:_0x5e1a48[_0x2c7cb2(0x1ce)]=_0xbf7db8,await writeFile(_0x5b4526,JSON[_0x2c7cb2(0x1d8)](_0x5e1a48,null,0x2)+'\x0a'),!![];}async function uninstallClaudePlugin(_0x316277){const _0x13b133=_0x39cc5f,_0x1bf087={'uVPtb':function(_0x1bc596,_0x4cdf16){return _0x1bc596===_0x4cdf16;},'JqQZA':'claude','OAsiJ':_0x13b133(0x1bf),'GhYfx':'close'};return new Promise(_0x3abf46=>{const _0x254885=_0x13b133,_0x3aa396={'AEzNU':function(_0x9f502b,_0x15484d){return _0x9f502b(_0x15484d);},'ZlilM':function(_0x584b76,_0x279a36){const _0x1cc993=_0x2349;return _0x1bf087[_0x1cc993(0x1bc)](_0x584b76,_0x279a36);}},_0x5b50aa=['plugin','uninstall',_0x254885(0x1e0)];_0x316277&&_0x5b50aa['push'](_0x254885(0x1d0),_0x316277);const _0x190241=spawn(_0x1bf087['JqQZA'],_0x5b50aa,{'stdio':_0x1bf087['OAsiJ'],'shell':process['platform']===_0x254885(0x1cb)});_0x190241['on'](_0x1bf087['GhYfx'],_0x35b682=>{const _0xc99cbd=_0x254885;_0x3aa396[_0xc99cbd(0x1b2)](_0x3abf46,_0x3aa396[_0xc99cbd(0x1b8)](_0x35b682,0x0));}),_0x190241['on'](_0x254885(0x1b4),()=>{_0x3abf46(![]);});});}function _0x2349(_0x20300f,_0x14be65){_0x20300f=_0x20300f-0x1af;const _0x4ae80d=_0x4ae8();let _0x234981=_0x4ae80d[_0x20300f];return _0x234981;}async function removeMarketplace(){const _0x3fcaca=_0x39cc5f,_0x4f1967={'DsleF':function(_0x232c6e,_0x1b11bd){return _0x232c6e(_0x1b11bd);},'zDSKg':function(_0x20be7f,_0xbbb095){return _0x20be7f===_0xbbb095;},'TuiED':function(_0x119f73,_0x4c4bfa,_0x18dcb1,_0x2bf8aa){return _0x119f73(_0x4c4bfa,_0x18dcb1,_0x2bf8aa);},'ELJur':_0x3fcaca(0x1c9),'OVXgF':'plugin','UjDxN':'pipe','UmckE':'close','mFWVo':_0x3fcaca(0x1b4)};return new Promise(_0x1aa69f=>{const _0x3d0bfa=_0x3fcaca,_0x4bf2ce={'YNnat':function(_0x202f8e,_0x408be9){const _0x1b604a=_0x2349;return _0x4f1967[_0x1b604a(0x1ba)](_0x202f8e,_0x408be9);}},_0x4bc168=_0x4f1967[_0x3d0bfa(0x1b7)](spawn,_0x4f1967['ELJur'],[_0x4f1967[_0x3d0bfa(0x1db)],_0x3d0bfa(0x1bb),'remove',_0x3d0bfa(0x1af)],{'stdio':_0x4f1967[_0x3d0bfa(0x1b0)],'shell':_0x4f1967['zDSKg'](process[_0x3d0bfa(0x1e5)],_0x3d0bfa(0x1cb))});_0x4bc168['on'](_0x4f1967[_0x3d0bfa(0x1b6)],_0x3c9eaf=>{_0x4f1967['DsleF'](_0x1aa69f,_0x4f1967['zDSKg'](_0x3c9eaf,0x0));}),_0x4bc168['on'](_0x4f1967['mFWVo'],()=>{const _0x131bcb=_0x3d0bfa;_0x4bf2ce[_0x131bcb(0x1d1)](_0x1aa69f,![]);});});}export async function clean(){const _0x50f2a5=_0x39cc5f,_0xef0882={'jbQdn':'\x0a🧹\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','UKZYo':function(_0x27b2e9){return _0x27b2e9();},'bwPYZ':'✓\x20Removed\x20stored\x20credentials','CkXqZ':function(_0x290338){return _0x290338();},'Edqrm':function(_0x118794,_0x124949){return _0x118794(_0x124949);},'gsyxN':'✓\x20Removed\x20.ranger/\x20directory','WpbCC':function(_0x5c1d93,_0x401e4e,_0x3dde07){return _0x5c1d93(_0x401e4e,_0x3dde07);},'HXjoe':function(_0x576f65,_0x397fc7,_0x2feb52){return _0x576f65(_0x397fc7,_0x2feb52);},'vYxTy':function(_0x3b17bf,_0x43ec2d,_0x118bf7){return _0x3b17bf(_0x43ec2d,_0x118bf7);},'ccnGR':'user','ZjYZn':function(_0x5c8e3e,_0x23caf2,_0xce1f80){return _0x5c8e3e(_0x23caf2,_0xce1f80);},'XewIF':'opencode.json','uevvz':_0x50f2a5(0x1c7),'EfGDt':function(_0x51fc9b,_0x19ee64){return _0x51fc9b(_0x19ee64);},'kkDcr':'project','pCnxV':_0x50f2a5(0x1de),'IGkJs':_0x50f2a5(0x1d6),'BUOtI':'\x0a✅\x20Cleanup\x20complete!\x0a','utWIV':'Nothing\x20to\x20clean\x20up.\x0a'};console[_0x50f2a5(0x1e3)](_0xef0882[_0x50f2a5(0x1c5)]);let _0x150025=![];try{await _0xef0882['UKZYo'](deleteAllCredentials),console[_0x50f2a5(0x1e3)](_0xef0882['bwPYZ']),_0x150025=!![];}catch{}const _0x4f2270=_0xef0882[_0x50f2a5(0x1b9)](getCacheFile);existsSync(_0x4f2270)&&(await _0xef0882['Edqrm'](rm,_0x4f2270),_0x150025=!![]);const _0x5bdb0d=getRangerDir();existsSync(_0x5bdb0d)&&(await rm(_0x5bdb0d,{'recursive':!![]}),console['log'](_0xef0882['gsyxN']),_0x150025=!![]);const _0x7a49df=_0xef0882['UKZYo'](getProjectSkillsDir);for(const _0x2ded3f of skillsToRemove){const _0x38cef1=_0xef0882['WpbCC'](join,_0x7a49df,_0x2ded3f);_0xef0882[_0x50f2a5(0x1da)](existsSync,_0x38cef1)&&(await _0xef0882[_0x50f2a5(0x1b5)](rm,_0x38cef1,{'recursive':!![]}),console[_0x50f2a5(0x1e3)]('✓\x20Removed\x20project\x20skill:\x20'+_0x2ded3f),_0x150025=!![]);}const _0x568454=_0xef0882[_0x50f2a5(0x1d3)](getUserSkillsDir);for(const _0x1a4d66 of skillsToRemove){const _0x63f735=_0xef0882['vYxTy'](join,_0x568454,_0x1a4d66);existsSync(_0x63f735)&&(await _0xef0882['WpbCC'](rm,_0x63f735,{'recursive':!![]}),console[_0x50f2a5(0x1e3)]('✓\x20Removed\x20user\x20skill:\x20'+_0x1a4d66),_0x150025=!![]);}const _0x165c3c=getOpencodeSkillsDir('project');for(const _0x67a9f7 of skillsToRemove){const _0x17ded1=join(_0x165c3c,_0x67a9f7);existsSync(_0x17ded1)&&(await _0xef0882[_0x50f2a5(0x1c6)](rm,_0x17ded1,{'recursive':!![]}),console[_0x50f2a5(0x1e3)]('✓\x20Removed\x20OpenCode\x20project\x20skill:\x20'+_0x67a9f7),_0x150025=!![]);}const _0x484700=getOpencodeSkillsDir(_0xef0882['ccnGR']);for(const _0x264319 of skillsToRemove){const _0x449ac6=_0xef0882['ZjYZn'](join,_0x484700,_0x264319);existsSync(_0x449ac6)&&(await rm(_0x449ac6,{'recursive':!![]}),console['log']('✓\x20Removed\x20OpenCode\x20user\x20skill:\x20'+_0x264319),_0x150025=!![]);}const _0x2c269=join(_0xef0882['Edqrm'](getOpencodeConfigDir,'project'),_0xef0882['XewIF']);await removeOpencodePluginConfig(_0x2c269)&&(console['log'](_0x50f2a5(0x1c1)),_0x150025=!![]);const _0x315813=join(getOpencodeConfigDir(_0xef0882['ccnGR']),_0x50f2a5(0x1be));await _0xef0882[_0x50f2a5(0x1da)](removeOpencodePluginConfig,_0x315813)&&(console[_0x50f2a5(0x1e3)](_0xef0882[_0x50f2a5(0x1d7)]),_0x150025=!![]);const _0x25eb23=await uninstallClaudePlugin();_0x25eb23&&(console[_0x50f2a5(0x1e3)](_0x50f2a5(0x1cf)),_0x150025=!![]);const _0x3dcc8e=await _0xef0882[_0x50f2a5(0x1c3)](uninstallClaudePlugin,_0xef0882['kkDcr']);_0x3dcc8e&&(console['log'](_0xef0882[_0x50f2a5(0x1b3)]),_0x150025=!![]);const _0x399ae5=await _0xef0882['UKZYo'](removeMarketplace);_0x399ae5&&(console[_0x50f2a5(0x1e3)](_0xef0882['IGkJs']),_0x150025=!![]),_0x150025?console[_0x50f2a5(0x1e3)](_0xef0882['BUOtI']):console['log'](_0xef0882['utWIV']);}