@ranger-testing/ranger-cli 2.3.1 โ†’ 2.3.2

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 (70) 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 -0
  35. package/build/commands/utils/browserSessionsApi.js +1 -1
  36. package/build/commands/utils/claudeConfig.js +1 -1
  37. package/build/commands/utils/claudePlugin.js +1 -1
  38. package/build/commands/utils/crypto.js +1 -1
  39. package/build/commands/utils/desirePathLog.js +1 -1
  40. package/build/commands/utils/deviceAuth.js +1 -1
  41. package/build/commands/utils/environment.js +1 -1
  42. package/build/commands/utils/featureApi.js +1 -1
  43. package/build/commands/utils/featureReportGenerator.js +1 -1
  44. package/build/commands/utils/fixWebmDuration.js +1 -1
  45. package/build/commands/utils/git.js +1 -1
  46. package/build/commands/utils/keychain.js +1 -1
  47. package/build/commands/utils/localAgentInstallationsApi.js +1 -1
  48. package/build/commands/utils/mcpImageBase64.js +1 -1
  49. package/build/commands/utils/model.js +1 -1
  50. package/build/commands/utils/opencodeConfig.js +1 -1
  51. package/build/commands/utils/playwrightCli.js +1 -1
  52. package/build/commands/utils/profileMessages.js +1 -1
  53. package/build/commands/utils/profileSetupBanner.js +1 -1
  54. package/build/commands/utils/rangerConfig.js +1 -1
  55. package/build/commands/utils/rangerRoot.js +1 -1
  56. package/build/commands/utils/reportGenerator.js +1 -1
  57. package/build/commands/utils/retry.js +1 -1
  58. package/build/commands/utils/sessionCache.js +1 -1
  59. package/build/commands/utils/settings.js +1 -1
  60. package/build/commands/utils/skillContent.js +1 -1
  61. package/build/commands/utils/skills.js +1 -1
  62. package/build/commands/utils/stitchWebmFiles.js +1 -1
  63. package/build/commands/utils/telemetry.js +1 -1
  64. package/build/commands/utils/traceSnapshotMapper.js +1 -1
  65. package/build/commands/utils/userApi.js +1 -1
  66. package/build/commands/utils/version.js +1 -1
  67. package/build/commands/verifyFeature.js +1 -1
  68. package/build/commands/verifyFeatureCli.js +1 -1
  69. package/build/commands/verifyInBrowser.js +1 -1
  70. package/package.json +1 -1
package/build/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x11ad69=_0xc551;(function(_0x144c6b,_0x45024b){const _0x4efdf5=_0xc551,_0x4a90f5=_0x144c6b();while(!![]){try{const _0x154e1f=parseInt(_0x4efdf5(0x247))/0x1+-parseInt(_0x4efdf5(0x1bb))/0x2+-parseInt(_0x4efdf5(0x22c))/0x3+-parseInt(_0x4efdf5(0x235))/0x4*(parseInt(_0x4efdf5(0x211))/0x5)+parseInt(_0x4efdf5(0x27a))/0x6+-parseInt(_0x4efdf5(0x293))/0x7+-parseInt(_0x4efdf5(0x22f))/0x8*(-parseInt(_0x4efdf5(0x23a))/0x9);if(_0x154e1f===_0x45024b)break;else _0x4a90f5['push'](_0x4a90f5['shift']());}catch(_0x448494){_0x4a90f5['push'](_0x4a90f5['shift']());}}}(_0x57e3,0x74698));function _0xc551(_0x407bdb,_0xcc4e02){_0x407bdb=_0x407bdb-0x19d;const _0x57e382=_0x57e3();let _0xc5517=_0x57e382[_0x407bdb];return _0xc5517;}import _0x1d6936 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x3bd5be=_0xc551,_0x20b9f7={'NHdwV':function(_0x2e05e8,_0x18a9e1){return _0x2e05e8(_0x18a9e1);},'WWIVH':function(_0x4774ee,_0x338f33,_0x3276af){return _0x4774ee(_0x338f33,_0x3276af);},'OUuXS':function(_0xc0bd44,_0x595620){return _0xc0bd44(_0x595620);},'sDzCb':function(_0x2b868e,_0x26999f,_0x22523c){return _0x2b868e(_0x26999f,_0x22523c);},'azTxy':_0x3bd5be(0x2a0),'qVbfK':function(_0x1b8369,_0x33ebe0){return _0x1b8369(_0x33ebe0);}};let _0x1f8a29=process['cwd']();const _0x21d1f9=_0x20b9f7[_0x3bd5be(0x2d5)](parse,_0x1f8a29)[_0x3bd5be(0x214)];while(_0x1f8a29!==_0x21d1f9){if(_0x20b9f7[_0x3bd5be(0x2d5)](existsSync,_0x20b9f7['WWIVH'](join,_0x1f8a29,'.ranger'))||_0x20b9f7[_0x3bd5be(0x1dc)](existsSync,_0x20b9f7['sDzCb'](join,_0x1f8a29,_0x20b9f7[_0x3bd5be(0x25d)])))return _0x1f8a29;_0x1f8a29=_0x20b9f7[_0x3bd5be(0x2dd)](dirname,_0x1f8a29);}return process[_0x3bd5be(0x213)]();}_0x1d6936[_0x11ad69(0x2c9)]({'path':join(findProjectRoot(),'.env')});import _0x91e5d9 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';function _0x57e3(){const _0x2d4316=['CgGBN','FqyZF','dscgv','Feature\x20review\x20name','DiMlW','fKnTM','Ljnon','get-review','oWnRg','NHdwV','--env','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','aBnks','include-deleted','FQBWT','TNyDJ','IflRz','qVbfK','ranger\x20create','MZalM','cNKTb','Config\x20key\x20to\x20remove','bZPhC','kcsrO','You\x20must\x20specify\x20a\x20command','setup\x20[token]','GKtXW','create\x20<name>','gzyZP','Mdgmj','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','auth','WxYZb','clean','env\x20update','RLCNG','PPqEW','Install\x20Ranger\x20skills','Feature\x20review\x20description','Config\x20key','notes','profile\x20update','partial','evaluation','ranger\x20feature\x20get-feedback','sstDe','yApVN','start\x20[token]','OvHKg','Feature\x20review\x20ID','startsWith','HfMCN','ranger\x20delete','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','XnWKP','json','hwNCz','vLRsM','fWVaC','exclude-scenario','yTDzi','xYGTf','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','scenario','jFTMM','message','FWZQA','limit','Name\x20of\x20the\x20profile','HMKxQ','SbRHK','profile\x20config\x20get','--item','profile-name','AyUGL','get\x20<profile>\x20<key>','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','ranger\x20env\x20ls','wbCOB','config\x20list','description','nlovH','start','add\x20<profile-name>','Vztph','mqGmi','XVApq','vvZCm','log','NNgxn','token','BQCxY','XiLXT','debug-address-comments','xjPNv','787852NiQWcC','delete','Wktfm','evaluationReason','mBEdg','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','VRCgS','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','IJGvp','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','fzQVL','parse','enable','resume\x20[id]','\x0aIssues:','force','kCbAQ','LXudS','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','LpnnL','\x20FAILED','kccRt','claude','IVKVB','feature\x20list','value','FNtkx','base-url','Gtiwb','restore','EvQDA','profile\x20config\x20set','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','OUuXS','restore\x20<id>','Manage\x20profile\x20configuration','--scenario','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1)','ranger\x20profile\x20encrypt-auth','ranger\x20resume','bAiQP','\x20VERIFIED','MjpNx','uvOAW','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','encrypt\x20<profile>','bQqug','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','scope','IGrbN','CgJao','Evaluation:\x20','XMILx','EhwUa','model','cxGHC','task','GbWML','DyzwE','GiHWx','Name\x20of\x20the\x20profile\x20to\x20update','kUzvC','verified','feature\x20create','SRUci','feature\x20restore','map','BJXBz','opencode','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','ranger\x20feature\x20show','add-checklist-item\x20<description>','EyyHd','GDmKJ','cfMbk','get\x20<env>\x20<key>','New\x20scenario\x20description','Environment\x20name','key','ranger\x20show','checklist','positional','LgMqc','hook:disable','tNIeN','5FvaQzc','FgybV','cwd','root','profile\x20ls','config\x20get','skip-auth','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','demandCommand','zxKZZ','jSHjp','ksYQB','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','pHmId','yCsPg','list','YYzas','CvATi','ranger\x20feature\x20list','ranger\x20profile\x20config\x20get','uxZTm','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','tbCxC','VyRIA','sCPER','GTJyd','YnXFy','1513719YZJHvJ','Name\x20of\x20the\x20environment','Profile\x20name','4504hppNBq','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','PZVlx','eHsKa','3255832FZOvMJ','DTTMJ','edit-scenario','Mszhz','uqJVg','27369NWSyyi','bgdDn','OqRRI','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','ranger\x20profile\x20ls','session-id','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','feature\x20show','XnhgP','Set\x20a\x20config\x20value','EWSyr','array','ranger\x20profile\x20use','699506FuYpLF','status','cdp-endpoint','qCDZY','Unknown\x20command','url','\x0aError:\x20','ZHXCV','skillup','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','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\x20(e.g.,\x20header.X-Test-Mode)\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','HtDdD','headed','tZoeD','profile\x20add','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.','add\x20env\x20<env-name>','yHMRh','JgTBK','iQiKN','yKeNe','ranger\x20feature\x20delete','azTxy','setup-ci','show\x20[id]','xyjhJ','aiCmB','ttlQW','rRPdO','unset\x20<env>\x20<key>','GDCgV','zEWEW','Feature\x20review\x20ID\x20to\x20restore','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','Add\x20profile\x20configuration','allow-insecure-localhost','option','wQypr','SXbby','LKEeO','\x20PARTIAL','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','ysoVN','WWzxY','string','jZLcY','BbCES','Include\x20soft-deleted\x20feature\x20reviews','offset','issues','oUZgs','2643486LefJqT','command','lHIzB','name','Manage\x20profiles','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','vrQlB','QBvAN','Scenario\x20description','boolean','JvAUM','env','PNYBq','CzLpj','RiYAj','start-path','exit','cacyd','safe-mode','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','QZcLb','unset\x20<profile>\x20<key>','debug-outcome','get-feedback\x20[id]','Name\x20of\x20the\x20environment\x20to\x20update','4640223ZNzowg','exitCode','Scenario\x20index\x20(1-based)','ranger\x20profile\x20add','HYkOP','forEach','jhZel','project','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','help','gQLSy','argv','vaiSv','.env','Faabb','set\x20<env>\x20<key>\x20<value>','SQIor','env-name','ranger\x20start','incomplete','epilogue','number','List\x20all\x20feature\x20reviews','yvlee','YZHlT','uGpJR','EKmqx','sNOOk','wNoOn','config\x20unset','slice','--checklist','profile','zYqwB','You\x20must\x20specify\x20a\x20profile\x20subcommand','qLPXL','item','profile\x20config\x20list','default','PkvHc','add\x20env','OjFUk','ranger\x20profile\x20config\x20unset','feature\x20get-feedback','jNCPc','ESkkp','get-review\x20[id]','duixr','fojJf','vpXmw','usage','feature\x20resume','Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','report\x20[id]','config','current-branch','ranger\x20profile\x20config\x20set'];_0x57e3=function(){return _0x2d4316;};return _0x57e3();}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 _0x45dd4e=>{const _0x548c5c=_0x11ad69,_0x373041=getCurrentCollector();_0x373041&&await _0x373041['trackCommandError'](_0x45dd4e),process[_0x548c5c(0x294)]=0x1;});const rawArgs=process['argv']['slice'](0x2),TOP_LEVEL_HELP=_0x11ad69(0x256),PROFILE_HELP=_0x11ad69(0x2d7),PROFILE_CONFIG_HELP=_0x11ad69(0x251);function warnRenamed(_0x3234ff,_0x1275dc){console['error']('\x0a'+_0x3234ff+'\x20is\x20now\x20'+_0x1275dc+'\x0a');}function argUsed(_0x5d92e6){const _0x281630=_0x11ad69;return rawArgs['some'](_0x2256bc=>_0x2256bc===_0x5d92e6||_0x2256bc[_0x281630(0x2fe)](_0x5d92e6+'='));}function warnFlagRenamed(_0x134f39,_0x5688ff,_0x1de8dc){argUsed(_0x5688ff)&&warnRenamed(_0x134f39+'\x20'+_0x5688ff,_0x134f39+'\x20'+_0x1de8dc);}async function runGoCommand(_0x5c096d,_0x4ffb53=![]){const _0x4c76fe=_0x11ad69,_0x1f2664={'UvnRf':function(_0x1b67d9,_0x787f02){return _0x1b67d9+_0x787f02;},'jhZel':function(_0x11119b,_0x1e1b0d,_0x2bedf7){return _0x11119b(_0x1e1b0d,_0x2bedf7);},'BbCES':'ranger\x20verify-feature','FgybV':'ranger\x20go','dqSpj':function(_0x2334f0,_0x2e3a44,_0x57b18b,_0x5d348f){return _0x2334f0(_0x2e3a44,_0x57b18b,_0x5d348f);},'HtDdD':function(_0xed2cf,_0x47642f,_0x3dcd2d,_0x27c10){return _0xed2cf(_0x47642f,_0x3dcd2d,_0x27c10);},'wgUvi':'--task','papCy':_0x4c76fe(0x1df),'Ljnon':function(_0x1e8ff5){return _0x1e8ff5();},'dscgv':'flag','cMiLx':_0x4c76fe(0x2c9),'HpWMV':function(_0x4f5eef,_0x4edcdc){return _0x4f5eef(_0x4edcdc);},'MfqGr':_0x4c76fe(0x289),'vrQlB':_0x4c76fe(0x290),'zheyu':_0x4c76fe(0x1b9),'RLCNG':_0x4c76fe(0x1fa),'FWZQA':_0x4c76fe(0x1e5),'PkvHc':'incomplete','KtRsp':'\x20INCOMPLETE','glbDq':function(_0x5cb62c,_0x56bc35){return _0x5cb62c===_0x56bc35;},'hfdxw':'blocked','SNSMt':_0x4c76fe(0x1cf),'PNYBq':_0x4c76fe(0x1c9),'vDqto':function(_0xcbc715,_0x421046){return _0xcbc715===_0x421046;}};_0x4ffb53&&_0x1f2664[_0x4c76fe(0x299)](warnRenamed,_0x1f2664[_0x4c76fe(0x275)],_0x1f2664['FgybV']);_0x1f2664['dqSpj'](warnFlagRenamed,'ranger\x20go',_0x4c76fe(0x2d6),'--profile'),_0x1f2664[_0x4c76fe(0x252)](warnFlagRenamed,_0x1f2664[_0x4c76fe(0x212)],_0x1f2664['wgUvi'],'--notes'),_0x1f2664['HtDdD'](warnFlagRenamed,'ranger\x20go',_0x4c76fe(0x1a4),_0x1f2664['papCy']);const _0x1b4820=await _0x1f2664[_0x4c76fe(0x2d2)](loadRangerConfig),_0x1ff99b=_0x5c096d[_0x4c76fe(0x1f2)],_0x1df4dc=_0x1b4820['model'],_0xadb20=_0x1ff99b??_0x1df4dc,_0x2e41c2=_0x1ff99b?_0x1f2664[_0x4c76fe(0x2ce)]:_0x1df4dc?_0x1f2664['cMiLx']:_0x4c76fe(0x2b9),_0x450a5c=await _0x1f2664['HpWMV'](verifyFeature,{'featureId':_0x5c096d['feature'],'profile':_0x5c096d['profile']??_0x5c096d[_0x4c76fe(0x285)],'notes':_0x5c096d[_0x4c76fe(0x2f4)]??_0x5c096d[_0x4c76fe(0x1f4)],'scenario':_0x5c096d['scenario']??_0x5c096d['item'],'startPath':_0x5c096d[_0x1f2664['MfqGr']],'debugOutcome':_0x5c096d[_0x1f2664[_0x4c76fe(0x280)]],'debugAddressComments':_0x5c096d[_0x1f2664['zheyu']],'headed':_0x5c096d['headed'],'verifyModel':_0xadb20,'verifyModelInput':_0xadb20,'verifyModelSource':_0x2e41c2});console['log']('\x0a'+'='['repeat'](0x3c)),console[_0x4c76fe(0x1b4)](_0x450a5c['evaluation']===_0x1f2664[_0x4c76fe(0x2ef)]?_0x1f2664[_0x4c76fe(0x19e)]:_0x450a5c[_0x4c76fe(0x2f7)]===_0x1f2664[_0x4c76fe(0x2ba)]?_0x1f2664['KtRsp']:_0x450a5c['evaluation']===_0x4c76fe(0x2f6)?_0x4c76fe(0x26f):_0x1f2664['glbDq'](_0x450a5c['evaluation'],_0x1f2664['hfdxw'])?'\x20BLOCKED':_0x1f2664['SNSMt']),console['log']('='['repeat'](0x3c)),console[_0x4c76fe(0x1b4)]('Summary:\x20'+_0x450a5c['summary']),console[_0x4c76fe(0x1b4)](_0x4c76fe(0x1ef)+_0x450a5c['evaluation']),console['log']('Reason:\x20'+_0x450a5c[_0x4c76fe(0x1be)]),_0x450a5c['issues']?.['length']&&(console[_0x4c76fe(0x1b4)](_0x1f2664[_0x4c76fe(0x286)]),_0x450a5c[_0x4c76fe(0x278)][_0x4c76fe(0x298)]((_0x574da8,_0x4bf735)=>{const _0x3825c4=_0x4c76fe;console[_0x3825c4(0x1b4)]('\x0a'+_0x1f2664['UvnRf'](_0x4bf735,0x1)+'.\x20['+_0x574da8['severity']+']\x20'+_0x574da8['description']);})),process[_0x4c76fe(0x28a)](_0x1f2664['vDqto'](_0x450a5c[_0x4c76fe(0x2f7)],'verified')?0x0:0x1);}_0x91e5d9(process[_0x11ad69(0x29e)]['slice'](0x2))['scriptName']('ranger')['usage'](TOP_LEVEL_HELP)['version'](getCurrentVersion())[_0x11ad69(0x27b)](_0x11ad69(0x2e7),_0x11ad69(0x2ea),_0x41e721=>{const _0xfd8bcc=_0x11ad69,_0x35a602={'LnZdT':_0xfd8bcc(0x2cf),'yHMRh':_0xfd8bcc(0x1ac),'zEWEW':_0xfd8bcc(0x2f2),'qLPXL':'scenario','sCPER':'array','fEhHG':_0xfd8bcc(0x20c)};return _0x41e721['positional'](_0xfd8bcc(0x27d),{'type':'string','description':_0x35a602['LnZdT'],'demandOption':!![]})[_0xfd8bcc(0x26b)](_0x35a602[_0xfd8bcc(0x258)],{'type':'string','alias':'d','description':_0x35a602[_0xfd8bcc(0x266)]})['option'](_0x35a602[_0xfd8bcc(0x2b6)],{'type':_0x35a602['sCPER'],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x35a602['fEhHG'],{'type':_0x35a602[_0xfd8bcc(0x229)],'hidden':!![]});},async _0x2254d2=>{const _0xf211b1=_0x11ad69,_0x119c2d={'yApVN':'ranger\x20create','YwHsb':_0xf211b1(0x1df),'CzLpj':function(_0x1c0dd8,_0x258293,_0x62990a){return _0x1c0dd8(_0x258293,_0x62990a);},'qXONO':'create'};warnFlagRenamed(_0x119c2d[_0xf211b1(0x2fa)],'--checklist',_0x119c2d['YwHsb']);const _0x217c70=_0x2254d2['scenario']||_0x2254d2['checklist'];await _0x119c2d[_0xf211b1(0x287)](withTelemetry,_0x119c2d['qXONO'],()=>featureCreate(_0x2254d2['name'],{'description':_0x2254d2['description'],'scenarios':_0x217c70}));})[_0x11ad69(0x27b)](_0x11ad69(0x220),_0x11ad69(0x2a9),_0x229b46=>{const _0x3706df=_0x11ad69,_0x2a2de6={'tbCxC':'limit','ttlQW':_0x3706df(0x2a8)};return _0x229b46['option'](_0x3706df(0x2ca),{'type':_0x3706df(0x283),'description':_0x3706df(0x1c0)})[_0x3706df(0x26b)](_0x2a2de6[_0x3706df(0x227)],{'type':_0x2a2de6[_0x3706df(0x262)],'alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})[_0x3706df(0x26b)](_0x3706df(0x277),{'type':_0x2a2de6[_0x3706df(0x262)],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})[_0x3706df(0x26b)](_0x3706df(0x2d9),{'type':'boolean','alias':'d','description':_0x3706df(0x276),'default':![]});},async _0x4db4ff=>{const _0xeb01b=_0x11ad69,_0x5957ee={'KEsjx':_0xeb01b(0x220)};await withTelemetry(_0x5957ee['KEsjx'],()=>featureList({'currentBranch':_0x4db4ff['current-branch'],'limit':_0x4db4ff[_0xeb01b(0x19f)],'offset':_0x4db4ff[_0xeb01b(0x277)],'includeDeleted':_0x4db4ff[_0xeb01b(0x2d9)]}));})['command'](_0x11ad69(0x25f),'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x3f80da=>{const _0x43fad0=_0x11ad69;return _0x3f80da['positional']('id',{'type':'string','description':_0x43fad0(0x2fd)});},async _0x2ac1c8=>{await withTelemetry('show',()=>featureShow(_0x2ac1c8['id']));})['command'](_0x11ad69(0x1c8),_0x11ad69(0x1eb),_0x5d89fe=>{const _0x70776d=_0x11ad69,_0x5ddeeb={'VyRIA':_0x70776d(0x273)};return _0x5d89fe[_0x70776d(0x20d)]('id',{'type':_0x5ddeeb[_0x70776d(0x228)],'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x19f643=>{const _0x31aeb9=_0x11ad69,_0x1da089={'aiCmB':function(_0x511d6c,_0x5447ea,_0x2505f5){return _0x511d6c(_0x5447ea,_0x2505f5);},'XiLXT':'resume'};await _0x1da089[_0x31aeb9(0x261)](withTelemetry,_0x1da089[_0x31aeb9(0x1b8)],()=>featureResume(_0x19f643['id']));})['command']('add-scenario\x20<description>','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x50d0cd=>{const _0x106c83=_0x11ad69,_0x414cf1={'Gtiwb':'Scenario\x20description'};return _0x50d0cd['positional'](_0x106c83(0x1ac),{'type':_0x106c83(0x273),'description':_0x414cf1[_0x106c83(0x1d7)],'demandOption':!![]})[_0x106c83(0x26b)]('id',{'type':'string','description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x5b8bb6=>{const _0x5ede5e=_0x11ad69;await withTelemetry('add-scenario',()=>featureAddScenario(_0x5b8bb6[_0x5ede5e(0x1ac)],_0x5b8bb6['id']));})[_0x11ad69(0x27b)]('edit-scenario\x20<description>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x390342=>{const _0x5ddeaa=_0x11ad69,_0x416b0b={'LgMqc':'string','mSSAE':_0x5ddeaa(0x208),'OjFUk':'scenario','oUZgs':'Scenario\x20number\x20to\x20edit\x20(1-based)'};return _0x390342[_0x5ddeaa(0x20d)](_0x5ddeaa(0x1ac),{'type':_0x416b0b[_0x5ddeaa(0x20e)],'description':_0x416b0b['mSSAE'],'demandOption':!![]})['option'](_0x416b0b[_0x5ddeaa(0x2bc)],{'type':'number','description':_0x416b0b[_0x5ddeaa(0x279)],'demandOption':!![]})[_0x5ddeaa(0x26b)]('id',{'type':_0x416b0b[_0x5ddeaa(0x20e)],'description':_0x5ddeaa(0x21d)});},async _0x2dc5dc=>{const _0x12fc10=_0x11ad69;await withTelemetry(_0x12fc10(0x237),()=>featureEditScenario(_0x2dc5dc[_0x12fc10(0x1ac)],{'id':_0x2dc5dc['id'],'scenario':_0x2dc5dc[_0x12fc10(0x30b)]}));})[_0x11ad69(0x27b)](_0x11ad69(0x2c8),'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x236b21=>{const _0x5d976d=_0x11ad69,_0x40c536={'MZalM':_0x5d976d(0x245),'jkFCi':'json'};return _0x236b21['positional']('id',{'type':_0x5d976d(0x273),'description':_0x5d976d(0x2fd)})['option'](_0x5d976d(0x307),{'type':_0x40c536[_0x5d976d(0x2df)],'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})[_0x5d976d(0x26b)](_0x40c536['jkFCi'],{'type':_0x5d976d(0x283),'description':_0x5d976d(0x1db),'default':![]});},async _0x1d9cab=>{const _0x34c864=_0x11ad69,_0x44a095=_0x1d9cab[_0x34c864(0x307)],_0x543f1a=_0x44a095?_0x44a095[_0x34c864(0x1fe)](_0x12187f=>Number(_0x12187f)):undefined;await withTelemetry('report',()=>featureReportPrDescription(_0x1d9cab['id'],{'excludeScenarios':_0x543f1a,'json':_0x1d9cab[_0x34c864(0x303)]}));})['command'](_0x11ad69(0x2c1),'Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x1350d6=>{const _0x5c27d4=_0x11ad69,_0x4af940={'mBEdg':_0x5c27d4(0x21d)};return _0x1350d6['positional']('id',{'type':_0x5c27d4(0x273),'description':_0x4af940[_0x5c27d4(0x1bf)]});},async _0x59a5d6=>{const _0x44c4ff=_0x11ad69,_0x3bde23={'WxYZb':function(_0x5c7cfe,_0x3f2a42,_0x42a8af){return _0x5c7cfe(_0x3f2a42,_0x42a8af);},'FPiTK':_0x44c4ff(0x2d3)};await _0x3bde23[_0x44c4ff(0x2ec)](withTelemetry,_0x3bde23['FPiTK'],()=>featureGetReview(_0x59a5d6['id']));})['command']('delete\x20[id]',_0x11ad69(0x226),_0x45d24e=>{return _0x45d24e['positional']('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x2b8916=>{const _0x2c8fe3=_0x11ad69,_0x1aef94={'RsbFO':function(_0x4e1cd6,_0x4327a9,_0x1ca06b){return _0x4e1cd6(_0x4327a9,_0x1ca06b);}};await _0x1aef94['RsbFO'](withTelemetry,_0x2c8fe3(0x1bc),()=>featureDelete(_0x2b8916['id']));})['command'](_0x11ad69(0x1dd),'Restore\x20a\x20soft-deleted\x20feature\x20review',_0x187693=>{return _0x187693['positional']('id',{'type':'string','description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x5dda29=>{const _0x20f197=_0x11ad69,_0x3dac99={'vaiSv':function(_0x431063,_0x188340,_0x2066f7){return _0x431063(_0x188340,_0x2066f7);},'jgkOK':_0x20f197(0x1d8)};await _0x3dac99[_0x20f197(0x29f)](withTelemetry,_0x3dac99['jgkOK'],()=>featureRestore(_0x5dda29['id']));})['command'](_0x11ad69(0x2e5),'Initialize\x20Ranger\x20in\x20your\x20project',_0xe72859=>{const _0x28681b=_0x11ad69,_0x4b14ff={'hwNCz':'skip-chromium','FqyZF':_0x28681b(0x230),'aBnks':'scope','waKbw':'user','ZHXCV':_0x28681b(0x29a),'pHmId':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','SXbby':'url','QBvAN':'string','HYkOP':_0x28681b(0x232),'bAiQP':_0x28681b(0x283),'QZcLb':'Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)'};return _0xe72859['positional']('token',{'type':_0x28681b(0x273),'description':_0x28681b(0x201)})[_0x28681b(0x26b)](_0x4b14ff[_0x28681b(0x304)],{'type':_0x28681b(0x283),'description':_0x4b14ff[_0x28681b(0x2cd)],'default':![]})[_0x28681b(0x26b)](_0x4b14ff[_0x28681b(0x2d8)],{'type':_0x28681b(0x273),'choices':[_0x4b14ff['waKbw'],_0x4b14ff[_0x28681b(0x24e)]],'description':_0x4b14ff[_0x28681b(0x21e)]})['option'](_0x4b14ff[_0x28681b(0x26d)],{'type':_0x4b14ff[_0x28681b(0x281)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option']('force',{'type':_0x28681b(0x283),'description':_0x4b14ff[_0x28681b(0x297)],'default':![]})[_0x28681b(0x26b)](_0x28681b(0x200),{'type':_0x4b14ff['bAiQP'],'description':_0x4b14ff[_0x28681b(0x28e)],'default':![]})['option'](_0x28681b(0x26a),{'type':_0x4b14ff[_0x28681b(0x1e4)],'description':_0x28681b(0x1c2),'default':![]});},async _0x204089=>{const _0x5200e8=_0x11ad69,_0x5e5b66={'FQBWT':function(_0x3cd489,_0x2f76a6,_0x5c9bd1){return _0x3cd489(_0x2f76a6,_0x5c9bd1);}};await _0x5e5b66[_0x5200e8(0x2da)](withTelemetry,_0x5200e8(0x1ae),_0x128c62=>start(_0x204089['token'],{'skipChromium':_0x204089['skip-chromium'],'scope':_0x204089[_0x5200e8(0x1ec)],'url':_0x204089[_0x5200e8(0x24c)],'force':_0x204089['force'],'opencode':_0x204089[_0x5200e8(0x200)],'allowInsecureLocalhost':_0x204089[_0x5200e8(0x26a)]},_0x128c62));})['command']('setup-ci\x20<token>',_0x11ad69(0x1c4),_0x36776f=>{const _0x3565ac=_0x11ad69,_0x2ca852={'cHtGG':'Ranger\x20API\x20token','AeZGp':'profile','jZLcY':'skip-chromium','BJXBz':'boolean'};return _0x36776f[_0x3565ac(0x20d)](_0x3565ac(0x1b6),{'type':_0x3565ac(0x273),'description':_0x2ca852['cHtGG'],'demandOption':!![]})['option'](_0x2ca852['AeZGp'],{'type':'string','description':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)'})['option'](_0x3565ac(0x1d6),{'type':_0x3565ac(0x273),'description':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)'})[_0x3565ac(0x26b)](_0x2ca852[_0x3565ac(0x274)],{'type':_0x2ca852[_0x3565ac(0x1ff)],'description':'Skip\x20Chromium\x20browser\x20installation','default':![]});},async _0x1d5e0d=>{const _0x290d9d=_0x11ad69,_0x50f798={'ELUgf':_0x290d9d(0x25e)};await withTelemetry(_0x50f798['ELUgf'],_0x5a52e3=>setupCi(_0x1d5e0d['token'],{'profile':_0x1d5e0d['profile'],'baseUrl':_0x1d5e0d[_0x290d9d(0x1d6)],'skipChromium':_0x1d5e0d['skip-chromium']},_0x5a52e3));})['command']('login','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)',()=>{},async()=>{await withTelemetry('login',()=>login());})['command'](_0x11ad69(0x24f),_0x11ad69(0x2f1),_0x12c46a=>{const _0x596c3b=_0x11ad69,_0x4329ca={'kUzvC':'opencode','wdEbE':'scope','zxKZZ':_0x596c3b(0x273),'YnXFy':_0x596c3b(0x29a),'fWVaC':'Install\x20scope\x20for\x20skills'};return _0x12c46a['option'](_0x4329ca[_0x596c3b(0x1f9)],{'type':'boolean','description':'Install\x20skills\x20for\x20OpenCode','default':![]})['option'](_0x4329ca['wdEbE'],{'type':_0x4329ca[_0x596c3b(0x21a)],'choices':['user',_0x4329ca[_0x596c3b(0x22b)]],'description':_0x4329ca[_0x596c3b(0x306)]});},async _0x51f05a=>{const _0x4abc28=_0x11ad69,_0x141719={'Wktfm':function(_0x5ebf15,_0x290d81){return _0x5ebf15(_0x290d81);},'tPOIb':function(_0x3aa764,_0x305d98,_0x32fc96){return _0x3aa764(_0x305d98,_0x32fc96);}},_0x24bcf6=_0x141719[_0x4abc28(0x1bd)](Boolean,_0x51f05a[_0x4abc28(0x200)]);await _0x141719['tPOIb'](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x51f05a['scope'],'platform':_0x24bcf6?'opencode':_0x4abc28(0x1d1)}));})['command']('clean',_0x11ad69(0x23d),()=>{},async()=>{const _0x2bd98e=_0x11ad69,_0x1f5bfc={'txeHx':function(_0x26ac81,_0x2186c9,_0x3fc5c3){return _0x26ac81(_0x2186c9,_0x3fc5c3);}};await _0x1f5bfc['txeHx'](withTelemetry,_0x2bd98e(0x2ed),()=>clean());})[_0x11ad69(0x27b)]('profile',_0x11ad69(0x27e),_0x3384c7=>{const _0x3063e8=_0x11ad69,_0x44244e={'HfMCN':_0x3063e8(0x1a5),'fKnTM':'boolean','RZDQD':'skip-auth','Mszhz':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','KKzXY':_0x3063e8(0x232),'jcPyy':_0x3063e8(0x249),'ckuxy':'allow-insecure-localhost','cacyd':'safe-mode','iQiKN':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','uqJVg':function(_0x52af56,_0x4d8006,_0xcf8d84,_0x4520fc){return _0x52af56(_0x4d8006,_0xcf8d84,_0x4520fc);},'CgGBN':_0x3063e8(0x273),'GbWML':_0x3063e8(0x1a0),'RiYAj':'profile','WWzxY':_0x3063e8(0x22e),'GDCgV':function(_0xd78b80,_0x313f6c,_0x55b674){return _0xd78b80(_0x313f6c,_0x55b674);},'xYGTf':'profile\x20encrypt-auth','XAMZy':_0x3063e8(0x215),'BQCxY':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','YZHlT':_0x3063e8(0x2f5),'EKmqx':function(_0x53c871,_0x5875d9,_0x45e19c){return _0x53c871(_0x5875d9,_0x45e19c);},'Mdgmj':_0x3063e8(0x1a3),'OcRPQ':_0x3063e8(0x2b8),'Oqttm':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','AjGzv':function(_0x10d6fd,_0x47abe1,_0x1b26f9){return _0x10d6fd(_0x47abe1,_0x1b26f9);},'jSHjp':'Config\x20key\x20to\x20remove','yspsD':'set\x20<profile>\x20<key>\x20<value>','bQqug':_0x3063e8(0x243),'uxZTm':_0x3063e8(0x1a7),'IVKVB':'Get\x20a\x20config\x20value','EWSyr':_0x3063e8(0x28f),'TNyDJ':_0x3063e8(0x269),'cNKTb':'Switch\x20to\x20using\x20a\x20specific\x20profile','gDdxe':'encrypt-auth\x20<profile>','kCbAQ':_0x3063e8(0x240),'MjpNx':'List\x20all\x20profiles','XpwVM':_0x3063e8(0x2c9),'JEJzG':_0x3063e8(0x1de),'NBXbm':_0x3063e8(0x2b5)};return _0x3384c7[_0x3063e8(0x2c5)](PROFILE_HELP)[_0x3063e8(0x27b)](_0x3063e8(0x1af),_0x44244e[_0x3063e8(0x2db)],_0x2182b2=>{const _0x2b6208=_0x3063e8;return _0x2182b2[_0x2b6208(0x20d)](_0x44244e[_0x2b6208(0x2ff)],{'type':_0x2b6208(0x273),'description':_0x2b6208(0x270),'demandOption':!![]})['option']('ci',{'type':_0x44244e[_0x2b6208(0x2d1)],'description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x44244e['RZDQD'],{'type':_0x44244e['fKnTM'],'description':_0x44244e[_0x2b6208(0x238)],'default':![]})[_0x2b6208(0x26b)](_0x2b6208(0x24c),{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)'})[_0x2b6208(0x26b)]('force',{'type':_0x2b6208(0x283),'description':_0x44244e['KKzXY'],'default':![]})['option'](_0x44244e['jcPyy'],{'type':'string','description':_0x2b6208(0x301)})['option'](_0x44244e['ckuxy'],{'type':_0x44244e['fKnTM'],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})['option'](_0x44244e[_0x2b6208(0x28b)],{'type':'boolean','description':_0x44244e[_0x2b6208(0x25a)],'default':![]});},async _0x1a8696=>{const _0x73f980=_0x3063e8;await _0x44244e[_0x73f980(0x239)](withTelemetry,_0x73f980(0x255),_0x45a5b8=>addEnv(_0x1a8696['profile-name'],{'ci':_0x1a8696['ci'],'skipAuth':_0x1a8696[_0x73f980(0x217)],'url':_0x1a8696[_0x73f980(0x24c)],'force':_0x1a8696['force'],'cdpEndpoint':_0x1a8696[_0x73f980(0x249)],'allowInsecureLocalhost':_0x1a8696[_0x73f980(0x26a)],'safeMode':_0x1a8696[_0x73f980(0x28c)]},_0x45a5b8),{'isElectron':Boolean(_0x1a8696['cdp-endpoint'])});})[_0x3063e8(0x27b)]('use\x20<profile-name>',_0x44244e[_0x3063e8(0x2e0)],_0x162619=>{const _0x1bc13b=_0x3063e8;return _0x162619['positional'](_0x44244e[_0x1bc13b(0x2ff)],{'type':_0x44244e['CgGBN'],'description':_0x44244e[_0x1bc13b(0x1f5)],'demandOption':!![]});},async _0x3c59bf=>{const _0x7752ff=_0x3063e8;await withTelemetry('profile\x20use',()=>useEnv(_0x3c59bf[_0x7752ff(0x1a5)]));})['command'](_0x44244e['gDdxe'],_0x44244e[_0x3063e8(0x1cb)],_0x116478=>{const _0x238fbe=_0x3063e8;return _0x116478['positional'](_0x44244e['RiYAj'],{'type':_0x44244e['CgGBN'],'description':_0x44244e[_0x238fbe(0x272)],'demandOption':!![]});},async _0x38e85f=>{const _0x3fd5cb=_0x3063e8;await _0x44244e['GDCgV'](withTelemetry,_0x44244e[_0x3fd5cb(0x309)],()=>authEncrypt(_0x38e85f[_0x3fd5cb(0x2b3)]));})['command']('ls',_0x44244e[_0x3063e8(0x1e6)],()=>{},async()=>{await _0x44244e['GDCgV'](withTelemetry,_0x44244e['XAMZy'],()=>envList());})['command']('update\x20<profile-name>','Update\x20authentication\x20for\x20an\x20existing\x20profile',_0xfb6ae7=>{const _0x2a4c83=_0x3063e8;return _0xfb6ae7['positional'](_0x44244e[_0x2a4c83(0x2ff)],{'type':_0x44244e['CgGBN'],'description':_0x2a4c83(0x1f8),'demandOption':!![]})[_0x2a4c83(0x26b)](_0x2a4c83(0x26a),{'type':_0x2a4c83(0x283),'description':_0x44244e[_0x2a4c83(0x1b7)]});},async _0x421fb1=>{const _0x299a08=_0x3063e8;await _0x44244e[_0x299a08(0x265)](withTelemetry,_0x44244e[_0x299a08(0x2ab)],_0x22f3ab=>updateEnv(_0x421fb1[_0x299a08(0x1a5)],_0x22f3ab,{'allowInsecureLocalhost':_0x421fb1[_0x299a08(0x26a)]}));})[_0x3063e8(0x27b)](_0x44244e['XpwVM'],_0x44244e['JEJzG'],_0x595f79=>{const _0x5f1b7e=_0x3063e8,_0x40f007={'gzyZP':_0x44244e[_0x5f1b7e(0x288)],'Vztph':_0x5f1b7e(0x20a),'hOGrk':_0x44244e['Oqttm'],'hZcdc':_0x44244e[_0x5f1b7e(0x2cc)],'Faabb':'Config\x20value','lHIzB':function(_0x127c95,_0x435c4f,_0x26c418){return _0x44244e['AjGzv'](_0x127c95,_0x435c4f,_0x26c418);},'mlWrJ':_0x44244e[_0x5f1b7e(0x21b)]};return _0x595f79['usage'](PROFILE_CONFIG_HELP)[_0x5f1b7e(0x27b)](_0x44244e['yspsD'],_0x44244e[_0x5f1b7e(0x1ea)],_0x219260=>{const _0x4efaf6=_0x5f1b7e;return _0x219260[_0x4efaf6(0x20d)](_0x40f007['gzyZP'],{'type':'string','description':'Profile\x20name','demandOption':!![]})['positional'](_0x40f007[_0x4efaf6(0x1b0)],{'type':'string','description':_0x40f007['hOGrk'],'demandOption':!![]})[_0x4efaf6(0x20d)](_0x4efaf6(0x1d4),{'type':_0x40f007['hZcdc'],'description':_0x40f007[_0x4efaf6(0x2a1)],'demandOption':!![]});},async _0x365702=>{const _0x2f2269=_0x5f1b7e;await _0x40f007[_0x2f2269(0x27c)](withTelemetry,_0x2f2269(0x1da),()=>configSet(_0x365702['profile'],_0x365702['key'],_0x365702[_0x2f2269(0x1d4)]));})['command'](_0x44244e[_0x5f1b7e(0x225)],_0x44244e[_0x5f1b7e(0x1d2)],_0x5eac25=>{const _0x47971d=_0x5f1b7e;return _0x5eac25['positional'](_0x40f007[_0x47971d(0x2e8)],{'type':'string','description':'Profile\x20name','demandOption':!![]})[_0x47971d(0x20d)](_0x47971d(0x20a),{'type':_0x40f007['hZcdc'],'description':_0x47971d(0x2f3),'demandOption':!![]});},async _0x189167=>{const _0x27c43d=_0x5f1b7e;await _0x44244e[_0x27c43d(0x2ad)](withTelemetry,_0x44244e[_0x27c43d(0x2e9)],()=>configGet(_0x189167[_0x27c43d(0x2b3)],_0x189167[_0x27c43d(0x20a)]));})['command']('list\x20<profile>','List\x20all\x20config\x20for\x20a\x20profile',_0x52c5eb=>{return _0x52c5eb['positional'](_0x44244e['RiYAj'],{'type':'string','description':'Profile\x20name','demandOption':!![]});},async _0x4cb799=>{await _0x44244e['GDCgV'](withTelemetry,_0x44244e['OcRPQ'],()=>configList(_0x4cb799['profile']));})['command'](_0x44244e[_0x5f1b7e(0x244)],'Remove\x20a\x20config\x20value',_0x111cdb=>{const _0x154191=_0x5f1b7e;return _0x111cdb['positional'](_0x40f007['gzyZP'],{'type':'string','description':_0x154191(0x22e),'demandOption':!![]})['positional']('key',{'type':_0x40f007['hZcdc'],'description':_0x40f007['mlWrJ'],'demandOption':!![]});},async _0x68d6b=>{const _0x415799=_0x5f1b7e;await withTelemetry('profile\x20config\x20unset',()=>configUnset(_0x68d6b['profile'],_0x68d6b[_0x415799(0x20a)]));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand');})['demandCommand'](0x1,_0x44244e['NBXbm']);})['command'](_0x11ad69(0x248),'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x1ab697={'HTqbz':function(_0x112b5f,_0x3e865e,_0x36f216){return _0x112b5f(_0x3e865e,_0x36f216);}};await _0x1ab697['HTqbz'](withTelemetry,'status',()=>status());})['command']('update',_0x11ad69(0x1e8),()=>{},async()=>{const _0x111879=_0x11ad69,_0x290356={'qCDZY':function(_0x16a157,_0x1396ad,_0x5a3979){return _0x16a157(_0x1396ad,_0x5a3979);},'MNIuN':'update'};await _0x290356[_0x111879(0x24a)](withTelemetry,_0x290356['MNIuN'],()=>update());})[_0x11ad69(0x27b)]('go','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)',_0x53c0a1=>{const _0x566bed=_0x11ad69,_0xc2e40e={'HMKxQ':'string','Loxyo':'Optional\x20feature\x20ID','AyUGL':'scenario','wpgDd':_0x566bed(0x295),'CvATi':_0x566bed(0x289),'JHXCF':_0x566bed(0x29b),'vvZCm':_0x566bed(0x1f2),'GiHWx':_0x566bed(0x1e1),'LuWYo':_0x566bed(0x283),'yKeNe':_0x566bed(0x30a),'xvCHw':_0x566bed(0x2f6),'yTDzi':'blocked','UbkMN':'debug-address-comments','jNCPc':_0x566bed(0x285),'GKtXW':_0x566bed(0x1f4),'mlrEq':_0x566bed(0x2b7)};return _0x53c0a1['option']('feature',{'type':_0xc2e40e[_0x566bed(0x1a1)],'description':_0xc2e40e['Loxyo']})[_0x566bed(0x26b)]('profile',{'type':'string','description':_0x566bed(0x231)})[_0x566bed(0x26b)]('notes',{'type':_0x566bed(0x273),'description':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)'})[_0x566bed(0x26b)](_0xc2e40e[_0x566bed(0x1a6)],{'type':'number','description':_0xc2e40e['wpgDd']})[_0x566bed(0x26b)](_0xc2e40e[_0x566bed(0x222)],{'type':_0xc2e40e['HMKxQ'],'description':_0xc2e40e['JHXCF']})[_0x566bed(0x26b)](_0xc2e40e[_0x566bed(0x1b3)],{'type':'string','description':_0xc2e40e[_0x566bed(0x1f7)]})['option'](_0x566bed(0x253),{'type':_0xc2e40e['LuWYo'],'description':_0xc2e40e[_0x566bed(0x25b)],'default':![]})['option']('debug-outcome',{'type':_0xc2e40e['HMKxQ'],'hidden':!![],'choices':[_0x566bed(0x1fa),_0xc2e40e['xvCHw'],_0xc2e40e[_0x566bed(0x308)],'failed',_0x566bed(0x2a6)]})[_0x566bed(0x26b)](_0xc2e40e['UbkMN'],{'type':_0xc2e40e['LuWYo'],'hidden':!![]})[_0x566bed(0x26b)](_0xc2e40e[_0x566bed(0x2bf)],{'type':'string','hidden':!![]})['option'](_0xc2e40e[_0x566bed(0x2e6)],{'type':_0x566bed(0x273),'hidden':!![]})['option'](_0xc2e40e['mlrEq'],{'type':'number','hidden':!![]});},async _0x542998=>{const _0x48f6a3={'FoaDu':function(_0x37fbe4,_0x3e48c3){return _0x37fbe4(_0x3e48c3);}};await _0x48f6a3['FoaDu'](runGoCommand,_0x542998);})['command'](_0x11ad69(0x2eb),![],_0x53a024=>{const _0x3156c3=_0x11ad69,_0xdc2627={'xjPNv':'profile','bZPhC':function(_0x2d6b3b,_0x261792,_0x2af0e4){return _0x2d6b3b(_0x261792,_0x2af0e4);},'sNOOk':'ranger\x20auth\x20encrypt','WAfdy':_0x3156c3(0x1e2),'mDhft':function(_0x55c0bd,_0x501e4d){return _0x55c0bd(_0x501e4d);},'ZaTGE':_0x3156c3(0x1e9),'yvlee':'You\x20must\x20specify\x20an\x20auth\x20subcommand'};return _0x53a024[_0x3156c3(0x27b)](_0xdc2627['ZaTGE'],![],_0x2d4d05=>{const _0x8a1e41=_0x3156c3;return _0x2d4d05[_0x8a1e41(0x20d)](_0xdc2627[_0x8a1e41(0x1ba)],{'type':'string','description':_0x8a1e41(0x22e),'demandOption':!![]});},async _0x2a5c06=>{const _0x2215d6=_0x3156c3;_0xdc2627[_0x2215d6(0x2e2)](warnRenamed,_0xdc2627[_0x2215d6(0x2ae)],_0xdc2627['WAfdy']),await _0xdc2627['mDhft'](authEncrypt,_0x2a5c06[_0x2215d6(0x2b3)]);})[_0x3156c3(0x219)](0x1,_0xdc2627[_0x3156c3(0x2aa)]);},()=>{})['command'](_0x11ad69(0x2fb),![],_0x3175f2=>{const _0x38f79f=_0x11ad69,_0x4e7a91={'FNtkx':_0x38f79f(0x1b6),'rRPdO':'skip-chromium','JnmkS':_0x38f79f(0x283),'wQypr':'user','sstDe':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','mkiJb':'string','tNIeN':_0x38f79f(0x1ca),'DTTMJ':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url'};return _0x3175f2['positional'](_0x4e7a91[_0x38f79f(0x1d5)],{'type':_0x38f79f(0x273),'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})[_0x38f79f(0x26b)](_0x4e7a91[_0x38f79f(0x263)],{'type':_0x4e7a91['JnmkS'],'description':_0x38f79f(0x230),'default':![]})[_0x38f79f(0x26b)]('scope',{'type':'string','choices':[_0x4e7a91[_0x38f79f(0x26c)],'project'],'description':_0x4e7a91[_0x38f79f(0x2f9)]})[_0x38f79f(0x26b)](_0x38f79f(0x24c),{'type':_0x4e7a91['mkiJb'],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x4e7a91[_0x38f79f(0x210)],{'type':'boolean','description':_0x4e7a91[_0x38f79f(0x236)],'default':![]});},async _0x4c7813=>{const _0x46fc7a=_0x11ad69,_0xa731d7={'zYqwB':function(_0x5b1894,_0x38f8d,_0x61c72d){return _0x5b1894(_0x38f8d,_0x61c72d);},'DiMlW':'ranger\x20setup'};_0xa731d7[_0x46fc7a(0x2b4)](warnRenamed,_0x46fc7a(0x2a5),_0xa731d7[_0x46fc7a(0x2d0)]),await _0xa731d7[_0x46fc7a(0x2b4)](withTelemetry,'start',_0x395438=>start(_0x4c7813[_0x46fc7a(0x1b6)],{'skipChromium':_0x4c7813['skip-chromium'],'scope':_0x4c7813['scope'],'url':_0x4c7813['url'],'force':_0x4c7813[_0x46fc7a(0x1ca)]},_0x395438));})['command']('verify-feature',![],_0x953f3d=>{const _0x2bfdcd=_0x11ad69,_0x3f8ca3={'WMfBX':_0x2bfdcd(0x285),'tZoeD':'string','IflRz':'task','nlovH':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','tgAUq':'number','OUjgP':_0x2bfdcd(0x295),'oyrQx':_0x2bfdcd(0x289),'FGYPX':'partial','GDmKJ':'failed'};return _0x953f3d[_0x2bfdcd(0x26b)](_0x3f8ca3['WMfBX'],{'type':_0x3f8ca3['tZoeD'],'description':_0x2bfdcd(0x231)})['option'](_0x3f8ca3[_0x2bfdcd(0x2dc)],{'type':'string','description':_0x3f8ca3[_0x2bfdcd(0x1ad)]})['option']('item',{'type':_0x3f8ca3['tgAUq'],'description':_0x3f8ca3['OUjgP']})[_0x2bfdcd(0x26b)]('profile',{'type':'string','hidden':!![]})['option'](_0x2bfdcd(0x2f4),{'type':'string','hidden':!![]})['option']('scenario',{'type':'number','hidden':!![]})[_0x2bfdcd(0x26b)](_0x3f8ca3['oyrQx'],{'type':'string','description':_0x2bfdcd(0x29b)})['option']('model',{'type':_0x3f8ca3[_0x2bfdcd(0x254)],'hidden':!![]})['option'](_0x2bfdcd(0x253),{'type':'boolean','hidden':!![],'default':![]})['option'](_0x2bfdcd(0x290),{'type':_0x3f8ca3['tZoeD'],'hidden':!![],'choices':[_0x2bfdcd(0x1fa),_0x3f8ca3['FGYPX'],'blocked',_0x3f8ca3[_0x2bfdcd(0x205)],_0x2bfdcd(0x2a6)]});},async _0x37b7bc=>{await runGoCommand(_0x37b7bc,!![]);})[_0x11ad69(0x27b)](_0x11ad69(0x257),![],_0x1479db=>{const _0x5684f4=_0x11ad69,_0x42703b={'ysoVN':'string','xyjhJ':_0x5684f4(0x2c7)};return _0x1479db[_0x5684f4(0x20d)](_0x5684f4(0x2a4),{'type':_0x42703b[_0x5684f4(0x271)],'description':_0x5684f4(0x1a8),'demandOption':!![]})[_0x5684f4(0x26b)]('ci',{'type':'boolean','description':_0x42703b[_0x5684f4(0x260)],'default':![]})[_0x5684f4(0x26b)]('skip-auth',{'type':_0x5684f4(0x283),'description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]});},async _0x193210=>{const _0x1c37c0=_0x11ad69,_0x3a8a42={'ESkkp':function(_0x4adfc5,_0x29debc,_0x482e17){return _0x4adfc5(_0x29debc,_0x482e17);},'SbRHK':_0x1c37c0(0x296),'JvAUM':_0x1c37c0(0x2bb)};_0x3a8a42[_0x1c37c0(0x2c0)](warnRenamed,'ranger\x20add\x20env',_0x3a8a42[_0x1c37c0(0x1a2)]),await withTelemetry(_0x3a8a42[_0x1c37c0(0x284)],_0x14fc89=>addEnv(_0x193210['env-name'],{'ci':_0x193210['ci'],'skipAuth':_0x193210[_0x1c37c0(0x217)]},_0x14fc89));})['command']('use\x20<env-name>',![],_0x1657dd=>{const _0x5c5e73=_0x11ad69,_0x3eeb0b={'MtvAk':_0x5c5e73(0x2a4),'uvOAW':_0x5c5e73(0x22d)};return _0x1657dd['positional'](_0x3eeb0b['MtvAk'],{'type':_0x5c5e73(0x273),'description':_0x3eeb0b[_0x5c5e73(0x1e7)],'demandOption':!![]});},async _0x3e9e8b=>{const _0x55aa49=_0x11ad69,_0x538dd3={'YYzas':function(_0x222f51,_0xaa16ad,_0x12810d){return _0x222f51(_0xaa16ad,_0x12810d);}};warnRenamed('ranger\x20use',_0x55aa49(0x246)),await _0x538dd3[_0x55aa49(0x221)](withTelemetry,'use',()=>useEnv(_0x3e9e8b[_0x55aa49(0x2a4)]));})[_0x11ad69(0x27b)]('config',![],_0x3491a2=>{const _0x4ef246=_0x11ad69,_0x2111cb={'IJGvp':_0x4ef246(0x285),'duixr':_0x4ef246(0x20a),'CfNXF':'value','zcjhy':'string','jKBdq':_0x4ef246(0x209),'ARIPE':_0x4ef246(0x224),'PPqEW':'ranger\x20config\x20list','nYPMo':'ranger\x20profile\x20config\x20list','OqRRI':function(_0x53b06c,_0x336809,_0x1f15ea){return _0x53b06c(_0x336809,_0x1f15ea);},'EhwUa':_0x4ef246(0x207),'gQLSy':_0x4ef246(0x264),'KoOKz':'You\x20must\x20specify\x20a\x20config\x20subcommand'};return _0x3491a2['command'](_0x4ef246(0x2a2),![],_0x5bf605=>{const _0x368bd4=_0x4ef246;return _0x5bf605[_0x368bd4(0x20d)](_0x2111cb[_0x368bd4(0x1c3)],{'type':_0x368bd4(0x273),'description':_0x368bd4(0x209),'demandOption':!![]})[_0x368bd4(0x20d)](_0x2111cb[_0x368bd4(0x2c2)],{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','demandOption':!![]})[_0x368bd4(0x20d)](_0x2111cb['CfNXF'],{'type':'string','description':'Config\x20value','demandOption':!![]});},async _0x530115=>{const _0x5565e3=_0x4ef246;warnRenamed('ranger\x20config\x20set',_0x5565e3(0x2cb)),await withTelemetry('config\x20set',()=>configSet(_0x530115[_0x5565e3(0x285)],_0x530115['key'],_0x530115[_0x5565e3(0x1d4)]));})[_0x4ef246(0x27b)](_0x2111cb[_0x4ef246(0x1f1)],![],_0x5a3acf=>{const _0xb54036=_0x4ef246;return _0x5a3acf['positional'](_0xb54036(0x285),{'type':_0x2111cb['zcjhy'],'description':_0x2111cb['jKBdq'],'demandOption':!![]})['positional']('key',{'type':_0x2111cb['zcjhy'],'description':_0xb54036(0x2f3),'demandOption':!![]});},async _0x2ba053=>{const _0x3dc25d=_0x4ef246;warnRenamed('ranger\x20config\x20get',_0x2111cb['ARIPE']),await withTelemetry(_0x3dc25d(0x216),()=>configGet(_0x2ba053[_0x3dc25d(0x285)],_0x2ba053['key']));})[_0x4ef246(0x27b)]('list\x20<env>',![],_0x48e477=>{const _0x426dd6=_0x4ef246;return _0x48e477['positional'](_0x2111cb['IJGvp'],{'type':_0x426dd6(0x273),'description':_0x426dd6(0x209),'demandOption':!![]});},async _0x393b7f=>{const _0x5fbf02=_0x4ef246;warnRenamed(_0x2111cb[_0x5fbf02(0x2f0)],_0x2111cb['nYPMo']),await withTelemetry(_0x5fbf02(0x1ab),()=>configList(_0x393b7f[_0x5fbf02(0x285)]));})[_0x4ef246(0x27b)](_0x2111cb[_0x4ef246(0x29d)],![],_0x6fe9e1=>{const _0x17afbd=_0x4ef246;return _0x6fe9e1['positional'](_0x17afbd(0x285),{'type':'string','description':'Environment\x20name','demandOption':!![]})['positional']('key',{'type':_0x17afbd(0x273),'description':_0x17afbd(0x2e1),'demandOption':!![]});},async _0xb39ca4=>{const _0x31f7fc=_0x4ef246;warnRenamed('ranger\x20config\x20unset',_0x31f7fc(0x2bd)),await _0x2111cb[_0x31f7fc(0x23c)](withTelemetry,_0x31f7fc(0x2b0),()=>configUnset(_0xb39ca4[_0x31f7fc(0x285)],_0xb39ca4['key']));})[_0x4ef246(0x219)](0x1,_0x2111cb['KoOKz']);})[_0x11ad69(0x27b)](_0x11ad69(0x285),![],_0x42e45e=>{const _0xc8aaf8=_0x11ad69,_0x4e9a79={'LpnnL':function(_0x2339f9,_0x53f151,_0x428568){return _0x2339f9(_0x53f151,_0x428568);},'CgJao':_0xc8aaf8(0x1a9),'wbCOB':'env\x20list','LXudS':_0xc8aaf8(0x273),'cvVAr':_0xc8aaf8(0x292),'IGrbN':'ranger\x20profile\x20update','vpXmw':function(_0x4f172d,_0x4408cf,_0x4974a1){return _0x4f172d(_0x4408cf,_0x4974a1);},'aJGme':_0xc8aaf8(0x2ee),'kTKGh':'update\x20<env-name>','mqGmi':'You\x20must\x20specify\x20an\x20env\x20subcommand'};return _0x42e45e['command']('ls',![],()=>{},async()=>{const _0x5f4a72=_0xc8aaf8;_0x4e9a79[_0x5f4a72(0x1ce)](warnRenamed,_0x4e9a79[_0x5f4a72(0x1ee)],_0x5f4a72(0x23e)),await _0x4e9a79[_0x5f4a72(0x1ce)](withTelemetry,_0x4e9a79[_0x5f4a72(0x1aa)],()=>envList());})[_0xc8aaf8(0x27b)](_0x4e9a79['kTKGh'],![],_0x1075bd=>{const _0xc04457=_0xc8aaf8;return _0x1075bd[_0xc04457(0x20d)](_0xc04457(0x2a4),{'type':_0x4e9a79[_0xc04457(0x1cc)],'description':_0x4e9a79['cvVAr'],'demandOption':!![]});},async _0x1c6907=>{const _0x12f63f=_0xc8aaf8;warnRenamed('ranger\x20env\x20update',_0x4e9a79[_0x12f63f(0x1ed)]),await _0x4e9a79[_0x12f63f(0x2c4)](withTelemetry,_0x4e9a79['aJGme'],_0x4b362a=>updateEnv(_0x1c6907['env-name'],_0x4b362a));})['demandCommand'](0x1,_0x4e9a79[_0xc8aaf8(0x1b1)]);})[_0x11ad69(0x27b)]('feature',![],_0x1a7293=>{const _0x5b3bbf=_0x11ad69,_0xe793be={'fbguB':_0x5b3bbf(0x27d),'XnhgP':'description','XMILx':_0x5b3bbf(0x273),'XVApq':'array','kcsrO':function(_0x37eb26,_0x347f77,_0x5f3d5c){return _0x37eb26(_0x347f77,_0x5f3d5c);},'TuHAA':'ranger\x20create','rEkEL':'--scenario','XuxEZ':_0x5b3bbf(0x1fb),'jNkEP':_0x5b3bbf(0x2ca),'wNoOn':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','YVzdi':'limit','Ttcxy':_0x5b3bbf(0x2a8),'xCams':'boolean','nePqs':_0x5b3bbf(0x223),'JqmCs':_0x5b3bbf(0x241),'GRtLx':'ranger\x20feature\x20resume','PZVlx':_0x5b3bbf(0x282),'fojJf':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','jeHFc':'ranger\x20feature\x20add-checklist-item','vLRsM':function(_0x443859,_0x1fb211,_0x47b694){return _0x443859(_0x1fb211,_0x47b694);},'OvHKg':'feature\x20add-checklist-item','uGpJR':function(_0x3d9629,_0x4ee509,_0x58c761){return _0x3d9629(_0x4ee509,_0x58c761);},'ksYQB':_0x5b3bbf(0x2f8),'cfMbk':function(_0x2e57d6,_0x45a8af,_0x4701a6){return _0x2e57d6(_0x45a8af,_0x4701a6);},'LKEeO':_0x5b3bbf(0x2be),'GTJyd':_0x5b3bbf(0x25c),'wXxYV':'feature\x20delete','jFTMM':_0x5b3bbf(0x267),'SRUci':function(_0x41e879,_0x261353,_0x12aa18){return _0x41e879(_0x261353,_0x12aa18);},'xMjVY':'ranger\x20restore','Ofejc':function(_0xfd545f,_0x2ac410,_0x3942c9){return _0xfd545f(_0x2ac410,_0x3942c9);},'bgdDn':_0x5b3bbf(0x1fd),'GbVMf':_0x5b3bbf(0x2e7),'DabCx':_0x5b3bbf(0x25f),'SQIor':_0x5b3bbf(0x291),'pIdPN':'delete\x20[id]','fzQVL':'restore\x20<id>','NNgxn':_0x5b3bbf(0x268)};return _0x1a7293['command'](_0xe793be['GbVMf'],![],_0x576062=>{const _0x407bf2=_0x5b3bbf;return _0x576062['positional'](_0xe793be['fbguB'],{'type':_0x407bf2(0x273),'description':_0x407bf2(0x2cf),'demandOption':!![]})['option'](_0xe793be['XnhgP'],{'type':_0xe793be[_0x407bf2(0x1f0)],'alias':'d','description':_0x407bf2(0x2f2)})['option'](_0x407bf2(0x20c),{'type':_0xe793be[_0x407bf2(0x1b2)],'alias':'c','description':_0x407bf2(0x250)})[_0x407bf2(0x26b)]('scenario',{'type':_0xe793be['XVApq'],'hidden':!![]});},async _0x99f055=>{const _0x56ce6a=_0x5b3bbf;_0xe793be['kcsrO'](warnRenamed,'ranger\x20feature\x20create',_0xe793be['TuHAA']),warnFlagRenamed(_0x56ce6a(0x2de),_0x56ce6a(0x2b2),_0xe793be['rEkEL']);const _0x1d3ee6=_0x99f055[_0x56ce6a(0x30b)]||_0x99f055[_0x56ce6a(0x20c)];await withTelemetry(_0xe793be['XuxEZ'],()=>featureCreate(_0x99f055[_0x56ce6a(0x27d)],{'description':_0x99f055[_0x56ce6a(0x1ac)],'scenarios':_0x1d3ee6}));})['command'](_0x5b3bbf(0x220),![],_0x56a955=>{const _0xe261de=_0x5b3bbf;return _0x56a955['option'](_0xe793be['jNkEP'],{'type':'boolean','description':_0xe793be[_0xe261de(0x2af)]})['option'](_0xe793be['YVzdi'],{'type':_0xe793be['Ttcxy'],'alias':'l','description':_0xe261de(0x218),'default':0xa})[_0xe261de(0x26b)]('offset',{'type':_0xe793be['Ttcxy'],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})[_0xe261de(0x26b)](_0xe261de(0x2d9),{'type':_0xe793be['xCams'],'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0xf296ac=>{const _0x3a14dd=_0x5b3bbf;_0xe793be['kcsrO'](warnRenamed,_0xe793be['nePqs'],'ranger\x20list'),await _0xe793be['kcsrO'](withTelemetry,_0x3a14dd(0x1d3),()=>featureList({'currentBranch':_0xf296ac['current-branch'],'limit':_0xf296ac['limit'],'offset':_0xf296ac['offset'],'includeDeleted':_0xf296ac[_0x3a14dd(0x2d9)]}));})['command'](_0xe793be['DabCx'],![],_0x1be492=>{return _0x1be492['positional']('id',{'type':_0xe793be['XMILx'],'description':'Feature\x20review\x20ID'});},async _0x466808=>{const _0x215a27=_0x5b3bbf;_0xe793be['kcsrO'](warnRenamed,_0x215a27(0x202),_0x215a27(0x20b)),await _0xe793be[_0x215a27(0x2e3)](withTelemetry,_0xe793be['JqmCs'],()=>featureShow(_0x466808['id']));})[_0x5b3bbf(0x27b)]('resume\x20[id]',![],_0x56c51c=>{const _0xa193d2=_0x5b3bbf;return _0x56c51c['positional']('id',{'type':_0xa193d2(0x273),'description':_0xa193d2(0x1e0)});},async _0x4e25ad=>{const _0x405163=_0x5b3bbf;_0xe793be['kcsrO'](warnRenamed,_0xe793be['GRtLx'],_0x405163(0x1e3)),await _0xe793be[_0x405163(0x2e3)](withTelemetry,_0x405163(0x2c6),()=>featureResume(_0x4e25ad['id']));})[_0x5b3bbf(0x27b)](_0x5b3bbf(0x203),![],_0x1f9220=>{const _0x319331=_0x5b3bbf;return _0x1f9220['positional'](_0xe793be[_0x319331(0x242)],{'type':'string','description':_0xe793be[_0x319331(0x233)],'demandOption':!![]})['option']('id',{'type':_0xe793be[_0x319331(0x1f0)],'description':_0xe793be[_0x319331(0x2c3)]});},async _0x29d832=>{const _0x253572=_0x5b3bbf;_0xe793be['kcsrO'](warnRenamed,_0xe793be['jeHFc'],'ranger\x20add-scenario'),await _0xe793be[_0x253572(0x305)](withTelemetry,_0xe793be[_0x253572(0x2fc)],()=>featureAddScenario(_0x29d832[_0x253572(0x1ac)],_0x29d832['id']));})[_0x5b3bbf(0x27b)](_0xe793be[_0x5b3bbf(0x2a3)],![],_0x4a8060=>{const _0x3f384b=_0x5b3bbf;return _0x4a8060[_0x3f384b(0x20d)]('id',{'type':_0x3f384b(0x273),'description':_0xe793be['fojJf']});},async _0x33b233=>{const _0x1f0f86=_0x5b3bbf;_0xe793be['uGpJR'](warnRenamed,_0xe793be[_0x1f0f86(0x21c)],'ranger\x20get-review'),await _0xe793be[_0x1f0f86(0x206)](withTelemetry,_0xe793be[_0x1f0f86(0x26e)],()=>featureGetReview(_0x33b233['id']));})['command'](_0xe793be['pIdPN'],![],_0x52ef1b=>{const _0x483cd8=_0x5b3bbf;return _0x52ef1b[_0x483cd8(0x20d)]('id',{'type':_0xe793be['XMILx'],'description':'Feature\x20review\x20ID'});},async _0xc94a9c=>{const _0x3fb9a4=_0x5b3bbf;warnRenamed(_0xe793be[_0x3fb9a4(0x22a)],_0x3fb9a4(0x300)),await _0xe793be[_0x3fb9a4(0x2ac)](withTelemetry,_0xe793be['wXxYV'],()=>featureDelete(_0xc94a9c['id']));})[_0x5b3bbf(0x27b)](_0xe793be[_0x5b3bbf(0x1c5)],![],_0x2687b4=>{const _0x4fe434=_0x5b3bbf;return _0x2687b4[_0x4fe434(0x20d)]('id',{'type':'string','description':_0xe793be[_0x4fe434(0x30c)],'demandOption':!![]});},async _0x2e633c=>{const _0x51ede9=_0x5b3bbf;_0xe793be[_0x51ede9(0x1fc)](warnRenamed,'ranger\x20feature\x20restore',_0xe793be['xMjVY']),await _0xe793be['Ofejc'](withTelemetry,_0xe793be[_0x51ede9(0x23b)],()=>featureRestore(_0x2e633c['id']));})[_0x5b3bbf(0x219)](0x1,_0xe793be[_0x5b3bbf(0x1b5)]);})[_0x11ad69(0x27b)]('hook',![],_0x4311a3=>{const _0x45a9b8=_0x11ad69,_0x37c2b2={'yCsPg':function(_0x3cbe44,_0x23aa7f,_0x4c40b1){return _0x3cbe44(_0x23aa7f,_0x4c40b1);},'VRCgS':'hook:enable','DyzwE':'session-id','kccRt':'string','oWnRg':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','EvQDA':'enable','OqNAx':'disable','JgTBK':'name','cxGHC':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'};return _0x4311a3['command'](_0x37c2b2[_0x45a9b8(0x1d9)],_0x45a9b8(0x28d),_0x174e60=>{const _0x431051=_0x45a9b8;return _0x174e60[_0x431051(0x26b)](_0x431051(0x23f),{'type':'string','description':_0x431051(0x27f)});},async _0x9aecea=>{const _0x4150bc=_0x45a9b8;await _0x37c2b2[_0x4150bc(0x21f)](withTelemetry,_0x37c2b2[_0x4150bc(0x1c1)],()=>hook(_0x4150bc(0x1c7),_0x9aecea['session-id']));})['command'](_0x37c2b2['OqNAx'],'Disable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x6542ac=>{const _0x5b9de6=_0x45a9b8;return _0x6542ac['option'](_0x37c2b2[_0x5b9de6(0x1f6)],{'type':_0x37c2b2[_0x5b9de6(0x1d0)],'description':_0x37c2b2[_0x5b9de6(0x2d4)]});},async _0x260806=>{const _0x44d656=_0x45a9b8;await withTelemetry(_0x44d656(0x20f),()=>hook('disable',_0x260806['session-id']));})['option'](_0x37c2b2[_0x45a9b8(0x259)],{'type':_0x45a9b8(0x273),'description':_0x37c2b2[_0x45a9b8(0x1f3)]})[_0x45a9b8(0x26b)]('session-id',{'type':_0x37c2b2['kccRt'],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x4072c2=>{const _0x3cd5cc=_0x11ad69,_0x50dfff={'gYDTB':function(_0x425f07,_0x3a54eb,_0x3bb84a){return _0x425f07(_0x3a54eb,_0x3bb84a);}};_0x4072c2[_0x3cd5cc(0x27d)]&&await _0x50dfff['gYDTB'](hook,_0x4072c2['name'],_0x4072c2['session-id']);})[_0x11ad69(0x219)](0x1,_0x11ad69(0x2e4))['strictCommands']()['fail'](async(_0x507ea0,_0x2a0962,_0x572d9d)=>{const _0x15ff70=_0x11ad69,_0x38ec5b={'eHsKa':function(_0x5e9401,_0x4cfdec,_0x240a7f){return _0x5e9401(_0x4cfdec,_0x240a7f);},'sFwRQ':function(_0x5f22d0,_0x7ec1eb){return _0x5f22d0(_0x7ec1eb);},'XnWKP':function(_0x5335af){return _0x5335af();},'EyyHd':function(_0x21f264,_0x49869a){return _0x21f264||_0x49869a;}},_0x1409e9=sanitizeArgs(process['argv'][_0x15ff70(0x2b1)](0x2)),_0x30d75b=_0x38ec5b[_0x15ff70(0x234)](getErrorType,_0x507ea0,_0x2a0962);if(_0x507ea0&&_0x507ea0['includes'](_0x15ff70(0x24b))){const _0x38d00c=process[_0x15ff70(0x29e)][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x38d00c),console['error']('Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a');}else{if(_0x507ea0)console['error']('\x0a'+_0x507ea0+'\x0a');else _0x2a0962&&console['error'](_0x15ff70(0x24d)+_0x2a0962[_0x15ff70(0x19d)]+'\x0a');}await _0x38ec5b['sFwRQ'](logDesirePath,{'rawCommand':_0x1409e9,'errorMessage':_0x507ea0||_0x2a0962?.['message'],'errorType':_0x30d75b});const _0x4eef65=_0x38ec5b[_0x15ff70(0x302)](getCurrentCollector);_0x4eef65&&await _0x4eef65['trackCommandError'](_0x2a0962||new Error(_0x38ec5b[_0x15ff70(0x204)](_0x507ea0,'Unknown\x20error'))),process['exit'](0x1);})[_0x11ad69(0x2a7)]('Documentation:\x0a'+'\x20\x20https://docs.ranger.net\x0a'+_0x11ad69(0x1cd))['help']()['alias'](_0x11ad69(0x29c),'h')[_0x11ad69(0x1c6)]();
2
+ const _0x117b27=_0x49a2;(function(_0x4970c7,_0x299200){const _0x340bed=_0x49a2,_0x34d5bc=_0x4970c7();while(!![]){try{const _0x290aba=-parseInt(_0x340bed(0x156))/0x1*(-parseInt(_0x340bed(0x215))/0x2)+parseInt(_0x340bed(0x14b))/0x3*(-parseInt(_0x340bed(0x21f))/0x4)+parseInt(_0x340bed(0x21c))/0x5+-parseInt(_0x340bed(0x23b))/0x6*(parseInt(_0x340bed(0x155))/0x7)+parseInt(_0x340bed(0x114))/0x8+-parseInt(_0x340bed(0x1c1))/0x9*(-parseInt(_0x340bed(0x1b5))/0xa)+-parseInt(_0x340bed(0x17a))/0xb;if(_0x290aba===_0x299200)break;else _0x34d5bc['push'](_0x34d5bc['shift']());}catch(_0x3ad934){_0x34d5bc['push'](_0x34d5bc['shift']());}}}(_0x4952,0x7965d));import _0x380ee0 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x4b5ce8=_0x49a2,_0x5699b9={'mDROs':function(_0x2faf90,_0x2be6b3,_0xc7af8a){return _0x2faf90(_0x2be6b3,_0xc7af8a);},'PYSWH':function(_0x1308a5,_0xec4e50){return _0x1308a5(_0xec4e50);}};let _0x176ec6=process['cwd']();const _0x598401=parse(_0x176ec6)['root'];while(_0x176ec6!==_0x598401){if(existsSync(join(_0x176ec6,_0x4b5ce8(0x1b8)))||existsSync(_0x5699b9[_0x4b5ce8(0x1c2)](join,_0x176ec6,_0x4b5ce8(0x1e0))))return _0x176ec6;_0x176ec6=_0x5699b9[_0x4b5ce8(0x1af)](dirname,_0x176ec6);}return process['cwd']();}_0x380ee0['config']({'path':join(findProjectRoot(),_0x117b27(0x1e0))});import _0x54036b from'yargs/yargs';function _0x4952(){const _0x2206e8=['NOYrh','fail','JdQtV','gebeY','Name\x20of\x20the\x20environment\x20to\x20update','FKnlq','wMAwY','profile\x20add','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','JBHJD','gztGA','mnOPq','allow-insecure-localhost','tQHYR','repeat','NbjGA','evaluation','scope','checklist','gVoQx','IvZUN','ranger\x20auth\x20encrypt','log','enable','Skip\x20Chromium\x20browser\x20installation','positional','boolean','ranger\x20feature\x20delete','PYSWH','AQIOD','verified','cNJXO','blocked','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','120LlNFga','setup\x20[token]','profile\x20config\x20list','.ranger','lRSse','PeIhw','list','WKVom','name','command','Profile\x20name','--scenario','228402ZvZEVF','mDROs','opencode','hlWUJ','FdTgd','use\x20<profile-name>','vvgHS','offset','UbSxO','include-deleted','Install\x20scope\x20for\x20skills','KslBa','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','cBdHz','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','flag','limit','Get\x20a\x20config\x20value','status','env\x20update','feature\x20get-feedback','start','\x20is\x20now\x20','List\x20all\x20config\x20for\x20a\x20profile','ranger\x20show','YFFFs','item','ranger\x20create','profile\x20config\x20unset','hook','.env','jNhRz','env','lWqdt','QWhIb','Switch\x20to\x20using\x20a\x20specific\x20profile','current-branch','Bhwes','mumKt','cnEto','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','igAfg','Scenario\x20description','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','ranger\x20feature\x20restore','auth','\x0aIssues:','failed','lSJAo','option','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','safe-mode','config\x20list','LFPpv','Set\x20a\x20config\x20value','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','iAbqf','orNvR','ranger\x20use','scriptName','aRJKF','add-checklist-item\x20<description>','ranger\x20profile\x20config\x20get','hook:enable','--item','feature','argv','rqNFD','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','VmKak','project','Name\x20of\x20the\x20profile\x20to\x20update','oCuHE','includes','Feature\x20review\x20ID','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','slice','FfPjY','RCXLB','ccvwl','ranger\x20delete','nbsyn','start\x20[token]','210264AHCpwQ','You\x20must\x20specify\x20a\x20command','update\x20<profile-name>','\x20VERIFIED','epilogue','aWQKC','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','1143405nujLQv','base-url','dxJHX','108BQtkAP','startsWith','partial','ranger\x20config\x20set','disable','profile\x20config\x20set','debug-outcome','wfsWG','ranger\x20profile\x20config\x20list','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','CPxMN','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','FOIeJ','ranger\x20go','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','jBBAD','CjFME','KuVCK','PKfPY','add\x20env\x20<env-name>','aqruE','LyVPH','ranger\x20resume','You\x20must\x20specify\x20a\x20config\x20subcommand','profile\x20ls','You\x20must\x20specify\x20a\x20profile\x20subcommand','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','RjCOF','18AjHdbK','uLINM','restore\x20<id>','\x20FAILED','\x0aError:\x20','EVubj','HuczG','BTdbi','\x0aUnknown\x20command:\x20','kzYmy','oZfpR','JGCgZ','Update\x20authentication\x20for\x20an\x20existing\x20profile','ToOjR','task','string','ranger\x20profile\x20config\x20set','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','lyXTH','config','Feature\x20review\x20description','sLWJj','XNTrq','env\x20list','HkEmh','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\x20(e.g.,\x20header.X-Test-Mode)\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','--env','fVmEs','JaVTD','DSAgI','set\x20<env>\x20<key>\x20<value>','PGCEj','unset\x20<profile>\x20<key>','start-path','--profile','report','IXBif','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','list\x20<env>','List\x20all\x20feature\x20reviews','PiVtD','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','severity','--task','skip-auth','delete','uNXXZ','ERYpQ','ranger\x20config\x20list','Config\x20key','PsWFm','pNGIQ','login','DmYgR','show','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','mXIyL','EgrJf','ranger\x20feature\x20get-feedback','restore','JqCUr','LMgtn','user','url','SGQhJ','ranger\x20profile\x20update','qVDCX','Summary:\x20','VvVTY','ranger\x20list','xQfXq','encrypt\x20<profile>','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','PBinF','SyZeV','number','Optional\x20feature\x20ID','trackCommandError','help','iugGP','pMeUV','NJXSo','setup-ci\x20<token>','ranger\x20feature\x20add-checklist-item','ranger\x20feature\x20create','pVDkX','create\x20<name>','ranger\x20add\x20env','ranger\x20profile\x20config\x20unset','Config\x20value','exitCode','feature\x20add-checklist-item','5129528KNyhZP','usage','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','skillup','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','oEOqX','CyFKR','MEAEC','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','EnTKP','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','gWHff','GRiEw','Feature\x20review\x20ID\x20to\x20restore','qfUaM','PaUGk','demandCommand','some','FWkQr','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','config\x20unset','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','use\x20<env-name>','list\x20<profile>','cdp-endpoint','GDgGR','ranger\x20profile\x20use','set\x20<profile>\x20<key>\x20<value>','jmSuS','NnqKg','ranger\x20profile\x20encrypt-auth','scenario','Include\x20soft-deleted\x20feature\x20reviews','nnceN','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','incomplete','EOZeK','JOAEp','exclude-scenario','xHZNR','pNQiL','pVhkM','error','verify-feature','message','SOEPg','mJNtE','profile\x20encrypt-auth','IEPmw','dnQzm','session-id','force','New\x20scenario\x20description','description','debug-address-comments','30846izIrEs','YGbth','ranger\x20profile\x20add','token','LrrRX','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.','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','ranger\x20setup','IkDuJ','NvHmX','858732xNXXBg','1OIvuSo','qVyul','headed','IfcRM','TYcqo','env-name','Config\x20key\x20to\x20remove','ranger\x20verify-feature','profile','Ranger\x20API\x20token','setup-ci','parse','rDXDQ','Ntazg','show\x20[id]','QmJyR','ovUYh','issues','hVGLK','bAdku','unset\x20<env>\x20<key>','xxvvm','eckeh','--checklist','encrypt-auth\x20<profile>','Qmnlx','value','zDCyD','delete\x20[id]','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','\x20\x20https://docs.ranger.net\x0a','BDxwp','ZvGwg','JPnCw','HhFvk','VLOPb','1503183KDdqCb','version','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','use','Number\x20of\x20feature\x20reviews\x20to\x20skip','JraLx','update','--notes','Environment\x20name','vOjeY','WgSOx','CZsBd','notes','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','skip-chromium','feature\x20create','mdORk','feature\x20delete','Unknown\x20error','profile-name','key','cMfCq','SSxVG','JlbKS'];_0x4952=function(){return _0x2206e8;};return _0x4952();}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 _0x3eca0f=>{const _0x12e508=_0x117b27,_0x168b08=getCurrentCollector();_0x168b08&&await _0x168b08['trackCommandError'](_0x3eca0f),process[_0x12e508(0x112)]=0x1;});const rawArgs=process['argv']['slice'](0x2),TOP_LEVEL_HELP=_0x117b27(0x150),PROFILE_HELP=_0x117b27(0x129),PROFILE_CONFIG_HELP=_0x117b27(0x254);function warnRenamed(_0x1d8b29,_0x331a93){const _0x4b9fdd=_0x117b27;console['error']('\x0a'+_0x1d8b29+_0x4b9fdd(0x1d8)+_0x331a93+'\x0a');}function _0x49a2(_0x42c3ef,_0x4d6291){_0x42c3ef=_0x42c3ef-0xf8;const _0x4952ed=_0x4952();let _0x49a23a=_0x4952ed[_0x42c3ef];return _0x49a23a;}function argUsed(_0x7706e1){const _0x30e09c=_0x117b27;return rawArgs[_0x30e09c(0x125)](_0x3df6a5=>_0x3df6a5===_0x7706e1||_0x3df6a5[_0x30e09c(0x220)](_0x7706e1+'='));}function warnFlagRenamed(_0x570ef7,_0x328cc7,_0x12bf96){argUsed(_0x328cc7)&&warnRenamed(_0x570ef7+'\x20'+_0x328cc7,_0x570ef7+'\x20'+_0x12bf96);}async function runGoCommand(_0x43fc31,_0x131edf=![]){const _0x16da70=_0x117b27,_0x3c6b15={'hNKzg':function(_0x48b4d3,_0x4f7af6,_0x4485c2){return _0x48b4d3(_0x4f7af6,_0x4485c2);},'nFXgk':function(_0x586341,_0x1c524b,_0x5a02d2,_0x2c585b){return _0x586341(_0x1c524b,_0x5a02d2,_0x2c585b);},'JOAEp':_0x16da70(0x25d),'IXBif':'ranger\x20go','IvZUN':_0x16da70(0x181),'pNQiL':_0x16da70(0x202),'uLINM':_0x16da70(0x24e),'FxVPG':_0x16da70(0x14a),'RCXLB':function(_0x584c36,_0x31ba16){return _0x584c36+_0x31ba16;},'ovUYh':_0x16da70(0x218),'tQHYR':function(_0x79730b,_0x4d5f73){return _0x79730b===_0x4d5f73;},'pOtbZ':'\x20INCOMPLETE','GlIdl':_0x16da70(0x1f0)};_0x131edf&&_0x3c6b15['hNKzg'](warnRenamed,_0x16da70(0x15d),_0x16da70(0x22c));_0x3c6b15['nFXgk'](warnFlagRenamed,'ranger\x20go',_0x16da70(0x255),_0x3c6b15[_0x16da70(0x139)]),warnFlagRenamed(_0x3c6b15[_0x16da70(0x25f)],_0x16da70(0x266),_0x3c6b15[_0x16da70(0x1a7)]),warnFlagRenamed('ranger\x20go',_0x3c6b15[_0x16da70(0x13c)],'--scenario');const _0x499811=await loadRangerConfig(),_0x5157a9=_0x43fc31['model'],_0xcd8318=_0x499811['model'],_0x3a002d=_0x5157a9??_0xcd8318,_0x577aa6=_0x5157a9?_0x16da70(0x1d1):_0xcd8318?_0x3c6b15[_0x16da70(0x23c)]:'default',_0x1ce211=await verifyFeature({'featureId':_0x43fc31['feature'],'profile':_0x43fc31['profile']??_0x43fc31['env'],'notes':_0x43fc31['notes']??_0x43fc31[_0x16da70(0x249)],'scenario':_0x43fc31['scenario']??_0x43fc31['item'],'startPath':_0x43fc31['start-path'],'debugOutcome':_0x43fc31['debug-outcome'],'debugAddressComments':_0x43fc31[_0x3c6b15['FxVPG']],'headed':_0x43fc31['headed'],'verifyModel':_0x3a002d,'verifyModelInput':_0x3a002d,'verifyModelSource':_0x577aa6});console['log'](_0x3c6b15[_0x16da70(0x210)]('\x0a','='['repeat'](0x3c))),console['log'](_0x1ce211[_0x16da70(0x1a3)]===_0x16da70(0x1b1)?_0x3c6b15[_0x16da70(0x166)]:_0x3c6b15[_0x16da70(0x1a0)](_0x1ce211[_0x16da70(0x1a3)],'incomplete')?_0x3c6b15['pOtbZ']:_0x1ce211['evaluation']===_0x16da70(0x221)?'\x20PARTIAL':_0x1ce211['evaluation']==='blocked'?'\x20BLOCKED':_0x16da70(0x23e)),console[_0x16da70(0x1a9)]('='[_0x16da70(0x1a1)](0x3c)),console[_0x16da70(0x1a9)](_0x16da70(0xfb)+_0x1ce211['summary']),console['log']('Evaluation:\x20'+_0x1ce211[_0x16da70(0x1a3)]),console['log']('Reason:\x20'+_0x1ce211['evaluationReason']),_0x1ce211[_0x16da70(0x167)]?.['length']&&(console['log'](_0x3c6b15['GlIdl']),_0x1ce211['issues']['forEach']((_0x1ba2d3,_0x1e2a9b)=>{const _0x3e9eb4=_0x16da70;console['log']('\x0a'+(_0x1e2a9b+0x1)+'.\x20['+_0x1ba2d3[_0x3e9eb4(0x265)]+']\x20'+_0x1ba2d3[_0x3e9eb4(0x149)]);})),process['exit'](_0x3c6b15['tQHYR'](_0x1ce211[_0x16da70(0x1a3)],'verified')?0x0:0x1);}_0x54036b(process[_0x117b27(0x204)][_0x117b27(0x20e)](0x2))[_0x117b27(0x1fd)]('ranger')[_0x117b27(0x115)](TOP_LEVEL_HELP)[_0x117b27(0x17b)](getCurrentVersion())[_0x117b27(0x1be)](_0x117b27(0x10e),_0x117b27(0x173),_0x5e499b=>{const _0x130db3=_0x117b27,_0x366790={'FIuTE':_0x130db3(0x1bd),'ERYpQ':_0x130db3(0x24a),'ADBTi':_0x130db3(0x24f),'xHZNR':'array','bAdku':_0x130db3(0x1a5)};return _0x5e499b['positional'](_0x366790['FIuTE'],{'type':_0x366790[_0x130db3(0x26a)],'description':'Feature\x20review\x20name','demandOption':!![]})[_0x130db3(0x1f3)](_0x130db3(0x149),{'type':_0x366790['ERYpQ'],'alias':'d','description':_0x366790['ADBTi']})[_0x130db3(0x1f3)]('scenario',{'type':_0x366790['xHZNR'],'alias':'c','description':_0x130db3(0x20d)})[_0x130db3(0x1f3)](_0x366790[_0x130db3(0x169)],{'type':_0x366790[_0x130db3(0x13b)],'hidden':!![]});},async _0x517369=>{const _0x11a713=_0x117b27,_0x49f8cb={'CyFKR':function(_0x47a4b3,_0x2a8ef1,_0x1a1a60,_0x1cd619){return _0x47a4b3(_0x2a8ef1,_0x1a1a60,_0x1cd619);},'FKnlq':'ranger\x20create','qfUaM':_0x11a713(0x1c0),'UbSxO':'create'};_0x49f8cb[_0x11a713(0x11a)](warnFlagRenamed,_0x49f8cb[_0x11a713(0x197)],_0x11a713(0x16d),_0x49f8cb[_0x11a713(0x122)]);const _0x235dd7=_0x517369['scenario']||_0x517369[_0x11a713(0x1a5)];await withTelemetry(_0x49f8cb[_0x11a713(0x1c9)],()=>featureCreate(_0x517369['name'],{'description':_0x517369['description'],'scenarios':_0x235dd7}));})[_0x117b27(0x1be)](_0x117b27(0x1bb),_0x117b27(0x262),_0x4c5cf8=>{const _0x1b03dd=_0x117b27,_0x557521={'uNXXZ':_0x1b03dd(0x151),'sIXSi':'limit','EOZeK':_0x1b03dd(0x103),'cnEto':_0x1b03dd(0x134)};return _0x4c5cf8[_0x1b03dd(0x1f3)](_0x1b03dd(0x1e6),{'type':_0x1b03dd(0x1ad),'description':_0x557521[_0x1b03dd(0x269)]})['option'](_0x557521['sIXSi'],{'type':'number','alias':'l','description':_0x1b03dd(0x264),'default':0xa})[_0x1b03dd(0x1f3)](_0x1b03dd(0x1c8),{'type':_0x557521[_0x1b03dd(0x138)],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})['option'](_0x1b03dd(0x1ca),{'type':_0x1b03dd(0x1ad),'alias':'d','description':_0x557521[_0x1b03dd(0x1e9)],'default':![]});},async _0x18fdba=>{const _0x207c8d=_0x117b27,_0x5d55cc={'nRKZQ':function(_0x490629,_0x327d82,_0x42f529){return _0x490629(_0x327d82,_0x42f529);}};await _0x5d55cc['nRKZQ'](withTelemetry,'list',()=>featureList({'currentBranch':_0x18fdba['current-branch'],'limit':_0x18fdba[_0x207c8d(0x1d2)],'offset':_0x18fdba['offset'],'includeDeleted':_0x18fdba['include-deleted']}));})['command'](_0x117b27(0x164),'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x1bdbf4=>{const _0x3adcd4=_0x117b27;return _0x1bdbf4[_0x3adcd4(0x1ac)]('id',{'type':_0x3adcd4(0x24a),'description':_0x3adcd4(0x20c)});},async _0x513beb=>{const _0x3a5eb6=_0x117b27,_0x563ece={'CjFME':function(_0x10b453,_0x2e707e,_0x448020){return _0x10b453(_0x2e707e,_0x448020);},'NzErd':_0x3a5eb6(0x271)};await _0x563ece[_0x3a5eb6(0x22f)](withTelemetry,_0x563ece['NzErd'],()=>featureShow(_0x513beb['id']));})['command']('resume\x20[id]','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x56b8f0=>{const _0x4fec3c=_0x117b27,_0x295839={'CrTJQ':_0x4fec3c(0x24a)};return _0x56b8f0[_0x4fec3c(0x1ac)]('id',{'type':_0x295839['CrTJQ'],'description':_0x4fec3c(0x100)});},async _0x59ac9a=>{const _0xf64db5=_0x117b27,_0x145034={'erqOM':function(_0x381ea7,_0xe32c03,_0x2ace44){return _0x381ea7(_0xe32c03,_0x2ace44);},'LMgtn':'resume'};await _0x145034['erqOM'](withTelemetry,_0x145034[_0xf64db5(0x278)],()=>featureResume(_0x59ac9a['id']));})[_0x117b27(0x1be)]('add-scenario\x20<description>',_0x117b27(0x1f4),_0x2704d6=>{const _0x58ad58=_0x117b27,_0x3b907b={'zDCyD':'Scenario\x20description','sLWJj':_0x58ad58(0x24a),'ZxJqT':_0x58ad58(0x127)};return _0x2704d6['positional']('description',{'type':_0x58ad58(0x24a),'description':_0x3b907b[_0x58ad58(0x171)],'demandOption':!![]})['option']('id',{'type':_0x3b907b[_0x58ad58(0x250)],'description':_0x3b907b['ZxJqT']});},async _0x282a16=>{const _0x2b574d=_0x117b27,_0x243d19={'iugGP':'add-scenario'};await withTelemetry(_0x243d19[_0x2b574d(0x107)],()=>featureAddScenario(_0x282a16[_0x2b574d(0x149)],_0x282a16['id']));})['command']('edit-scenario\x20<description>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x2bc133=>{const _0x530c50=_0x117b27,_0x5695ac={'JqCUr':_0x530c50(0x103),'mGcnK':'string'};return _0x2bc133['positional']('description',{'type':'string','description':_0x530c50(0x148),'demandOption':!![]})['option']('scenario',{'type':_0x5695ac[_0x530c50(0x277)],'description':'Scenario\x20number\x20to\x20edit\x20(1-based)','demandOption':!![]})['option']('id',{'type':_0x5695ac['mGcnK'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x2d4d6a=>{const _0x210a83=_0x117b27,_0x3e3859={'TEQvk':function(_0xf85766,_0x5428cc,_0x110135){return _0xf85766(_0x5428cc,_0x110135);},'hlWUJ':'edit-scenario'};await _0x3e3859['TEQvk'](withTelemetry,_0x3e3859[_0x210a83(0x1c4)],()=>featureEditScenario(_0x2d4d6a[_0x210a83(0x149)],{'id':_0x2d4d6a['id'],'scenario':_0x2d4d6a['scenario']}));})['command']('report\x20[id]',_0x117b27(0x136),_0x350eae=>{const _0x18fcd7=_0x117b27,_0x2d8fc4={'uDdtK':_0x18fcd7(0x20c),'lyXTH':'array','pOyrm':'json','EoNjx':'boolean','QWhIb':_0x18fcd7(0x1cd)};return _0x350eae['positional']('id',{'type':_0x18fcd7(0x24a),'description':_0x2d8fc4['uDdtK']})[_0x18fcd7(0x1f3)]('exclude-scenario',{'type':_0x2d8fc4[_0x18fcd7(0x24d)],'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})[_0x18fcd7(0x1f3)](_0x2d8fc4['pOyrm'],{'type':_0x2d8fc4['EoNjx'],'description':_0x2d8fc4[_0x18fcd7(0x1e4)],'default':![]});},async _0x21c201=>{const _0x5ed687=_0x117b27,_0x3117e0={'ExLgS':_0x5ed687(0x13a),'PKfPY':function(_0x18c4ab,_0x15424c,_0x4e5ff1){return _0x18c4ab(_0x15424c,_0x4e5ff1);}},_0x21217b=_0x21c201[_0x3117e0['ExLgS']],_0x54ebd6=_0x21217b?_0x21217b['map'](_0x163f56=>Number(_0x163f56)):undefined;await _0x3117e0[_0x5ed687(0x231)](withTelemetry,_0x5ed687(0x25e),()=>featureReportPrDescription(_0x21c201['id'],{'excludeScenarios':_0x54ebd6,'json':_0x21c201['json']}));})[_0x117b27(0x1be)]('get-review\x20[id]','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x4d2892=>{const _0xfc146c=_0x117b27,_0x16ad3b={'DmYgR':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x4d2892[_0xfc146c(0x1ac)]('id',{'type':'string','description':_0x16ad3b[_0xfc146c(0x270)]});},async _0x129b77=>{const _0x28683e={'oBxEB':function(_0x2458a4,_0x1b84bd,_0x4ca857){return _0x2458a4(_0x1b84bd,_0x4ca857);},'tZAhh':'get-review'};await _0x28683e['oBxEB'](withTelemetry,_0x28683e['tZAhh'],()=>featureGetReview(_0x129b77['id']));})[_0x117b27(0x1be)](_0x117b27(0x172),_0x117b27(0x118),_0x4b0247=>{const _0xb2017c=_0x117b27;return _0x4b0247['positional']('id',{'type':_0xb2017c(0x24a),'description':_0xb2017c(0x20c)});},async _0x37d6a0=>{const _0x4551b0=_0x117b27;await withTelemetry(_0x4551b0(0x268),()=>featureDelete(_0x37d6a0['id']));})['command'](_0x117b27(0x23d),'Restore\x20a\x20soft-deleted\x20feature\x20review',_0x2e0b75=>{const _0x5d6a3b=_0x117b27,_0x946abc={'gVoQx':_0x5d6a3b(0x121)};return _0x2e0b75[_0x5d6a3b(0x1ac)]('id',{'type':_0x5d6a3b(0x24a),'description':_0x946abc[_0x5d6a3b(0x1a6)],'demandOption':!![]});},async _0x3a499b=>{const _0x4a633b=_0x117b27,_0x3b2516={'BAvEh':_0x4a633b(0x276)};await withTelemetry(_0x3b2516['BAvEh'],()=>featureRestore(_0x3a499b['id']));})[_0x117b27(0x1be)](_0x117b27(0x1b6),'Initialize\x20Ranger\x20in\x20your\x20project',_0x128906=>{const _0xbd96c0=_0x117b27,_0x783786={'cUNdT':_0xbd96c0(0x22d),'nBfEA':_0xbd96c0(0x1a4),'FOIeJ':_0xbd96c0(0x208),'FWkQr':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','NnqKg':'boolean','OxIjl':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url'};return _0x128906[_0xbd96c0(0x1ac)]('token',{'type':'string','description':_0x783786['cUNdT']})['option']('skip-chromium',{'type':_0xbd96c0(0x1ad),'description':_0xbd96c0(0x1f9),'default':![]})['option'](_0x783786['nBfEA'],{'type':'string','choices':[_0xbd96c0(0x279),_0x783786[_0xbd96c0(0x22b)]],'description':_0x783786[_0xbd96c0(0x126)]})['option'](_0xbd96c0(0x27a),{'type':'string','description':_0xbd96c0(0x228)})[_0xbd96c0(0x1f3)]('force',{'type':_0x783786['NnqKg'],'description':_0x783786['OxIjl'],'default':![]})['option'](_0xbd96c0(0x1c3),{'type':_0x783786['NnqKg'],'description':'Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','default':![]})['option'](_0xbd96c0(0x19f),{'type':_0x783786[_0xbd96c0(0x131)],'description':_0xbd96c0(0x11e),'default':![]});},async _0x16cba3=>{const _0x14a00b=_0x117b27,_0x219277={'NvHmX':_0x14a00b(0x1d7)};await withTelemetry(_0x219277[_0x14a00b(0x154)],_0x591372=>start(_0x16cba3['token'],{'skipChromium':_0x16cba3[_0x14a00b(0x188)],'scope':_0x16cba3[_0x14a00b(0x1a4)],'url':_0x16cba3['url'],'force':_0x16cba3[_0x14a00b(0x147)],'opencode':_0x16cba3['opencode'],'allowInsecureLocalhost':_0x16cba3['allow-insecure-localhost']},_0x591372));})['command'](_0x117b27(0x10a),_0x117b27(0x1ed),_0x262c45=>{const _0x270f04=_0x117b27,_0x5f365f={'ccvwl':_0x270f04(0x15f),'RAbeO':_0x270f04(0x15e),'VvVTY':_0x270f04(0x24a),'COSBL':_0x270f04(0x187),'JGCgZ':_0x270f04(0x21d),'mJNtE':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','WDqdi':'skip-chromium','Pgjse':'boolean'};return _0x262c45['positional']('token',{'type':'string','description':_0x5f365f[_0x270f04(0x211)],'demandOption':!![]})['option'](_0x5f365f['RAbeO'],{'type':_0x5f365f[_0x270f04(0xfc)],'description':_0x5f365f['COSBL']})[_0x270f04(0x1f3)](_0x5f365f[_0x270f04(0x246)],{'type':_0x5f365f[_0x270f04(0xfc)],'description':_0x5f365f[_0x270f04(0x142)]})['option'](_0x5f365f['WDqdi'],{'type':_0x5f365f['Pgjse'],'description':_0x270f04(0x1ab),'default':![]});},async _0x48bfe6=>{const _0xc92437=_0x117b27;await withTelemetry(_0xc92437(0x160),_0x1f20a6=>setupCi(_0x48bfe6[_0xc92437(0x14e)],{'profile':_0x48bfe6[_0xc92437(0x15e)],'baseUrl':_0x48bfe6['base-url'],'skipChromium':_0x48bfe6['skip-chromium']},_0x1f20a6));})[_0x117b27(0x1be)]('login','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)',()=>{},async()=>{const _0x2cadb4=_0x117b27,_0x3395d5={'FoPLT':_0x2cadb4(0x26f)};await withTelemetry(_0x3395d5['FoPLT'],()=>login());})[_0x117b27(0x1be)](_0x117b27(0x117),'Install\x20Ranger\x20skills',_0x150058=>{const _0x5c90b4=_0x117b27,_0xd0cf21={'gfYmL':_0x5c90b4(0x1c3),'JraLx':'Install\x20skills\x20for\x20OpenCode','Ntazg':'scope','hiACR':'string','nHPBv':'user'};return _0x150058[_0x5c90b4(0x1f3)](_0xd0cf21['gfYmL'],{'type':_0x5c90b4(0x1ad),'description':_0xd0cf21[_0x5c90b4(0x17f)],'default':![]})['option'](_0xd0cf21[_0x5c90b4(0x163)],{'type':_0xd0cf21['hiACR'],'choices':[_0xd0cf21['nHPBv'],_0x5c90b4(0x208)],'description':_0x5c90b4(0x1cb)});},async _0x1f6674=>{const _0x250432=_0x117b27,_0x4b5e10={'avZVD':function(_0x1edf9c,_0x30d595){return _0x1edf9c(_0x30d595);},'MEAEC':function(_0x5f1df8,_0x5833cc,_0x3783aa){return _0x5f1df8(_0x5833cc,_0x3783aa);}},_0x2ccaeb=_0x4b5e10['avZVD'](Boolean,_0x1f6674['opencode']);await _0x4b5e10[_0x250432(0x11b)](withTelemetry,_0x250432(0x117),()=>skillup({'autoInstall':_0x1f6674['scope'],'platform':_0x2ccaeb?_0x250432(0x1c3):'claude'}));})['command']('clean',_0x117b27(0x11c),()=>{},async()=>{await withTelemetry('clean',()=>clean());})['command']('profile','Manage\x20profiles',_0x4601cd=>{const _0x461ae3=_0x117b27,_0x47ef5c={'igAfg':'profile-name','qRxXV':_0x461ae3(0x260),'ZvGwg':'skip-auth','jmSuS':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','CPxMN':_0x461ae3(0x24a),'VmKak':'force','lWqdt':'allow-insecure-localhost','BvJrO':_0x461ae3(0x1ad),'qakoz':_0x461ae3(0x1d0),'Uikfu':function(_0x4a5654,_0x1a569c,_0xbc7e3,_0x755957){return _0x4a5654(_0x1a569c,_0xbc7e3,_0x755957);},'PaUGk':function(_0x5e11ae,_0xc9c0a7){return _0x5e11ae(_0xc9c0a7);},'uZftx':_0x461ae3(0x12c),'ZFYTR':function(_0x5d883d,_0x17b1f7,_0xa57f7f){return _0x5d883d(_0x17b1f7,_0xa57f7f);},'LrrRX':'profile\x20use','zFmqq':_0x461ae3(0x1bf),'lSJAo':_0x461ae3(0x143),'fwOhy':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','QmJyR':'profile','nbsyn':_0x461ae3(0x18e),'BTdbi':function(_0x2c2691,_0x10409c,_0x4466c3){return _0x2c2691(_0x10409c,_0x4466c3);},'gWHff':_0x461ae3(0x1de),'qVyul':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','WOISg':_0x461ae3(0x111),'wYftl':function(_0x27f20b,_0x5e9081,_0x45bba9){return _0x27f20b(_0x5e9081,_0x45bba9);},'GORgj':_0x461ae3(0x224),'TYcqo':function(_0x370971,_0x38ce0a,_0xf40215){return _0x370971(_0x38ce0a,_0xf40215);},'KslBa':'profile\x20config\x20get','vOjeY':_0x461ae3(0x1d3),'KuVCK':_0x461ae3(0x12b),'IfcRM':'Remove\x20a\x20config\x20value','eckeh':'Add\x20profile\x20configuration','oCuHE':_0x461ae3(0x16e),'svLzZ':'List\x20all\x20profiles','jNhRz':'Manage\x20profile\x20configuration','HGjpi':_0x461ae3(0x238)};return _0x4601cd['usage'](PROFILE_HELP)['command']('add\x20<profile-name>',_0x47ef5c[_0x461ae3(0x16c)],_0x5c93c3=>{const _0x51be42=_0x461ae3;return _0x5c93c3[_0x51be42(0x1ac)](_0x47ef5c[_0x51be42(0x1eb)],{'type':'string','description':_0x47ef5c['qRxXV'],'demandOption':!![]})['option']('ci',{'type':'boolean','description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})[_0x51be42(0x1f3)](_0x47ef5c[_0x51be42(0x176)],{'type':'boolean','description':_0x47ef5c[_0x51be42(0x130)],'default':![]})[_0x51be42(0x1f3)](_0x51be42(0x27a),{'type':_0x47ef5c['CPxMN'],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)'})[_0x51be42(0x1f3)](_0x47ef5c[_0x51be42(0x207)],{'type':'boolean','description':_0x51be42(0x1b4),'default':![]})[_0x51be42(0x1f3)](_0x51be42(0x12c),{'type':_0x47ef5c['CPxMN'],'description':_0x51be42(0x17c)})[_0x51be42(0x1f3)](_0x47ef5c[_0x51be42(0x1e3)],{'type':_0x47ef5c['BvJrO'],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})['option'](_0x51be42(0x1f5),{'type':'boolean','description':_0x47ef5c['qakoz'],'default':![]});},async _0xeebdb7=>{const _0xa06e4a=_0x461ae3;await _0x47ef5c['Uikfu'](withTelemetry,_0xa06e4a(0x199),_0x82c142=>addEnv(_0xeebdb7['profile-name'],{'ci':_0xeebdb7['ci'],'skipAuth':_0xeebdb7['skip-auth'],'url':_0xeebdb7['url'],'force':_0xeebdb7['force'],'cdpEndpoint':_0xeebdb7[_0xa06e4a(0x12c)],'allowInsecureLocalhost':_0xeebdb7[_0xa06e4a(0x19f)],'safeMode':_0xeebdb7[_0xa06e4a(0x1f5)]},_0x82c142),{'isElectron':_0x47ef5c[_0xa06e4a(0x123)](Boolean,_0xeebdb7[_0x47ef5c['uZftx']])});})[_0x461ae3(0x1be)](_0x461ae3(0x1c6),_0x461ae3(0x1e5),_0x726b2e=>{return _0x726b2e['positional'](_0x47ef5c['igAfg'],{'type':'string','description':'Name\x20of\x20the\x20profile','demandOption':!![]});},async _0x3132f1=>{const _0x4cc931=_0x461ae3;await _0x47ef5c['ZFYTR'](withTelemetry,_0x47ef5c[_0x4cc931(0x14f)],()=>useEnv(_0x3132f1['profile-name']));})['command'](_0x47ef5c[_0x461ae3(0x20a)],'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)',_0x2d9b10=>{const _0x17423a=_0x461ae3;return _0x2d9b10['positional'](_0x17423a(0x15e),{'type':_0x47ef5c['CPxMN'],'description':_0x47ef5c['zFmqq'],'demandOption':!![]});},async _0x1c3123=>{const _0x3b74e6=_0x461ae3;await withTelemetry(_0x47ef5c[_0x3b74e6(0x1f2)],()=>authEncrypt(_0x1c3123['profile']));})['command']('ls',_0x47ef5c['svLzZ'],()=>{},async()=>{const _0x3a0998=_0x461ae3;await withTelemetry(_0x3a0998(0x237),()=>envList());})[_0x461ae3(0x1be)](_0x461ae3(0x217),_0x461ae3(0x247),_0x1178df=>{const _0x42b188=_0x461ae3;return _0x1178df['positional'](_0x42b188(0x18d),{'type':_0x47ef5c[_0x42b188(0x229)],'description':_0x42b188(0x209),'demandOption':!![]})[_0x42b188(0x1f3)](_0x42b188(0x19f),{'type':_0x47ef5c['BvJrO'],'description':_0x47ef5c['fwOhy']});},async _0x23d78b=>{await withTelemetry('profile\x20update',_0x34e180=>updateEnv(_0x23d78b['profile-name'],_0x34e180,{'allowInsecureLocalhost':_0x23d78b['allow-insecure-localhost']}));})['command'](_0x461ae3(0x24e),_0x47ef5c[_0x461ae3(0x1e1)],_0x12ace3=>{const _0x5b5032=_0x461ae3,_0x41bfc9={'rscRX':'Profile\x20name','gNbAT':_0x47ef5c[_0x5b5032(0x157)],'HhFvk':_0x47ef5c['WOISg'],'SWaVb':function(_0x5c4186,_0x4c1f97,_0x587831){return _0x47ef5c['wYftl'](_0x5c4186,_0x4c1f97,_0x587831);},'vLCLh':_0x47ef5c['GORgj'],'zCSyO':function(_0x22ded0,_0x43cfbb,_0x55a9bf){const _0x19dff9=_0x5b5032;return _0x47ef5c[_0x19dff9(0x15a)](_0x22ded0,_0x43cfbb,_0x55a9bf);},'ILCSt':_0x47ef5c[_0x5b5032(0x1cc)],'EVubj':_0x47ef5c['CPxMN'],'oZfpR':_0x5b5032(0x15c)};return _0x12ace3[_0x5b5032(0x115)](PROFILE_CONFIG_HELP)['command'](_0x5b5032(0x12f),_0x5b5032(0x1f8),_0x4ec92e=>{const _0x5041a7=_0x5b5032;return _0x4ec92e['positional'](_0x5041a7(0x15e),{'type':_0x5041a7(0x24a),'description':_0x41bfc9['rscRX'],'demandOption':!![]})[_0x5041a7(0x1ac)](_0x5041a7(0x18e),{'type':_0x5041a7(0x24a),'description':_0x41bfc9['gNbAT'],'demandOption':!![]})['positional'](_0x5041a7(0x170),{'type':'string','description':_0x41bfc9[_0x5041a7(0x178)],'demandOption':!![]});},async _0x56dfb1=>{const _0x4bb5fb=_0x5b5032;await _0x41bfc9['SWaVb'](withTelemetry,_0x41bfc9['vLCLh'],()=>configSet(_0x56dfb1[_0x4bb5fb(0x15e)],_0x56dfb1['key'],_0x56dfb1['value']));})['command']('get\x20<profile>\x20<key>',_0x47ef5c[_0x5b5032(0x183)],_0x4c16b9=>{const _0x36e096=_0x5b5032;return _0x4c16b9[_0x36e096(0x1ac)](_0x47ef5c[_0x36e096(0x165)],{'type':_0x47ef5c[_0x36e096(0x229)],'description':'Profile\x20name','demandOption':!![]})['positional'](_0x47ef5c[_0x36e096(0x213)],{'type':_0x36e096(0x24a),'description':'Config\x20key','demandOption':!![]});},async _0x1bf4cd=>{await _0x41bfc9['zCSyO'](withTelemetry,_0x41bfc9['ILCSt'],()=>configGet(_0x1bf4cd['profile'],_0x1bf4cd['key']));})['command'](_0x47ef5c[_0x5b5032(0x230)],_0x5b5032(0x1d9),_0x1a8cbc=>{const _0x1733db=_0x5b5032;return _0x1a8cbc['positional'](_0x1733db(0x15e),{'type':_0x47ef5c[_0x1733db(0x229)],'description':'Profile\x20name','demandOption':!![]});},async _0x34ad82=>{const _0x5a90c9=_0x5b5032;await _0x47ef5c['BTdbi'](withTelemetry,_0x5a90c9(0x1b7),()=>configList(_0x34ad82['profile']));})['command'](_0x5b5032(0x25b),_0x47ef5c[_0x5b5032(0x159)],_0x449593=>{const _0x265a22=_0x5b5032;return _0x449593[_0x265a22(0x1ac)]('profile',{'type':_0x41bfc9[_0x265a22(0x240)],'description':_0x265a22(0x1bf),'demandOption':!![]})[_0x265a22(0x1ac)](_0x265a22(0x18e),{'type':_0x265a22(0x24a),'description':_0x41bfc9[_0x265a22(0x245)],'demandOption':!![]});},async _0x536f60=>{const _0x4256d9=_0x5b5032;await _0x47ef5c[_0x4256d9(0x242)](withTelemetry,_0x47ef5c[_0x4256d9(0x11f)],()=>configUnset(_0x536f60[_0x4256d9(0x15e)],_0x536f60[_0x4256d9(0x18e)]));})[_0x5b5032(0x124)](0x1,_0x5b5032(0x1ea));})[_0x461ae3(0x124)](0x1,_0x47ef5c['HGjpi']);})['command'](_0x117b27(0x1d4),'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{await withTelemetry('status',()=>status());})['command'](_0x117b27(0x180),_0x117b27(0x1ce),()=>{},async()=>{const _0x42df26=_0x117b27,_0xd39bd1={'hVGLK':function(_0x4af4c0,_0x27e100,_0x5be629){return _0x4af4c0(_0x27e100,_0x5be629);},'mnOPq':_0x42df26(0x180)};await _0xd39bd1[_0x42df26(0x168)](withTelemetry,_0xd39bd1[_0x42df26(0x19e)],()=>update());})[_0x117b27(0x1be)]('go','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)',_0x406f34=>{const _0x5aa802=_0x117b27,_0x2ce26f={'PeIhw':_0x5aa802(0x203),'aWQKC':_0x5aa802(0x104),'tFmDL':_0x5aa802(0x15e),'rDXDQ':_0x5aa802(0x24a),'YGbth':_0x5aa802(0x22a),'PBinF':'Scenario\x20index\x20(1-based)','AzbdL':_0x5aa802(0x25c),'lDXse':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','WgSOx':_0x5aa802(0x158),'lRSse':'boolean','Qmnlx':'blocked','PsWFm':'incomplete','NbQnS':_0x5aa802(0x1dc),'orNvR':_0x5aa802(0x103)};return _0x406f34[_0x5aa802(0x1f3)](_0x2ce26f[_0x5aa802(0x1ba)],{'type':'string','description':_0x2ce26f[_0x5aa802(0x21a)]})[_0x5aa802(0x1f3)](_0x2ce26f['tFmDL'],{'type':_0x2ce26f['rDXDQ'],'description':_0x2ce26f[_0x5aa802(0x14c)]})[_0x5aa802(0x1f3)](_0x5aa802(0x186),{'type':_0x2ce26f[_0x5aa802(0x162)],'description':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)'})[_0x5aa802(0x1f3)]('scenario',{'type':'number','description':_0x2ce26f[_0x5aa802(0x101)]})[_0x5aa802(0x1f3)](_0x2ce26f['AzbdL'],{'type':'string','description':_0x2ce26f['lDXse']})[_0x5aa802(0x1f3)]('model',{'type':_0x5aa802(0x24a),'description':'Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1)'})[_0x5aa802(0x1f3)](_0x2ce26f[_0x5aa802(0x184)],{'type':_0x2ce26f[_0x5aa802(0x1b9)],'description':_0x5aa802(0x206),'default':![]})['option']('debug-outcome',{'type':_0x2ce26f[_0x5aa802(0x162)],'hidden':!![],'choices':['verified','partial',_0x2ce26f[_0x5aa802(0x16f)],_0x5aa802(0x1f1),_0x2ce26f[_0x5aa802(0x26d)]]})['option'](_0x5aa802(0x14a),{'type':_0x2ce26f['lRSse'],'hidden':!![]})[_0x5aa802(0x1f3)](_0x5aa802(0x1e2),{'type':_0x2ce26f[_0x5aa802(0x162)],'hidden':!![]})[_0x5aa802(0x1f3)](_0x5aa802(0x249),{'type':_0x2ce26f['rDXDQ'],'hidden':!![]})[_0x5aa802(0x1f3)](_0x2ce26f['NbQnS'],{'type':_0x2ce26f[_0x5aa802(0x1fb)],'hidden':!![]});},async _0x578035=>{await runGoCommand(_0x578035);})['command'](_0x117b27(0x1ef),![],_0x2d8d4e=>{const _0x984a8e=_0x117b27,_0xc1f5f0={'pNGIQ':'Profile\x20name','sApGT':_0x984a8e(0x132),'yImVk':function(_0x38b8b6,_0xa2a657){return _0x38b8b6(_0xa2a657);},'gebeY':'You\x20must\x20specify\x20an\x20auth\x20subcommand'};return _0x2d8d4e['command'](_0x984a8e(0xff),![],_0x3dd444=>{const _0x15529a=_0x984a8e;return _0x3dd444['positional']('profile',{'type':'string','description':_0xc1f5f0[_0x15529a(0x26e)],'demandOption':!![]});},async _0x2de28c=>{const _0x18bc39=_0x984a8e;warnRenamed(_0x18bc39(0x1a8),_0xc1f5f0['sApGT']),await _0xc1f5f0['yImVk'](authEncrypt,_0x2de28c['profile']);})['demandCommand'](0x1,_0xc1f5f0[_0x984a8e(0x195)]);},()=>{})['command'](_0x117b27(0x214),![],_0x55faa9=>{const _0x14dbf9=_0x117b27,_0x4a6bbc={'HkEmh':'scope','EnTKP':'string','gztGA':_0x14dbf9(0x279),'GRiEw':_0x14dbf9(0x21b),'mXIyL':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','wnpEU':'force','THjLf':_0x14dbf9(0x1ad)};return _0x55faa9[_0x14dbf9(0x1ac)]('token',{'type':_0x14dbf9(0x24a),'description':_0x14dbf9(0x22d)})[_0x14dbf9(0x1f3)](_0x14dbf9(0x188),{'type':'boolean','description':_0x14dbf9(0x1f9),'default':![]})['option'](_0x4a6bbc[_0x14dbf9(0x253)],{'type':_0x4a6bbc[_0x14dbf9(0x11d)],'choices':[_0x4a6bbc[_0x14dbf9(0x19d)],_0x14dbf9(0x208)],'description':_0x4a6bbc[_0x14dbf9(0x120)]})[_0x14dbf9(0x1f3)]('url',{'type':_0x14dbf9(0x24a),'description':_0x4a6bbc[_0x14dbf9(0x273)]})['option'](_0x4a6bbc['wnpEU'],{'type':_0x4a6bbc['THjLf'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]});},async _0xa1da5a=>{const _0x571afe=_0x117b27,_0x1a7ce7={'hQCQx':function(_0x431509,_0x4b48e4,_0x203f39){return _0x431509(_0x4b48e4,_0x203f39);},'cNJXO':'ranger\x20start','ZHXxW':_0x571afe(0x152),'qLlKu':function(_0x34aa22,_0x32de3e,_0x449797){return _0x34aa22(_0x32de3e,_0x449797);}};_0x1a7ce7['hQCQx'](warnRenamed,_0x1a7ce7[_0x571afe(0x1b2)],_0x1a7ce7['ZHXxW']),await _0x1a7ce7['qLlKu'](withTelemetry,'start',_0xa3c2a5=>start(_0xa1da5a[_0x571afe(0x14e)],{'skipChromium':_0xa1da5a[_0x571afe(0x188)],'scope':_0xa1da5a['scope'],'url':_0xa1da5a['url'],'force':_0xa1da5a['force']},_0xa3c2a5));})[_0x117b27(0x1be)](_0x117b27(0x13f),![],_0x3f83f9=>{const _0x57e212=_0x117b27,_0x50f14e={'kzYmy':_0x57e212(0x1e2),'NbjGA':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','AQIOD':_0x57e212(0x24a),'KqQcX':_0x57e212(0x103),'xZhKr':'Scenario\x20index\x20(1-based)','dxJHX':_0x57e212(0x15e),'YzQik':_0x57e212(0x186),'IDZmZ':'scenario','LjAfU':'model','xVvrT':'headed','FdTgd':'boolean','wcMzd':_0x57e212(0x225),'WKVom':_0x57e212(0x1b3),'JdQtV':_0x57e212(0x137)};return _0x3f83f9['option'](_0x50f14e[_0x57e212(0x244)],{'type':_0x57e212(0x24a),'description':_0x50f14e[_0x57e212(0x1a2)]})[_0x57e212(0x1f3)]('task',{'type':_0x50f14e[_0x57e212(0x1b0)],'description':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)'})['option'](_0x57e212(0x1dc),{'type':_0x50f14e['KqQcX'],'description':_0x50f14e['xZhKr']})[_0x57e212(0x1f3)](_0x50f14e[_0x57e212(0x21e)],{'type':_0x50f14e['AQIOD'],'hidden':!![]})[_0x57e212(0x1f3)](_0x50f14e['YzQik'],{'type':_0x50f14e[_0x57e212(0x1b0)],'hidden':!![]})['option'](_0x50f14e['IDZmZ'],{'type':_0x50f14e['KqQcX'],'hidden':!![]})[_0x57e212(0x1f3)](_0x57e212(0x25c),{'type':_0x57e212(0x24a),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})['option'](_0x50f14e['LjAfU'],{'type':_0x57e212(0x24a),'hidden':!![]})[_0x57e212(0x1f3)](_0x50f14e['xVvrT'],{'type':_0x50f14e[_0x57e212(0x1c5)],'hidden':!![],'default':![]})[_0x57e212(0x1f3)](_0x50f14e['wcMzd'],{'type':_0x57e212(0x24a),'hidden':!![],'choices':[_0x57e212(0x1b1),_0x57e212(0x221),_0x50f14e[_0x57e212(0x1bc)],'failed',_0x50f14e[_0x57e212(0x194)]]});},async _0x7fcc27=>{const _0x3e9fb0={'AyKlO':function(_0x494828,_0x6b8325,_0x5af1c4){return _0x494828(_0x6b8325,_0x5af1c4);}};await _0x3e9fb0['AyKlO'](runGoCommand,_0x7fcc27,!![]);})['command'](_0x117b27(0x232),![],_0x1eac41=>{const _0x49a7ad=_0x117b27,_0x3d8174={'PiVtD':_0x49a7ad(0x24a),'fVmEs':_0x49a7ad(0x1ad)};return _0x1eac41['positional']('env-name',{'type':_0x3d8174[_0x49a7ad(0x263)],'description':_0x49a7ad(0x24c),'demandOption':!![]})[_0x49a7ad(0x1f3)]('ci',{'type':_0x49a7ad(0x1ad),'description':_0x49a7ad(0x19b),'default':![]})[_0x49a7ad(0x1f3)]('skip-auth',{'type':_0x3d8174[_0x49a7ad(0x256)],'description':_0x49a7ad(0x19a),'default':![]});},async _0x1d9e30=>{const _0x104822=_0x117b27,_0xe50bbf={'SauJJ':function(_0x444b03,_0x109240,_0x54dc51){return _0x444b03(_0x109240,_0x54dc51);},'IAxOk':_0x104822(0x10f),'pVhkM':_0x104822(0x14d),'Jbdpl':'add\x20env'};_0xe50bbf['SauJJ'](warnRenamed,_0xe50bbf['IAxOk'],_0xe50bbf[_0x104822(0x13d)]),await withTelemetry(_0xe50bbf['Jbdpl'],_0x2b2193=>addEnv(_0x1d9e30[_0x104822(0x15b)],{'ci':_0x1d9e30['ci'],'skipAuth':_0x1d9e30[_0x104822(0x267)]},_0x2b2193));})['command'](_0x117b27(0x12a),![],_0x1a8acc=>{const _0x326542=_0x117b27,_0x399374={'VCNXT':'env-name'};return _0x1a8acc[_0x326542(0x1ac)](_0x399374['VCNXT'],{'type':_0x326542(0x24a),'description':'Name\x20of\x20the\x20environment','demandOption':!![]});},async _0x18485a=>{const _0x33695a=_0x117b27,_0x42927f={'jBBAD':_0x33695a(0x1fc)};warnRenamed(_0x42927f[_0x33695a(0x22e)],_0x33695a(0x12e)),await withTelemetry(_0x33695a(0x17d),()=>useEnv(_0x18485a[_0x33695a(0x15b)]));})[_0x117b27(0x1be)](_0x117b27(0x24e),![],_0x2cb4c1=>{const _0x53543a=_0x117b27,_0x1a563a={'EgrJf':_0x53543a(0x1e2),'SGQhJ':_0x53543a(0x182),'pMeUV':_0x53543a(0x18e),'rqNFD':'string','RBZBw':_0x53543a(0x222),'cTiiD':function(_0x111d74,_0x52a0b8,_0x5ecb28){return _0x111d74(_0x52a0b8,_0x5ecb28);},'SSxVG':function(_0x55e498,_0x56ebfb,_0x2dc8be){return _0x55e498(_0x56ebfb,_0x2dc8be);},'IkDuJ':_0x53543a(0x200),'aRJKF':_0x53543a(0x1f6),'GDgGR':'Config\x20key\x20to\x20remove','HuczG':function(_0x18c1c6,_0x25d82a,_0x527239){return _0x18c1c6(_0x25d82a,_0x527239);},'BDxwp':'get\x20<env>\x20<key>'};return _0x2cb4c1[_0x53543a(0x1be)](_0x53543a(0x259),![],_0x3270dc=>{const _0x46126a=_0x53543a;return _0x3270dc['positional'](_0x1a563a[_0x46126a(0x274)],{'type':'string','description':_0x1a563a['SGQhJ'],'demandOption':!![]})['positional'](_0x1a563a['pMeUV'],{'type':_0x1a563a['rqNFD'],'description':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','demandOption':!![]})[_0x46126a(0x1ac)]('value',{'type':_0x1a563a[_0x46126a(0x205)],'description':_0x46126a(0x111),'demandOption':!![]});},async _0x270cee=>{const _0x214249=_0x53543a;warnRenamed(_0x1a563a['RBZBw'],_0x214249(0x24b)),await _0x1a563a['cTiiD'](withTelemetry,'config\x20set',()=>configSet(_0x270cee['env'],_0x270cee['key'],_0x270cee['value']));})['command'](_0x1a563a[_0x53543a(0x175)],![],_0x12a071=>{const _0x5b095b=_0x53543a;return _0x12a071['positional'](_0x1a563a['EgrJf'],{'type':_0x5b095b(0x24a),'description':'Environment\x20name','demandOption':!![]})['positional'](_0x1a563a['pMeUV'],{'type':_0x1a563a[_0x5b095b(0x205)],'description':_0x5b095b(0x26c),'demandOption':!![]});},async _0x3d611c=>{const _0x548029=_0x53543a;_0x1a563a[_0x548029(0x190)](warnRenamed,'ranger\x20config\x20get',_0x1a563a[_0x548029(0x153)]),await withTelemetry('config\x20get',()=>configGet(_0x3d611c['env'],_0x3d611c['key']));})[_0x53543a(0x1be)](_0x53543a(0x261),![],_0x5eb2ec=>{const _0x22e990=_0x53543a;return _0x5eb2ec[_0x22e990(0x1ac)]('env',{'type':_0x22e990(0x24a),'description':_0x1a563a[_0x22e990(0xf8)],'demandOption':!![]});},async _0xf19e20=>{const _0x10e239=_0x53543a;warnRenamed(_0x10e239(0x26b),_0x10e239(0x227)),await withTelemetry(_0x1a563a[_0x10e239(0x1fe)],()=>configList(_0xf19e20[_0x10e239(0x1e2)]));})['command'](_0x53543a(0x16a),![],_0x5eaf78=>{const _0x46aac6=_0x53543a;return _0x5eaf78[_0x46aac6(0x1ac)](_0x1a563a['EgrJf'],{'type':_0x46aac6(0x24a),'description':'Environment\x20name','demandOption':!![]})['positional'](_0x1a563a[_0x46aac6(0x108)],{'type':'string','description':_0x1a563a[_0x46aac6(0x12d)],'demandOption':!![]});},async _0x24c3e8=>{const _0x4e3566=_0x53543a;_0x1a563a[_0x4e3566(0x241)](warnRenamed,'ranger\x20config\x20unset',_0x4e3566(0x110)),await withTelemetry(_0x4e3566(0x128),()=>configUnset(_0x24c3e8[_0x4e3566(0x1e2)],_0x24c3e8['key']));})['demandCommand'](0x1,_0x53543a(0x236));})['command']('env',![],_0x2e8b7b=>{const _0x4c12ff=_0x117b27,_0x1a4d61={'JaVTD':_0x4c12ff(0x15b),'WGGMJ':_0x4c12ff(0x24a),'PGCEj':function(_0x5c5762,_0x11355a,_0x2420cb){return _0x5c5762(_0x11355a,_0x2420cb);},'XSLRe':'update\x20<env-name>','aqruE':'You\x20must\x20specify\x20an\x20env\x20subcommand'};return _0x2e8b7b['command']('ls',![],()=>{},async()=>{const _0x5c479a=_0x4c12ff;warnRenamed('ranger\x20env\x20ls','ranger\x20profile\x20ls'),await withTelemetry(_0x5c479a(0x252),()=>envList());})['command'](_0x1a4d61['XSLRe'],![],_0x21ab5f=>{const _0x242b57=_0x4c12ff;return _0x21ab5f[_0x242b57(0x1ac)](_0x1a4d61[_0x242b57(0x257)],{'type':_0x1a4d61['WGGMJ'],'description':_0x242b57(0x196),'demandOption':!![]});},async _0x31da82=>{const _0x1f87fb=_0x4c12ff;_0x1a4d61[_0x1f87fb(0x25a)](warnRenamed,'ranger\x20env\x20update',_0x1f87fb(0xf9)),await withTelemetry(_0x1f87fb(0x1d5),_0x4679bf=>updateEnv(_0x31da82['env-name'],_0x4679bf));})['demandCommand'](0x1,_0x1a4d61[_0x4c12ff(0x233)]);})['command']('feature',![],_0x2beb25=>{const _0x200256=_0x117b27,_0x158d28={'rVVnT':_0x200256(0x1bd),'ToOjR':'string','DbJVE':'Feature\x20review\x20description','wMAwY':'array','YFFFs':_0x200256(0x133),'LyVPH':_0x200256(0x10c),'vEnvv':function(_0x25f084,_0x1e06a7,_0x370a47,_0xe99114){return _0x25f084(_0x1e06a7,_0x370a47,_0xe99114);},'CaltF':_0x200256(0x16d),'qKxMq':'current-branch','wVuNO':_0x200256(0x1ad),'cBdHz':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','NOYrh':'number','vvgHS':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','cMfCq':'offset','iAbqf':_0x200256(0x17e),'ZYTyR':_0x200256(0x1ca),'wfsWG':function(_0x585c20,_0x4c13f2,_0x247580){return _0x585c20(_0x4c13f2,_0x247580);},'ImWqv':'ranger\x20feature\x20list','ZtCRR':'feature\x20list','MJNuU':_0x200256(0x20c),'mdORk':'ranger\x20feature\x20show','VLOPb':'ranger\x20feature\x20resume','KbIkw':function(_0x3f45a1,_0xcf65a3,_0x144a9f){return _0x3f45a1(_0xcf65a3,_0x144a9f);},'VDQzC':'description','RjCOF':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','xQfXq':_0x200256(0x10b),'JPnCw':_0x200256(0x1d6),'XNTrq':_0x200256(0x1ae),'Bhwes':_0x200256(0x212),'nnceN':_0x200256(0x18b),'CZsBd':_0x200256(0x121),'OMOMp':_0x200256(0x1ee),'pVDkX':function(_0x27e330,_0x4beb64,_0x134b08){return _0x27e330(_0x4beb64,_0x134b08);},'DSAgI':'feature\x20restore','IEPmw':'list','SOEPg':'resume\x20[id]','TRKlz':'get-feedback\x20[id]','qVDCX':'delete\x20[id]','NWqAb':'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand'};return _0x2beb25[_0x200256(0x1be)](_0x200256(0x10e),![],_0x1ea97c=>{const _0x4bb7e9=_0x200256;return _0x1ea97c[_0x4bb7e9(0x1ac)](_0x158d28['rVVnT'],{'type':_0x158d28[_0x4bb7e9(0x248)],'description':'Feature\x20review\x20name','demandOption':!![]})['option']('description',{'type':'string','alias':'d','description':_0x158d28['DbJVE']})[_0x4bb7e9(0x1f3)]('checklist',{'type':_0x158d28['wMAwY'],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})[_0x4bb7e9(0x1f3)](_0x158d28[_0x4bb7e9(0x1db)],{'type':_0x158d28[_0x4bb7e9(0x198)],'hidden':!![]});},async _0x3ea5aa=>{const _0xf7820c=_0x200256;warnRenamed(_0x158d28[_0xf7820c(0x234)],_0xf7820c(0x1dd)),_0x158d28['vEnvv'](warnFlagRenamed,'ranger\x20create',_0x158d28['CaltF'],_0xf7820c(0x1c0));const _0x221f44=_0x3ea5aa['scenario']||_0x3ea5aa[_0xf7820c(0x1a5)];await withTelemetry(_0xf7820c(0x189),()=>featureCreate(_0x3ea5aa[_0xf7820c(0x1bd)],{'description':_0x3ea5aa['description'],'scenarios':_0x221f44}));})[_0x200256(0x1be)](_0x158d28[_0x200256(0x144)],![],_0x292e3b=>{const _0x4b3692=_0x200256;return _0x292e3b['option'](_0x158d28['qKxMq'],{'type':_0x158d28['wVuNO'],'description':_0x158d28[_0x4b3692(0x1cf)]})[_0x4b3692(0x1f3)](_0x4b3692(0x1d2),{'type':_0x158d28[_0x4b3692(0x192)],'alias':'l','description':_0x158d28[_0x4b3692(0x1c7)],'default':0xa})['option'](_0x158d28[_0x4b3692(0x18f)],{'type':'number','alias':'o','description':_0x158d28[_0x4b3692(0x1fa)],'default':0x0})['option'](_0x158d28['ZYTyR'],{'type':'boolean','alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x458a99=>{const _0x2f4b00=_0x200256;_0x158d28[_0x2f4b00(0x226)](warnRenamed,_0x158d28['ImWqv'],_0x2f4b00(0xfd)),await withTelemetry(_0x158d28['ZtCRR'],()=>featureList({'currentBranch':_0x458a99[_0x2f4b00(0x1e6)],'limit':_0x458a99['limit'],'offset':_0x458a99[_0x2f4b00(0x1c8)],'includeDeleted':_0x458a99[_0x2f4b00(0x1ca)]}));})[_0x200256(0x1be)]('show\x20[id]',![],_0x46a9a3=>{const _0x27def4=_0x200256;return _0x46a9a3[_0x27def4(0x1ac)]('id',{'type':_0x27def4(0x24a),'description':_0x158d28['MJNuU']});},async _0x359cb8=>{const _0x19b09a=_0x200256;_0x158d28['wfsWG'](warnRenamed,_0x158d28[_0x19b09a(0x18a)],_0x19b09a(0x1da)),await withTelemetry('feature\x20show',()=>featureShow(_0x359cb8['id']));})[_0x200256(0x1be)](_0x158d28[_0x200256(0x141)],![],_0x401a20=>{const _0x35ede7=_0x200256;return _0x401a20['positional']('id',{'type':_0x158d28[_0x35ede7(0x248)],'description':_0x35ede7(0x100)});},async _0xb156ad=>{const _0x3f16d6=_0x200256;_0x158d28['wfsWG'](warnRenamed,_0x158d28[_0x3f16d6(0x179)],_0x3f16d6(0x235)),await _0x158d28['KbIkw'](withTelemetry,'feature\x20resume',()=>featureResume(_0xb156ad['id']));})[_0x200256(0x1be)](_0x200256(0x1ff),![],_0x11f524=>{const _0x567181=_0x200256;return _0x11f524['positional'](_0x158d28['VDQzC'],{'type':_0x158d28['ToOjR'],'description':_0x567181(0x1ec),'demandOption':!![]})['option']('id',{'type':_0x567181(0x24a),'description':_0x158d28[_0x567181(0x23a)]});},async _0x28f6b1=>{const _0x4aacb1=_0x200256;_0x158d28['wfsWG'](warnRenamed,_0x158d28[_0x4aacb1(0xfe)],'ranger\x20add-scenario'),await _0x158d28['wfsWG'](withTelemetry,_0x4aacb1(0x113),()=>featureAddScenario(_0x28f6b1[_0x4aacb1(0x149)],_0x28f6b1['id']));})['command'](_0x158d28['TRKlz'],![],_0x57510e=>{const _0x1cd10d=_0x200256;return _0x57510e['positional']('id',{'type':'string','description':_0x158d28[_0x1cd10d(0x23a)]});},async _0x63e684=>{const _0x4eb21a=_0x200256;warnRenamed(_0x4eb21a(0x275),'ranger\x20get-review'),await _0x158d28[_0x4eb21a(0x226)](withTelemetry,_0x158d28[_0x4eb21a(0x177)],()=>featureGetReview(_0x63e684['id']));})['command'](_0x158d28[_0x200256(0xfa)],![],_0x130e78=>{return _0x130e78['positional']('id',{'type':_0x158d28['ToOjR'],'description':'Feature\x20review\x20ID'});},async _0x6dc63d=>{const _0x846f79=_0x200256;warnRenamed(_0x158d28[_0x846f79(0x251)],_0x158d28[_0x846f79(0x1e7)]),await withTelemetry(_0x158d28[_0x846f79(0x135)],()=>featureDelete(_0x6dc63d['id']));})[_0x200256(0x1be)]('restore\x20<id>',![],_0x1cad39=>{const _0x46f286=_0x200256;return _0x1cad39[_0x46f286(0x1ac)]('id',{'type':_0x158d28[_0x46f286(0x248)],'description':_0x158d28[_0x46f286(0x185)],'demandOption':!![]});},async _0xc76692=>{const _0x8bf514=_0x200256;warnRenamed(_0x158d28['OMOMp'],'ranger\x20restore'),await _0x158d28[_0x8bf514(0x10d)](withTelemetry,_0x158d28[_0x8bf514(0x258)],()=>featureRestore(_0xc76692['id']));})[_0x200256(0x124)](0x1,_0x158d28['NWqAb']);})['command'](_0x117b27(0x1df),![],_0x18b7db=>{const _0x508bb4=_0x117b27,_0x1bf8ac={'FfPjY':function(_0xaa04af,_0x1f8099,_0x3918d6){return _0xaa04af(_0x1f8099,_0x3918d6);},'JlbKS':_0x508bb4(0x201),'JBHJD':'string','SyZeV':_0x508bb4(0x1aa),'mumKt':'Enable\x20Ranger\x20hooks\x20for\x20this\x20session','uksCm':_0x508bb4(0x223),'ZnjYe':_0x508bb4(0x272),'oEOqX':_0x508bb4(0x146),'NJXSo':_0x508bb4(0x239)};return _0x18b7db[_0x508bb4(0x1be)](_0x1bf8ac[_0x508bb4(0x102)],_0x1bf8ac[_0x508bb4(0x1e8)],_0x3032b1=>{const _0x1da5f7=_0x508bb4;return _0x3032b1['option'](_0x1da5f7(0x146),{'type':'string','description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x394c14=>{const _0x25c372=_0x508bb4;await _0x1bf8ac[_0x25c372(0x20f)](withTelemetry,_0x1bf8ac[_0x25c372(0x191)],()=>hook('enable',_0x394c14[_0x25c372(0x146)]));})[_0x508bb4(0x1be)](_0x1bf8ac['uksCm'],'Disable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x53d7fb=>{const _0x435bee=_0x508bb4;return _0x53d7fb['option'](_0x435bee(0x146),{'type':_0x1bf8ac[_0x435bee(0x19c)],'description':_0x435bee(0x239)});},async _0x28c9ca=>{const _0x592374=_0x508bb4;await withTelemetry('hook:disable',()=>hook(_0x592374(0x223),_0x28c9ca[_0x592374(0x146)]));})[_0x508bb4(0x1f3)]('name',{'type':_0x508bb4(0x24a),'description':_0x1bf8ac['ZnjYe']})[_0x508bb4(0x1f3)](_0x1bf8ac[_0x508bb4(0x119)],{'type':_0x508bb4(0x24a),'description':_0x1bf8ac[_0x508bb4(0x109)]});},async _0x52b9ce=>{const _0x38016c=_0x117b27;_0x52b9ce[_0x38016c(0x1bd)]&&await hook(_0x52b9ce['name'],_0x52b9ce['session-id']);})[_0x117b27(0x124)](0x1,_0x117b27(0x216))['strictCommands']()[_0x117b27(0x193)](async(_0x31dd51,_0x465ee4,_0xf899)=>{const _0x170020=_0x117b27,_0x5519cc={'gzeKa':function(_0x7198dd,_0x47fd23){return _0x7198dd(_0x47fd23);},'cJGvx':function(_0x5e4cc0,_0x3a214d,_0xc46451){return _0x5e4cc0(_0x3a214d,_0xc46451);},'dnQzm':_0x170020(0x116),'LFPpv':function(_0x2a2f5d,_0x3e480b){return _0x2a2f5d(_0x3e480b);},'xxvvm':function(_0x32fa2d){return _0x32fa2d();},'wyskO':_0x170020(0x18c)},_0x3a3116=_0x5519cc['gzeKa'](sanitizeArgs,process[_0x170020(0x204)][_0x170020(0x20e)](0x2)),_0x94c696=_0x5519cc['cJGvx'](getErrorType,_0x31dd51,_0x465ee4);if(_0x31dd51&&_0x31dd51[_0x170020(0x20b)]('Unknown\x20command')){const _0x4208ab=process['argv'][0x2];console['error'](_0x170020(0x243)+_0x4208ab),console['error'](_0x5519cc[_0x170020(0x145)]);}else{if(_0x31dd51)console[_0x170020(0x13e)]('\x0a'+_0x31dd51+'\x0a');else _0x465ee4&&console[_0x170020(0x13e)](_0x170020(0x23f)+_0x465ee4['message']+'\x0a');}await _0x5519cc[_0x170020(0x1f7)](logDesirePath,{'rawCommand':_0x3a3116,'errorMessage':_0x31dd51||_0x465ee4?.[_0x170020(0x140)],'errorType':_0x94c696});const _0x526358=_0x5519cc[_0x170020(0x16b)](getCurrentCollector);_0x526358&&await _0x526358[_0x170020(0x105)](_0x465ee4||new Error(_0x31dd51||_0x5519cc['wyskO'])),process['exit'](0x1);})[_0x117b27(0x219)]('Documentation:\x0a'+_0x117b27(0x174)+'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)')[_0x117b27(0x106)]()['alias']('help','h')[_0x117b27(0x161)]();
@@ -1 +1 @@
1
- (function(_0x20e753,_0x231b93){const _0x589c26=_0x4b5d,_0x1759a5=_0x20e753();while(!![]){try{const _0x17c744=-parseInt(_0x589c26(0x13c))/0x1*(parseInt(_0x589c26(0x16a))/0x2)+parseInt(_0x589c26(0x12a))/0x3*(parseInt(_0x589c26(0x16d))/0x4)+-parseInt(_0x589c26(0x13b))/0x5*(-parseInt(_0x589c26(0x18c))/0x6)+parseInt(_0x589c26(0x18d))/0x7*(-parseInt(_0x589c26(0x11f))/0x8)+-parseInt(_0x589c26(0x12e))/0x9*(-parseInt(_0x589c26(0x139))/0xa)+-parseInt(_0x589c26(0x166))/0xb+parseInt(_0x589c26(0x165))/0xc*(parseInt(_0x589c26(0x172))/0xd);if(_0x17c744===_0x231b93)break;else _0x1759a5['push'](_0x1759a5['shift']());}catch(_0x2c23b9){_0x1759a5['push'](_0x1759a5['shift']());}}}(_0x1515,0x8c93c));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';import _0x2e079b from'inquirer';import{chromium}from'playwright';import{findExistingEnv}from'./utils/settings.js';import{encrypt}from'./utils/crypto.js';function _0x4b5d(_0x328c56,_0x4ee686){_0x328c56=_0x328c56-0x11f;const _0x15152=_0x1515();let _0x4b5d88=_0x15152[_0x328c56];return _0x4b5d88;}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(_0x143219){const _0x220f78=_0x4b5d,_0x14f91c={'WbFke':function(_0x16ad0f,_0x4096a6,_0x574893){return _0x16ad0f(_0x4096a6,_0x574893);},'gmUMB':'manual','lMYHs':function(_0xd751a3,_0x3176b7){return _0xd751a3(_0x3176b7);},'aWxVC':function(_0x2e131b,_0xd64e29){return _0x2e131b<_0xd64e29;},'RnqVb':_0x220f78(0x131),'NnLtZ':_0x220f78(0x122),'rBWCS':_0x220f78(0x149)};try{const _0x521bbc=new AbortController(),_0x2debef=_0x14f91c['WbFke'](setTimeout,()=>_0x521bbc['abort'](),0x1388),_0x5160ab=await fetch(_0x143219,{'method':'HEAD','signal':_0x521bbc[_0x220f78(0x162)],'redirect':_0x14f91c['gmUMB']});_0x14f91c['lMYHs'](clearTimeout,_0x2debef);if(_0x14f91c[_0x220f78(0x143)](_0x5160ab['status'],0x190))return{'ok':!![]};return{'ok':![],'error':_0x220f78(0x137)+_0x5160ab[_0x220f78(0x19a)]};}catch(_0x275247){const _0x408824=_0x275247,_0x36a9cf=_0x408824['message']||_0x14f91c['lMYHs'](String,_0x275247),_0x21b558=_0x36a9cf[_0x220f78(0x133)](_0x14f91c[_0x220f78(0x189)])||_0x408824[_0x220f78(0x142)]===_0x14f91c[_0x220f78(0x158)]||_0x36a9cf['includes'](_0x14f91c[_0x220f78(0x14a)]);return{'ok':![],'error':_0x36a9cf,'isProtocolError':_0x21b558};}}function _0x1515(){const _0x69b5ef=['overwrite','Enter\x20a\x20different\x20URL','\x0a\x20\x20\x20โš \x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','utf-8','What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','push','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','RnqVb','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','\x20\x20ranger\x20profile\x20add\x20','417522rlWLBS','3497606MRgxog','url_setup','error','Saving\x20authentication\x20state...','length','isProtocolError','now','path','continue','catch','safeMode','VGlYx','legacy','status','\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','local','config_write','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','kZeOq','16HQtxTU','โš \x20Could\x20not\x20reach\x20','Profile\x20\x22','TypeError','\x20\x20\x20Creating\x20it\x20in\x20','confirm','force','oxvYj','url','\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','IOPMJ','85548UZGcGT','vuvjM','Xoqua','root\x20(.ranger/)','36klutBC','test','stdout','Invalid\x20URL','.tmp-','includes','prompt','trim','isElectron','HTTP\x20','\x0a\x20\x20Still\x20could\x20not\x20reach\x20','551500BnakwW','Removed\x20existing\x20profile\x20at\x20','35yXJYVO','3iJNKXN','This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','\x22\x20configured','AyFxe','jBEqS','Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):','name','aWxVC','trackPhaseEnd','\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','\x0a๐Ÿ”Œ\x20CDP\x20Profile\x20Setup\x0a','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20','GuvqT','fetch\x20failed','rBWCS','swgaD','\x0a๐ŸŒ\x20Profile\x20Setup\x0a','http://localhost:3000','RmLry','wXyHf','Aborted.','stringify','You\x20can\x20try\x20again\x20with\x20one\x20of:','log','use_suggestion','aBvwg','about:blank','guoMq','NnLtZ','.enc','ZWVdg','trackPhaseStart','--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.','VugTr','\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','settings.json','--disable-features=WebBluetooth','signal','\x0a๐Ÿ“‹\x20Authentication\x20Setup','VCNdB','1116YfqIeY','10756031buXKcC','pkBvH','stdin','HRkcX','361058lMsRRS','AqFpJ','โœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','88EvEkER','USTIw','action','\x22\x20already\x20exists\x20in\x20','\x20would\x20shadow\x20the\x20existing\x20profile.','245947VVqjoR','\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','newContext','browser_auth','allowInsecureLocalhost','retry','\x0a\x20\x20Profile\x20\x22','xlICS','shouldReplace','cdpEndpoint','skipAuth','bcoar','location','\x0aโš ๏ธ\x20\x20Profile\x20\x22','Delete\x20existing\x20and\x20create\x20new\x20in\x20','\x20(continuing\x20with\x20--force)'];_0x1515=function(){return _0x69b5ef;};return _0x1515();}export async function addEnv(_0x14504f,_0x5b0858={},_0x19cea2){const _0x279e9a=_0x4b5d,_0xc1ab3={'AqFpJ':_0x279e9a(0x190),'aBvwg':_0x279e9a(0x19c),'wXyHf':function(_0xe7c136,_0x346195,_0x2fd698,_0x5a0244){return _0xe7c136(_0x346195,_0x2fd698,_0x5a0244);},'Xoqua':function(_0x27d0ce){return _0x27d0ce();},'OEcYQ':function(_0x505319,_0x2fa968){return _0x505319!==_0x2fa968;},'swgaD':'--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','bcoar':_0x279e9a(0x15c),'vRyun':function(_0x3a3f01,_0x5ba0fa){return _0x3a3f01(_0x5ba0fa);},'IOPMJ':_0x279e9a(0x19e),'kZeOq':_0x279e9a(0x182),'msUyd':_0x279e9a(0x150),'HYhSS':function(_0x40e284,_0x39ff0b){return _0x40e284===_0x39ff0b;},'pPutA':_0x279e9a(0x12d),'HOSWy':_0x279e9a(0x17a),'DEqpG':_0x279e9a(0x146),'HNzUH':_0x279e9a(0x173),'ZWVdg':_0x279e9a(0x128),'TCqHw':'baseUrl','AMLbZ':_0x279e9a(0x141),'jBEqS':function(_0x1b931d,_0x1057bd){return _0x1b931d||_0x1057bd;},'oqHeN':function(_0x638d66,_0x202f2d){return _0x638d66(_0x202f2d);},'RmLry':_0x279e9a(0x16f),'ZBgaf':_0x279e9a(0x154),'oxvYj':_0x279e9a(0x183),'USTIw':_0x279e9a(0x18e),'vuvjM':function(_0x4deb46,_0x5eecfe,_0x3d1d07){return _0x4deb46(_0x5eecfe,_0x3d1d07);},'pkBvH':'auth.json','xlICS':_0x279e9a(0x175),'VCNdB':_0x279e9a(0x163),'VGlYx':_0x279e9a(0x15e),'uCULN':'\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','VugTr':_0x279e9a(0x156),'GuvqT':'\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','HRkcX':_0x279e9a(0x152),'aJUoH':'Browser\x20closed\x20before\x20authentication\x20was\x20saved.','AyFxe':_0x279e9a(0x18a),'UpAQW':_0x279e9a(0x19d),'LmrWR':function(_0x5e9255,_0x3d2f6f,_0x5cc83b){return _0x5e9255(_0x3d2f6f,_0x5cc83b);},'zkVDj':_0x279e9a(0x160),'guoMq':function(_0x278bfe,_0x1a41bb,_0x16c745){return _0x278bfe(_0x1a41bb,_0x16c745);},'ZtxFG':'Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.'},_0xad404b=_0x5b0858['ci']??![],_0x59dcd6=_0xad404b?'ci':_0xc1ab3[_0x279e9a(0x155)],_0x3dc1ab=_0xc1ab3[_0x279e9a(0x14f)](join,_0xc1ab3[_0x279e9a(0x12c)](getRangerDir),_0x59dcd6,_0x14504f),_0x28b212=join(getRangerDir(),_0x59dcd6);if(_0xc1ab3['OEcYQ'](_0x5b0858['cdpEndpoint'],undefined)&&_0x5b0858[_0x279e9a(0x17b)][_0x279e9a(0x135)]()==='')throw new Error(_0xc1ab3[_0x279e9a(0x14b)]);if(_0x5b0858[_0x279e9a(0x17b)]&&_0x5b0858[_0x279e9a(0x127)])throw new Error(_0xc1ab3[_0x279e9a(0x17d)]);if(_0x5b0858['cdpEndpoint']&&_0x5b0858['ci'])throw new Error('--ci\x20and\x20--cdp-endpoint\x20cannot\x20be\x20used\x20together.\x20Electron/CDP\x20profiles\x20only\x20work\x20with\x20a\x20locally\x20running\x20app\x20and\x20are\x20not\x20supported\x20in\x20CI.');const _0x4c6be9=_0xc1ab3['vRyun'](Boolean,_0x5b0858['cdpEndpoint']),_0x3d6b27=!_0x5b0858[_0x279e9a(0x17c)]&&!_0x4c6be9,_0x2bf509=process[_0x279e9a(0x168)]['isTTY']&&process[_0x279e9a(0x130)]['isTTY'];if(!_0x2bf509&&!_0x5b0858[_0x279e9a(0x127)]&&!_0x4c6be9)throw new Error(_0xc1ab3[_0x279e9a(0x129)]);const _0x35970d=findExistingEnv(_0x14504f);let _0x20b199=null;if(_0x35970d){if(!_0x2bf509)_0x20b199=_0x35970d;else{if(_0x35970d[_0x279e9a(0x17e)]===_0x59dcd6){const {overwrite:_0xaed841}=await _0x2e079b['prompt']([{'type':_0x279e9a(0x124),'name':_0xc1ab3[_0x279e9a(0x19f)],'message':_0x279e9a(0x121)+_0x14504f+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0xaed841){console['log'](_0xc1ab3['msUyd']);return;}_0x20b199=_0x35970d;}else{const _0xb7bc2c=_0xc1ab3['HYhSS'](_0x35970d[_0x279e9a(0x17e)],_0x279e9a(0x199))?_0xc1ab3['pPutA']:_0x35970d[_0x279e9a(0x17e)];console['error'](_0x279e9a(0x17f)+_0x14504f+_0x279e9a(0x170)+_0xb7bc2c+':\x20'+_0x35970d[_0x279e9a(0x194)]),console['error'](_0x279e9a(0x123)+_0x59dcd6+_0x279e9a(0x171));const {shouldReplace:_0x2cf935}=await _0x2e079b[_0x279e9a(0x134)]([{'type':'confirm','name':_0xc1ab3['HOSWy'],'message':_0x279e9a(0x180)+_0x59dcd6+'?','default':![]}]);if(!_0x2cf935){console['log'](_0xc1ab3['msUyd']);return;}_0x20b199=_0x35970d;}}}_0x19cea2?.[_0x279e9a(0x15b)]('url_setup');let _0x1626fd='';if(_0x4c6be9)console[_0x279e9a(0x153)](_0xc1ab3['DEqpG']),console['log']('\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20'+_0x5b0858[_0x279e9a(0x17b)]),console[_0x279e9a(0x153)](_0xc1ab3['HNzUH']);else{if(_0x5b0858[_0x279e9a(0x127)]){_0x1626fd=_0x5b0858['url'];const _0x672d8f=await checkUrlReachability(_0x1626fd);if(!_0x672d8f['ok']&&!_0x5b0858[_0x279e9a(0x125)])throw new Error('Could\x20not\x20reach\x20'+_0x1626fd+':\x20'+_0x672d8f['error']+'\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.');!_0x672d8f['ok']&&_0x5b0858['force']&&console['log'](_0x279e9a(0x120)+_0x1626fd+':\x20'+_0x672d8f['error']+_0x279e9a(0x181));}else{console['log'](_0x279e9a(0x14c)),console[_0x279e9a(0x153)]('\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.'),console['log'](_0xc1ab3[_0x279e9a(0x15a)]);let _0x590925=![];while(!![]){const _0x48dd49=await _0x2e079b['prompt']([{'type':'input','name':_0xc1ab3['TCqHw'],'message':_0x590925?_0xc1ab3['AMLbZ']:_0x279e9a(0x186),'default':_0xc1ab3[_0x279e9a(0x140)](_0x1626fd,_0x279e9a(0x14d))}]);_0x1626fd=_0x48dd49['baseUrl'];const _0x31ecac=await _0xc1ab3['oqHeN'](checkUrlReachability,_0x1626fd);if(_0x31ecac['ok'])break;const _0x2a96ac=/^[a-zA-Z][\w+.-]*:\/\//[_0x279e9a(0x12f)](_0x1626fd),_0x593c88=_0x31ecac[_0x279e9a(0x192)]&&!_0x2a96ac,_0x314a24=_0x593c88?'http://'+_0x1626fd:null;_0x590925=!![],console[_0x279e9a(0x153)]('\x0a\x20\x20Could\x20not\x20reach\x20'+_0x1626fd+':\x20'+_0x31ecac[_0x279e9a(0x18f)]);_0x314a24&&console[_0x279e9a(0x153)]('\x20\x20Did\x20you\x20mean\x20'+_0x314a24+'?');const {action:_0x44cf49}=await _0x2e079b[_0x279e9a(0x134)]([{'type':'list','name':_0xc1ab3[_0x279e9a(0x14e)],'message':'What\x20would\x20you\x20like\x20to\x20do?','choices':[..._0x314a24?[{'name':'Use\x20'+_0x314a24,'value':_0xc1ab3['ZBgaf']}]:[],{'name':_0xc1ab3[_0x279e9a(0x126)],'value':_0x279e9a(0x177)},{'name':'Continue\x20anyway','value':_0x279e9a(0x195)}]}]);if(_0x44cf49==='use_suggestion'&&_0x314a24){_0x1626fd=_0x314a24;const _0x10a85d=await checkUrlReachability(_0x1626fd);if(_0x10a85d['ok'])break;console[_0x279e9a(0x153)](_0x279e9a(0x138)+_0x1626fd+':\x20'+_0x10a85d['error']);}else{if(_0xc1ab3['HYhSS'](_0x44cf49,_0x279e9a(0x195)))break;}}}}_0x19cea2?.['trackPhaseEnd'](_0xc1ab3[_0x279e9a(0x16e)]),await _0xc1ab3['vuvjM'](mkdir,_0x28b212,{'recursive':!![]});const _0x3725b0=await _0xc1ab3['vRyun'](mkdtemp,_0xc1ab3[_0x279e9a(0x12b)](join,_0x28b212,_0x279e9a(0x132)+_0x14504f+'-')),_0x2bfdff=join(_0x3725b0,_0xc1ab3[_0x279e9a(0x167)]);try{if(_0x3d6b27){_0x19cea2?.[_0x279e9a(0x15b)](_0xc1ab3['xlICS']),console['log'](_0xc1ab3[_0x279e9a(0x164)]),console['log'](_0xc1ab3[_0x279e9a(0x198)]),console[_0x279e9a(0x153)](_0x279e9a(0x145));!_0x2bf509?(console[_0x279e9a(0x153)](_0x279e9a(0x184)),console['log'](_0xc1ab3['uCULN'])):console['log']('');await new Promise(_0x32f052=>setTimeout(_0x32f052,0xbb8));const _0x169144=[];_0x5b0858['safeMode']&&_0x169144[_0x279e9a(0x187)](_0x279e9a(0x161));const _0x561511=await chromium['launch']({'headless':![],..._0x169144[_0x279e9a(0x191)]>0x0?{'args':_0x169144}:{}});try{const _0xb4695d=await _0x561511[_0x279e9a(0x174)]();await addProfileSetupBanner(_0xb4695d);const _0x366e43=await _0xb4695d['newPage']();await _0x366e43['goto'](_0x1626fd||_0xc1ab3[_0x279e9a(0x15d)]);let _0x30e6d7=![];await new Promise(_0x282410=>{_0x366e43['on']('close',async()=>{const _0x54e675=_0x4b5d;try{console['log'](_0xc1ab3[_0x54e675(0x16b)]),await _0xb4695d['storageState']({'path':_0x2bfdff}),_0x30e6d7=!![];}catch{}_0x282410();});});if(!_0x30e6d7){console[_0x279e9a(0x153)](_0xc1ab3[_0x279e9a(0x148)]);!_0x5b0858[_0x279e9a(0x197)]&&(console['log'](_0x279e9a(0x13d)),console['log'](_0xc1ab3[_0x279e9a(0x169)]),console['log'](_0x279e9a(0x18b)+_0x14504f+'\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)'),console[_0x279e9a(0x153)](_0x279e9a(0x18b)+_0x14504f+_0x279e9a(0x15f)));throw new Error(_0xc1ab3['aJUoH']);}}finally{await _0x561511['close']()[_0x279e9a(0x196)](()=>{});}if(_0xad404b){const _0x70b47=await readFile(_0x2bfdff,_0x279e9a(0x185)),_0x8b533d=await getToken();if(!_0x8b533d){console[_0x279e9a(0x18f)](_0x279e9a(0x19b)),await unlink(_0x2bfdff)[_0x279e9a(0x196)](()=>{});throw new Error('Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.');}else{const _0x3131ff=_0xc1ab3[_0x279e9a(0x12b)](encrypt,_0x70b47,_0x8b533d);await writeFile(_0x2bfdff+_0x279e9a(0x159),_0x3131ff),await unlink(_0x2bfdff),console[_0x279e9a(0x153)](_0x279e9a(0x16c)+_0x2bfdff+_0x279e9a(0x159)),console['log'](_0x279e9a(0x188)),console['log'](_0xc1ab3[_0x279e9a(0x13f)]);}}else console['log']('โœ“\x20Auth\x20state\x20saved\x20to:\x20'+_0x2bfdff);_0x19cea2?.['trackPhaseEnd'](_0xc1ab3[_0x279e9a(0x179)]);}_0x19cea2?.['trackPhaseStart'](_0xc1ab3['UpAQW']);const _0x37c2b4={};_0x1626fd&&(_0x37c2b4['baseUrl']=_0x1626fd);_0x5b0858['cdpEndpoint']&&(_0x37c2b4[_0x279e9a(0x17b)]=_0x5b0858[_0x279e9a(0x17b)],_0x37c2b4[_0x279e9a(0x136)]=!![]);_0x5b0858[_0x279e9a(0x176)]&&(_0x37c2b4[_0x279e9a(0x176)]=!![]);_0x5b0858['safeMode']&&(_0x37c2b4['safeMode']=!![]);await writeFile(_0xc1ab3['LmrWR'](join,_0x3725b0,_0xc1ab3['zkVDj']),JSON[_0x279e9a(0x151)](_0x37c2b4,null,0x2)),console[_0x279e9a(0x153)]('โœ“\x20Created\x20settings:\x20'+join(_0x3dc1ab,_0xc1ab3['zkVDj']));if(_0x20b199?.['location']===_0x59dcd6){const _0x2288e2=_0x20b199[_0x279e9a(0x194)]+'.backup-'+Date[_0x279e9a(0x193)]();await rename(_0x20b199['path'],_0x2288e2);try{await rename(_0x3725b0,_0x3dc1ab);}catch(_0x9bf091){await rename(_0x2288e2,_0x20b199[_0x279e9a(0x194)]);throw _0x9bf091;}try{await _0xc1ab3[_0x279e9a(0x157)](rm,_0x2288e2,{'recursive':!![]});}catch{console['log']('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20'+_0x2288e2);}}else{await _0xc1ab3[_0x279e9a(0x12b)](rename,_0x3725b0,_0x3dc1ab);if(_0x20b199)try{await _0xc1ab3[_0x279e9a(0x157)](rm,_0x20b199['path'],{'recursive':!![]}),console['log'](_0x279e9a(0x13a)+_0x20b199['path']);}catch{console[_0x279e9a(0x153)](_0x279e9a(0x147)+_0x20b199[_0x279e9a(0x194)]);}}try{await writeActiveProfileName(_0x14504f),console['log']('\x20\x20Set\x20active\x20profile:\x20'+_0x14504f);}catch{console['log'](_0xc1ab3['ZtxFG']);}_0x19cea2?.[_0x279e9a(0x144)]('config_write'),console['log'](_0x279e9a(0x178)+_0x14504f+_0x279e9a(0x13e));}catch(_0x417210){await rm(_0x3725b0,{'recursive':!![],'force':!![]});throw _0x417210;}}
1
+ (function(_0x48c670,_0x541041){const _0x21a40f=_0xa158,_0x6bd74b=_0x48c670();while(!![]){try{const _0x1b24a6=parseInt(_0x21a40f(0x175))/0x1*(-parseInt(_0x21a40f(0x152))/0x2)+parseInt(_0x21a40f(0x136))/0x3+-parseInt(_0x21a40f(0x18d))/0x4+-parseInt(_0x21a40f(0x168))/0x5*(-parseInt(_0x21a40f(0x17f))/0x6)+-parseInt(_0x21a40f(0x177))/0x7*(parseInt(_0x21a40f(0x160))/0x8)+-parseInt(_0x21a40f(0x137))/0x9*(parseInt(_0x21a40f(0x1a3))/0xa)+-parseInt(_0x21a40f(0x13b))/0xb*(-parseInt(_0x21a40f(0x185))/0xc);if(_0x1b24a6===_0x541041)break;else _0x6bd74b['push'](_0x6bd74b['shift']());}catch(_0xefd991){_0x6bd74b['push'](_0x6bd74b['shift']());}}}(_0x486c,0x47215));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';import _0x15cd0b from'inquirer';import{chromium}from'playwright';import{findExistingEnv}from'./utils/settings.js';function _0xa158(_0x5c97d9,_0x55f7ac){_0x5c97d9=_0x5c97d9-0x131;const _0x486c2c=_0x486c();let _0xa158a5=_0x486c2c[_0x5c97d9];return _0xa158a5;}import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getRangerDir}from'./utils/rangerRoot.js';function _0x486c(){const _0x5e445b=['Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20','browser_auth','uqrTO','NcnoD','length','QxkKw','use_suggestion','Use\x20','180LQgGAN','\x0a\x20\x20Still\x20could\x20not\x20reach\x20','xstTw','.backup-','message','--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','โœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','trim','TPEjH','YOdxz','root\x20(.ranger/)','\x0aโš ๏ธ\x20\x20Profile\x20\x22','922191PLKejO','189090PcUeeX','force','Delete\x20existing\x20and\x20create\x20new\x20in\x20','gTdmO','5330985XuUuSo','eCPIY','--disable-features=WebBluetooth','EvYAr','isElectron','โš \x20Could\x20not\x20reach\x20','What\x20would\x20you\x20like\x20to\x20do?','tpYbh','Aborted.','yNepY','\x20\x20Did\x20you\x20mean\x20','log','close','allowInsecureLocalhost','cisgj','\x20(continuing\x20with\x20--force)','location','gIjUL','\x20\x20Set\x20active\x20profile:\x20','hFIOW','jrKvq','\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','zYbzE','20GQivEX','trackPhaseStart','config_write','cdpEndpoint','.enc','\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','http://','dppqp','overwrite','Could\x20not\x20reach\x20','hmQxI','name','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','test','8useiOI','retry','baseUrl','settings.json','prompt','QRqtg','This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','.tmp-','356045LoMxvG','\x0a๐Ÿ“‹\x20Authentication\x20Setup','http://localhost:3000','\x0a\x20\x20\x20โš \x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','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','url','tczkT','iKRIS','signal','Bhszm','What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','error','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','12563VnnrVG','TypeError','1820189iVrkwU','Invalid\x20URL','fcBzl','Browser\x20closed\x20before\x20authentication\x20was\x20saved.','MdgJh','list','\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','newContext','24chDEOk','DHPBJ','catch','isTTY','\x20\x20ranger\x20profile\x20add\x20','stdout','24BWrrMk','\x20\x20\x20Creating\x20it\x20in\x20','\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20','azzTA','OgUiF','FwArw','storageState','โœ“\x20Auth\x20state\x20saved\x20to:\x20','2025268ROhUDf','\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.','--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.','xIoup','stringify','trackPhaseEnd','FHNLI','includes','dWynW','\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','Profile\x20\x22','safeMode','Saving\x20authentication\x20state...','path'];_0x486c=function(){return _0x5e445b;};return _0x486c();}import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0xba525a){const _0x4902f4=_0xa158,_0x1c6002={'jIlIE':function(_0x56ffca,_0x63a34d,_0x264629){return _0x56ffca(_0x63a34d,_0x264629);},'fcBzl':function(_0x67d57,_0x24c1f2,_0x23f37a){return _0x67d57(_0x24c1f2,_0x23f37a);},'NcnoD':function(_0x300f9a,_0x253469){return _0x300f9a(_0x253469);},'YOdxz':function(_0x271fa4,_0x314241){return _0x271fa4===_0x314241;}};try{const _0x4f861a=new AbortController(),_0x418ef9=_0x1c6002['jIlIE'](setTimeout,()=>_0x4f861a['abort'](),0x1388),_0x1f0161=await _0x1c6002[_0x4902f4(0x179)](fetch,_0xba525a,{'method':'HEAD','signal':_0x4f861a[_0x4902f4(0x170)],'redirect':'manual'});_0x1c6002[_0x4902f4(0x19e)](clearTimeout,_0x418ef9);if(_0x1f0161['status']<0x190)return{'ok':!![]};return{'ok':![],'error':'HTTP\x20'+_0x1f0161['status']};}catch(_0x409485){const _0x297081=_0x409485,_0x4128c5=_0x297081[_0x4902f4(0x1a7)]||String(_0x409485),_0x16f935=_0x4128c5['includes'](_0x4902f4(0x178))||_0x1c6002[_0x4902f4(0x133)](_0x297081[_0x4902f4(0x15d)],_0x4902f4(0x176))||_0x4128c5[_0x4902f4(0x194)]('fetch\x20failed');return{'ok':![],'error':_0x4128c5,'isProtocolError':_0x16f935};}}export async function addEnv(_0x3aaf56,_0x3c8ff2={},_0x43cbe6){const _0x3765d5=_0xa158,_0x3f7775={'OlShj':_0x3765d5(0x199),'eCPIY':_0x3765d5(0x147),'azzTA':'local','BueNw':function(_0x5f54bb,_0x51ce1e,_0x26f776,_0x8c4f31){return _0x5f54bb(_0x51ce1e,_0x26f776,_0x8c4f31);},'QzwFm':function(_0x22ca51,_0x58f4c0){return _0x22ca51!==_0x58f4c0;},'bqruC':_0x3765d5(0x1a8),'qzLCm':_0x3765d5(0x18f),'EvYAr':function(_0x3e3a31,_0x230216){return _0x3e3a31(_0x230216);},'zYbzE':_0x3765d5(0x16c),'Bhszm':function(_0x554d7d,_0x545573){return _0x554d7d(_0x545573);},'OgUiF':function(_0x367a7c,_0x1fdcef){return _0x367a7c===_0x1fdcef;},'dppqp':function(_0x2fab78,_0x16b2b1){return _0x2fab78===_0x16b2b1;},'tbpVT':'shouldReplace','cisgj':'\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','VRLZr':function(_0x10d3ea,_0x8df44a){return _0x10d3ea(_0x8df44a);},'gIjUL':'\x0a๐ŸŒ\x20Profile\x20Setup\x0a','DHPBJ':_0x3765d5(0x17d),'FMAST':'\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','uqrTO':'input','xIoup':function(_0x1ac202,_0x229eca){return _0x1ac202||_0x229eca;},'jNVhn':_0x3765d5(0x16a),'gTdmO':_0x3765d5(0x1a1),'hmQxI':'Enter\x20a\x20different\x20URL','dWynW':'Continue\x20anyway','UDLIn':'continue','FHNLI':function(_0x4f105a,_0xd294f9,_0x2e33c9){return _0x4f105a(_0xd294f9,_0x2e33c9);},'iKRIS':'auth.json','QRqtg':_0x3765d5(0x19c),'dgaPZ':'\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','btTmm':_0x3765d5(0x196),'dVsqM':_0x3765d5(0x13d),'tpYbh':function(_0x532ccc,_0x162575){return _0x532ccc>_0x162575;},'jrKvq':'about:blank','tczkT':'\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','FwArw':'You\x20can\x20try\x20again\x20with\x20one\x20of:','MdgJh':'utf-8','gBifg':function(_0x55b701){return _0x55b701();},'NwuVT':'Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.','lcXty':function(_0x62144a,_0x4c6d9c,_0x11eca5){return _0x62144a(_0x4c6d9c,_0x11eca5);},'nWUAJ':_0x3765d5(0x15e),'JvSpp':'\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','FxKOq':_0x3765d5(0x154),'hFIOW':_0x3765d5(0x163),'xstTw':function(_0x199a3f,_0x1735bd,_0x2163ce){return _0x199a3f(_0x1735bd,_0x2163ce);},'TPEjH':function(_0x5d95a7,_0x3751d1,_0x2a6d87){return _0x5d95a7(_0x3751d1,_0x2a6d87);},'yNepY':function(_0x4c1f0e,_0x3ed021,_0x5f5278){return _0x4c1f0e(_0x3ed021,_0x5f5278);},'MmJGM':function(_0x15fb01,_0x4c7437,_0x2b630e){return _0x15fb01(_0x4c7437,_0x2b630e);},'QxkKw':'Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.'},_0x2f7502=_0x3c8ff2['ci']??![],_0x5e50f6=_0x2f7502?'ci':_0x3f7775[_0x3765d5(0x188)],_0x39c2d1=_0x3f7775['BueNw'](join,getRangerDir(),_0x5e50f6,_0x3aaf56),_0x435a25=join(getRangerDir(),_0x5e50f6);if(_0x3f7775['QzwFm'](_0x3c8ff2['cdpEndpoint'],undefined)&&_0x3c8ff2['cdpEndpoint'][_0x3765d5(0x131)]()==='')throw new Error(_0x3f7775['bqruC']);if(_0x3c8ff2[_0x3765d5(0x155)]&&_0x3c8ff2['url'])throw new Error(_0x3f7775['qzLCm']);if(_0x3c8ff2[_0x3765d5(0x155)]&&_0x3c8ff2['ci'])throw new Error('--ci\x20and\x20--cdp-endpoint\x20cannot\x20be\x20used\x20together.\x20Electron/CDP\x20profiles\x20only\x20work\x20with\x20a\x20locally\x20running\x20app\x20and\x20are\x20not\x20supported\x20in\x20CI.');const _0x14313a=_0x3f7775['EvYAr'](Boolean,_0x3c8ff2[_0x3765d5(0x155)]),_0x4bbbd6=!_0x3c8ff2['skipAuth']&&!_0x14313a,_0x27ca11=process['stdin'][_0x3765d5(0x182)]&&process[_0x3765d5(0x184)]['isTTY'];if(!_0x27ca11&&!_0x3c8ff2['url']&&!_0x14313a)throw new Error(_0x3f7775[_0x3765d5(0x151)]);const _0x34733f=_0x3f7775['Bhszm'](findExistingEnv,_0x3aaf56);let _0x2fe6e3=null;if(_0x34733f){if(!_0x27ca11)_0x2fe6e3=_0x34733f;else{if(_0x3f7775['OgUiF'](_0x34733f[_0x3765d5(0x14b)],_0x5e50f6)){const {overwrite:_0x3e88c8}=await _0x15cd0b['prompt']([{'type':'confirm','name':_0x3765d5(0x15a),'message':_0x3765d5(0x197)+_0x3aaf56+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0x3e88c8){console[_0x3765d5(0x146)](_0x3765d5(0x143));return;}_0x2fe6e3=_0x34733f;}else{const _0x35aace=_0x3f7775[_0x3765d5(0x159)](_0x34733f['location'],'legacy')?_0x3765d5(0x134):_0x34733f['location'];console['error'](_0x3765d5(0x135)+_0x3aaf56+'\x22\x20already\x20exists\x20in\x20'+_0x35aace+':\x20'+_0x34733f[_0x3765d5(0x19a)]),console['error'](_0x3765d5(0x186)+_0x5e50f6+'\x20would\x20shadow\x20the\x20existing\x20profile.');const {shouldReplace:_0x16164b}=await _0x15cd0b['prompt']([{'type':'confirm','name':_0x3f7775['tbpVT'],'message':_0x3765d5(0x139)+_0x5e50f6+'?','default':![]}]);if(!_0x16164b){console[_0x3765d5(0x146)](_0x3765d5(0x143));return;}_0x2fe6e3=_0x34733f;}}}_0x43cbe6?.['trackPhaseStart']('url_setup');let _0x454f3a='';if(_0x14313a)console[_0x3765d5(0x146)]('\x0a๐Ÿ”Œ\x20CDP\x20Profile\x20Setup\x0a'),console['log'](_0x3765d5(0x187)+_0x3c8ff2['cdpEndpoint']),console[_0x3765d5(0x146)](_0x3f7775[_0x3765d5(0x149)]);else{if(_0x3c8ff2[_0x3765d5(0x16d)]){_0x454f3a=_0x3c8ff2[_0x3765d5(0x16d)];const _0x3b135f=await _0x3f7775['VRLZr'](checkUrlReachability,_0x454f3a);if(!_0x3b135f['ok']&&!_0x3c8ff2[_0x3765d5(0x138)])throw new Error(_0x3765d5(0x15b)+_0x454f3a+':\x20'+_0x3b135f['error']+_0x3765d5(0x18e));!_0x3b135f['ok']&&_0x3c8ff2[_0x3765d5(0x138)]&&console['log'](_0x3765d5(0x140)+_0x454f3a+':\x20'+_0x3b135f[_0x3765d5(0x173)]+_0x3765d5(0x14a));}else{console[_0x3765d5(0x146)](_0x3f7775[_0x3765d5(0x14c)]),console['log'](_0x3f7775[_0x3765d5(0x180)]),console['log'](_0x3f7775['FMAST']);let _0x17b9c2=![];while(!![]){const _0x9487e1=await _0x15cd0b['prompt']([{'type':_0x3f7775[_0x3765d5(0x19d)],'name':'baseUrl','message':_0x17b9c2?'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):':_0x3765d5(0x172),'default':_0x3f7775[_0x3765d5(0x190)](_0x454f3a,_0x3f7775['jNVhn'])}]);_0x454f3a=_0x9487e1[_0x3765d5(0x162)];const _0x4d291f=await checkUrlReachability(_0x454f3a);if(_0x4d291f['ok'])break;const _0x1fd5f0=/^[a-zA-Z][\w+.-]*:\/\//[_0x3765d5(0x15f)](_0x454f3a),_0x3564de=_0x4d291f['isProtocolError']&&!_0x1fd5f0,_0x518757=_0x3564de?_0x3765d5(0x158)+_0x454f3a:null;_0x17b9c2=!![],console[_0x3765d5(0x146)]('\x0a\x20\x20Could\x20not\x20reach\x20'+_0x454f3a+':\x20'+_0x4d291f['error']);_0x518757&&console[_0x3765d5(0x146)](_0x3765d5(0x145)+_0x518757+'?');const {action:_0x4257c6}=await _0x15cd0b[_0x3765d5(0x164)]([{'type':_0x3765d5(0x17c),'name':'action','message':_0x3765d5(0x141),'choices':[..._0x518757?[{'name':_0x3765d5(0x1a2)+_0x518757,'value':_0x3f7775['gTdmO']}]:[],{'name':_0x3f7775[_0x3765d5(0x15c)],'value':_0x3765d5(0x161)},{'name':_0x3f7775[_0x3765d5(0x195)],'value':_0x3f7775['UDLIn']}]}]);if(_0x3f7775[_0x3765d5(0x189)](_0x4257c6,_0x3f7775[_0x3765d5(0x13a)])&&_0x518757){_0x454f3a=_0x518757;const _0x1907a2=await checkUrlReachability(_0x454f3a);if(_0x1907a2['ok'])break;console[_0x3765d5(0x146)](_0x3765d5(0x1a4)+_0x454f3a+':\x20'+_0x1907a2[_0x3765d5(0x173)]);}else{if(_0x4257c6===_0x3f7775['UDLIn'])break;}}}}_0x43cbe6?.['trackPhaseEnd']('url_setup'),await _0x3f7775['FHNLI'](mkdir,_0x435a25,{'recursive':!![]});const _0x23d4a0=await _0x3f7775[_0x3765d5(0x171)](mkdtemp,_0x3f7775[_0x3765d5(0x193)](join,_0x435a25,_0x3765d5(0x167)+_0x3aaf56+'-')),_0x48846c=join(_0x23d4a0,_0x3f7775[_0x3765d5(0x16f)]);try{if(_0x4bbbd6){_0x43cbe6?.[_0x3765d5(0x153)](_0x3f7775[_0x3765d5(0x165)]),console[_0x3765d5(0x146)](_0x3765d5(0x169)),console['log'](_0x3f7775['dgaPZ']),console['log'](_0x3765d5(0x157));!_0x27ca11?(console[_0x3765d5(0x146)](_0x3765d5(0x16b)),console[_0x3765d5(0x146)](_0x3f7775['btTmm'])):console[_0x3765d5(0x146)]('');await new Promise(_0x3550c9=>setTimeout(_0x3550c9,0xbb8));const _0x29fddd=[];_0x3c8ff2[_0x3765d5(0x198)]&&_0x29fddd['push'](_0x3f7775['dVsqM']);const _0x3f6097=await chromium['launch']({'headless':![],..._0x3f7775[_0x3765d5(0x142)](_0x29fddd[_0x3765d5(0x19f)],0x0)?{'args':_0x29fddd}:{}});try{const _0x497553=await _0x3f6097[_0x3765d5(0x17e)]();await _0x3f7775[_0x3765d5(0x13e)](addProfileSetupBanner,_0x497553);const _0x33a618=await _0x497553['newPage']();await _0x33a618['goto'](_0x454f3a||_0x3f7775[_0x3765d5(0x14f)]);let _0x133370=![];await new Promise(_0x4a73c1=>{const _0xbd9369=_0x3765d5,_0x5167ee={'fpZLu':_0x3f7775['OlShj']};_0x33a618['on'](_0x3f7775[_0xbd9369(0x13c)],async()=>{const _0x10ef54=_0xbd9369;try{console[_0x10ef54(0x146)](_0x5167ee['fpZLu']),await _0x497553[_0x10ef54(0x18b)]({'path':_0x48846c}),_0x133370=!![];}catch{}_0x4a73c1();});});if(!_0x133370){console['log'](_0x3f7775[_0x3765d5(0x16e)]);!_0x3c8ff2['safeMode']&&(console[_0x3765d5(0x146)](_0x3765d5(0x166)),console['log'](_0x3f7775[_0x3765d5(0x18a)]),console['log'](_0x3765d5(0x183)+_0x3aaf56+'\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)'),console['log'](_0x3765d5(0x183)+_0x3aaf56+_0x3765d5(0x174)));throw new Error(_0x3765d5(0x17a));}}finally{await _0x3f6097['close']()[_0x3765d5(0x181)](()=>{});}if(_0x2f7502){const _0x57144d=await readFile(_0x48846c,_0x3f7775[_0x3765d5(0x17b)]),_0x50b850=await _0x3f7775['gBifg'](getToken);if(!_0x50b850){console['error'](_0x3765d5(0x150)),await _0x3f7775['EvYAr'](unlink,_0x48846c)[_0x3765d5(0x181)](()=>{});throw new Error(_0x3f7775['NwuVT']);}else{const _0x209c53=encrypt(_0x57144d,_0x50b850);await _0x3f7775['lcXty'](writeFile,_0x48846c+_0x3765d5(0x156),_0x209c53),await unlink(_0x48846c),console[_0x3765d5(0x146)](_0x3765d5(0x1a9)+_0x48846c+_0x3765d5(0x156)),console['log'](_0x3f7775['nWUAJ']),console['log'](_0x3f7775['JvSpp']);}}else console['log'](_0x3765d5(0x18c)+_0x48846c);_0x43cbe6?.['trackPhaseEnd'](_0x3765d5(0x19c));}_0x43cbe6?.['trackPhaseStart'](_0x3f7775['FxKOq']);const _0x51f8bf={};_0x454f3a&&(_0x51f8bf['baseUrl']=_0x454f3a);_0x3c8ff2[_0x3765d5(0x155)]&&(_0x51f8bf['cdpEndpoint']=_0x3c8ff2[_0x3765d5(0x155)],_0x51f8bf[_0x3765d5(0x13f)]=!![]);_0x3c8ff2['allowInsecureLocalhost']&&(_0x51f8bf[_0x3765d5(0x148)]=!![]);_0x3c8ff2[_0x3765d5(0x198)]&&(_0x51f8bf['safeMode']=!![]);await writeFile(join(_0x23d4a0,_0x3f7775[_0x3765d5(0x14e)]),JSON[_0x3765d5(0x191)](_0x51f8bf,null,0x2)),console['log']('โœ“\x20Created\x20settings:\x20'+_0x3f7775[_0x3765d5(0x1a5)](join,_0x39c2d1,'settings.json'));if(_0x2fe6e3?.['location']===_0x5e50f6){const _0x44d312=_0x2fe6e3[_0x3765d5(0x19a)]+_0x3765d5(0x1a6)+Date['now']();await rename(_0x2fe6e3['path'],_0x44d312);try{await _0x3f7775[_0x3765d5(0x132)](rename,_0x23d4a0,_0x39c2d1);}catch(_0xee5974){await rename(_0x44d312,_0x2fe6e3[_0x3765d5(0x19a)]);throw _0xee5974;}try{await _0x3f7775[_0x3765d5(0x144)](rm,_0x44d312,{'recursive':!![]});}catch{console['log'](_0x3765d5(0x19b)+_0x44d312);}}else{await _0x3f7775['MmJGM'](rename,_0x23d4a0,_0x39c2d1);if(_0x2fe6e3)try{await _0x3f7775['TPEjH'](rm,_0x2fe6e3['path'],{'recursive':!![]}),console['log']('Removed\x20existing\x20profile\x20at\x20'+_0x2fe6e3['path']);}catch{console['log']('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20'+_0x2fe6e3['path']);}}try{await writeActiveProfileName(_0x3aaf56),console[_0x3765d5(0x146)](_0x3765d5(0x14d)+_0x3aaf56);}catch{console['log'](_0x3f7775[_0x3765d5(0x1a0)]);}_0x43cbe6?.[_0x3765d5(0x192)](_0x3f7775['FxKOq']),console[_0x3765d5(0x146)]('\x0a\x20\x20Profile\x20\x22'+_0x3aaf56+'\x22\x20configured');}catch(_0x3f8d29){await _0x3f7775[_0x3765d5(0x193)](rm,_0x23d4a0,{'recursive':!![],'force':!![]});throw _0x3f8d29;}}
@@ -1 +1 @@
1
- (function(_0x247578,_0xc8b3ce){const _0x48b43d=_0x5987,_0x1e5243=_0x247578();while(!![]){try{const _0x160b36=parseInt(_0x48b43d(0x11a))/0x1*(parseInt(_0x48b43d(0x118))/0x2)+-parseInt(_0x48b43d(0x117))/0x3*(parseInt(_0x48b43d(0x129))/0x4)+parseInt(_0x48b43d(0x120))/0x5*(parseInt(_0x48b43d(0x11f))/0x6)+parseInt(_0x48b43d(0x11b))/0x7+-parseInt(_0x48b43d(0x124))/0x8*(parseInt(_0x48b43d(0x122))/0x9)+-parseInt(_0x48b43d(0x123))/0xa*(-parseInt(_0x48b43d(0x119))/0xb)+-parseInt(_0x48b43d(0x128))/0xc;if(_0x160b36===_0xc8b3ce)break;else _0x1e5243['push'](_0x1e5243['shift']());}catch(_0x534ab4){_0x1e5243['push'](_0x1e5243['shift']());}}}(_0x4980,0x4654d));import{readFile,writeFile}from'fs/promises';function _0x4980(){const _0x26e935=['28dhwSBP','22vBckEa','22399FEsXJl','1655759LluYjY','BLaGY','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','Profile\x20\x22','102OzOodY','81745wkpJve','\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.','261YQgnWQ','2193760SgKiJP','155256aPmYGn','log','No\x20auth.json\x20found\x20at\x20','IlBGK','743496zpDOrM','94392kmqJCm','45fRxJrM'];_0x4980=function(){return _0x26e935;};return _0x4980();}import{join}from'path';import{existsSync}from'fs';function _0x5987(_0x20339f,_0x1d69f4){_0x20339f=_0x20339f-0x117;const _0x4980e7=_0x4980();let _0x59872d=_0x4980e7[_0x20339f];return _0x59872d;}import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getEnvDir}from'./utils/settings.js';export async function authEncrypt(_0x71d926){const _0x1da5e6=_0x5987,_0x102667={'sZAFx':'.enc','IlBGK':function(_0x990347,_0x58e6d4){return _0x990347(_0x58e6d4);},'dxEuC':function(_0x12408c,_0x2f6df5){return _0x12408c(_0x2f6df5);},'BLaGY':function(_0x39033f){return _0x39033f();},'gnibx':'No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','YQskc':'utf-8','ZvEmB':function(_0x1429e9,_0x1f64c8,_0x81747a){return _0x1429e9(_0x1f64c8,_0x81747a);},'GhgkC':_0x1da5e6(0x11d),'UxDOy':'\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.'},_0x4450dc=getEnvDir(_0x71d926),_0x3307a7=join(_0x4450dc,'auth.json'),_0x2c3a93=_0x3307a7+_0x102667['sZAFx'];if(!_0x102667[_0x1da5e6(0x127)](existsSync,_0x4450dc))throw new Error(_0x1da5e6(0x11e)+_0x71d926+'\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20'+_0x71d926);if(!_0x102667['dxEuC'](existsSync,_0x3307a7))throw new Error(_0x1da5e6(0x126)+_0x3307a7+'.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update');const _0x32a760=await _0x102667[_0x1da5e6(0x11c)](getToken);if(!_0x32a760)throw new Error(_0x102667['gnibx']);const _0x397b96=await readFile(_0x3307a7,_0x102667['YQskc']),_0x2937ab=encrypt(_0x397b96,_0x32a760);await _0x102667['ZvEmB'](writeFile,_0x2c3a93,_0x2937ab),console[_0x1da5e6(0x125)]('\x0aโœ“\x20Encrypted\x20auth\x20saved\x20to:\x20'+_0x2c3a93),console[_0x1da5e6(0x125)](_0x102667['GhgkC']),console['log'](_0x102667['UxDOy']),existsSync(_0x2c3a93)&&(console['log'](_0x1da5e6(0x121)),console['log']('\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.'));}
1
+ (function(_0x19f73d,_0x450147){const _0x350650=_0x150f,_0x5d23a9=_0x19f73d();while(!![]){try{const _0x5d8d9a=-parseInt(_0x350650(0xe5))/0x1*(parseInt(_0x350650(0xd9))/0x2)+parseInt(_0x350650(0xe0))/0x3+parseInt(_0x350650(0xd8))/0x4*(parseInt(_0x350650(0xd7))/0x5)+-parseInt(_0x350650(0xdc))/0x6*(-parseInt(_0x350650(0xe1))/0x7)+-parseInt(_0x350650(0xe7))/0x8+parseInt(_0x350650(0xda))/0x9+-parseInt(_0x350650(0xe2))/0xa*(parseInt(_0x350650(0xde))/0xb);if(_0x5d8d9a===_0x450147)break;else _0x5d23a9['push'](_0x5d23a9['shift']());}catch(_0x23dde7){_0x5d23a9['push'](_0x5d23a9['shift']());}}}(_0x3f06,0xaa81c));import{readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{encrypt}from'./utils/crypto.js';function _0x150f(_0x1b9f0d,_0x342693){_0x1b9f0d=_0x1b9f0d-0xd6;const _0x3f06a9=_0x3f06();let _0x150fad=_0x3f06a9[_0x1b9f0d];return _0x150fad;}function _0x3f06(){const _0x23bf0b=['6BbshaT','PehpN','25454jvgyQY','utf-8','1194147VUbdhB','1909047clYRZo','430NIMGjw','rfRnf','No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','99VsWpho','\x0aโœ“\x20Encrypted\x20auth\x20saved\x20to:\x20','5754504DnWULg','log','\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','enmiu','510605dBRpih','28xKawKn','23216vjLtdi','11527074laHeAv','afVJM'];_0x3f06=function(){return _0x23bf0b;};return _0x3f06();}import{getToken}from'./utils/keychain.js';import{getEnvDir}from'./utils/settings.js';export async function authEncrypt(_0x238b8a){const _0x7fd6e6=_0x150f,_0x20983e={'enmiu':function(_0x36f3f7,_0x59a40c,_0x59bd03){return _0x36f3f7(_0x59a40c,_0x59bd03);},'uLsWY':'auth.json','aQdsm':function(_0x39f9d3,_0x4fc7ea){return _0x39f9d3(_0x4fc7ea);},'rfRnf':function(_0x471d77,_0x39b214,_0x5174ea){return _0x471d77(_0x39b214,_0x5174ea);},'DzeTr':function(_0x2f01de,_0x16bff5,_0xe2bf3d){return _0x2f01de(_0x16bff5,_0xe2bf3d);},'afVJM':'\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','PehpN':_0x7fd6e6(0xea)},_0x58ae12=getEnvDir(_0x238b8a),_0x414e0b=_0x20983e['enmiu'](join,_0x58ae12,_0x20983e['uLsWY']),_0x36be05=_0x414e0b+'.enc';if(!_0x20983e['aQdsm'](existsSync,_0x58ae12))throw new Error('Profile\x20\x22'+_0x238b8a+'\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20'+_0x238b8a);if(!_0x20983e['aQdsm'](existsSync,_0x414e0b))throw new Error('No\x20auth.json\x20found\x20at\x20'+_0x414e0b+'.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update');const _0x3a156e=await getToken();if(!_0x3a156e)throw new Error(_0x7fd6e6(0xe4));const _0x36df88=await _0x20983e[_0x7fd6e6(0xd6)](readFile,_0x414e0b,_0x7fd6e6(0xdf)),_0x3205d5=_0x20983e[_0x7fd6e6(0xe3)](encrypt,_0x36df88,_0x3a156e);await _0x20983e['DzeTr'](writeFile,_0x36be05,_0x3205d5),console[_0x7fd6e6(0xe8)](_0x7fd6e6(0xe6)+_0x36be05),console['log'](_0x20983e[_0x7fd6e6(0xdb)]),console[_0x7fd6e6(0xe8)](_0x20983e[_0x7fd6e6(0xdd)]),existsSync(_0x36be05)&&(console[_0x7fd6e6(0xe8)]('\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.'),console[_0x7fd6e6(0xe8)](_0x7fd6e6(0xe9)));}
@@ -1 +1 @@
1
- const _0x36e4ea=_0x4157;(function(_0x31dc6a,_0x5e2fcf){const _0x5fa75c=_0x4157,_0x39a7dc=_0x31dc6a();while(!![]){try{const _0x603eb1=parseInt(_0x5fa75c(0x196))/0x1*(parseInt(_0x5fa75c(0x1a8))/0x2)+parseInt(_0x5fa75c(0x1cc))/0x3+-parseInt(_0x5fa75c(0x1c5))/0x4*(parseInt(_0x5fa75c(0x1c0))/0x5)+parseInt(_0x5fa75c(0x1b9))/0x6*(parseInt(_0x5fa75c(0x1aa))/0x7)+parseInt(_0x5fa75c(0x1c7))/0x8*(parseInt(_0x5fa75c(0x19b))/0x9)+parseInt(_0x5fa75c(0x1d2))/0xa*(parseInt(_0x5fa75c(0x1bd))/0xb)+parseInt(_0x5fa75c(0x1be))/0xc*(-parseInt(_0x5fa75c(0x1ab))/0xd);if(_0x603eb1===_0x5e2fcf)break;else _0x39a7dc['push'](_0x39a7dc['shift']());}catch(_0x53843e){_0x39a7dc['push'](_0x39a7dc['shift']());}}}(_0x2c28,0xecf22));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 _0x4157(_0x1bc18d,_0x141375){_0x1bc18d=_0x1bc18d-0x196;const _0x2c288e=_0x2c28();let _0x4157d1=_0x2c288e[_0x1bc18d];return _0x4157d1;}import{getRangerDir}from'./utils/rangerRoot.js';function _0x2c28(){const _0x32b4b6=['LEpCs','lupJg','117SfvtgS','โœ“\x20Removed\x20.ranger/\x20directory','filter','โœ“\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)','opencode.json','project','HnnNz','replace','\x0a๐Ÿงน\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','remove','length','platform','xRtun','484yjCZBM','xcYbk','7JsNwJk','13OtHrQw','log','user','string','JoEcp','ranger@trailhead','pipe','plugin','ggwXi','cjCRc','claude','dxNNX','trailhead','xSrOu','580806BhmwCS','ytLCC','win32','RVMTl','21235467rTmLPU','5772276YgAsha','โœ“\x20Removed\x20stored\x20credentials','1099070YcLiWw','ranger','WvfuK','sxwuT','wnHHq','32cLruUK','XZSBu','121680YcIGvz','error','โœ“\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)','rLyyE','โœ“\x20Removed\x20OpenCode\x20project\x20skill:\x20','2425131KgPeTl','dfHTb','โœ“\x20Removed\x20project\x20skill:\x20','QTQdA','cFoYw','PDdUS','10qPqmbU','zstUB','730iAWlfC','marketplace','MtINH'];_0x2c28=function(){return _0x32b4b6;};return _0x2c28();}import{getCacheFile}from'./utils/sessionCache.js';import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=[_0x36e4ea(0x1c1),'feature-tracker','bug-bash','e2e-test-recommender'],opencodePluginName='@ranger-testing/opencode-plugin';function parseJsonc(_0x17c4da){const _0x3d16d9=_0x36e4ea,_0x5a2deb=_0x17c4da['replace'](/\/\*[\s\S]*?\*\//g,''),_0x36b200=_0x5a2deb['replace'](/^\s*\/\/.*$/gm,''),_0x23a8cc=_0x36b200[_0x3d16d9(0x1a2)](/,\s*([}\]])/g,'$1');return JSON['parse'](_0x23a8cc);}async function removeOpencodePluginConfig(_0xbe808){const _0x6ff83f=_0x36e4ea,_0x3ad785={'dxNNX':function(_0x182055,_0x1027fd){return _0x182055(_0x1027fd);},'LJpGD':function(_0x2bfdc0,_0x2c95be,_0x4583f7){return _0x2bfdc0(_0x2c95be,_0x4583f7);},'zstUB':'utf-8','rLyyE':function(_0x5a6917,_0x383908){return _0x5a6917===_0x383908;},'dfHTb':function(_0x264d48,_0x52e892){return _0x264d48+_0x52e892;}};if(!_0x3ad785[_0x6ff83f(0x1b6)](existsSync,_0xbe808))return![];let _0x5bbcf9;try{const _0x4fd5c9=await _0x3ad785['LJpGD'](readFile,_0xbe808,_0x3ad785[_0x6ff83f(0x1d3)]);_0x5bbcf9=parseJsonc(_0x4fd5c9);}catch{return![];}const _0x323803=Array['isArray'](_0x5bbcf9[_0x6ff83f(0x1b2)])?_0x5bbcf9['plugin']:[];if(_0x323803[_0x6ff83f(0x1a5)]===0x0)return![];const _0x5279b0=_0x323803[_0x6ff83f(0x19d)](_0x5eac56=>{const _0x2afe4f=_0x6ff83f;if(typeof _0x5eac56!==_0x2afe4f(0x1ae))return!![];return _0x5eac56!==opencodePluginName;});if(_0x3ad785['rLyyE'](_0x5279b0['length'],_0x323803[_0x6ff83f(0x1a5)]))return![];return _0x3ad785[_0x6ff83f(0x1ca)](_0x5279b0[_0x6ff83f(0x1a5)],0x0)?delete _0x5bbcf9[_0x6ff83f(0x1b2)]:_0x5bbcf9[_0x6ff83f(0x1b2)]=_0x5279b0,await writeFile(_0xbe808,_0x3ad785[_0x6ff83f(0x1cd)](JSON['stringify'](_0x5bbcf9,null,0x2),'\x0a')),!![];}async function uninstallClaudePlugin(_0x1f237f){const _0x267dd5=_0x36e4ea,_0x257ec3={'LytiP':function(_0x4216e2,_0x24007c){return _0x4216e2(_0x24007c);},'RVMTl':'plugin','LEpCs':_0x267dd5(0x1b0),'BkcxN':'--scope','xcYbk':_0x267dd5(0x1b5),'twpQU':function(_0x4ae406,_0x1f830e){return _0x4ae406===_0x1f830e;},'PDdUS':_0x267dd5(0x1bb),'AAfjq':'close','maGhu':'error'};return new Promise(_0x194b71=>{const _0x50ff32=_0x267dd5,_0x11c829=[_0x257ec3[_0x50ff32(0x1bc)],'uninstall',_0x257ec3[_0x50ff32(0x199)]];_0x1f237f&&_0x11c829['push'](_0x257ec3['BkcxN'],_0x1f237f);const _0x49da1c=spawn(_0x257ec3[_0x50ff32(0x1a9)],_0x11c829,{'stdio':_0x50ff32(0x1b1),'shell':_0x257ec3['twpQU'](process['platform'],_0x257ec3[_0x50ff32(0x1d1)])});_0x49da1c['on'](_0x257ec3['AAfjq'],_0xfaf129=>{_0x257ec3['LytiP'](_0x194b71,_0xfaf129===0x0);}),_0x49da1c['on'](_0x257ec3['maGhu'],()=>{_0x194b71(![]);});});}async function removeMarketplace(){const _0x4e1987=_0x36e4ea,_0x32b90b={'PNIxQ':function(_0x52574a,_0x2187e2){return _0x52574a(_0x2187e2);},'cjCRc':_0x4e1987(0x1b2),'qxbXW':_0x4e1987(0x1b7),'xRtun':'pipe','wnHHq':'close'};return new Promise(_0x3603bd=>{const _0x4105bb=_0x4e1987,_0x11ff81=spawn(_0x4105bb(0x1b5),[_0x32b90b[_0x4105bb(0x1b4)],_0x4105bb(0x197),_0x4105bb(0x1a4),_0x32b90b['qxbXW']],{'stdio':_0x32b90b[_0x4105bb(0x1a7)],'shell':process[_0x4105bb(0x1a6)]===_0x4105bb(0x1bb)});_0x11ff81['on'](_0x32b90b[_0x4105bb(0x1c4)],_0x4c29ed=>{_0x3603bd(_0x4c29ed===0x0);}),_0x11ff81['on'](_0x4105bb(0x1c8),()=>{_0x32b90b['PNIxQ'](_0x3603bd,![]);});});}export async function clean(){const _0x53b072=_0x36e4ea,_0x267d99={'WvfuK':function(_0x21f4e0){return _0x21f4e0();},'cFoYw':function(_0x467314,_0x25a821){return _0x467314(_0x25a821);},'XZSBu':function(_0x1da482,_0x44ab8f){return _0x1da482(_0x44ab8f);},'QTQdA':function(_0x1ca804,_0xe124fd,_0x1d4b72){return _0x1ca804(_0xe124fd,_0x1d4b72);},'ytLCC':_0x53b072(0x19c),'GniWp':function(_0x3b67ec,_0x4bdb53,_0x560901){return _0x3b67ec(_0x4bdb53,_0x560901);},'HnnNz':_0x53b072(0x1a0),'MtINH':_0x53b072(0x1ad),'lupJg':function(_0x51c28f,_0x469f28,_0x17570c){return _0x51c28f(_0x469f28,_0x17570c);},'yTREz':_0x53b072(0x19f),'XPlLJ':'โœ“\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)','okwqP':_0x53b072(0x19e),'sxwuT':function(_0x199689,_0x4a3dc5){return _0x199689(_0x4a3dc5);},'ggwXi':_0x53b072(0x1c9),'FKcoR':function(_0x3e3156){return _0x3e3156();},'JoEcp':'โœ“\x20Removed\x20trailhead\x20marketplace','xSrOu':'\x0aโœ…\x20Cleanup\x20complete!\x0a','MOOSk':'Nothing\x20to\x20clean\x20up.\x0a'};console['log'](_0x53b072(0x1a3));let _0x399ef1=![];try{await _0x267d99['WvfuK'](deleteAllCredentials),console['log'](_0x53b072(0x1bf)),_0x399ef1=!![];}catch{}const _0x2954d0=_0x267d99['WvfuK'](getCacheFile);_0x267d99[_0x53b072(0x1d0)](existsSync,_0x2954d0)&&(await rm(_0x2954d0),_0x399ef1=!![]);const _0x4247ba=_0x267d99[_0x53b072(0x1c2)](getRangerDir);_0x267d99['XZSBu'](existsSync,_0x4247ba)&&(await _0x267d99[_0x53b072(0x1cf)](rm,_0x4247ba,{'recursive':!![]}),console[_0x53b072(0x1ac)](_0x267d99[_0x53b072(0x1ba)]),_0x399ef1=!![]);const _0x20c24f=getProjectSkillsDir();for(const _0x45e2e1 of skillsToRemove){const _0x48b7c5=join(_0x20c24f,_0x45e2e1);existsSync(_0x48b7c5)&&(await rm(_0x48b7c5,{'recursive':!![]}),console[_0x53b072(0x1ac)](_0x53b072(0x1ce)+_0x45e2e1),_0x399ef1=!![]);}const _0x2a72be=getUserSkillsDir();for(const _0x13b4fb of skillsToRemove){const _0x32d13b=_0x267d99['QTQdA'](join,_0x2a72be,_0x13b4fb);existsSync(_0x32d13b)&&(await _0x267d99['GniWp'](rm,_0x32d13b,{'recursive':!![]}),console[_0x53b072(0x1ac)]('โœ“\x20Removed\x20user\x20skill:\x20'+_0x13b4fb),_0x399ef1=!![]);}const _0x59cf0e=getOpencodeSkillsDir(_0x267d99[_0x53b072(0x1a1)]);for(const _0x2c6d6d of skillsToRemove){const _0x106c8b=_0x267d99['GniWp'](join,_0x59cf0e,_0x2c6d6d);existsSync(_0x106c8b)&&(await rm(_0x106c8b,{'recursive':!![]}),console['log'](_0x53b072(0x1cb)+_0x2c6d6d),_0x399ef1=!![]);}const _0x1d50b0=getOpencodeSkillsDir(_0x267d99[_0x53b072(0x198)]);for(const _0x26da2c of skillsToRemove){const _0xb87756=_0x267d99['QTQdA'](join,_0x1d50b0,_0x26da2c);_0x267d99['XZSBu'](existsSync,_0xb87756)&&(await _0x267d99[_0x53b072(0x19a)](rm,_0xb87756,{'recursive':!![]}),console[_0x53b072(0x1ac)]('โœ“\x20Removed\x20OpenCode\x20user\x20skill:\x20'+_0x26da2c),_0x399ef1=!![]);}const _0x66257=_0x267d99['GniWp'](join,_0x267d99[_0x53b072(0x1c6)](getOpencodeConfigDir,_0x53b072(0x1a0)),_0x267d99['yTREz']);await _0x267d99[_0x53b072(0x1d0)](removeOpencodePluginConfig,_0x66257)&&(console['log'](_0x267d99['XPlLJ']),_0x399ef1=!![]);const _0x5ea00e=join(getOpencodeConfigDir(_0x53b072(0x1ad)),'opencode.json');await removeOpencodePluginConfig(_0x5ea00e)&&(console['log'](_0x267d99['okwqP']),_0x399ef1=!![]);const _0x46821d=await uninstallClaudePlugin();_0x46821d&&(console['log']('โœ“\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)'),_0x399ef1=!![]);const _0x4535f1=await _0x267d99[_0x53b072(0x1c3)](uninstallClaudePlugin,_0x53b072(0x1a0));_0x4535f1&&(console[_0x53b072(0x1ac)](_0x267d99[_0x53b072(0x1b3)]),_0x399ef1=!![]);const _0x11044a=await _0x267d99['FKcoR'](removeMarketplace);_0x11044a&&(console['log'](_0x267d99[_0x53b072(0x1af)]),_0x399ef1=!![]),_0x399ef1?console['log'](_0x267d99[_0x53b072(0x1b8)]):console[_0x53b072(0x1ac)](_0x267d99['MOOSk']);}
1
+ const _0x5004ba=_0x4b99;(function(_0x45f865,_0x27aac1){const _0x140204=_0x4b99,_0x429e6e=_0x45f865();while(!![]){try{const _0x2d642f=-parseInt(_0x140204(0xa1))/0x1+parseInt(_0x140204(0x93))/0x2*(-parseInt(_0x140204(0xb0))/0x3)+parseInt(_0x140204(0x86))/0x4*(parseInt(_0x140204(0x8a))/0x5)+-parseInt(_0x140204(0xa9))/0x6+-parseInt(_0x140204(0xa4))/0x7+parseInt(_0x140204(0x97))/0x8*(parseInt(_0x140204(0xaa))/0x9)+parseInt(_0x140204(0x96))/0xa;if(_0x2d642f===_0x27aac1)break;else _0x429e6e['push'](_0x429e6e['shift']());}catch(_0x263125){_0x429e6e['push'](_0x429e6e['shift']());}}}(_0x209a,0xda1c9));function _0x209a(){const _0x159bf1=['vKVnF','remove','9CTymWk','qPIHf','โœ“\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)','error','isArray','CVtUF','bug-bash','close','pnOxN','platform','--scope','โœ“\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)','DrkDG','dRypA','SLgRC','xJpZY','rlfXP','304MKhLNj','pipe','PkDtE','log','87115SOqJCz','โœ“\x20Removed\x20OpenCode\x20user\x20skill:\x20','claude','SvTNl','NDjMT','rizpH','HvGBd','ranger@trailhead','WRgJh','55694JObpCN','ImTFs','\x0aโœ…\x20Cleanup\x20complete!\x0a','16753980wSFqXP','104CFKrwv','uhtuu','cEuMB','filter','TICyD','faeXf','eKJFq','stringify','โœ“\x20Removed\x20OpenCode\x20project\x20skill:\x20','emPMG','1461122zCogau','opencode.json','replace','5803518DGTarj','project','plugin','โœ“\x20Removed\x20.ranger/\x20directory','jhdyH','6943890AWujLg','986463BWGlkY','EVOht','length','user'];_0x209a=function(){return _0x159bf1;};return _0x209a();}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';function _0x4b99(_0x52be08,_0x420c88){_0x52be08=_0x52be08-0x77;const _0x209a0b=_0x209a();let _0x4b99f0=_0x209a0b[_0x52be08];return _0x4b99f0;}import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=['ranger','feature-tracker',_0x5004ba(0x7b),'e2e-test-recommender'],opencodePluginName='@ranger-testing/opencode-plugin';function parseJsonc(_0x1f22eb){const _0xbaf404=_0x5004ba,_0x2361b5=_0x1f22eb['replace'](/\/\*[\s\S]*?\*\//g,''),_0x34c036=_0x2361b5[_0xbaf404(0xa3)](/^\s*\/\/.*$/gm,''),_0x2122f6=_0x34c036[_0xbaf404(0xa3)](/,\s*([}\]])/g,'$1');return JSON['parse'](_0x2122f6);}async function removeOpencodePluginConfig(_0xba7202){const _0x16c320=_0x5004ba,_0x32ea14={'nvfZU':'string','rizpH':function(_0x2fe9aa,_0xa7589a,_0x344fdb){return _0x2fe9aa(_0xa7589a,_0x344fdb);},'faeXf':function(_0x4f6ce6,_0x3feaf8){return _0x4f6ce6===_0x3feaf8;},'qPIHf':function(_0x1487ee,_0x518307,_0x3d5775){return _0x1487ee(_0x518307,_0x3d5775);}};if(!existsSync(_0xba7202))return![];let _0x22a284;try{const _0x5eda15=await _0x32ea14[_0x16c320(0x8f)](readFile,_0xba7202,'utf-8');_0x22a284=parseJsonc(_0x5eda15);}catch{return![];}const _0x148215=Array[_0x16c320(0x79)](_0x22a284['plugin'])?_0x22a284['plugin']:[];if(_0x148215[_0x16c320(0xac)]===0x0)return![];const _0x2f8a4e=_0x148215[_0x16c320(0x9a)](_0x40de9c=>{if(typeof _0x40de9c!==_0x32ea14['nvfZU'])return!![];return _0x40de9c!==opencodePluginName;});if(_0x2f8a4e[_0x16c320(0xac)]===_0x148215[_0x16c320(0xac)])return![];return _0x32ea14[_0x16c320(0x9c)](_0x2f8a4e['length'],0x0)?delete _0x22a284['plugin']:_0x22a284['plugin']=_0x2f8a4e,await _0x32ea14[_0x16c320(0xb1)](writeFile,_0xba7202,JSON[_0x16c320(0x9e)](_0x22a284,null,0x2)+'\x0a'),!![];}async function uninstallClaudePlugin(_0x3c3f6a){const _0x20197b=_0x5004ba,_0x304948={'NDjMT':function(_0x4799c5,_0x282400){return _0x4799c5(_0x282400);},'jhdyH':_0x20197b(0xa6),'EVOht':'uninstall','PkDtE':_0x20197b(0x7f),'eKJFq':'close','ImTFs':_0x20197b(0x78)};return new Promise(_0x3e8417=>{const _0x48d99f=_0x20197b,_0x3e398f={'abuRP':function(_0x3aedec,_0x4921a2){const _0x829e98=_0x4b99;return _0x304948[_0x829e98(0x8e)](_0x3aedec,_0x4921a2);}},_0x221068=[_0x304948[_0x48d99f(0xa8)],_0x304948[_0x48d99f(0xab)],_0x48d99f(0x91)];_0x3c3f6a&&_0x221068['push'](_0x304948[_0x48d99f(0x88)],_0x3c3f6a);const _0x537c3e=spawn(_0x48d99f(0x8c),_0x221068,{'stdio':_0x48d99f(0x87),'shell':process[_0x48d99f(0x7e)]==='win32'});_0x537c3e['on'](_0x304948[_0x48d99f(0x9d)],_0x1399ff=>{_0x3e398f['abuRP'](_0x3e8417,_0x1399ff===0x0);}),_0x537c3e['on'](_0x304948[_0x48d99f(0x94)],()=>{_0x3e8417(![]);});});}async function removeMarketplace(){const _0x1f61d4=_0x5004ba,_0x1aef6={'MnMVg':function(_0x1a0f84,_0x78b117){return _0x1a0f84===_0x78b117;},'uhtuu':function(_0x29bd2d,_0x810da5){return _0x29bd2d(_0x810da5);},'YUuJS':function(_0xfb6410,_0x290062,_0x261642,_0x4bc6e4){return _0xfb6410(_0x290062,_0x261642,_0x4bc6e4);},'UaiwZ':_0x1f61d4(0xaf),'HXNXQ':'trailhead','rlfXP':'pipe','xJpZY':_0x1f61d4(0x7c)};return new Promise(_0x312bbe=>{const _0x2d69cf=_0x1f61d4,_0x587f85={'SvTNl':function(_0x8a1e6f,_0x221506){const _0x29578d=_0x4b99;return _0x1aef6[_0x29578d(0x98)](_0x8a1e6f,_0x221506);}},_0x29a7fe=_0x1aef6['YUuJS'](spawn,_0x2d69cf(0x8c),[_0x2d69cf(0xa6),'marketplace',_0x1aef6['UaiwZ'],_0x1aef6['HXNXQ']],{'stdio':_0x1aef6[_0x2d69cf(0x85)],'shell':process[_0x2d69cf(0x7e)]==='win32'});_0x29a7fe['on'](_0x1aef6[_0x2d69cf(0x84)],_0x190970=>{_0x312bbe(_0x1aef6['MnMVg'](_0x190970,0x0));}),_0x29a7fe['on'](_0x2d69cf(0x78),()=>{const _0x5d2876=_0x2d69cf;_0x587f85[_0x5d2876(0x8d)](_0x312bbe,![]);});});}export async function clean(){const _0xa9c1=_0x5004ba,_0x372b74={'TAAZA':'\x0a๐Ÿงน\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','onYNp':'โœ“\x20Removed\x20stored\x20credentials','NWxgr':function(_0x5215b0,_0x1002e0){return _0x5215b0(_0x1002e0);},'CVtUF':function(_0x4d181a){return _0x4d181a();},'vKVnF':function(_0x4b9c37,_0x14012a,_0x2cae1e){return _0x4b9c37(_0x14012a,_0x2cae1e);},'gzTVB':function(_0x9ec6a9,_0x3c1abc,_0x535e98){return _0x9ec6a9(_0x3c1abc,_0x535e98);},'cEuMB':function(_0xe81bab,_0x1be8b9,_0x447ab1){return _0xe81bab(_0x1be8b9,_0x447ab1);},'DrkDG':function(_0x5c1157,_0x579a10){return _0x5c1157(_0x579a10);},'SLgRC':function(_0x17383f,_0x1c1a75){return _0x17383f(_0x1c1a75);},'WRgJh':function(_0x399b34,_0xce0781,_0xf65e52){return _0x399b34(_0xce0781,_0xf65e52);},'TICyD':function(_0x26422f,_0xdabbc7,_0x30be00){return _0x26422f(_0xdabbc7,_0x30be00);},'pnOxN':_0xa9c1(0xa5),'dRypA':_0xa9c1(0xa2),'vvOpI':_0xa9c1(0x80),'hAfTV':function(_0xbfe3cd){return _0xbfe3cd();},'HvGBd':'โœ“\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)','emPMG':_0xa9c1(0x95)};console['log'](_0x372b74['TAAZA']);let _0x4c0d62=![];try{await deleteAllCredentials(),console[_0xa9c1(0x89)](_0x372b74['onYNp']),_0x4c0d62=!![];}catch{}const _0x466dcc=getCacheFile();existsSync(_0x466dcc)&&(await _0x372b74['NWxgr'](rm,_0x466dcc),_0x4c0d62=!![]);const _0x35b2ad=_0x372b74['CVtUF'](getRangerDir);existsSync(_0x35b2ad)&&(await _0x372b74[_0xa9c1(0xae)](rm,_0x35b2ad,{'recursive':!![]}),console[_0xa9c1(0x89)](_0xa9c1(0xa7)),_0x4c0d62=!![]);const _0x584563=_0x372b74[_0xa9c1(0x7a)](getProjectSkillsDir);for(const _0x317afb of skillsToRemove){const _0x5297e3=join(_0x584563,_0x317afb);existsSync(_0x5297e3)&&(await _0x372b74[_0xa9c1(0xae)](rm,_0x5297e3,{'recursive':!![]}),console[_0xa9c1(0x89)]('โœ“\x20Removed\x20project\x20skill:\x20'+_0x317afb),_0x4c0d62=!![]);}const _0x10a450=_0x372b74['CVtUF'](getUserSkillsDir);for(const _0x40afe9 of skillsToRemove){const _0x16c379=_0x372b74['gzTVB'](join,_0x10a450,_0x40afe9);existsSync(_0x16c379)&&(await _0x372b74[_0xa9c1(0x99)](rm,_0x16c379,{'recursive':!![]}),console[_0xa9c1(0x89)]('โœ“\x20Removed\x20user\x20skill:\x20'+_0x40afe9),_0x4c0d62=!![]);}const _0x1d842a=getOpencodeSkillsDir('project');for(const _0x25148b of skillsToRemove){const _0x3e1eb7=join(_0x1d842a,_0x25148b);_0x372b74[_0xa9c1(0x81)](existsSync,_0x3e1eb7)&&(await rm(_0x3e1eb7,{'recursive':!![]}),console[_0xa9c1(0x89)](_0xa9c1(0x9f)+_0x25148b),_0x4c0d62=!![]);}const _0x422e07=_0x372b74[_0xa9c1(0x83)](getOpencodeSkillsDir,'user');for(const _0x4e6148 of skillsToRemove){const _0x21c28b=_0x372b74[_0xa9c1(0x92)](join,_0x422e07,_0x4e6148);existsSync(_0x21c28b)&&(await rm(_0x21c28b,{'recursive':!![]}),console['log'](_0xa9c1(0x8b)+_0x4e6148),_0x4c0d62=!![]);}const _0x56e1b7=_0x372b74[_0xa9c1(0x9b)](join,getOpencodeConfigDir(_0x372b74[_0xa9c1(0x7d)]),_0x372b74['dRypA']);await removeOpencodePluginConfig(_0x56e1b7)&&(console['log']('โœ“\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)'),_0x4c0d62=!![]);const _0xdd84cb=join(_0x372b74[_0xa9c1(0x81)](getOpencodeConfigDir,_0xa9c1(0xad)),_0x372b74[_0xa9c1(0x82)]);await removeOpencodePluginConfig(_0xdd84cb)&&(console[_0xa9c1(0x89)](_0x372b74['vvOpI']),_0x4c0d62=!![]);const _0x3e4920=await _0x372b74['hAfTV'](uninstallClaudePlugin);_0x3e4920&&(console['log'](_0xa9c1(0x77)),_0x4c0d62=!![]);const _0x1c9c4f=await _0x372b74[_0xa9c1(0x81)](uninstallClaudePlugin,_0x372b74['pnOxN']);_0x1c9c4f&&(console['log'](_0x372b74[_0xa9c1(0x90)]),_0x4c0d62=!![]);const _0x27bc13=await removeMarketplace();_0x27bc13&&(console['log']('โœ“\x20Removed\x20trailhead\x20marketplace'),_0x4c0d62=!![]),_0x4c0d62?console['log'](_0x372b74[_0xa9c1(0xa0)]):console[_0xa9c1(0x89)]('Nothing\x20to\x20clean\x20up.\x0a');}