@ranger-testing/ranger-cli 2.5.4-alpha.f6504c0-8 → 2.5.4-alpha.f940f0d-18

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 (82) hide show
  1. package/README.md +36 -14
  2. package/build/cli.js +1 -1
  3. package/build/commands/addEnv.js +1 -1
  4. package/build/commands/authEncrypt.js +1 -1
  5. package/build/commands/clean.js +1 -1
  6. package/build/commands/config.js +1 -1
  7. package/build/commands/env.js +1 -1
  8. package/build/commands/feature.js +1 -1
  9. package/build/commands/hook.js +1 -1
  10. package/build/commands/hooks/autoPrompt.js +1 -1
  11. package/build/commands/hooks/disable.js +1 -1
  12. package/build/commands/hooks/enable.js +1 -1
  13. package/build/commands/hooks/exitPlanMode.js +1 -1
  14. package/build/commands/hooks/index.js +1 -1
  15. package/build/commands/hooks/output.js +1 -1
  16. package/build/commands/hooks/planReminder.js +1 -1
  17. package/build/commands/hooks/planStart.js +1 -1
  18. package/build/commands/hooks/postEdit.js +1 -1
  19. package/build/commands/hooks/preCompact.js +1 -1
  20. package/build/commands/hooks/sessionEnd.js +1 -1
  21. package/build/commands/hooks/sessionStart.js +1 -1
  22. package/build/commands/hooks/stopHook.js +1 -1
  23. package/build/commands/index.js +1 -1
  24. package/build/commands/login.js +1 -1
  25. package/build/commands/mcpBootstrap.js +1 -1
  26. package/build/commands/migrateProfile.js +1 -1
  27. package/build/commands/setup/claude.js +1 -1
  28. package/build/commands/setup/opencode.js +1 -1
  29. package/build/commands/setupCi.js +1 -1
  30. package/build/commands/skillup.js +1 -1
  31. package/build/commands/start.js +1 -1
  32. package/build/commands/status.js +1 -1
  33. package/build/commands/update.js +1 -1
  34. package/build/commands/updateEnv.js +1 -1
  35. package/build/commands/useEnv.js +1 -1
  36. package/build/commands/utils/activeProfile.js +1 -1
  37. package/build/commands/utils/agentEnv.js +1 -1
  38. package/build/commands/utils/browserSessionsApi.js +1 -1
  39. package/build/commands/utils/claudeConfig.js +1 -1
  40. package/build/commands/utils/claudeOverrideSettings.js +1 -1
  41. package/build/commands/utils/claudePlugin.js +1 -1
  42. package/build/commands/utils/cloudProfile.js +1 -1
  43. package/build/commands/utils/cloudProfileSession.js +1 -1
  44. package/build/commands/utils/crypto.js +1 -1
  45. package/build/commands/utils/desirePathLog.js +1 -1
  46. package/build/commands/utils/deviceAuth.js +1 -1
  47. package/build/commands/utils/environment.js +1 -1
  48. package/build/commands/utils/featureApi.js +1 -1
  49. package/build/commands/utils/fixWebmDuration.js +1 -1
  50. package/build/commands/utils/gitTracked.js +1 -1
  51. package/build/commands/utils/keychain.js +1 -1
  52. package/build/commands/utils/legacyWarning.js +1 -0
  53. package/build/commands/utils/localAgentInstallationsApi.js +1 -1
  54. package/build/commands/utils/matchAuthEnvironment.js +1 -1
  55. package/build/commands/utils/mcpImageBase64.js +1 -1
  56. package/build/commands/utils/model.js +1 -1
  57. package/build/commands/utils/opencodeConfig.js +1 -1
  58. package/build/commands/utils/playwrightCli.js +1 -1
  59. package/build/commands/utils/profileMessages.js +1 -1
  60. package/build/commands/utils/profileSetupBanner.js +1 -1
  61. package/build/commands/utils/projectsConfig.js +1 -1
  62. package/build/commands/utils/rangerConfig.js +1 -1
  63. package/build/commands/utils/rangerRoot.js +1 -1
  64. package/build/commands/utils/resolveProfileContext.js +1 -1
  65. package/build/commands/utils/resolveProfileUrl.js +1 -1
  66. package/build/commands/utils/retry.js +1 -1
  67. package/build/commands/utils/sessionCache.js +1 -1
  68. package/build/commands/utils/settings.js +1 -1
  69. package/build/commands/utils/skillContent.js +1 -1
  70. package/build/commands/utils/skills.js +1 -1
  71. package/build/commands/utils/stitchWebmFiles.js +1 -1
  72. package/build/commands/utils/telemetry.js +1 -1
  73. package/build/commands/utils/tokenRefresh.js +1 -1
  74. package/build/commands/utils/traceSnapshotMapper.js +1 -1
  75. package/build/commands/utils/userApi.js +1 -1
  76. package/build/commands/utils/version.js +1 -1
  77. package/build/commands/verifyFeature.js +1 -1
  78. package/build/commands/verifyFeatureCli.js +1 -1
  79. package/build/skills/ranger/SKILL.md +24 -8
  80. package/build/skills/ranger/create.md +16 -3
  81. package/build/skills/ranger/verify.md +35 -10
  82. package/package.json +3 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ This walks you through everything interactively:
25
25
  - **Authentication** -- opens your browser to log in (credentials stored in OS Keychain)
26
26
  - **Chromium** -- installs the browser used for verification
27
27
  - **Plugin** -- installs the Claude Code plugin (you choose user-level or project-level)
28
- - **Profile** -- prompts for your app's URL, opens a browser to capture login session
28
+ - **Profile** -- prompts for your app's URL, opens a browser to capture a session for the verification agent
29
29
  - **Skills** -- installs markdown files that teach Claude the Ranger workflow
30
30
 
31
31
  > For CI, pass a token directly: `ranger setup [token]`. See `RANGER_CLI_TOKEN` env var for non-interactive use.
@@ -61,13 +61,24 @@ Ask Claude to build a UI feature. Ranger handles the rest: creating a feature re
61
61
 
62
62
  ### Profiles
63
63
 
64
+ A profile tells Ranger where your app runs and how to log in. Run
65
+ `ranger profile add <name>` once — a browser opens, you log in, Ranger
66
+ saves the session for every subsequent run. Convention is one profile per
67
+ account; the CLI suggests `git config user.email` as a default name.
68
+
64
69
  | Command | Description |
65
70
  | ------------------------------------- | ----------------------------------------------------- |
66
- | `ranger profile add <name>` | Add a browser profile (opens browser to capture auth). Use `--safe-mode` if the browser crashes. |
71
+ | `ranger profile add <name>` | Add a profile (opens a browser for login). Use `--safe-mode` if the browser crashes. |
67
72
  | `ranger profile use <name>` | Switch active profile |
68
73
  | `ranger profile ls` | List all profiles |
69
- | `ranger profile update <name>` | Re-capture auth for a profile |
70
- | `ranger profile encrypt-auth <name>` | Encrypt auth.json for safe git storage (CI) |
74
+
75
+ For CI / background agents and other setup options, see
76
+ https://docs.ranger.net/main/concepts/profiles.
77
+
78
+ > Deprecated: `ranger profile update`, `ranger profile encrypt-auth`, and
79
+ > `ranger profile migrate` exit non-zero with a redirect. Run
80
+ > `ranger profile add <name>` to set up a fresh profile. See
81
+ > https://docs.ranger.net/main/concepts/profiles for setup options.
71
82
 
72
83
  ### Feature Reviews
73
84
 
@@ -89,7 +100,12 @@ Ask Claude to build a UI feature. Ranger handles the rest: creating a feature re
89
100
  | ------------ | ------------------------------------ |
90
101
  | `ranger go` | Verify a scenario in the browser |
91
102
 
92
- Options: `--scenario <N>` (scenario index), `--notes "<desc>"` (override notes), `--start-path /path` (start URL), `--profile <name>`, `--model <model>`, `--headed` (force headed browser for this run only).
103
+ Options: `--scenario <N>` (scenario index), `--notes "<desc>"` (override notes), `--start-path /path` (start URL), `--base-url <url>` (override profile base URL), `--profile <name>`, `--model <model>`, `--headed` (force headed browser for this run only).
104
+
105
+ Env vars:
106
+ - `RANGER_TEST_USERNAME` / `RANGER_TEST_PASSWORD` — for [automated login](https://docs.ranger.net/main/concepts/profiles#automated-login). The fastest path for CI / background agents. Works for any login flow we can run deterministically (username/password, SSO, OAuth, MFA, passkeys, magic links) — set up per-app with our team. Talk to us.
107
+ - `RANGER_PROFILE` — pin a profile (lower precedence than `--profile`).
108
+ - `RANGER_BASE_URL` / `RANGER_START_PATH` — analogues of `--base-url` / `--start-path`.
93
109
 
94
110
  You can set a default verify model in `.ranger/config.json`:
95
111
 
@@ -101,14 +117,18 @@ You can set a default verify model in `.ranger/config.json`:
101
117
 
102
118
  ### Config
103
119
 
104
- | Command | Description |
105
- | ------------------------------------------------- | ------------------------------ |
106
- | `ranger profile config set <profile> <key> <value>` | Set a config value |
107
- | `ranger profile config get <profile> <key>` | Read a config value |
108
- | `ranger profile config list <profile>` | Show all config for a profile |
109
- | `ranger profile config unset <profile> <key>` | Remove a config value |
120
+ Fine-tune browser behavior for a profile. Settings apply per cwd, so
121
+ different checkouts of the same repo can have different overrides.
122
+
123
+ | Command | Description |
124
+ | --------------------------------------------------- | ------------------------------ |
125
+ | `ranger profile config set <profile> <key> <value>` | Set a config value |
126
+ | `ranger profile config get <profile> <key>` | Read a config value |
127
+ | `ranger profile config list <profile>` | Show all config for a profile |
128
+ | `ranger profile config unset <profile> <key>` | Remove a config value |
129
+ | `ranger profile config reset <profile>` | Clear all overrides (cloud only) |
110
130
 
111
- Keys: `headless`, `userAgent`, `storageState`, `header.<name>`. Environment variables (e.g., `${AUTH_TOKEN}`) are resolved at runtime.
131
+ Keys: `baseUrl`, `headless`, `userAgent`, `storageState`, `allowInsecureLocalhost`, `headers.<name>`, `setupHeaders.<name>`. Environment variables (e.g., `${AUTH_TOKEN}`) are resolved at runtime.
112
132
 
113
133
  ## Plugin
114
134
 
@@ -121,12 +141,14 @@ claude plugin install ranger@trailhead --scope user
121
141
 
122
142
  ## Troubleshooting
123
143
 
124
- **"No active profile"** -- Run `ranger profile use <profile-name>`.
144
+ **"No active profile"** -- Run `ranger profile use <profile-name>`, or set `RANGER_PROFILE=<name>` for the session.
125
145
 
126
- **Authentication expired** -- Run `ranger profile update <profile-name>` to re-capture.
146
+ **Authentication expired** -- Run `ranger profile add <name>` to refresh. (For automated login, re-run `ranger go` with `RANGER_TEST_USERNAME` / `RANGER_TEST_PASSWORD` set.)
127
147
 
128
148
  **Browser crashes during profile setup** -- On some macOS + Chrome combinations, the browser may crash during authentication. Run `ranger profile add <name> --safe-mode` to disable browser features that trigger the crash.
129
149
 
130
150
  **"No active feature review"** -- Run `ranger list` then `ranger resume <id>`.
131
151
 
152
+ **Daily warning about legacy `.ranger/` paths** -- Existing sessions in those paths still work as a fallback, but new sessions are managed for you. Run `ranger profile add <name>` to set up a fresh profile, then delete the legacy dirs to silence the warning. See https://docs.ranger.net/main/concepts/profiles.
153
+
132
154
  Run `ranger status` to see everything at a glance.
package/build/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x11d5df=_0x33c2;(function(_0x144b13,_0x3b9f10){const _0x28afd2=_0x33c2,_0xd52cd9=_0x144b13();while(!![]){try{const _0x2f5087=parseInt(_0x28afd2(0x21e))/0x1*(-parseInt(_0x28afd2(0x27d))/0x2)+parseInt(_0x28afd2(0x289))/0x3+-parseInt(_0x28afd2(0x2fc))/0x4*(-parseInt(_0x28afd2(0x332))/0x5)+parseInt(_0x28afd2(0x1ab))/0x6*(parseInt(_0x28afd2(0x274))/0x7)+parseInt(_0x28afd2(0x257))/0x8*(-parseInt(_0x28afd2(0x29a))/0x9)+-parseInt(_0x28afd2(0x27c))/0xa+-parseInt(_0x28afd2(0x1cc))/0xb*(parseInt(_0x28afd2(0x1a5))/0xc);if(_0x2f5087===_0x3b9f10)break;else _0xd52cd9['push'](_0xd52cd9['shift']());}catch(_0x59a984){_0xd52cd9['push'](_0xd52cd9['shift']());}}}(_0x3394,0x403c0));import _0x28c275 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x1983fd=_0x33c2,_0x672fe1={'bNvjE':function(_0x582562,_0x1ed732){return _0x582562(_0x1ed732);},'QRdNA':function(_0x2b7380,_0x37de95){return _0x2b7380!==_0x37de95;},'NHAnv':function(_0x488caa,_0x57dd6c,_0x51d956){return _0x488caa(_0x57dd6c,_0x51d956);},'QRNyn':function(_0x4edca3,_0x56e995){return _0x4edca3(_0x56e995);},'iKbeQ':'.env'};let _0x1a2c79=process['cwd']();const _0x467305=_0x672fe1[_0x1983fd(0x2ba)](parse,_0x1a2c79)[_0x1983fd(0x18d)];while(_0x672fe1['QRdNA'](_0x1a2c79,_0x467305)){if(existsSync(_0x672fe1[_0x1983fd(0x216)](join,_0x1a2c79,_0x1983fd(0x310)))||_0x672fe1['QRNyn'](existsSync,join(_0x1a2c79,_0x672fe1['iKbeQ'])))return _0x1a2c79;_0x1a2c79=_0x672fe1['bNvjE'](dirname,_0x1a2c79);}return process[_0x1983fd(0x336)]();}_0x28c275[_0x11d5df(0x23c)]({'path':join(findProjectRoot(),_0x11d5df(0x259))});import _0x3800ff from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';function _0x3394(){const _0xe698=['mYnNs','skip-auth','undKx','48WnDmwr','Feature\x20review\x20description','sxeGP','YoVYP','opencode','user','verified','Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)','oMOnI','New\x20scenario\x20description','ranger\x20profile\x20encrypt-auth','NZiDh','zDYQb','ijlut','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','value','mcp','limit','wzCvD','Reason:\x20','task','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','ntmna','mMpJo','iSzNv','ranger\x20feature\x20restore','disable','MAihb','array','KJHsE','vcVKO','Install\x20Claude\x20Code\x20plugin\x20and\x20skills','argv','6471586hOccqd','--scenario','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','all','yDyzl','✓\x20Server-side\x20login\x20succeeded\x20for\x20\x27','GrEaO','ULZdm','Scenario\x20description','option','edit-scenario','Include\x20soft-deleted\x20feature\x20reviews','aWRFQ','gPEzZ','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','vVAFl','key','dfPYR','You\x20must\x20specify\x20an\x20auth\x20subcommand','Set\x20up\x20a\x20local\x20browser\x20profile','Update\x20authentication\x20for\x20an\x20existing\x20profile','LdIfO','feature\x20create','tYoRX','get-feedback\x20[id]','Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','XktVt','dry-run','ranger\x20go','dpLtx','ObOGO','--env','env-name','profile\x20login','headed','tVoQE','WrfWl','item','with-deps','env','epilogue','ySGJj','name','profile','ranger\x20feature\x20get-feedback','\x0aIssues:','npRHp','kmglw','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','WDYAt','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','cnjKy','dRlaX','ranger\x20profile\x20config\x20unset','Remove\x20a\x20config\x20value','CFKxC','EIxEc','KtmAq','update','gPngA','setup:skills','cvfmC','xRqJw','DGNGj','iaEln','XVHLr','stqgx','\x20BLOCKED','project','DSjIo','deps','kShes','NHAnv','ranger','evaluation','dtjdP','kSgbZ','kakCI','ranger\x20show','MrHXu','8999JARyCd','setup:deps','rUbWf','env\x20list','yes','ApWpx','NsIjj','debug-address-comments','You\x20must\x20specify\x20an\x20env\x20subcommand','repeat','cSqDL','Skip\x20browser\x20authentication','encrypt\x20<profile>','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','test','offset','scriptName','pwVQF','base-url','zelsf','SAJwn','DgRKw','NHiYF','ZHZHF','create\x20<name>','demandCommand','PNUSR','nXfHq','You\x20must\x20specify\x20a\x20command','SSxmt','config','Get\x20a\x20config\x20value','deqzm','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','use\x20<env-name>','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','meMBt','yIstr','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','YwsnR','uwPTg','FTGtZ','error','number','ranger\x20feature\x20create','strictCommands','evaluationReason','maKBf','Name\x20of\x20the\x20profile','bvAif','jIoGU','IKYWQ','ranger\x20feature\x20delete','log','positional','Alias\x20for\x20--mcp-bootstrap','Feature\x20review\x20name','60128fiOQBd','URkzB','.env','partial','profile\x20config\x20unset','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','usage','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','skip-chromium','TjKAH','RCZFf','Ranger\x20API\x20token','uQrkZ','profile\x20config\x20get','rrwCS','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','SGFJW','lNzAe','clean','restore','ocRBM','eBXSl','hOWKu','issues','FvbCV','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','add-checklist-item\x20<description>','NEJYW','config\x20get','440860KxfLhT','\x27.\x20Session\x20written\x20to\x20cloud\x20profile.','exclude-scenario','delete\x20[id]','Cpkxr','PdSKv','dsPQC','kQvOS','469210AbfseE','58zYOUPA','arwST','hqWkp','Initialize\x20Ranger\x20in\x20your\x20project','command','wkMLC','ZZnAg','xWfDB','Number\x20of\x20feature\x20reviews\x20to\x20skip','trackCommandError','ranger\x20feature\x20list','NvfRn','1188336oRJcol','mLZGz','StzWL','Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.','LCEMd','delete','scenario','ranger\x20verify-feature','ranger\x20create','maCBU','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.','Authenticate\x20via\x20MCP\x20proxy','Config\x20value','rfZnl','--notes','Manage\x20profile\x20configuration','288ywYIiY','FPFWn','TZSfP','nKqeV','notes','Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','force','YrBWY','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','ranger\x20env\x20ls','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','Ranger\x20API\x20token\x20(rngr_...)','token','yUZhR','auth','blocked','current-branch','skills','WRyXR','Cloud\x20profile\x20name','RANGER_TEST_PASSWORD','safe-mode','ZkNkF','TuFKP','list','QliZl','zqwZm','list\x20<env>','ranger\x20feature\x20add-checklist-item','mcp-bootstrap','failed','exitCode','bNvjE','ekazd','LsLiX','Skip\x20interactive\x20confirmation\x20prompts.','PkxqS','boolean','fNNeY','tokenOrSubcommand','jMGWD','some','QChFV','profile\x20add','--checklist','slice','PZoZy','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','API\x20token','itesA','ZgZuX','Optional\x20feature\x20ID','ypCVc','migrate\x20[profile-name]','Authenticate\x20with\x20Ranger','DXDeB','POvZM','IjXMo','Add\x20profile\x20configuration','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','save-creds','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','ranger\x20add\x20env','HwOYk','You\x20must\x20specify\x20a\x20profile\x20subcommand','KClQO','alias','CvlhU','wbisF','length','iEuKy','✓\x20Authenticated\x20to\x20','hook','HfsLL','yxPYT','fbXQK','CksqT','CLYhO','eHqwr','session-id','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','allow-insecure-localhost','wXXBy','CMyjz','FfTtB','kaQrc','NODE_ENV','set\x20<profile>\x20<key>\x20<value>','XznOH','GMjlZ','Scenario\x20number\x20to\x20edit\x20(1-based)','yJPNb','MKpfR','profile-name','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','RZpUB','Skip\x20authentication','184CSYkMS','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','add-scenario','ywjML','vupJj','eoflJ','TEsMO','TzITn','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile\x20(cloud\x20profiles\x20only)','HXPXR','uxEIp','qTIGq','ENeUq','ZMUFm','HNDsN','HZoIf','zRzjD','Install\x20Ranger\x20skills','ranger\x20profile\x20use','Environment\x20name','.ranger','xLvAa','Dotwr','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.','profile\x20encrypt-auth','pBdcU','TohHj','lhAgJ','checklist','login\x20<name>','Name\x20of\x20the\x20environment','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','get-review\x20[id]','aayvf','ZhsVy','YJcWG','encrypt-auth\x20<profile>','DPFDw','You\x20must\x20specify\x20a\x20config\x20subcommand','restore\x20<id>','eoBEO','unset\x20<profile>\x20<key>','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','zAgTN','cOejk','ranger\x20auth\x20encrypt','GkUsk','Skip\x20Chromium\x20browser\x20installation','include-deleted','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','feature\x20restore','VWXLr','agsRU','feature','54335MwHvHF','CStBh','hook:enable','--profile','cwd','Profile\x20name','string','SRLqG','ranger\x20env\x20update','parse','profile\x20update','ctNaL','url','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','fail','show\x20[id]','Install\x20Chromium\x20browser\x20binary','List\x20all\x20profiles','igBig','kRjxI','--task','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','YuYEK','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','oFXQG','LwFfi','profile\x20migrate','incomplete','exit','root','Unknown\x20command','feature\x20list','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\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/update/config/encrypt-auth)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\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.','ranger\x20config\x20unset','--item','JzYYA','oamMD','Install\x20scope\x20for\x20skills','enable','description','not_configured','Login\x20failed:\x20','kvPVh','eOJCC','CLmPB','janeb','GDoIk','LZSeg','Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20','resume\x20[id]','tarCh','Evaluation:\x20','scope','12NIlBcO','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)'];_0x3394=function(){return _0xe698;};return _0x3394();}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{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';function _0x33c2(_0x123cc7,_0x492641){_0x123cc7=_0x123cc7-0x17e;const _0x3394d7=_0x3394();let _0x33c256=_0x3394d7[_0x123cc7];return _0x33c256;}import{installSkill}from'./commands/utils/skills.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x5dd2bd=>{const _0x251e3a=_0x11d5df,_0x379ece={'FtNfQ':function(_0x1039bf){return _0x1039bf();}},_0x58bba9=_0x379ece['FtNfQ'](getCurrentCollector);_0x58bba9&&await _0x58bba9['trackCommandError'](_0x5dd2bd),process[_0x251e3a(0x2b9)]=0x1;});const rawArgs=process[_0x11d5df(0x1cb)]['slice'](0x2),TOP_LEVEL_HELP=_0x11d5df(0x190),PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x20\x20migrate\x20[<profile>]\x20\x20\x20\x20\x20\x20\x20Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20migrate\x20--all\x20--dry-run',PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aProfile\x20config.\x20Routes\x20automatically\x20based\x20on\x20where\x20the\x20profile\x20lives:\x0a\x20\x20-\x20Local\x20profiles\x20write\x20to\x20.ranger/<env>/settings.json\x0a\x20\x20-\x20Cloud\x20profiles\x20write\x20a\x20local\x20overlay\x20in\x20~/.ranger/projects.json\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\x20(effective\x20value\x20for\x20cloud\x20profiles)\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\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20local\x20overrides\x20(cloud\x20profiles\x20only)\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override\x20for\x20cloud\x20profiles)\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\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\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\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201';function warnRenamed(_0x275ab5,_0x2e6764){console['error']('\x0a'+_0x275ab5+'\x20is\x20now\x20'+_0x2e6764+'\x0a');}function argUsed(_0x1b2071){const _0x8e47ab=_0x11d5df;return rawArgs[_0x8e47ab(0x2c3)](_0x2e1ae1=>_0x2e1ae1===_0x1b2071||_0x2e1ae1['startsWith'](_0x1b2071+'='));}function warnFlagRenamed(_0x475597,_0x2baac9,_0x54f22e){argUsed(_0x2baac9)&&warnRenamed(_0x475597+'\x20'+_0x2baac9,_0x475597+'\x20'+_0x54f22e);}async function runGoCommand(_0x1f2a26,_0x256442=![]){const _0xe2303a=_0x11d5df,_0x47aef7={'ZkNkF':function(_0x172f37,_0x1bd0d7){return _0x172f37+_0x1bd0d7;},'eBXSl':'ranger\x20go','zRrdC':function(_0x3299d8,_0x26261b,_0x1ca1ab,_0x9bd688){return _0x3299d8(_0x26261b,_0x1ca1ab,_0x9bd688);},'FvbCV':_0xe2303a(0x184),'mYnNs':_0xe2303a(0x298),'ySGJj':'--scenario','nXfHq':function(_0x150083){return _0x150083();},'Nrmad':function(_0x65b4e9){return _0x65b4e9();},'dtjdP':function(_0x3ebd36,_0x299559){return _0x3ebd36(_0x299559);},'cxPcz':'start-path','AJkzm':'debug-outcome','TWSJI':'verified','ZHZHF':function(_0x4be85c,_0x5dbb3d){return _0x4be85c===_0x5dbb3d;},'SAJwn':'incomplete','ywjML':'partial','poDiW':'\x20PARTIAL','zmSnl':_0xe2303a(0x2a9),'eoflJ':_0xe2303a(0x211)};_0x256442&&warnRenamed(_0xe2303a(0x290),_0x47aef7[_0xe2303a(0x26c)]);warnFlagRenamed('ranger\x20go',_0xe2303a(0x1ec),_0xe2303a(0x335)),_0x47aef7['zRrdC'](warnFlagRenamed,_0xe2303a(0x1e9),_0x47aef7[_0xe2303a(0x26f)],_0x47aef7[_0xe2303a(0x1a8)]),warnFlagRenamed('ranger\x20go',_0xe2303a(0x192),_0x47aef7[_0xe2303a(0x1f6)]);const _0x23647d=await _0x47aef7[_0xe2303a(0x239)](loadRangerConfig),_0x1e95ba=_0x47aef7['Nrmad'](isByokEnabled),_0x4e0207=_0x1f2a26['model'],_0x4a9ccb=_0x23647d['model'],_0x5c518c=await _0x47aef7[_0xe2303a(0x219)](verifyFeature,{'featureId':_0x1f2a26['feature'],'profile':_0x1f2a26['profile']??_0x1f2a26['env']??process['env']['RANGER_PROFILE'],'notes':_0x1f2a26[_0xe2303a(0x29e)]??_0x1f2a26['task'],'scenario':_0x1f2a26[_0xe2303a(0x28f)]??_0x1f2a26[_0xe2303a(0x1f2)],'startPath':_0x1f2a26[_0x47aef7['cxPcz']],'baseUrl':_0x1f2a26['base-url'],'debugOutcome':_0x1f2a26[_0x47aef7['AJkzm']],'debugAddressComments':_0x1f2a26[_0xe2303a(0x225)],'headed':_0x1f2a26['headed'],'byokEnabled':_0x1e95ba,'flagVerifyModel':_0x4e0207,'configVerifyModel':_0x4a9ccb});console[_0xe2303a(0x253)]('\x0a'+'='[_0xe2303a(0x227)](0x3c)),console['log'](_0x5c518c[_0xe2303a(0x218)]===_0x47aef7['TWSJI']?'\x20VERIFIED':_0x47aef7[_0xe2303a(0x235)](_0x5c518c[_0xe2303a(0x218)],_0x47aef7[_0xe2303a(0x232)])?'\x20INCOMPLETE':_0x47aef7['ZHZHF'](_0x5c518c[_0xe2303a(0x218)],_0x47aef7[_0xe2303a(0x2ff)])?_0x47aef7['poDiW']:_0x47aef7[_0xe2303a(0x235)](_0x5c518c[_0xe2303a(0x218)],_0x47aef7['zmSnl'])?_0x47aef7[_0xe2303a(0x301)]:'\x20FAILED'),console[_0xe2303a(0x253)]('='[_0xe2303a(0x227)](0x3c)),console[_0xe2303a(0x253)]('Summary:\x20'+_0x5c518c['summary']),console['log'](_0xe2303a(0x1a3)+_0x5c518c['evaluation']),console[_0xe2303a(0x253)](_0xe2303a(0x1be)+_0x5c518c[_0xe2303a(0x24c)]),_0x5c518c['issues']?.[_0xe2303a(0x2df)]&&(console['log'](_0xe2303a(0x1fa)),_0x5c518c[_0xe2303a(0x26e)]['forEach']((_0x1e9a36,_0x44bda3)=>{const _0x364d5a=_0xe2303a;console[_0x364d5a(0x253)]('\x0a'+_0x47aef7[_0x364d5a(0x2b0)](_0x44bda3,0x1)+'.\x20['+_0x1e9a36['severity']+']\x20'+_0x1e9a36[_0x364d5a(0x197)]);})),process[_0xe2303a(0x18c)](_0x5c518c['evaluation']==='verified'?0x0:0x1);}export function buildParser(_0x3616b1){const _0x24a7ff=_0x11d5df,_0x176b9c={'lhAgJ':_0x24a7ff(0x1f7),'vcVKO':_0x24a7ff(0x338),'dsPQC':_0x24a7ff(0x256),'cvfmC':'description','gpPdd':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','xLvAa':_0x24a7ff(0x318),'DPFDw':'array','GDoIk':'Example:\x20ranger\x20create\x20my-feature','XVHLr':_0x24a7ff(0x291),'deqzm':_0x24a7ff(0x2c6),'CvlhU':'current-branch','wXXBy':_0x24a7ff(0x2bf),'omtem':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','fwIIz':_0x24a7ff(0x1bc),'kHzaA':_0x24a7ff(0x22d),'tYoRX':_0x24a7ff(0x32c),'TZjdb':_0x24a7ff(0x1d7),'eOJCC':_0x24a7ff(0x2b2),'rfZnl':function(_0x4889f5,_0x28fb46,_0x24fcf8){return _0x4889f5(_0x28fb46,_0x24fcf8);},'bjRLd':'resume','HykSr':_0x24a7ff(0x1d4),'WrfWl':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Awjmr':_0x24a7ff(0x2fe),'ApWpx':_0x24a7ff(0x1b4),'nKqeV':'scenario','KtmAq':function(_0x214dc6,_0x3523dd,_0x30ec7f){return _0x214dc6(_0x3523dd,_0x30ec7f);},'yjwgW':_0x24a7ff(0x1d6),'GMjlZ':'Feature\x20review\x20ID','BcoyD':'json','gKofM':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','iApML':_0x24a7ff(0x276),'FfTtB':'get-review','xLTgj':_0x24a7ff(0x28e),'FPFWn':'token','LZSeg':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','stqgx':'skip-auth','bvAif':'scope','dpLtx':'user','cOejk':'url','fbXQK':_0x24a7ff(0x1bb),'xRqJw':'mcp-bootstrap','VWXLr':_0x24a7ff(0x1f3),'qhssL':'opencode','DXDeB':function(_0x114fd8,_0xae33cf){return _0x114fd8(_0xae33cf);},'HSCzD':_0x24a7ff(0x217),'QChFV':function(_0x4b26b1,_0x3cb410,_0x170c0d){return _0x4b26b1(_0x3cb410,_0x170c0d);},'yxPYT':'Subcommand\x20or\x20API\x20token\x20(rngr_...)','CziTo':_0x24a7ff(0x214),'rUbWf':_0x24a7ff(0x2d0),'hzdoC':'profiles','DpHFW':'skip-chromium','NZiDh':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','eYoZo':_0x24a7ff(0x2a0),'NvfRn':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','uxEIp':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','NsIjj':_0x24a7ff(0x2ec),'ykZTd':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','dRlaX':'start','ocRBM':'profile','MKpfR':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','dcEks':'setup-ci','kaQrc':'login','HIkow':'clean','HCRXR':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','kQvOS':'cdp-endpoint','lNzwN':_0x24a7ff(0x2af),'YtPhB':'yes','npRHp':'Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','bkzjg':'profile\x20use','iEuKy':function(_0x1d0fb3,_0x4f473f,_0x3c40e9){return _0x1d0fb3(_0x4f473f,_0x3c40e9);},'lAyFK':_0x24a7ff(0x314),'RZpUB':_0x24a7ff(0x18a),'jvGBJ':'profile\x20ls','HNDsN':_0x24a7ff(0x2f8),'SzAti':_0x24a7ff(0x241),'jIoGU':_0x24a7ff(0x2b8),'ygbQL':_0x24a7ff(0x1e8),'pHNkA':'profile\x20config\x20list','nRCXV':'profile\x20config\x20reset','agsRU':_0x24a7ff(0x2f2),'iaEln':'get\x20<profile>\x20<key>','aWRFQ':'list\x20<profile>','vrKvL':'List\x20all\x20config\x20for\x20a\x20profile','LmUGg':_0x24a7ff(0x304),'lmHAj':'add\x20<profile-name>','xnZsS':_0x24a7ff(0x2d4),'JElGs':'Switch\x20to\x20using\x20a\x20specific\x20profile','NHiYF':'update\x20<profile-name>','pAFHx':_0x24a7ff(0x1e0),'pBdcU':_0x24a7ff(0x2cf),'ljtrh':_0x24a7ff(0x1b2),'tXRvQ':'config','ZhsVy':'status','oMOnI':_0x24a7ff(0x208),'ULZdm':'print-access-token','kSgbZ':_0x24a7ff(0x2cd),'ibTAh':'notes','sxeGP':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','LsLiX':'Scenario\x20index\x20(1-based)','RHgXF':'start-path','dvEcR':_0x24a7ff(0x2fd),'Xeygf':_0x24a7ff(0x230),'aayvf':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','hpKKm':_0x24a7ff(0x313),'bfsiE':_0x24a7ff(0x1ef),'ypCVc':_0x24a7ff(0x25a),'TohHj':_0x24a7ff(0x2a9),'DGNGj':'debug-address-comments','cSqDL':_0x24a7ff(0x1bf),'yIstr':function(_0x1a8e05,_0x2ea39f){return _0x1a8e05(_0x2ea39f);},'VpMbS':'Profile\x20name','VLyCm':function(_0xb947a2,_0x314c1e){return _0xb947a2(_0x314c1e);},'hOWKu':_0x24a7ff(0x22a),'gwISH':_0x24a7ff(0x212),'kmglw':'Skip\x20authentication','YJcWG':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','URELE':function(_0x124b94,_0x236800,_0x5e4707){return _0x124b94(_0x236800,_0x5e4707);},'FPayO':'ranger\x20setup','zAgTN':function(_0x4fc0a4,_0x5b56bd,_0xfcc3d8){return _0x4fc0a4(_0x5b56bd,_0xfcc3d8);},'QdNbE':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','qIRxI':'item','kakCI':'number','hwtig':'model','rKhln':'debug-outcome','RLldA':_0x24a7ff(0x1b1),'XjGbS':function(_0x101fd5,_0xc05e9f,_0x356947){return _0x101fd5(_0xc05e9f,_0x356947);},'NNuUe':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','YaNPq':_0x24a7ff(0x2d8),'XktVt':_0x24a7ff(0x1ed),'ywKNE':_0x24a7ff(0x30e),'GSsjN':function(_0x3fd7d6,_0x1ee8e8,_0x14fe5a){return _0x3fd7d6(_0x1ee8e8,_0x14fe5a);},'IKYWQ':'use','GkUsk':'ranger\x20profile\x20config\x20set','wzCvD':'config\x20set','tVoQE':'env','AYQQx':function(_0x5b4517,_0x37d7ff,_0x420ca5){return _0x5b4517(_0x37d7ff,_0x420ca5);},'NWtVi':_0x24a7ff(0x296),'nYbUH':'Config\x20key','Uzfmy':'config\x20list','bzINq':_0x24a7ff(0x1dc),'sSPku':'set\x20<env>\x20<key>\x20<value>','maCBU':_0x24a7ff(0x2b5),'aitqW':_0x24a7ff(0x322),'mIwNZ':'ranger\x20profile\x20ls','lZANr':function(_0x1b9654,_0x2247c5,_0x5950f5){return _0x1b9654(_0x2247c5,_0x5950f5);},'PdSKv':'Name\x20of\x20the\x20environment\x20to\x20update','Nohod':_0x24a7ff(0x226),'zgQVa':_0x24a7ff(0x1cd),'dvmCk':function(_0x1ab136,_0x4389db,_0x3dd39f){return _0x1ab136(_0x4389db,_0x3dd39f);},'janeb':_0x24a7ff(0x21c),'XXXbm':'feature\x20show','ofQcD':function(_0x144965,_0x5c4131,_0x5b4e69){return _0x144965(_0x5c4131,_0x5b4e69);},'YoVYP':_0x24a7ff(0x1f9),'CFKxC':function(_0x57f84f,_0x1d2c0e,_0x7c0ed5){return _0x57f84f(_0x1d2c0e,_0x7c0ed5);},'YwsnR':'ranger\x20delete','AkLpm':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','eoBEO':'ranger\x20feature\x20resume','mVmtE':function(_0x4b1658,_0x318c30,_0x33a941){return _0x4b1658(_0x318c30,_0x33a941);},'AgSlN':'ranger\x20restore','TZSfP':_0x24a7ff(0x236),'PZoZy':_0x24a7ff(0x17f),'CLmPB':_0x24a7ff(0x271),'dKJxH':_0x24a7ff(0x1e4),'UgiZe':'delete\x20[id]','oamMD':_0x24a7ff(0x1da),'FPWOI':_0x24a7ff(0x334),'zDYQb':_0x24a7ff(0x1c0),'QKcLi':'hook:disable','xKrKz':_0x24a7ff(0x244),'MrHXu':'disable','KJHsE':_0x24a7ff(0x2e9),'ijlut':_0x24a7ff(0x18e),'OeWXK':_0x24a7ff(0x2c9),'jMGWD':function(_0x5b8dd0,_0x21e3c4){return _0x5b8dd0(_0x21e3c4);},'gWTjV':function(_0x1560b9,_0x4a2c45){return _0x1560b9(_0x4a2c45);},'DgRKw':function(_0x4071d1){return _0x4071d1();},'xWfDB':'Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','Cpkxr':'add-scenario\x20<description>','JHsCs':_0x24a7ff(0x2d7),'maKBf':_0x24a7ff(0x1b9),'DgrVn':'report\x20[id]','UGlOC':_0x24a7ff(0x31c),'OkqEK':_0x24a7ff(0x1ce),'Vqsgu':_0x24a7ff(0x25c),'TkKqL':_0x24a7ff(0x323),'TEsMO':'Restore\x20a\x20soft-deleted\x20feature\x20review','Orfac':'setup\x20[tokenOrSubcommand]','vupJj':_0x24a7ff(0x280),'YrBWY':'setup-ci\x20<token>','LwFfi':_0x24a7ff(0x23f),'bZvQH':_0x24a7ff(0x31b),'WRyXR':'skillup','tarCh':'Manage\x20profiles','iwmgv':'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','jeNIN':'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','lNzAe':_0x24a7ff(0x2eb),'WDYAt':'verify-feature','gPngA':_0x24a7ff(0x331),'YuYEK':_0x24a7ff(0x2e2),'YqDdX':_0x24a7ff(0x23a),'ZgZuX':function(_0x4e9372,_0xcf894){return _0x4e9372+_0xcf894;},'LCEMd':function(_0x2db23f,_0x2f6b23){return _0x2db23f+_0x2f6b23;},'gEpMC':'help'};return _0x176b9c['gWTjV'](_0x3800ff,_0x3616b1??process[_0x24a7ff(0x1cb)][_0x24a7ff(0x2c7)](0x2))[_0x24a7ff(0x22e)]('ranger')[_0x24a7ff(0x25d)](TOP_LEVEL_HELP)['version'](_0x176b9c[_0x24a7ff(0x233)](getCurrentVersion))[_0x24a7ff(0x281)]('create\x20<name>',_0x176b9c[_0x24a7ff(0x284)],_0x88496a=>{const _0xf629d6=_0x24a7ff;return _0x88496a[_0xf629d6(0x254)](_0x176b9c[_0xf629d6(0x317)],{'type':_0x176b9c['vcVKO'],'description':_0x176b9c[_0xf629d6(0x27a)],'demandOption':!![]})['option'](_0x176b9c[_0xf629d6(0x20b)],{'type':'string','alias':'d','description':_0xf629d6(0x1ac)})[_0xf629d6(0x1d5)]('scenario',{'type':'array','alias':'c','description':_0x176b9c['gpPdd']})[_0xf629d6(0x1d5)](_0x176b9c[_0xf629d6(0x311)],{'type':_0x176b9c[_0xf629d6(0x321)],'hidden':!![]});},async _0x489ef9=>{const _0xc5d25b=_0x24a7ff;if(!_0x489ef9['name']){console['error'](_0xc5d25b(0x25e)+_0x176b9c[_0xc5d25b(0x19e)]),process[_0xc5d25b(0x18c)](0x1);return;}warnFlagRenamed(_0x176b9c[_0xc5d25b(0x20f)],_0x176b9c[_0xc5d25b(0x23e)],'--scenario');const _0x2e7519=_0x489ef9['scenario']||_0x489ef9['checklist'];await withTelemetry('create',()=>featureCreate(_0x489ef9[_0xc5d25b(0x1f7)],{'description':_0x489ef9[_0xc5d25b(0x197)],'scenarios':_0x2e7519}));})['command'](_0x24a7ff(0x2b2),'List\x20all\x20feature\x20reviews',_0x161c81=>{const _0x225eb0=_0x24a7ff;return _0x161c81['option'](_0x176b9c[_0x225eb0(0x2dd)],{'type':_0x176b9c[_0x225eb0(0x2ed)],'description':_0x176b9c['omtem']})['option'](_0x176b9c['fwIIz'],{'type':'number','alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})[_0x225eb0(0x1d5)](_0x176b9c['kHzaA'],{'type':_0x225eb0(0x249),'alias':'o','description':_0x225eb0(0x285),'default':0x0})[_0x225eb0(0x1d5)](_0x176b9c[_0x225eb0(0x1e3)],{'type':_0x176b9c['wXXBy'],'alias':'d','description':_0x176b9c['TZjdb'],'default':![]});},async _0x2045ad=>{const _0x35d73c=_0x24a7ff;await withTelemetry(_0x176b9c['eOJCC'],()=>featureList({'currentBranch':_0x2045ad[_0x35d73c(0x2aa)],'limit':_0x2045ad[_0x35d73c(0x1bc)],'offset':_0x2045ad[_0x35d73c(0x22d)],'includeDeleted':_0x2045ad['include-deleted']}));})['command'](_0x176b9c[_0x24a7ff(0x2c8)],_0x24a7ff(0x187),_0x156516=>{return _0x156516['positional']('id',{'type':_0x176b9c['vcVKO'],'description':'Feature\x20review\x20ID'});},async _0xd7e0c3=>{const _0x1ee45b=_0x24a7ff;await _0x176b9c[_0x1ee45b(0x297)](withTelemetry,'show',()=>featureShow(_0xd7e0c3['id']));})[_0x24a7ff(0x281)](_0x24a7ff(0x1a1),_0x24a7ff(0x2ea),_0x211fdf=>{const _0x2975b3=_0x24a7ff;return _0x211fdf[_0x2975b3(0x254)]('id',{'type':_0x176b9c['vcVKO'],'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x14b368=>{await withTelemetry(_0x176b9c['bjRLd'],()=>featureResume(_0x14b368['id']));})['command'](_0x176b9c[_0x24a7ff(0x278)],_0x176b9c['JHsCs'],_0x46c468=>{const _0x4018c1=_0x24a7ff;return _0x46c468[_0x4018c1(0x254)](_0x176b9c[_0x4018c1(0x20b)],{'type':_0x176b9c['vcVKO'],'description':_0x176b9c['HykSr'],'demandOption':!![]})['option']('id',{'type':_0x4018c1(0x338),'description':_0x176b9c['WrfWl']});},async _0x314794=>{const _0x47a46a=_0x24a7ff;await withTelemetry(_0x176b9c['Awjmr'],()=>featureAddScenario(_0x314794[_0x47a46a(0x197)],_0x314794['id']));})[_0x24a7ff(0x281)]('edit-scenario\x20<description>',_0x176b9c[_0x24a7ff(0x24d)],_0x65e7e1=>{const _0x4e6975=_0x24a7ff;return _0x65e7e1['positional'](_0x4e6975(0x197),{'type':_0x176b9c[_0x4e6975(0x1c9)],'description':_0x176b9c[_0x4e6975(0x223)],'demandOption':!![]})['option'](_0x176b9c[_0x4e6975(0x29d)],{'type':'number','description':_0x4e6975(0x2f5),'demandOption':!![]})[_0x4e6975(0x1d5)]('id',{'type':_0x176b9c['vcVKO'],'description':_0x176b9c['WrfWl']});},async _0x14d89b=>{const _0x5349a3=_0x24a7ff;await _0x176b9c[_0x5349a3(0x207)](withTelemetry,_0x176b9c['yjwgW'],()=>featureEditScenario(_0x14d89b['description'],{'id':_0x14d89b['id'],'scenario':_0x14d89b[_0x5349a3(0x28f)]}));})[_0x24a7ff(0x281)](_0x176b9c['DgrVn'],'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x55bf62=>{const _0xbe569b=_0x24a7ff;return _0x55bf62[_0xbe569b(0x254)]('id',{'type':_0x176b9c[_0xbe569b(0x1c9)],'description':_0x176b9c['GMjlZ']})[_0xbe569b(0x1d5)](_0xbe569b(0x276),{'type':_0x176b9c[_0xbe569b(0x321)],'description':_0xbe569b(0x22b)})['option'](_0x176b9c['BcoyD'],{'type':_0x176b9c[_0xbe569b(0x2ed)],'description':_0x176b9c['gKofM'],'default':![]});},async _0x4acc21=>{const _0x1bf252=_0x4acc21[_0x176b9c['iApML']],_0x25b9eb=_0x1bf252?_0x1bf252['map'](_0x179a62=>Number(_0x179a62)):undefined;await withTelemetry('report',()=>featureReportPrDescription(_0x4acc21['id'],{'excludeScenarios':_0x25b9eb,'json':_0x4acc21['json']}));})['command'](_0x176b9c['UGlOC'],_0x176b9c['OkqEK'],_0x28039f=>{const _0x5797a1=_0x24a7ff;return _0x28039f['positional']('id',{'type':'string','description':_0x5797a1(0x326)});},async _0x943b8a=>{const _0x400e35=_0x24a7ff;await withTelemetry(_0x176b9c[_0x400e35(0x2ef)],()=>featureGetReview(_0x943b8a['id']));})[_0x24a7ff(0x281)](_0x24a7ff(0x277),_0x176b9c['Vqsgu'],_0x796f81=>{const _0x5e5880=_0x24a7ff;return _0x796f81[_0x5e5880(0x254)]('id',{'type':_0x176b9c['vcVKO'],'description':_0x176b9c['GMjlZ']});},async _0x373797=>{const _0x282179=_0x24a7ff;await _0x176b9c[_0x282179(0x207)](withTelemetry,_0x176b9c['xLTgj'],()=>featureDelete(_0x373797['id']));})[_0x24a7ff(0x281)](_0x176b9c['TkKqL'],_0x176b9c[_0x24a7ff(0x302)],_0x40cbca=>{const _0x336e29=_0x24a7ff;return _0x40cbca[_0x336e29(0x254)]('id',{'type':_0x176b9c[_0x336e29(0x1c9)],'description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0xac1c92=>{const _0x99510d=_0x24a7ff;await withTelemetry(_0x99510d(0x26a),()=>featureRestore(_0xac1c92['id']));})['command'](_0x176b9c['Orfac'],_0x176b9c[_0x24a7ff(0x300)],_0x5e46ac=>{const _0x19a154=_0x24a7ff,_0x87ed96={'ntmna':_0x176b9c['FPFWn'],'mMpJo':_0x19a154(0x2bf),'SGFJW':_0x176b9c[_0x19a154(0x19f)],'POvZM':_0x176b9c['stqgx'],'ytcZx':_0x19a154(0x2fb),'eHqwr':_0x176b9c['bvAif'],'ekazd':_0x176b9c['vcVKO'],'gPEzZ':_0x176b9c[_0x19a154(0x1ea)],'FTGtZ':_0x19a154(0x212),'pwVQF':'Install\x20scope\x20for\x20plugin\x20and\x20skills','undKx':_0x176b9c[_0x19a154(0x328)],'MAihb':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','kShes':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','ctNaL':_0x176b9c[_0x19a154(0x2e5)],'QliZl':_0x176b9c[_0x19a154(0x20c)],'SRLqG':'setup:all','BvnBs':_0x176b9c[_0x19a154(0x32f)],'dfPYR':function(_0x387329,_0x31d317,_0xef6ad4){return _0x387329(_0x31d317,_0xef6ad4);},'tUVTZ':_0x19a154(0x21f),'Yyjvw':_0x19a154(0x2a5),'qTIGq':function(_0x178e8f){return _0x178e8f();},'oFXQG':function(_0x4535e1,_0x5f344d,_0x533ae6){return _0x4535e1(_0x5f344d,_0x533ae6);},'vRoqN':_0x176b9c['qhssL'],'TuFKP':function(_0x32440c,_0x2a8f6b){return _0x176b9c['DXDeB'](_0x32440c,_0x2a8f6b);},'ZZnAg':_0x176b9c['HSCzD'],'cnjKy':function(_0x264937,_0x21252e,_0x49898b){const _0x3f94bd=_0x19a154;return _0x176b9c[_0x3f94bd(0x2c4)](_0x264937,_0x21252e,_0x49898b);},'bcIZP':'Where\x20to\x20store\x20the\x20profile','UXuyM':_0x19a154(0x2a0),'WwosJ':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url'};return _0x5e46ac[_0x19a154(0x25d)]('Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\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\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level')['positional'](_0x19a154(0x2c1),{'type':_0x176b9c['vcVKO'],'description':_0x176b9c[_0x19a154(0x2e4)]})['command'](_0x19a154(0x1cf),'Run\x20full\x20interactive\x20setup',_0x50efab=>{const _0x3e9ee3=_0x19a154;return _0x50efab[_0x3e9ee3(0x1d5)](_0x87ed96['ntmna'],{'type':_0x3e9ee3(0x338),'description':_0x3e9ee3(0x262)})[_0x3e9ee3(0x1d5)](_0x3e9ee3(0x25f),{'type':_0x87ed96['mMpJo'],'description':_0x87ed96[_0x3e9ee3(0x267)],'default':![]})['option'](_0x87ed96[_0x3e9ee3(0x2d2)],{'type':'boolean','description':_0x87ed96['ytcZx'],'default':![]})[_0x3e9ee3(0x1d5)](_0x3e9ee3(0x1f3),{'type':_0x87ed96['mMpJo'],'description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','default':![]})[_0x3e9ee3(0x1d5)](_0x87ed96['eHqwr'],{'type':_0x87ed96['ekazd'],'choices':[_0x87ed96[_0x3e9ee3(0x1d9)],_0x87ed96[_0x3e9ee3(0x247)]],'description':_0x87ed96[_0x3e9ee3(0x22f)]})[_0x3e9ee3(0x1d5)](_0x87ed96[_0x3e9ee3(0x1aa)],{'type':_0x87ed96['ekazd'],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup'})['option']('force',{'type':_0x87ed96['mMpJo'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option']('opencode',{'type':'boolean','description':_0x87ed96[_0x3e9ee3(0x1c6)],'default':![]})[_0x3e9ee3(0x1d5)]('allow-insecure-localhost',{'type':_0x3e9ee3(0x2bf),'description':_0x87ed96[_0x3e9ee3(0x215)],'default':![]})['option']('mcp-bootstrap',{'type':_0x3e9ee3(0x2bf),'description':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','default':![]})['option'](_0x87ed96[_0x3e9ee3(0x33d)],{'type':'boolean','description':_0x3e9ee3(0x255),'default':![]});},async _0x2690ed=>{const _0x59eaa1=_0x19a154;(_0x2690ed[_0x87ed96[_0x59eaa1(0x2b3)]]||_0x2690ed[_0x59eaa1(0x1bb)])&&await withTelemetry(_0x87ed96[_0x59eaa1(0x2b3)],()=>mcpBootstrap()),await withTelemetry(_0x87ed96[_0x59eaa1(0x339)],_0x46744d=>start(_0x2690ed[_0x59eaa1(0x2a6)],{'skipChromium':_0x2690ed['skip-chromium'],'skipAuth':_0x2690ed[_0x59eaa1(0x1a9)],'withDeps':_0x2690ed['with-deps'],'scope':_0x2690ed['scope'],'url':_0x2690ed['url'],'force':_0x2690ed[_0x59eaa1(0x2a0)],'opencode':_0x2690ed[_0x59eaa1(0x1af)],'allowInsecureLocalhost':_0x2690ed[_0x59eaa1(0x2ec)]},_0x46744d));})[_0x19a154(0x281)](_0x176b9c['CziTo'],_0x19a154(0x180),_0x28234c=>{const _0x2e2959=_0x19a154;return _0x28234c[_0x2e2959(0x1d5)](_0x87ed96['BvnBs'],{'type':_0x2e2959(0x2bf),'description':_0x2e2959(0x1fe),'default':![]});},async _0x49fa2a=>{const _0x44f19b=_0x19a154;await _0x87ed96[_0x44f19b(0x1dd)](withTelemetry,_0x87ed96['tUVTZ'],()=>ensureChromium(_0x49fa2a['with-deps']));})['command']('login',_0x176b9c[_0x19a154(0x220)],_0x4c55a4=>{const _0x41df20=_0x19a154;return _0x4c55a4[_0x41df20(0x1d5)](_0x87ed96[_0x41df20(0x1c1)],{'type':_0x87ed96['ekazd'],'description':_0x87ed96['Yyjvw']})['option'](_0x41df20(0x1bb),{'type':_0x41df20(0x2bf),'description':_0x41df20(0x295),'default':![]});},async _0x3853e8=>{const _0x53150e=_0x19a154,_0x5a9af5={'tDUdQ':function(_0x58dcb0){return _0x58dcb0();},'yUZhR':function(_0x5c9f42){const _0x56ca8b=_0x33c2;return _0x87ed96[_0x56ca8b(0x307)](_0x5c9f42);},'hdrcN':function(_0x5c04f5,_0x16e7df){return _0x5c04f5(_0x16e7df);}};await _0x87ed96[_0x53150e(0x188)](withTelemetry,'setup:login',async()=>{const _0x273c6b=_0x53150e;if(_0x3853e8['mcp']){await _0x5a9af5['tDUdQ'](mcpBootstrap);const _0x584929=await _0x5a9af5[_0x273c6b(0x2a7)](refreshCliToken);if(!_0x584929)throw new Error('Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.');const _0x157923=await _0x5a9af5['hdrcN'](getCurrentUser,_0x584929);if(!_0x157923['success'])throw new Error(_0x273c6b(0x1a0)+_0x157923[_0x273c6b(0x248)]);console[_0x273c6b(0x253)](_0x273c6b(0x2e1)+_0x157923['user']['organizationName']);return;}await authenticate(_0x3853e8[_0x273c6b(0x2a6)]);});})['command'](_0x19a154(0x2ab),_0x19a154(0x1ca),_0x4af8de=>{const _0xb45696=_0x19a154;return _0x4af8de['option']('scope',{'type':_0xb45696(0x338),'choices':[_0x87ed96[_0xb45696(0x1d9)],_0xb45696(0x212)],'description':_0x87ed96[_0xb45696(0x22f)]})['option'](_0x87ed96['vRoqN'],{'type':_0x87ed96[_0xb45696(0x1c2)],'description':_0xb45696(0x200),'default':![]});},async _0x5a5235=>{const _0x3dbed9=_0x19a154,_0x398410={'mLZGz':function(_0x5cddfd,_0x172438){const _0x8ba37a=_0x33c2;return _0x87ed96[_0x8ba37a(0x2b1)](_0x5cddfd,_0x172438);},'EIxEc':function(_0x5403c0,_0x56c289,_0x549863){return _0x5403c0(_0x56c289,_0x549863);},'XwzoL':_0x87ed96[_0x3dbed9(0x283)],'ObOGO':_0x3dbed9(0x1af),'Vopob':function(_0x1a56f6,_0x416dcf){return _0x1a56f6(_0x416dcf);},'pXCSU':function(_0x3710b3,_0x1bf2ce){return _0x87ed96['TuFKP'](_0x3710b3,_0x1bf2ce);}};await _0x87ed96[_0x3dbed9(0x201)](withTelemetry,_0x3dbed9(0x20a),async()=>{const _0x18d3b5=_0x3dbed9,_0x31204b=_0x5a5235['scope'];if(_0x5a5235['opencode']){const _0x424ff0=await _0x398410[_0x18d3b5(0x28a)](ensureOpencodePluginConfig,_0x31204b);_0x424ff0&&await _0x398410[_0x18d3b5(0x206)](installSkill,_0x398410['XwzoL'],{'level':_0x424ff0['scope'],'cliVersion':getCurrentVersion(),'platform':_0x398410[_0x18d3b5(0x1eb)]});}else await _0x398410['Vopob'](ensureClaudePlugin,_0x31204b),await _0x398410['pXCSU'](ensureClaudeSkills,_0x31204b);});})['command'](_0x176b9c['hzdoC'],_0x19a154(0x1df),_0x51bd88=>{const _0x32d941=_0x19a154;return _0x51bd88[_0x32d941(0x1d5)](_0x87ed96[_0x32d941(0x2e8)],{'type':_0x32d941(0x338),'choices':['user','project'],'description':_0x87ed96['bcIZP']})[_0x32d941(0x1d5)](_0x87ed96[_0x32d941(0x1aa)],{'type':_0x87ed96[_0x32d941(0x2bb)],'description':'Base\x20URL\x20of\x20the\x20running\x20app'})['option'](_0x32d941(0x1a9),{'type':'boolean','description':_0x32d941(0x229),'default':![]})['option'](_0x87ed96['UXuyM'],{'type':_0x32d941(0x2bf),'description':_0x87ed96['WwosJ'],'default':![]})[_0x32d941(0x1d5)](_0x32d941(0x2ec),{'type':'boolean','description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','default':![]});},async _0x19e1b4=>{const _0x5ac23f=_0x19a154;await _0x176b9c['KtmAq'](withTelemetry,'setup:profiles',_0x3c0a57=>ensureLocalEnv({'url':_0x19e1b4[_0x5ac23f(0x33e)],'force':_0x19e1b4[_0x5ac23f(0x2a0)],'allowInsecureLocalhost':_0x19e1b4[_0x5ac23f(0x2ec)],'scope':_0x19e1b4[_0x5ac23f(0x1a4)]===_0x5ac23f(0x1b0)?'user':undefined},_0x3c0a57));})['option'](_0x176b9c['DpHFW'],{'type':_0x176b9c[_0x19a154(0x2ed)],'description':_0x176b9c[_0x19a154(0x19f)],'default':![]})['option'](_0x176b9c[_0x19a154(0x24f)],{'type':'string','choices':['user'],'hidden':!![],'description':_0x19a154(0x29f)})['option'](_0x19a154(0x33e),{'type':_0x19a154(0x338),'description':_0x176b9c['NZiDh']})[_0x19a154(0x1d5)](_0x176b9c['eYoZo'],{'type':_0x176b9c[_0x19a154(0x2ed)],'description':_0x176b9c[_0x19a154(0x288)],'default':![]})['option']('opencode',{'type':_0x19a154(0x2bf),'description':_0x176b9c[_0x19a154(0x306)],'default':![]})[_0x19a154(0x1d5)](_0x176b9c[_0x19a154(0x224)],{'type':_0x176b9c['wXXBy'],'description':_0x19a154(0x241),'default':![]})['option'](_0x176b9c[_0x19a154(0x20c)],{'type':'boolean','description':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','default':![]})[_0x19a154(0x1d5)](_0x176b9c[_0x19a154(0x210)],{'type':'boolean','description':_0x19a154(0x1a7),'default':![]})[_0x19a154(0x1d5)](_0x176b9c[_0x19a154(0x32f)],{'type':_0x176b9c[_0x19a154(0x2ed)],'description':_0x176b9c['ykZTd'],'default':![]})[_0x19a154(0x1d5)](_0x176b9c[_0x19a154(0x29b)],{'type':_0x176b9c['vcVKO'],'hidden':!![],'description':_0x19a154(0x2ca)});},async _0x1d3ee8=>{const _0xed02bf=_0x24a7ff,_0x181dae=_0x1d3ee8['tokenOrSubcommand'],_0x9dfc6b=_0x1d3ee8[_0xed02bf(0x2a6)]??_0x181dae;_0x1d3ee8[_0x176b9c['xRqJw']]&&await withTelemetry(_0xed02bf(0x2b7),()=>mcpBootstrap()),await withTelemetry(_0x176b9c[_0xed02bf(0x202)],_0x55ec07=>start(_0x9dfc6b,{'skipChromium':_0x1d3ee8[_0xed02bf(0x25f)],'skipAuth':_0x1d3ee8[_0xed02bf(0x1a9)],'withDeps':_0x1d3ee8[_0xed02bf(0x1f3)],'scope':_0x1d3ee8['scope'],'url':_0x1d3ee8['url'],'force':_0x1d3ee8['force'],'opencode':_0x1d3ee8['opencode'],'allowInsecureLocalhost':_0x1d3ee8['allow-insecure-localhost']},_0x55ec07));})[_0x24a7ff(0x281)](_0x176b9c[_0x24a7ff(0x2a1)],_0x176b9c[_0x24a7ff(0x189)],_0x59e126=>{const _0x3bc2d9=_0x24a7ff;return _0x59e126[_0x3bc2d9(0x254)](_0x176b9c['FPFWn'],{'type':_0x176b9c['vcVKO'],'description':_0x3bc2d9(0x262),'demandOption':!![]})[_0x3bc2d9(0x1d5)](_0x176b9c['ocRBM'],{'type':'string','description':_0x176b9c[_0x3bc2d9(0x2f7)]})['option'](_0x3bc2d9(0x230),{'type':_0x176b9c[_0x3bc2d9(0x1c9)],'description':_0x3bc2d9(0x2a2)})['option'](_0x176b9c['DpHFW'],{'type':_0x3bc2d9(0x2bf),'description':_0x3bc2d9(0x32b),'default':![]});},async _0x4bc237=>{const _0x3be1d5=_0x24a7ff;await _0x176b9c['rfZnl'](withTelemetry,_0x176b9c['dcEks'],_0x28402e=>setupCi(_0x4bc237['token'],{'profile':_0x4bc237[_0x3be1d5(0x1f8)],'baseUrl':_0x4bc237['base-url'],'skipChromium':_0x4bc237['skip-chromium']},_0x28402e));})[_0x24a7ff(0x281)](_0x176b9c[_0x24a7ff(0x2f0)],_0x176b9c['bZvQH'],()=>{},async()=>{await withTelemetry(_0x176b9c['kaQrc'],()=>login());})[_0x24a7ff(0x281)](_0x176b9c[_0x24a7ff(0x2ac)],_0x24a7ff(0x30d),_0x1b061e=>{const _0x45a28a=_0x24a7ff;return _0x1b061e[_0x45a28a(0x1d5)]('opencode',{'type':_0x176b9c[_0x45a28a(0x2ed)],'description':'Install\x20skills\x20for\x20OpenCode','default':![]})[_0x45a28a(0x1d5)](_0x176b9c[_0x45a28a(0x24f)],{'type':'string','choices':['user',_0x45a28a(0x212)],'description':_0x45a28a(0x195)});},async _0x2764ed=>{const _0x355219=_0x24a7ff,_0x178916=Boolean(_0x2764ed[_0x355219(0x1af)]);await withTelemetry('skillup',()=>skillup({'autoInstall':_0x2764ed['scope'],'platform':_0x178916?_0x355219(0x1af):'claude'}));})[_0x24a7ff(0x281)](_0x24a7ff(0x269),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{await withTelemetry(_0x176b9c['HIkow'],()=>clean());})['command']([_0x176b9c['ocRBM'],_0x176b9c['hzdoC']],_0x176b9c[_0x24a7ff(0x1a2)],_0x4972fa=>{const _0xb67615=_0x24a7ff,_0x27705c={'PkxqS':function(_0x41d025,_0xe6c558,_0x52f496,_0x5be817){return _0x41d025(_0xe6c558,_0x52f496,_0x5be817);},'cPTcd':_0xb67615(0x2c5),'MyPMe':function(_0x532ffc,_0x4fcfe4){const _0x532b67=_0xb67615;return _0x176b9c[_0x532b67(0x2d1)](_0x532ffc,_0x4fcfe4);},'rKLuE':_0x176b9c[_0xb67615(0x27b)],'HwOYk':_0x176b9c['ocRBM'],'PNUSR':_0x176b9c['vcVKO'],'CStBh':function(_0x6c99f4,_0x2b75f0,_0x246106){return _0x6c99f4(_0x2b75f0,_0x246106);},'PQLTa':_0x176b9c['jvGBJ'],'jHFXl':_0x176b9c[_0xb67615(0x30a)],'JzYYA':_0x176b9c['NsIjj'],'zelsf':_0x176b9c['SzAti'],'neslS':_0x176b9c[_0xb67615(0x317)],'meMBt':_0xb67615(0x2ad),'kvPVh':function(_0x1750aa,_0x37df10){return _0x1750aa||_0x37df10;},'fQbvP':function(_0x50fd8f,_0x5ca214,_0x2332c8){const _0x1c5cff=_0xb67615;return _0x176b9c[_0x1c5cff(0x2c4)](_0x50fd8f,_0x5ca214,_0x2332c8);},'ecBcd':_0x176b9c[_0xb67615(0x250)],'eohZD':'unknown\x20error','BOKZi':_0xb67615(0x1ee),'rIKba':_0x176b9c['wXXBy'],'HfsLL':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','CMyjz':_0x176b9c['ygbQL'],'pWvaB':_0xb67615(0x2bd),'arwST':'save-creds','udrAw':function(_0x4a9bd1,_0x1d9b5d,_0x99001){return _0x4a9bd1(_0x1d9b5d,_0x99001);},'pzGgm':_0x176b9c['pHNkA'],'hqWkp':'key','zNRot':'Config\x20key\x20to\x20remove','URkzB':_0xb67615(0x337),'Dotwr':_0xb67615(0x1ba),'KClQO':_0xb67615(0x296),'Uynrz':_0xb67615(0x25b),'Gnsgj':_0x176b9c['nRCXV'],'xbPBJ':_0x176b9c[_0xb67615(0x330)],'GrEaO':'Set\x20a\x20config\x20value','UIiWC':_0x176b9c[_0xb67615(0x20e)],'NEJYW':_0xb67615(0x23d),'DSjIo':_0x176b9c[_0xb67615(0x1d8)],'iSzNv':_0x176b9c['vrKvL'],'NHHbI':_0xb67615(0x325),'HXPXR':_0x176b9c['LmUGg']};return _0x4972fa[_0xb67615(0x25d)](PROFILE_HELP)['command'](_0x176b9c['lmHAj'],_0x176b9c['xnZsS'],_0x62e1c1=>{const _0x39ef87=_0xb67615;return _0x62e1c1['positional']('profile-name',{'type':'string','description':_0x176b9c['HCRXR'],'demandOption':!![]})['option']('ci',{'type':_0x39ef87(0x2bf),'description':_0x39ef87(0x1a6),'default':![]})[_0x39ef87(0x1d5)]('skip-auth',{'type':_0x176b9c['wXXBy'],'description':_0x39ef87(0x266),'default':![]})['option'](_0x39ef87(0x33e),{'type':_0x39ef87(0x338),'description':_0x39ef87(0x32d)})['option']('force',{'type':_0x39ef87(0x2bf),'description':_0x39ef87(0x1e6),'default':![]})['option'](_0x176b9c[_0x39ef87(0x27b)],{'type':_0x176b9c['vcVKO'],'description':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.'})[_0x39ef87(0x1d5)](_0x39ef87(0x2ec),{'type':'boolean','description':_0x39ef87(0x241),'default':![]})['option'](_0x176b9c['lNzwN'],{'type':_0x176b9c['wXXBy'],'description':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','default':![]})[_0x39ef87(0x1d5)]('setup-header',{'type':'string','array':!![],'description':_0x39ef87(0x185)})['option'](_0x176b9c[_0x39ef87(0x24f)],{'type':_0x176b9c[_0x39ef87(0x1c9)],'choices':[_0x176b9c['dpLtx'],'project'],'description':'Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)'})[_0x39ef87(0x1d5)](_0x176b9c['YtPhB'],{'type':_0x176b9c[_0x39ef87(0x2ed)],'alias':'y','description':_0x176b9c[_0x39ef87(0x1fb)],'default':![]});},async _0x5f7357=>{const _0x44e568=_0xb67615;await _0x27705c[_0x44e568(0x2be)](withTelemetry,_0x27705c['cPTcd'],_0x1902dd=>addEnv(_0x5f7357['profile-name'],{'ci':_0x5f7357['ci'],'skipAuth':_0x5f7357[_0x44e568(0x1a9)],'url':_0x5f7357['url'],'force':_0x5f7357['force'],'cdpEndpoint':_0x5f7357['cdp-endpoint'],'allowInsecureLocalhost':_0x5f7357['allow-insecure-localhost'],'safeMode':_0x5f7357[_0x44e568(0x2af)],'setupHeader':_0x5f7357['setup-header'],'scope':_0x5f7357[_0x44e568(0x1a4)],'yes':_0x5f7357['yes']},_0x1902dd),{'isElectron':_0x27705c['MyPMe'](Boolean,_0x5f7357[_0x27705c['rKLuE']])});})[_0xb67615(0x281)]('use\x20<profile-name>',_0x176b9c['JElGs'],_0x3bb5a0=>{const _0x215040=_0xb67615;return _0x3bb5a0['positional'](_0x215040(0x2f8),{'type':_0x176b9c['vcVKO'],'description':_0x215040(0x24e),'demandOption':!![]});},async _0x3c5f83=>{const _0x32b680=_0xb67615;await withTelemetry(_0x176b9c['bkzjg'],()=>useEnv(_0x3c5f83[_0x32b680(0x2f8)]));})['command'](_0xb67615(0x320),'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)',_0x5ebfa2=>{const _0x42a808=_0xb67615;return _0x5ebfa2[_0x42a808(0x254)](_0x27705c[_0x42a808(0x2d9)],{'type':_0x27705c['PNUSR'],'description':'Profile\x20name','demandOption':!![]});},async _0x3372cb=>{const _0x360e53=_0xb67615;await _0x176b9c[_0x360e53(0x2e0)](withTelemetry,_0x176b9c['lAyFK'],()=>authEncrypt(_0x3372cb['profile']));})[_0xb67615(0x281)]('ls',_0xb67615(0x181),()=>{},async()=>{const _0x12b947=_0xb67615;await _0x27705c[_0x12b947(0x333)](withTelemetry,_0x27705c['PQLTa'],()=>envList());})[_0xb67615(0x281)](_0x176b9c[_0xb67615(0x234)],_0x176b9c['pAFHx'],_0x430654=>{const _0x29e7fc=_0xb67615;return _0x430654[_0x29e7fc(0x254)](_0x27705c['jHFXl'],{'type':_0x27705c[_0x29e7fc(0x238)],'description':'Name\x20of\x20the\x20profile\x20to\x20update','demandOption':!![]})['option'](_0x27705c[_0x29e7fc(0x193)],{'type':_0x29e7fc(0x2bf),'description':_0x27705c[_0x29e7fc(0x231)]});},async _0x334b4d=>{const _0x33d930=_0xb67615;await withTelemetry(_0x33d930(0x33c),_0x20bd49=>updateEnv(_0x334b4d[_0x33d930(0x2f8)],_0x20bd49,{'allowInsecureLocalhost':_0x334b4d['allow-insecure-localhost']}));})['command'](_0xb67615(0x319),![],_0x313c1d=>{const _0x2d65ab=_0xb67615;return _0x313c1d[_0x2d65ab(0x254)](_0x27705c['neslS'],{'type':_0x27705c['PNUSR'],'description':_0x27705c[_0x2d65ab(0x242)],'demandOption':!![]});},async _0x5e7271=>{await _0x27705c['CStBh'](withTelemetry,_0x27705c['BOKZi'],async()=>{const _0x266c71=_0x33c2,_0x3af79f=process['env']['RANGER_TEST_USERNAME'],_0x6689a2=process[_0x266c71(0x1f4)][_0x266c71(0x2ae)];_0x27705c[_0x266c71(0x19a)](!_0x3af79f,!_0x6689a2)&&(console['error'](_0x266c71(0x270)),process[_0x266c71(0x18c)](0x1));const _0x360ff7=_0x5e7271[_0x266c71(0x1f7)],_0x2e922b=await _0x27705c['fQbvP'](serverSideLogin,_0x360ff7,{'force':!![]});_0x2e922b['status']===_0x266c71(0x198)&&(console['error'](_0x266c71(0x294)),process['exit'](0x1)),_0x2e922b['status']===_0x27705c['ecBcd']&&(console['error'](_0x266c71(0x199)+(_0x2e922b['error']??_0x27705c['eohZD'])),_0x2e922b['test_output']&&console[_0x266c71(0x248)](_0x2e922b['test_output']),process['exit'](0x1)),console[_0x266c71(0x253)](_0x266c71(0x1d1)+_0x360ff7+_0x266c71(0x275));});})['command'](_0x176b9c[_0xb67615(0x315)],_0x176b9c['ljtrh'],_0x2c1ec7=>{const _0x5210cc=_0xb67615;return _0x2c1ec7[_0x5210cc(0x254)](_0x5210cc(0x2f8),{'type':'string','description':_0x5210cc(0x28c)})['option'](_0x5210cc(0x1cf),{'type':_0x27705c['rIKba'],'description':_0x27705c[_0x5210cc(0x2e3)],'default':![]})['option'](_0x27705c[_0x5210cc(0x2ee)],{'type':'boolean','description':_0x5210cc(0x1e5),'default':![]})['option'](_0x5210cc(0x222),{'type':_0x5210cc(0x2bf),'alias':'y','description':_0x27705c['pWvaB'],'default':![]})['option'](_0x27705c[_0x5210cc(0x27e)],{'type':_0x5210cc(0x2bf),'description':_0x5210cc(0x2d5),'default':![]});},async _0x18a0c6=>{const _0x58b6c8=_0xb67615;await withTelemetry(_0x176b9c[_0x58b6c8(0x2fa)],_0x5be1d6=>migrateProfile({'profileName':_0x18a0c6['profile-name'],'all':_0x18a0c6['all'],'dryRun':_0x18a0c6['dry-run'],'yes':_0x18a0c6['yes'],'saveCreds':_0x18a0c6[_0x58b6c8(0x2d6)]},_0x5be1d6));})['command'](_0x176b9c['tXRvQ'],_0xb67615(0x299),_0xb0edef=>{const _0x1c94f4=_0xb67615,_0xddb965={'zzpBD':_0x27705c[_0x1c94f4(0x2d9)],'kRjxI':_0x27705c[_0x1c94f4(0x238)],'TzITn':_0x27705c[_0x1c94f4(0x258)],'UqeRv':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','iDSpk':_0x27705c[_0x1c94f4(0x312)],'nYYho':_0x27705c[_0x1c94f4(0x2db)],'RCZFf':'profile\x20config\x20set','ApUaz':'Config\x20key','Friuo':_0x27705c['Uynrz'],'HZoIf':function(_0x518ddf,_0x32467f,_0x125766){return _0x518ddf(_0x32467f,_0x125766);},'wbisF':_0x27705c['Gnsgj']};return _0xb0edef['usage'](PROFILE_CONFIG_HELP)[_0x1c94f4(0x281)](_0x27705c['xbPBJ'],_0x27705c[_0x1c94f4(0x1d2)],_0xdf4ba8=>{const _0xfaf4f8=_0x1c94f4;return _0xdf4ba8['positional'](_0xddb965['zzpBD'],{'type':_0xddb965['kRjxI'],'description':_0xddb965[_0xfaf4f8(0x303)],'demandOption':!![]})['positional']('key',{'type':'string','description':_0xddb965['UqeRv'],'demandOption':!![]})['positional'](_0xddb965['iDSpk'],{'type':'string','description':_0xddb965['nYYho'],'demandOption':!![]});},async _0x547d36=>{const _0x3c7dc9=_0x1c94f4;await withTelemetry(_0xddb965[_0x3c7dc9(0x261)],()=>configSet(_0x547d36['profile'],_0x547d36['key'],_0x547d36[_0x3c7dc9(0x1ba)]));})[_0x1c94f4(0x281)](_0x27705c['UIiWC'],_0x27705c[_0x1c94f4(0x272)],_0x3dfde2=>{const _0x491052=_0x1c94f4;return _0x3dfde2[_0x491052(0x254)](_0x491052(0x1f8),{'type':_0xddb965[_0x491052(0x183)],'description':_0x491052(0x337),'demandOption':!![]})['positional'](_0x491052(0x1dc),{'type':_0xddb965['kRjxI'],'description':_0xddb965['ApUaz'],'demandOption':!![]});},async _0x4fb8f3=>{const _0x5a81f0=_0x1c94f4;await withTelemetry(_0x5a81f0(0x264),()=>configGet(_0x4fb8f3[_0x5a81f0(0x1f8)],_0x4fb8f3['key']));})[_0x1c94f4(0x281)](_0x27705c[_0x1c94f4(0x213)],_0x27705c[_0x1c94f4(0x1c3)],_0x1c2b5f=>{const _0x5d1142=_0x1c94f4;return _0x1c2b5f['positional'](_0x27705c[_0x5d1142(0x2d9)],{'type':_0x5d1142(0x338),'description':'Profile\x20name','demandOption':!![]});},async _0x5d71c9=>{await _0x27705c['udrAw'](withTelemetry,_0x27705c['pzGgm'],()=>configList(_0x5d71c9['profile']));})['command'](_0x27705c['NHHbI'],_0x1c94f4(0x204),_0x1ae25d=>{const _0xe73f78=_0x1c94f4;return _0x1ae25d[_0xe73f78(0x254)]('profile',{'type':'string','description':_0xe73f78(0x337),'demandOption':!![]})[_0xe73f78(0x254)](_0x27705c[_0xe73f78(0x27f)],{'type':_0x27705c['PNUSR'],'description':_0x27705c['zNRot'],'demandOption':!![]});},async _0x20f298=>{const _0xffedb9=_0x1c94f4;await withTelemetry(_0xddb965['Friuo'],()=>configUnset(_0x20f298[_0xffedb9(0x1f8)],_0x20f298['key']));})['command']('reset\x20<profile>',_0x27705c[_0x1c94f4(0x305)],_0x761527=>{const _0x329d2a=_0x1c94f4;return _0x761527['positional'](_0x329d2a(0x1f8),{'type':_0x27705c[_0x329d2a(0x238)],'description':'Profile\x20name','demandOption':!![]});},async _0x4b6654=>{const _0x105e07=_0x1c94f4;await _0xddb965[_0x105e07(0x30b)](withTelemetry,_0xddb965[_0x105e07(0x2de)],()=>configReset(_0x4b6654['profile']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand');})[_0xb67615(0x237)](0x1,_0xb67615(0x2da));})['command'](_0x176b9c[_0x24a7ff(0x31e)],_0x176b9c['iwmgv'],()=>{},async()=>{await withTelemetry(_0x176b9c['ZhsVy'],()=>status());})[_0x24a7ff(0x281)]('update',_0x176b9c['jeNIN'],()=>{},async()=>{const _0xc43b2e=_0x24a7ff;await withTelemetry(_0x176b9c[_0xc43b2e(0x1b3)],()=>update());})[_0x24a7ff(0x281)]('print-access-token','Print\x20the\x20current\x20CLI\x20access\x20token',()=>{},async()=>{const _0x365706=_0x24a7ff,_0x1c0860={'nCFRc':'No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.'};await _0x176b9c[_0x365706(0x207)](withTelemetry,_0x176b9c[_0x365706(0x1d3)],async()=>{const _0x21cd1d=_0x365706,_0x5e783=await getToken();if(!_0x5e783)throw new Error(_0x1c0860['nCFRc']);console[_0x21cd1d(0x253)](_0x5e783);});})['command']('go',_0x176b9c[_0x24a7ff(0x268)],_0x5bebb4=>{const _0xeea22a=_0x24a7ff;return _0x5bebb4['option'](_0xeea22a(0x331),{'type':_0xeea22a(0x338),'description':_0x176b9c[_0xeea22a(0x21a)]})['option'](_0x176b9c[_0xeea22a(0x26b)],{'type':'string','description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})[_0xeea22a(0x1d5)](_0x176b9c['ibTAh'],{'type':_0x176b9c[_0xeea22a(0x1c9)],'description':_0x176b9c[_0xeea22a(0x1ad)]})[_0xeea22a(0x1d5)]('scenario',{'type':_0xeea22a(0x249),'description':_0x176b9c[_0xeea22a(0x2bc)]})[_0xeea22a(0x1d5)](_0x176b9c['RHgXF'],{'type':_0x176b9c[_0xeea22a(0x1c9)],'description':_0x176b9c['dvEcR']})['option'](_0x176b9c['Xeygf'],{'type':_0xeea22a(0x338),'description':_0x176b9c[_0xeea22a(0x31d)]})[_0xeea22a(0x1d5)]('model',{'type':_0x176b9c[_0xeea22a(0x1c9)],'description':_0x176b9c['hpKKm']})['option'](_0x176b9c['bfsiE'],{'type':_0x176b9c['wXXBy'],'description':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','default':![]})['option']('debug-outcome',{'type':'string','hidden':!![],'choices':['verified',_0x176b9c[_0xeea22a(0x2ce)],_0x176b9c[_0xeea22a(0x316)],_0xeea22a(0x2b8),'incomplete']})[_0xeea22a(0x1d5)](_0x176b9c[_0xeea22a(0x20d)],{'type':'boolean','hidden':!![]})[_0xeea22a(0x1d5)]('env',{'type':_0xeea22a(0x338),'hidden':!![]})[_0xeea22a(0x1d5)](_0x176b9c[_0xeea22a(0x228)],{'type':_0x176b9c[_0xeea22a(0x1c9)],'hidden':!![]})[_0xeea22a(0x1d5)](_0xeea22a(0x1f2),{'type':'number','hidden':!![]});},async _0x9bcd02=>{const _0x1313a5=_0x24a7ff;await _0x176b9c[_0x1313a5(0x243)](runGoCommand,_0x9bcd02);})['command'](_0x24a7ff(0x2a8),![],_0x2fdf82=>{const _0x241959=_0x24a7ff;return _0x2fdf82[_0x241959(0x281)](_0x176b9c[_0x241959(0x26d)],![],_0x25f474=>{const _0x460c52=_0x241959;return _0x25f474[_0x460c52(0x254)](_0x176b9c[_0x460c52(0x26b)],{'type':_0x176b9c['vcVKO'],'description':_0x176b9c['VpMbS'],'demandOption':!![]});},async _0xc5bc2f=>{const _0x456df6=_0x241959;_0x176b9c['QChFV'](warnRenamed,_0x456df6(0x329),_0x456df6(0x1b5)),await _0x176b9c['VLyCm'](authEncrypt,_0xc5bc2f[_0x456df6(0x1f8)]);})[_0x241959(0x237)](0x1,_0x241959(0x1de));},()=>{})['command']('start\x20[token]',![],_0x27a137=>{const _0x100366=_0x24a7ff;return _0x27a137['positional'](_0x100366(0x2a6),{'type':_0x100366(0x338),'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})['option'](_0x176b9c['DpHFW'],{'type':_0x100366(0x2bf),'description':_0x100366(0x2a4),'default':![]})['option'](_0x176b9c[_0x100366(0x24f)],{'type':_0x176b9c[_0x100366(0x1c9)],'choices':[_0x176b9c['dpLtx'],_0x176b9c['gwISH']],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})['option']('url',{'type':_0x100366(0x338),'description':_0x176b9c[_0x100366(0x1b6)]})[_0x100366(0x1d5)]('force',{'type':_0x100366(0x2bf),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x100366(0x1d5)](_0x176b9c['stqgx'],{'type':'boolean','description':_0x176b9c[_0x100366(0x1fc)],'default':![]})['option'](_0x176b9c['VWXLr'],{'type':_0x100366(0x2bf),'description':_0x176b9c[_0x100366(0x31f)],'default':![]});},async _0x3f8faa=>{const _0x2c9278=_0x24a7ff;_0x176b9c['URELE'](warnRenamed,'ranger\x20start',_0x176b9c['FPayO']),await _0x176b9c[_0x2c9278(0x327)](withTelemetry,'start',_0x42361c=>start(_0x3f8faa['token'],{'skipChromium':_0x3f8faa['skip-chromium'],'skipAuth':_0x3f8faa['skip-auth'],'withDeps':_0x3f8faa[_0x2c9278(0x1f3)],'scope':_0x3f8faa[_0x2c9278(0x1a4)],'url':_0x3f8faa['url'],'force':_0x3f8faa['force']},_0x42361c));})['command'](_0x176b9c[_0x24a7ff(0x1ff)],![],_0x59e6a5=>{const _0x54fbe8=_0x24a7ff;return _0x59e6a5['option'](_0x54fbe8(0x1f4),{'type':_0x54fbe8(0x338),'description':_0x176b9c['QdNbE']})[_0x54fbe8(0x1d5)]('task',{'type':'string','description':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)'})['option'](_0x176b9c['qIRxI'],{'type':_0x54fbe8(0x249),'description':_0x176b9c[_0x54fbe8(0x2bc)]})['option'](_0x176b9c[_0x54fbe8(0x26b)],{'type':'string','hidden':!![]})[_0x54fbe8(0x1d5)](_0x176b9c['ibTAh'],{'type':_0x54fbe8(0x338),'hidden':!![]})[_0x54fbe8(0x1d5)]('scenario',{'type':_0x176b9c[_0x54fbe8(0x21b)],'hidden':!![]})['option'](_0x176b9c['RHgXF'],{'type':_0x176b9c['vcVKO'],'description':_0x176b9c['dvEcR']})['option']('base-url',{'type':'string','description':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.'})[_0x54fbe8(0x1d5)](_0x176b9c['hwtig'],{'type':_0x176b9c['vcVKO'],'hidden':!![]})['option']('headed',{'type':_0x176b9c[_0x54fbe8(0x2ed)],'hidden':!![],'default':![]})[_0x54fbe8(0x1d5)](_0x176b9c['rKhln'],{'type':_0x176b9c[_0x54fbe8(0x1c9)],'hidden':!![],'choices':[_0x176b9c['RLldA'],_0x54fbe8(0x25a),_0x176b9c[_0x54fbe8(0x316)],_0x176b9c[_0x54fbe8(0x250)],_0x54fbe8(0x18b)]});},async _0x34c576=>{await _0x176b9c['XjGbS'](runGoCommand,_0x34c576,!![]);})[_0x24a7ff(0x281)]('add\x20env\x20<env-name>',![],_0x458b8d=>{const _0x57bf67=_0x24a7ff;return _0x458b8d[_0x57bf67(0x254)]('env-name',{'type':_0x176b9c[_0x57bf67(0x1c9)],'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':_0x176b9c[_0x57bf67(0x2ed)],'description':_0x176b9c['NNuUe'],'default':![]})['option'](_0x176b9c['stqgx'],{'type':'boolean','description':_0x57bf67(0x266),'default':![]});},async _0x396968=>{warnRenamed(_0x176b9c['YaNPq'],'ranger\x20profile\x20add'),await _0x176b9c['KtmAq'](withTelemetry,'add\x20env',_0x13beea=>addEnv(_0x396968['env-name'],{'ci':_0x396968['ci'],'skipAuth':_0x396968['skip-auth']},_0x13beea));})['command'](_0x24a7ff(0x240),![],_0x10445d=>{const _0x2080cf=_0x24a7ff;return _0x10445d[_0x2080cf(0x254)](_0x176b9c[_0x2080cf(0x1e7)],{'type':_0x176b9c['vcVKO'],'description':_0x2080cf(0x31a),'demandOption':!![]});},async _0x1460a0=>{const _0x564ce8=_0x24a7ff;warnRenamed('ranger\x20use',_0x176b9c['ywKNE']),await _0x176b9c['GSsjN'](withTelemetry,_0x176b9c[_0x564ce8(0x251)],()=>useEnv(_0x1460a0[_0x564ce8(0x1ed)]));})[_0x24a7ff(0x281)](_0x176b9c['tXRvQ'],![],_0x52f766=>{const _0x167d79=_0x24a7ff,_0x4f9798={'vVAFl':_0x176b9c[_0x167d79(0x1f0)],'IjXMo':_0x167d79(0x30f),'JvaDG':'value','CLYhO':_0x167d79(0x338),'zqwZm':_0x176b9c['NWtVi'],'KuMVT':_0x176b9c['nYbUH'],'FgbER':function(_0x3efcb2,_0x4d3e0a,_0x4779f9){return _0x176b9c['URELE'](_0x3efcb2,_0x4d3e0a,_0x4779f9);},'iezXa':'ranger\x20config\x20list','igBig':function(_0x570690,_0x45d6cf,_0x566bad){const _0x45f047=_0x167d79;return _0x176b9c[_0x45f047(0x2c4)](_0x570690,_0x45d6cf,_0x566bad);},'cbxhc':_0x176b9c['Uzfmy'],'wRPOD':_0x176b9c['bzINq']};return _0x52f766[_0x167d79(0x281)](_0x176b9c['sSPku'],![],_0x2204ad=>{const _0x454a69=_0x167d79;return _0x2204ad['positional'](_0x4f9798[_0x454a69(0x1db)],{'type':'string','description':_0x4f9798[_0x454a69(0x2d3)],'demandOption':!![]})['positional']('key',{'type':_0x454a69(0x338),'description':_0x454a69(0x1fd),'demandOption':!![]})[_0x454a69(0x254)](_0x4f9798['JvaDG'],{'type':_0x4f9798['CLYhO'],'description':_0x4f9798[_0x454a69(0x2b4)],'demandOption':!![]});},async _0x566378=>{const _0x4afff5=_0x167d79;warnRenamed('ranger\x20config\x20set',_0x176b9c[_0x4afff5(0x32a)]),await withTelemetry(_0x176b9c[_0x4afff5(0x1bd)],()=>configSet(_0x566378[_0x4afff5(0x1f4)],_0x566378['key'],_0x566378[_0x4afff5(0x1ba)]));})['command']('get\x20<env>\x20<key>',![],_0x2ef497=>{const _0x1c7ca5=_0x167d79;return _0x2ef497['positional'](_0x4f9798[_0x1c7ca5(0x1db)],{'type':'string','description':_0x4f9798[_0x1c7ca5(0x2d3)],'demandOption':!![]})[_0x1c7ca5(0x254)](_0x1c7ca5(0x1dc),{'type':_0x4f9798['CLYhO'],'description':_0x4f9798['KuMVT'],'demandOption':!![]});},async _0x39ad29=>{const _0x417d4d=_0x167d79;_0x4f9798['FgbER'](warnRenamed,'ranger\x20config\x20get','ranger\x20profile\x20config\x20get'),await withTelemetry(_0x417d4d(0x273),()=>configGet(_0x39ad29[_0x417d4d(0x1f4)],_0x39ad29[_0x417d4d(0x1dc)]));})[_0x167d79(0x281)](_0x176b9c[_0x167d79(0x292)],![],_0x60ede6=>{const _0x7c5503=_0x167d79;return _0x60ede6[_0x7c5503(0x254)](_0x176b9c['tVoQE'],{'type':'string','description':'Environment\x20name','demandOption':!![]});},async _0x4b8c72=>{const _0x4a501d=_0x167d79;warnRenamed(_0x4f9798['iezXa'],'ranger\x20profile\x20config\x20list'),await _0x4f9798[_0x4a501d(0x182)](withTelemetry,_0x4f9798['cbxhc'],()=>configList(_0x4b8c72['env']));})['command']('unset\x20<env>\x20<key>',![],_0x4b5137=>{const _0x1e500c=_0x167d79;return _0x4b5137[_0x1e500c(0x254)](_0x4f9798['vVAFl'],{'type':_0x4f9798[_0x1e500c(0x2e7)],'description':_0x4f9798[_0x1e500c(0x2d3)],'demandOption':!![]})[_0x1e500c(0x254)](_0x4f9798['wRPOD'],{'type':_0x4f9798['CLYhO'],'description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x5be796=>{const _0x1b10f5=_0x167d79;warnRenamed(_0x1b10f5(0x191),_0x1b10f5(0x203)),await _0x176b9c['AYQQx'](withTelemetry,'config\x20unset',()=>configUnset(_0x5be796['env'],_0x5be796[_0x1b10f5(0x1dc)]));})['demandCommand'](0x1,_0x176b9c['aitqW']);})[_0x24a7ff(0x281)](_0x176b9c['tVoQE'],![],_0x4173c3=>{const _0xcd252c=_0x24a7ff,_0x26e815={'PGrVB':_0xcd252c(0x2a3),'TjKAH':_0x176b9c['mIwNZ'],'uwPTg':function(_0x2fcdda,_0x366800,_0x5151a4){return _0x176b9c['lZANr'](_0x2fcdda,_0x366800,_0x5151a4);},'tfnCj':_0xcd252c(0x221),'ffDkL':_0x176b9c[_0xcd252c(0x279)]};return _0x4173c3['command']('ls',![],()=>{},async()=>{const _0x24f7c5=_0xcd252c;warnRenamed(_0x26e815['PGrVB'],_0x26e815[_0x24f7c5(0x260)]),await _0x26e815[_0x24f7c5(0x246)](withTelemetry,_0x26e815['tfnCj'],()=>envList());})['command']('update\x20<env-name>',![],_0x36b11f=>{const _0x266f26=_0xcd252c;return _0x36b11f['positional'](_0x266f26(0x1ed),{'type':'string','description':_0x26e815['ffDkL'],'demandOption':!![]});},async _0x4cd773=>{const _0x2c50c9=_0xcd252c;_0x26e815['uwPTg'](warnRenamed,_0x2c50c9(0x33a),'ranger\x20profile\x20update'),await _0x26e815[_0x2c50c9(0x246)](withTelemetry,'env\x20update',_0x3e046b=>updateEnv(_0x4cd773[_0x2c50c9(0x1ed)],_0x3e046b));})['demandCommand'](0x1,_0x176b9c['Nohod']);})[_0x24a7ff(0x281)](_0x176b9c[_0x24a7ff(0x209)],![],_0x4c2604=>{const _0x1334e3=_0x24a7ff,_0x4b85b7={'LdIfO':_0x176b9c[_0x1334e3(0x317)],'itesA':_0x176b9c[_0x1334e3(0x27a)],'ZMUFm':_0x176b9c[_0x1334e3(0x20b)],'ENeUq':_0x1334e3(0x1ac),'rrwCS':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','wkMLC':_0x176b9c[_0x1334e3(0x29d)],'StzWL':_0x1334e3(0x2bf),'ripzk':_0x176b9c['omtem'],'sJewk':_0x176b9c['AkLpm'],'GCXfE':_0x176b9c['kHzaA'],'XznOH':_0x176b9c['tYoRX'],'uQrkZ':_0x1334e3(0x287),'SSxmt':function(_0x1eb016,_0x179b2c,_0x5549c2){return _0x1eb016(_0x179b2c,_0x5549c2);},'wfOcp':_0x176b9c[_0x1334e3(0x2f4)],'fNNeY':_0x1334e3(0x338),'VQksw':_0x176b9c[_0x1334e3(0x324)],'yJPNb':function(_0x13ac83,_0x4124c6,_0x2e7b35){return _0x176b9c['mVmtE'](_0x13ac83,_0x4124c6,_0x2e7b35);},'Nahqo':_0x1334e3(0x2b6),'CksqT':_0x176b9c['AgSlN'],'wEZDf':_0x1334e3(0x32e)};return _0x4c2604[_0x1334e3(0x281)](_0x176b9c[_0x1334e3(0x29c)],![],_0x4e1471=>{const _0x219ab3=_0x1334e3;return _0x4e1471[_0x219ab3(0x254)](_0x4b85b7[_0x219ab3(0x1e1)],{'type':_0x219ab3(0x338),'description':_0x4b85b7[_0x219ab3(0x2cb)],'demandOption':!![]})[_0x219ab3(0x1d5)](_0x4b85b7[_0x219ab3(0x309)],{'type':'string','alias':'d','description':_0x4b85b7[_0x219ab3(0x308)]})[_0x219ab3(0x1d5)](_0x219ab3(0x318),{'type':_0x219ab3(0x1c7),'alias':'c','description':_0x4b85b7[_0x219ab3(0x265)]})[_0x219ab3(0x1d5)](_0x4b85b7[_0x219ab3(0x282)],{'type':_0x219ab3(0x1c7),'hidden':!![]});},async _0x3b70a6=>{const _0x1b40d4=_0x1334e3;warnRenamed(_0x1b40d4(0x24a),_0x176b9c['XVHLr']),warnFlagRenamed(_0x1b40d4(0x291),_0x176b9c[_0x1b40d4(0x23e)],_0x176b9c['zgQVa']);const _0x51568b=_0x3b70a6['scenario']||_0x3b70a6['checklist'];await _0x176b9c['dvmCk'](withTelemetry,_0x1b40d4(0x1e2),()=>featureCreate(_0x3b70a6['name'],{'description':_0x3b70a6['description'],'scenarios':_0x51568b}));})['command'](_0x176b9c[_0x1334e3(0x19b)],![],_0x24c4d4=>{const _0x258137=_0x1334e3;return _0x24c4d4['option'](_0x258137(0x2aa),{'type':_0x4b85b7[_0x258137(0x28b)],'description':_0x4b85b7['ripzk']})['option']('limit',{'type':'number','alias':'l','description':_0x4b85b7['sJewk'],'default':0xa})[_0x258137(0x1d5)](_0x4b85b7['GCXfE'],{'type':_0x258137(0x249),'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})['option'](_0x4b85b7[_0x258137(0x2f3)],{'type':_0x4b85b7[_0x258137(0x28b)],'alias':'d','description':_0x258137(0x1d7),'default':![]});},async _0xba699a=>{const _0x16b606=_0x1334e3;warnRenamed(_0x4b85b7[_0x16b606(0x263)],'ranger\x20list'),await _0x4b85b7[_0x16b606(0x23b)](withTelemetry,_0x16b606(0x18f),()=>featureList({'currentBranch':_0xba699a['current-branch'],'limit':_0xba699a['limit'],'offset':_0xba699a[_0x16b606(0x22d)],'includeDeleted':_0xba699a['include-deleted']}));})[_0x1334e3(0x281)](_0x176b9c[_0x1334e3(0x2c8)],![],_0x5d5ceb=>{const _0x1360aa=_0x1334e3;return _0x5d5ceb[_0x1360aa(0x254)]('id',{'type':_0x1360aa(0x338),'description':_0x4b85b7['wfOcp']});},async _0x1f0e77=>{const _0xb0ecca=_0x1334e3;warnRenamed('ranger\x20feature\x20show',_0x176b9c[_0xb0ecca(0x19d)]),await _0x176b9c[_0xb0ecca(0x2c4)](withTelemetry,_0x176b9c['XXXbm'],()=>featureShow(_0x1f0e77['id']));})['command']('resume\x20[id]',![],_0xaf309d=>{const _0x266986=_0x1334e3;return _0xaf309d['positional']('id',{'type':_0x4b85b7[_0x266986(0x2c0)],'description':_0x266986(0x2f9)});},async _0x142b41=>{const _0x3686d8=_0x1334e3;_0x4b85b7[_0x3686d8(0x23b)](warnRenamed,_0x4b85b7['VQksw'],'ranger\x20resume'),await withTelemetry('feature\x20resume',()=>featureResume(_0x142b41['id']));})[_0x1334e3(0x281)](_0x176b9c[_0x1334e3(0x19c)],![],_0xcc1b4b=>{const _0x5ccf40=_0x1334e3;return _0xcc1b4b[_0x5ccf40(0x254)]('description',{'type':_0x176b9c['vcVKO'],'description':'Scenario\x20description','demandOption':!![]})[_0x5ccf40(0x1d5)]('id',{'type':_0x176b9c[_0x5ccf40(0x1c9)],'description':_0x176b9c[_0x5ccf40(0x1f1)]});},async _0x4cf913=>{const _0x3507fb=_0x1334e3;_0x4b85b7[_0x3507fb(0x2f6)](warnRenamed,_0x4b85b7['Nahqo'],'ranger\x20add-scenario'),await withTelemetry('feature\x20add-checklist-item',()=>featureAddScenario(_0x4cf913['description'],_0x4cf913['id']));})['command'](_0x176b9c['dKJxH'],![],_0x22c83c=>{const _0x4d9fcb=_0x1334e3;return _0x22c83c['positional']('id',{'type':_0x4d9fcb(0x338),'description':_0x4d9fcb(0x326)});},async _0x55ca11=>{const _0x2ef512=_0x1334e3;_0x176b9c['ofQcD'](warnRenamed,_0x176b9c[_0x2ef512(0x1ae)],'ranger\x20get-review'),await _0x176b9c[_0x2ef512(0x297)](withTelemetry,'feature\x20get-feedback',()=>featureGetReview(_0x55ca11['id']));})[_0x1334e3(0x281)](_0x176b9c['UgiZe'],![],_0x4884b7=>{return _0x4884b7['positional']('id',{'type':_0x4b85b7['fNNeY'],'description':_0x4b85b7['wfOcp']});},async _0x123935=>{const _0x2fa8c6=_0x1334e3;_0x176b9c[_0x2fa8c6(0x205)](warnRenamed,_0x2fa8c6(0x252),_0x176b9c[_0x2fa8c6(0x245)]),await withTelemetry('feature\x20delete',()=>featureDelete(_0x123935['id']));})['command']('restore\x20<id>',![],_0x54c666=>{const _0x5d3c42=_0x1334e3;return _0x54c666['positional']('id',{'type':_0x5d3c42(0x338),'description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x54217f=>{const _0x4450f6=_0x1334e3;warnRenamed(_0x4450f6(0x1c4),_0x4b85b7[_0x4450f6(0x2e6)]),await withTelemetry(_0x4b85b7['wEZDf'],()=>featureRestore(_0x54217f['id']));})[_0x1334e3(0x237)](0x1,_0x176b9c[_0x1334e3(0x194)]);})[_0x24a7ff(0x281)](_0x176b9c[_0x24a7ff(0x186)],![],_0x54eb90=>{const _0x282fd9=_0x24a7ff,_0x288e6c={'yDyzl':_0x176b9c['vcVKO'],'KuLZj':_0x176b9c[_0x282fd9(0x1b7)],'zRzjD':_0x176b9c['QKcLi']};return _0x54eb90['command'](_0x282fd9(0x196),_0x176b9c['xKrKz'],_0x1696e1=>{const _0x2eb0a0=_0x282fd9;return _0x1696e1['option'](_0x2eb0a0(0x2e9),{'type':'string','description':_0x2eb0a0(0x1c0)});},async _0x51e97c=>{const _0x5d17a5=_0x282fd9;await withTelemetry(_0x176b9c['FPWOI'],()=>hook(_0x5d17a5(0x196),_0x51e97c[_0x5d17a5(0x2e9)]));})[_0x282fd9(0x281)](_0x176b9c[_0x282fd9(0x21d)],'Disable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x3aaf3d=>{const _0x3532ae=_0x282fd9;return _0x3aaf3d[_0x3532ae(0x1d5)]('session-id',{'type':_0x288e6c[_0x3532ae(0x1d0)],'description':_0x288e6c['KuLZj']});},async _0x2aa4e2=>{const _0x116feb=_0x282fd9;await withTelemetry(_0x288e6c[_0x116feb(0x30c)],()=>hook(_0x116feb(0x1c5),_0x2aa4e2[_0x116feb(0x2e9)]));})['option']('name',{'type':'string','description':_0x282fd9(0x293)})['option'](_0x282fd9(0x2e9),{'type':_0x176b9c[_0x282fd9(0x1c9)],'description':_0x176b9c[_0x282fd9(0x1b7)]});},async _0x30e885=>{const _0x386465=_0x24a7ff;_0x30e885['name']&&await hook(_0x30e885[_0x386465(0x1f7)],_0x30e885[_0x176b9c[_0x386465(0x1c8)]]);})['demandCommand'](0x1,_0x176b9c['YqDdX'])[_0x24a7ff(0x24b)]()[_0x24a7ff(0x17e)](async(_0x3fd158,_0x324bf6,_0x2a2977)=>{const _0x2120ce=_0x24a7ff,_0x1904d7=sanitizeArgs(process[_0x2120ce(0x1cb)]['slice'](0x2)),_0x486e83=getErrorType(_0x3fd158,_0x324bf6);if(_0x3fd158&&_0x3fd158['includes'](_0x176b9c[_0x2120ce(0x1b8)])){const _0x1e5d04=process[_0x2120ce(0x1cb)][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x1e5d04),console['error'](_0x176b9c['OeWXK']);}else{if(_0x3fd158)console[_0x2120ce(0x248)]('\x0a'+_0x3fd158+'\x0a');else _0x324bf6&&console['error']('\x0aError:\x20'+_0x324bf6['message']+'\x0a');}await _0x176b9c[_0x2120ce(0x2c2)](logDesirePath,{'rawCommand':_0x1904d7,'errorMessage':_0x3fd158||_0x324bf6?.['message'],'errorType':_0x486e83});const _0x3f8f9c=getCurrentCollector();_0x3f8f9c&&await _0x3f8f9c[_0x2120ce(0x286)](_0x324bf6||new Error(_0x3fd158||'Unknown\x20error')),process['exit'](0x1);})[_0x24a7ff(0x1f5)](_0x176b9c[_0x24a7ff(0x2cc)](_0x176b9c[_0x24a7ff(0x28d)]('Documentation:\x0a','\x20\x20https://docs.ranger.net\x0a'),_0x24a7ff(0x33f)))['help']()[_0x24a7ff(0x2dc)](_0x176b9c['gEpMC'],'h');}process['env'][_0x11d5df(0x2f1)]!==_0x11d5df(0x22c)&&buildParser()[_0x11d5df(0x33b)]();
2
+ const _0x5da667=_0x558a;(function(_0x383096,_0x4f6f40){const _0x38b3c4=_0x558a,_0x290aa9=_0x383096();while(!![]){try{const _0x31820e=-parseInt(_0x38b3c4(0x1fc))/0x1*(parseInt(_0x38b3c4(0x22a))/0x2)+parseInt(_0x38b3c4(0x256))/0x3*(-parseInt(_0x38b3c4(0x186))/0x4)+parseInt(_0x38b3c4(0x268))/0x5*(-parseInt(_0x38b3c4(0x2df))/0x6)+-parseInt(_0x38b3c4(0x1e3))/0x7+-parseInt(_0x38b3c4(0x239))/0x8*(parseInt(_0x38b3c4(0x1b4))/0x9)+-parseInt(_0x38b3c4(0x241))/0xa+parseInt(_0x38b3c4(0x29c))/0xb;if(_0x31820e===_0x4f6f40)break;else _0x290aa9['push'](_0x290aa9['shift']());}catch(_0x1b99d6){_0x290aa9['push'](_0x290aa9['shift']());}}}(_0x5cc4,0x6544d));import _0x3dc88c from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x348e4a=_0x558a,_0x2c1aa5={'XeKUe':function(_0x644ab3,_0x805bc9){return _0x644ab3(_0x805bc9);},'viXXI':function(_0x2bb027,_0x329ed2){return _0x2bb027(_0x329ed2);},'xRvMQ':'.env'};let _0x1263cc=process['cwd']();const _0x2789d9=_0x2c1aa5['XeKUe'](parse,_0x1263cc)['root'];while(_0x1263cc!==_0x2789d9){if(_0x2c1aa5['viXXI'](existsSync,join(_0x1263cc,'.ranger'))||_0x2c1aa5[_0x348e4a(0x265)](existsSync,join(_0x1263cc,_0x2c1aa5[_0x348e4a(0x198)])))return _0x1263cc;_0x1263cc=_0x2c1aa5[_0x348e4a(0x265)](dirname,_0x1263cc);}return process['cwd']();}_0x3dc88c['config']({'path':join(findProjectRoot(),'.env')});import _0xf5c66 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';function _0x558a(_0x84e073,_0x36a291){_0x84e073=_0x84e073-0x173;const _0x5cc468=_0x5cc4();let _0x558af1=_0x5cc468[_0x84e073];return _0x558af1;}import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{shouldShowLegacyWarning,showLegacyDeprecationWarning}from'./commands/utils/legacyWarning.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{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';import{installSkill}from'./commands/utils/skills.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x429b38=>{const _0x242c4e=_0x558a,_0x3cb20c={'OPEMb':function(_0x265689){return _0x265689();}},_0x27ffed=_0x3cb20c[_0x242c4e(0x1cd)](getCurrentCollector);_0x27ffed&&await _0x27ffed['trackCommandError'](_0x429b38),process[_0x242c4e(0x23b)]=0x1;});const rawArgs=process[_0x5da667(0x222)][_0x5da667(0x2fd)](0x2),TOP_LEVEL_HELP='Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aTo\x20set\x20up\x20a\x20profile\x20for\x20your\x20app,\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20—\x20opens\x20a\x0abrowser\x20so\x20you\x20can\x20log\x20in\x20once.\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\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\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\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/config)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\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\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\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\x0aDeprecated\x20(now\x20exit\x201\x20with\x20a\x20redirect):\x20`profile\x20update`,\x20`profile\x20encrypt-auth`,\x0a`profile\x20migrate`,\x20`setup\x20--ci`.\x20Run\x20`ranger\x20profile\x20add\x20<name>`\x20to\x20set\x20up\x20a\x0afresh\x20profile.\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP=_0x5da667(0x20d),PROFILE_CONFIG_HELP=_0x5da667(0x2c0);function warnRenamed(_0x46d853,_0x4f64e2){const _0x57a9e1=_0x5da667;console[_0x57a9e1(0x319)]('\x0a'+_0x46d853+_0x57a9e1(0x2a7)+_0x4f64e2+'\x0a');}function argUsed(_0x2f816c){const _0x2221ec=_0x5da667;return rawArgs[_0x2221ec(0x1b5)](_0x26e4e1=>_0x26e4e1===_0x2f816c||_0x26e4e1['startsWith'](_0x2f816c+'='));}function warnFlagRenamed(_0x2f5c80,_0x31d7ec,_0x5c78d0){const _0x23f172=_0x5da667,_0x165a27={'qtNwC':function(_0x54f2eb,_0x3db3b2){return _0x54f2eb(_0x3db3b2);}};_0x165a27[_0x23f172(0x2cb)](argUsed,_0x31d7ec)&&warnRenamed(_0x2f5c80+'\x20'+_0x31d7ec,_0x2f5c80+'\x20'+_0x5c78d0);}async function runGoCommand(_0x5312ed,_0x488cff=![]){const _0x3d5e26=_0x5da667,_0x33b0c2={'OMVkz':_0x3d5e26(0x2e2),'ABWjR':function(_0x944137,_0x1dbb4d,_0x3e418d,_0x279384){return _0x944137(_0x1dbb4d,_0x3e418d,_0x279384);},'GKnVR':_0x3d5e26(0x2c3),'WwGmT':'--item','LjnGv':function(_0x5173ed){return _0x5173ed();},'Trkst':function(_0x29e5a9,_0x5e7b0e){return _0x29e5a9(_0x5e7b0e);},'aeSWa':'start-path','NitDJ':'base-url','ZFybB':_0x3d5e26(0x2fc),'NTvsB':function(_0x18f5be,_0x45c2c6){return _0x18f5be===_0x45c2c6;},'mGlrq':_0x3d5e26(0x2ae),'ifQke':_0x3d5e26(0x28b),'ZqtGP':'partial','uvCvu':'blocked','pRzlq':'\x20FAILED','QfiMn':_0x3d5e26(0x194)};_0x488cff&&warnRenamed(_0x3d5e26(0x2f7),'ranger\x20go');warnFlagRenamed(_0x3d5e26(0x2c3),_0x3d5e26(0x1f3),_0x33b0c2['OMVkz']),_0x33b0c2[_0x3d5e26(0x21a)](warnFlagRenamed,_0x33b0c2['GKnVR'],_0x3d5e26(0x2e3),'--notes'),warnFlagRenamed(_0x33b0c2[_0x3d5e26(0x291)],_0x33b0c2[_0x3d5e26(0x204)],_0x3d5e26(0x2cf));const _0x1ebaa8=await _0x33b0c2['LjnGv'](loadRangerConfig),_0x1383ce=isByokEnabled(),_0x5ad5ef=_0x5312ed[_0x3d5e26(0x2a5)],_0x435624=_0x1ebaa8['model'],_0x347b1a=await _0x33b0c2[_0x3d5e26(0x2da)](verifyFeature,{'featureId':_0x5312ed[_0x3d5e26(0x22d)],'profile':_0x5312ed[_0x3d5e26(0x2e6)]??_0x5312ed['env']??process['env']['RANGER_PROFILE'],'notes':_0x5312ed[_0x3d5e26(0x2ed)]??_0x5312ed['task'],'scenario':_0x5312ed[_0x3d5e26(0x25f)]??_0x5312ed['item'],'startPath':_0x5312ed[_0x33b0c2['aeSWa']],'baseUrl':_0x5312ed[_0x33b0c2['NitDJ']],'debugOutcome':_0x5312ed[_0x33b0c2['ZFybB']],'debugAddressComments':_0x5312ed['debug-address-comments'],'headed':_0x5312ed['headed'],'byokEnabled':_0x1383ce,'flagVerifyModel':_0x5ad5ef,'configVerifyModel':_0x435624});console['log']('\x0a'+'='['repeat'](0x3c)),console['log'](_0x33b0c2[_0x3d5e26(0x2dc)](_0x347b1a['evaluation'],_0x33b0c2[_0x3d5e26(0x2ee)])?_0x3d5e26(0x1e2):_0x347b1a['evaluation']===_0x3d5e26(0x1df)?_0x33b0c2['ifQke']:_0x347b1a[_0x3d5e26(0x2c8)]===_0x33b0c2[_0x3d5e26(0x1d1)]?'\x20PARTIAL':_0x347b1a[_0x3d5e26(0x2c8)]===_0x33b0c2['uvCvu']?'\x20BLOCKED':_0x33b0c2['pRzlq']),console['log']('='[_0x3d5e26(0x231)](0x3c)),console['log']('Summary:\x20'+_0x347b1a['summary']),console[_0x3d5e26(0x1c2)]('Evaluation:\x20'+_0x347b1a[_0x3d5e26(0x2c8)]),console[_0x3d5e26(0x1c2)]('Reason:\x20'+_0x347b1a[_0x3d5e26(0x18f)]),_0x347b1a[_0x3d5e26(0x1de)]?.[_0x3d5e26(0x274)]&&(console['log'](_0x33b0c2['QfiMn']),_0x347b1a['issues']['forEach']((_0x5b84ed,_0x4a4fc0)=>{const _0x1e7a2c=_0x3d5e26;console[_0x1e7a2c(0x1c2)]('\x0a'+(_0x4a4fc0+0x1)+_0x1e7a2c(0x21b)+_0x5b84ed[_0x1e7a2c(0x315)]+']\x20'+_0x5b84ed['description']);})),process['exit'](_0x347b1a[_0x3d5e26(0x2c8)]===_0x33b0c2['mGlrq']?0x0:0x1);}function _0x5cc4(){const _0x1ce250=['add\x20env\x20<env-name>','ranger\x20profile\x20ls','auth','test_output','IEqnh','MGOUa','model','JcMoC','\x20is\x20now\x20','Install\x20scope\x20for\x20plugin\x20and\x20skills','GGZAU','report','offset','jZhRE','setup:all','verified','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','gzqnj','uGxJm','Scenario\x20description','VsDUz','feature\x20show','TeCmk','BavvW','eZaXu','MkoZk','Rtqpk','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','ranger\x20profile\x20add','ranger\x20profile\x20config\x20list','env-name','pDKfP','dOIcd','Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aFine-tune\x20browser\x20behavior\x20for\x20a\x20profile.\x20Settings\x20apply\x20per\x20cwd,\x20so\x20different\x0acheckouts\x20of\x20the\x20same\x20repo\x20can\x20have\x20different\x20overrides.\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\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20overrides\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override)\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\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\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\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201','yGMPz','fQskx','ranger\x20go','New\x20scenario\x20description','You\x20must\x20specify\x20a\x20command','profile\x20ls','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile','evaluation','cWgun','skillup','qtNwC','unset\x20<profile>\x20<key>','EYzzg','Profile\x20name','--scenario','ffqwZ','ranger\x20feature\x20get-feedback','hwsxU','yrGpL','url','skip-chromium','profile\x20config\x20set','LnqFD','command','tokenOrSubcommand','Trkst','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','NTvsB','tqUYn','get\x20<profile>\x20<key>','1662AJZUsy','xReJt','positional','--profile','--task','safe-mode','oJWCP','profile','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','Set\x20up\x20a\x20local\x20browser\x20profile','Install\x20OS-level\x20dependencies\x20for\x20Chromium','qSxMV','Enfha','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','notes','mGlrq','kXXNr','create\x20<name>','description','ranger\x20restore','mnehA','get-review','ranger\x20auth\x20encrypt','Alias\x20for\x20--mcp-bootstrap','ranger\x20verify-feature','list\x20<profile>','status','enable','DXHtb','debug-outcome','slice','show\x20[id]','XTCQI','cIZsa','EWNvi','Scenario\x20number\x20to\x20edit\x20(1-based)','\x0aUnknown\x20command:\x20','AsIRQ','TjeKH','KeTUL','jldEt','HDfqc','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','GRfuO','duGzZ','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','epilogue','token','HlwtL','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','JFlJO','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','qVnxG','\x27.\x20Session\x20saved.','severity','Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.','add-checklist-item\x20<description>','Initialize\x20Ranger\x20in\x20your\x20project','error','item','list','ranger\x20profile\x20config\x20set','WGXKu','wyFoO','oHNce','zSUIv','IhtkQ','EfSna','create','skip-auth','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','Scenario\x20index\x20(1-based)','PkxCg','unset\x20<env>\x20<key>','ranger','Feature\x20review\x20name','update\x20<env-name>','Set\x20a\x20config\x20value','add-scenario','Ftxzb','NDfUO','profile\x20use','option','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Feature\x20review\x20ID','Install\x20Ranger\x20skills','test','not_configured','DcxwU','ranger\x20use','hHEDb','user','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','895140aSEttF','ReDBJ','List\x20all\x20profiles','IxPYr','myGOK','version','FIKGN','PCSaC','imxSk','evaluationReason','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','key','current-branch','help','\x0aIssues:','AktEb','Number\x20of\x20feature\x20reviews\x20to\x20skip','API\x20token','xRvMQ','Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','feature\x20delete','ranger\x20profile\x20config\x20get','veqMu','cPfHw','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','BqqvW','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','NyUvc','base-url','xhtwm','bbvnr','vYPPd','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','message','Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\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\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level','RGKqK','fail','slrmK','checklist','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.','\x20is\x20no\x20longer\x20supported.\x20','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','Ranger\x20API\x20token','VroUd','Sfnrb','1272789EftLBF','some','SAYYN','boolean','Manage\x20profiles','ghZgy','List\x20all\x20config\x20for\x20a\x20profile','wThNf','aKKlo','UDhDy','dry-run','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','RHfGc','yes','log','KWLVw','include-deleted','add\x20<profile-name>','ShmET','ranger\x20config\x20get','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','ZMamj','ranger\x20feature\x20resume','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','XJGtN','OPEMb','Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','number','failed','ZqtGP','lBVRe','Switch\x20to\x20using\x20a\x20specific\x20profile','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','map','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','Cloud\x20profile\x20name','Config\x20value','ranger\x20setup\x20profiles\x20--scope=','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','allow-insecure-localhost','feature\x20resume','gwGMB','issues','incomplete','rFGbj','profile\x20encrypt-auth','\x20VERIFIED','4282992ycPZCq','alias','config','opencode','ranger\x20config\x20unset','profile\x20migrate','Print\x20the\x20current\x20CLI\x20access\x20token','WhgkO','config\x20list','kIeQh','\x20\x20https://docs.ranger.net\x0a','icuvX','NqegW','setup:deps','UphGK','print-access-token','--env','LjMuN','hook','exit','Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.','dRZzY','RANGER_TEST_USERNAME','PBASI','FNSkN','114758vYCEMq','json','CIafG','ranger\x20profile\x20use','task','ranger\x20feature\x20delete','dBsLX','Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)','WwGmT','partial','ranger\x20config\x20set','profile\x20config\x20list','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','ranger\x20get-review','ranger\x20create','RVDHA','jkANG','Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aConvention\x20is\x20one\x20profile\x20per\x20account\x20—\x20use\x20whatever\x20name\x20is\x20stable\x20for\x20that\x0aaccount\x20(email,\x20username,\x20etc.).\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\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\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x0aDeprecated\x20(exit\x201\x20with\x20a\x20redirect\x20message):\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20→\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20to\x20refresh\x20auth\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20→\x20no\x20longer\x20needed;\x20Ranger\x20manages\x20session\x20state\x0a\x20\x20migrate\x20[<profile>]\x20\x20\x20\x20\x20\x20\x20→\x20run\x20`ranger\x20profile\x20add\x20<name>`;\x20old\x20dirs\x20stay\x20readable\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20alice@example.com\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20headers.X-Debug\x201','eSlAq','QRxLR','use\x20<profile-name>','disable','ranger\x20show','Authenticate\x20via\x20MCP\x20proxy','EEihK','ranger\x20env\x20update','nlJXF','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','nDTPL','WUUeE','ABWjR','.\x20[','Login\x20failed:\x20','profile\x20config\x20reset','update','feature\x20restore','Config\x20key','uqIYk','argv','mcp-bootstrap','VWyrG','profile-name','hook:disable','delete\x20[id]','OXknN','session-id','6IUHDxw','PqdHI','OAbmj','feature','Remove\x20a\x20config\x20value','force','Base\x20URL\x20of\x20the\x20running\x20app','repeat','XFqSb','value','yeTip','DEvve','YNuiB','No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','Fwmcv','8uQTTit','setup\x20[tokenOrSubcommand]','exitCode','feature\x20create','mcp','report\x20[id]','update\x20<profile-name>','yohUE','1767710LACGqp','cdp-endpoint','ngMDJ','RnUXT','setup:login','sWAnd','Skip\x20interactive\x20confirmation\x20prompts.','pXsXy','login\x20<name>','demandCommand','string','Include\x20soft-deleted\x20feature\x20reviews','lDaza','Skip\x20Chromium\x20browser\x20installation','twkhF','Feature\x20review\x20description','login','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','limit','qJFpy','xkomy','3nVmFNt','Environment\x20name','ranger\x20feature\x20show','ranger\x20feature\x20list','config\x20unset','MfSmr','profile\x20add','save-creds','Unknown\x20command','scenario','JvDbQ','HRhro','jOiiu','VsCFn','edit-scenario','viXXI','List\x20all\x20feature\x20reviews','clean','11725XGcbUK','resume\x20[id]','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','XJaPr','nlvta','env\x20update','JDnHQ','EQtiZ','DSWZG','MslNT','CKbxA','rvyxE','length','array','env','BLRIh','You\x20must\x20specify\x20a\x20profile\x20subcommand','WxaDU','LKKXC','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','PyyFG','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','all','scope','ryNYO','unknown\x20error','start\x20[token]','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','LeuuT','set\x20<env>\x20<key>\x20<value>','IgiqT','list\x20<env>','BSYbL','prGWC','\x20INCOMPLETE','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','celsN','UpiNH','bmDnG','WBSUl','GKnVR','usage','eISZJ','RClQf','Authenticate\x20with\x20Ranger','FVJUL','Optional\x20feature\x20ID','name','project','KYzPe','ranger\x20start','28187159RRprKA','get\x20<env>\x20<key>','IxCdP'];_0x5cc4=function(){return _0x1ce250;};return _0x5cc4();}export function buildParser(_0x3bfda7){const _0x4a0a35=_0x5da667,_0x2c9022={'icuvX':'string','WUUeE':'description','JZrVw':_0x4a0a35(0x275),'jldEt':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','jTyeX':_0x4a0a35(0x1ad),'UDhDy':function(_0x1bffa7,_0x236558){return _0x1bffa7+_0x236558;},'GJntZ':function(_0x1c54df,_0x4536bb,_0x2401b2,_0x5ca2b7){return _0x1c54df(_0x4536bb,_0x2401b2,_0x5ca2b7);},'PtEWa':_0x4a0a35(0x20a),'XdCJX':_0x4a0a35(0x2cf),'nMQXM':_0x4a0a35(0x323),'arfYT':'current-branch','PkxCg':'boolean','HDfqc':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','iLbsB':_0x4a0a35(0x253),'ShmET':'number','yeTip':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','PdnrJ':'Number\x20of\x20feature\x20reviews\x20to\x20skip','FIKGN':function(_0x599553,_0x5a5225,_0x25d33e){return _0x599553(_0x5a5225,_0x25d33e);},'BLRIh':_0x4a0a35(0x17d),'ThEaa':'Scenario\x20description','EYzzg':function(_0x45f1fc,_0x25b4a5,_0x4b1478){return _0x45f1fc(_0x25b4a5,_0x4b1478);},'jqLns':_0x4a0a35(0x2c4),'zSUIv':'scenario','Fmxfw':_0x4a0a35(0x302),'Nzpez':_0x4a0a35(0x264),'Sfnrb':'exclude-scenario','hunBz':_0x4a0a35(0x1fd),'oqsGr':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','iPAzm':_0x4a0a35(0x2aa),'MkoZk':_0x4a0a35(0x2f4),'VroUd':function(_0x41cd66,_0x2ed5fa,_0x1859c8){return _0x41cd66(_0x2ed5fa,_0x1859c8);},'rvyxE':_0x4a0a35(0x1b1),'BavvW':_0x4a0a35(0x2d5),'EfSna':_0x4a0a35(0x30c),'TeCmk':'skip-auth','Rtqpk':'Skip\x20authentication','DcxwU':'with-deps','XJaPr':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','jAEfN':_0x4a0a35(0x2d4),'yrGpL':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','IEaQF':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','vYPPd':'mcp-bootstrap','dUJQh':_0x4a0a35(0x2ec),'PyyFG':'token','zDhxx':'Ranger\x20API\x20token\x20(rngr_...)','RClQf':_0x4a0a35(0x23d),'DXHtb':'user','HVazz':'Skip\x20browser\x20authentication','mszbu':_0x4a0a35(0x1db),'PVwqR':function(_0x1b0179,_0x4eb4e1){return _0x1b0179!==_0x4eb4e1;},'zmMIw':function(_0x2606b1,_0x53d3d9,_0x2024cc){return _0x2606b1(_0x53d3d9,_0x2024cc);},'Dskzx':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','eEKLB':_0x4a0a35(0x1f0),'IjWLb':function(_0x2981f6){return _0x2981f6();},'DuoPk':'setup:skills','imxSk':'tokenOrSubcommand','HRhro':'all','blePu':'Run\x20full\x20interactive\x20setup','XJGtN':'Install\x20Chromium\x20browser\x20binary','RHfGc':'profiles','VsCFn':'scope','Fwmcv':_0x4a0a35(0x310),'xKYMH':'Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','suPDG':_0x4a0a35(0x197),'wIuKQ':'start','UphGK':_0x4a0a35(0x185),'uqIYk':_0x4a0a35(0x309),'PCSaC':_0x4a0a35(0x24e),'DEvve':function(_0x494145,_0x53c746,_0x4a0cd4){return _0x494145(_0x53c746,_0x4a0cd4);},'yBBai':'setup-ci','jkANG':_0x4a0a35(0x251),'jZcEq':'Install\x20skills\x20for\x20OpenCode','PLVga':'Install\x20scope\x20for\x20skills','GaEVO':function(_0x457e1a,_0x2a6b12){return _0x457e1a(_0x2a6b12);},'WxaDU':_0x4a0a35(0x267),'icGxw':_0x4a0a35(0x1d4),'Ftxzb':_0x4a0a35(0x2ba),'hQfYx':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','tXHhL':_0x4a0a35(0x242),'cgrZn':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','uKoFo':'safe-mode','IEqnh':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','VohNN':_0x4a0a35(0x252),'HBsEE':_0x4a0a35(0x1c1),'ENCyH':_0x4a0a35(0x199),'dNiAU':_0x4a0a35(0x1e1),'HdsHJ':'Name\x20of\x20the\x20profile\x20to\x20update','ggWrB':function(_0x12408e,_0xc69be2,_0x1490d3){return _0x12408e(_0xc69be2,_0x1490d3);},'SxYve':'profile\x20update','hyerQ':_0x4a0a35(0x1e8),'NyUvc':function(_0x4098eb,_0x2f6e9c){return _0x4098eb(_0x2f6e9c);},'lBVRe':_0x4a0a35(0x298),'UpiNH':_0x4a0a35(0x1d7),'oHNce':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','LeuuT':'profile','CKbxA':function(_0x3f8e5d,_0x985c6f,_0x4ae4ff){return _0x3f8e5d(_0x985c6f,_0x4ae4ff);},'uJqff':_0x4a0a35(0x21d),'wThNf':_0x4a0a35(0x22e),'cadfD':_0x4a0a35(0x2c7),'uIKSO':'Add\x20profile\x20configuration','DfeOv':_0x4a0a35(0x1d3),'jtPfy':'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','YbhFX':'Update\x20authentication\x20for\x20an\x20existing\x20profile','GcCGq':_0x4a0a35(0x203),'WrhNt':_0x4a0a35(0x278),'ReDBJ':_0x4a0a35(0x2f9),'XFqSb':function(_0x165a4d){return _0x165a4d();},'uGxJm':_0x4a0a35(0x237),'kgpye':'notes','lDaza':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','qJFpy':'start-path','cVRFu':_0x4a0a35(0x19a),'RgfLF':_0x4a0a35(0x1ae),'qVnxG':'headed','XTCQI':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','KYzPe':_0x4a0a35(0x2fc),'yohUE':'blocked','fZzmf':_0x4a0a35(0x276),'oWoqj':_0x4a0a35(0x200),'aBLYH':_0x4a0a35(0x31a),'fQskx':function(_0x21b9d5,_0x4f7460){return _0x21b9d5(_0x4f7460);},'qvvpq':_0x4a0a35(0x2f5),'JcMoC':'encrypt\x20<profile>','sEWQl':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','cPfHw':_0x4a0a35(0x326),'twkhF':'force','gwGMB':_0x4a0a35(0x2e9),'SAYYN':function(_0x194029,_0x2377c2,_0x40788e){return _0x194029(_0x2377c2,_0x40788e);},'kIeQh':_0x4a0a35(0x29b),'QvKIx':'ranger\x20setup','RZczu':function(_0x502346,_0x4c36b7,_0x3e87a5){return _0x502346(_0x4c36b7,_0x3e87a5);},'LKKXC':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','mnehA':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','eISZJ':_0x4a0a35(0x328),'MfSmr':_0x4a0a35(0x26a),'Wzczg':_0x4a0a35(0x2a5),'VsDUz':'verified','oJWCP':_0x4a0a35(0x1d0),'xhtwm':_0x4a0a35(0x1df),'wVHcQ':_0x4a0a35(0x2bd),'JpqLy':'ranger\x20add\x20env','qSxMV':'Name\x20of\x20the\x20environment','CvSXW':_0x4a0a35(0x1ff),'bbrNQ':'use','xUkgL':'ranger\x20config\x20list','ZEARg':_0x4a0a35(0x2bc),'HsBaf':_0x4a0a35(0x1e7),'RnUXT':_0x4a0a35(0x25a),'ghZgy':_0x4a0a35(0x288),'sDCUE':_0x4a0a35(0x32a),'GRfuO':function(_0x2806f8,_0x399cd3,_0x182c99){return _0x2806f8(_0x399cd3,_0x182c99);},'pXsXy':'ranger\x20env\x20ls','DSWZG':function(_0x169759,_0x206932,_0x6f5dc8){return _0x169759(_0x206932,_0x6f5dc8);},'bmDnG':'env\x20list','CCMvs':function(_0x1292a6,_0x4b40b7,_0x44f900){return _0x1292a6(_0x4b40b7,_0x44f900);},'QBJZf':'ranger\x20profile\x20update','AijgS':_0x4a0a35(0x26d),'jhRVm':_0x4a0a35(0x27b),'IgiqT':_0x4a0a35(0x17c),'EEihK':'ranger\x20feature\x20create','sWAnd':_0x4a0a35(0x2ab),'xkomy':'include-deleted','quAQv':_0x4a0a35(0x258),'jOiiu':_0x4a0a35(0x2b4),'CIafG':_0x4a0a35(0x1dc),'nlvta':'ranger\x20add-scenario','PmSDX':_0x4a0a35(0x19b),'wDkpz':'ranger\x20feature\x20restore','WBSUl':_0x4a0a35(0x2f2),'qdopF':_0x4a0a35(0x2f0),'ryNYO':'list','EWNvi':_0x4a0a35(0x269),'WihzJ':_0x4a0a35(0x317),'TjeKH':'restore\x20<id>','EdlLg':'hook:enable','QRxLR':_0x4a0a35(0x226),'zofKy':_0x4a0a35(0x2fa),'IQuSW':'Disable\x20Ranger\x20hooks\x20for\x20this\x20session','WhgkO':_0x4a0a35(0x229),'ueMDb':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','yGQin':function(_0x445252,_0x4f8dae,_0x52e3cc){return _0x445252(_0x4f8dae,_0x52e3cc);},'ETXGj':function(_0x3fd7ca,_0x13aca6,_0x427443){return _0x3fd7ca(_0x13aca6,_0x427443);},'gViGk':_0x4a0a35(0x2db),'yGMPz':function(_0x12732d,_0x3e7d4a){return _0x12732d||_0x3e7d4a;},'FVJUL':'Unknown\x20error','wyFoO':function(_0x3f6c3c,_0x134e62){return _0x3f6c3c(_0x134e62);},'LHpKZ':'ranger','MGOUa':_0x4a0a35(0x266),'OJFvw':_0x4a0a35(0x2fe),'JTurl':_0x4a0a35(0x217),'pKpLD':'edit-scenario\x20<description>','LjupI':_0x4a0a35(0x23e),'VWyrG':_0x4a0a35(0x1bf),'myGOK':'delete\x20[id]','xTuHm':'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','prGWC':'Restore\x20a\x20soft-deleted\x20feature\x20review','JvDbQ':_0x4a0a35(0x318),'QfQAZ':_0x4a0a35(0x17e),'eSlAq':'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','NDfUO':'update','hDNma':_0x4a0a35(0x1f2),'nlJXF':_0x4a0a35(0x2a1),'LjMuN':_0x4a0a35(0x282),'dRZzY':'verify-feature','BYkxd':_0x4a0a35(0x1f5),'AfHPN':function(_0x44482e,_0x35b65a){return _0x44482e+_0x35b65a;},'EQtiZ':_0x4a0a35(0x193)};return _0x2c9022[_0x4a0a35(0x31e)](_0xf5c66,_0x3bfda7??process['argv']['slice'](0x2))['scriptName'](_0x2c9022['LHpKZ'])['usage'](TOP_LEVEL_HELP)[_0x4a0a35(0x18b)](getCurrentVersion())[_0x4a0a35(0x2d8)](_0x2c9022['qdopF'],_0x4a0a35(0x19f),_0xa2613=>{const _0xae2009=_0x4a0a35;return _0xa2613['positional'](_0xae2009(0x298),{'type':_0x2c9022[_0xae2009(0x1ee)],'description':_0xae2009(0x174),'demandOption':!![]})[_0xae2009(0x17b)](_0x2c9022[_0xae2009(0x219)],{'type':_0xae2009(0x24b),'alias':'d','description':_0xae2009(0x250)})['option'](_0xae2009(0x25f),{'type':_0x2c9022['JZrVw'],'alias':'c','description':_0x2c9022[_0xae2009(0x307)]})[_0xae2009(0x17b)](_0x2c9022['jTyeX'],{'type':'array','hidden':!![]});},async _0xc82669=>{const _0x2358ca=_0x4a0a35;if(!_0xc82669['name']){console['error'](_0x2c9022[_0x2358ca(0x1bd)](_0x2358ca(0x28c),'Example:\x20ranger\x20create\x20my-feature')),process['exit'](0x1);return;}_0x2c9022['GJntZ'](warnFlagRenamed,_0x2c9022['PtEWa'],'--checklist',_0x2c9022['XdCJX']);const _0x3b5598=_0xc82669['scenario']||_0xc82669[_0x2358ca(0x1ad)];await withTelemetry(_0x2c9022['nMQXM'],()=>featureCreate(_0xc82669['name'],{'description':_0xc82669['description'],'scenarios':_0x3b5598}));})['command'](_0x2c9022[_0x4a0a35(0x280)],_0x2c9022[_0x4a0a35(0x2a4)],_0xa9eda8=>{const _0x518030=_0x4a0a35;return _0xa9eda8[_0x518030(0x17b)](_0x2c9022['arfYT'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x518030(0x308)]})[_0x518030(0x17b)](_0x2c9022['iLbsB'],{'type':_0x2c9022[_0x518030(0x1c6)],'alias':'l','description':_0x2c9022[_0x518030(0x234)],'default':0xa})[_0x518030(0x17b)](_0x518030(0x2ab),{'type':_0x2c9022[_0x518030(0x1c6)],'alias':'o','description':_0x2c9022['PdnrJ'],'default':0x0})[_0x518030(0x17b)](_0x518030(0x1c4),{'type':_0x518030(0x1b7),'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x1df2f4=>{const _0x4e74cd=_0x4a0a35;await _0x2c9022[_0x4e74cd(0x18c)](withTelemetry,_0x4e74cd(0x31b),()=>featureList({'currentBranch':_0x1df2f4['current-branch'],'limit':_0x1df2f4[_0x4e74cd(0x253)],'offset':_0x1df2f4['offset'],'includeDeleted':_0x1df2f4[_0x4e74cd(0x1c4)]}));})['command'](_0x2c9022['OJFvw'],'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0xe4b978=>{const _0x395b32=_0x4a0a35;return _0xe4b978[_0x395b32(0x2e1)]('id',{'type':_0x2c9022[_0x395b32(0x1ee)],'description':_0x2c9022['BLRIh']});},async _0x20624c=>{await withTelemetry('show',()=>featureShow(_0x20624c['id']));})['command'](_0x2c9022[_0x4a0a35(0x301)],_0x2c9022['JTurl'],_0x27e0ca=>{return _0x27e0ca['positional']('id',{'type':_0x2c9022['icuvX'],'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x43eb16=>{await _0x2c9022['FIKGN'](withTelemetry,'resume',()=>featureResume(_0x43eb16['id']));})[_0x4a0a35(0x2d8)]('add-scenario\x20<description>',_0x4a0a35(0x190),_0x5cfd08=>{const _0x196e24=_0x4a0a35;return _0x5cfd08['positional'](_0x196e24(0x2f1),{'type':_0x2c9022[_0x196e24(0x1ee)],'description':_0x2c9022['ThEaa'],'demandOption':!![]})[_0x196e24(0x17b)]('id',{'type':_0x2c9022['icuvX'],'description':_0x196e24(0x17c)});},async _0x315b6c=>{const _0x236c5b=_0x4a0a35;await _0x2c9022['EYzzg'](withTelemetry,_0x236c5b(0x177),()=>featureAddScenario(_0x315b6c['description'],_0x315b6c['id']));})['command'](_0x2c9022['pKpLD'],'Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x5e83e4=>{const _0x1bbaf5=_0x4a0a35;return _0x5e83e4['positional'](_0x1bbaf5(0x2f1),{'type':'string','description':_0x2c9022['jqLns'],'demandOption':!![]})['option'](_0x2c9022[_0x1bbaf5(0x320)],{'type':_0x2c9022[_0x1bbaf5(0x1c6)],'description':_0x2c9022['Fmxfw'],'demandOption':!![]})['option']('id',{'type':_0x2c9022[_0x1bbaf5(0x1ee)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x4c5ad5=>{const _0x5a946a=_0x4a0a35;await _0x2c9022[_0x5a946a(0x2cd)](withTelemetry,_0x2c9022['Nzpez'],()=>featureEditScenario(_0x4c5ad5['description'],{'id':_0x4c5ad5['id'],'scenario':_0x4c5ad5['scenario']}));})[_0x4a0a35(0x2d8)](_0x2c9022['LjupI'],_0x2c9022[_0x4a0a35(0x224)],_0x22e5fb=>{const _0x1e2d90=_0x4a0a35;return _0x22e5fb[_0x1e2d90(0x2e1)]('id',{'type':_0x2c9022[_0x1e2d90(0x1ee)],'description':_0x2c9022[_0x1e2d90(0x277)]})['option'](_0x2c9022['Sfnrb'],{'type':_0x1e2d90(0x275),'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})['option'](_0x2c9022['hunBz'],{'type':_0x1e2d90(0x1b7),'description':_0x2c9022['oqsGr'],'default':![]});},async _0x193deb=>{const _0x36d3b7=_0x4a0a35,_0x1c1efb=_0x193deb[_0x2c9022[_0x36d3b7(0x1b3)]],_0x379152=_0x1c1efb?_0x1c1efb[_0x36d3b7(0x1d5)](_0x153f47=>Number(_0x153f47)):undefined;await withTelemetry(_0x2c9022['iPAzm'],()=>featureReportPrDescription(_0x193deb['id'],{'excludeScenarios':_0x379152,'json':_0x193deb[_0x36d3b7(0x1fd)]}));})[_0x4a0a35(0x2d8)]('get-review\x20[id]','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x376fca=>{const _0x4cff39=_0x4a0a35;return _0x376fca[_0x4cff39(0x2e1)]('id',{'type':'string','description':_0x4cff39(0x17c)});},async _0x3973be=>{const _0x5cc647=_0x4a0a35;await withTelemetry(_0x2c9022[_0x5cc647(0x2b8)],()=>featureGetReview(_0x3973be['id']));})[_0x4a0a35(0x2d8)](_0x2c9022[_0x4a0a35(0x18a)],_0x2c9022['xTuHm'],_0x1fc552=>{const _0x3bb099=_0x4a0a35;return _0x1fc552[_0x3bb099(0x2e1)]('id',{'type':_0x2c9022[_0x3bb099(0x1ee)],'description':_0x2c9022[_0x3bb099(0x277)]});},async _0x22e81a=>{const _0x1e0e0f=_0x4a0a35;await _0x2c9022[_0x1e0e0f(0x1b2)](withTelemetry,'delete',()=>featureDelete(_0x22e81a['id']));})[_0x4a0a35(0x2d8)](_0x2c9022[_0x4a0a35(0x305)],_0x2c9022[_0x4a0a35(0x28a)],_0xf9a093=>{const _0x4e1bea=_0x4a0a35;return _0xf9a093[_0x4e1bea(0x2e1)]('id',{'type':_0x2c9022['icuvX'],'description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x350a38=>{const _0x378155=_0x4a0a35;await _0x2c9022[_0x378155(0x18c)](withTelemetry,'restore',()=>featureRestore(_0x350a38['id']));})['command'](_0x4a0a35(0x23a),_0x2c9022[_0x4a0a35(0x260)],_0x592485=>{const _0x396de1=_0x4a0a35,_0x14cca3={'ZMamj':_0x396de1(0x223),'MslNT':_0x396de1(0x2ad),'WGdPL':_0x2c9022[_0x396de1(0x181)],'rcJuD':_0x2c9022['PkxCg'],'veqMu':_0x2c9022['Dskzx'],'tbjtZ':function(_0x253931,_0x47a33b,_0x482783){return _0x253931(_0x47a33b,_0x482783);},'IxCdP':_0x2c9022['eEKLB'],'bRhDR':function(_0x7a424a){return _0x2c9022['IjWLb'](_0x7a424a);},'bbvnr':'Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','RPAcs':function(_0x3050eb,_0x43e9ae){return _0x3050eb(_0x43e9ae);},'nXzvr':_0x2c9022[_0x396de1(0x2fb)],'Enfha':_0x396de1(0x2a8),'RGKqK':_0x396de1(0x1e6),'dOIcd':_0x396de1(0x208),'gzqnj':function(_0x429b45,_0x1293ee,_0x627b2b){return _0x429b45(_0x1293ee,_0x627b2b);},'KeTUL':_0x2c9022['DuoPk']};return _0x592485['usage'](_0x396de1(0x1a9))[_0x396de1(0x2e1)](_0x2c9022[_0x396de1(0x18e)],{'type':'string','description':'Subcommand\x20or\x20API\x20token\x20(rngr_...)'})['command'](_0x2c9022['HRhro'],_0x2c9022['blePu'],_0x6824ea=>{const _0x4222b7=_0x396de1;return _0x6824ea['option']('token',{'type':'string','description':_0x2c9022[_0x4222b7(0x273)]})[_0x4222b7(0x17b)](_0x2c9022['BavvW'],{'type':_0x2c9022[_0x4222b7(0x329)],'description':_0x2c9022['EfSna'],'default':![]})[_0x4222b7(0x17b)](_0x2c9022[_0x4222b7(0x2b5)],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x4222b7(0x2b9)],'default':![]})[_0x4222b7(0x17b)](_0x2c9022['DcxwU'],{'type':_0x2c9022['PkxCg'],'description':_0x4222b7(0x2e9),'default':![]})['option'](_0x4222b7(0x27f),{'type':_0x2c9022[_0x4222b7(0x1ee)],'choices':['user'],'hidden':!![],'description':_0x2c9022['XJaPr']})['option'](_0x2c9022['jAEfN'],{'type':'string','description':_0x4222b7(0x1cb)})[_0x4222b7(0x17b)](_0x4222b7(0x22f),{'type':_0x2c9022[_0x4222b7(0x329)],'description':_0x2c9022['yrGpL'],'default':![]})[_0x4222b7(0x17b)]('opencode',{'type':_0x2c9022['PkxCg'],'description':_0x4222b7(0x208),'default':![]})[_0x4222b7(0x17b)](_0x4222b7(0x1db),{'type':_0x2c9022[_0x4222b7(0x329)],'description':_0x2c9022['IEaQF'],'default':![]})['option'](_0x2c9022[_0x4222b7(0x1a6)],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022['dUJQh'],'default':![]})['option']('mcp',{'type':_0x2c9022['PkxCg'],'description':_0x4222b7(0x2f6),'default':![]});},async _0x4640b4=>{const _0x34b191=_0x396de1;(_0x4640b4['mcp-bootstrap']||_0x4640b4['mcp'])&&await withTelemetry(_0x14cca3[_0x34b191(0x1c9)],()=>mcpBootstrap()),await withTelemetry(_0x14cca3[_0x34b191(0x271)],_0x314baf=>start(_0x4640b4['token'],{'skipChromium':_0x4640b4['skip-chromium'],'skipAuth':_0x4640b4[_0x34b191(0x324)],'withDeps':_0x4640b4['with-deps'],'scope':_0x4640b4['scope'],'url':_0x4640b4['url'],'force':_0x4640b4[_0x34b191(0x22f)],'opencode':_0x4640b4['opencode'],'allowInsecureLocalhost':_0x4640b4['allow-insecure-localhost']},_0x314baf));})[_0x396de1(0x2d8)]('deps',_0x2c9022[_0x396de1(0x1cc)],_0x147693=>{const _0x7e0342=_0x396de1;return _0x147693['option'](_0x14cca3['WGdPL'],{'type':_0x14cca3['rcJuD'],'description':_0x14cca3[_0x7e0342(0x19d)],'default':![]});},async _0x81df54=>{const _0x339531=_0x396de1;await _0x14cca3['tbjtZ'](withTelemetry,_0x14cca3[_0x339531(0x29e)],()=>ensureChromium(_0x81df54['with-deps']));})[_0x396de1(0x2d8)]('login',_0x396de1(0x295),_0x28e74b=>{const _0x4e7883=_0x396de1;return _0x28e74b['option'](_0x2c9022[_0x4e7883(0x27c)],{'type':'string','description':_0x2c9022['zDhxx']})[_0x4e7883(0x17b)](_0x2c9022[_0x4e7883(0x294)],{'type':_0x2c9022['PkxCg'],'description':_0x4e7883(0x213),'default':![]});},async _0x54ceaa=>{const _0x4a572c=_0x396de1;await withTelemetry(_0x4a572c(0x245),async()=>{const _0x19e6fe=_0x4a572c;if(_0x54ceaa['mcp']){await _0x14cca3['bRhDR'](mcpBootstrap);const _0x436e51=await refreshCliToken();if(!_0x436e51)throw new Error(_0x14cca3[_0x19e6fe(0x1a5)]);const _0x43d0df=await _0x14cca3['RPAcs'](getCurrentUser,_0x436e51);if(!_0x43d0df['success'])throw new Error('Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20'+_0x43d0df[_0x19e6fe(0x319)]);console['log']('✓\x20Authenticated\x20to\x20'+_0x43d0df[_0x19e6fe(0x184)]['organizationName']);return;}await authenticate(_0x54ceaa['token']);});})[_0x396de1(0x2d8)]('skills','Install\x20Claude\x20Code\x20plugin\x20and\x20skills',_0x35db2e=>{const _0x4c0a8e=_0x396de1;return _0x35db2e['option'](_0x4c0a8e(0x27f),{'type':_0x4c0a8e(0x24b),'choices':[_0x14cca3['nXzvr'],_0x4c0a8e(0x299)],'description':_0x14cca3[_0x4c0a8e(0x2eb)]})['option'](_0x14cca3[_0x4c0a8e(0x1aa)],{'type':'boolean','description':_0x14cca3[_0x4c0a8e(0x2bf)],'default':![]});},async _0x1089e2=>{const _0x5c684f=_0x396de1;await _0x14cca3[_0x5c684f(0x2b0)](withTelemetry,_0x14cca3[_0x5c684f(0x306)],async()=>{const _0x13dc6a=_0x5c684f,_0x1058af=_0x1089e2[_0x13dc6a(0x27f)];if(_0x1089e2[_0x13dc6a(0x1e6)]){const _0xf3ddcf=await ensureOpencodePluginConfig(_0x1058af);_0xf3ddcf&&await installSkill(_0x13dc6a(0x173),{'level':_0xf3ddcf['scope'],'cliVersion':getCurrentVersion(),'platform':_0x13dc6a(0x1e6)});}else await ensureClaudePlugin(_0x1058af),await ensureClaudeSkills(_0x1058af);});})['command'](_0x2c9022[_0x396de1(0x1c0)],_0x396de1(0x2e8),_0x5756fa=>{const _0x3d90d2=_0x396de1;return _0x5756fa[_0x3d90d2(0x17b)](_0x3d90d2(0x27f),{'type':'string','choices':[_0x2c9022['DXHtb']],'description':_0x2c9022[_0x3d90d2(0x26b)]})[_0x3d90d2(0x17b)]('url',{'type':'string','description':_0x3d90d2(0x230)})[_0x3d90d2(0x17b)](_0x3d90d2(0x324),{'type':'boolean','description':_0x2c9022['HVazz'],'default':![]})['option'](_0x3d90d2(0x22f),{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x3d90d2(0x2d3)],'default':![]})['option'](_0x2c9022['mszbu'],{'type':_0x2c9022['PkxCg'],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','default':![]});},async _0x2bcc17=>{const _0x50ea9f=_0x396de1,_0x3c9852=_0x2bcc17[_0x50ea9f(0x27f)];_0x2c9022['PVwqR'](_0x3c9852,undefined)&&_0x3c9852!==_0x50ea9f(0x184)&&(console['error'](_0x50ea9f(0x1d9)+_0x3c9852+_0x50ea9f(0x1af)+'Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20'+_0x50ea9f(0x316)),process['exit'](0x1)),await _0x2c9022['zmMIw'](withTelemetry,'setup:profiles',_0x79c9f0=>ensureLocalEnv({'url':_0x2bcc17[_0x50ea9f(0x2d4)],'force':_0x2bcc17['force'],'allowInsecureLocalhost':_0x2bcc17['allow-insecure-localhost'],'scope':_0x50ea9f(0x184)},_0x79c9f0));})[_0x396de1(0x17b)](_0x2c9022['BavvW'],{'type':_0x396de1(0x1b7),'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x2c9022['VsCFn'],{'type':'string','choices':[_0x2c9022[_0x396de1(0x2fb)]],'hidden':!![],'description':_0x2c9022['XJaPr']})[_0x396de1(0x17b)]('url',{'type':_0x2c9022[_0x396de1(0x1ee)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option']('force',{'type':_0x396de1(0x1b7),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x396de1(0x17b)](_0x396de1(0x1e6),{'type':_0x2c9022[_0x396de1(0x329)],'description':_0x396de1(0x208),'default':![]})['option'](_0x2c9022['mszbu'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022['Fwmcv'],'default':![]})['option'](_0x396de1(0x223),{'type':_0x2c9022['PkxCg'],'description':_0x396de1(0x1c8),'default':![]})['option'](_0x2c9022['TeCmk'],{'type':'boolean','description':_0x2c9022['xKYMH'],'default':![]})[_0x396de1(0x17b)](_0x2c9022['DcxwU'],{'type':_0x2c9022[_0x396de1(0x329)],'description':_0x2c9022['Dskzx'],'default':![]})['option'](_0x396de1(0x30e),{'type':_0x396de1(0x24b),'hidden':!![],'description':_0x2c9022['suPDG']});},async _0x4c0cc4=>{const _0x47f78d=_0x4a0a35,_0xe1de6d=_0x4c0cc4[_0x47f78d(0x2d9)],_0x3db2e6=_0x4c0cc4['token']??_0xe1de6d;_0x4c0cc4[_0x2c9022[_0x47f78d(0x1a6)]]&&await withTelemetry(_0x2c9022[_0x47f78d(0x1a6)],()=>mcpBootstrap()),await withTelemetry(_0x2c9022['wIuKQ'],_0x3a66b3=>start(_0x3db2e6,{'skipChromium':_0x4c0cc4[_0x47f78d(0x2d5)],'skipAuth':_0x4c0cc4[_0x47f78d(0x324)],'withDeps':_0x4c0cc4['with-deps'],'scope':_0x4c0cc4[_0x47f78d(0x27f)],'url':_0x4c0cc4['url'],'force':_0x4c0cc4[_0x47f78d(0x22f)],'opencode':_0x4c0cc4['opencode'],'allowInsecureLocalhost':_0x4c0cc4[_0x47f78d(0x1db)]},_0x3a66b3));})['command']('setup-ci\x20<token>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x4bf6ef=>{const _0x1ef6ab=_0x4a0a35;return _0x4bf6ef[_0x1ef6ab(0x2e1)](_0x1ef6ab(0x30e),{'type':'string','description':_0x2c9022['rvyxE'],'demandOption':!![]})['option'](_0x1ef6ab(0x2e6),{'type':_0x1ef6ab(0x24b),'description':_0x2c9022[_0x1ef6ab(0x1f1)]})[_0x1ef6ab(0x17b)](_0x1ef6ab(0x1a3),{'type':'string','description':_0x2c9022[_0x1ef6ab(0x221)]})['option'](_0x2c9022[_0x1ef6ab(0x2b6)],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x1ef6ab(0x18d)],'default':![]});},async _0x1429d9=>{const _0x3058d6=_0x4a0a35;await _0x2c9022[_0x3058d6(0x235)](withTelemetry,_0x2c9022['yBBai'],_0x3ad745=>setupCi(_0x1429d9['token'],{'profile':_0x1429d9['profile'],'baseUrl':_0x1429d9['base-url'],'skipChromium':_0x1429d9[_0x3058d6(0x2d5)]},_0x3ad745));})['command'](_0x2c9022['jkANG'],_0x4a0a35(0x2af),()=>{},async()=>{const _0x1e1fb7=_0x4a0a35;await _0x2c9022[_0x1e1fb7(0x235)](withTelemetry,_0x2c9022[_0x1e1fb7(0x20c)],()=>login());})[_0x4a0a35(0x2d8)](_0x4a0a35(0x2ca),_0x2c9022['QfQAZ'],_0xaba57f=>{const _0x4001aa=_0x4a0a35;return _0xaba57f[_0x4001aa(0x17b)](_0x4001aa(0x1e6),{'type':_0x2c9022[_0x4001aa(0x329)],'description':_0x2c9022['jZcEq'],'default':![]})[_0x4001aa(0x17b)](_0x2c9022[_0x4001aa(0x263)],{'type':_0x2c9022['icuvX'],'choices':[_0x2c9022[_0x4001aa(0x2fb)],_0x4001aa(0x299)],'description':_0x2c9022['PLVga']});},async _0x273e89=>{const _0x2642d1=_0x4a0a35,_0x29b790=_0x2c9022['GaEVO'](Boolean,_0x273e89['opencode']);await _0x2c9022[_0x2642d1(0x235)](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x273e89['scope'],'platform':_0x29b790?_0x2642d1(0x1e6):'claude'}));})[_0x4a0a35(0x2d8)](_0x4a0a35(0x267),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x2eece0=_0x4a0a35;await _0x2c9022[_0x2eece0(0x235)](withTelemetry,_0x2c9022[_0x2eece0(0x279)],()=>clean());})[_0x4a0a35(0x2d8)]([_0x4a0a35(0x2e6),'profiles'],_0x4a0a35(0x1b8),_0x58dbec=>{const _0x286ebc=_0x4a0a35,_0x1d7110={'vWwsW':_0x286ebc(0x25c),'BSYbL':function(_0x5d995f,_0x5a81d3){const _0x2ef343=_0x286ebc;return _0x2c9022[_0x2ef343(0x1a2)](_0x5d995f,_0x5a81d3);},'slrmK':'string','GGZAU':_0x286ebc(0x17a),'duGzZ':'Profile\x20name','LnqFD':_0x2c9022[_0x286ebc(0x1d2)],'MMfYs':_0x2c9022[_0x286ebc(0x28e)],'YNuiB':_0x286ebc(0x1d0),'cIZsa':_0x286ebc(0x225),'UpzhC':_0x2c9022[_0x286ebc(0x261)],'Jdayd':_0x2c9022['PkxCg'],'MOEtQ':_0x2c9022[_0x286ebc(0x31f)],'JDnHQ':_0x2c9022['HBsEE'],'OttXY':_0x286ebc(0x247),'hHEDb':_0x2c9022[_0x286ebc(0x285)],'HlwtL':function(_0x2f95ef,_0xa04694,_0x36829b){return _0x2f95ef(_0xa04694,_0x36829b);},'dBsLX':function(_0x5a22dc,_0x42a717,_0x5c9403){return _0x5a22dc(_0x42a717,_0x5c9403);},'jlQKq':function(_0x4752b9,_0x14caf9,_0x48adb4){const _0x318e7c=_0x286ebc;return _0x2c9022[_0x318e7c(0x272)](_0x4752b9,_0x14caf9,_0x48adb4);},'vTXsZ':_0x2c9022['uJqff'],'IhtkQ':_0x286ebc(0x176),'PJfHw':'Get\x20a\x20config\x20value','AktEb':_0x286ebc(0x2f8),'hQtsx':_0x2c9022[_0x286ebc(0x1bb)],'uepgd':'reset\x20<profile>','tqUYn':_0x2c9022['cadfD']};return _0x58dbec[_0x286ebc(0x292)](PROFILE_HELP)['command'](_0x286ebc(0x1c5),_0x2c9022['uIKSO'],_0x4d182a=>{const _0x15e80f=_0x286ebc;return _0x4d182a['positional'](_0x15e80f(0x225),{'type':'string','description':_0x2c9022['icGxw'],'demandOption':!![]})['option']('ci',{'type':'boolean','description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})[_0x15e80f(0x17b)](_0x2c9022['TeCmk'],{'type':'boolean','description':_0x2c9022[_0x15e80f(0x178)],'default':![]})[_0x15e80f(0x17b)]('url',{'type':_0x2c9022[_0x15e80f(0x1ee)],'description':_0x2c9022['hQfYx']})['option'](_0x15e80f(0x22f),{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x2c9022['tXHhL'],{'type':_0x2c9022[_0x15e80f(0x1ee)],'description':_0x2c9022['cgrZn']})[_0x15e80f(0x17b)](_0x15e80f(0x1db),{'type':_0x15e80f(0x1b7),'description':_0x2c9022['Fwmcv'],'default':![]})['option'](_0x2c9022['uKoFo'],{'type':_0x15e80f(0x1b7),'description':_0x2c9022[_0x15e80f(0x2a3)],'default':![]})['option']('setup-header',{'type':_0x2c9022['icuvX'],'array':!![],'description':_0x2c9022['VohNN']})['option'](_0x15e80f(0x27f),{'type':_0x2c9022['icuvX'],'choices':[_0x2c9022[_0x15e80f(0x2fb)],'project'],'description':'Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)'})['option'](_0x2c9022['HBsEE'],{'type':_0x2c9022['PkxCg'],'alias':'y','description':_0x2c9022['ENCyH'],'default':![]});},async _0x56b3f6=>{const _0x4b0020=_0x286ebc;await withTelemetry(_0x1d7110['vWwsW'],_0x28873c=>addEnv(_0x56b3f6['profile-name'],{'ci':_0x56b3f6['ci'],'skipAuth':_0x56b3f6['skip-auth'],'url':_0x56b3f6['url'],'force':_0x56b3f6[_0x4b0020(0x22f)],'cdpEndpoint':_0x56b3f6[_0x4b0020(0x242)],'allowInsecureLocalhost':_0x56b3f6['allow-insecure-localhost'],'safeMode':_0x56b3f6[_0x4b0020(0x2e4)],'setupHeader':_0x56b3f6['setup-header'],'scope':_0x56b3f6[_0x4b0020(0x27f)],'yes':_0x56b3f6[_0x4b0020(0x1c1)]},_0x28873c),{'isElectron':_0x1d7110[_0x4b0020(0x289)](Boolean,_0x56b3f6['cdp-endpoint'])});})['command'](_0x286ebc(0x210),_0x2c9022['DfeOv'],_0x3a70e7=>{const _0x58e9ef=_0x286ebc;return _0x3a70e7[_0x58e9ef(0x2e1)]('profile-name',{'type':_0x1d7110['slrmK'],'description':'Name\x20of\x20the\x20profile','demandOption':!![]});},async _0x4a3ce8=>{const _0x2a2cd6=_0x286ebc;await withTelemetry(_0x1d7110[_0x2a2cd6(0x2a9)],()=>useEnv(_0x4a3ce8[_0x2a2cd6(0x225)]));})['command']('encrypt-auth\x20<profile>',_0x2c9022['jtPfy'],_0x1dffa8=>{const _0x234cd2=_0x286ebc;return _0x1dffa8['positional'](_0x234cd2(0x2e6),{'type':'string','description':_0x1d7110[_0x234cd2(0x30b)],'demandOption':!![]});},async _0x49e6e9=>{const _0x161002=_0x286ebc;await _0x2c9022['EYzzg'](withTelemetry,_0x2c9022['dNiAU'],()=>authEncrypt(_0x49e6e9[_0x161002(0x2e6)]));})[_0x286ebc(0x2d8)]('ls',_0x286ebc(0x188),()=>{},async()=>{const _0x5d40b5=_0x286ebc;await withTelemetry(_0x5d40b5(0x2c6),()=>envList());})['command'](_0x286ebc(0x23f),_0x2c9022['YbhFX'],_0x478f3e=>{const _0x11cb8b=_0x286ebc;return _0x478f3e[_0x11cb8b(0x2e1)](_0x11cb8b(0x225),{'type':'string','description':_0x2c9022['HdsHJ'],'demandOption':!![]})[_0x11cb8b(0x17b)](_0x2c9022['mszbu'],{'type':_0x11cb8b(0x1b7),'description':_0x2c9022[_0x11cb8b(0x238)]});},async _0x1b32bf=>{const _0x5c1d31=_0x286ebc;await _0x2c9022['ggWrB'](withTelemetry,_0x2c9022['SxYve'],_0xf456f8=>updateEnv(_0x1b32bf[_0x5c1d31(0x225)],_0xf456f8,{'allowInsecureLocalhost':_0x1b32bf['allow-insecure-localhost']}));})[_0x286ebc(0x2d8)](_0x286ebc(0x249),![],_0x1e45ed=>{const _0x1a6da0=_0x286ebc;return _0x1e45ed[_0x1a6da0(0x2e1)](_0x1d7110[_0x1a6da0(0x2d7)],{'type':_0x1d7110[_0x1a6da0(0x1ac)],'description':_0x1d7110['MMfYs'],'demandOption':!![]});},async _0x4ff52b=>{const _0x3ca557=_0x286ebc,_0x1194e8={'CtHdG':function(_0x5a7e12,_0x27a956){return _0x5a7e12||_0x27a956;},'ZitrW':function(_0x5e39ce,_0xa7282a,_0x3fa564){return _0x5e39ce(_0xa7282a,_0x3fa564);},'xReJt':function(_0x30c699,_0x525251){return _0x30c699===_0x525251;},'OXknN':_0x1d7110[_0x3ca557(0x236)]};await withTelemetry('profile\x20login',async()=>{const _0x59d52d=_0x3ca557,_0x5410da=process['env'][_0x59d52d(0x1f9)],_0x2f585b=process[_0x59d52d(0x276)]['RANGER_TEST_PASSWORD'];_0x1194e8['CtHdG'](!_0x5410da,!_0x2f585b)&&(console[_0x59d52d(0x319)](_0x59d52d(0x1b0)),process['exit'](0x1));const _0x3aebad=_0x4ff52b[_0x59d52d(0x298)],_0x403c25=await _0x1194e8['ZitrW'](serverSideLogin,_0x3aebad,{'force':!![]});_0x1194e8[_0x59d52d(0x2e0)](_0x403c25[_0x59d52d(0x2f9)],_0x59d52d(0x180))&&(console[_0x59d52d(0x319)]('No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.'),process['exit'](0x1)),_0x1194e8['xReJt'](_0x403c25[_0x59d52d(0x2f9)],_0x1194e8[_0x59d52d(0x228)])&&(console['error'](_0x59d52d(0x21c)+(_0x403c25['error']??_0x59d52d(0x281))),_0x403c25[_0x59d52d(0x2a2)]&&console['error'](_0x403c25['test_output']),process[_0x59d52d(0x1f6)](0x1)),console['log']('✓\x20Login\x20succeeded\x20for\x20\x27'+_0x3aebad+_0x59d52d(0x314));});})[_0x286ebc(0x2d8)]('migrate\x20[profile-name]',_0x2c9022['GcCGq'],_0xa395f=>{const _0xdd5d06=_0x286ebc;return _0xa395f['positional'](_0x1d7110[_0xdd5d06(0x300)],{'type':_0x1d7110[_0xdd5d06(0x1ac)],'description':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.'})['option'](_0x1d7110['UpzhC'],{'type':_0x1d7110['Jdayd'],'description':_0x1d7110['MOEtQ'],'default':![]})[_0xdd5d06(0x17b)](_0xdd5d06(0x1be),{'type':'boolean','description':_0xdd5d06(0x1ce),'default':![]})[_0xdd5d06(0x17b)](_0x1d7110[_0xdd5d06(0x26e)],{'type':_0xdd5d06(0x1b7),'alias':'y','description':_0x1d7110['OttXY'],'default':![]})['option']('save-creds',{'type':'boolean','description':_0xdd5d06(0x2e7),'default':![]});},async _0x218b1e=>{const _0x256949=_0x286ebc;await withTelemetry(_0x2c9022['hyerQ'],_0x48fb41=>migrateProfile({'profileName':_0x218b1e['profile-name'],'all':_0x218b1e[_0x256949(0x27e)],'dryRun':_0x218b1e[_0x256949(0x1be)],'yes':_0x218b1e[_0x256949(0x1c1)],'saveCreds':_0x218b1e[_0x256949(0x25d)]},_0x48fb41));})[_0x286ebc(0x2d8)](_0x286ebc(0x1e5),'Manage\x20profile\x20configuration',_0xdd6515=>{const _0xda51a0=_0x286ebc,_0x335950={'bEtsS':'Profile\x20name','cWgun':'string','pDKfP':_0xda51a0(0x1d8),'NmpxH':'profile','dnpih':'key'};return _0xdd6515[_0xda51a0(0x292)](PROFILE_CONFIG_HELP)[_0xda51a0(0x2d8)]('set\x20<profile>\x20<key>\x20<value>',_0x1d7110[_0xda51a0(0x321)],_0x38f36f=>{const _0x5be5c9=_0xda51a0;return _0x38f36f['positional']('profile',{'type':'string','description':_0x335950['bEtsS'],'demandOption':!![]})['positional']('key',{'type':_0x335950['cWgun'],'description':_0x5be5c9(0x1d6),'demandOption':!![]})[_0x5be5c9(0x2e1)](_0x5be5c9(0x233),{'type':_0x335950[_0x5be5c9(0x2c9)],'description':_0x335950[_0x5be5c9(0x2be)],'demandOption':!![]});},async _0x4205c3=>{const _0x354250=_0xda51a0;await withTelemetry(_0x354250(0x2d6),()=>configSet(_0x4205c3[_0x354250(0x2e6)],_0x4205c3[_0x354250(0x191)],_0x4205c3[_0x354250(0x233)]));})['command'](_0xda51a0(0x2de),_0x1d7110['PJfHw'],_0x4104e6=>{const _0x22b5f7=_0xda51a0;return _0x4104e6['positional'](_0x1d7110[_0x22b5f7(0x183)],{'type':_0x1d7110['slrmK'],'description':_0x1d7110[_0x22b5f7(0x30b)],'demandOption':!![]})[_0x22b5f7(0x2e1)](_0x22b5f7(0x191),{'type':_0x1d7110['slrmK'],'description':_0x22b5f7(0x220),'demandOption':!![]});},async _0x3acdf5=>{const _0x44f9fa=_0xda51a0;await _0x1d7110[_0x44f9fa(0x30f)](withTelemetry,'profile\x20config\x20get',()=>configGet(_0x3acdf5[_0x44f9fa(0x2e6)],_0x3acdf5['key']));})['command'](_0x1d7110[_0xda51a0(0x195)],_0xda51a0(0x1ba),_0x598201=>{const _0x13a4ea=_0xda51a0;return _0x598201['positional']('profile',{'type':_0x335950[_0x13a4ea(0x2c9)],'description':_0x335950['bEtsS'],'demandOption':!![]});},async _0xded1f4=>{const _0x1951d0=_0xda51a0;await _0x1d7110[_0x1951d0(0x202)](withTelemetry,_0x1951d0(0x207),()=>configList(_0xded1f4['profile']));})['command'](_0xda51a0(0x2cc),_0x1d7110['hQtsx'],_0x4ea297=>{const _0xd50b44=_0xda51a0;return _0x4ea297[_0xd50b44(0x2e1)](_0x335950['NmpxH'],{'type':_0xd50b44(0x24b),'description':'Profile\x20name','demandOption':!![]})['positional'](_0x335950['dnpih'],{'type':_0x335950[_0xd50b44(0x2c9)],'description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x2c72a4=>{await withTelemetry('profile\x20config\x20unset',()=>configUnset(_0x2c72a4['profile'],_0x2c72a4['key']));})[_0xda51a0(0x2d8)](_0x1d7110['uepgd'],_0x1d7110[_0xda51a0(0x2dd)],_0x367546=>{const _0x44cd92=_0xda51a0;return _0x367546[_0x44cd92(0x2e1)](_0x1d7110['hHEDb'],{'type':'string','description':_0x44cd92(0x2ce),'demandOption':!![]});},async _0x5b6da4=>{await _0x1d7110['jlQKq'](withTelemetry,_0x1d7110['vTXsZ'],()=>configReset(_0x5b6da4['profile']));})['demandCommand'](0x1,_0xda51a0(0x327));})[_0x286ebc(0x24a)](0x1,_0x2c9022['WrhNt']);})['command'](_0x4a0a35(0x2f9),_0x2c9022[_0x4a0a35(0x20e)],()=>{},async()=>{const _0xd8436=_0x4a0a35;await withTelemetry(_0x2c9022[_0xd8436(0x187)],()=>status());})['command'](_0x2c9022[_0x4a0a35(0x179)],_0x4a0a35(0x1a7),()=>{},async()=>{const _0x2173b3=_0x4a0a35;await withTelemetry(_0x2173b3(0x21e),()=>update());})['command'](_0x2c9022['hDNma'],_0x4a0a35(0x1e9),()=>{},async()=>{const _0x5b7a4b=_0x4a0a35;await _0x2c9022['zmMIw'](withTelemetry,_0x5b7a4b(0x1f2),async()=>{const _0x519463=_0x5b7a4b,_0x2891ed=await _0x2c9022['XFqSb'](getToken);if(!_0x2891ed)throw new Error(_0x2c9022[_0x519463(0x2b1)]);console[_0x519463(0x1c2)](_0x2891ed);});})['command']('go',_0x4a0a35(0x1f7),_0x13c0da=>{const _0x1b4f56=_0x4a0a35;return _0x13c0da['option'](_0x1b4f56(0x22d),{'type':'string','description':_0x1b4f56(0x297)})['option'](_0x2c9022[_0x1b4f56(0x285)],{'type':_0x2c9022['icuvX'],'description':_0x1b4f56(0x325)})[_0x1b4f56(0x17b)](_0x2c9022['kgpye'],{'type':_0x2c9022['icuvX'],'description':_0x2c9022[_0x1b4f56(0x24d)]})['option'](_0x2c9022['zSUIv'],{'type':'number','description':'Scenario\x20index\x20(1-based)'})['option'](_0x2c9022['qJFpy'],{'type':_0x1b4f56(0x24b),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.'})[_0x1b4f56(0x17b)](_0x1b4f56(0x1a3),{'type':'string','description':_0x2c9022['cVRFu']})['option'](_0x1b4f56(0x2a5),{'type':_0x2c9022['icuvX'],'description':_0x2c9022['RgfLF']})[_0x1b4f56(0x17b)](_0x2c9022[_0x1b4f56(0x313)],{'type':'boolean','description':_0x2c9022[_0x1b4f56(0x2ff)],'default':![]})[_0x1b4f56(0x17b)](_0x2c9022[_0x1b4f56(0x29a)],{'type':_0x2c9022['icuvX'],'hidden':!![],'choices':[_0x1b4f56(0x2ae),'partial',_0x2c9022['yohUE'],'failed',_0x1b4f56(0x1df)]})[_0x1b4f56(0x17b)]('debug-address-comments',{'type':'boolean','hidden':!![]})['option'](_0x2c9022['fZzmf'],{'type':_0x2c9022['icuvX'],'hidden':!![]})['option'](_0x2c9022['oWoqj'],{'type':'string','hidden':!![]})['option'](_0x2c9022['aBLYH'],{'type':_0x2c9022['ShmET'],'hidden':!![]});},async _0x53333c=>{const _0x5c3454=_0x4a0a35;await _0x2c9022[_0x5c3454(0x2c2)](runGoCommand,_0x53333c);})['command'](_0x2c9022[_0x4a0a35(0x216)],![],_0x11131b=>{const _0xb46d69=_0x4a0a35,_0x36f9e6={'lWhuE':_0x2c9022[_0xb46d69(0x1ee)],'lPCSp':function(_0x25d2be,_0x2a147e,_0x3f40ef){return _0x25d2be(_0x2a147e,_0x3f40ef);},'ngMDJ':_0x2c9022['qvvpq'],'KVlex':function(_0x4a20b9,_0x136298){return _0x2c9022['GaEVO'](_0x4a20b9,_0x136298);}};return _0x11131b['command'](_0x2c9022[_0xb46d69(0x2a6)],![],_0x1e8114=>{const _0xdccf4=_0xb46d69;return _0x1e8114[_0xdccf4(0x2e1)](_0xdccf4(0x2e6),{'type':_0x36f9e6['lWhuE'],'description':_0xdccf4(0x2ce),'demandOption':!![]});},async _0x3962e8=>{const _0x48c865=_0xb46d69;_0x36f9e6['lPCSp'](warnRenamed,_0x36f9e6[_0x48c865(0x243)],'ranger\x20profile\x20encrypt-auth'),await _0x36f9e6['KVlex'](authEncrypt,_0x3962e8[_0x48c865(0x2e6)]);})[_0xb46d69(0x24a)](0x1,'You\x20must\x20specify\x20an\x20auth\x20subcommand');},()=>{})['command'](_0x2c9022[_0x4a0a35(0x1f4)],![],_0x517139=>{const _0x3b8c8=_0x4a0a35;return _0x517139['positional'](_0x3b8c8(0x30e),{'type':_0x2c9022['icuvX'],'description':_0x2c9022['sEWQl']})[_0x3b8c8(0x17b)](_0x2c9022['BavvW'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x3b8c8(0x322)],'default':![]})[_0x3b8c8(0x17b)](_0x2c9022[_0x3b8c8(0x263)],{'type':_0x2c9022['icuvX'],'choices':['user'],'hidden':!![],'description':_0x2c9022['XJaPr']})['option'](_0x3b8c8(0x2d4),{'type':'string','description':_0x2c9022[_0x3b8c8(0x19e)]})['option'](_0x2c9022[_0x3b8c8(0x24f)],{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x3b8c8(0x17b)]('skip-auth',{'type':_0x2c9022[_0x3b8c8(0x329)],'description':_0x2c9022[_0x3b8c8(0x2b9)],'default':![]})['option'](_0x2c9022['DcxwU'],{'type':'boolean','description':_0x2c9022[_0x3b8c8(0x1dd)],'default':![]});},async _0x1959be=>{const _0xa4a552=_0x4a0a35;_0x2c9022['SAYYN'](warnRenamed,_0x2c9022[_0xa4a552(0x1ec)],_0x2c9022['QvKIx']),await _0x2c9022['RZczu'](withTelemetry,_0x2c9022['wIuKQ'],_0x23554c=>start(_0x1959be['token'],{'skipChromium':_0x1959be['skip-chromium'],'skipAuth':_0x1959be[_0xa4a552(0x324)],'withDeps':_0x1959be['with-deps'],'scope':_0x1959be[_0xa4a552(0x27f)],'url':_0x1959be['url'],'force':_0x1959be[_0xa4a552(0x22f)]},_0x23554c));})[_0x4a0a35(0x2d8)](_0x2c9022[_0x4a0a35(0x1f8)],![],_0x4710af=>{const _0x32b375=_0x4a0a35;return _0x4710af['option'](_0x32b375(0x276),{'type':_0x2c9022['icuvX'],'description':_0x2c9022[_0x32b375(0x27a)]})[_0x32b375(0x17b)](_0x2c9022['oWoqj'],{'type':_0x2c9022[_0x32b375(0x1ee)],'description':_0x2c9022[_0x32b375(0x2f3)]})['option']('item',{'type':_0x2c9022['ShmET'],'description':_0x2c9022[_0x32b375(0x293)]})[_0x32b375(0x17b)](_0x2c9022['LeuuT'],{'type':_0x2c9022['icuvX'],'hidden':!![]})[_0x32b375(0x17b)]('notes',{'type':_0x2c9022[_0x32b375(0x1ee)],'hidden':!![]})[_0x32b375(0x17b)]('scenario',{'type':_0x2c9022['ShmET'],'hidden':!![]})['option'](_0x2c9022[_0x32b375(0x254)],{'type':_0x2c9022['icuvX'],'description':_0x32b375(0x1a1)})['option']('base-url',{'type':_0x2c9022[_0x32b375(0x1ee)],'description':_0x2c9022[_0x32b375(0x25b)]})[_0x32b375(0x17b)](_0x2c9022['Wzczg'],{'type':_0x32b375(0x24b),'hidden':!![]})[_0x32b375(0x17b)](_0x2c9022['qVnxG'],{'type':'boolean','hidden':!![],'default':![]})['option'](_0x32b375(0x2fc),{'type':'string','hidden':!![],'choices':[_0x2c9022[_0x32b375(0x2b3)],_0x32b375(0x205),_0x2c9022[_0x32b375(0x240)],_0x2c9022[_0x32b375(0x2e5)],_0x2c9022[_0x32b375(0x1a4)]]});},async _0x4f7042=>{await _0x2c9022['SAYYN'](runGoCommand,_0x4f7042,!![]);})['command'](_0x4a0a35(0x29f),![],_0x11d3ca=>{const _0xe4013=_0x4a0a35;return _0x11d3ca['positional'](_0x2c9022['wVHcQ'],{'type':_0xe4013(0x24b),'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})[_0xe4013(0x17b)]('ci',{'type':_0x2c9022['PkxCg'],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x2c9022['TeCmk'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022['Ftxzb'],'default':![]});},async _0x239362=>{const _0x1dda57=_0x4a0a35;_0x2c9022['SAYYN'](warnRenamed,_0x2c9022['JpqLy'],_0x1dda57(0x2bb)),await _0x2c9022[_0x1dda57(0x1b6)](withTelemetry,'add\x20env',_0x4e6f82=>addEnv(_0x239362[_0x1dda57(0x2bd)],{'ci':_0x239362['ci'],'skipAuth':_0x239362['skip-auth']},_0x4e6f82));})[_0x4a0a35(0x2d8)]('use\x20<env-name>',![],_0x20b8ef=>{const _0x98e46e=_0x4a0a35;return _0x20b8ef[_0x98e46e(0x2e1)]('env-name',{'type':_0x2c9022['icuvX'],'description':_0x2c9022[_0x98e46e(0x2ea)],'demandOption':!![]});},async _0xea72b4=>{const _0x514119=_0x4a0a35;warnRenamed(_0x514119(0x182),_0x2c9022['CvSXW']),await withTelemetry(_0x2c9022['bbrNQ'],()=>useEnv(_0xea72b4['env-name']));})[_0x4a0a35(0x2d8)](_0x4a0a35(0x1e5),![],_0x31e7d4=>{const _0x14bb58=_0x4a0a35,_0x523776={'Odxmd':_0x14bb58(0x191),'tqvPW':'value','eZaXu':_0x2c9022['icuvX'],'FNSkN':function(_0x3241b2,_0x4ee4e8,_0x1b2980){return _0x2c9022['EYzzg'](_0x3241b2,_0x4ee4e8,_0x1b2980);},'VEUuY':_0x14bb58(0x1c7),'xMGMP':_0x14bb58(0x19c),'XaAYI':'config\x20get'};return _0x31e7d4[_0x14bb58(0x2d8)](_0x14bb58(0x286),![],_0x513bc8=>{const _0xe2893e=_0x14bb58;return _0x513bc8['positional'](_0xe2893e(0x276),{'type':_0xe2893e(0x24b),'description':'Environment\x20name','demandOption':!![]})[_0xe2893e(0x2e1)](_0x523776['Odxmd'],{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','demandOption':!![]})[_0xe2893e(0x2e1)](_0x523776['tqvPW'],{'type':_0x523776[_0xe2893e(0x2b7)],'description':_0xe2893e(0x1d8),'demandOption':!![]});},async _0x220133=>{const _0x24a5d2=_0x14bb58;warnRenamed(_0x24a5d2(0x206),_0x24a5d2(0x31c)),await withTelemetry('config\x20set',()=>configSet(_0x220133[_0x24a5d2(0x276)],_0x220133['key'],_0x220133['value']));})[_0x14bb58(0x2d8)](_0x14bb58(0x29d),![],_0x610a61=>{const _0x332ef5=_0x14bb58;return _0x610a61['positional'](_0x332ef5(0x276),{'type':_0x332ef5(0x24b),'description':'Environment\x20name','demandOption':!![]})[_0x332ef5(0x2e1)]('key',{'type':_0x332ef5(0x24b),'description':_0x332ef5(0x220),'demandOption':!![]});},async _0x51a9cd=>{const _0x25096c=_0x14bb58;_0x523776[_0x25096c(0x1fb)](warnRenamed,_0x523776['VEUuY'],_0x523776['xMGMP']),await _0x523776[_0x25096c(0x1fb)](withTelemetry,_0x523776['XaAYI'],()=>configGet(_0x51a9cd[_0x25096c(0x276)],_0x51a9cd[_0x25096c(0x191)]));})[_0x14bb58(0x2d8)](_0x2c9022[_0x14bb58(0x1b9)],![],_0x2614ec=>{const _0x4fc92f=_0x14bb58;return _0x2614ec[_0x4fc92f(0x2e1)]('env',{'type':_0x2c9022['icuvX'],'description':'Environment\x20name','demandOption':!![]});},async _0x346d01=>{const _0x5b1cf6=_0x14bb58;warnRenamed(_0x2c9022['xUkgL'],_0x2c9022['ZEARg']),await withTelemetry(_0x5b1cf6(0x1eb),()=>configList(_0x346d01[_0x5b1cf6(0x276)]));})[_0x14bb58(0x2d8)](_0x2c9022['sDCUE'],![],_0x202154=>{const _0x4a636d=_0x14bb58;return _0x202154[_0x4a636d(0x2e1)]('env',{'type':_0x523776[_0x4a636d(0x2b7)],'description':_0x4a636d(0x257),'demandOption':!![]})[_0x4a636d(0x2e1)](_0x4a636d(0x191),{'type':'string','description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x455d6d=>{const _0x576dca=_0x14bb58;warnRenamed(_0x2c9022['HsBaf'],'ranger\x20profile\x20config\x20unset'),await _0x2c9022['ggWrB'](withTelemetry,_0x2c9022[_0x576dca(0x244)],()=>configUnset(_0x455d6d['env'],_0x455d6d['key']));})[_0x14bb58(0x24a)](0x1,'You\x20must\x20specify\x20a\x20config\x20subcommand');})[_0x4a0a35(0x2d8)]('env',![],_0x47e884=>{const _0x542cd4=_0x4a0a35,_0x15b58b={'nDTPL':'env-name','wBFdI':'Name\x20of\x20the\x20environment\x20to\x20update'};return _0x47e884['command']('ls',![],()=>{},async()=>{const _0x3dbfe9=_0x558a;_0x2c9022[_0x3dbfe9(0x30a)](warnRenamed,_0x2c9022[_0x3dbfe9(0x248)],_0x3dbfe9(0x2a0)),await _0x2c9022[_0x3dbfe9(0x270)](withTelemetry,_0x2c9022[_0x3dbfe9(0x28f)],()=>envList());})['command'](_0x542cd4(0x175),![],_0x16c74c=>{const _0x49e569=_0x542cd4;return _0x16c74c[_0x49e569(0x2e1)](_0x15b58b[_0x49e569(0x218)],{'type':_0x49e569(0x24b),'description':_0x15b58b['wBFdI'],'demandOption':!![]});},async _0x77e6a2=>{const _0x58f2e4=_0x542cd4;_0x2c9022['CCMvs'](warnRenamed,_0x58f2e4(0x215),_0x2c9022['QBJZf']),await withTelemetry(_0x2c9022['AijgS'],_0x393d44=>updateEnv(_0x77e6a2[_0x58f2e4(0x2bd)],_0x393d44));})['demandCommand'](0x1,'You\x20must\x20specify\x20an\x20env\x20subcommand');})['command']('feature',![],_0x1c15ea=>{const _0x5eea1d=_0x4a0a35,_0x5459c8={'DjsNo':_0x2c9022['lBVRe'],'AsIRQ':_0x5eea1d(0x24b),'aVbWe':'Feature\x20review\x20description','WGXKu':_0x5eea1d(0x1ad),'iLvpu':'scenario','hwsxU':_0x5eea1d(0x275),'rFGbj':function(_0x49160f,_0x58536b,_0x5de06a){return _0x49160f(_0x58536b,_0x5de06a);},'celsN':_0x2c9022[_0x5eea1d(0x214)],'NqegW':_0x5eea1d(0x23c),'Lagtl':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','kwdjZ':_0x5eea1d(0x253),'kXXNr':_0x2c9022[_0x5eea1d(0x246)],'zdpxu':_0x5eea1d(0x1cf),'HKCSn':_0x5eea1d(0x196),'KWLVw':_0x2c9022[_0x5eea1d(0x255)],'aUeYx':_0x2c9022['quAQv'],'PqdHI':function(_0x4baca0,_0x5edbe0,_0x7a82a8){const _0x518764=_0x5eea1d;return _0x2c9022[_0x518764(0x272)](_0x4baca0,_0x5edbe0,_0x7a82a8);},'RVDHA':_0x2c9022[_0x5eea1d(0x262)],'JkJBC':function(_0x1e6a62,_0x572e51,_0x4c372e){return _0x1e6a62(_0x572e51,_0x4c372e);},'jZhRE':function(_0x2a2154,_0x1fffb9,_0x1f166c){return _0x2a2154(_0x1fffb9,_0x1f166c);},'ffqwZ':_0x2c9022[_0x5eea1d(0x1fe)],'FkNCY':function(_0x4f12d5,_0x3e0465,_0x2e437d){return _0x4f12d5(_0x3e0465,_0x2e437d);},'seFyA':_0x2c9022[_0x5eea1d(0x26c)],'aKKlo':'feature\x20add-checklist-item','cvKlM':function(_0x2f7f1b,_0x4779e9,_0x2c8c20){return _0x2c9022['EYzzg'](_0x2f7f1b,_0x4779e9,_0x2c8c20);},'cnodg':'ranger\x20delete','JFlJO':_0x2c9022['PmSDX'],'OAbmj':'Feature\x20review\x20ID\x20to\x20restore','IxPYr':_0x2c9022['wDkpz'],'PBASI':_0x2c9022[_0x5eea1d(0x290)],'BqqvW':function(_0x197118,_0x1e1147,_0x504345){return _0x197118(_0x1e1147,_0x504345);}};return _0x1c15ea[_0x5eea1d(0x2d8)](_0x2c9022['qdopF'],![],_0x1160cb=>{const _0x2661ea=_0x5eea1d;return _0x1160cb[_0x2661ea(0x2e1)](_0x5459c8['DjsNo'],{'type':_0x5459c8[_0x2661ea(0x304)],'description':_0x2661ea(0x174),'demandOption':!![]})['option']('description',{'type':'string','alias':'d','description':_0x5459c8['aVbWe']})['option'](_0x5459c8[_0x2661ea(0x31d)],{'type':'array','alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x5459c8['iLvpu'],{'type':_0x5459c8[_0x2661ea(0x2d2)],'hidden':!![]});},async _0xdc873e=>{const _0x52fe07=_0x5eea1d;_0x5459c8['rFGbj'](warnRenamed,_0x5459c8[_0x52fe07(0x28d)],'ranger\x20create'),warnFlagRenamed(_0x52fe07(0x20a),'--checklist',_0x52fe07(0x2cf));const _0x3885cf=_0xdc873e[_0x52fe07(0x25f)]||_0xdc873e['checklist'];await _0x5459c8['rFGbj'](withTelemetry,_0x5459c8[_0x52fe07(0x1ef)],()=>featureCreate(_0xdc873e['name'],{'description':_0xdc873e['description'],'scenarios':_0x3885cf}));})[_0x5eea1d(0x2d8)](_0x2c9022['ryNYO'],![],_0x4f827a=>{const _0x6d123a=_0x5eea1d;return _0x4f827a['option']('current-branch',{'type':_0x6d123a(0x1b7),'description':_0x5459c8['Lagtl']})['option'](_0x5459c8['kwdjZ'],{'type':'number','alias':'l','description':_0x6d123a(0x1da),'default':0xa})[_0x6d123a(0x17b)](_0x5459c8[_0x6d123a(0x2ef)],{'type':_0x5459c8['zdpxu'],'alias':'o','description':_0x5459c8['HKCSn'],'default':0x0})[_0x6d123a(0x17b)](_0x5459c8[_0x6d123a(0x1c3)],{'type':_0x6d123a(0x1b7),'alias':'d','description':_0x6d123a(0x24c),'default':![]});},async _0x3fdf79=>{const _0x5ca3c7=_0x5eea1d;_0x5459c8[_0x5ca3c7(0x1e0)](warnRenamed,_0x5ca3c7(0x259),'ranger\x20list'),await withTelemetry('feature\x20list',()=>featureList({'currentBranch':_0x3fdf79[_0x5ca3c7(0x192)],'limit':_0x3fdf79[_0x5ca3c7(0x253)],'offset':_0x3fdf79['offset'],'includeDeleted':_0x3fdf79[_0x5ca3c7(0x1c4)]}));})[_0x5eea1d(0x2d8)]('show\x20[id]',![],_0x2fc235=>{const _0x56a27c=_0x5eea1d;return _0x2fc235['positional']('id',{'type':'string','description':_0x2c9022[_0x56a27c(0x277)]});},async _0x4cb54f=>{const _0xb0431f=_0x5eea1d;warnRenamed(_0x5459c8['aUeYx'],_0xb0431f(0x212)),await _0x5459c8['PqdHI'](withTelemetry,_0x5459c8[_0xb0431f(0x20b)],()=>featureShow(_0x4cb54f['id']));})[_0x5eea1d(0x2d8)](_0x2c9022[_0x5eea1d(0x301)],![],_0x37eef4=>{return _0x37eef4['positional']('id',{'type':_0x2c9022['icuvX'],'description':_0x2c9022['jhRVm']});},async _0x36041b=>{const _0x3f2076=_0x5eea1d;_0x5459c8['JkJBC'](warnRenamed,_0x3f2076(0x1ca),'ranger\x20resume'),await _0x5459c8[_0x3f2076(0x2ac)](withTelemetry,_0x5459c8[_0x3f2076(0x2d0)],()=>featureResume(_0x36041b['id']));})[_0x5eea1d(0x2d8)](_0x2c9022['WihzJ'],![],_0x10add1=>{const _0x414120=_0x5eea1d;return _0x10add1['positional']('description',{'type':_0x414120(0x24b),'description':_0x414120(0x2b2),'demandOption':!![]})[_0x414120(0x17b)]('id',{'type':'string','description':_0x414120(0x17c)});},async _0x54021c=>{const _0x77bace=_0x5eea1d;_0x5459c8['FkNCY'](warnRenamed,'ranger\x20feature\x20add-checklist-item',_0x5459c8['seFyA']),await withTelemetry(_0x5459c8[_0x77bace(0x1bc)],()=>featureAddScenario(_0x54021c['description'],_0x54021c['id']));})[_0x5eea1d(0x2d8)]('get-feedback\x20[id]',![],_0x380955=>{const _0x3d73e=_0x5eea1d;return _0x380955['positional']('id',{'type':_0x2c9022[_0x3d73e(0x1ee)],'description':_0x2c9022[_0x3d73e(0x287)]});},async _0x2663d6=>{const _0x48f0c0=_0x5eea1d;_0x5459c8[_0x48f0c0(0x22b)](warnRenamed,_0x48f0c0(0x2d1),_0x48f0c0(0x209)),await withTelemetry('feature\x20get-feedback',()=>featureGetReview(_0x2663d6['id']));})['command'](_0x5eea1d(0x227),![],_0x5364fa=>{const _0x465fa8=_0x5eea1d;return _0x5364fa['positional']('id',{'type':_0x5459c8[_0x465fa8(0x304)],'description':'Feature\x20review\x20ID'});},async _0x4cb1e6=>{const _0x29f94c=_0x5eea1d;_0x5459c8['cvKlM'](warnRenamed,_0x29f94c(0x201),_0x5459c8['cnodg']),await withTelemetry(_0x5459c8[_0x29f94c(0x311)],()=>featureDelete(_0x4cb1e6['id']));})['command'](_0x2c9022['TjeKH'],![],_0x34901f=>{const _0x491dda=_0x5eea1d;return _0x34901f[_0x491dda(0x2e1)]('id',{'type':_0x5459c8['AsIRQ'],'description':_0x5459c8[_0x491dda(0x22c)],'demandOption':!![]});},async _0x1f1298=>{const _0x29a197=_0x5eea1d;_0x5459c8['JkJBC'](warnRenamed,_0x5459c8[_0x29a197(0x189)],_0x5459c8[_0x29a197(0x1fa)]),await _0x5459c8[_0x29a197(0x1a0)](withTelemetry,_0x29a197(0x21f),()=>featureRestore(_0x1f1298['id']));})[_0x5eea1d(0x24a)](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})[_0x4a0a35(0x2d8)](_0x2c9022['BYkxd'],![],_0x2e3902=>{const _0x526f7d=_0x4a0a35;return _0x2e3902['command'](_0x2c9022['zofKy'],_0x526f7d(0x284),_0x5b564d=>{const _0x36adf0=_0x526f7d;return _0x5b564d[_0x36adf0(0x17b)](_0x36adf0(0x229),{'type':_0x36adf0(0x24b),'description':_0x36adf0(0x27d)});},async _0x5ab72c=>{const _0x425640=_0x526f7d;await withTelemetry(_0x2c9022['EdlLg'],()=>hook('enable',_0x5ab72c[_0x425640(0x229)]));})[_0x526f7d(0x2d8)](_0x526f7d(0x211),_0x2c9022['IQuSW'],_0x3e3afd=>{const _0x1dd70f=_0x526f7d;return _0x3e3afd['option']('session-id',{'type':'string','description':_0x1dd70f(0x27d)});},async _0xb8f903=>{const _0x1ece98=_0x526f7d;await _0x2c9022[_0x1ece98(0x2cd)](withTelemetry,_0x2c9022[_0x1ece98(0x20f)],()=>hook('disable',_0xb8f903['session-id']));})['option'](_0x2c9022['lBVRe'],{'type':_0x2c9022['icuvX'],'description':_0x526f7d(0x283)})['option'](_0x2c9022[_0x526f7d(0x1ea)],{'type':_0x2c9022['icuvX'],'description':_0x2c9022['ueMDb']});},async _0x302289=>{const _0x35b858=_0x4a0a35;_0x302289['name']&&await _0x2c9022['yGQin'](hook,_0x302289[_0x35b858(0x298)],_0x302289[_0x35b858(0x229)]);})['demandCommand'](0x1,_0x4a0a35(0x2c5))['strictCommands']()[_0x4a0a35(0x1ab)](async(_0x2cfd56,_0x374a4a,_0x301fba)=>{const _0x16789e=_0x4a0a35,_0x3fd678=sanitizeArgs(process[_0x16789e(0x222)]['slice'](0x2)),_0xdac9c9=_0x2c9022['ETXGj'](getErrorType,_0x2cfd56,_0x374a4a);if(_0x2cfd56&&_0x2cfd56['includes'](_0x16789e(0x25e))){const _0x2731d6=process[_0x16789e(0x222)][0x2];console['error'](_0x16789e(0x303)+_0x2731d6),console[_0x16789e(0x319)](_0x2c9022['gViGk']);}else{if(_0x2cfd56)console['error']('\x0a'+_0x2cfd56+'\x0a');else _0x374a4a&&console[_0x16789e(0x319)]('\x0aError:\x20'+_0x374a4a['message']+'\x0a');}await logDesirePath({'rawCommand':_0x3fd678,'errorMessage':_0x2cfd56||_0x374a4a?.[_0x16789e(0x1a8)],'errorType':_0xdac9c9});const _0x255596=_0x2c9022[_0x16789e(0x232)](getCurrentCollector);_0x255596&&await _0x255596['trackCommandError'](_0x374a4a||new Error(_0x2c9022[_0x16789e(0x2c1)](_0x2cfd56,_0x2c9022[_0x16789e(0x296)]))),process[_0x16789e(0x1f6)](0x1);})[_0x4a0a35(0x30d)](_0x2c9022['AfHPN']('Documentation:\x0a',_0x4a0a35(0x1ed))+_0x4a0a35(0x312))['help']()[_0x4a0a35(0x1e4)](_0x2c9022[_0x4a0a35(0x26f)],'h');}process['env']['NODE_ENV']!==_0x5da667(0x17f)&&(shouldShowLegacyWarning(process[_0x5da667(0x222)])&&showLegacyDeprecationWarning(),buildParser()['parse']());