@ranger-testing/ranger-cli 2.4.2 → 2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) 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 -0
  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/traceSnapshotMapper.js +1 -1
  66. package/build/commands/utils/userApi.js +1 -1
  67. package/build/commands/utils/version.js +1 -1
  68. package/build/commands/verifyFeature.js +1 -1
  69. package/build/commands/verifyFeatureCli.js +1 -1
  70. package/build/commands/verifyInBrowser.js +1 -1
  71. package/package.json +1 -1
package/build/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x4b19d6=_0x1b3d;(function(_0x116de2,_0x1781f7){const _0x1d4884=_0x1b3d,_0x2a05ec=_0x116de2();while(!![]){try{const _0x255a45=parseInt(_0x1d4884(0x1b2))/0x1*(-parseInt(_0x1d4884(0x1a2))/0x2)+-parseInt(_0x1d4884(0x29e))/0x3*(-parseInt(_0x1d4884(0x219))/0x4)+-parseInt(_0x1d4884(0x20c))/0x5+parseInt(_0x1d4884(0x21e))/0x6*(-parseInt(_0x1d4884(0x199))/0x7)+parseInt(_0x1d4884(0x2a9))/0x8*(-parseInt(_0x1d4884(0x279))/0x9)+-parseInt(_0x1d4884(0x244))/0xa*(parseInt(_0x1d4884(0x2c6))/0xb)+parseInt(_0x1d4884(0x257))/0xc;if(_0x255a45===_0x1781f7)break;else _0x2a05ec['push'](_0x2a05ec['shift']());}catch(_0x530dd2){_0x2a05ec['push'](_0x2a05ec['shift']());}}}(_0x39c5,0x5f226));import _0x5c600c from'dotenv';import{dirname,join,parse}from'path';function _0x1b3d(_0x5d377d,_0x2e21a2){_0x5d377d=_0x5d377d-0x184;const _0x39c510=_0x39c5();let _0x1b3dda=_0x39c510[_0x5d377d];return _0x1b3dda;}import{existsSync}from'fs';function findProjectRoot(){const _0x2f6d8a=_0x1b3d,_0x1ae1e3={'Tmdtt':function(_0x1600d1,_0x15719b){return _0x1600d1(_0x15719b);}};let _0x4c9375=process[_0x2f6d8a(0x1b4)]();const _0x426272=_0x1ae1e3[_0x2f6d8a(0x1de)](parse,_0x4c9375)[_0x2f6d8a(0x19d)];while(_0x4c9375!==_0x426272){if(existsSync(join(_0x4c9375,_0x2f6d8a(0x21b)))||_0x1ae1e3['Tmdtt'](existsSync,join(_0x4c9375,_0x2f6d8a(0x252))))return _0x4c9375;_0x4c9375=dirname(_0x4c9375);}return process[_0x2f6d8a(0x1b4)]();}_0x5c600c['config']({'path':join(findProjectRoot(),_0x4b19d6(0x252))});function _0x39c5(){const _0x32d032=['FClsw','session-id','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','trackCommandError','xkggO','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','mXGRj','bzmSE','Environment\x20name','RXPyX','value','LfbWV','jAyGE','user','Manage\x20profiles','partial','Tmdtt','json','IVThP','gPWgm','hook:enable','hwInV','FOMcv','\x20FAILED','rVlhU','array','jHqSI','PKElb','startsWith','zJDMB','skip-auth','LqxhZ','checklist','env','ranger\x20feature\x20list','Feature\x20review\x20ID','aYJpv','blocked','koMvm','log','exitCode','Evaluation:\x20','add\x20<profile-name>','force','uygkP','hGtNH','setup-header','mAVQN','Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/update/config/encrypt-auth)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.','OYUhI','eGJah','enable','cemFG','irDYX','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','DIcUR','MRuAP','limit','summary','create','Gcidb','hEbVh','3544445iFqhbz','You\x20must\x20specify\x20an\x20auth\x20subcommand','start-path','ZnFXx','vlFcn','cdp-endpoint','Manage\x20profile\x20configuration','dJtkh','AdHfk','set\x20<profile>\x20<key>\x20<value>','opencode','VEvBz','Name\x20of\x20the\x20profile','18220UeowTS','ranger\x20profile\x20config\x20list','.ranger','update\x20<profile-name>','\x0aIssues:','54HtGAbx','FLneI','ranger\x20config\x20get','ObcbF','YcYfG','tQDAB','KRQeQ','Rsrlj','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','config\x20get','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','Restore\x20a\x20soft-deleted\x20feature\x20review','Scenario\x20description','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','--task','JDvCK','unset\x20<profile>\x20<key>','LBDsW','ranger\x20setup','oEuES','help','Include\x20soft-deleted\x20feature\x20reviews','VdIpU','number','ranger\x20go','setup\x20[token]','edit-scenario','Install\x20Ranger\x20skills','config','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','--checklist','ranger\x20add\x20env','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','tSiri','cjVoT','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','ranger\x20profile\x20encrypt-auth','33160KHSnjS','feature\x20delete','SCcqx','boolean','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','nupJV','env\x20update','UMJcY','ftFzQ','Ivknz','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','FkFRi','OeBTA','ranger\x20verify-feature','.env','QsBut','ranger\x20get-review','command','yUUam','27693492qEeqnV','allow-insecure-localhost','otjuX','Number\x20of\x20feature\x20reviews\x20to\x20skip','GOzIa','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','nXPZM','GljPx','scope','Name\x20of\x20the\x20profile\x20to\x20update','ranger\x20feature\x20restore','\x0aUnknown\x20command:\x20','exit','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','failed','auth','error','get\x20<profile>\x20<key>','YePjH','feature\x20resume','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','verified','BRpKf','HlUME','MSrQU','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','fpNWx','debug-outcome','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','project','hUOVx','List\x20all\x20feature\x20reviews','ranger\x20resume','severity','9iDEHCm','Name\x20of\x20the\x20environment\x20to\x20update','feature','add-checklist-item\x20<description>','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','argv','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','ranger\x20profile\x20ls','--profile','list\x20<env>','name','some','task','IwPXH','mpdaq','hENCw','positional','XvjOd','ranger\x20profile\x20config\x20unset','nlObA','ESCbz','slice','PMwsG','BTYEJ','You\x20must\x20specify\x20an\x20env\x20subcommand','evaluation','cHmoZ','XePJq','list','login','string','rprZl','profile\x20config\x20get','clILd','headed','ODhnP','kRoQw','330sApvIv','ranger\x20env\x20ls','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','rGtff','RKpfm','ranger\x20add-scenario','token','HyYjQ','aVJyQ','Profile\x20name','\x20VERIFIED','5351536ERpvRo','SqsXR','fKzSY','profile\x20config\x20list','feature\x20create','scriptName','get-review','message','feature\x20restore','demandCommand','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','jTzQZ','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','--scenario','skip-chromium','NohNC','dLFvm','resume\x20[id]','akcCF','profile\x20encrypt-auth','strictCommands','Config\x20value','AYycc','mRgvS','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','Scenario\x20index\x20(1-based)','zLcrm','uODyo','1540HmncvO','current-branch','schbQ','config\x20unset','--notes','WWVPr','env-name','get-review\x20[id]','HqBkO','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','add\x20env\x20<env-name>','UwrcX','ulQtO','Ahjdk','hook','Feature\x20review\x20description','CAuCx','Add\x20profile\x20configuration','ranger\x20feature\x20get-feedback','wtDXe','Install\x20skills\x20for\x20OpenCode','skillup','UhhLn','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','ranger\x20start','Unknown\x20error','VlQpp','BeKjY','epilogue','url','LrDel','TNcty','version','list\x20<profile>','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','xHAzQ','LDptH','You\x20must\x20specify\x20a\x20config\x20subcommand','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','Optional\x20feature\x20ID','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','offset','VfXMq','dOpuN','--item','start','default','KEheI','notes','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','sZFKl','gpoQI','show\x20[id]','dZYMV','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','Lptgc','get\x20<env>\x20<key>','usage','\x20INCOMPLETE','Task\x20description\x20(defaults\x20to\x20scenario\x20description)','ANKzR','include-deleted','ranger\x20env\x20update','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','43036DTYDyF','Config\x20key\x20to\x20remove','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','root','MJuCa','QeylN','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','TthEs','35984emgsPA','profile-name','scenario','IApDt','Set\x20a\x20config\x20value','description','zoDTL','BmChG','update','key','vGbiE','item','ZPneQ','gsaZI','xBVHK','tSrfz','29JXEJwD','awsTC','cwd','repeat','\x0aError:\x20','Aonnd','YjNnL','feature\x20list','Initialize\x20Ranger\x20in\x20your\x20project','ranger\x20profile\x20update','profile','Rwtqj','Scenario\x20number\x20to\x20edit\x20(1-based)','get-feedback\x20[id]','KVdXr','verify-feature','delete\x20[id]','OgXvJ','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','GzaDe','ranger\x20profile\x20config\x20set','parse','ranger\x20create','option','wnVgt','List\x20all\x20profiles','tULWv','cuxLo'];_0x39c5=function(){return _0x32d032;};return _0x39c5();}import _0x224023 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{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{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']('unhandledRejection',async _0x2ce4e3=>{const _0x40082b=_0x4b19d6,_0x41fbb5={'BRpKf':function(_0x18d0d3){return _0x18d0d3();}},_0x39366b=_0x41fbb5[_0x40082b(0x26d)](getCurrentCollector);_0x39366b&&await _0x39366b['trackCommandError'](_0x2ce4e3),process[_0x40082b(0x1f6)]=0x1;});const rawArgs=process['argv'][_0x4b19d6(0x28e)](0x2),TOP_LEVEL_HELP=_0x4b19d6(0x1fe),PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true',PROFILE_CONFIG_HELP='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(_0x27061c,_0x50e866){const _0x57a45a=_0x4b19d6;console[_0x57a45a(0x267)]('\x0a'+_0x27061c+'\x20is\x20now\x20'+_0x50e866+'\x0a');}function argUsed(_0x3404a5){const _0x4e8d32=_0x4b19d6;return rawArgs[_0x4e8d32(0x284)](_0x2b89dd=>_0x2b89dd===_0x3404a5||_0x2b89dd[_0x4e8d32(0x1ea)](_0x3404a5+'='));}function warnFlagRenamed(_0x5856b0,_0xcd6b63,_0x409847){argUsed(_0xcd6b63)&&warnRenamed(_0x5856b0+'\x20'+_0xcd6b63,_0x5856b0+'\x20'+_0x409847);}async function runGoCommand(_0x5ad692,_0x59a8c7=![]){const _0x55e119=_0x4b19d6,_0x47cfa0={'VAMva':function(_0xc2d284,_0x16e75d){return _0xc2d284+_0x16e75d;},'KRQeQ':_0x55e119(0x251),'YolqW':'ranger\x20go','XvjOd':'--env','bzmSE':_0x55e119(0x281),'MTtCK':function(_0x3d4b2f,_0x28f3ea,_0x1aac47,_0x413f0f){return _0x3d4b2f(_0x28f3ea,_0x1aac47,_0x413f0f);},'KHdcO':_0x55e119(0x22d),'RKpfm':_0x55e119(0x2ca),'MSrQU':_0x55e119(0x185),'IoVBp':function(_0x476d03){return _0x476d03();},'iMipG':'flag','BTYEJ':_0x55e119(0x23b),'IwPXH':'debug-address-comments','cjVoT':function(_0x44a724,_0x566e43){return _0x44a724===_0x566e43;},'xtovI':_0x55e119(0x2a8),'LfbWV':_0x55e119(0x193),'VfXMq':function(_0x40775c,_0x1c588){return _0x40775c===_0x1c588;},'sOXiV':'\x20PARTIAL','Ocjfc':function(_0x4dca3b,_0x4b24fe){return _0x4dca3b===_0x4b24fe;},'BHfuw':'blocked','OYUhI':_0x55e119(0x21d),'QeUVj':function(_0x3e0400,_0x38a311){return _0x3e0400===_0x38a311;}};_0x59a8c7&&warnRenamed(_0x47cfa0[_0x55e119(0x224)],_0x47cfa0['YolqW']);warnFlagRenamed(_0x55e119(0x237),_0x47cfa0[_0x55e119(0x28a)],_0x47cfa0[_0x55e119(0x1d5)]),_0x47cfa0['MTtCK'](warnFlagRenamed,'ranger\x20go',_0x47cfa0['KHdcO'],_0x47cfa0[_0x55e119(0x2a2)]),warnFlagRenamed(_0x55e119(0x237),_0x47cfa0[_0x55e119(0x26f)],_0x55e119(0x2b7));const _0x36e7b1=await _0x47cfa0['IoVBp'](loadRangerConfig),_0xd1cc1b=_0x5ad692['model'],_0x57e3d4=_0x36e7b1['model'],_0x168290=_0xd1cc1b??_0x57e3d4,_0x2dddf0=_0xd1cc1b?_0x47cfa0['iMipG']:_0x57e3d4?_0x47cfa0[_0x55e119(0x290)]:_0x55e119(0x187),_0x3bb7e8=await verifyFeature({'featureId':_0x5ad692[_0x55e119(0x27b)],'profile':_0x5ad692[_0x55e119(0x1bc)]??_0x5ad692['env'],'notes':_0x5ad692[_0x55e119(0x189)]??_0x5ad692['task'],'scenario':_0x5ad692[_0x55e119(0x1a4)]??_0x5ad692[_0x55e119(0x1ad)],'startPath':_0x5ad692[_0x55e119(0x20e)],'debugOutcome':_0x5ad692[_0x55e119(0x272)],'debugAddressComments':_0x5ad692[_0x47cfa0[_0x55e119(0x286)]],'headed':_0x5ad692[_0x55e119(0x29b)],'verifyModel':_0x168290,'verifyModelInput':_0x168290,'verifyModelSource':_0x2dddf0});console['log']('\x0a'+'='[_0x55e119(0x1b5)](0x3c)),console[_0x55e119(0x1f5)](_0x47cfa0[_0x55e119(0x241)](_0x3bb7e8[_0x55e119(0x292)],_0x55e119(0x26c))?_0x47cfa0['xtovI']:_0x3bb7e8[_0x55e119(0x292)]==='incomplete'?_0x47cfa0[_0x55e119(0x1d9)]:_0x47cfa0[_0x55e119(0x2f0)](_0x3bb7e8[_0x55e119(0x292)],'partial')?_0x47cfa0['sOXiV']:_0x47cfa0['Ocjfc'](_0x3bb7e8[_0x55e119(0x292)],_0x47cfa0['BHfuw'])?'\x20BLOCKED':_0x55e119(0x1e5)),console['log']('='['repeat'](0x3c)),console['log']('Summary:\x20'+_0x3bb7e8[_0x55e119(0x208)]),console['log'](_0x55e119(0x1f7)+_0x3bb7e8['evaluation']),console[_0x55e119(0x1f5)]('Reason:\x20'+_0x3bb7e8['evaluationReason']),_0x3bb7e8['issues']?.['length']&&(console['log'](_0x47cfa0[_0x55e119(0x1ff)]),_0x3bb7e8['issues']['forEach']((_0x679f65,_0xabda45)=>{const _0x41aced=_0x55e119;console['log']('\x0a'+_0x47cfa0['VAMva'](_0xabda45,0x1)+'.\x20['+_0x679f65[_0x41aced(0x278)]+']\x20'+_0x679f65['description']);})),process['exit'](_0x47cfa0['QeUVj'](_0x3bb7e8[_0x55e119(0x292)],_0x55e119(0x26c))?0x0:0x1);}_0x224023(process[_0x4b19d6(0x27e)]['slice'](0x2))[_0x4b19d6(0x2ae)]('ranger')['usage'](TOP_LEVEL_HELP)[_0x4b19d6(0x2e6)](getCurrentVersion())['command']('create\x20<name>',_0x4b19d6(0x2a0),_0x737d94=>{const _0x535326=_0x4b19d6,_0x448359={'zoDTL':'name','pqNmg':'Feature\x20review\x20name','AdxDM':_0x535326(0x1a7),'vGbiE':_0x535326(0x2d5),'hGtNH':_0x535326(0x1e7)};return _0x737d94[_0x535326(0x289)](_0x448359[_0x535326(0x1a8)],{'type':_0x535326(0x297),'description':_0x448359['pqNmg'],'demandOption':!![]})['option'](_0x448359['AdxDM'],{'type':_0x535326(0x297),'alias':'d','description':_0x448359[_0x535326(0x1ac)]})['option'](_0x535326(0x1a4),{'type':_0x448359[_0x535326(0x1fb)],'alias':'c','description':_0x535326(0x248)})[_0x535326(0x1c9)](_0x535326(0x1ee),{'type':_0x448359[_0x535326(0x1fb)],'hidden':!![]});},async _0x35ce30=>{const _0x41996c=_0x4b19d6,_0x1e40ed={'IjXOd':_0x41996c(0x23d),'DfZXl':function(_0x305208,_0x194eeb,_0x4eef43){return _0x305208(_0x194eeb,_0x4eef43);}};warnFlagRenamed('ranger\x20create',_0x1e40ed['IjXOd'],_0x41996c(0x2b7));const _0x3d031b=_0x35ce30['scenario']||_0x35ce30['checklist'];await _0x1e40ed['DfZXl'](withTelemetry,_0x41996c(0x209),()=>featureCreate(_0x35ce30['name'],{'description':_0x35ce30[_0x41996c(0x1a7)],'scenarios':_0x3d031b}));})['command']('list',_0x4b19d6(0x276),_0xe16ea5=>{const _0x5da606=_0x4b19d6,_0x435990={'ziRFH':_0x5da606(0x2c7),'ThoZJ':'boolean','DSjFW':_0x5da606(0x1a0),'cXuAl':'offset','ByCUC':_0x5da606(0x236),'ieCEa':'Number\x20of\x20feature\x20reviews\x20to\x20skip'};return _0xe16ea5[_0x5da606(0x1c9)](_0x435990['ziRFH'],{'type':_0x435990['ThoZJ'],'description':_0x435990['DSjFW']})['option']('limit',{'type':'number','alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})['option'](_0x435990['cXuAl'],{'type':_0x435990['ByCUC'],'alias':'o','description':_0x435990['ieCEa'],'default':0x0})[_0x5da606(0x1c9)]('include-deleted',{'type':_0x435990['ThoZJ'],'alias':'d','description':_0x5da606(0x234),'default':![]});},async _0xf4515f=>{const _0x2a4f15=_0x4b19d6,_0x45b673={'jAyGE':function(_0x15d8fd,_0x40e720,_0x243e3d){return _0x15d8fd(_0x40e720,_0x243e3d);}};await _0x45b673[_0x2a4f15(0x1da)](withTelemetry,_0x2a4f15(0x295),()=>featureList({'currentBranch':_0xf4515f['current-branch'],'limit':_0xf4515f['limit'],'offset':_0xf4515f['offset'],'includeDeleted':_0xf4515f['include-deleted']}));})[_0x4b19d6(0x255)](_0x4b19d6(0x18d),_0x4b19d6(0x24e),_0x237655=>{const _0xc248c9=_0x4b19d6,_0x215878={'gJsUb':'string','sDdSj':'Feature\x20review\x20ID'};return _0x237655[_0xc248c9(0x289)]('id',{'type':_0x215878['gJsUb'],'description':_0x215878['sDdSj']});},async _0x39cb88=>{await withTelemetry('show',()=>featureShow(_0x39cb88['id']));})['command'](_0x4b19d6(0x2bb),_0x4b19d6(0x2b3),_0x469edd=>{const _0x279e66=_0x4b19d6;return _0x469edd[_0x279e66(0x289)]('id',{'type':_0x279e66(0x297),'description':_0x279e66(0x228)});},async _0x468e5a=>{const _0x1f847b={'Evdps':'resume'};await withTelemetry(_0x1f847b['Evdps'],()=>featureResume(_0x468e5a['id']));})[_0x4b19d6(0x255)]('add-scenario\x20<description>',_0x4b19d6(0x2e8),_0xceaaf4=>{const _0x155eec=_0x4b19d6,_0x5d8ce2={'zLcrm':_0x155eec(0x297),'OJTbL':_0x155eec(0x22a),'pBumn':_0x155eec(0x2b5)};return _0xceaaf4['positional']('description',{'type':_0x5d8ce2[_0x155eec(0x2c4)],'description':_0x5d8ce2['OJTbL'],'demandOption':!![]})['option']('id',{'type':_0x155eec(0x297),'description':_0x5d8ce2['pBumn']});},async _0x19ba44=>{const _0x5afdb4=_0x4b19d6;await withTelemetry('add-scenario',()=>featureAddScenario(_0x19ba44[_0x5afdb4(0x1a7)],_0x19ba44['id']));})[_0x4b19d6(0x255)]('edit-scenario\x20<description>',_0x4b19d6(0x2ee),_0x3084a5=>{const _0x16221=_0x4b19d6,_0x495011={'FkFRi':'description','hwInV':_0x16221(0x1be)};return _0x3084a5[_0x16221(0x289)](_0x495011[_0x16221(0x24f)],{'type':'string','description':'New\x20scenario\x20description','demandOption':!![]})[_0x16221(0x1c9)](_0x16221(0x1a4),{'type':'number','description':_0x495011[_0x16221(0x1e3)],'demandOption':!![]})['option']('id',{'type':_0x16221(0x297),'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x1e897b=>{const _0xf7dbaa=_0x4b19d6,_0xf590e6={'FumbH':function(_0x596aac,_0x258a6c,_0x45e117){return _0x596aac(_0x258a6c,_0x45e117);}};await _0xf590e6['FumbH'](withTelemetry,_0xf7dbaa(0x239),()=>featureEditScenario(_0x1e897b[_0xf7dbaa(0x1a7)],{'id':_0x1e897b['id'],'scenario':_0x1e897b['scenario']}));})[_0x4b19d6(0x255)]('report\x20[id]','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x467a6e=>{const _0x307355=_0x4b19d6,_0x5f510e={'ZvZnv':_0x307355(0x1f1),'hUOVx':'exclude-scenario','NohNC':_0x307355(0x1e7),'YcYfG':_0x307355(0x2dd),'dOpuN':'boolean','IjzJx':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown'};return _0x467a6e['positional']('id',{'type':'string','description':_0x5f510e['ZvZnv']})[_0x307355(0x1c9)](_0x5f510e[_0x307355(0x275)],{'type':_0x5f510e[_0x307355(0x2b9)],'description':_0x5f510e[_0x307355(0x222)]})[_0x307355(0x1c9)]('json',{'type':_0x5f510e[_0x307355(0x184)],'description':_0x5f510e['IjzJx'],'default':![]});},async _0x3c5b1d=>{const _0x3fb27a=_0x4b19d6,_0x28f366={'uygkP':function(_0x210f84,_0x2bd62d,_0x3ff242){return _0x210f84(_0x2bd62d,_0x3ff242);},'XePJq':'report'},_0x2e328b=_0x3c5b1d['exclude-scenario'],_0x409ed8=_0x2e328b?_0x2e328b['map'](_0x32db8e=>Number(_0x32db8e)):undefined;await _0x28f366[_0x3fb27a(0x1fa)](withTelemetry,_0x28f366[_0x3fb27a(0x294)],()=>featureReportPrDescription(_0x3c5b1d['id'],{'excludeScenarios':_0x409ed8,'json':_0x3c5b1d[_0x3fb27a(0x1df)]}));})['command'](_0x4b19d6(0x2cd),_0x4b19d6(0x264),_0x2159ff=>{const _0xd183d7=_0x4b19d6,_0x52940a={'cKLHM':_0xd183d7(0x2b5)};return _0x2159ff['positional']('id',{'type':_0xd183d7(0x297),'description':_0x52940a['cKLHM']});},async _0x195007=>{const _0x3b1254=_0x4b19d6;await withTelemetry(_0x3b1254(0x2af),()=>featureGetReview(_0x195007['id']));})['command'](_0x4b19d6(0x1c2),'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x584d75=>{const _0x3dd1ce=_0x4b19d6,_0x3cc5b2={'eohiL':'Feature\x20review\x20ID'};return _0x584d75['positional']('id',{'type':_0x3dd1ce(0x297),'description':_0x3cc5b2['eohiL']});},async _0x3519ea=>{const _0x509827=_0x4b19d6,_0x22dcc1={'dZYMV':function(_0x3233fa,_0x11e92b,_0x43b5ee){return _0x3233fa(_0x11e92b,_0x43b5ee);}};await _0x22dcc1[_0x509827(0x18e)](withTelemetry,'delete',()=>featureDelete(_0x3519ea['id']));})[_0x4b19d6(0x255)]('restore\x20<id>',_0x4b19d6(0x229),_0x41cecd=>{const _0x408dee=_0x4b19d6,_0x38ea67={'HqBkO':'string'};return _0x41cecd['positional']('id',{'type':_0x38ea67[_0x408dee(0x2ce)],'description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x4327a3=>{const _0x5d3640=_0x4b19d6,_0x2ed81f={'KVdXr':function(_0xd345fc,_0x1d4e7f,_0x1f0540){return _0xd345fc(_0x1d4e7f,_0x1f0540);}};await _0x2ed81f[_0x5d3640(0x1c0)](withTelemetry,'restore',()=>featureRestore(_0x4327a3['id']));})['command'](_0x4b19d6(0x238),_0x4b19d6(0x1ba),_0x530959=>{const _0x209ed9=_0x4b19d6,_0x47dc60={'vwnjw':_0x209ed9(0x2a4),'gPWgm':'skip-chromium','LrDel':_0x209ed9(0x297),'oEuES':_0x209ed9(0x1db),'jTzQZ':_0x209ed9(0x2b6),'PKElb':'force','YePjH':_0x209ed9(0x258),'YjNnL':_0x209ed9(0x247),'koMvm':_0x209ed9(0x18f)};return _0x530959['positional'](_0x47dc60['vwnjw'],{'type':'string','description':_0x209ed9(0x25c)})[_0x209ed9(0x1c9)](_0x47dc60[_0x209ed9(0x1e1)],{'type':_0x209ed9(0x247),'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option']('scope',{'type':_0x47dc60[_0x209ed9(0x2e4)],'choices':[_0x47dc60[_0x209ed9(0x232)],_0x209ed9(0x274)],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})[_0x209ed9(0x1c9)]('url',{'type':_0x47dc60['LrDel'],'description':_0x47dc60[_0x209ed9(0x2b4)]})['option'](_0x47dc60[_0x209ed9(0x1e9)],{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x209ed9(0x216),{'type':'boolean','description':'Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','default':![]})['option'](_0x47dc60[_0x209ed9(0x269)],{'type':_0x47dc60[_0x209ed9(0x1b8)],'description':_0x47dc60[_0x209ed9(0x1f4)],'default':![]});},async _0x4208de=>{const _0x5160b9=_0x4b19d6,_0x52623b={'xbJXf':function(_0x38982d,_0x174e12,_0x31bdb8){return _0x38982d(_0x174e12,_0x31bdb8);},'wnVgt':_0x5160b9(0x186)};await _0x52623b['xbJXf'](withTelemetry,_0x52623b[_0x5160b9(0x1ca)],_0x11d8a5=>start(_0x4208de[_0x5160b9(0x2a4)],{'skipChromium':_0x4208de['skip-chromium'],'scope':_0x4208de[_0x5160b9(0x25f)],'url':_0x4208de['url'],'force':_0x4208de['force'],'opencode':_0x4208de['opencode'],'allowInsecureLocalhost':_0x4208de['allow-insecure-localhost']},_0x11d8a5));})['command']('setup-ci\x20<token>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x1c08ff=>{const _0x152dd5=_0x4b19d6,_0x22ad94={'akcCF':'Ranger\x20API\x20token','DvggQ':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','mpdaq':'skip-chromium','UwrcX':_0x152dd5(0x247),'rVlhU':'Skip\x20Chromium\x20browser\x20installation'};return _0x1c08ff[_0x152dd5(0x289)]('token',{'type':_0x152dd5(0x297),'description':_0x22ad94[_0x152dd5(0x2bc)],'demandOption':!![]})[_0x152dd5(0x1c9)](_0x152dd5(0x1bc),{'type':'string','description':_0x152dd5(0x18a)})['option']('base-url',{'type':_0x152dd5(0x297),'description':_0x22ad94['DvggQ']})[_0x152dd5(0x1c9)](_0x22ad94[_0x152dd5(0x287)],{'type':_0x22ad94[_0x152dd5(0x2d1)],'description':_0x22ad94[_0x152dd5(0x1e6)],'default':![]});},async _0x3d03a3=>{const _0x8272a2=_0x4b19d6;await withTelemetry('setup-ci',_0x416dc1=>setupCi(_0x3d03a3[_0x8272a2(0x2a4)],{'profile':_0x3d03a3[_0x8272a2(0x1bc)],'baseUrl':_0x3d03a3['base-url'],'skipChromium':_0x3d03a3['skip-chromium']},_0x416dc1));})[_0x4b19d6(0x255)]('login',_0x4b19d6(0x23f),()=>{},async()=>{const _0xdfd690=_0x4b19d6;await withTelemetry(_0xdfd690(0x296),()=>login());})[_0x4b19d6(0x255)]('skillup',_0x4b19d6(0x23a),_0x3e7c92=>{const _0xdf24cb=_0x4b19d6,_0x96c366={'WAvBq':_0xdf24cb(0x216)};return _0x3e7c92['option'](_0x96c366['WAvBq'],{'type':'boolean','description':_0xdf24cb(0x2da),'default':![]})['option'](_0xdf24cb(0x25f),{'type':_0xdf24cb(0x297),'choices':[_0xdf24cb(0x1db),_0xdf24cb(0x274)],'description':'Install\x20scope\x20for\x20skills'});},async _0x2ff9c8=>{const _0x2d9666=_0x4b19d6,_0x3e203e={'ESCbz':function(_0x477650,_0x11ba8a){return _0x477650(_0x11ba8a);},'ewQyh':function(_0x18bb2d,_0x19cb25,_0x3c9cbc){return _0x18bb2d(_0x19cb25,_0x3c9cbc);}},_0x5e51ed=_0x3e203e[_0x2d9666(0x28d)](Boolean,_0x2ff9c8[_0x2d9666(0x216)]);await _0x3e203e['ewQyh'](withTelemetry,_0x2d9666(0x2db),()=>skillup({'autoInstall':_0x2ff9c8['scope'],'platform':_0x5e51ed?'opencode':'claude'}));})[_0x4b19d6(0x255)]('clean',_0x4b19d6(0x1c4),()=>{},async()=>{await withTelemetry('clean',()=>clean());})['command']('profile',_0x4b19d6(0x1dc),_0x2c75dd=>{const _0x5a5e3c=_0x4b19d6,_0x34ed56={'WWVPr':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','FLneI':_0x5a5e3c(0x26b),'PMwsG':_0x5a5e3c(0x1ec),'VdIpU':_0x5a5e3c(0x247),'otjuX':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','uMbtD':_0x5a5e3c(0x1f9),'DPxny':_0x5a5e3c(0x211),'JbVQa':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','IApDt':'safe-mode','xkggO':_0x5a5e3c(0x27f),'mXGRj':'setup-header','yUUam':function(_0x3c849c,_0x37023b,_0xdfe9d0,_0x407fb0){return _0x3c849c(_0x37023b,_0xdfe9d0,_0x407fb0);},'YkMXV':'profile\x20add','VAuDo':_0x5a5e3c(0x1a3),'tSiri':_0x5a5e3c(0x297),'LqxhZ':_0x5a5e3c(0x218),'gsaZI':function(_0x7e1a5a,_0x3e4764,_0x4ac6fe){return _0x7e1a5a(_0x3e4764,_0x4ac6fe);},'dJtkh':'profile','FoDLQ':'Profile\x20name','TuOfx':function(_0xfa7428,_0xac24e9,_0x2c3fc8){return _0xfa7428(_0xac24e9,_0x2c3fc8);},'AYycc':_0x5a5e3c(0x2bd),'gpoQI':_0x5a5e3c(0x1d8),'Ivknz':_0x5a5e3c(0x2bf),'RiQkJ':'profile\x20config\x20unset','eGJah':'Config\x20key','Lptgc':_0x5a5e3c(0x268),'IMRkq':'List\x20all\x20config\x20for\x20a\x20profile','Rwtqj':'Remove\x20a\x20config\x20value','TEYbX':'use\x20<profile-name>','vYsya':'Switch\x20to\x20using\x20a\x20specific\x20profile','nzLFl':_0x5a5e3c(0x1cb),'kDXGJ':'You\x20must\x20specify\x20a\x20profile\x20subcommand'};return _0x2c75dd[_0x5a5e3c(0x192)](PROFILE_HELP)['command'](_0x5a5e3c(0x1f8),_0x5a5e3c(0x2d7),_0x5edbe8=>{const _0x453a66=_0x5a5e3c;return _0x5edbe8['positional']('profile-name',{'type':'string','description':_0x34ed56[_0x453a66(0x2cb)],'demandOption':!![]})['option']('ci',{'type':'boolean','description':_0x34ed56[_0x453a66(0x21f)],'default':![]})['option'](_0x34ed56[_0x453a66(0x28f)],{'type':_0x34ed56[_0x453a66(0x235)],'description':_0x34ed56[_0x453a66(0x259)],'default':![]})['option']('url',{'type':_0x453a66(0x297),'description':_0x453a66(0x19c)})[_0x453a66(0x1c9)](_0x34ed56['uMbtD'],{'type':_0x34ed56['VdIpU'],'description':_0x453a66(0x198),'default':![]})['option'](_0x34ed56['DPxny'],{'type':'string','description':_0x453a66(0x2ec)})['option'](_0x453a66(0x258),{'type':'boolean','description':_0x34ed56['JbVQa'],'default':![]})[_0x453a66(0x1c9)](_0x34ed56[_0x453a66(0x1a5)],{'type':_0x34ed56['VdIpU'],'description':_0x34ed56[_0x453a66(0x1d2)],'default':![]})['option'](_0x34ed56[_0x453a66(0x1d4)],{'type':'string','array':!![],'description':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)'});},async _0x2373e2=>{const _0x5109c3=_0x5a5e3c;await _0x34ed56[_0x5109c3(0x256)](withTelemetry,_0x34ed56['YkMXV'],_0x2cd81c=>addEnv(_0x2373e2['profile-name'],{'ci':_0x2373e2['ci'],'skipAuth':_0x2373e2[_0x5109c3(0x1ec)],'url':_0x2373e2['url'],'force':_0x2373e2['force'],'cdpEndpoint':_0x2373e2['cdp-endpoint'],'allowInsecureLocalhost':_0x2373e2[_0x5109c3(0x258)],'safeMode':_0x2373e2['safe-mode'],'setupHeader':_0x2373e2[_0x5109c3(0x1fc)]},_0x2cd81c),{'isElectron':Boolean(_0x2373e2[_0x5109c3(0x211)])});})['command'](_0x34ed56['TEYbX'],_0x34ed56['vYsya'],_0x4ebf24=>{const _0x2553cc=_0x5a5e3c;return _0x4ebf24[_0x2553cc(0x289)](_0x34ed56['VAuDo'],{'type':_0x34ed56[_0x2553cc(0x240)],'description':_0x34ed56[_0x2553cc(0x1ed)],'demandOption':!![]});},async _0xc977b6=>{const _0x501044=_0x5a5e3c;await _0x34ed56[_0x501044(0x1af)](withTelemetry,'profile\x20use',()=>useEnv(_0xc977b6['profile-name']));})['command']('encrypt-auth\x20<profile>',_0x5a5e3c(0x1d3),_0x21618e=>{const _0x395f4a=_0x5a5e3c;return _0x21618e[_0x395f4a(0x289)](_0x34ed56[_0x395f4a(0x213)],{'type':_0x34ed56['tSiri'],'description':_0x34ed56['FoDLQ'],'demandOption':!![]});},async _0x58b3ee=>{const _0x5b6d32=_0x5a5e3c;await _0x34ed56['TuOfx'](withTelemetry,_0x34ed56[_0x5b6d32(0x2c0)],()=>authEncrypt(_0x58b3ee['profile']));})['command']('ls',_0x34ed56['nzLFl'],()=>{},async()=>{await withTelemetry('profile\x20ls',()=>envList());})['command'](_0x5a5e3c(0x21c),'Update\x20authentication\x20for\x20an\x20existing\x20profile',_0x5d2eab=>{const _0x5a379c=_0x5a5e3c;return _0x5d2eab[_0x5a379c(0x289)]('profile-name',{'type':'string','description':_0x5a379c(0x260),'demandOption':!![]})['option'](_0x5a379c(0x258),{'type':_0x34ed56['VdIpU'],'description':_0x34ed56['JbVQa']});},async _0x3923c1=>{const _0x1e7e3d=_0x5a5e3c;await withTelemetry('profile\x20update',_0x44fc01=>updateEnv(_0x3923c1[_0x1e7e3d(0x1a3)],_0x44fc01,{'allowInsecureLocalhost':_0x3923c1['allow-insecure-localhost']}));})[_0x5a5e3c(0x255)]('config',_0x5a5e3c(0x212),_0x2cb1f0=>{const _0x194106=_0x5a5e3c,_0x2dfcf2={'WmLsu':_0x194106(0x1bc),'EfYOF':'key','QNjZY':_0x34ed56[_0x194106(0x240)],'awsTC':_0x34ed56[_0x194106(0x200)],'GOzIa':function(_0x5f14c8,_0x2227a4,_0x290e3b){return _0x5f14c8(_0x2227a4,_0x290e3b);},'BXRbb':_0x194106(0x2ac)};return _0x2cb1f0['usage'](PROFILE_CONFIG_HELP)[_0x194106(0x255)](_0x194106(0x215),_0x194106(0x1a6),_0x2bde96=>{const _0x315d5d=_0x194106;return _0x2bde96['positional'](_0x315d5d(0x1bc),{'type':_0x315d5d(0x297),'description':_0x315d5d(0x2a7),'demandOption':!![]})['positional'](_0x315d5d(0x1ab),{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','demandOption':!![]})['positional'](_0x34ed56[_0x315d5d(0x18c)],{'type':_0x315d5d(0x297),'description':_0x34ed56[_0x315d5d(0x24d)],'demandOption':!![]});},async _0x36f6f5=>{const _0x16b584=_0x194106;await withTelemetry('profile\x20config\x20set',()=>configSet(_0x36f6f5[_0x16b584(0x1bc)],_0x36f6f5[_0x16b584(0x1ab)],_0x36f6f5[_0x16b584(0x1d8)]));})['command'](_0x34ed56[_0x194106(0x190)],'Get\x20a\x20config\x20value',_0x2a8168=>{const _0x3514df=_0x194106;return _0x2a8168['positional'](_0x2dfcf2['WmLsu'],{'type':_0x3514df(0x297),'description':_0x3514df(0x2a7),'demandOption':!![]})['positional'](_0x2dfcf2['EfYOF'],{'type':_0x2dfcf2['QNjZY'],'description':_0x2dfcf2[_0x3514df(0x1b3)],'demandOption':!![]});},async _0x2f46b8=>{const _0x246968=_0x194106;await _0x2dfcf2[_0x246968(0x25b)](withTelemetry,_0x246968(0x299),()=>configGet(_0x2f46b8[_0x246968(0x1bc)],_0x2f46b8['key']));})[_0x194106(0x255)](_0x194106(0x2e7),_0x34ed56['IMRkq'],_0x10849c=>{const _0x54e4cc=_0x194106;return _0x10849c[_0x54e4cc(0x289)]('profile',{'type':_0x54e4cc(0x297),'description':'Profile\x20name','demandOption':!![]});},async _0x2b5d88=>{const _0x4857e6=_0x194106;await withTelemetry(_0x2dfcf2['BXRbb'],()=>configList(_0x2b5d88[_0x4857e6(0x1bc)]));})[_0x194106(0x255)](_0x194106(0x22f),_0x34ed56[_0x194106(0x1bd)],_0x217743=>{const _0x3218eb=_0x194106;return _0x217743['positional'](_0x3218eb(0x1bc),{'type':_0x2dfcf2['QNjZY'],'description':'Profile\x20name','demandOption':!![]})[_0x3218eb(0x289)]('key',{'type':_0x3218eb(0x297),'description':_0x3218eb(0x19a),'demandOption':!![]});},async _0x5248a1=>{await withTelemetry(_0x34ed56['RiQkJ'],()=>configUnset(_0x5248a1['profile'],_0x5248a1['key']));})[_0x194106(0x2b2)](0x1,_0x194106(0x1d0));})['demandCommand'](0x1,_0x34ed56['kDXGJ']);})['command']('status',_0x4b19d6(0x242),()=>{},async()=>{const _0x35c622={'LZRje':'status'};await withTelemetry(_0x35c622['LZRje'],()=>status());})['command'](_0x4b19d6(0x1aa),'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version',()=>{},async()=>{const _0x20468f={'brAlT':function(_0x76c773,_0x4e9fd2,_0x17d63e){return _0x76c773(_0x4e9fd2,_0x17d63e);},'zmdVf':'update'};await _0x20468f['brAlT'](withTelemetry,_0x20468f['zmdVf'],()=>update());})[_0x4b19d6(0x255)]('go','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)',_0x1d453f=>{const _0xd6a5f6=_0x4b19d6,_0x335a31={'HyYjQ':'notes','mMvBv':'number','ndSkR':_0xd6a5f6(0x2c3),'GzaDe':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','rprZl':_0xd6a5f6(0x297),'pqhas':'headed','ZeGNL':_0xd6a5f6(0x22b),'tULWv':_0xd6a5f6(0x26c),'dmdvY':'failed','wBwTt':'debug-address-comments','ZnFXx':'boolean','LDptH':_0xd6a5f6(0x1ef),'lYbuv':_0xd6a5f6(0x285)};return _0x1d453f[_0xd6a5f6(0x1c9)](_0xd6a5f6(0x27b),{'type':'string','description':_0xd6a5f6(0x2ed)})['option'](_0xd6a5f6(0x1bc),{'type':'string','description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})['option'](_0x335a31[_0xd6a5f6(0x2a5)],{'type':'string','description':_0xd6a5f6(0x2cf)})['option']('scenario',{'type':_0x335a31['mMvBv'],'description':_0x335a31['ndSkR']})[_0xd6a5f6(0x1c9)](_0xd6a5f6(0x20e),{'type':_0xd6a5f6(0x297),'description':_0x335a31[_0xd6a5f6(0x1c5)]})['option']('model',{'type':_0x335a31[_0xd6a5f6(0x298)],'description':'Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1)'})['option'](_0x335a31['pqhas'],{'type':'boolean','description':_0x335a31['ZeGNL'],'default':![]})['option'](_0xd6a5f6(0x272),{'type':_0xd6a5f6(0x297),'hidden':!![],'choices':[_0x335a31[_0xd6a5f6(0x1cc)],'partial',_0xd6a5f6(0x1f3),_0x335a31['dmdvY'],'incomplete']})['option'](_0x335a31['wBwTt'],{'type':_0x335a31[_0xd6a5f6(0x20f)],'hidden':!![]})[_0xd6a5f6(0x1c9)](_0x335a31[_0xd6a5f6(0x2ea)],{'type':_0x335a31[_0xd6a5f6(0x298)],'hidden':!![]})[_0xd6a5f6(0x1c9)](_0x335a31['lYbuv'],{'type':_0xd6a5f6(0x297),'hidden':!![]})['option'](_0xd6a5f6(0x1ad),{'type':'number','hidden':!![]});},async _0x28c69e=>{const _0x4a50f0={'XyLFk':function(_0x55ef9d,_0x14a44d){return _0x55ef9d(_0x14a44d);}};await _0x4a50f0['XyLFk'](runGoCommand,_0x28c69e);})[_0x4b19d6(0x255)](_0x4b19d6(0x266),![],_0x4bd574=>{const _0x448c0c=_0x4b19d6,_0x207ef0={'ObcbF':_0x448c0c(0x1bc),'JtrHz':_0x448c0c(0x297),'Ixaqf':function(_0x35aa11,_0x3f287f,_0xd06c06){return _0x35aa11(_0x3f287f,_0xd06c06);},'BjVne':'ranger\x20auth\x20encrypt'};return _0x4bd574[_0x448c0c(0x255)]('encrypt\x20<profile>',![],_0x299603=>{const _0x1ad5f6=_0x448c0c;return _0x299603[_0x1ad5f6(0x289)](_0x207ef0[_0x1ad5f6(0x221)],{'type':_0x207ef0['JtrHz'],'description':'Profile\x20name','demandOption':!![]});},async _0x25cb79=>{const _0x3d1017=_0x448c0c;_0x207ef0['Ixaqf'](warnRenamed,_0x207ef0['BjVne'],_0x3d1017(0x243)),await authEncrypt(_0x25cb79['profile']);})['demandCommand'](0x1,_0x448c0c(0x20d));},()=>{})['command']('start\x20[token]',![],_0xd6aaca=>{const _0x36eb45=_0x4b19d6,_0x46d439={'cHmoZ':_0x36eb45(0x2a4),'UCtEd':_0x36eb45(0x25c),'RXPyX':'scope','sBBvH':_0x36eb45(0x297)};return _0xd6aaca['positional'](_0x46d439[_0x36eb45(0x293)],{'type':'string','description':_0x46d439['UCtEd']})[_0x36eb45(0x1c9)]('skip-chromium',{'type':'boolean','description':_0x36eb45(0x27d),'default':![]})['option'](_0x46d439[_0x36eb45(0x1d7)],{'type':_0x46d439['sBBvH'],'choices':[_0x36eb45(0x1db),'project'],'description':_0x36eb45(0x23c)})[_0x36eb45(0x1c9)]('url',{'type':_0x36eb45(0x297),'description':_0x36eb45(0x2b6)})['option']('force',{'type':_0x36eb45(0x247),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]});},async _0x2731dd=>{const _0x44b38d=_0x4b19d6,_0x5356a1={'MmKTu':_0x44b38d(0x2de),'Aonnd':function(_0x33dec7,_0x6c658e,_0x379f03){return _0x33dec7(_0x6c658e,_0x379f03);},'ZPneQ':_0x44b38d(0x186)};warnRenamed(_0x5356a1['MmKTu'],_0x44b38d(0x231)),await _0x5356a1[_0x44b38d(0x1b7)](withTelemetry,_0x5356a1[_0x44b38d(0x1ae)],_0xf154a2=>start(_0x2731dd[_0x44b38d(0x2a4)],{'skipChromium':_0x2731dd[_0x44b38d(0x2b8)],'scope':_0x2731dd[_0x44b38d(0x25f)],'url':_0x2731dd[_0x44b38d(0x2e3)],'force':_0x2731dd['force']},_0xf154a2));})[_0x4b19d6(0x255)](_0x4b19d6(0x1c1),![],_0x4dfcf8=>{const _0x4d8258=_0x4b19d6,_0xb09cb9={'cuxLo':_0x4d8258(0x1ef),'xBVHK':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','oRVTj':'task','vlFcn':'number','DmdTP':'Scenario\x20index\x20(1-based)','QikkP':'profile','QsBut':'scenario','xHAzQ':'string','VEvBz':'model','UUjVX':_0x4d8258(0x29b),'iJwqi':_0x4d8258(0x272),'HlUME':'incomplete'};return _0x4dfcf8['option'](_0xb09cb9[_0x4d8258(0x1cd)],{'type':'string','description':_0xb09cb9[_0x4d8258(0x1b0)]})[_0x4d8258(0x1c9)](_0xb09cb9['oRVTj'],{'type':_0x4d8258(0x297),'description':_0x4d8258(0x194)})['option'](_0x4d8258(0x1ad),{'type':_0xb09cb9[_0x4d8258(0x210)],'description':_0xb09cb9['DmdTP']})['option'](_0xb09cb9['QikkP'],{'type':_0x4d8258(0x297),'hidden':!![]})[_0x4d8258(0x1c9)]('notes',{'type':'string','hidden':!![]})[_0x4d8258(0x1c9)](_0xb09cb9[_0x4d8258(0x253)],{'type':_0xb09cb9['vlFcn'],'hidden':!![]})[_0x4d8258(0x1c9)]('start-path',{'type':_0xb09cb9[_0x4d8258(0x2e9)],'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})['option'](_0xb09cb9[_0x4d8258(0x217)],{'type':_0x4d8258(0x297),'hidden':!![]})['option'](_0xb09cb9['UUjVX'],{'type':_0x4d8258(0x247),'hidden':!![],'default':![]})[_0x4d8258(0x1c9)](_0xb09cb9['iJwqi'],{'type':_0x4d8258(0x297),'hidden':!![],'choices':['verified',_0x4d8258(0x1dd),_0x4d8258(0x1f3),_0x4d8258(0x265),_0xb09cb9[_0x4d8258(0x26e)]]});},async _0x1da41d=>{const _0x4e3edb={'xuNLG':function(_0x31cbe0,_0x5d7560,_0xf097db){return _0x31cbe0(_0x5d7560,_0xf097db);}};await _0x4e3edb['xuNLG'](runGoCommand,_0x1da41d,!![]);})['command'](_0x4b19d6(0x2d0),![],_0x14c1dd=>{const _0x1d940d=_0x4b19d6,_0x12cc64={'QFGcF':_0x1d940d(0x2cc),'nXPZM':_0x1d940d(0x19b),'IAweJ':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','EGQND':_0x1d940d(0x247)};return _0x14c1dd['positional'](_0x12cc64['QFGcF'],{'type':'string','description':_0x12cc64[_0x1d940d(0x25d)],'demandOption':!![]})[_0x1d940d(0x1c9)]('ci',{'type':'boolean','description':_0x12cc64['IAweJ'],'default':![]})[_0x1d940d(0x1c9)](_0x1d940d(0x1ec),{'type':_0x12cc64['EGQND'],'description':_0x1d940d(0x22c),'default':![]});},async _0x4faec2=>{const _0x17d46b=_0x4b19d6,_0x56822e={'NhMRI':function(_0xd9f528,_0x35efa9,_0xe120f3){return _0xd9f528(_0x35efa9,_0xe120f3);},'sZFKl':'ranger\x20profile\x20add','kXEHk':function(_0x487284,_0x248a72,_0x26b219){return _0x487284(_0x248a72,_0x26b219);},'XYIAr':'add\x20env'};_0x56822e['NhMRI'](warnRenamed,_0x17d46b(0x23e),_0x56822e[_0x17d46b(0x18b)]),await _0x56822e['kXEHk'](withTelemetry,_0x56822e['XYIAr'],_0x50430c=>addEnv(_0x4faec2[_0x17d46b(0x2cc)],{'ci':_0x4faec2['ci'],'skipAuth':_0x4faec2[_0x17d46b(0x1ec)]},_0x50430c));})[_0x4b19d6(0x255)]('use\x20<env-name>',![],_0x526d95=>{const _0x11207b=_0x4b19d6,_0x39f9f3={'Rsrlj':'env-name','rGtff':_0x11207b(0x297)};return _0x526d95[_0x11207b(0x289)](_0x39f9f3[_0x11207b(0x225)],{'type':_0x39f9f3[_0x11207b(0x2a1)],'description':'Name\x20of\x20the\x20environment','demandOption':!![]});},async _0x13a88b=>{const _0x33ea8b=_0x4b19d6,_0x94842e={'lMPQC':'ranger\x20use','ODhnP':'ranger\x20profile\x20use'};warnRenamed(_0x94842e['lMPQC'],_0x94842e[_0x33ea8b(0x29c)]),await withTelemetry('use',()=>useEnv(_0x13a88b[_0x33ea8b(0x2cc)]));})['command']('config',![],_0x586fee=>{const _0x1f585c=_0x4b19d6,_0x29af09={'mAVQN':'env','DIcUR':_0x1f585c(0x297),'KEheI':'Environment\x20name','CAuCx':'key','schbQ':_0x1f585c(0x226),'hAAHh':_0x1f585c(0x1d8),'nupJV':'config\x20set','yPiBC':_0x1f585c(0x220),'Ahjdk':function(_0x51c73c,_0x2ba3fb,_0x3f4293){return _0x51c73c(_0x2ba3fb,_0x3f4293);},'uODyo':_0x1f585c(0x227),'FClsw':function(_0x162556,_0x54caa5,_0x1d45f5){return _0x162556(_0x54caa5,_0x1d45f5);},'PndEB':'ranger\x20config\x20list','bFNGp':'config\x20list','RwUdi':function(_0x411e7c,_0xc0d800,_0x9e91f0){return _0x411e7c(_0xc0d800,_0x9e91f0);},'wtDXe':'ranger\x20config\x20unset','fpNWx':_0x1f585c(0x2c9),'OgXvJ':'set\x20<env>\x20<key>\x20<value>','MJuCa':_0x1f585c(0x282),'DqmVj':'unset\x20<env>\x20<key>'};return _0x586fee[_0x1f585c(0x255)](_0x29af09[_0x1f585c(0x1c3)],![],_0x386190=>{const _0x102aa1=_0x1f585c;return _0x386190[_0x102aa1(0x289)](_0x29af09[_0x102aa1(0x1fd)],{'type':_0x29af09[_0x102aa1(0x205)],'description':_0x29af09[_0x102aa1(0x188)],'demandOption':!![]})[_0x102aa1(0x289)](_0x29af09[_0x102aa1(0x2d6)],{'type':_0x102aa1(0x297),'description':_0x29af09[_0x102aa1(0x2c8)],'demandOption':!![]})['positional'](_0x29af09['hAAHh'],{'type':'string','description':'Config\x20value','demandOption':!![]});},async _0x196b15=>{const _0x2479f4=_0x1f585c;warnRenamed('ranger\x20config\x20set',_0x2479f4(0x1c6)),await withTelemetry(_0x29af09[_0x2479f4(0x249)],()=>configSet(_0x196b15[_0x2479f4(0x1ef)],_0x196b15[_0x2479f4(0x1ab)],_0x196b15['value']));})[_0x1f585c(0x255)](_0x1f585c(0x191),![],_0x14e3a0=>{const _0x18c509=_0x1f585c;return _0x14e3a0['positional'](_0x29af09['mAVQN'],{'type':'string','description':_0x18c509(0x1d6),'demandOption':!![]})['positional'](_0x18c509(0x1ab),{'type':_0x29af09['DIcUR'],'description':'Config\x20key','demandOption':!![]});},async _0xe0fb21=>{const _0x354c72=_0x1f585c;warnRenamed(_0x29af09['yPiBC'],'ranger\x20profile\x20config\x20get'),await _0x29af09[_0x354c72(0x2d3)](withTelemetry,_0x29af09[_0x354c72(0x2c5)],()=>configGet(_0xe0fb21[_0x354c72(0x1ef)],_0xe0fb21['key']));})[_0x1f585c(0x255)](_0x29af09[_0x1f585c(0x19e)],![],_0x4e5ae7=>{const _0x7b628=_0x1f585c;return _0x4e5ae7['positional'](_0x7b628(0x1ef),{'type':_0x7b628(0x297),'description':'Environment\x20name','demandOption':!![]});},async _0x359943=>{const _0x2f58ae=_0x1f585c;_0x29af09['FClsw'](warnRenamed,_0x29af09['PndEB'],_0x2f58ae(0x21a)),await _0x29af09[_0x2f58ae(0x1ce)](withTelemetry,_0x29af09['bFNGp'],()=>configList(_0x359943['env']));})['command'](_0x29af09['DqmVj'],![],_0x2501b0=>{const _0x3ec86f=_0x1f585c;return _0x2501b0['positional']('env',{'type':_0x29af09[_0x3ec86f(0x205)],'description':_0x29af09[_0x3ec86f(0x188)],'demandOption':!![]})[_0x3ec86f(0x289)](_0x29af09['CAuCx'],{'type':_0x29af09[_0x3ec86f(0x205)],'description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x121bda=>{const _0x30f384=_0x1f585c;_0x29af09['RwUdi'](warnRenamed,_0x29af09[_0x30f384(0x2d9)],_0x30f384(0x28b)),await withTelemetry(_0x29af09[_0x30f384(0x271)],()=>configUnset(_0x121bda['env'],_0x121bda['key']));})[_0x1f585c(0x2b2)](0x1,_0x1f585c(0x2eb));})['command']('env',![],_0xa77799=>{const _0x550c9c=_0x4b19d6,_0x4841c6={'uiNvN':_0x550c9c(0x29f),'MRuAP':function(_0x4881b1,_0xf68f03,_0x59b2cd){return _0x4881b1(_0xf68f03,_0x59b2cd);},'dLFvm':'env-name','hEbVh':_0x550c9c(0x24a),'TNcty':_0x550c9c(0x291)};return _0xa77799['command']('ls',![],()=>{},async()=>{const _0x5b641a=_0x550c9c;warnRenamed(_0x4841c6['uiNvN'],_0x5b641a(0x280)),await _0x4841c6[_0x5b641a(0x206)](withTelemetry,'env\x20list',()=>envList());})['command']('update\x20<env-name>',![],_0x115fce=>{const _0xc1b1e6=_0x550c9c;return _0x115fce[_0xc1b1e6(0x289)](_0x4841c6[_0xc1b1e6(0x2ba)],{'type':'string','description':_0xc1b1e6(0x27a),'demandOption':!![]});},async _0x5ef2ac=>{const _0x27f367=_0x550c9c;warnRenamed(_0x27f367(0x197),_0x27f367(0x1bb)),await withTelemetry(_0x4841c6[_0x27f367(0x20b)],_0x2082e0=>updateEnv(_0x5ef2ac['env-name'],_0x2082e0));})[_0x550c9c(0x2b2)](0x1,_0x4841c6[_0x550c9c(0x2e5)]);})[_0x4b19d6(0x255)]('feature',![],_0x3ccab5=>{const _0x5f1031=_0x4b19d6,_0x58b73f={'OocBd':'description','nlObA':'Feature\x20review\x20description','AIeCj':_0x5f1031(0x1ee),'irDYX':'array','fKzSY':_0x5f1031(0x248),'clILd':function(_0x41eb16,_0x223264,_0x7431e7){return _0x41eb16(_0x223264,_0x7431e7);},'kOtjO':'ranger\x20feature\x20create','BmChG':function(_0x50db19,_0x19fb06,_0x520075,_0x155270){return _0x50db19(_0x19fb06,_0x520075,_0x155270);},'ANKzR':_0x5f1031(0x2ad),'FOMcv':_0x5f1031(0x2c7),'mRgvS':'boolean','XpKdW':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','kRoQw':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','SDzLY':'offset','XLZUb':'number','oQEDg':'Include\x20soft-deleted\x20feature\x20reviews','Gcidb':_0x5f1031(0x1f0),'tQDAB':function(_0x521ea6,_0x1d79e4,_0x14e6c9){return _0x521ea6(_0x1d79e4,_0x14e6c9);},'WpjKC':_0x5f1031(0x1b9),'TthEs':'string','zJDMB':function(_0x4e7617,_0x5758eb,_0xf752ec){return _0x4e7617(_0x5758eb,_0xf752ec);},'tSrfz':'feature\x20show','SqsXR':function(_0x50c82f,_0x52c4a2,_0x349eb6){return _0x50c82f(_0x52c4a2,_0x349eb6);},'GljPx':'ranger\x20feature\x20resume','OeBTA':_0x5f1031(0x277),'aVJyQ':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','jHqSI':'ranger\x20feature\x20add-checklist-item','UMJcY':_0x5f1031(0x2a3),'IuuZG':function(_0x49e37a,_0x8fed82,_0x527e59){return _0x49e37a(_0x8fed82,_0x527e59);},'vZZqc':_0x5f1031(0x2d8),'aYJpv':_0x5f1031(0x254),'BeKjY':'feature\x20get-feedback','ftFzQ':function(_0x5e247f,_0x4711f0,_0x5ad00c){return _0x5e247f(_0x4711f0,_0x5ad00c);},'HoBUq':'ranger\x20feature\x20delete','VlQpp':'ranger\x20delete','UhhLn':'Feature\x20review\x20ID\x20to\x20restore','BijQw':function(_0x571c24,_0x2d82d4,_0x36d02d){return _0x571c24(_0x2d82d4,_0x36d02d);},'MrrXt':_0x5f1031(0x261),'ntJmF':_0x5f1031(0x2b1),'jZTJn':'create\x20<name>','FSuCT':_0x5f1031(0x295),'WwztL':_0x5f1031(0x2bb),'pDkgw':'restore\x20<id>','JDvCK':'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand'};return _0x3ccab5['command'](_0x58b73f['jZTJn'],![],_0x4843f1=>{const _0x1b61f2=_0x5f1031;return _0x4843f1[_0x1b61f2(0x289)]('name',{'type':'string','description':'Feature\x20review\x20name','demandOption':!![]})['option'](_0x58b73f['OocBd'],{'type':'string','alias':'d','description':_0x58b73f[_0x1b61f2(0x28c)]})[_0x1b61f2(0x1c9)](_0x58b73f['AIeCj'],{'type':_0x58b73f[_0x1b61f2(0x203)],'alias':'c','description':_0x58b73f[_0x1b61f2(0x2ab)]})[_0x1b61f2(0x1c9)]('scenario',{'type':'array','hidden':!![]});},async _0x48154c=>{const _0x5a99cb=_0x5f1031;_0x58b73f[_0x5a99cb(0x29a)](warnRenamed,_0x58b73f['kOtjO'],'ranger\x20create'),_0x58b73f[_0x5a99cb(0x1a9)](warnFlagRenamed,_0x5a99cb(0x1c8),_0x5a99cb(0x23d),_0x5a99cb(0x2b7));const _0x8355ce=_0x48154c[_0x5a99cb(0x1a4)]||_0x48154c['checklist'];await _0x58b73f[_0x5a99cb(0x29a)](withTelemetry,_0x58b73f[_0x5a99cb(0x195)],()=>featureCreate(_0x48154c['name'],{'description':_0x48154c[_0x5a99cb(0x1a7)],'scenarios':_0x8355ce}));})[_0x5f1031(0x255)](_0x58b73f['FSuCT'],![],_0x4c52f0=>{const _0x4c46fa=_0x5f1031;return _0x4c52f0[_0x4c46fa(0x1c9)](_0x58b73f[_0x4c46fa(0x1e4)],{'type':_0x58b73f[_0x4c46fa(0x2c1)],'description':_0x58b73f['XpKdW']})['option']('limit',{'type':'number','alias':'l','description':_0x58b73f[_0x4c46fa(0x29d)],'default':0xa})['option'](_0x58b73f['SDzLY'],{'type':_0x58b73f['XLZUb'],'alias':'o','description':_0x4c46fa(0x25a),'default':0x0})[_0x4c46fa(0x1c9)]('include-deleted',{'type':_0x58b73f['mRgvS'],'alias':'d','description':_0x58b73f['oQEDg'],'default':![]});},async _0x2da048=>{const _0x491a72=_0x5f1031;_0x58b73f['clILd'](warnRenamed,_0x58b73f[_0x491a72(0x20a)],'ranger\x20list'),await _0x58b73f[_0x491a72(0x223)](withTelemetry,_0x58b73f['WpjKC'],()=>featureList({'currentBranch':_0x2da048['current-branch'],'limit':_0x2da048[_0x491a72(0x207)],'offset':_0x2da048[_0x491a72(0x2ef)],'includeDeleted':_0x2da048[_0x491a72(0x196)]}));})['command'](_0x5f1031(0x18d),![],_0x33dd2b=>{const _0x32a6b0=_0x5f1031;return _0x33dd2b[_0x32a6b0(0x289)]('id',{'type':_0x58b73f[_0x32a6b0(0x1a1)],'description':_0x32a6b0(0x1f1)});},async _0x569593=>{const _0x44228d=_0x5f1031;warnRenamed('ranger\x20feature\x20show','ranger\x20show'),await _0x58b73f[_0x44228d(0x1eb)](withTelemetry,_0x58b73f[_0x44228d(0x1b1)],()=>featureShow(_0x569593['id']));})['command'](_0x58b73f['WwztL'],![],_0x474a58=>{const _0x4dd748=_0x5f1031;return _0x474a58[_0x4dd748(0x289)]('id',{'type':'string','description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x518b1e=>{const _0x44cd25=_0x5f1031;_0x58b73f[_0x44cd25(0x2aa)](warnRenamed,_0x58b73f[_0x44cd25(0x25e)],_0x58b73f[_0x44cd25(0x250)]),await withTelemetry(_0x44cd25(0x26a),()=>featureResume(_0x518b1e['id']));})['command'](_0x5f1031(0x27c),![],_0x34cd52=>{const _0x337041=_0x5f1031;return _0x34cd52['positional'](_0x58b73f['OocBd'],{'type':_0x58b73f['TthEs'],'description':_0x337041(0x22a),'demandOption':!![]})[_0x337041(0x1c9)]('id',{'type':_0x337041(0x297),'description':_0x58b73f[_0x337041(0x2a6)]});},async _0x112a70=>{const _0x412cd8=_0x5f1031;warnRenamed(_0x58b73f[_0x412cd8(0x1e8)],_0x58b73f[_0x412cd8(0x24b)]),await _0x58b73f['clILd'](withTelemetry,'feature\x20add-checklist-item',()=>featureAddScenario(_0x112a70[_0x412cd8(0x1a7)],_0x112a70['id']));})[_0x5f1031(0x255)](_0x5f1031(0x1bf),![],_0x3a9c55=>{const _0x462957=_0x5f1031;return _0x3a9c55['positional']('id',{'type':_0x58b73f[_0x462957(0x1a1)],'description':_0x58b73f['aVJyQ']});},async _0x163bcf=>{const _0x1c0b4b=_0x5f1031;_0x58b73f['IuuZG'](warnRenamed,_0x58b73f['vZZqc'],_0x58b73f[_0x1c0b4b(0x1f2)]),await _0x58b73f[_0x1c0b4b(0x1eb)](withTelemetry,_0x58b73f[_0x1c0b4b(0x2e1)],()=>featureGetReview(_0x163bcf['id']));})['command'](_0x5f1031(0x1c2),![],_0x2711c6=>{return _0x2711c6['positional']('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x4a6495=>{const _0x5f214a=_0x5f1031;_0x58b73f[_0x5f214a(0x24c)](warnRenamed,_0x58b73f['HoBUq'],_0x58b73f[_0x5f214a(0x2e0)]),await _0x58b73f[_0x5f214a(0x24c)](withTelemetry,_0x5f214a(0x245),()=>featureDelete(_0x4a6495['id']));})['command'](_0x58b73f['pDkgw'],![],_0x541b9b=>{const _0x2a9cc4=_0x5f1031;return _0x541b9b['positional']('id',{'type':_0x58b73f['TthEs'],'description':_0x58b73f[_0x2a9cc4(0x2dc)],'demandOption':!![]});},async _0x1a88c0=>{_0x58b73f['BijQw'](warnRenamed,_0x58b73f['MrrXt'],'ranger\x20restore'),await withTelemetry(_0x58b73f['ntJmF'],()=>featureRestore(_0x1a88c0['id']));})[_0x5f1031(0x2b2)](0x1,_0x58b73f[_0x5f1031(0x22e)]);})[_0x4b19d6(0x255)](_0x4b19d6(0x2d4),![],_0x2f0f0b=>{const _0x50a84c=_0x4b19d6,_0xacbb34={'cemFG':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','Dqbik':function(_0x416471,_0x564d41,_0x5e7911){return _0x416471(_0x564d41,_0x5e7911);},'pIOge':_0x50a84c(0x1e2),'QeylN':_0x50a84c(0x297),'LBDsW':function(_0x19d848,_0x29104f,_0x3d125e){return _0x19d848(_0x29104f,_0x3d125e);},'ulQtO':_0x50a84c(0x201),'AdHfk':_0x50a84c(0x273),'KOWvW':'name','IVThP':_0x50a84c(0x204)};return _0x2f0f0b['command'](_0xacbb34[_0x50a84c(0x2d2)],_0xacbb34[_0x50a84c(0x214)],_0x456e73=>{const _0x27212d=_0x50a84c;return _0x456e73[_0x27212d(0x1c9)](_0x27212d(0x1cf),{'type':'string','description':_0xacbb34[_0x27212d(0x202)]});},async _0xee2d31=>{const _0x3d39fe=_0x50a84c;await _0xacbb34['Dqbik'](withTelemetry,_0xacbb34['pIOge'],()=>hook(_0x3d39fe(0x201),_0xee2d31[_0x3d39fe(0x1cf)]));})['command']('disable',_0x50a84c(0x270),_0x394dc5=>{const _0x1bcf8a=_0x50a84c;return _0x394dc5[_0x1bcf8a(0x1c9)]('session-id',{'type':_0xacbb34[_0x1bcf8a(0x19f)],'description':_0xacbb34['cemFG']});},async _0x4eb5d3=>{const _0x5e59e5=_0x50a84c;await _0xacbb34[_0x5e59e5(0x230)](withTelemetry,'hook:disable',()=>hook('disable',_0x4eb5d3['session-id']));})[_0x50a84c(0x1c9)](_0xacbb34['KOWvW'],{'type':'string','description':_0xacbb34[_0x50a84c(0x1e0)]})[_0x50a84c(0x1c9)]('session-id',{'type':_0xacbb34[_0x50a84c(0x19f)],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x23620b=>{const _0x22eed3=_0x4b19d6,_0x25fa1d={'hENCw':function(_0x16ff2f,_0x12eb2f,_0x49fef5){return _0x16ff2f(_0x12eb2f,_0x49fef5);},'qafjh':'session-id'};_0x23620b[_0x22eed3(0x283)]&&await _0x25fa1d[_0x22eed3(0x288)](hook,_0x23620b['name'],_0x23620b[_0x25fa1d['qafjh']]);})[_0x4b19d6(0x2b2)](0x1,'You\x20must\x20specify\x20a\x20command')[_0x4b19d6(0x2be)]()['fail'](async(_0x2cb751,_0x16ac1f,_0x48348c)=>{const _0x5b80e7=_0x4b19d6,_0x247113={'SCcqx':function(_0x468eb9,_0x3d115a,_0x404d2d){return _0x468eb9(_0x3d115a,_0x404d2d);}},_0x191dfa=sanitizeArgs(process['argv']['slice'](0x2)),_0xe69652=_0x247113[_0x5b80e7(0x246)](getErrorType,_0x2cb751,_0x16ac1f);if(_0x2cb751&&_0x2cb751['includes']('Unknown\x20command')){const _0x1f05db=process[_0x5b80e7(0x27e)][0x2];console[_0x5b80e7(0x267)](_0x5b80e7(0x262)+_0x1f05db),console['error']('Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a');}else{if(_0x2cb751)console['error']('\x0a'+_0x2cb751+'\x0a');else _0x16ac1f&&console[_0x5b80e7(0x267)](_0x5b80e7(0x1b6)+_0x16ac1f[_0x5b80e7(0x2b0)]+'\x0a');}await logDesirePath({'rawCommand':_0x191dfa,'errorMessage':_0x2cb751||_0x16ac1f?.[_0x5b80e7(0x2b0)],'errorType':_0xe69652});const _0x218ac3=getCurrentCollector();_0x218ac3&&await _0x218ac3[_0x5b80e7(0x1d1)](_0x16ac1f||new Error(_0x2cb751||_0x5b80e7(0x2df))),process[_0x5b80e7(0x263)](0x1);})[_0x4b19d6(0x2e2)]('Documentation:\x0a'+'\x20\x20https://docs.ranger.net\x0a'+_0x4b19d6(0x2c2))['help']()['alias'](_0x4b19d6(0x233),'h')[_0x4b19d6(0x1c7)]();
2
+ function _0x4042(){const _0x597a6c=['scenario','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','Profile\x20name','some','QNBSd','nYQDf','auth','--task','ranger\x20feature\x20delete','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','NEIik','nyEpR','\x20VERIFIED','rQZZN','positional','parse','Get\x20a\x20config\x20value','jauGh','REdpu','lOmEQ','SiGhj','PTbPv','evaluation','ZcHGo','Task\x20description\x20(defaults\x20to\x20scenario\x20description)','GYSgF','Config\x20value','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','skip-auth','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','Environment\x20name','yYQxx','jlifo','txCNr','rFTeI','SPJUj','version','enable','KHlNA','ltetl','slice','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','setup-header','oWcod','setup-ci\x20<token>','7978yHBBnJ','opencode','PBAGy','KBLrZ','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','5484162BbEmMJ','profile\x20config\x20get','offset','You\x20must\x20specify\x20an\x20auth\x20subcommand','boolean','iLNgm','ranger\x20verify-feature','fuWDA','sNvxf','forEach','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','feature','ranger\x20profile\x20use','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','ranger\x20setup','xBxON','qOzJE','config','iGubs','849510UbwBGe','env-name','ranger\x20profile\x20add','Feature\x20review\x20name','uNTag','clean','ranger\x20list','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','get\x20<profile>\x20<key>','ranger\x20delete','aVLXT','env\x20list','ranger\x20profile\x20config\x20get','cdp-endpoint','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','Number\x20of\x20feature\x20reviews\x20to\x20skip','tBswN','Name\x20of\x20the\x20profile','error','ranger\x20get-review','NvkJg','usage','description','Pxkim','lwfZi','poVns','ranger\x20profile\x20encrypt-auth','xQwuF','VVsrs','cVock','tSTWV','84632KryOPo','message','zEAWY','LjokP','zaEkI','show','MtsGo','zdCCy','Install\x20scope\x20for\x20skills','profile-name','abolz','15588630faBLtz','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','delete','update','force','GVgCp','1296WmevpT','WEOXU','set\x20<profile>\x20<key>\x20<value>','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','--env','Update\x20authentication\x20for\x20an\x20existing\x20profile','checklist','skip-chromium','MOsQF','base-url','AGEBW','mnjbf','notes','lazYZ','laSNy','Feature\x20review\x20ID\x20to\x20restore','trgOQ','ranger\x20profile\x20config\x20unset','summary','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','number','update\x20<profile-name>','unhandledRejection','ranger\x20add\x20env','Hfkxh','EmrsD','wPJEs','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','.\x20[','neMps','hook:enable','show\x20[id]','lSinV','7zYSMop','Mrwot','opYvl','command','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','feature\x20get-feedback','get-feedback\x20[id]','feature\x20add-checklist-item','Switch\x20to\x20using\x20a\x20specific\x20profile','alias','GboiV','Kcptt','WCbrP','UFpAk','ZcryI','restore\x20<id>','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','GbBQf','bhDhz','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.','RxFWa','ranger\x20create','pigDd','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','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','debug-outcome','setup-ci','Include\x20soft-deleted\x20feature\x20reviews','ranger\x20env\x20ls','array','MCDcM','value','ranger\x20profile\x20update','xQOuw','OQFOC','ZHiVN','debug-address-comments','oYsAH','EJGdY','Hnvwx','YXMNf','fail','demandCommand','start-path','cwd','failed','status','VxjSC','--scenario','ZCqof','VVoka','KHzPY','XzqiH','IUVsF','You\x20must\x20specify\x20an\x20env\x20subcommand','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','FkvUz','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','json','Scenario\x20index\x20(1-based)','vFrLd','xUqjQ','XQPGU','claude','JISyz','disable','profile','hAwVr','yDlsp','You\x20must\x20specify\x20a\x20config\x20subcommand','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','headed','AfClz','mjeER','TjPWu','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','length','token','496qvenUT','kaDCm','repeat','scope','incomplete','MghUP','ZWXui','nDPMo','qlvZC','FXFpz','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','MMaDF','current-branch','vDZqj','twdvI','You\x20must\x20specify\x20a\x20command','name','login','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','kdRlk','gxdyE','issues','tOElZ','create\x20<name>','edit-scenario\x20<description>','include-deleted','allow-insecure-localhost','lTsCp','gfMnp','Skip\x20Chromium\x20browser\x20installation','WmyNW','ranger\x20config\x20unset','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','--checklist','shQrQ','tuENk','nKHXk','ENjok','sFvFM','HTmQH','HxZUA','feature\x20delete','url','get\x20<env>\x20<key>','MTnCL','exclude-scenario','VFzTj','QBjJu','resume','yNTbx','RNRWO','251nFyLpO','.env','dbvRb','261822oUiDHm','verified','kcyPj','xhaVW','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','log','add\x20<profile-name>','TeuhO','limit','RQNqR','user','xADMC','46790uPeQma','model','BEqlA','caAyP','env','GccaB','root','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','ranger\x20config\x20get','feature\x20resume','safe-mode','haJoC','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','Name\x20of\x20the\x20environment','trackCommandError','hook','list\x20<profile>','list','project','config\x20get','string','ranger\x20feature\x20show','Add\x20profile\x20configuration','item','bdZCv','option','DNhvI','profile\x20encrypt-auth','ranger','ranger\x20go','LemQW','FUUHi','Config\x20key\x20to\x20remove','BhSMH','add\x20env','start\x20[token]','key','HBWtj','JkEcn','Set\x20a\x20config\x20value','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','AkZKX','encrypt\x20<profile>'];_0x4042=function(){return _0x597a6c;};return _0x4042();}const _0x3454eb=_0x2e42;(function(_0x2a5655,_0x4543bc){const _0x5b4953=_0x2e42,_0x2e52af=_0x2a5655();while(!![]){try{const _0x5b9ea1=-parseInt(_0x5b4953(0x29a))/0x1*(parseInt(_0x5b4953(0x1ac))/0x2)+-parseInt(_0x5b4953(0x1c4))/0x3+parseInt(_0x5b4953(0x267))/0x4*(parseInt(_0x5b4953(0x2aa))/0x5)+parseInt(_0x5b4953(0x1b1))/0x6*(parseInt(_0x5b4953(0x216))/0x7)+-parseInt(_0x5b4953(0x1e3))/0x8*(parseInt(_0x5b4953(0x1f4))/0x9)+parseInt(_0x5b4953(0x1ee))/0xa+parseInt(_0x5b4953(0x29d))/0xb;if(_0x5b9ea1===_0x4543bc)break;else _0x2e52af['push'](_0x2e52af['shift']());}catch(_0x4b38f4){_0x2e52af['push'](_0x2e52af['shift']());}}}(_0x4042,0xcf593));import _0x375257 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x42b80c=_0x2e42,_0x48d8d3={'QBjJu':function(_0x326c00,_0x518eb7){return _0x326c00(_0x518eb7);},'YPfwT':function(_0xb4427d,_0x5532cf){return _0xb4427d(_0x5532cf);},'xQwuF':'.ranger','CdMop':function(_0x108ee1,_0x3e32ed){return _0x108ee1(_0x3e32ed);},'lOmEQ':_0x42b80c(0x29b)};let _0x4642b1=process[_0x42b80c(0x242)]();const _0x570fa1=_0x48d8d3[_0x42b80c(0x296)](parse,_0x4642b1)[_0x42b80c(0x2b0)];while(_0x4642b1!==_0x570fa1){if(_0x48d8d3['YPfwT'](existsSync,join(_0x4642b1,_0x48d8d3[_0x42b80c(0x1df)]))||_0x48d8d3['CdMop'](existsSync,join(_0x4642b1,_0x48d8d3[_0x42b80c(0x2e8)])))return _0x4642b1;_0x4642b1=dirname(_0x4642b1);}return process['cwd']();}_0x375257[_0x3454eb(0x1c2)]({'path':join(findProjectRoot(),_0x3454eb(0x29b))});import _0x112ef3 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{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 _0x2e42(_0x180ec4,_0x4a9ce3){_0x180ec4=_0x180ec4-0x1a7;const _0x40424f=_0x4042();let _0x2e4255=_0x40424f[_0x180ec4];return _0x2e4255;}import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on'](_0x3454eb(0x20b),async _0x5080b1=>{const _0x596a6e=_0x3454eb,_0x2d78c9={'HBWtj':function(_0x2c3710){return _0x2c3710();}},_0x488a7b=_0x2d78c9[_0x596a6e(0x2cf)](getCurrentCollector);_0x488a7b&&await _0x488a7b[_0x596a6e(0x2b8)](_0x5080b1),process['exitCode']=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)\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)\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=_0x3454eb(0x22e);function warnRenamed(_0x32e79a,_0x55b0a7){const _0x1695f1=_0x3454eb;console[_0x1695f1(0x1d6)]('\x0a'+_0x32e79a+'\x20is\x20now\x20'+_0x55b0a7+'\x0a');}function argUsed(_0x1cc722){const _0x2e947a=_0x3454eb;return rawArgs[_0x2e947a(0x2d8)](_0x33dfb1=>_0x33dfb1===_0x1cc722||_0x33dfb1['startsWith'](_0x1cc722+'='));}function warnFlagRenamed(_0x4ab3d9,_0x49b139,_0x3e6a47){const _0x27a5fd=_0x3454eb,_0x5d83a4={'wPJEs':function(_0x223af7,_0x57dbc9,_0x2c2be2){return _0x223af7(_0x57dbc9,_0x2c2be2);}};argUsed(_0x49b139)&&_0x5d83a4[_0x27a5fd(0x20f)](warnRenamed,_0x4ab3d9+'\x20'+_0x49b139,_0x4ab3d9+'\x20'+_0x3e6a47);}async function runGoCommand(_0x3e4500,_0x2d3efb=![]){const _0x5c5b13=_0x3454eb,_0x1e41a4={'yNTbx':function(_0x1c4074,_0x46b034){return _0x1c4074+_0x46b034;},'UgFGA':_0x5c5b13(0x2c7),'iGubs':_0x5c5b13(0x2dc),'jlifo':'--notes','lNUwm':'--item','dbvRb':function(_0x26b040){return _0x26b040();},'QHWTA':function(_0xc0eca6){return _0xc0eca6();},'rFTeI':function(_0x4049f7,_0x1edcff){return _0x4049f7(_0x1edcff);},'GHgvb':'debug-outcome','Kcptt':function(_0x4373fb,_0x41e8cb){return _0x4373fb+_0x41e8cb;},'xBxON':_0x5c5b13(0x29e),'ysiWu':_0x5c5b13(0x2e1),'QWovD':function(_0x467832,_0x33371d){return _0x467832===_0x33371d;},'mnzbd':_0x5c5b13(0x26b),'aFfUj':'\x20INCOMPLETE','MbyfK':'\x20BLOCKED','khsYn':'\x20FAILED'};_0x2d3efb&&warnRenamed(_0x5c5b13(0x1b7),_0x5c5b13(0x2c7));warnFlagRenamed(_0x5c5b13(0x2c7),_0x5c5b13(0x1f8),'--profile'),warnFlagRenamed(_0x1e41a4['UgFGA'],_0x1e41a4[_0x5c5b13(0x1c3)],_0x1e41a4[_0x5c5b13(0x2f5)]),warnFlagRenamed(_0x5c5b13(0x2c7),_0x1e41a4['lNUwm'],_0x5c5b13(0x246));const _0x3d4744=await _0x1e41a4[_0x5c5b13(0x29c)](loadRangerConfig),_0x292eb0=_0x1e41a4['QHWTA'](isByokEnabled),_0x380240=_0x3e4500['model'],_0x4008a4=_0x3d4744['model'],_0x3fc1d7=await _0x1e41a4[_0x5c5b13(0x2f7)](verifyFeature,{'featureId':_0x3e4500['feature'],'profile':_0x3e4500[_0x5c5b13(0x258)]??_0x3e4500['env'],'notes':_0x3e4500[_0x5c5b13(0x200)]??_0x3e4500['task'],'scenario':_0x3e4500['scenario']??_0x3e4500[_0x5c5b13(0x2c1)],'startPath':_0x3e4500['start-path'],'debugOutcome':_0x3e4500[_0x1e41a4['GHgvb']],'debugAddressComments':_0x3e4500['debug-address-comments'],'headed':_0x3e4500[_0x5c5b13(0x25e)],'byokEnabled':_0x292eb0,'flagVerifyModel':_0x380240,'configVerifyModel':_0x4008a4});console['log'](_0x1e41a4[_0x5c5b13(0x221)]('\x0a','='[_0x5c5b13(0x269)](0x3c))),console['log'](_0x3fc1d7[_0x5c5b13(0x2eb)]===_0x1e41a4[_0x5c5b13(0x1c0)]?_0x1e41a4['ysiWu']:_0x1e41a4['QWovD'](_0x3fc1d7[_0x5c5b13(0x2eb)],_0x1e41a4['mnzbd'])?_0x1e41a4['aFfUj']:_0x3fc1d7[_0x5c5b13(0x2eb)]==='partial'?'\x20PARTIAL':_0x1e41a4['QWovD'](_0x3fc1d7[_0x5c5b13(0x2eb)],'blocked')?_0x1e41a4['MbyfK']:_0x1e41a4['khsYn']),console[_0x5c5b13(0x2a3)]('='[_0x5c5b13(0x269)](0x3c)),console['log']('Summary:\x20'+_0x3fc1d7[_0x5c5b13(0x206)]),console['log']('Evaluation:\x20'+_0x3fc1d7[_0x5c5b13(0x2eb)]),console[_0x5c5b13(0x2a3)]('Reason:\x20'+_0x3fc1d7['evaluationReason']),_0x3fc1d7['issues']?.[_0x5c5b13(0x265)]&&(console['log']('\x0aIssues:'),_0x3fc1d7[_0x5c5b13(0x27c)][_0x5c5b13(0x1ba)]((_0xad8a1a,_0x29cb8e)=>{const _0x16352d=_0x5c5b13;console['log']('\x0a'+_0x1e41a4[_0x16352d(0x298)](_0x29cb8e,0x1)+_0x16352d(0x211)+_0xad8a1a['severity']+']\x20'+_0xad8a1a['description']);})),process['exit'](_0x3fc1d7['evaluation']===_0x1e41a4[_0x5c5b13(0x1c0)]?0x0:0x1);}_0x112ef3(process['argv']['slice'](0x2))['scriptName'](_0x3454eb(0x2c6))['usage'](TOP_LEVEL_HELP)[_0x3454eb(0x2f9)](getCurrentVersion())[_0x3454eb(0x219)](_0x3454eb(0x27e),'Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios',_0x3708bf=>{const _0x110a4d=_0x3454eb,_0x144101={'vaBwk':'name','EMKEi':_0x110a4d(0x2be),'tVtBy':'Feature\x20review\x20description','lSinV':'scenario','MOsQF':'array','REdpu':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'};return _0x3708bf['positional'](_0x144101['vaBwk'],{'type':'string','description':'Feature\x20review\x20name','demandOption':!![]})['option'](_0x110a4d(0x1da),{'type':_0x144101['EMKEi'],'alias':'d','description':_0x144101['tVtBy']})['option'](_0x144101[_0x110a4d(0x215)],{'type':_0x144101['MOsQF'],'alias':'c','description':_0x144101[_0x110a4d(0x2e7)]})['option'](_0x110a4d(0x1fa),{'type':_0x144101[_0x110a4d(0x1fc)],'hidden':!![]});},async _0x16cb39=>{const _0x47fd96=_0x3454eb,_0x593d04={'mqKvy':function(_0x46b616,_0x3e18ea,_0x3d19d6,_0x1d4424){return _0x46b616(_0x3e18ea,_0x3d19d6,_0x1d4424);},'ujxED':'ranger\x20create','jauGh':'--scenario','HpFZM':function(_0x4f2d10,_0x5a9202,_0x11a867){return _0x4f2d10(_0x5a9202,_0x11a867);}};_0x593d04['mqKvy'](warnFlagRenamed,_0x593d04['ujxED'],_0x47fd96(0x288),_0x593d04[_0x47fd96(0x2e6)]);const _0x311ebc=_0x16cb39['scenario']||_0x16cb39['checklist'];await _0x593d04['HpFZM'](withTelemetry,'create',()=>featureCreate(_0x16cb39['name'],{'description':_0x16cb39['description'],'scenarios':_0x311ebc}));})[_0x3454eb(0x219)]('list','List\x20all\x20feature\x20reviews',_0x2b3111=>{const _0x238533=_0x3454eb,_0x4a10df={'VxjSC':'boolean','sFvFM':_0x238533(0x2b6),'CAIlh':_0x238533(0x1d3),'fxNPU':_0x238533(0x231)};return _0x2b3111[_0x238533(0x2c3)](_0x238533(0x273),{'type':_0x4a10df[_0x238533(0x245)],'description':_0x4a10df[_0x238533(0x28d)]})['option'](_0x238533(0x2a6),{'type':'number','alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})[_0x238533(0x2c3)](_0x238533(0x1b3),{'type':_0x238533(0x209),'alias':'o','description':_0x4a10df['CAIlh'],'default':0x0})['option']('include-deleted',{'type':'boolean','alias':'d','description':_0x4a10df['fxNPU'],'default':![]});},async _0x4da961=>{const _0xddc354=_0x3454eb,_0x139983={'XQPGU':function(_0xcb2950,_0x2599dd,_0x82d268){return _0xcb2950(_0x2599dd,_0x82d268);},'zaEkI':'list'};await _0x139983[_0xddc354(0x254)](withTelemetry,_0x139983[_0xddc354(0x1e7)],()=>featureList({'currentBranch':_0x4da961[_0xddc354(0x273)],'limit':_0x4da961['limit'],'offset':_0x4da961['offset'],'includeDeleted':_0x4da961[_0xddc354(0x280)]}));})[_0x3454eb(0x219)]('show\x20[id]',_0x3454eb(0x22d),_0x5d2691=>{const _0xa69780=_0x3454eb,_0x2f17a0={'GYSgF':'Feature\x20review\x20ID'};return _0x5d2691['positional']('id',{'type':_0xa69780(0x2be),'description':_0x2f17a0[_0xa69780(0x2ee)]});},async _0x4091ba=>{const _0x4d918a=_0x3454eb,_0x3a2c3f={'GbBQf':function(_0x3a1a0b,_0x4d17ad,_0x48fafc){return _0x3a1a0b(_0x4d17ad,_0x48fafc);}};await _0x3a2c3f[_0x4d918a(0x227)](withTelemetry,_0x4d918a(0x1e8),()=>featureShow(_0x4091ba['id']));})['command']('resume\x20[id]','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x344786=>{const _0xc75bea=_0x3454eb;return _0x344786['positional']('id',{'type':'string','description':_0xc75bea(0x1be)});},async _0x642bb5=>{const _0x686524=_0x3454eb,_0x4e7928={'nmXHZ':_0x686524(0x297)};await withTelemetry(_0x4e7928['nmXHZ'],()=>featureResume(_0x642bb5['id']));})['command']('add-scenario\x20<description>','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x53c4d5=>{const _0x3c750c=_0x3454eb,_0x2164bf={'Uhsfb':'description','waqqB':'Scenario\x20description','TeuhO':_0x3c750c(0x2be)};return _0x53c4d5['positional'](_0x2164bf['Uhsfb'],{'type':'string','description':_0x2164bf['waqqB'],'demandOption':!![]})[_0x3c750c(0x2c3)]('id',{'type':_0x2164bf[_0x3c750c(0x2a5)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x55f253=>{const _0x4574eb=_0x3454eb,_0x17c867={'ZcHGo':function(_0x1b64ab,_0xe9c433,_0x1d002c){return _0x1b64ab(_0xe9c433,_0x1d002c);}};await _0x17c867[_0x4574eb(0x2ec)](withTelemetry,'add-scenario',()=>featureAddScenario(_0x55f253['description'],_0x55f253['id']));})[_0x3454eb(0x219)](_0x3454eb(0x27f),_0x3454eb(0x2f2),_0x278617=>{const _0x26852c=_0x3454eb,_0x2300c2={'SCXfR':_0x26852c(0x1da),'ZCqof':'Scenario\x20number\x20to\x20edit\x20(1-based)'};return _0x278617[_0x26852c(0x2e3)](_0x2300c2['SCXfR'],{'type':_0x26852c(0x2be),'description':'New\x20scenario\x20description','demandOption':!![]})['option'](_0x26852c(0x2d5),{'type':'number','description':_0x2300c2[_0x26852c(0x247)],'demandOption':!![]})['option']('id',{'type':_0x26852c(0x2be),'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x27e68d=>{const _0xf68da1=_0x3454eb,_0x3c5f1e={'LjokP':function(_0x2d16da,_0x9c5c9c,_0x32d161){return _0x2d16da(_0x9c5c9c,_0x32d161);}};await _0x3c5f1e[_0xf68da1(0x1e6)](withTelemetry,'edit-scenario',()=>featureEditScenario(_0x27e68d[_0xf68da1(0x1da)],{'id':_0x27e68d['id'],'scenario':_0x27e68d['scenario']}));})['command']('report\x20[id]','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x200bcf=>{const _0x4aae8d=_0x3454eb,_0x993f2a={'lQJpB':_0x4aae8d(0x2be),'xeSJf':'Feature\x20review\x20ID','AkZKX':'exclude-scenario','cVock':_0x4aae8d(0x233),'OnAXJ':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','xUhZi':_0x4aae8d(0x250)};return _0x200bcf['positional']('id',{'type':_0x993f2a['lQJpB'],'description':_0x993f2a['xeSJf']})[_0x4aae8d(0x2c3)](_0x993f2a[_0x4aae8d(0x2d3)],{'type':_0x993f2a[_0x4aae8d(0x1e1)],'description':_0x993f2a['OnAXJ']})[_0x4aae8d(0x2c3)](_0x993f2a['xUhZi'],{'type':_0x4aae8d(0x1b5),'description':_0x4aae8d(0x1d2),'default':![]});},async _0x27d25b=>{const _0x3a9234=_0x3454eb,_0x4eb0a={'caAyP':_0x3a9234(0x294),'kcyPj':function(_0x23a9cf,_0x4059d4,_0x581569){return _0x23a9cf(_0x4059d4,_0x581569);},'XzqiH':'report'},_0x1da077=_0x27d25b[_0x4eb0a[_0x3a9234(0x2ad)]],_0x280484=_0x1da077?_0x1da077['map'](_0x3aac62=>Number(_0x3aac62)):undefined;await _0x4eb0a[_0x3a9234(0x29f)](withTelemetry,_0x4eb0a[_0x3a9234(0x24a)],()=>featureReportPrDescription(_0x27d25b['id'],{'excludeScenarios':_0x280484,'json':_0x27d25b[_0x3a9234(0x250)]}));})[_0x3454eb(0x219)]('get-review\x20[id]',_0x3454eb(0x2d2),_0x1048e3=>{const _0x910408=_0x3454eb,_0x10d8e6={'MELko':_0x910408(0x1ef)};return _0x1048e3[_0x910408(0x2e3)]('id',{'type':_0x910408(0x2be),'description':_0x10d8e6['MELko']});},async _0x2dc1dc=>{const _0x486143={'dxkSr':function(_0x16f5d2,_0x1c9e2f,_0x2a8063){return _0x16f5d2(_0x1c9e2f,_0x2a8063);}};await _0x486143['dxkSr'](withTelemetry,'get-review',()=>featureGetReview(_0x2dc1dc['id']));})[_0x3454eb(0x219)]('delete\x20[id]',_0x3454eb(0x2b1),_0x46d097=>{const _0x222e9e=_0x3454eb;return _0x46d097[_0x222e9e(0x2e3)]('id',{'type':_0x222e9e(0x2be),'description':'Feature\x20review\x20ID'});},async _0xddf63b=>{const _0x443462=_0x3454eb,_0x19eb91={'pigDd':function(_0x8232f1,_0x1e6c29,_0x588ec2){return _0x8232f1(_0x1e6c29,_0x588ec2);}};await _0x19eb91[_0x443462(0x22c)](withTelemetry,_0x443462(0x1f0),()=>featureDelete(_0xddf63b['id']));})[_0x3454eb(0x219)]('restore\x20<id>','Restore\x20a\x20soft-deleted\x20feature\x20review',_0x12dcf7=>{const _0x450685=_0x3454eb;return _0x12dcf7[_0x450685(0x2e3)]('id',{'type':'string','description':_0x450685(0x203),'demandOption':!![]});},async _0x5a1aff=>{const _0x173395={'ADCAs':function(_0x228ed4,_0x159ee8,_0xb8f6de){return _0x228ed4(_0x159ee8,_0xb8f6de);},'vdmhy':'restore'};await _0x173395['ADCAs'](withTelemetry,_0x173395['vdmhy'],()=>featureRestore(_0x5a1aff['id']));})['command']('setup\x20[token]','Initialize\x20Ranger\x20in\x20your\x20project',_0x241552=>{const _0x36d147=_0x3454eb,_0x2a5801={'QFaLB':_0x36d147(0x263),'TfFyf':_0x36d147(0x26a),'nYQDf':'user','QiCNc':'project','lazYZ':'url','BhSMH':_0x36d147(0x2be),'ZcryI':'force','vgEQr':'boolean','lwfZi':_0x36d147(0x281),'nyEpR':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)'};return _0x241552[_0x36d147(0x2e3)]('token',{'type':_0x36d147(0x2be),'description':_0x2a5801['QFaLB']})['option'](_0x36d147(0x1fb),{'type':_0x36d147(0x1b5),'description':_0x36d147(0x262),'default':![]})[_0x36d147(0x2c3)](_0x2a5801['TfFyf'],{'type':'string','choices':[_0x2a5801[_0x36d147(0x2da)],_0x2a5801['QiCNc']],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})['option'](_0x2a5801[_0x36d147(0x201)],{'type':_0x2a5801[_0x36d147(0x2cb)],'description':_0x36d147(0x208)})['option'](_0x2a5801[_0x36d147(0x224)],{'type':_0x2a5801['vgEQr'],'description':_0x36d147(0x1b0),'default':![]})['option']('opencode',{'type':'boolean','description':'Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','default':![]})[_0x36d147(0x2c3)](_0x2a5801[_0x36d147(0x1dc)],{'type':'boolean','description':_0x2a5801[_0x36d147(0x2e0)],'default':![]});},async _0x2063b2=>{const _0x13f10e=_0x3454eb,_0xe2c68a={'ZWXui':function(_0x2fab25,_0x34886d,_0x565657){return _0x2fab25(_0x34886d,_0x565657);}};await _0xe2c68a[_0x13f10e(0x26d)](withTelemetry,'start',_0x18c89f=>start(_0x2063b2['token'],{'skipChromium':_0x2063b2[_0x13f10e(0x1fb)],'scope':_0x2063b2['scope'],'url':_0x2063b2[_0x13f10e(0x291)],'force':_0x2063b2[_0x13f10e(0x1f2)],'opencode':_0x2063b2['opencode'],'allowInsecureLocalhost':_0x2063b2['allow-insecure-localhost']},_0x18c89f));})['command'](_0x3454eb(0x1ab),'Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x4f868e=>{const _0xfe5fb=_0x3454eb,_0xf1ddee={'GISOm':_0xfe5fb(0x266),'MTnCL':'string','jmvmb':'Ranger\x20API\x20token','opYvl':_0xfe5fb(0x279),'tBswN':_0xfe5fb(0x1b5),'UTHqN':_0xfe5fb(0x284)};return _0x4f868e[_0xfe5fb(0x2e3)](_0xf1ddee['GISOm'],{'type':_0xf1ddee[_0xfe5fb(0x293)],'description':_0xf1ddee['jmvmb'],'demandOption':!![]})['option'](_0xfe5fb(0x258),{'type':'string','description':_0xf1ddee[_0xfe5fb(0x218)]})['option'](_0xfe5fb(0x1fd),{'type':_0xf1ddee[_0xfe5fb(0x293)],'description':_0xfe5fb(0x25d)})['option']('skip-chromium',{'type':_0xf1ddee[_0xfe5fb(0x1d4)],'description':_0xf1ddee['UTHqN'],'default':![]});},async _0x37200e=>{const _0x4f1171=_0x3454eb;await withTelemetry(_0x4f1171(0x230),_0x3f1280=>setupCi(_0x37200e[_0x4f1171(0x266)],{'profile':_0x37200e[_0x4f1171(0x258)],'baseUrl':_0x37200e[_0x4f1171(0x1fd)],'skipChromium':_0x37200e['skip-chromium']},_0x3f1280));})['command']('login',_0x3454eb(0x21a),()=>{},async()=>{const _0xedea81=_0x3454eb,_0x3e7ced={'aVLXT':function(_0x45321f,_0x1034a1,_0xd2fe98){return _0x45321f(_0x1034a1,_0xd2fe98);},'TjPWu':_0xedea81(0x278)};await _0x3e7ced[_0xedea81(0x1ce)](withTelemetry,_0x3e7ced[_0xedea81(0x261)],()=>login());})[_0x3454eb(0x219)]('skillup','Install\x20Ranger\x20skills',_0x232c3c=>{const _0x4a419b=_0x3454eb,_0x157a7c={'gxdyE':_0x4a419b(0x1b5),'jcDWq':'string','OLtPw':_0x4a419b(0x1eb)};return _0x232c3c['option'](_0x4a419b(0x1ad),{'type':_0x157a7c[_0x4a419b(0x27b)],'description':'Install\x20skills\x20for\x20OpenCode','default':![]})['option'](_0x4a419b(0x26a),{'type':_0x157a7c['jcDWq'],'choices':[_0x4a419b(0x2a8),'project'],'description':_0x157a7c['OLtPw']});},async _0x2b11e6=>{const _0x1b4ab1=_0x3454eb,_0x58dfb0={'neMps':function(_0x3ab6eb,_0x1e7dab){return _0x3ab6eb(_0x1e7dab);},'fZXRo':function(_0x3460da,_0x1cedfe,_0x448350){return _0x3460da(_0x1cedfe,_0x448350);}},_0x4f1bad=_0x58dfb0[_0x1b4ab1(0x212)](Boolean,_0x2b11e6[_0x1b4ab1(0x1ad)]);await _0x58dfb0['fZXRo'](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x2b11e6[_0x1b4ab1(0x26a)],'platform':_0x4f1bad?_0x1b4ab1(0x1ad):_0x1b4ab1(0x255)}));})['command'](_0x3454eb(0x1c9),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x172ba4=_0x3454eb,_0x52ea74={'gyEmV':_0x172ba4(0x1c9)};await withTelemetry(_0x52ea74['gyEmV'],()=>clean());})['command'](_0x3454eb(0x258),'Manage\x20profiles',_0x11d7a3=>{const _0x5598b3=_0x3454eb,_0x33569b={'GboiV':'profile-name','LkOsm':_0x5598b3(0x2f1),'iLNgm':'boolean','UgnPG':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','AfClz':'url','OQFOC':_0x5598b3(0x2be),'RQHKF':_0x5598b3(0x1bb),'BWExX':_0x5598b3(0x1b0),'ybmrg':'cdp-endpoint','lDinV':_0x5598b3(0x24f),'bhDhz':_0x5598b3(0x281),'Mrwot':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','QTzBH':_0x5598b3(0x2b4),'yDlsp':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','tuENk':_0x5598b3(0x210),'FXFpz':_0x5598b3(0x1d5),'NKccI':function(_0x367b37,_0x4d3946,_0x10982f){return _0x367b37(_0x4d3946,_0x10982f);},'uNTag':'profile\x20use','kdRlk':'Profile\x20name','JTVJT':function(_0x430ccc,_0x2626f1,_0x14bf3e){return _0x430ccc(_0x2626f1,_0x14bf3e);},'BjRyC':_0x5598b3(0x2c5),'blJIO':'profile\x20ls','xbemz':function(_0x12fffa,_0x4a5054,_0x2df2fc){return _0x12fffa(_0x4a5054,_0x2df2fc);},'ZHiVN':'profile','bmpOA':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','qOzJE':'profile\x20config\x20list','EmrsD':_0x5598b3(0x2d1),'laSNy':_0x5598b3(0x1cc),'LemQW':_0x5598b3(0x2e5),'SPJUj':_0x5598b3(0x2ba),'TtKDf':'List\x20all\x20config\x20for\x20a\x20profile','uynGD':'Remove\x20a\x20config\x20value','JkEcn':_0x5598b3(0x2a4),'MCDcM':_0x5598b3(0x21e),'UuvFN':'encrypt-auth\x20<profile>','AGEBW':_0x5598b3(0x226),'PFWLp':_0x5598b3(0x20a),'OxtIS':_0x5598b3(0x1f9),'SiGhj':'config','wUNtI':'You\x20must\x20specify\x20a\x20profile\x20subcommand'};return _0x11d7a3['usage'](PROFILE_HELP)[_0x5598b3(0x219)](_0x33569b[_0x5598b3(0x2d0)],_0x5598b3(0x2c0),_0x19222f=>{const _0x191e27=_0x5598b3;return _0x19222f['positional'](_0x33569b[_0x191e27(0x220)],{'type':'string','description':_0x191e27(0x207),'demandOption':!![]})[_0x191e27(0x2c3)]('ci',{'type':_0x191e27(0x1b5),'description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x33569b['LkOsm'],{'type':_0x33569b[_0x191e27(0x1b6)],'description':_0x33569b['UgnPG'],'default':![]})[_0x191e27(0x2c3)](_0x33569b[_0x191e27(0x25f)],{'type':_0x33569b['OQFOC'],'description':_0x33569b['RQHKF']})[_0x191e27(0x2c3)](_0x191e27(0x1f2),{'type':_0x33569b[_0x191e27(0x1b6)],'description':_0x33569b['BWExX'],'default':![]})[_0x191e27(0x2c3)](_0x33569b['ybmrg'],{'type':_0x33569b['OQFOC'],'description':_0x33569b['lDinV']})[_0x191e27(0x2c3)](_0x33569b[_0x191e27(0x228)],{'type':_0x33569b['iLNgm'],'description':_0x33569b[_0x191e27(0x217)],'default':![]})['option'](_0x33569b['QTzBH'],{'type':'boolean','description':_0x33569b[_0x191e27(0x25a)],'default':![]})['option']('setup-header',{'type':'string','array':!![],'description':_0x33569b[_0x191e27(0x28a)]});},async _0x420f7a=>{const _0x268a09=_0x5598b3;await withTelemetry('profile\x20add',_0x3bbfdf=>addEnv(_0x420f7a['profile-name'],{'ci':_0x420f7a['ci'],'skipAuth':_0x420f7a[_0x268a09(0x2f1)],'url':_0x420f7a['url'],'force':_0x420f7a[_0x268a09(0x1f2)],'cdpEndpoint':_0x420f7a[_0x268a09(0x1d1)],'allowInsecureLocalhost':_0x420f7a[_0x268a09(0x281)],'safeMode':_0x420f7a[_0x268a09(0x2b4)],'setupHeader':_0x420f7a[_0x268a09(0x1a9)]},_0x3bbfdf),{'isElectron':Boolean(_0x420f7a[_0x33569b['ybmrg']])});})['command']('use\x20<profile-name>',_0x33569b[_0x5598b3(0x234)],_0x320bc4=>{const _0x4b6945=_0x5598b3;return _0x320bc4['positional'](_0x33569b['GboiV'],{'type':_0x33569b['OQFOC'],'description':_0x33569b[_0x4b6945(0x270)],'demandOption':!![]});},async _0x45803b=>{const _0x4691de=_0x5598b3;await _0x33569b['NKccI'](withTelemetry,_0x33569b[_0x4691de(0x1c8)],()=>useEnv(_0x45803b['profile-name']));})[_0x5598b3(0x219)](_0x33569b['UuvFN'],_0x33569b[_0x5598b3(0x1fe)],_0x5efb55=>{const _0x2320fa=_0x5598b3;return _0x5efb55[_0x2320fa(0x2e3)]('profile',{'type':_0x33569b['OQFOC'],'description':_0x33569b['kdRlk'],'demandOption':!![]});},async _0x1461e2=>{await _0x33569b['JTVJT'](withTelemetry,_0x33569b['BjRyC'],()=>authEncrypt(_0x1461e2['profile']));})[_0x5598b3(0x219)]('ls','List\x20all\x20profiles',()=>{},async()=>{await withTelemetry(_0x33569b['blJIO'],()=>envList());})['command'](_0x33569b['PFWLp'],_0x33569b['OxtIS'],_0x4af1be=>{const _0x2f96a4=_0x5598b3;return _0x4af1be['positional'](_0x2f96a4(0x1ec),{'type':_0x2f96a4(0x2be),'description':'Name\x20of\x20the\x20profile\x20to\x20update','demandOption':!![]})[_0x2f96a4(0x2c3)](_0x2f96a4(0x281),{'type':_0x33569b[_0x2f96a4(0x1b6)],'description':_0x2f96a4(0x24d)});},async _0x44c2a9=>{await withTelemetry('profile\x20update',_0x316bef=>updateEnv(_0x44c2a9['profile-name'],_0x316bef,{'allowInsecureLocalhost':_0x44c2a9['allow-insecure-localhost']}));})['command'](_0x33569b[_0x5598b3(0x2e9)],'Manage\x20profile\x20configuration',_0x488788=>{const _0x1eb476=_0x5598b3,_0x18b72b={'rbHWK':_0x33569b[_0x1eb476(0x239)],'poVns':_0x33569b[_0x1eb476(0x27a)],'IUVsF':_0x33569b['bmpOA'],'Hfkxh':_0x1eb476(0x2ef),'tSTWV':_0x33569b[_0x1eb476(0x1c1)],'xUqjQ':_0x33569b['OQFOC']};return _0x488788[_0x1eb476(0x1d9)](PROFILE_CONFIG_HELP)[_0x1eb476(0x219)](_0x1eb476(0x1f6),_0x33569b[_0x1eb476(0x20e)],_0xbdaf13=>{const _0x5ccd9d=_0x1eb476;return _0xbdaf13[_0x5ccd9d(0x2e3)](_0x18b72b['rbHWK'],{'type':'string','description':_0x18b72b[_0x5ccd9d(0x1dd)],'demandOption':!![]})[_0x5ccd9d(0x2e3)](_0x5ccd9d(0x2ce),{'type':'string','description':_0x18b72b[_0x5ccd9d(0x24b)],'demandOption':!![]})['positional'](_0x5ccd9d(0x235),{'type':'string','description':_0x18b72b[_0x5ccd9d(0x20d)],'demandOption':!![]});},async _0x5df8c5=>{const _0x27083b=_0x1eb476;await withTelemetry('profile\x20config\x20set',()=>configSet(_0x5df8c5[_0x27083b(0x258)],_0x5df8c5[_0x27083b(0x2ce)],_0x5df8c5['value']));})['command'](_0x33569b[_0x1eb476(0x202)],_0x33569b[_0x1eb476(0x2c8)],_0x56fd95=>{const _0x52541a=_0x1eb476;return _0x56fd95['positional']('profile',{'type':'string','description':_0x33569b[_0x52541a(0x27a)],'demandOption':!![]})[_0x52541a(0x2e3)]('key',{'type':_0x33569b[_0x52541a(0x238)],'description':'Config\x20key','demandOption':!![]});},async _0xecc52b=>{const _0x22f562=_0x1eb476;await _0x33569b['xbemz'](withTelemetry,_0x22f562(0x1b2),()=>configGet(_0xecc52b['profile'],_0xecc52b[_0x22f562(0x2ce)]));})['command'](_0x33569b[_0x1eb476(0x2f8)],_0x33569b['TtKDf'],_0x436ae1=>{const _0x1dcbbc=_0x1eb476;return _0x436ae1['positional'](_0x33569b['ZHiVN'],{'type':_0x33569b['OQFOC'],'description':_0x33569b[_0x1dcbbc(0x27a)],'demandOption':!![]});},async _0x3f3d0a=>{const _0x1ebdfe=_0x1eb476;await withTelemetry(_0x18b72b[_0x1ebdfe(0x1e2)],()=>configList(_0x3f3d0a[_0x1ebdfe(0x258)]));})['command']('unset\x20<profile>\x20<key>',_0x33569b['uynGD'],_0x5b8cb0=>{const _0x47d043=_0x1eb476;return _0x5b8cb0[_0x47d043(0x2e3)](_0x18b72b['rbHWK'],{'type':_0x18b72b[_0x47d043(0x253)],'description':'Profile\x20name','demandOption':!![]})[_0x47d043(0x2e3)]('key',{'type':'string','description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0xa31dd0=>{const _0xb17614=_0x1eb476;await withTelemetry('profile\x20config\x20unset',()=>configUnset(_0xa31dd0[_0xb17614(0x258)],_0xa31dd0['key']));})[_0x1eb476(0x240)](0x1,_0x1eb476(0x2a2));})[_0x5598b3(0x240)](0x1,_0x33569b['wUNtI']);})[_0x3454eb(0x219)](_0x3454eb(0x244),'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x19eb4a=_0x3454eb,_0x594372={'QNBSd':function(_0x5c84d5,_0x42cd18,_0x186d22){return _0x5c84d5(_0x42cd18,_0x186d22);}};await _0x594372[_0x19eb4a(0x2d9)](withTelemetry,_0x19eb4a(0x244),()=>status());})[_0x3454eb(0x219)](_0x3454eb(0x1f1),'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version',()=>{},async()=>{const _0x245998=_0x3454eb;await withTelemetry(_0x245998(0x1f1),()=>update());})['command']('go',_0x3454eb(0x264),_0x3f4245=>{const _0x3fdcd0=_0x3454eb,_0x4ab30f={'abolz':_0x3fdcd0(0x2be),'YXMNf':'number','lNAYa':_0x3fdcd0(0x251),'KHzPY':'start-path','pGzab':_0x3fdcd0(0x229),'kaDCm':'headed','YfUkv':_0x3fdcd0(0x271),'KHlNA':_0x3fdcd0(0x29e),'trgOQ':'partial','qViAT':'blocked','wDImB':_0x3fdcd0(0x2ae)};return _0x3f4245[_0x3fdcd0(0x2c3)]('feature',{'type':_0x3fdcd0(0x2be),'description':'Optional\x20feature\x20ID'})['option']('profile',{'type':_0x4ab30f[_0x3fdcd0(0x1ed)],'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})[_0x3fdcd0(0x2c3)]('notes',{'type':_0x3fdcd0(0x2be),'description':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)'})['option']('scenario',{'type':_0x4ab30f[_0x3fdcd0(0x23e)],'description':_0x4ab30f['lNAYa']})[_0x3fdcd0(0x2c3)](_0x4ab30f[_0x3fdcd0(0x249)],{'type':_0x3fdcd0(0x2be),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})[_0x3fdcd0(0x2c3)]('model',{'type':'string','description':_0x4ab30f['pGzab']})[_0x3fdcd0(0x2c3)](_0x4ab30f[_0x3fdcd0(0x268)],{'type':'boolean','description':_0x4ab30f['YfUkv'],'default':![]})[_0x3fdcd0(0x2c3)](_0x3fdcd0(0x22f),{'type':'string','hidden':!![],'choices':[_0x4ab30f[_0x3fdcd0(0x2fb)],_0x4ab30f[_0x3fdcd0(0x204)],_0x4ab30f['qViAT'],_0x3fdcd0(0x243),_0x3fdcd0(0x26b)]})[_0x3fdcd0(0x2c3)](_0x3fdcd0(0x23a),{'type':_0x3fdcd0(0x1b5),'hidden':!![]})[_0x3fdcd0(0x2c3)](_0x4ab30f['wDImB'],{'type':_0x4ab30f[_0x3fdcd0(0x1ed)],'hidden':!![]})[_0x3fdcd0(0x2c3)]('task',{'type':'string','hidden':!![]})['option']('item',{'type':'number','hidden':!![]});},async _0x2d35b1=>{const _0x113801=_0x3454eb,_0x2fec54={'twdvI':function(_0x37d50c,_0x269085){return _0x37d50c(_0x269085);}};await _0x2fec54[_0x113801(0x275)](runGoCommand,_0x2d35b1);})[_0x3454eb(0x219)](_0x3454eb(0x2db),![],_0x11ab22=>{const _0x12cec2=_0x3454eb,_0x33a14b={'xADMC':'ranger\x20auth\x20encrypt','jfHUu':_0x12cec2(0x2d4),'zIYaF':_0x12cec2(0x1b4)};return _0x11ab22[_0x12cec2(0x219)](_0x33a14b['jfHUu'],![],_0x4db4aa=>{const _0x396a2b=_0x12cec2;return _0x4db4aa[_0x396a2b(0x2e3)]('profile',{'type':'string','description':_0x396a2b(0x2d7),'demandOption':!![]});},async _0x4078ae=>{const _0x83417d=_0x12cec2;warnRenamed(_0x33a14b[_0x83417d(0x2a9)],_0x83417d(0x1de)),await authEncrypt(_0x4078ae['profile']);})['demandCommand'](0x1,_0x33a14b['zIYaF']);},()=>{})['command'](_0x3454eb(0x2cd),![],_0x21767d=>{const _0x589c03=_0x3454eb,_0x438e0a={'lTsCp':'string','bdZCv':'skip-chromium','HxZUA':_0x589c03(0x26a),'FkvUz':_0x589c03(0x2bc),'MtsGo':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','NvkJg':_0x589c03(0x291),'XARkm':'boolean','GccaB':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url'};return _0x21767d[_0x589c03(0x2e3)](_0x589c03(0x266),{'type':_0x438e0a['lTsCp'],'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})['option'](_0x438e0a[_0x589c03(0x2c2)],{'type':'boolean','description':_0x589c03(0x262),'default':![]})['option'](_0x438e0a[_0x589c03(0x28f)],{'type':_0x438e0a[_0x589c03(0x282)],'choices':[_0x589c03(0x2a8),_0x438e0a[_0x589c03(0x24e)]],'description':_0x438e0a[_0x589c03(0x1e9)]})['option'](_0x438e0a[_0x589c03(0x1d8)],{'type':_0x438e0a['lTsCp'],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x589c03(0x1f2),{'type':_0x438e0a['XARkm'],'description':_0x438e0a[_0x589c03(0x2af)],'default':![]});},async _0x4f6f05=>{const _0x3e32a6=_0x3454eb,_0x5c3b05={'kfvPA':'ranger\x20start','hAwVr':_0x3e32a6(0x1bf)};warnRenamed(_0x5c3b05['kfvPA'],_0x5c3b05[_0x3e32a6(0x259)]),await withTelemetry('start',_0x339d21=>start(_0x4f6f05['token'],{'skipChromium':_0x4f6f05['skip-chromium'],'scope':_0x4f6f05['scope'],'url':_0x4f6f05[_0x3e32a6(0x291)],'force':_0x4f6f05['force']},_0x339d21));})['command']('verify-feature',![],_0x3462ba=>{const _0x5406a2=_0x3454eb,_0x1c51c9={'UFpAk':'string','DpzbA':_0x5406a2(0x2ed),'zdCCy':'number','tQoct':'notes','sNTvO':'scenario','PTbPv':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','oYsAH':_0x5406a2(0x2ab),'FkhRS':'debug-outcome','WCbrP':'partial','bePHE':'blocked','uUaLu':_0x5406a2(0x243),'GVgCp':_0x5406a2(0x26b)};return _0x3462ba['option'](_0x5406a2(0x2ae),{'type':_0x1c51c9[_0x5406a2(0x223)],'description':_0x5406a2(0x2d6)})[_0x5406a2(0x2c3)]('task',{'type':_0x5406a2(0x2be),'description':_0x1c51c9['DpzbA']})[_0x5406a2(0x2c3)](_0x5406a2(0x2c1),{'type':_0x1c51c9[_0x5406a2(0x1ea)],'description':'Scenario\x20index\x20(1-based)'})[_0x5406a2(0x2c3)]('profile',{'type':_0x1c51c9[_0x5406a2(0x223)],'hidden':!![]})[_0x5406a2(0x2c3)](_0x1c51c9['tQoct'],{'type':_0x1c51c9[_0x5406a2(0x223)],'hidden':!![]})['option'](_0x1c51c9['sNTvO'],{'type':_0x1c51c9[_0x5406a2(0x1ea)],'hidden':!![]})['option'](_0x5406a2(0x241),{'type':_0x5406a2(0x2be),'description':_0x1c51c9[_0x5406a2(0x2ea)]})['option'](_0x1c51c9[_0x5406a2(0x23b)],{'type':_0x5406a2(0x2be),'hidden':!![]})[_0x5406a2(0x2c3)](_0x5406a2(0x25e),{'type':'boolean','hidden':!![],'default':![]})['option'](_0x1c51c9['FkhRS'],{'type':_0x5406a2(0x2be),'hidden':!![],'choices':[_0x5406a2(0x29e),_0x1c51c9[_0x5406a2(0x222)],_0x1c51c9['bePHE'],_0x1c51c9['uUaLu'],_0x1c51c9[_0x5406a2(0x1f3)]]});},async _0x1b6f98=>{await runGoCommand(_0x1b6f98,!![]);})['command']('add\x20env\x20<env-name>',![],_0x2fd886=>{const _0x2771d3=_0x3454eb,_0x23a22c={'RNRWO':'env-name','xhaVW':'boolean'};return _0x2fd886['positional'](_0x23a22c[_0x2771d3(0x299)],{'type':_0x2771d3(0x2be),'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':_0x2771d3(0x1b5),'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option']('skip-auth',{'type':_0x23a22c[_0x2771d3(0x2a0)],'description':_0x2771d3(0x2f0),'default':![]});},async _0x4b2cd6=>{const _0x137073=_0x3454eb,_0x4c4622={'rQZZN':_0x137073(0x20c),'FUUHi':function(_0xd44ebd,_0x4371e0,_0x43db4b){return _0xd44ebd(_0x4371e0,_0x43db4b);}};warnRenamed(_0x4c4622[_0x137073(0x2e2)],_0x137073(0x1c6)),await _0x4c4622[_0x137073(0x2c9)](withTelemetry,_0x137073(0x2cc),_0x4835e7=>addEnv(_0x4b2cd6[_0x137073(0x1c5)],{'ci':_0x4b2cd6['ci'],'skipAuth':_0x4b2cd6['skip-auth']},_0x4835e7));})[_0x3454eb(0x219)]('use\x20<env-name>',![],_0x4f707c=>{const _0x495889=_0x3454eb;return _0x4f707c['positional'](_0x495889(0x1c5),{'type':'string','description':_0x495889(0x2b7),'demandOption':!![]});},async _0x2995ff=>{const _0x158305=_0x3454eb,_0x2aaf6a={'vDZqj':function(_0x59b02b,_0x4c1c3e,_0x2c3ec2){return _0x59b02b(_0x4c1c3e,_0x2c3ec2);},'KBLrZ':'ranger\x20use'};_0x2aaf6a[_0x158305(0x274)](warnRenamed,_0x2aaf6a[_0x158305(0x1af)],_0x158305(0x1bd)),await _0x2aaf6a['vDZqj'](withTelemetry,'use',()=>useEnv(_0x2995ff[_0x158305(0x1c5)]));})[_0x3454eb(0x219)]('config',![],_0x44af88=>{const _0x3cf729=_0x3454eb,_0x340253={'sNvxf':_0x3cf729(0x2be),'IqCqf':'Config\x20value','NEIik':function(_0x5adfd2,_0x24bf26,_0x30876b){return _0x5adfd2(_0x24bf26,_0x30876b);},'nKHXk':'ranger\x20config\x20set','xQOuw':_0x3cf729(0x2f3),'QJSrN':'key','zEAWY':_0x3cf729(0x1d0),'DNhvI':'env','rpvCN':function(_0x2b4993,_0x357794,_0x1ee350){return _0x2b4993(_0x357794,_0x1ee350);},'qPkPA':'ranger\x20config\x20list','aHrhJ':'config\x20list','VVsrs':_0x3cf729(0x286),'mnjbf':_0x3cf729(0x205),'oWcod':function(_0x145cdf,_0x4b8461,_0x27f56d){return _0x145cdf(_0x4b8461,_0x27f56d);},'WmyNW':'set\x20<env>\x20<key>\x20<value>','jcTAs':_0x3cf729(0x25b)};return _0x44af88[_0x3cf729(0x219)](_0x340253[_0x3cf729(0x285)],![],_0x325157=>{const _0xf6b774=_0x3cf729;return _0x325157[_0xf6b774(0x2e3)](_0xf6b774(0x2ae),{'type':_0x340253['sNvxf'],'description':_0xf6b774(0x2f3),'demandOption':!![]})[_0xf6b774(0x2e3)](_0xf6b774(0x2ce),{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','demandOption':!![]})['positional']('value',{'type':_0x340253['sNvxf'],'description':_0x340253['IqCqf'],'demandOption':!![]});},async _0x895f9=>{const _0x401170=_0x3cf729;_0x340253['NEIik'](warnRenamed,_0x340253[_0x401170(0x28b)],'ranger\x20profile\x20config\x20set'),await _0x340253[_0x401170(0x2df)](withTelemetry,'config\x20set',()=>configSet(_0x895f9[_0x401170(0x2ae)],_0x895f9['key'],_0x895f9['value']));})['command'](_0x3cf729(0x292),![],_0x124c2c=>{const _0x937519=_0x3cf729;return _0x124c2c[_0x937519(0x2e3)](_0x937519(0x2ae),{'type':_0x340253[_0x937519(0x1b9)],'description':_0x340253[_0x937519(0x237)],'demandOption':!![]})[_0x937519(0x2e3)](_0x340253['QJSrN'],{'type':_0x340253['sNvxf'],'description':'Config\x20key','demandOption':!![]});},async _0x2ae578=>{const _0x57fdf1=_0x3cf729;warnRenamed(_0x57fdf1(0x2b2),_0x340253[_0x57fdf1(0x1e5)]),await withTelemetry(_0x57fdf1(0x2bd),()=>configGet(_0x2ae578['env'],_0x2ae578['key']));})['command']('list\x20<env>',![],_0x2541f6=>{const _0x4df484=_0x3cf729;return _0x2541f6[_0x4df484(0x2e3)](_0x340253[_0x4df484(0x2c4)],{'type':'string','description':_0x4df484(0x2f3),'demandOption':!![]});},async _0x54b809=>{const _0x36c969=_0x3cf729;_0x340253['rpvCN'](warnRenamed,_0x340253['qPkPA'],'ranger\x20profile\x20config\x20list'),await _0x340253[_0x36c969(0x2df)](withTelemetry,_0x340253['aHrhJ'],()=>configList(_0x54b809[_0x36c969(0x2ae)]));})[_0x3cf729(0x219)]('unset\x20<env>\x20<key>',![],_0x5a47fa=>{const _0x29b627=_0x3cf729;return _0x5a47fa['positional'](_0x340253[_0x29b627(0x2c4)],{'type':_0x29b627(0x2be),'description':_0x29b627(0x2f3),'demandOption':!![]})['positional'](_0x340253['QJSrN'],{'type':_0x340253['sNvxf'],'description':_0x29b627(0x2ca),'demandOption':!![]});},async _0x312521=>{const _0x40942f=_0x3cf729;warnRenamed(_0x340253[_0x40942f(0x1e0)],_0x340253[_0x40942f(0x1ff)]),await _0x340253[_0x40942f(0x1aa)](withTelemetry,'config\x20unset',()=>configUnset(_0x312521['env'],_0x312521[_0x40942f(0x2ce)]));})['demandCommand'](0x1,_0x340253['jcTAs']);})[_0x3454eb(0x219)](_0x3454eb(0x2ae),![],_0x299b5a=>{const _0x223f73=_0x3454eb,_0x21bfab={'AjVWP':'ranger\x20profile\x20ls','YuXih':_0x223f73(0x1cf),'dLlcP':'env-name','shQrQ':'string','XIMgZ':'ranger\x20env\x20update','QjWaR':_0x223f73(0x236),'hoNES':function(_0x4e46c5,_0x5c22de,_0x2c1d3f){return _0x4e46c5(_0x5c22de,_0x2c1d3f);},'qlvZC':'env\x20update'};return _0x299b5a[_0x223f73(0x219)]('ls',![],()=>{},async()=>{const _0x5f2d80=_0x223f73;warnRenamed(_0x5f2d80(0x232),_0x21bfab['AjVWP']),await withTelemetry(_0x21bfab['YuXih'],()=>envList());})['command']('update\x20<env-name>',![],_0x4d43aa=>{const _0x180c3b=_0x223f73;return _0x4d43aa[_0x180c3b(0x2e3)](_0x21bfab['dLlcP'],{'type':_0x21bfab[_0x180c3b(0x289)],'description':'Name\x20of\x20the\x20environment\x20to\x20update','demandOption':!![]});},async _0x59df2d=>{const _0x40db7f=_0x223f73;warnRenamed(_0x21bfab['XIMgZ'],_0x21bfab['QjWaR']),await _0x21bfab['hoNES'](withTelemetry,_0x21bfab[_0x40db7f(0x26f)],_0x2f13ec=>updateEnv(_0x59df2d[_0x40db7f(0x1c5)],_0x2f13ec));})[_0x223f73(0x240)](0x1,_0x223f73(0x24c));})[_0x3454eb(0x219)](_0x3454eb(0x1bc),![],_0x359462=>{const _0x34ba41=_0x3454eb,_0x587a7a={'txCNr':_0x34ba41(0x277),'HTmQH':_0x34ba41(0x2be),'XQmPZ':'Feature\x20review\x20description','ncqjh':_0x34ba41(0x233),'EJGdY':function(_0x52eff1,_0x4d646e,_0x41545f){return _0x52eff1(_0x4d646e,_0x41545f);},'gzQRE':'ranger\x20feature\x20create','mjeER':function(_0x357d2f,_0x3a6aae,_0x4606c8,_0x559c2b){return _0x357d2f(_0x3a6aae,_0x4606c8,_0x559c2b);},'wshlK':'ranger\x20create','hUksZ':_0x34ba41(0x246),'Ibotz':'feature\x20create','haJoC':'boolean','gfMnp':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','JISyz':'number','FGTvw':_0x34ba41(0x1f7),'pZenK':_0x34ba41(0x231),'Pxkim':_0x34ba41(0x1ca),'lhClx':'Feature\x20review\x20ID','WEOXU':_0x34ba41(0x2bf),'oOoQp':'ranger\x20show','MMaDF':'feature\x20show','dYjHP':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','MghUP':'ranger\x20feature\x20resume','PMBxZ':'ranger\x20resume','GWaIB':_0x34ba41(0x1da),'KbGwp':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','vFrLd':'ranger\x20feature\x20add-checklist-item','oMxzb':'ranger\x20add-scenario','nDPMo':_0x34ba41(0x21d),'ENjok':'ranger\x20feature\x20get-feedback','Hnvwx':_0x34ba41(0x1d7),'ltetl':_0x34ba41(0x2dd),'pzflH':_0x34ba41(0x290),'fuWDA':_0x34ba41(0x203),'RxFWa':'ranger\x20feature\x20restore','VFzTj':function(_0x924a78,_0x111769,_0x567600){return _0x924a78(_0x111769,_0x567600);},'RQNqR':'feature\x20restore','hUepN':_0x34ba41(0x2bb),'OJMGk':_0x34ba41(0x287)};return _0x359462['command'](_0x34ba41(0x27e),![],_0x155725=>{const _0x13c7a8=_0x34ba41;return _0x155725['positional'](_0x587a7a[_0x13c7a8(0x2f6)],{'type':_0x587a7a[_0x13c7a8(0x28e)],'description':_0x13c7a8(0x1c7),'demandOption':!![]})['option']('description',{'type':_0x587a7a[_0x13c7a8(0x28e)],'alias':'d','description':_0x587a7a['XQmPZ']})['option'](_0x13c7a8(0x1fa),{'type':'array','alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x13c7a8(0x2d5),{'type':_0x587a7a['ncqjh'],'hidden':!![]});},async _0x57d60a=>{const _0x21a429=_0x34ba41;_0x587a7a[_0x21a429(0x23c)](warnRenamed,_0x587a7a['gzQRE'],_0x21a429(0x22b)),_0x587a7a[_0x21a429(0x260)](warnFlagRenamed,_0x587a7a['wshlK'],'--checklist',_0x587a7a['hUksZ']);const _0x1d7284=_0x57d60a['scenario']||_0x57d60a['checklist'];await withTelemetry(_0x587a7a['Ibotz'],()=>featureCreate(_0x57d60a[_0x21a429(0x277)],{'description':_0x57d60a[_0x21a429(0x1da)],'scenarios':_0x1d7284}));})[_0x34ba41(0x219)](_0x587a7a['hUepN'],![],_0x148cb0=>{const _0x2c1942=_0x34ba41;return _0x148cb0['option']('current-branch',{'type':_0x587a7a[_0x2c1942(0x2b5)],'description':_0x587a7a[_0x2c1942(0x283)]})[_0x2c1942(0x2c3)](_0x2c1942(0x2a6),{'type':_0x587a7a['JISyz'],'alias':'l','description':_0x587a7a['FGTvw'],'default':0xa})['option']('offset',{'type':_0x587a7a[_0x2c1942(0x256)],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})['option']('include-deleted',{'type':_0x587a7a[_0x2c1942(0x2b5)],'alias':'d','description':_0x587a7a['pZenK'],'default':![]});},async _0x21cff4=>{const _0xd8ba2c=_0x34ba41;warnRenamed('ranger\x20feature\x20list',_0x587a7a[_0xd8ba2c(0x1db)]),await withTelemetry('feature\x20list',()=>featureList({'currentBranch':_0x21cff4[_0xd8ba2c(0x273)],'limit':_0x21cff4['limit'],'offset':_0x21cff4['offset'],'includeDeleted':_0x21cff4[_0xd8ba2c(0x280)]}));})['command'](_0x34ba41(0x214),![],_0x39bfd5=>{const _0x43424f=_0x34ba41;return _0x39bfd5[_0x43424f(0x2e3)]('id',{'type':_0x587a7a['HTmQH'],'description':_0x587a7a['lhClx']});},async _0x5ba44c=>{const _0x3748e4=_0x34ba41;warnRenamed(_0x587a7a[_0x3748e4(0x1f5)],_0x587a7a['oOoQp']),await withTelemetry(_0x587a7a[_0x3748e4(0x272)],()=>featureShow(_0x5ba44c['id']));})[_0x34ba41(0x219)]('resume\x20[id]',![],_0x85a0e7=>{const _0x40fdff=_0x34ba41;return _0x85a0e7[_0x40fdff(0x2e3)]('id',{'type':_0x587a7a['HTmQH'],'description':_0x587a7a['dYjHP']});},async _0x573a11=>{const _0x4761e7=_0x34ba41;_0x587a7a[_0x4761e7(0x23c)](warnRenamed,_0x587a7a[_0x4761e7(0x26c)],_0x587a7a['PMBxZ']),await withTelemetry(_0x4761e7(0x2b3),()=>featureResume(_0x573a11['id']));})[_0x34ba41(0x219)]('add-checklist-item\x20<description>',![],_0xbde5af=>{const _0x291d16=_0x34ba41;return _0xbde5af[_0x291d16(0x2e3)](_0x587a7a['GWaIB'],{'type':_0x587a7a['HTmQH'],'description':'Scenario\x20description','demandOption':!![]})[_0x291d16(0x2c3)]('id',{'type':_0x291d16(0x2be),'description':_0x587a7a['KbGwp']});},async _0x5b0ad2=>{const _0x4e7abe=_0x34ba41;_0x587a7a['EJGdY'](warnRenamed,_0x587a7a[_0x4e7abe(0x252)],_0x587a7a['oMxzb']),await _0x587a7a[_0x4e7abe(0x23c)](withTelemetry,_0x587a7a[_0x4e7abe(0x26e)],()=>featureAddScenario(_0x5b0ad2['description'],_0x5b0ad2['id']));})[_0x34ba41(0x219)](_0x34ba41(0x21c),![],_0x13026d=>{const _0x3c0854=_0x34ba41;return _0x13026d[_0x3c0854(0x2e3)]('id',{'type':_0x3c0854(0x2be),'description':_0x3c0854(0x1ef)});},async _0x54113e=>{const _0x18af13=_0x34ba41;warnRenamed(_0x587a7a[_0x18af13(0x28c)],_0x587a7a[_0x18af13(0x23d)]),await _0x587a7a[_0x18af13(0x23c)](withTelemetry,_0x18af13(0x21b),()=>featureGetReview(_0x54113e['id']));})['command']('delete\x20[id]',![],_0x545c46=>{return _0x545c46['positional']('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0xb74796=>{const _0x5f1103=_0x34ba41;_0x587a7a['EJGdY'](warnRenamed,_0x587a7a[_0x5f1103(0x2fc)],_0x5f1103(0x1cd)),await _0x587a7a[_0x5f1103(0x23c)](withTelemetry,_0x587a7a['pzflH'],()=>featureDelete(_0xb74796['id']));})[_0x34ba41(0x219)](_0x34ba41(0x225),![],_0x5d09bb=>{const _0x372371=_0x34ba41;return _0x5d09bb['positional']('id',{'type':_0x587a7a[_0x372371(0x28e)],'description':_0x587a7a[_0x372371(0x1b8)],'demandOption':!![]});},async _0x18cec7=>{const _0x9fbb0b=_0x34ba41;warnRenamed(_0x587a7a[_0x9fbb0b(0x22a)],'ranger\x20restore'),await _0x587a7a[_0x9fbb0b(0x295)](withTelemetry,_0x587a7a[_0x9fbb0b(0x2a7)],()=>featureRestore(_0x18cec7['id']));})[_0x34ba41(0x240)](0x1,_0x587a7a['OJMGk']);})['command'](_0x3454eb(0x2b9),![],_0x23dd6e=>{const _0x3ec994=_0x3454eb,_0x824140={'kfzEG':'session-id','Pfqwu':_0x3ec994(0x213),'PBAGy':_0x3ec994(0x2fa),'yYQxx':_0x3ec994(0x2de),'hDZvY':_0x3ec994(0x2a1),'OJauZ':'string','VVoka':_0x3ec994(0x1cb)};return _0x23dd6e['command'](_0x824140[_0x3ec994(0x1ae)],_0x824140[_0x3ec994(0x2f4)],_0x45b0ae=>{const _0x2b5cc4=_0x3ec994;return _0x45b0ae['option'](_0x824140['kfzEG'],{'type':_0x2b5cc4(0x2be),'description':_0x2b5cc4(0x1a8)});},async _0x3a7da0=>{const _0x2a2557=_0x3ec994;await withTelemetry(_0x824140['Pfqwu'],()=>hook(_0x2a2557(0x2fa),_0x3a7da0['session-id']));})['command']('disable',_0x824140['hDZvY'],_0x220ef3=>{const _0x2dbdd9=_0x3ec994;return _0x220ef3[_0x2dbdd9(0x2c3)](_0x824140['kfzEG'],{'type':_0x2dbdd9(0x2be),'description':_0x2dbdd9(0x1a8)});},async _0x593361=>{const _0xa9273e=_0x3ec994;await withTelemetry('hook:disable',()=>hook(_0xa9273e(0x257),_0x593361['session-id']));})[_0x3ec994(0x2c3)](_0x3ec994(0x277),{'type':_0x824140['OJauZ'],'description':_0x824140[_0x3ec994(0x248)]})['option'](_0x824140['kfzEG'],{'type':_0x824140['OJauZ'],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x566fdb=>{const _0x477675=_0x3454eb,_0x348c7c={'kWYRF':function(_0x30081a,_0x5739bb,_0x3cc17f){return _0x30081a(_0x5739bb,_0x3cc17f);}};_0x566fdb[_0x477675(0x277)]&&await _0x348c7c['kWYRF'](hook,_0x566fdb[_0x477675(0x277)],_0x566fdb['session-id']);})['demandCommand'](0x1,_0x3454eb(0x276))['strictCommands']()[_0x3454eb(0x23f)](async(_0x309a1a,_0x292006,_0x9bd732)=>{const _0x573a53=_0x3454eb,_0x7a768d={'DEFvd':function(_0x2e8644,_0x17fc95){return _0x2e8644(_0x17fc95);},'BEqlA':function(_0x56fc73){return _0x56fc73();},'tOElZ':'Unknown\x20error'},_0x226545=_0x7a768d['DEFvd'](sanitizeArgs,process['argv'][_0x573a53(0x1a7)](0x2)),_0x3810eb=getErrorType(_0x309a1a,_0x292006);if(_0x309a1a&&_0x309a1a['includes']('Unknown\x20command')){const _0x181ba4=process['argv'][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x181ba4),console[_0x573a53(0x1d6)](_0x573a53(0x25c));}else{if(_0x309a1a)console[_0x573a53(0x1d6)]('\x0a'+_0x309a1a+'\x0a');else _0x292006&&console[_0x573a53(0x1d6)]('\x0aError:\x20'+_0x292006['message']+'\x0a');}await logDesirePath({'rawCommand':_0x226545,'errorMessage':_0x309a1a||_0x292006?.[_0x573a53(0x1e4)],'errorType':_0x3810eb});const _0x31383f=_0x7a768d[_0x573a53(0x2ac)](getCurrentCollector);_0x31383f&&await _0x31383f['trackCommandError'](_0x292006||new Error(_0x309a1a||_0x7a768d[_0x573a53(0x27d)])),process['exit'](0x1);})['epilogue']('Documentation:\x0a'+'\x20\x20https://docs.ranger.net\x0a'+'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)')['help']()[_0x3454eb(0x21f)]('help','h')[_0x3454eb(0x2e4)]();
@@ -1 +1 @@
1
- (function(_0x53d040,_0x11fc7f){const _0x592c5a=_0x3af7,_0xa70d9e=_0x53d040();while(!![]){try{const _0x12c56f=-parseInt(_0x592c5a(0x134))/0x1*(parseInt(_0x592c5a(0x14a))/0x2)+parseInt(_0x592c5a(0x180))/0x3+-parseInt(_0x592c5a(0x14d))/0x4+-parseInt(_0x592c5a(0x16f))/0x5*(parseInt(_0x592c5a(0x15d))/0x6)+parseInt(_0x592c5a(0x129))/0x7+-parseInt(_0x592c5a(0x114))/0x8+parseInt(_0x592c5a(0x10f))/0x9;if(_0x12c56f===_0x11fc7f)break;else _0xa70d9e['push'](_0xa70d9e['shift']());}catch(_0x43b8ca){_0xa70d9e['push'](_0xa70d9e['shift']());}}}(_0x46ba,0x46d2a));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';function _0x3af7(_0x26a9df,_0xfaaa5b){_0x26a9df=_0x26a9df-0x10d;const _0x46ba74=_0x46ba();let _0x3af744=_0x46ba74[_0x26a9df];return _0x3af744;}import _0x50b985 from'inquirer';function _0x46ba(){const _0x4a4c23=['kVuWP','uNqRE','\x20(continuing\x20with\x20--force)','\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','Enter\x20a\x20different\x20URL','\x0a⚠️\x20\x20Profile\x20\x22','\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','action','\x22\x20already\x20exists\x20in\x20','indexOf','\x0a📋\x20Authentication\x20Setup','location','env','use_suggestion','What\x20would\x20you\x20like\x20to\x20do?','4638qObZft','\x20\x20Did\x20you\x20mean\x20','cdpEndpoint','prompt','Use\x20','trackPhaseStart','browser_auth','\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)','LJMid','NODE_TLS_REJECT_UNAUTHORIZED','EoRzn','HEAD','overwrite','CgaCo','error','now','gXVPn','path','1245MBXeXP','\x20would\x20shadow\x20the\x20existing\x20profile.','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','shouldReplace','EtZiP','.enc','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','TypeError','baseUrl','auth.json','\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','length','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20','\x0a🔌\x20CDP\x20Profile\x20Setup\x0a','\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20','stdin','800778XDArgF','rKkvi','Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.','ZRGwX','catch','\x20\x20Set\x20active\x20profile:\x20','nKmJh','assign','5573160ZRgxvP','MkiNq','\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','allowInsecureLocalhost','trim','1771400SNyiyh','root\x20(.ranger/)','EVQeV','ufxwW','--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','✓\x20Auth\x20state\x20saved\x20to:\x20','isTTY','Saving\x20authentication\x20state...','close','legacy','abort','includes','\x22\x20configured','\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','message','HTTP\x20','qsWlD','log','goto','trackPhaseEnd','GVCFz','2500029CGyZyV','continue','force','jEGmx','JLnWm','uGDgU','test','status','slice','\x22\x20already\x20exists.\x20Overwrite?','Removed\x20existing\x20profile\x20at\x20','467284hnvPnj','--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.','utf-8','confirm','Aborted.','signal','push','Browser\x20closed\x20before\x20authentication\x20was\x20saved.','mVmor','storageState','WGxyi','\x0a\x20\x20Could\x20not\x20reach\x20','UjGqG','rMCvO','isProtocolError','extraHTTPHeaders','LRanl','safeMode','Invalid\x20--setup-header\x20format:\x20\x22','url','OImYQ','launch','2UIHsis','tLnyJ','yyWaI','288148dAaBzf'];_0x46ba=function(){return _0x4a4c23;};return _0x46ba();}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}from'./utils/rangerRoot.js';import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0x70d94){const _0x480d8b=_0x3af7,_0x62e11b={'EVQeV':function(_0x4d2b6a,_0x3794a7,_0x4346bc){return _0x4d2b6a(_0x3794a7,_0x4346bc);},'JLnWm':_0x480d8b(0x168),'qsWlD':function(_0x24f3e0,_0x8dd945){return _0x24f3e0(_0x8dd945);}};try{const _0x5101c7=new AbortController(),_0x4e931d=_0x62e11b[_0x480d8b(0x116)](setTimeout,()=>_0x5101c7[_0x480d8b(0x11e)](),0x1388),_0x100ffb={'method':_0x62e11b[_0x480d8b(0x12d)],'signal':_0x5101c7[_0x480d8b(0x139)],'redirect':'manual'};/^https:\/\/localhost(:\d+)?/i[_0x480d8b(0x12f)](_0x70d94)&&(process['env'][_0x480d8b(0x166)]='0');const _0x155e15=await fetch(_0x70d94,_0x100ffb);delete process[_0x480d8b(0x15a)][_0x480d8b(0x166)],_0x62e11b[_0x480d8b(0x124)](clearTimeout,_0x4e931d);if(_0x155e15['status']<0x190)return{'ok':!![]};return{'ok':![],'error':_0x480d8b(0x123)+_0x155e15[_0x480d8b(0x130)]};}catch(_0x4b1a0c){delete process[_0x480d8b(0x15a)][_0x480d8b(0x166)];const _0xd9bef0=_0x4b1a0c,_0x5a6756=_0xd9bef0[_0x480d8b(0x122)]||_0x62e11b['qsWlD'](String,_0x4b1a0c),_0x46465d=_0x5a6756[_0x480d8b(0x11f)]('Invalid\x20URL')||_0xd9bef0['name']===_0x480d8b(0x177)||_0x5a6756['includes']('fetch\x20failed');return{'ok':![],'error':_0x5a6756,'isProtocolError':_0x46465d};}}export async function addEnv(_0x475c33,_0xe2d68f={},_0x4e9141){const _0x150ce4=_0x3af7,_0x4132ab={'rgqZS':_0x150ce4(0x11b),'gXVPn':function(_0xd5a567,_0x14f6b2,_0x41a8c7,_0x14c5a2){return _0xd5a567(_0x14f6b2,_0x41a8c7,_0x14c5a2);},'LJMid':function(_0x1c8c63){return _0x1c8c63();},'rMCvO':_0x150ce4(0x118),'ErALY':'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','yyWaI':function(_0x9ad14e,_0x37f829){return _0x9ad14e(_0x37f829);},'LRanl':'confirm','kVuWP':_0x150ce4(0x169),'ufxwW':_0x150ce4(0x138),'mVmor':function(_0x3fd0c0,_0x2bac73){return _0x3fd0c0===_0x2bac73;},'OImYQ':_0x150ce4(0x11d),'ELNST':'url_setup','uGDgU':_0x150ce4(0x17d),'dNoXm':function(_0xece592,_0x36630a){return _0xece592(_0x36630a);},'dptiH':'\x0a🌐\x20Profile\x20Setup\x0a','uNqRE':_0x150ce4(0x154),'kZzIW':'baseUrl','BdMxk':'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):','xcbCM':'What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','CgaCo':function(_0x83c5a9,_0x175b89){return _0x83c5a9||_0x175b89;},'MkiNq':'http://localhost:3000','ZRGwX':_0x150ce4(0x155),'OpcBv':_0x150ce4(0x15c),'sZpxL':_0x150ce4(0x15b),'GwLTj':_0x150ce4(0x152),'LmLtG':'Continue\x20anyway','nKmJh':'continue','EtZiP':function(_0x5186d8,_0x5228df,_0x2d9a09){return _0x5186d8(_0x5228df,_0x2d9a09);},'odwFO':_0x150ce4(0x111),'UjGqG':function(_0x302da9,_0x37aee0){return _0x302da9>_0x37aee0;},'EoRzn':function(_0x5bdbe2,_0xadf08d){return _0x5bdbe2(_0xadf08d);},'yflVo':'about:blank','jEGmx':_0x150ce4(0x13b),'rKkvi':_0x150ce4(0x151),'glofb':function(_0x37b43a,_0x2ab7b3){return _0x37b43a+_0x2ab7b3;},'GVCFz':_0x150ce4(0x175),'WGxyi':'\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','tLnyJ':'config_write','NDHcX':function(_0x238897,_0x1297a9,_0xf8beb9){return _0x238897(_0x1297a9,_0xf8beb9);},'cnoLN':'Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.'},_0xe8125f=_0xe2d68f['ci']??![],_0x55116c=_0xe8125f?'ci':'local',_0x131b39=_0x4132ab[_0x150ce4(0x16d)](join,getRangerDir(),_0x55116c,_0x475c33),_0x191812={};if(_0xe2d68f['setupHeader'])for(const _0x108e44 of _0xe2d68f['setupHeader']){const _0x3c5824=_0x108e44[_0x150ce4(0x157)](':');if(_0x3c5824===-0x1)throw new Error(_0x150ce4(0x146)+_0x108e44+'\x22.\x20Expected\x20\x22Name:\x20Value\x22.');const _0x482fc3=_0x108e44[_0x150ce4(0x131)](0x0,_0x3c5824)['trim'](),_0x3a6ea1=_0x108e44[_0x150ce4(0x131)](_0x3c5824+0x1)[_0x150ce4(0x113)]();_0x191812[_0x482fc3]=_0x3a6ea1;}const _0x40bd2b=join(_0x4132ab[_0x150ce4(0x165)](getRangerDir),_0x55116c);if(_0xe2d68f[_0x150ce4(0x15f)]!==undefined&&_0xe2d68f['cdpEndpoint'][_0x150ce4(0x113)]()==='')throw new Error(_0x4132ab[_0x150ce4(0x141)]);if(_0xe2d68f[_0x150ce4(0x15f)]&&_0xe2d68f[_0x150ce4(0x147)])throw new Error('--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.');if(_0xe2d68f['cdpEndpoint']&&_0xe2d68f['ci'])throw new Error(_0x150ce4(0x135));const _0x41f36e=Boolean(_0xe2d68f[_0x150ce4(0x15f)]),_0xee23e7=!_0xe2d68f['skipAuth']&&!_0x41f36e,_0x219ea0=process[_0x150ce4(0x17f)]['isTTY']&&process['stdout'][_0x150ce4(0x11a)];if(!_0x219ea0&&!_0xe2d68f[_0x150ce4(0x147)]&&!_0x41f36e)throw new Error(_0x4132ab['ErALY']);const _0x1a9ce2=_0x4132ab[_0x150ce4(0x14c)](findExistingEnv,_0x475c33);let _0x6cc849=null;if(_0x1a9ce2){if(!_0x219ea0)_0x6cc849=_0x1a9ce2;else{if(_0x1a9ce2[_0x150ce4(0x159)]===_0x55116c){const {overwrite:_0x2e7208}=await _0x50b985['prompt']([{'type':_0x4132ab[_0x150ce4(0x144)],'name':_0x4132ab[_0x150ce4(0x14e)],'message':'Profile\x20\x22'+_0x475c33+_0x150ce4(0x132),'default':![]}]);if(!_0x2e7208){console[_0x150ce4(0x125)](_0x4132ab[_0x150ce4(0x117)]);return;}_0x6cc849=_0x1a9ce2;}else{const _0x4759e5=_0x4132ab[_0x150ce4(0x13c)](_0x1a9ce2[_0x150ce4(0x159)],_0x4132ab[_0x150ce4(0x148)])?_0x150ce4(0x115):_0x1a9ce2['location'];console['error'](_0x150ce4(0x153)+_0x475c33+_0x150ce4(0x156)+_0x4759e5+':\x20'+_0x1a9ce2[_0x150ce4(0x16e)]),console['error']('\x20\x20\x20Creating\x20it\x20in\x20'+_0x55116c+_0x150ce4(0x170));const {shouldReplace:_0x4a0f5b}=await _0x50b985[_0x150ce4(0x160)]([{'type':_0x150ce4(0x137),'name':_0x150ce4(0x172),'message':'Delete\x20existing\x20and\x20create\x20new\x20in\x20'+_0x55116c+'?','default':![]}]);if(!_0x4a0f5b){console['log'](_0x4132ab[_0x150ce4(0x117)]);return;}_0x6cc849=_0x1a9ce2;}}}_0x4e9141?.['trackPhaseStart'](_0x4132ab['ELNST']);let _0x5520b4='';if(_0x41f36e)console[_0x150ce4(0x125)](_0x4132ab[_0x150ce4(0x12e)]),console[_0x150ce4(0x125)](_0x150ce4(0x17e)+_0xe2d68f['cdpEndpoint']),console[_0x150ce4(0x125)]('\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a');else{if(_0xe2d68f[_0x150ce4(0x147)]){_0x5520b4=_0xe2d68f['url'];const _0x3d68a2=await _0x4132ab['dNoXm'](checkUrlReachability,_0x5520b4);if(!_0x3d68a2['ok']&&!_0xe2d68f[_0x150ce4(0x12b)])throw new Error('Could\x20not\x20reach\x20'+_0x5520b4+':\x20'+_0x3d68a2[_0x150ce4(0x16b)]+'\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.');!_0x3d68a2['ok']&&_0xe2d68f[_0x150ce4(0x12b)]&&console[_0x150ce4(0x125)]('⚠\x20Could\x20not\x20reach\x20'+_0x5520b4+':\x20'+_0x3d68a2[_0x150ce4(0x16b)]+_0x150ce4(0x150));}else{console[_0x150ce4(0x125)](_0x4132ab['dptiH']),console['log'](_0x4132ab[_0x150ce4(0x14f)]),console[_0x150ce4(0x125)]('\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a');let _0x50f369=![];while(!![]){const _0x20062a=await _0x50b985[_0x150ce4(0x160)]([{'type':'input','name':_0x4132ab['kZzIW'],'message':_0x50f369?_0x4132ab['BdMxk']:_0x4132ab['xcbCM'],'default':_0x4132ab[_0x150ce4(0x16a)](_0x5520b4,_0x4132ab[_0x150ce4(0x110)])}]);_0x5520b4=_0x20062a[_0x150ce4(0x178)];const _0x5d8a0a=await checkUrlReachability(_0x5520b4);if(_0x5d8a0a['ok'])break;const _0x545f40=/^[a-zA-Z][\w+.-]*:\/\//[_0x150ce4(0x12f)](_0x5520b4),_0x4fc72d=_0x5d8a0a[_0x150ce4(0x142)]&&!_0x545f40,_0x17a4be=_0x4fc72d?'http://'+_0x5520b4:null;_0x50f369=!![],console['log'](_0x150ce4(0x13f)+_0x5520b4+':\x20'+_0x5d8a0a[_0x150ce4(0x16b)]);_0x17a4be&&console[_0x150ce4(0x125)](_0x150ce4(0x15e)+_0x17a4be+'?');const {action:_0x1215ad}=await _0x50b985[_0x150ce4(0x160)]([{'type':'list','name':_0x4132ab[_0x150ce4(0x183)],'message':_0x4132ab['OpcBv'],'choices':[..._0x17a4be?[{'name':_0x150ce4(0x161)+_0x17a4be,'value':_0x4132ab['sZpxL']}]:[],{'name':_0x4132ab['GwLTj'],'value':'retry'},{'name':_0x4132ab['LmLtG'],'value':_0x150ce4(0x12a)}]}]);if(_0x1215ad===_0x150ce4(0x15b)&&_0x17a4be){_0x5520b4=_0x17a4be;const _0x513328=await checkUrlReachability(_0x5520b4);if(_0x513328['ok'])break;console['log']('\x0a\x20\x20Still\x20could\x20not\x20reach\x20'+_0x5520b4+':\x20'+_0x513328['error']);}else{if(_0x1215ad===_0x4132ab[_0x150ce4(0x10d)])break;}}}}_0x4e9141?.[_0x150ce4(0x127)]('url_setup');const _0x31b7d5={};if(_0x6cc849){const _0x1ea1df=await _0x4132ab[_0x150ce4(0x14c)](loadSettings,_0x475c33);Object[_0x150ce4(0x10e)](_0x31b7d5,_0x1ea1df['setupHeaders']);}Object[_0x150ce4(0x10e)](_0x31b7d5,_0x191812),await _0x4132ab['EtZiP'](mkdir,_0x40bd2b,{'recursive':!![]});const _0x3f836b=await mkdtemp(join(_0x40bd2b,'.tmp-'+_0x475c33+'-')),_0x1b3329=join(_0x3f836b,_0x150ce4(0x179)),_0x10f457=_0x4132ab['dNoXm'](Boolean,_0x5520b4)&&/^https:\/\/localhost(:\d+)?/i['test'](_0x5520b4);try{if(_0xee23e7){_0x4e9141?.[_0x150ce4(0x162)](_0x150ce4(0x163)),console['log'](_0x150ce4(0x158)),console[_0x150ce4(0x125)](_0x4132ab['odwFO']),console['log'](_0x150ce4(0x17a));!_0x219ea0?(console['log']('\x0a\x20\x20\x20⚠\x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.'),console[_0x150ce4(0x125)](_0x150ce4(0x121))):console[_0x150ce4(0x125)]('');await new Promise(_0x598887=>setTimeout(_0x598887,0xbb8));const _0x37c800=[];_0xe2d68f[_0x150ce4(0x145)]&&_0x37c800['push']('--disable-features=WebBluetooth');const _0x39aff6=_0xe2d68f[_0x150ce4(0x112)]||_0x10f457;_0x39aff6&&_0x37c800[_0x150ce4(0x13a)]('--allow-insecure-localhost');const _0x501bb0=await chromium[_0x150ce4(0x149)]({'headless':![],..._0x4132ab[_0x150ce4(0x140)](_0x37c800['length'],0x0)?{'args':_0x37c800}:{}});try{const _0x2a2fea=Object['keys'](_0x31b7d5)[_0x150ce4(0x17b)]>0x0,_0x352d09={'ignoreHTTPSErrors':!![]};_0x2a2fea&&(_0x352d09[_0x150ce4(0x143)]=_0x31b7d5);const _0x265130=await _0x501bb0['newContext'](_0x352d09);await _0x4132ab[_0x150ce4(0x167)](addProfileSetupBanner,_0x265130);const _0x30f517=await _0x265130['newPage']();await _0x30f517[_0x150ce4(0x126)](_0x4132ab[_0x150ce4(0x16a)](_0x5520b4,_0x4132ab['yflVo']));let _0x1887cf=![];await new Promise(_0x288c13=>{const _0x595f25=_0x150ce4;_0x30f517['on'](_0x595f25(0x11c),async()=>{const _0x31a474=_0x595f25;try{console['log'](_0x4132ab['rgqZS']),await _0x265130[_0x31a474(0x13d)]({'path':_0x1b3329}),_0x1887cf=!![];}catch{}_0x288c13();});});if(!_0x1887cf){console['log'](_0x150ce4(0x176));!_0xe2d68f['safeMode']&&(console['log']('This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a'),console[_0x150ce4(0x125)]('You\x20can\x20try\x20again\x20with\x20one\x20of:'),console[_0x150ce4(0x125)]('\x20\x20ranger\x20profile\x20add\x20'+_0x475c33+_0x150ce4(0x164)),console['log']('\x20\x20ranger\x20profile\x20add\x20'+_0x475c33+_0x150ce4(0x171)));throw new Error(_0x4132ab[_0x150ce4(0x12c)]);}}finally{await _0x501bb0['close']()['catch'](()=>{});}if(_0xe8125f){const _0x2e5b6e=await readFile(_0x1b3329,_0x150ce4(0x136)),_0x5f4039=await getToken();if(!_0x5f4039){console['error'](_0x4132ab[_0x150ce4(0x181)]),await unlink(_0x1b3329)[_0x150ce4(0x184)](()=>{});throw new Error(_0x150ce4(0x182));}else{const _0x494821=encrypt(_0x2e5b6e,_0x5f4039);await _0x4132ab[_0x150ce4(0x173)](writeFile,_0x4132ab['glofb'](_0x1b3329,'.enc'),_0x494821),await _0x4132ab['EoRzn'](unlink,_0x1b3329),console['log']('✓\x20Encrypted\x20auth\x20saved\x20to:\x20'+_0x1b3329+_0x150ce4(0x174)),console[_0x150ce4(0x125)](_0x4132ab[_0x150ce4(0x128)]),console['log'](_0x4132ab[_0x150ce4(0x13e)]);}}else console['log'](_0x150ce4(0x119)+_0x1b3329);_0x4e9141?.[_0x150ce4(0x127)]('browser_auth');}_0x4e9141?.['trackPhaseStart'](_0x4132ab[_0x150ce4(0x14b)]);const _0x357e4c={};_0x5520b4&&(_0x357e4c[_0x150ce4(0x178)]=_0x5520b4);_0xe2d68f[_0x150ce4(0x15f)]&&(_0x357e4c['cdpEndpoint']=_0xe2d68f[_0x150ce4(0x15f)],_0x357e4c['isElectron']=!![]);(_0xe2d68f['allowInsecureLocalhost']||_0x10f457)&&(_0x357e4c[_0x150ce4(0x112)]=!![]);_0xe2d68f['safeMode']&&(_0x357e4c['safeMode']=!![]);_0x4132ab[_0x150ce4(0x140)](Object['keys'](_0x31b7d5)['length'],0x0)&&(_0x357e4c['setupHeaders']=_0x31b7d5);await writeFile(join(_0x3f836b,'settings.json'),JSON['stringify'](_0x357e4c,null,0x2)),console[_0x150ce4(0x125)]('✓\x20Created\x20settings:\x20'+_0x4132ab[_0x150ce4(0x173)](join,_0x131b39,'settings.json'));if(_0x6cc849?.[_0x150ce4(0x159)]===_0x55116c){const _0x375c7d=_0x6cc849['path']+'.backup-'+Date[_0x150ce4(0x16c)]();await rename(_0x6cc849[_0x150ce4(0x16e)],_0x375c7d);try{await rename(_0x3f836b,_0x131b39);}catch(_0x5f45fb){await rename(_0x375c7d,_0x6cc849['path']);throw _0x5f45fb;}try{await rm(_0x375c7d,{'recursive':!![]});}catch{console['log'](_0x150ce4(0x17c)+_0x375c7d);}}else{await _0x4132ab['NDHcX'](rename,_0x3f836b,_0x131b39);if(_0x6cc849)try{await rm(_0x6cc849['path'],{'recursive':!![]}),console['log'](_0x150ce4(0x133)+_0x6cc849[_0x150ce4(0x16e)]);}catch{console[_0x150ce4(0x125)]('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20'+_0x6cc849[_0x150ce4(0x16e)]);}}try{await writeActiveProfileName(_0x475c33),console['log'](_0x150ce4(0x185)+_0x475c33);}catch{console['log'](_0x4132ab['cnoLN']);}_0x4e9141?.[_0x150ce4(0x127)](_0x4132ab['tLnyJ']),console[_0x150ce4(0x125)]('\x0a\x20\x20Profile\x20\x22'+_0x475c33+_0x150ce4(0x120));}catch(_0x2a28b5){await rm(_0x3f836b,{'recursive':!![],'force':!![]});throw _0x2a28b5;}}
1
+ (function(_0x9bd4bb,_0x353e87){const _0x549265=_0x1fb7,_0x322105=_0x9bd4bb();while(!![]){try{const _0x2ff04c=-parseInt(_0x549265(0x163))/0x1*(-parseInt(_0x549265(0x102))/0x2)+-parseInt(_0x549265(0x14e))/0x3+parseInt(_0x549265(0x119))/0x4+-parseInt(_0x549265(0x15c))/0x5+-parseInt(_0x549265(0x146))/0x6*(parseInt(_0x549265(0x13b))/0x7)+-parseInt(_0x549265(0x15f))/0x8+parseInt(_0x549265(0x130))/0x9;if(_0x2ff04c===_0x353e87)break;else _0x322105['push'](_0x322105['shift']());}catch(_0x7d0853){_0x322105['push'](_0x322105['shift']());}}}(_0x3591,0x43917));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';function _0x1fb7(_0x3b81dc,_0x5b90e9){_0x3b81dc=_0x3b81dc-0xfa;const _0x35916a=_0x3591();let _0x1fb72b=_0x35916a[_0x3b81dc];return _0x1fb72b;}import _0x57d820 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}from'./utils/rangerRoot.js';function _0x3591(){const _0x48d03f=['storageState','\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)','ZcFoR','NODE_TLS_REJECT_UNAUTHORIZED','\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','newContext','Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.','2655105nrorVD','catch','local','1006968ofWRce','\x20(continuing\x20with\x20--force)','DNJaX','qOkia','1hdQUZw','manual','--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','GBCRk','UZhEs','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20','\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','rMUXB','--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.','Could\x20not\x20reach\x20','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','Hpbfq','\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','name','flVIS','assign','stringify','fetch\x20failed','trackPhaseStart','trim','stdout','56894KPOZVV','What\x20would\x20you\x20like\x20to\x20do?','TypeError','abort','config_write','vFjwZ','✓\x20Auth\x20state\x20saved\x20to:\x20','message','vcbxr','cIBIl','OCvGW','allowInsecureLocalhost','Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):','cdpEndpoint','✓\x20Created\x20settings:\x20','sbEwl','tyGlK','LIEBR','http://localhost:3000','log','now','url','settings.json','1255800IDQUbU','close','Enter\x20a\x20different\x20URL','root\x20(.ranger/)','\x0a\x20\x20Could\x20not\x20reach\x20','list','isElectron','path','\x20\x20\x20Creating\x20it\x20in\x20','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','Delete\x20existing\x20and\x20create\x20new\x20in\x20','What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','\x0a\x20\x20Profile\x20\x22','skipAuth','safeMode','push','trackPhaseEnd','Aborted.','UBtoZ','\x22\x20already\x20exists\x20in\x20','use_suggestion','newPage','Profile\x20\x22','8315865WysVye','Browser\x20closed\x20before\x20authentication\x20was\x20saved.','input','jcRuz','\x0a\x20\x20\x20⚠\x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','✓\x20Encrypted\x20auth\x20saved\x20to:\x20','error','Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.','.backup-','continue','location','2224243HbrqcK','FTszt','PhDdZ','slice','pREeE','\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','prompt','\x22.\x20Expected\x20\x22Name:\x20Value\x22.','\x0a\x20\x20Still\x20could\x20not\x20reach\x20','confirm','\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20','6iaCVMn','url_setup','test','keys','\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','YxmML','includes','isTTY','44946kvpQNr','launch','setupHeader','env','wveIr','Nazmq','.tmp-'];_0x3591=function(){return _0x48d03f;};return _0x3591();}import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0x13b154){const _0x1b2b33=_0x1fb7,_0x5c5507={'EhytV':function(_0x3560af,_0x528ed7,_0x1566b5){return _0x3560af(_0x528ed7,_0x1566b5);},'Nazmq':_0x1b2b33(0x164),'BWsUh':function(_0x1826ab,_0x80aa21,_0x16bbb7){return _0x1826ab(_0x80aa21,_0x16bbb7);},'VcVXJ':function(_0x161f3f,_0x1639f7){return _0x161f3f(_0x1639f7);},'Quhsg':function(_0x2594f9,_0x23ede2){return _0x2594f9<_0x23ede2;},'qqMtB':'Invalid\x20URL','wveIr':function(_0x366f45,_0x2a434e){return _0x366f45===_0x2a434e;},'flVIS':_0x1b2b33(0xfe)};try{const _0x5e9816=new AbortController(),_0x548bf4=_0x5c5507['EhytV'](setTimeout,()=>_0x5e9816[_0x1b2b33(0x105)](),0x1388),_0xd22e6={'method':'HEAD','signal':_0x5e9816['signal'],'redirect':_0x5c5507[_0x1b2b33(0x153)]};/^https:\/\/localhost(:\d+)?/i[_0x1b2b33(0x148)](_0x13b154)&&(process['env'][_0x1b2b33(0x158)]='0');const _0x3aec00=await _0x5c5507['BWsUh'](fetch,_0x13b154,_0xd22e6);delete process[_0x1b2b33(0x151)]['NODE_TLS_REJECT_UNAUTHORIZED'],_0x5c5507['VcVXJ'](clearTimeout,_0x548bf4);if(_0x5c5507['Quhsg'](_0x3aec00['status'],0x190))return{'ok':!![]};return{'ok':![],'error':'HTTP\x20'+_0x3aec00['status']};}catch(_0x5081c8){delete process['env']['NODE_TLS_REJECT_UNAUTHORIZED'];const _0x145afe=_0x5081c8,_0x3513f4=_0x145afe[_0x1b2b33(0x109)]||String(_0x5081c8),_0x1c4399=_0x3513f4[_0x1b2b33(0x14c)](_0x5c5507['qqMtB'])||_0x5c5507[_0x1b2b33(0x152)](_0x145afe[_0x1b2b33(0xfa)],_0x1b2b33(0x104))||_0x3513f4['includes'](_0x5c5507[_0x1b2b33(0xfb)]);return{'ok':![],'error':_0x3513f4,'isProtocolError':_0x1c4399};}}export async function addEnv(_0x53ee38,_0x9a6e0c={},_0xfd3ca2){const _0x5f4f08=_0x1fb7,_0x48ff18={'cIBIl':_0x5f4f08(0x11a),'ajENn':_0x5f4f08(0x15e),'SHnya':function(_0x147e3d,_0x4f0ec3,_0x5a0bb7,_0x34a14c){return _0x147e3d(_0x4f0ec3,_0x5a0bb7,_0x34a14c);},'rMUXB':function(_0x22cd03){return _0x22cd03();},'OCvGW':function(_0x59dce3,_0x454b46){return _0x59dce3===_0x454b46;},'vFjwZ':function(_0x6fdd4d){return _0x6fdd4d();},'COJkI':'--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.','eJstb':'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','YzEJa':'confirm','LIEBR':'overwrite','Msegb':_0x5f4f08(0x11c),'LCRis':'shouldReplace','pREeE':'Aborted.','mORDa':'\x0a🔌\x20CDP\x20Profile\x20Setup\x0a','ZcFoR':'\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','DNJaX':function(_0x2684df,_0x4136ee){return _0x2684df(_0x4136ee);},'qNGrt':'\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','vcbxr':_0x5f4f08(0x10e),'UZhEs':_0x5f4f08(0x139),'VtEjk':_0x5f4f08(0x12d),'sbEwl':function(_0x4f6581,_0x403a5c,_0xb80255){return _0x4f6581(_0x403a5c,_0xb80255);},'YxmML':'auth.json','EqYuQ':'\x0a📋\x20Authentication\x20Setup','GBCRk':_0x5f4f08(0x134),'eGOUA':_0x5f4f08(0x16f),'zntHy':'--allow-insecure-localhost','UBtoZ':function(_0x32f4bc,_0x3086a4){return _0x32f4bc>_0x3086a4;},'jcRuz':function(_0xa2eefd,_0x3d507b){return _0xa2eefd||_0x3d507b;},'liuMG':'about:blank','PhDdZ':'This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','qbrIN':_0x5f4f08(0x131),'iRtOc':_0x5f4f08(0x169),'FTszt':function(_0x243016,_0x40ad3c){return _0x243016+_0x40ad3c;},'tyGlK':'.enc','zMQGf':function(_0x5ad1c6,_0x2b2dcf){return _0x5ad1c6(_0x2b2dcf);},'whZyn':'\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','qOkia':_0x5f4f08(0x16d),'MseKj':'browser_auth','XMhkd':function(_0x1c917c,_0x568014){return _0x1c917c>_0x568014;},'uCBCK':function(_0x6c69a7,_0x2629d4,_0x337133){return _0x6c69a7(_0x2629d4,_0x337133);},'Hpbfq':'settings.json','WNiNl':function(_0x404ac5,_0x23095d){return _0x404ac5===_0x23095d;},'JYpwR':function(_0x1ab374,_0x58aea8,_0x124f26){return _0x1ab374(_0x58aea8,_0x124f26);},'nDvHh':function(_0x147d67,_0xa4b29e,_0x1f499d){return _0x147d67(_0xa4b29e,_0x1f499d);}},_0xc28d0=_0x9a6e0c['ci']??![],_0x562d1e=_0xc28d0?'ci':_0x48ff18['ajENn'],_0xe79a95=_0x48ff18['SHnya'](join,_0x48ff18[_0x5f4f08(0x16a)](getRangerDir),_0x562d1e,_0x53ee38),_0x2cf97f={};if(_0x9a6e0c[_0x5f4f08(0x150)])for(const _0x2daed2 of _0x9a6e0c[_0x5f4f08(0x150)]){const _0x35ab04=_0x2daed2['indexOf'](':');if(_0x48ff18['OCvGW'](_0x35ab04,-0x1))throw new Error('Invalid\x20--setup-header\x20format:\x20\x22'+_0x2daed2+_0x5f4f08(0x142));const _0x17a936=_0x2daed2[_0x5f4f08(0x13e)](0x0,_0x35ab04)[_0x5f4f08(0x100)](),_0x145045=_0x2daed2[_0x5f4f08(0x13e)](_0x35ab04+0x1)['trim']();_0x2cf97f[_0x17a936]=_0x145045;}const _0x257050=join(_0x48ff18[_0x5f4f08(0x107)](getRangerDir),_0x562d1e);if(_0x9a6e0c[_0x5f4f08(0x10f)]!==undefined&&_0x48ff18['OCvGW'](_0x9a6e0c['cdpEndpoint'][_0x5f4f08(0x100)](),''))throw new Error(_0x5f4f08(0x165));if(_0x9a6e0c['cdpEndpoint']&&_0x9a6e0c['url'])throw new Error(_0x48ff18['COJkI']);if(_0x9a6e0c['cdpEndpoint']&&_0x9a6e0c['ci'])throw new Error(_0x5f4f08(0x16b));const _0x32c9b8=Boolean(_0x9a6e0c['cdpEndpoint']),_0x63ce3=!_0x9a6e0c[_0x5f4f08(0x126)]&&!_0x32c9b8,_0x116f2f=process['stdin'][_0x5f4f08(0x14d)]&&process[_0x5f4f08(0x101)]['isTTY'];if(!_0x116f2f&&!_0x9a6e0c[_0x5f4f08(0x117)]&&!_0x32c9b8)throw new Error(_0x48ff18['eJstb']);const _0x22df8b=findExistingEnv(_0x53ee38);let _0x4d3c91=null;if(_0x22df8b){if(!_0x116f2f)_0x4d3c91=_0x22df8b;else{if(_0x22df8b['location']===_0x562d1e){const {overwrite:_0x4bebe4}=await _0x57d820['prompt']([{'type':_0x48ff18['YzEJa'],'name':_0x48ff18[_0x5f4f08(0x113)],'message':_0x5f4f08(0x12f)+_0x53ee38+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0x4bebe4){console['log'](_0x5f4f08(0x12a));return;}_0x4d3c91=_0x22df8b;}else{const _0x3dba16=_0x22df8b[_0x5f4f08(0x13a)]==='legacy'?_0x48ff18['Msegb']:_0x22df8b[_0x5f4f08(0x13a)];console[_0x5f4f08(0x136)]('\x0a⚠️\x20\x20Profile\x20\x22'+_0x53ee38+_0x5f4f08(0x12c)+_0x3dba16+':\x20'+_0x22df8b[_0x5f4f08(0x120)]),console[_0x5f4f08(0x136)](_0x5f4f08(0x121)+_0x562d1e+'\x20would\x20shadow\x20the\x20existing\x20profile.');const {shouldReplace:_0x3691cd}=await _0x57d820['prompt']([{'type':_0x5f4f08(0x144),'name':_0x48ff18['LCRis'],'message':_0x5f4f08(0x123)+_0x562d1e+'?','default':![]}]);if(!_0x3691cd){console['log'](_0x48ff18[_0x5f4f08(0x13f)]);return;}_0x4d3c91=_0x22df8b;}}}_0xfd3ca2?.['trackPhaseStart'](_0x5f4f08(0x147));let _0x51021e='';if(_0x32c9b8)console[_0x5f4f08(0x115)](_0x48ff18['mORDa']),console[_0x5f4f08(0x115)](_0x5f4f08(0x145)+_0x9a6e0c['cdpEndpoint']),console['log'](_0x48ff18[_0x5f4f08(0x157)]);else{if(_0x9a6e0c['url']){_0x51021e=_0x9a6e0c['url'];const _0x80a308=await _0x48ff18['DNJaX'](checkUrlReachability,_0x51021e);if(!_0x80a308['ok']&&!_0x9a6e0c['force'])throw new Error(_0x5f4f08(0x16c)+_0x51021e+':\x20'+_0x80a308[_0x5f4f08(0x136)]+'\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.');!_0x80a308['ok']&&_0x9a6e0c['force']&&console[_0x5f4f08(0x115)]('⚠\x20Could\x20not\x20reach\x20'+_0x51021e+':\x20'+_0x80a308['error']+_0x5f4f08(0x160));}else{console[_0x5f4f08(0x115)]('\x0a🌐\x20Profile\x20Setup\x0a'),console['log'](_0x48ff18['qNGrt']),console['log'](_0x5f4f08(0x140));let _0x119b4d=![];while(!![]){const _0x56558c=await _0x57d820['prompt']([{'type':_0x5f4f08(0x132),'name':'baseUrl','message':_0x119b4d?_0x48ff18[_0x5f4f08(0x10a)]:_0x5f4f08(0x124),'default':_0x51021e||_0x5f4f08(0x114)}]);_0x51021e=_0x56558c['baseUrl'];const _0x1af739=await checkUrlReachability(_0x51021e);if(_0x1af739['ok'])break;const _0x473a02=/^[a-zA-Z][\w+.-]*:\/\//['test'](_0x51021e),_0x3f360f=_0x1af739['isProtocolError']&&!_0x473a02,_0x5db29a=_0x3f360f?'http://'+_0x51021e:null;_0x119b4d=!![],console['log'](_0x5f4f08(0x11d)+_0x51021e+':\x20'+_0x1af739['error']);_0x5db29a&&console[_0x5f4f08(0x115)]('\x20\x20Did\x20you\x20mean\x20'+_0x5db29a+'?');const {action:_0x39d347}=await _0x57d820[_0x5f4f08(0x141)]([{'type':_0x5f4f08(0x11e),'name':'action','message':_0x5f4f08(0x103),'choices':[..._0x5db29a?[{'name':'Use\x20'+_0x5db29a,'value':_0x5f4f08(0x12d)}]:[],{'name':_0x5f4f08(0x11b),'value':'retry'},{'name':'Continue\x20anyway','value':_0x48ff18[_0x5f4f08(0x167)]}]}]);if(_0x48ff18['OCvGW'](_0x39d347,_0x48ff18['VtEjk'])&&_0x5db29a){_0x51021e=_0x5db29a;const _0x321d72=await _0x48ff18['DNJaX'](checkUrlReachability,_0x51021e);if(_0x321d72['ok'])break;console['log'](_0x5f4f08(0x143)+_0x51021e+':\x20'+_0x321d72['error']);}else{if(_0x48ff18[_0x5f4f08(0x10c)](_0x39d347,_0x5f4f08(0x139)))break;}}}}_0xfd3ca2?.[_0x5f4f08(0x129)]('url_setup');const _0x527c31={};if(_0x4d3c91){const _0x38326d=await _0x48ff18['DNJaX'](loadSettings,_0x53ee38);Object[_0x5f4f08(0xfc)](_0x527c31,_0x38326d['setupHeaders']);}Object['assign'](_0x527c31,_0x2cf97f),await _0x48ff18['sbEwl'](mkdir,_0x257050,{'recursive':!![]});const _0x41048b=await mkdtemp(join(_0x257050,_0x5f4f08(0x154)+_0x53ee38+'-')),_0x3011bf=_0x48ff18['sbEwl'](join,_0x41048b,_0x48ff18[_0x5f4f08(0x14b)]),_0x6d5ce9=_0x48ff18[_0x5f4f08(0x161)](Boolean,_0x51021e)&&/^https:\/\/localhost(:\d+)?/i['test'](_0x51021e);try{if(_0x63ce3){_0xfd3ca2?.[_0x5f4f08(0xff)]('browser_auth'),console['log'](_0x48ff18['EqYuQ']),console[_0x5f4f08(0x115)]('\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.'),console['log'](_0x5f4f08(0x14a));!_0x116f2f?(console['log'](_0x48ff18[_0x5f4f08(0x166)]),console['log'](_0x48ff18['eGOUA'])):console[_0x5f4f08(0x115)]('');await new Promise(_0x44946a=>setTimeout(_0x44946a,0xbb8));const _0x3c7265=[];_0x9a6e0c[_0x5f4f08(0x127)]&&_0x3c7265[_0x5f4f08(0x128)]('--disable-features=WebBluetooth');const _0x5a4f11=_0x9a6e0c[_0x5f4f08(0x10d)]||_0x6d5ce9;_0x5a4f11&&_0x3c7265[_0x5f4f08(0x128)](_0x48ff18['zntHy']);const _0x44da6f=await chromium[_0x5f4f08(0x14f)]({'headless':![],..._0x48ff18[_0x5f4f08(0x12b)](_0x3c7265['length'],0x0)?{'args':_0x3c7265}:{}});try{const _0x75f3de=Object[_0x5f4f08(0x149)](_0x527c31)['length']>0x0,_0x30a54b={'ignoreHTTPSErrors':!![]};_0x75f3de&&(_0x30a54b['extraHTTPHeaders']=_0x527c31);const _0x215c06=await _0x44da6f[_0x5f4f08(0x15a)](_0x30a54b);await addProfileSetupBanner(_0x215c06);const _0x35c5ca=await _0x215c06[_0x5f4f08(0x12e)]();await _0x35c5ca['goto'](_0x48ff18[_0x5f4f08(0x133)](_0x51021e,_0x48ff18['liuMG']));let _0xd97279=![];await new Promise(_0x2220e6=>{const _0x752df4=_0x5f4f08;_0x35c5ca['on'](_0x48ff18[_0x752df4(0x10b)],async()=>{const _0x40b761=_0x752df4;try{console['log']('Saving\x20authentication\x20state...'),await _0x215c06[_0x40b761(0x155)]({'path':_0x3011bf}),_0xd97279=!![];}catch{}_0x2220e6();});});if(!_0xd97279){console[_0x5f4f08(0x115)](_0x5f4f08(0x159));!_0x9a6e0c['safeMode']&&(console['log'](_0x48ff18[_0x5f4f08(0x13d)]),console[_0x5f4f08(0x115)]('You\x20can\x20try\x20again\x20with\x20one\x20of:'),console['log']('\x20\x20ranger\x20profile\x20add\x20'+_0x53ee38+_0x5f4f08(0x156)),console[_0x5f4f08(0x115)]('\x20\x20ranger\x20profile\x20add\x20'+_0x53ee38+_0x5f4f08(0x122)));throw new Error(_0x48ff18['qbrIN']);}}finally{await _0x44da6f[_0x5f4f08(0x11a)]()[_0x5f4f08(0x15d)](()=>{});}if(_0xc28d0){const _0x26130e=await readFile(_0x3011bf,'utf-8'),_0x5b83bf=await getToken();if(!_0x5b83bf){console[_0x5f4f08(0x136)](_0x48ff18['iRtOc']),await _0x48ff18[_0x5f4f08(0x161)](unlink,_0x3011bf)[_0x5f4f08(0x15d)](()=>{});throw new Error(_0x5f4f08(0x137));}else{const _0x275579=_0x48ff18[_0x5f4f08(0x111)](encrypt,_0x26130e,_0x5b83bf);await _0x48ff18['sbEwl'](writeFile,_0x48ff18[_0x5f4f08(0x13c)](_0x3011bf,_0x48ff18[_0x5f4f08(0x112)]),_0x275579),await _0x48ff18['zMQGf'](unlink,_0x3011bf),console['log'](_0x5f4f08(0x135)+_0x3011bf+'.enc'),console['log'](_0x48ff18['whZyn']),console[_0x5f4f08(0x115)](_0x48ff18[_0x5f4f08(0x162)]);}}else console[_0x5f4f08(0x115)](_0x5f4f08(0x108)+_0x3011bf);_0xfd3ca2?.['trackPhaseEnd'](_0x48ff18['MseKj']);}_0xfd3ca2?.[_0x5f4f08(0xff)](_0x5f4f08(0x106));const _0x112b0f={};_0x51021e&&(_0x112b0f['baseUrl']=_0x51021e);_0x9a6e0c['cdpEndpoint']&&(_0x112b0f[_0x5f4f08(0x10f)]=_0x9a6e0c[_0x5f4f08(0x10f)],_0x112b0f[_0x5f4f08(0x11f)]=!![]);(_0x9a6e0c['allowInsecureLocalhost']||_0x6d5ce9)&&(_0x112b0f[_0x5f4f08(0x10d)]=!![]);_0x9a6e0c['safeMode']&&(_0x112b0f[_0x5f4f08(0x127)]=!![]);_0x48ff18['XMhkd'](Object[_0x5f4f08(0x149)](_0x527c31)['length'],0x0)&&(_0x112b0f['setupHeaders']=_0x527c31);await writeFile(_0x48ff18['uCBCK'](join,_0x41048b,_0x5f4f08(0x118)),JSON[_0x5f4f08(0xfd)](_0x112b0f,null,0x2)),console[_0x5f4f08(0x115)](_0x5f4f08(0x110)+_0x48ff18['sbEwl'](join,_0xe79a95,_0x48ff18[_0x5f4f08(0x16e)]));if(_0x48ff18['WNiNl'](_0x4d3c91?.[_0x5f4f08(0x13a)],_0x562d1e)){const _0x396f8c=_0x4d3c91['path']+_0x5f4f08(0x138)+Date[_0x5f4f08(0x116)]();await _0x48ff18[_0x5f4f08(0x111)](rename,_0x4d3c91[_0x5f4f08(0x120)],_0x396f8c);try{await rename(_0x41048b,_0xe79a95);}catch(_0x1cf922){await rename(_0x396f8c,_0x4d3c91[_0x5f4f08(0x120)]);throw _0x1cf922;}try{await _0x48ff18[_0x5f4f08(0x111)](rm,_0x396f8c,{'recursive':!![]});}catch{console['log'](_0x5f4f08(0x168)+_0x396f8c);}}else{await _0x48ff18['JYpwR'](rename,_0x41048b,_0xe79a95);if(_0x4d3c91)try{await _0x48ff18['nDvHh'](rm,_0x4d3c91[_0x5f4f08(0x120)],{'recursive':!![]}),console['log']('Removed\x20existing\x20profile\x20at\x20'+_0x4d3c91['path']);}catch{console[_0x5f4f08(0x115)]('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20'+_0x4d3c91['path']);}}try{await writeActiveProfileName(_0x53ee38),console['log']('\x20\x20Set\x20active\x20profile:\x20'+_0x53ee38);}catch{console[_0x5f4f08(0x115)](_0x5f4f08(0x15b));}_0xfd3ca2?.[_0x5f4f08(0x129)]('config_write'),console[_0x5f4f08(0x115)](_0x5f4f08(0x125)+_0x53ee38+'\x22\x20configured');}catch(_0x36170e){await _0x48ff18[_0x5f4f08(0x111)](rm,_0x41048b,{'recursive':!![],'force':!![]});throw _0x36170e;}}
@@ -1 +1 @@
1
- (function(_0x384905,_0x8fac2a){const _0x2ac954=_0x16f1,_0x4bb739=_0x384905();while(!![]){try{const _0x72dd96=parseInt(_0x2ac954(0x10f))/0x1*(parseInt(_0x2ac954(0x11f))/0x2)+parseInt(_0x2ac954(0x112))/0x3+parseInt(_0x2ac954(0x120))/0x4+-parseInt(_0x2ac954(0x111))/0x5*(parseInt(_0x2ac954(0x115))/0x6)+-parseInt(_0x2ac954(0x110))/0x7+parseInt(_0x2ac954(0x114))/0x8*(parseInt(_0x2ac954(0x123))/0x9)+-parseInt(_0x2ac954(0x11d))/0xa*(parseInt(_0x2ac954(0x119))/0xb);if(_0x72dd96===_0x8fac2a)break;else _0x4bb739['push'](_0x4bb739['shift']());}catch(_0x439742){_0x4bb739['push'](_0x4bb739['shift']());}}}(_0x57b4,0xaebab));import{readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';function _0x57b4(){const _0x2df42c=['396286BexYCE','4167924tWUkZU','AHYRS','log','18nNvQjj','2qjxpnO','4661174haVonM','52495cifVEl','4191636lrhnBX','VzxAU','5546848DibVWH','480msooWT','.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update','jpPpr','EpliQ','22007678OJjSzu','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','\x0a✓\x20Encrypted\x20auth\x20saved\x20to:\x20','10rXUDEJ','.enc'];_0x57b4=function(){return _0x2df42c;};return _0x57b4();}function _0x16f1(_0x6c5d0e,_0x2929d6){_0x6c5d0e=_0x6c5d0e-0x10f;const _0x57b4b7=_0x57b4();let _0x16f129=_0x57b4b7[_0x6c5d0e];return _0x16f129;}import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getEnvDir}from'./utils/settings.js';export async function authEncrypt(_0x3bf3e1){const _0x3858d8=_0x16f1,_0xb9bc10={'vLOmf':function(_0x5268f8,_0xf5e4ae){return _0x5268f8(_0xf5e4ae);},'jpPpr':'auth.json','OGvxD':function(_0x47bdb3,_0x5113c2){return _0x47bdb3+_0x5113c2;},'XORVN':_0x3858d8(0x11e),'VzxAU':'utf-8','EpliQ':function(_0x49d76e,_0xa1d6bd,_0x5375cf){return _0x49d76e(_0xa1d6bd,_0x5375cf);},'AHYRS':function(_0x22e723,_0x4c6ed9){return _0x22e723(_0x4c6ed9);}},_0x2836aa=_0xb9bc10['vLOmf'](getEnvDir,_0x3bf3e1),_0x3fd740=join(_0x2836aa,_0xb9bc10[_0x3858d8(0x117)]),_0x324cfc=_0xb9bc10['OGvxD'](_0x3fd740,_0xb9bc10['XORVN']);if(!existsSync(_0x2836aa))throw new Error('Profile\x20\x22'+_0x3bf3e1+'\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20'+_0x3bf3e1);if(!existsSync(_0x3fd740))throw new Error('No\x20auth.json\x20found\x20at\x20'+_0x3fd740+_0x3858d8(0x116));const _0x198cc3=await getToken();if(!_0x198cc3)throw new Error('No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]');const _0x41bca4=await readFile(_0x3fd740,_0xb9bc10[_0x3858d8(0x113)]),_0x561472=_0xb9bc10[_0x3858d8(0x118)](encrypt,_0x41bca4,_0x198cc3);await _0xb9bc10['EpliQ'](writeFile,_0x324cfc,_0x561472),console['log'](_0x3858d8(0x11c)+_0x324cfc),console[_0x3858d8(0x122)](_0x3858d8(0x11b)),console[_0x3858d8(0x122)](_0x3858d8(0x11a)),_0xb9bc10[_0x3858d8(0x121)](existsSync,_0x324cfc)&&(console['log']('\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.'),console[_0x3858d8(0x122)]('\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.'));}
1
+ (function(_0x46fc26,_0xc14569){const _0x1d177e=_0x1e91,_0xfafaf0=_0x46fc26();while(!![]){try{const _0x5569b6=-parseInt(_0x1d177e(0xaa))/0x1+-parseInt(_0x1d177e(0xa7))/0x2+parseInt(_0x1d177e(0xad))/0x3*(-parseInt(_0x1d177e(0xa1))/0x4)+-parseInt(_0x1d177e(0xae))/0x5+parseInt(_0x1d177e(0xa6))/0x6*(parseInt(_0x1d177e(0x9f))/0x7)+parseInt(_0x1d177e(0xac))/0x8+parseInt(_0x1d177e(0x9d))/0x9;if(_0x5569b6===_0xc14569)break;else _0xfafaf0['push'](_0xfafaf0['shift']());}catch(_0x1b0e32){_0xfafaf0['push'](_0xfafaf0['shift']());}}}(_0x1e7a,0x537bd));function _0x1e7a(){const _0x283e74=['tSgbS','.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update','7255656gMijeQ','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','102599xyTwnH','QQQNS','4qAwTRk','\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20','\x0a✓\x20Encrypted\x20auth\x20saved\x20to:\x20','mALKw','log','108DHQThc','498738URClXA','\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.','.enc','358388CNIwUI','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','4923416nhYWMc','1211979ZJIycG','1658690eXzTCD'];_0x1e7a=function(){return _0x283e74;};return _0x1e7a();}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';function _0x1e91(_0x267582,_0xc14e){_0x267582=_0x267582-0x9b;const _0x1e7ad7=_0x1e7a();let _0x1e9186=_0x1e7ad7[_0x267582];return _0x1e9186;}export async function authEncrypt(_0x2067fc){const _0x13ac28=_0x1e91,_0x4afb6e={'adrdW':function(_0x3a3f30,_0x22544c){return _0x3a3f30(_0x22544c);},'oIkSX':function(_0x3edf02,_0x47403c,_0x44dba0){return _0x3edf02(_0x47403c,_0x44dba0);},'NoLWA':_0x13ac28(0xa9),'QQQNS':function(_0x535dda,_0x357992){return _0x535dda(_0x357992);},'chfDi':function(_0x1fb034,_0x131865){return _0x1fb034(_0x131865);},'tSgbS':function(_0xfeaaa4){return _0xfeaaa4();},'mALKw':_0x13ac28(0x9e)},_0x32c217=_0x4afb6e['adrdW'](getEnvDir,_0x2067fc),_0x1f01f6=_0x4afb6e['oIkSX'](join,_0x32c217,'auth.json'),_0x45131f=_0x1f01f6+_0x4afb6e['NoLWA'];if(!_0x4afb6e[_0x13ac28(0xa0)](existsSync,_0x32c217))throw new Error('Profile\x20\x22'+_0x2067fc+_0x13ac28(0xa2)+_0x2067fc);if(!_0x4afb6e['chfDi'](existsSync,_0x1f01f6))throw new Error('No\x20auth.json\x20found\x20at\x20'+_0x1f01f6+_0x13ac28(0x9c));const _0x3b6cae=await _0x4afb6e[_0x13ac28(0x9b)](getToken);if(!_0x3b6cae)throw new Error('No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]');const _0x383438=await readFile(_0x1f01f6,'utf-8'),_0x499948=encrypt(_0x383438,_0x3b6cae);await writeFile(_0x45131f,_0x499948),console[_0x13ac28(0xa5)](_0x13ac28(0xa3)+_0x45131f),console[_0x13ac28(0xa5)](_0x4afb6e[_0x13ac28(0xa4)]),console[_0x13ac28(0xa5)](_0x13ac28(0xab)),existsSync(_0x45131f)&&(console['log']('\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.'),console[_0x13ac28(0xa5)](_0x13ac28(0xa8)));}
@@ -1 +1 @@
1
- const _0x5e8b18=_0x79b4;(function(_0xf43adf,_0x216e01){const _0xe805ac=_0x79b4,_0x2c61be=_0xf43adf();while(!![]){try{const _0x6844d9=-parseInt(_0xe805ac(0x135))/0x1*(parseInt(_0xe805ac(0x123))/0x2)+-parseInt(_0xe805ac(0x14c))/0x3*(parseInt(_0xe805ac(0x12c))/0x4)+-parseInt(_0xe805ac(0x15a))/0x5+parseInt(_0xe805ac(0x12e))/0x6*(-parseInt(_0xe805ac(0x159))/0x7)+-parseInt(_0xe805ac(0x158))/0x8*(parseInt(_0xe805ac(0x12b))/0x9)+parseInt(_0xe805ac(0x127))/0xa*(parseInt(_0xe805ac(0x130))/0xb)+parseInt(_0xe805ac(0x134))/0xc;if(_0x6844d9===_0x216e01)break;else _0x2c61be['push'](_0x2c61be['shift']());}catch(_0x4679c6){_0x2c61be['push'](_0x2c61be['shift']());}}}(_0x4777,0x3c675));import{rm,readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{spawn}from'child_process';import{deleteAllCredentials}from'./utils/keychain.js';import{getProjectSkillsDir,getUserSkillsDir}from'./utils/claudeConfig.js';import{getRangerDir}from'./utils/rangerRoot.js';import{getCacheFile}from'./utils/sessionCache.js';import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=[_0x5e8b18(0x151),'feature-tracker',_0x5e8b18(0x145),_0x5e8b18(0x147)],opencodePluginName='@ranger-testing/opencode-plugin';function parseJsonc(_0x2d917b){const _0x40a15b=_0x5e8b18,_0x2290b8=_0x2d917b['replace'](/\/\*[\s\S]*?\*\//g,''),_0x47225b=_0x2290b8[_0x40a15b(0x133)](/^\s*\/\/.*$/gm,''),_0x189f18=_0x47225b['replace'](/,\s*([}\]])/g,'$1');return JSON[_0x40a15b(0x150)](_0x189f18);}function _0x4777(){const _0x437941=['ranger','NAnkc','fGcVP','✓\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)','✓\x20Removed\x20OpenCode\x20project\x20skill:\x20','IWyrt','IxDFE','120nZMQZZ','2420621IpqHbq','196555KEPJed','plugin','jkXbs','close','282ijVjhJ','ranger@trailhead','platform','opencode.json','580370gNqWcZ','user','length','atmtx','80658TUnPLB','64ovErEl','\x0a🧹\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','6qOmzHL','project','11RUZBrX','jPHki','CLnlL','replace','11225364HfkHfI','1371tAdQYC','✓\x20Removed\x20.ranger/\x20directory','log','error','kTHjc','NPsnF','jCewL','Foboi','sLAOU','--scope','✓\x20Removed\x20user\x20skill:\x20','sxxAT','pBrKS','TRNWb','isArray','mXZil','bug-bash','✓\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)','e2e-test-recommender','XFzys','filter','trailhead','Xvflk','6228fuwqCT','✓\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)','nCFYO','claude','parse'];_0x4777=function(){return _0x437941;};return _0x4777();}async function removeOpencodePluginConfig(_0x1ff146){const _0x20044f=_0x5e8b18,_0x18000f={'CLnlL':function(_0x494f40,_0x46f99e){return _0x494f40!==_0x46f99e;},'jCewL':function(_0x4f511d,_0x171085,_0x3b835b){return _0x4f511d(_0x171085,_0x3b835b);},'pBrKS':'utf-8','atmtx':function(_0x3420be,_0x59e6ee){return _0x3420be(_0x59e6ee);},'jPHki':function(_0x5ef08b,_0x514481){return _0x5ef08b===_0x514481;},'qxLiY':function(_0x344402,_0x1b17ae){return _0x344402+_0x1b17ae;}};if(!existsSync(_0x1ff146))return![];let _0x3c336e;try{const _0x4066b6=await _0x18000f[_0x20044f(0x13b)](readFile,_0x1ff146,_0x18000f[_0x20044f(0x141)]);_0x3c336e=_0x18000f[_0x20044f(0x12a)](parseJsonc,_0x4066b6);}catch{return![];}const _0x54e138=Array[_0x20044f(0x143)](_0x3c336e[_0x20044f(0x15b)])?_0x3c336e[_0x20044f(0x15b)]:[];if(_0x18000f[_0x20044f(0x131)](_0x54e138[_0x20044f(0x129)],0x0))return![];const _0xbd9e8a=_0x54e138[_0x20044f(0x149)](_0x72a25c=>{const _0x4dd7f6=_0x20044f;if(_0x18000f[_0x4dd7f6(0x132)](typeof _0x72a25c,'string'))return!![];return _0x18000f['CLnlL'](_0x72a25c,opencodePluginName);});if(_0x18000f['jPHki'](_0xbd9e8a[_0x20044f(0x129)],_0x54e138[_0x20044f(0x129)]))return![];return _0xbd9e8a[_0x20044f(0x129)]===0x0?delete _0x3c336e[_0x20044f(0x15b)]:_0x3c336e['plugin']=_0xbd9e8a,await writeFile(_0x1ff146,_0x18000f['qxLiY'](JSON['stringify'](_0x3c336e,null,0x2),'\x0a')),!![];}async function uninstallClaudePlugin(_0x1b070d){const _0x2c8aef=_0x5e8b18,_0x2d4e57={'IMLxB':function(_0x418cff,_0x4f7ebe){return _0x418cff(_0x4f7ebe);},'SDFCM':'plugin','WUxlP':'uninstall','XNxku':function(_0x342328,_0x2838d0,_0x2b6bc9,_0x317416){return _0x342328(_0x2838d0,_0x2b6bc9,_0x317416);},'jkXbs':_0x2c8aef(0x14f),'XljDY':'win32','NPsnF':'close'};return new Promise(_0xa3a1c4=>{const _0x59b36e=_0x2c8aef,_0x5458fc=[_0x2d4e57['SDFCM'],_0x2d4e57['WUxlP'],_0x59b36e(0x124)];_0x1b070d&&_0x5458fc['push'](_0x59b36e(0x13e),_0x1b070d);const _0x474461=_0x2d4e57['XNxku'](spawn,_0x2d4e57[_0x59b36e(0x121)],_0x5458fc,{'stdio':'pipe','shell':process[_0x59b36e(0x125)]===_0x2d4e57['XljDY']});_0x474461['on'](_0x2d4e57[_0x59b36e(0x13a)],_0x282f19=>{_0x2d4e57['IMLxB'](_0xa3a1c4,_0x282f19===0x0);}),_0x474461['on'](_0x59b36e(0x138),()=>{_0xa3a1c4(![]);});});}function _0x79b4(_0x256954,_0x101729){_0x256954=_0x256954-0x121;const _0x477723=_0x4777();let _0x79b44d=_0x477723[_0x256954];return _0x79b44d;}async function removeMarketplace(){const _0x12330c={'fGcVP':function(_0x251f35,_0x25c068){return _0x251f35(_0x25c068);},'Xvflk':function(_0x100ffa,_0x499d23,_0x785662,_0x4ee2d0){return _0x100ffa(_0x499d23,_0x785662,_0x4ee2d0);},'XFzys':'plugin','kTHjc':'marketplace','bOSEV':'remove','SGOvg':function(_0x51c476,_0x778765){return _0x51c476===_0x778765;},'qOnCp':'win32'};return new Promise(_0x248605=>{const _0x2f7759=_0x79b4,_0x5c162d={'Foboi':function(_0xe5f3bb,_0xe4d679){const _0x3363f8=_0x79b4;return _0x12330c[_0x3363f8(0x153)](_0xe5f3bb,_0xe4d679);}},_0x5288ee=_0x12330c[_0x2f7759(0x14b)](spawn,'claude',[_0x12330c[_0x2f7759(0x148)],_0x12330c[_0x2f7759(0x139)],_0x12330c['bOSEV'],_0x2f7759(0x14a)],{'stdio':'pipe','shell':_0x12330c['SGOvg'](process['platform'],_0x12330c['qOnCp'])});_0x5288ee['on'](_0x2f7759(0x122),_0x23ec2c=>{const _0x4406af=_0x2f7759;_0x5c162d[_0x4406af(0x13c)](_0x248605,_0x23ec2c===0x0);}),_0x5288ee['on']('error',()=>{_0x12330c['fGcVP'](_0x248605,![]);});});}export async function clean(){const _0x4abde8=_0x5e8b18,_0x2c0d03={'TRNWb':function(_0x55f76c){return _0x55f76c();},'nCFYO':function(_0x543b55,_0x50a00e){return _0x543b55(_0x50a00e);},'IWyrt':function(_0x5aed05,_0x4b8a8f){return _0x5aed05(_0x4b8a8f);},'IxDFE':function(_0x47e860,_0x42babe,_0x491bd7){return _0x47e860(_0x42babe,_0x491bd7);},'jfbQC':_0x4abde8(0x136),'BhARS':function(_0x3ea138,_0x146381,_0x26dedb){return _0x3ea138(_0x146381,_0x26dedb);},'TrBll':function(_0x2e4f92,_0x5f2ec7){return _0x2e4f92(_0x5f2ec7);},'NAnkc':function(_0xd695c5,_0xc573ad){return _0xd695c5(_0xc573ad);},'sLAOU':function(_0x1c3629,_0x3200e5,_0x2d1e0e){return _0x1c3629(_0x3200e5,_0x2d1e0e);},'mXZil':_0x4abde8(0x12f),'adEVW':function(_0x10d00d,_0x56c657){return _0x10d00d(_0x56c657);},'Omdzl':_0x4abde8(0x154),'ArBZf':_0x4abde8(0x14d),'sxxAT':'\x0a✅\x20Cleanup\x20complete!\x0a'};console['log'](_0x4abde8(0x12d));let _0x145963=![];try{await _0x2c0d03['TRNWb'](deleteAllCredentials),console[_0x4abde8(0x137)]('✓\x20Removed\x20stored\x20credentials'),_0x145963=!![];}catch{}const _0xd7aa0c=_0x2c0d03['TRNWb'](getCacheFile);_0x2c0d03[_0x4abde8(0x14e)](existsSync,_0xd7aa0c)&&(await rm(_0xd7aa0c),_0x145963=!![]);const _0x21361a=getRangerDir();_0x2c0d03['IWyrt'](existsSync,_0x21361a)&&(await _0x2c0d03[_0x4abde8(0x157)](rm,_0x21361a,{'recursive':!![]}),console['log'](_0x2c0d03['jfbQC']),_0x145963=!![]);const _0x29a9bc=_0x2c0d03['TRNWb'](getProjectSkillsDir);for(const _0x59a7f2 of skillsToRemove){const _0x26e7dd=_0x2c0d03[_0x4abde8(0x157)](join,_0x29a9bc,_0x59a7f2);_0x2c0d03['nCFYO'](existsSync,_0x26e7dd)&&(await rm(_0x26e7dd,{'recursive':!![]}),console[_0x4abde8(0x137)]('✓\x20Removed\x20project\x20skill:\x20'+_0x59a7f2),_0x145963=!![]);}const _0x55f240=_0x2c0d03[_0x4abde8(0x142)](getUserSkillsDir);for(const _0x26dcf7 of skillsToRemove){const _0x35c78f=join(_0x55f240,_0x26dcf7);existsSync(_0x35c78f)&&(await _0x2c0d03['BhARS'](rm,_0x35c78f,{'recursive':!![]}),console[_0x4abde8(0x137)](_0x4abde8(0x13f)+_0x26dcf7),_0x145963=!![]);}const _0xd72277=_0x2c0d03['TrBll'](getOpencodeSkillsDir,_0x4abde8(0x12f));for(const _0x4a4a14 of skillsToRemove){const _0x116f39=_0x2c0d03[_0x4abde8(0x157)](join,_0xd72277,_0x4a4a14);_0x2c0d03[_0x4abde8(0x152)](existsSync,_0x116f39)&&(await _0x2c0d03['IxDFE'](rm,_0x116f39,{'recursive':!![]}),console[_0x4abde8(0x137)](_0x4abde8(0x155)+_0x4a4a14),_0x145963=!![]);}const _0x3fb1dd=_0x2c0d03[_0x4abde8(0x156)](getOpencodeSkillsDir,_0x4abde8(0x128));for(const _0x101d2d of skillsToRemove){const _0x47a808=join(_0x3fb1dd,_0x101d2d);_0x2c0d03[_0x4abde8(0x14e)](existsSync,_0x47a808)&&(await _0x2c0d03[_0x4abde8(0x13d)](rm,_0x47a808,{'recursive':!![]}),console['log']('✓\x20Removed\x20OpenCode\x20user\x20skill:\x20'+_0x101d2d),_0x145963=!![]);}const _0x570680=join(_0x2c0d03['nCFYO'](getOpencodeConfigDir,_0x2c0d03[_0x4abde8(0x144)]),_0x4abde8(0x126));await _0x2c0d03['adEVW'](removeOpencodePluginConfig,_0x570680)&&(console['log'](_0x4abde8(0x146)),_0x145963=!![]);const _0x5eab24=join(getOpencodeConfigDir('user'),_0x4abde8(0x126));await removeOpencodePluginConfig(_0x5eab24)&&(console['log'](_0x2c0d03['Omdzl']),_0x145963=!![]);const _0x2dd9b9=await uninstallClaudePlugin();_0x2dd9b9&&(console[_0x4abde8(0x137)]('✓\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)'),_0x145963=!![]);const _0x1fb45f=await uninstallClaudePlugin(_0x2c0d03[_0x4abde8(0x144)]);_0x1fb45f&&(console['log'](_0x2c0d03['ArBZf']),_0x145963=!![]);const _0x2cab7f=await removeMarketplace();_0x2cab7f&&(console['log']('✓\x20Removed\x20trailhead\x20marketplace'),_0x145963=!![]),_0x145963?console['log'](_0x2c0d03[_0x4abde8(0x140)]):console['log']('Nothing\x20to\x20clean\x20up.\x0a');}
1
+ const _0x54e0bd=_0x39ee;(function(_0x56d6d5,_0x33c2f4){const _0x3f0f56=_0x39ee,_0x3d2322=_0x56d6d5();while(!![]){try{const _0xd18e55=-parseInt(_0x3f0f56(0x13f))/0x1+-parseInt(_0x3f0f56(0x147))/0x2+parseInt(_0x3f0f56(0x15a))/0x3+parseInt(_0x3f0f56(0x162))/0x4+parseInt(_0x3f0f56(0x16a))/0x5*(parseInt(_0x3f0f56(0x16d))/0x6)+parseInt(_0x3f0f56(0x163))/0x7*(parseInt(_0x3f0f56(0x160))/0x8)+-parseInt(_0x3f0f56(0x154))/0x9*(parseInt(_0x3f0f56(0x169))/0xa);if(_0xd18e55===_0x33c2f4)break;else _0x3d2322['push'](_0x3d2322['shift']());}catch(_0x526e56){_0x3d2322['push'](_0x3d2322['shift']());}}}(_0x1c96,0x8c2fa));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';function _0x39ee(_0xd0609f,_0x1b465e){_0xd0609f=_0xd0609f-0x13d;const _0x1c962c=_0x1c96();let _0x39ee23=_0x1c962c[_0xd0609f];return _0x39ee23;}import{getRangerDir}from'./utils/rangerRoot.js';import{getCacheFile}from'./utils/sessionCache.js';import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=[_0x54e0bd(0x146),'feature-tracker',_0x54e0bd(0x13d),'e2e-test-recommender'],opencodePluginName=_0x54e0bd(0x174);function _0x1c96(){const _0x5e17d6=['dQDBG','1964058hSipWo','user','OREvp','OPRgE','remove','kCLLh','32432rCxVgI','wQuvb','4481264fZMTQt','413WsGLAa','plugin','win32','ZieMM','chyoY','DmoXY','78480fKEwrq','12585OQbMJY','IpPSa','string','66GaZZhh','ASYok','--scope','✓\x20Removed\x20OpenCode\x20project\x20skill:\x20','filter','length','YChvq','@ranger-testing/opencode-plugin','stringify','✓\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)','marketplace','parse','bug-bash','✓\x20Removed\x20stored\x20credentials','824403lldGRT','\x0a🧹\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','YnFIr','log','upNro','tYaBG','platform','ranger','1160972rsjwsJ','✓\x20Removed\x20trailhead\x20marketplace','hoHFl','agdnC','✓\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)','close','QvUPF','aZoEI','claude','✓\x20Removed\x20user\x20skill:\x20','bteku','LMIFD','✓\x20Removed\x20OpenCode\x20user\x20skill:\x20','72xAQlux','trailhead','GiYnz','EIOWw','uninstall'];_0x1c96=function(){return _0x5e17d6;};return _0x1c96();}function parseJsonc(_0x49e029){const _0x34f70a=_0x54e0bd,_0x43699b=_0x49e029['replace'](/\/\*[\s\S]*?\*\//g,''),_0x39284b=_0x43699b['replace'](/^\s*\/\/.*$/gm,''),_0x5601eb=_0x39284b['replace'](/,\s*([}\]])/g,'$1');return JSON[_0x34f70a(0x178)](_0x5601eb);}async function removeOpencodePluginConfig(_0x4fd537){const _0x2bc54d=_0x54e0bd,_0x56b1a1={'QPhbF':'utf-8','fzzEv':function(_0x5c9e87,_0x3decf9){return _0x5c9e87(_0x3decf9);},'agdnC':function(_0x4083d2,_0x287f8d){return _0x4083d2===_0x287f8d;},'RoaaC':function(_0x55932b,_0x205b65,_0x593572){return _0x55932b(_0x205b65,_0x593572);}};if(!existsSync(_0x4fd537))return![];let _0xc894a1;try{const _0x1b9812=await readFile(_0x4fd537,_0x56b1a1['QPhbF']);_0xc894a1=_0x56b1a1['fzzEv'](parseJsonc,_0x1b9812);}catch{return![];}const _0x3c5ea2=Array['isArray'](_0xc894a1['plugin'])?_0xc894a1['plugin']:[];if(_0x56b1a1[_0x2bc54d(0x14a)](_0x3c5ea2['length'],0x0))return![];const _0x16a095=_0x3c5ea2[_0x2bc54d(0x171)](_0x5c78a9=>{const _0x56f9b5=_0x2bc54d;if(typeof _0x5c78a9!==_0x56f9b5(0x16c))return!![];return _0x5c78a9!==opencodePluginName;});if(_0x16a095[_0x2bc54d(0x172)]===_0x3c5ea2[_0x2bc54d(0x172)])return![];return _0x56b1a1['agdnC'](_0x16a095['length'],0x0)?delete _0xc894a1['plugin']:_0xc894a1[_0x2bc54d(0x164)]=_0x16a095,await _0x56b1a1['RoaaC'](writeFile,_0x4fd537,JSON[_0x2bc54d(0x175)](_0xc894a1,null,0x2)+'\x0a'),!![];}async function uninstallClaudePlugin(_0x243846){const _0x4c5a42=_0x54e0bd,_0x214a90={'tYaBG':function(_0x4a7b6b,_0x34b272){return _0x4a7b6b(_0x34b272);},'GiYnz':_0x4c5a42(0x164),'kCLLh':_0x4c5a42(0x158),'RVrQG':'ranger@trailhead','hoHFl':_0x4c5a42(0x16f),'wQuvb':_0x4c5a42(0x14f),'ASYok':function(_0x4b2834,_0x42abff){return _0x4b2834===_0x42abff;},'OPRgE':_0x4c5a42(0x165),'pDTrP':'close','sAAKg':'error'};return new Promise(_0x2a0ece=>{const _0xa86a3e=_0x4c5a42,_0x5b8bbf=[_0x214a90[_0xa86a3e(0x156)],_0x214a90[_0xa86a3e(0x15f)],_0x214a90['RVrQG']];_0x243846&&_0x5b8bbf['push'](_0x214a90[_0xa86a3e(0x149)],_0x243846);const _0x2f6acf=spawn(_0x214a90[_0xa86a3e(0x161)],_0x5b8bbf,{'stdio':'pipe','shell':_0x214a90[_0xa86a3e(0x16e)](process['platform'],_0x214a90[_0xa86a3e(0x15d)])});_0x2f6acf['on'](_0x214a90['pDTrP'],_0x4cd5c1=>{const _0x5ec3e0=_0xa86a3e;_0x214a90[_0x5ec3e0(0x144)](_0x2a0ece,_0x4cd5c1===0x0);}),_0x2f6acf['on'](_0x214a90['sAAKg'],()=>{_0x214a90['tYaBG'](_0x2a0ece,![]);});});}async function removeMarketplace(){const _0x9eb073=_0x54e0bd,_0x507f3b={'PDghc':function(_0x48487f,_0x595ff9){return _0x48487f(_0x595ff9);},'DmoXY':function(_0x9ec1,_0x586dba){return _0x9ec1(_0x586dba);},'aZoEI':'plugin','Qeijo':_0x9eb073(0x177),'fDWSF':_0x9eb073(0x15e),'Anayi':_0x9eb073(0x155),'qNjau':'pipe','OIIvn':_0x9eb073(0x14c)};return new Promise(_0xf249b=>{const _0x54c4fc=_0x9eb073,_0x456eb4={'HIyrt':function(_0x3ccc57,_0x4ca392){const _0x1b9f30=_0x39ee;return _0x507f3b[_0x1b9f30(0x168)](_0x3ccc57,_0x4ca392);}},_0x361f01=spawn(_0x54c4fc(0x14f),[_0x507f3b[_0x54c4fc(0x14e)],_0x507f3b['Qeijo'],_0x507f3b['fDWSF'],_0x507f3b['Anayi']],{'stdio':_0x507f3b['qNjau'],'shell':process[_0x54c4fc(0x145)]===_0x54c4fc(0x165)});_0x361f01['on'](_0x507f3b['OIIvn'],_0x3ce1b5=>{_0x456eb4['HIyrt'](_0xf249b,_0x3ce1b5===0x0);}),_0x361f01['on']('error',()=>{_0x507f3b['PDghc'](_0xf249b,![]);});});}export async function clean(){const _0x4948cf=_0x54e0bd,_0x5ed138={'bteku':_0x4948cf(0x140),'YChvq':function(_0x4c2d19){return _0x4c2d19();},'OREvp':_0x4948cf(0x13e),'aycPi':function(_0x566c26,_0x399e7f){return _0x566c26(_0x399e7f);},'OUvRh':function(_0x2d7b2a,_0xb8e60){return _0x2d7b2a(_0xb8e60);},'chyoY':function(_0x12e36f,_0xac55bc,_0x46a244){return _0x12e36f(_0xac55bc,_0x46a244);},'LMIFD':'✓\x20Removed\x20.ranger/\x20directory','TLCoP':function(_0x84df78){return _0x84df78();},'upNro':function(_0x24fa39){return _0x24fa39();},'YnFIr':function(_0x3123ab,_0x49fcf4){return _0x3123ab(_0x49fcf4);},'dQDBG':'project','EIOWw':function(_0x37ba09,_0x17e18f,_0x355b21){return _0x37ba09(_0x17e18f,_0x355b21);},'QvUPF':'opencode.json','beQsB':function(_0x286010,_0x48bb4a,_0x2e01d3){return _0x286010(_0x48bb4a,_0x2e01d3);},'ZieMM':function(_0x3140cd,_0x33c265){return _0x3140cd(_0x33c265);},'nBpON':_0x4948cf(0x15b),'IpPSa':'✓\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)','jEbSn':_0x4948cf(0x14b),'glBEn':_0x4948cf(0x148)};console['log'](_0x5ed138[_0x4948cf(0x151)]);let _0x3e8f0b=![];try{await _0x5ed138[_0x4948cf(0x173)](deleteAllCredentials),console[_0x4948cf(0x142)](_0x5ed138[_0x4948cf(0x15c)]),_0x3e8f0b=!![];}catch{}const _0x24fab6=_0x5ed138['YChvq'](getCacheFile);_0x5ed138['aycPi'](existsSync,_0x24fab6)&&(await _0x5ed138['OUvRh'](rm,_0x24fab6),_0x3e8f0b=!![]);const _0x26bcb5=getRangerDir();existsSync(_0x26bcb5)&&(await _0x5ed138['chyoY'](rm,_0x26bcb5,{'recursive':!![]}),console['log'](_0x5ed138[_0x4948cf(0x152)]),_0x3e8f0b=!![]);const _0x2fc00c=_0x5ed138['TLCoP'](getProjectSkillsDir);for(const _0x506b02 of skillsToRemove){const _0x563d09=_0x5ed138['chyoY'](join,_0x2fc00c,_0x506b02);existsSync(_0x563d09)&&(await rm(_0x563d09,{'recursive':!![]}),console['log']('✓\x20Removed\x20project\x20skill:\x20'+_0x506b02),_0x3e8f0b=!![]);}const _0x1e5257=_0x5ed138[_0x4948cf(0x143)](getUserSkillsDir);for(const _0x2254ff of skillsToRemove){const _0xcd7ae0=join(_0x1e5257,_0x2254ff);existsSync(_0xcd7ae0)&&(await rm(_0xcd7ae0,{'recursive':!![]}),console['log'](_0x4948cf(0x150)+_0x2254ff),_0x3e8f0b=!![]);}const _0x54505a=_0x5ed138[_0x4948cf(0x141)](getOpencodeSkillsDir,_0x5ed138[_0x4948cf(0x159)]);for(const _0x17a59c of skillsToRemove){const _0x1b1497=_0x5ed138[_0x4948cf(0x167)](join,_0x54505a,_0x17a59c);_0x5ed138['YnFIr'](existsSync,_0x1b1497)&&(await rm(_0x1b1497,{'recursive':!![]}),console[_0x4948cf(0x142)](_0x4948cf(0x170)+_0x17a59c),_0x3e8f0b=!![]);}const _0x1f9e1d=_0x5ed138['aycPi'](getOpencodeSkillsDir,_0x4948cf(0x15b));for(const _0x1041b1 of skillsToRemove){const _0x115f0a=_0x5ed138[_0x4948cf(0x157)](join,_0x1f9e1d,_0x1041b1);existsSync(_0x115f0a)&&(await rm(_0x115f0a,{'recursive':!![]}),console[_0x4948cf(0x142)](_0x4948cf(0x153)+_0x1041b1),_0x3e8f0b=!![]);}const _0x3c9e47=_0x5ed138['EIOWw'](join,getOpencodeConfigDir(_0x5ed138[_0x4948cf(0x159)]),_0x5ed138['QvUPF']);await removeOpencodePluginConfig(_0x3c9e47)&&(console[_0x4948cf(0x142)]('✓\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)'),_0x3e8f0b=!![]);const _0x651b1c=_0x5ed138['beQsB'](join,_0x5ed138['ZieMM'](getOpencodeConfigDir,_0x5ed138['nBpON']),_0x5ed138[_0x4948cf(0x14d)]);await _0x5ed138[_0x4948cf(0x166)](removeOpencodePluginConfig,_0x651b1c)&&(console['log'](_0x5ed138[_0x4948cf(0x16b)]),_0x3e8f0b=!![]);const _0x4e6f36=await uninstallClaudePlugin();_0x4e6f36&&(console['log'](_0x5ed138['jEbSn']),_0x3e8f0b=!![]);const _0x461a36=await uninstallClaudePlugin(_0x5ed138['dQDBG']);_0x461a36&&(console['log'](_0x4948cf(0x176)),_0x3e8f0b=!![]);const _0x4f477b=await removeMarketplace();_0x4f477b&&(console[_0x4948cf(0x142)](_0x5ed138['glBEn']),_0x3e8f0b=!![]),_0x3e8f0b?console['log']('\x0a✅\x20Cleanup\x20complete!\x0a'):console['log']('Nothing\x20to\x20clean\x20up.\x0a');}