@ranger-testing/ranger-cli 2.5.4-alpha.78800d3-3 → 2.5.4-alpha.816b7e2-24

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 (83) 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/deleteProfile.js +1 -0
  8. package/build/commands/env.js +1 -1
  9. package/build/commands/feature.js +1 -1
  10. package/build/commands/hook.js +1 -1
  11. package/build/commands/hooks/autoPrompt.js +1 -1
  12. package/build/commands/hooks/disable.js +1 -1
  13. package/build/commands/hooks/enable.js +1 -1
  14. package/build/commands/hooks/exitPlanMode.js +1 -1
  15. package/build/commands/hooks/index.js +1 -1
  16. package/build/commands/hooks/output.js +1 -1
  17. package/build/commands/hooks/planReminder.js +1 -1
  18. package/build/commands/hooks/planStart.js +1 -1
  19. package/build/commands/hooks/postEdit.js +1 -1
  20. package/build/commands/hooks/preCompact.js +1 -1
  21. package/build/commands/hooks/sessionEnd.js +1 -1
  22. package/build/commands/hooks/sessionStart.js +1 -1
  23. package/build/commands/hooks/stopHook.js +1 -1
  24. package/build/commands/index.js +1 -1
  25. package/build/commands/login.js +1 -1
  26. package/build/commands/mcpBootstrap.js +1 -1
  27. package/build/commands/migrateProfile.js +1 -1
  28. package/build/commands/setup/claude.js +1 -1
  29. package/build/commands/setup/opencode.js +1 -1
  30. package/build/commands/setupCi.js +1 -1
  31. package/build/commands/skillup.js +1 -1
  32. package/build/commands/start.js +1 -1
  33. package/build/commands/status.js +1 -1
  34. package/build/commands/update.js +1 -1
  35. package/build/commands/updateEnv.js +1 -1
  36. package/build/commands/useEnv.js +1 -1
  37. package/build/commands/utils/activeProfile.js +1 -1
  38. package/build/commands/utils/agentEnv.js +1 -1
  39. package/build/commands/utils/browserSessionsApi.js +1 -1
  40. package/build/commands/utils/claudeConfig.js +1 -1
  41. package/build/commands/utils/claudeOverrideSettings.js +1 -1
  42. package/build/commands/utils/claudePlugin.js +1 -1
  43. package/build/commands/utils/cloudProfile.js +1 -1
  44. package/build/commands/utils/cloudProfileSession.js +1 -1
  45. package/build/commands/utils/crypto.js +1 -1
  46. package/build/commands/utils/desirePathLog.js +1 -1
  47. package/build/commands/utils/deviceAuth.js +1 -1
  48. package/build/commands/utils/environment.js +1 -1
  49. package/build/commands/utils/featureApi.js +1 -1
  50. package/build/commands/utils/fixWebmDuration.js +1 -1
  51. package/build/commands/utils/gitTracked.js +1 -1
  52. package/build/commands/utils/keychain.js +1 -1
  53. package/build/commands/utils/legacyWarning.js +1 -0
  54. package/build/commands/utils/localAgentInstallationsApi.js +1 -1
  55. package/build/commands/utils/matchAuthEnvironment.js +1 -1
  56. package/build/commands/utils/mcpImageBase64.js +1 -1
  57. package/build/commands/utils/model.js +1 -1
  58. package/build/commands/utils/opencodeConfig.js +1 -1
  59. package/build/commands/utils/playwrightCli.js +1 -1
  60. package/build/commands/utils/profileMessages.js +1 -1
  61. package/build/commands/utils/profileSetupBanner.js +1 -1
  62. package/build/commands/utils/projectsConfig.js +1 -1
  63. package/build/commands/utils/rangerConfig.js +1 -1
  64. package/build/commands/utils/rangerRoot.js +1 -1
  65. package/build/commands/utils/resolveProfileContext.js +1 -1
  66. package/build/commands/utils/resolveProfileUrl.js +1 -1
  67. package/build/commands/utils/retry.js +1 -1
  68. package/build/commands/utils/sessionCache.js +1 -1
  69. package/build/commands/utils/settings.js +1 -1
  70. package/build/commands/utils/skillContent.js +1 -1
  71. package/build/commands/utils/skills.js +1 -1
  72. package/build/commands/utils/stitchWebmFiles.js +1 -1
  73. package/build/commands/utils/telemetry.js +1 -1
  74. package/build/commands/utils/tokenRefresh.js +1 -1
  75. package/build/commands/utils/traceSnapshotMapper.js +1 -1
  76. package/build/commands/utils/userApi.js +1 -1
  77. package/build/commands/utils/version.js +1 -1
  78. package/build/commands/verifyFeature.js +1 -1
  79. package/build/commands/verifyFeatureCli.js +1 -1
  80. package/build/skills/ranger/SKILL.md +36 -6
  81. package/build/skills/ranger/create.md +19 -0
  82. package/build/skills/ranger/verify.md +46 -7
  83. 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 _0x3f7e8a=_0x8fb0;(function(_0x17b644,_0x3b1c94){const _0x56cc17=_0x8fb0,_0xb367af=_0x17b644();while(!![]){try{const _0x36f0a2=-parseInt(_0x56cc17(0x203))/0x1+-parseInt(_0x56cc17(0x243))/0x2*(-parseInt(_0x56cc17(0x22f))/0x3)+-parseInt(_0x56cc17(0x258))/0x4*(-parseInt(_0x56cc17(0x2c3))/0x5)+parseInt(_0x56cc17(0x1cc))/0x6*(-parseInt(_0x56cc17(0x2d8))/0x7)+parseInt(_0x56cc17(0x269))/0x8+parseInt(_0x56cc17(0x2a2))/0x9+-parseInt(_0x56cc17(0x234))/0xa*(parseInt(_0x56cc17(0x2eb))/0xb);if(_0x36f0a2===_0x3b1c94)break;else _0xb367af['push'](_0xb367af['shift']());}catch(_0x496d18){_0xb367af['push'](_0xb367af['shift']());}}}(_0x5e0d,0x8e77d));import _0x2f5e9f from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x297b76=_0x8fb0,_0x575b55={'oAAgL':function(_0x5f40c1,_0x195509){return _0x5f40c1!==_0x195509;},'jcgjG':function(_0x2e555a,_0x5117aa,_0x61b725){return _0x2e555a(_0x5117aa,_0x61b725);},'wgSSj':'.ranger','eGBvE':function(_0xb1074b,_0x55eb31){return _0xb1074b(_0x55eb31);}};let _0x2e85d2=process['cwd']();const _0x279853=parse(_0x2e85d2)['root'];while(_0x575b55[_0x297b76(0x2df)](_0x2e85d2,_0x279853)){if(existsSync(_0x575b55[_0x297b76(0x33d)](join,_0x2e85d2,_0x575b55['wgSSj']))||existsSync(_0x575b55['jcgjG'](join,_0x2e85d2,'.env')))return _0x2e85d2;_0x2e85d2=_0x575b55['eGBvE'](dirname,_0x2e85d2);}return process['cwd']();}_0x2f5e9f['config']({'path':join(findProjectRoot(),_0x3f7e8a(0x211))});import _0x49a8f5 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{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';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';function _0x5e0d(){const _0x8fd146=['akhEe','Scenario\x20index\x20(1-based)','ePRNf','Authenticate\x20via\x20MCP\x20proxy','ranger\x20create','swnOx','feature\x20resume','base-url','GZXyD','Environment\x20name','ROjIt','epsMn','OWRAA','skip-auth','nKflN','Kcygl','login','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','ranger\x20profile\x20use','save-creds','tTJGV','jTNJL','force','ranger\x20profile\x20add','ranger\x20use','dCxAG','FrSrn','get\x20<profile>\x20<key>','bOeUi','Ranger\x20API\x20token','json','get\x20<env>\x20<key>','LlNCD','Profile\x20name','cVkHK','summary','create','kEEYW','\x20INCOMPLETE','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','vWyYU','issues','FGacm','all','sxgus','config\x20get','QWqPX','feature\x20create','966474zZZkrE','Set\x20up\x20a\x20local\x20browser\x20profile','MIclY','update\x20<profile-name>','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','VZFJc','token','NpEBw','dry-run','headed','YeGvk','Include\x20soft-deleted\x20feature\x20reviews','env','some','.env','xULgB','show','organizationName','wZgAs','fYvXe','AbGxK','oDYAP','GAEbd','YfeRt','VFVxZ','Feature\x20review\x20ID','ZVyUP','scenario','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','debug-outcome','project','--scenario','UwdsJ','error','scriptName','kTeod','CGxVo','OPMwT','pCpYY','surpG','pfmyd','XjVLJ','WYJIb','debug-address-comments','209154yjGeVT','zGHoA','success','ZTiQt','tokenOrSubcommand','19450DqMvSs','quhKR','blocked','TQOMZ','repeat','dTiKV','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.','session-id','QLDYe','ranger\x20config\x20list','NODE_ENV','aKJlE','--profile','ytPNL','claude','6kjVBbE','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','PorVr','partial','KfJFZ','xHZBz','setup-header','jLORW','uwAfw','map','include-deleted','Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','You\x20must\x20specify\x20a\x20command','You\x20must\x20specify\x20an\x20auth\x20subcommand','ranger\x20feature\x20create','Number\x20of\x20feature\x20reviews\x20to\x20skip','demandCommand','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','jzQuQ','Scenario\x20description','dUhvi','15452lUvdaH','ranger\x20delete','ptwWx','ksJDh','Get\x20a\x20config\x20value','cramu','Feature\x20review\x20description','strictCommands','ijliY','description','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','SyTgL','encrypt\x20<profile>','setup:deps','start\x20[token]','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','opencode','7354216DJifZH','Set\x20a\x20config\x20value','qFrqU','mNlQd','icQcJ','command','task','feature\x20add-checklist-item','MCibx','LAdcO','get-review','add-scenario','UvaEU','ZiINB','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','current-branch','name','Skip\x20browser\x20authentication','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','cnPMd','ranger\x20config\x20set','profile\x20config\x20reset','List\x20all\x20feature\x20reviews','qEasq','log','Install\x20scope\x20for\x20skills','jcXAy','notes','GqjeF','Optional\x20feature\x20ID','SEKvU','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','hovqW','mcp-bootstrap','kFkZN','nSZpB','AowZe','limit','bXSPV','OSfcL','setup:all','UZGwG','usage','fFDTt','ranger\x20auth\x20encrypt','KBfjY','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','DCJzE','message','setup:login','HwkSm','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','edit-scenario','XnFzp','THfdq','status','10201284jpRGZu','qHPkQ','ranger\x20env\x20ls','ranger\x20feature\x20resume','ranger\x20profile\x20encrypt-auth','incomplete','with-deps','VrFiY','setup-ci','FPMkY','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','WCHJB','cedjm','NgFsP','rpAue','fULAf','--checklist','MXVjP','WaBeL','xeYvB','kRKIe','Authenticate\x20with\x20Ranger','Config\x20value','profile-name','profile\x20add','Cllqy','resume','LQMoG','epilogue','skip-chromium','pFulN','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','1015WlUmtA','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','Print\x20the\x20current\x20CLI\x20access\x20token','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','ranger\x20profile\x20config\x20unset','reset\x20<profile>','cdp-endpoint','qBIRl','list\x20<profile>','list','BpwnB','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','svEXW','test','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','exclude-scenario','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','profile\x20config\x20set','yes','resume\x20[id]','ugJrI','392RSvLGT','kWypX','string','ranger\x20get-review','ranger\x20start','number','hook:enable','oAAgL','feature\x20get-feedback','FcokL','MEwkz','argv','auth','Skip\x20interactive\x20confirmation\x20prompts.','config\x20list','bduqj','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','qKpks','allow-insecure-localhost','5643rZCYvm','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','slice','jWRXQ','create\x20<name>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','mElEo','YGNgg','exit','unhandledRejection','positional','item','pvMhx','Install\x20skills\x20for\x20OpenCode','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','ranger\x20env\x20update','pMJWT','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','start','Zoeqz','Evaluation:\x20','List\x20all\x20config\x20for\x20a\x20profile','ranger\x20list','TdtkC','value','qFIig','Update\x20authentication\x20for\x20an\x20existing\x20profile','parse','etoen','Ranger\x20API\x20token\x20(rngr_...)','UbNfc','array','sKRNq','JrfLZ','delete\x20[id]','vFyge','Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','New\x20scenario\x20description','evaluation','get-review\x20[id]','RHvGx','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','hook','mGeRJ','QDtlb','Config\x20key','skills','profile\x20migrate','JeQQE','offset','TVsHy','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','env\x20update','scope','KNFwL','list\x20<env>','delete','CVRXE','ranger\x20profile\x20config\x20set','user','Scenario\x20number\x20to\x20edit\x20(1-based)','Feature\x20review\x20name','RraSG','bAbYN','TjxbV','OoUxL','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','Name\x20of\x20the\x20environment','env-name','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','Mkznl','disable','kPsFM','ranger\x20add-scenario','zjrEi','inCmD','USuMF','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','DITeR','help','\x0aIssues:','jcgjG','url','hXZMZ','dZwmy','ranger\x20profile\x20config\x20get','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','enable','unset\x20<env>\x20<key>','EbQWV','wywWl','CRJNt','QocFa','boolean','DTiXR','ranger\x20config\x20get','FCazN','epOwV','xcFAa','Restore\x20a\x20soft-deleted\x20feature\x20review','bnhmM','uBavU','checklist','profile','verified','You\x20must\x20specify\x20a\x20profile\x20subcommand','Name\x20of\x20the\x20environment\x20to\x20update','Switch\x20to\x20using\x20a\x20specific\x20profile','UEQfZ','FnfCy','model','✓\x20Authenticated\x20to\x20','alxCi','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','ranger\x20go','eQFpD','XYbiG','set\x20<env>\x20<key>\x20<value>','Config\x20key\x20to\x20remove','eOKIE','start-path','option','fHpMo','print-access-token','53388LuNBEQ','exitCode','nDGiZ','ranger\x20config\x20unset','VBgQo','EOIvX','key'];_0x5e0d=function(){return _0x8fd146;};return _0x5e0d();}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'](_0x3f7e8a(0x2f4),async _0xf44936=>{const _0x323684=_0x3f7e8a,_0x2b5d10=getCurrentCollector();_0x2b5d10&&await _0x2b5d10['trackCommandError'](_0xf44936),process[_0x323684(0x1cd)]=0x1;});const rawArgs=process[_0x3f7e8a(0x2e3)][_0x3f7e8a(0x2ed)](0x2),TOP_LEVEL_HELP='Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\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.',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\x20header.<name>\x20\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20header.X-Test-Mode)\x0a\x20\x20setupHeader.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeader.x-bypass-turnstile)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201';function warnRenamed(_0xb21b7f,_0x7d0d68){console['error']('\x0a'+_0xb21b7f+'\x20is\x20now\x20'+_0x7d0d68+'\x0a');}function argUsed(_0x3a8157){const _0x5f0cfb=_0x3f7e8a;return rawArgs[_0x5f0cfb(0x210)](_0x1ae211=>_0x1ae211===_0x3a8157||_0x1ae211['startsWith'](_0x3a8157+'='));}function _0x8fb0(_0x5c95e9,_0xdc738){_0x5c95e9=_0x5c95e9-0x1a9;const _0x5e0df0=_0x5e0d();let _0x8fb05c=_0x5e0df0[_0x5c95e9];return _0x8fb05c;}function warnFlagRenamed(_0xfedded,_0x577ea4,_0x37b250){const _0x34d532=_0x3f7e8a,_0x578f31={'AowZe':function(_0x16a48d,_0x5f31ff){return _0x16a48d(_0x5f31ff);},'icQcJ':function(_0x290347,_0x4a832e,_0x3019ab){return _0x290347(_0x4a832e,_0x3019ab);}};_0x578f31[_0x34d532(0x28e)](argUsed,_0x577ea4)&&_0x578f31[_0x34d532(0x26d)](warnRenamed,_0xfedded+'\x20'+_0x577ea4,_0xfedded+'\x20'+_0x37b250);}async function runGoCommand(_0x41e122,_0x32e2b2=![]){const _0x338289=_0x3f7e8a,_0x18c4ce={'sJvlf':'ranger\x20verify-feature','UvaEU':_0x338289(0x1c2),'VZFJc':'--env','MEwkz':_0x338289(0x240),'XyWbP':'--task','epOwV':function(_0x25e978,_0x2df13a,_0x4d0a8f,_0x263dc5){return _0x25e978(_0x2df13a,_0x4d0a8f,_0x263dc5);},'akhEe':function(_0x2abf39){return _0x2abf39();},'SwGua':function(_0x373fb2,_0x2e2f52){return _0x373fb2(_0x2e2f52);},'XbaXI':_0x338289(0x220),'Iuxix':'debug-address-comments','Bvcds':function(_0x28ec8a,_0x34c52f){return _0x28ec8a+_0x34c52f;},'SzoTM':_0x338289(0x1b8),'ofHVB':'\x20VERIFIED','EToUt':function(_0x31a535,_0xfc0422){return _0x31a535===_0xfc0422;},'xcFAa':'\x20PARTIAL','TQOMZ':'\x20FAILED','ulFFj':_0x338289(0x33c),'epsMn':function(_0x587199,_0x87c9ef){return _0x587199===_0x87c9ef;}};_0x32e2b2&&warnRenamed(_0x18c4ce['sJvlf'],_0x338289(0x1c2));warnFlagRenamed(_0x18c4ce[_0x338289(0x275)],_0x18c4ce[_0x338289(0x208)],_0x18c4ce[_0x338289(0x2e2)]),warnFlagRenamed('ranger\x20go',_0x18c4ce['XyWbP'],'--notes'),_0x18c4ce[_0x338289(0x1b1)](warnFlagRenamed,_0x338289(0x1c2),'--item',_0x338289(0x222));const _0x4e508c=await loadRangerConfig(),_0x55e611=_0x18c4ce[_0x338289(0x1d3)](isByokEnabled),_0x4d9095=_0x41e122[_0x338289(0x1be)],_0x1a56d8=_0x4e508c[_0x338289(0x1be)],_0x53d2bf=await _0x18c4ce['SwGua'](verifyFeature,{'featureId':_0x41e122['feature'],'profile':_0x41e122[_0x338289(0x1b7)]??_0x41e122['env'],'notes':_0x41e122[_0x338289(0x284)]??_0x41e122[_0x338289(0x26f)],'scenario':_0x41e122['scenario']??_0x41e122[_0x338289(0x2f6)],'startPath':_0x41e122['start-path'],'baseUrl':_0x41e122[_0x338289(0x1da)],'debugOutcome':_0x41e122[_0x18c4ce['XbaXI']],'debugAddressComments':_0x41e122[_0x18c4ce['Iuxix']],'headed':_0x41e122[_0x338289(0x20c)],'byokEnabled':_0x55e611,'flagVerifyModel':_0x4d9095,'configVerifyModel':_0x1a56d8});console[_0x338289(0x281)](_0x18c4ce['Bvcds']('\x0a','='['repeat'](0x3c))),console['log'](_0x53d2bf['evaluation']===_0x18c4ce['SzoTM']?_0x18c4ce['ofHVB']:_0x53d2bf[_0x338289(0x311)]===_0x338289(0x2a7)?_0x338289(0x1f9):_0x18c4ce['EToUt'](_0x53d2bf['evaluation'],'partial')?_0x18c4ce[_0x338289(0x1b2)]:_0x53d2bf[_0x338289(0x311)]===_0x338289(0x236)?'\x20BLOCKED':_0x18c4ce[_0x338289(0x237)]),console['log']('='[_0x338289(0x238)](0x3c)),console['log']('Summary:\x20'+_0x53d2bf[_0x338289(0x1f6)]),console[_0x338289(0x281)](_0x338289(0x2ff)+_0x53d2bf[_0x338289(0x311)]),console['log']('Reason:\x20'+_0x53d2bf['evaluationReason']),_0x53d2bf['issues']?.['length']&&(console[_0x338289(0x281)](_0x18c4ce['ulFFj']),_0x53d2bf[_0x338289(0x1fc)]['forEach']((_0x276660,_0x50ce02)=>{const _0x49273a=_0x338289;console[_0x49273a(0x281)]('\x0a'+(_0x50ce02+0x1)+'.\x20['+_0x276660['severity']+']\x20'+_0x276660['description']);})),process[_0x338289(0x2f3)](_0x18c4ce[_0x338289(0x1de)](_0x53d2bf[_0x338289(0x311)],_0x18c4ce['SzoTM'])?0x0:0x1);}export function buildParser(_0x5e8c3d){const _0x51ec5c=_0x3f7e8a,_0x589fb0={'OoUxL':'name','FPMkY':_0x51ec5c(0x328),'OgVOO':'description','zTMgz':_0x51ec5c(0x25e),'xHZBz':'array','LlNCD':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','fYvXe':function(_0x540b2a,_0x19c710,_0x5f58b4,_0x575c90){return _0x540b2a(_0x19c710,_0x5f58b4,_0x575c90);},'BLAoF':_0x51ec5c(0x222),'MIclY':function(_0x4f1e3e,_0x5d03be,_0x5e06ba){return _0x4f1e3e(_0x5d03be,_0x5e06ba);},'wyQkM':_0x51ec5c(0x1f7),'rpAue':'boolean','inCmD':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','jWRXQ':_0x51ec5c(0x288),'NpEBw':'number','SodzD':'include-deleted','ZVyUP':_0x51ec5c(0x2cc),'eQFpD':_0x51ec5c(0x21c),'XIkPl':_0x51ec5c(0x213),'UbNfc':'string','oDYAP':_0x51ec5c(0x21e),'Cllqy':_0x51ec5c(0x327),'rUFLE':_0x51ec5c(0x2ec),'sxgus':_0x51ec5c(0x29e),'nDobP':_0x51ec5c(0x1f1),'bnhmM':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','fHpMo':'report','PlIhl':_0x51ec5c(0x273),'ffkjp':_0x51ec5c(0x323),'xeYvB':'Feature\x20review\x20ID\x20to\x20restore','ZTiQt':function(_0xd2226c,_0x599236,_0x53f77b){return _0xd2226c(_0x599236,_0x53f77b);},'OpXZK':_0x51ec5c(0x28b),'EOIvX':_0x51ec5c(0x292),'ZiINB':_0x51ec5c(0x29b),'zjrEi':_0x51ec5c(0x320),'KNFwL':'user','GqjeF':_0x51ec5c(0x221),'WZVDw':_0x51ec5c(0x268),'ptwWx':_0x51ec5c(0x262),'YGNgg':'setup:skills','bOeUi':'skip-auth','tUDpc':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','PorVr':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','qFIig':'allow-insecure-localhost','CshQd':_0x51ec5c(0x308),'QDqre':_0x51ec5c(0x27a),'CVRXE':_0x51ec5c(0x1e9),'QjzZY':_0x51ec5c(0x1fe),'lHbzT':'Run\x20full\x20interactive\x20setup','kWypX':'deps','nKflN':'login','hBdne':_0x51ec5c(0x2b8),'KfJFZ':_0x51ec5c(0x319),'ugJrI':'Install\x20Claude\x20Code\x20plugin\x20and\x20skills','XjVLJ':'profiles','pMJWT':_0x51ec5c(0x2d3),'GZXyD':'url','TdtkC':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','dZwmy':function(_0x71ad1,_0x1c639b,_0x33975d){return _0x71ad1(_0x1c639b,_0x33975d);},'Xqbia':_0x51ec5c(0x1f0),'QDtlb':_0x51ec5c(0x2c4),'cramu':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','tTJGV':'skip-chromium','ePRNf':'Skip\x20Chromium\x20browser\x20installation','ZQsJT':_0x51ec5c(0x2aa),'TmJSh':function(_0x1af67d,_0x3d9ba6){return _0x1af67d(_0x3d9ba6);},'JrfLZ':function(_0x3a0964,_0x177d7b,_0x36b6fd){return _0x3a0964(_0x177d7b,_0x36b6fd);},'XuGmV':'clean','XyiHd':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','ijliY':_0x51ec5c(0x2ac),'BCAGD':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','TjxbV':'setup-header','WMjwp':_0x51ec5c(0x2ad),'VBgQo':function(_0x14b2a9,_0x3dd303){return _0x14b2a9(_0x3dd303);},'ksTtE':'Name\x20of\x20the\x20profile','oTGyr':'yes','MXVjP':'save-creds','KarcQ':_0x51ec5c(0x2d4),'qHPkQ':'key','qFrqU':_0x51ec5c(0x26a),'alxCi':_0x51ec5c(0x25c),'XDboz':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','CjUDc':'Name\x20of\x20the\x20profile\x20to\x20update','nDGiZ':'profile','pinxF':_0x51ec5c(0x2e8),'UZGwG':'add\x20<profile-name>','KBfjY':_0x51ec5c(0x1bb),'ytPNL':'List\x20all\x20profiles','svEXW':_0x51ec5c(0x206),'SEKvU':'config','pCpYY':'Manage\x20profile\x20configuration','OPMwT':_0x51ec5c(0x1b9),'uwAfw':_0x51ec5c(0x1cb),'sarlW':'feature','oSOVW':_0x51ec5c(0x284),'CRJNt':_0x51ec5c(0x244),'AWuDk':_0x51ec5c(0x2d1),'DITeR':_0x51ec5c(0x1da),'fWyno':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','fULAf':'model','DuSpi':_0x51ec5c(0x20c),'TVsHy':'debug-outcome','BMxIY':'verified','rYLIh':'incomplete','Mkznl':_0x51ec5c(0x20f),'UwdsJ':'task','kRKIe':function(_0x27d28b,_0x1a8025){return _0x27d28b(_0x1a8025);},'bduqj':_0x51ec5c(0x264),'LvQVc':_0x51ec5c(0x209),'meVcr':_0x51ec5c(0x2dc),'PggtW':'ranger\x20setup','cVkHK':_0x51ec5c(0x2fd),'FGacm':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','sOLho':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','VpuQa':_0x51ec5c(0x1d4),'YfeRt':_0x51ec5c(0x330),'TvfbT':'blocked','LAdcO':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','qqXDi':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','gPSri':_0x51ec5c(0x1ea),'tjsVU':function(_0x1afb81,_0xc1cac5,_0x10bd20){return _0x1afb81(_0xc1cac5,_0x10bd20);},'gCpfH':_0x51ec5c(0x1eb),'PcXwC':_0x51ec5c(0x1e5),'FmRJL':function(_0xbc3da6,_0x41fa4b,_0xf04ef7){return _0xbc3da6(_0x41fa4b,_0xf04ef7);},'eOKIE':_0x51ec5c(0x1dc),'THfdq':_0x51ec5c(0x1cf),'Ijtty':_0x51ec5c(0x23d),'hbuCW':_0x51ec5c(0x1c5),'CVxRd':_0x51ec5c(0x1f2),'hdPTL':_0x51ec5c(0x322),'EmSsi':'You\x20must\x20specify\x20a\x20config\x20subcommand','cOfYL':'ranger\x20profile\x20update','Wnvuh':'checklist','VFVxZ':_0x51ec5c(0x202),'GAEbd':'ranger\x20feature\x20list','CzFdv':_0x51ec5c(0x301),'CldVs':function(_0x131065,_0xeffb86,_0x384096){return _0x131065(_0xeffb86,_0x384096);},'Kcygl':'feature\x20list','RraSG':'ranger\x20show','WYJIb':'feature\x20show','DTiXR':'ranger\x20feature\x20add-checklist-item','ygwJN':_0x51ec5c(0x335),'udBLZ':_0x51ec5c(0x270),'FrSrn':'ranger\x20restore','EOeuF':function(_0x48f86b,_0x3c42f4,_0x32107b){return _0x48f86b(_0x3c42f4,_0x32107b);},'mElEo':'feature\x20restore','BNXop':'current-branch','bXSPV':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','goSxR':'ranger\x20resume','qIkjs':_0x51ec5c(0x1d9),'hsqtp':'ranger\x20feature\x20get-feedback','mNlQd':'show\x20[id]','tyeAz':'add-checklist-item\x20<description>','KdIwn':'get-feedback\x20[id]','jLORW':_0x51ec5c(0x30d),'rwpSV':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','dCxAG':_0x51ec5c(0x343),'MCibx':'Enable\x20Ranger\x20hooks\x20for\x20this\x20session','mGeRJ':_0x51ec5c(0x23b),'cedjm':'Unknown\x20command','nSZpB':'ranger','OSfcL':'Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','LwIxm':_0x51ec5c(0x27f),'NgFsP':_0x51ec5c(0x1fa),'USuMF':_0x51ec5c(0x2d6),'sKRNq':'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','OWRAA':'Initialize\x20Ranger\x20in\x20your\x20project','hXZMZ':'setup-ci\x20<token>','Txdge':'Install\x20Ranger\x20skills','kFkZN':'Manage\x20profiles','xULgB':'status','hovqW':'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','QWqPX':_0x51ec5c(0x2c5),'gfEqA':_0x51ec5c(0x266),'BpgcY':'verify-feature','kEEYW':'use\x20<env-name>','qKpks':_0x51ec5c(0x315),'FcokL':function(_0x345b5e,_0x115141){return _0x345b5e+_0x115141;},'BvuAR':'\x20\x20https://docs.ranger.net\x0a','XJpgz':'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)'};return _0x49a8f5(_0x5e8c3d??process[_0x51ec5c(0x2e3)][_0x51ec5c(0x2ed)](0x2))[_0x51ec5c(0x225)](_0x589fb0[_0x51ec5c(0x28d)])[_0x51ec5c(0x294)](TOP_LEVEL_HELP)['version'](getCurrentVersion())['command'](_0x51ec5c(0x2ef),_0x589fb0[_0x51ec5c(0x291)],_0x58f349=>{const _0x1145b4=_0x51ec5c;return _0x58f349[_0x1145b4(0x2f5)](_0x589fb0[_0x1145b4(0x32c)],{'type':'string','description':_0x589fb0[_0x1145b4(0x2ab)],'demandOption':!![]})['option'](_0x589fb0['OgVOO'],{'type':_0x1145b4(0x2da),'alias':'d','description':_0x589fb0['zTMgz']})[_0x1145b4(0x1c9)]('scenario',{'type':_0x589fb0[_0x1145b4(0x248)],'alias':'c','description':_0x589fb0[_0x1145b4(0x1f3)]})[_0x1145b4(0x1c9)]('checklist',{'type':'array','hidden':!![]});},async _0x4a2a5a=>{const _0x1db90e=_0x51ec5c;_0x589fb0[_0x1db90e(0x216)](warnFlagRenamed,_0x1db90e(0x1d7),'--checklist',_0x589fb0['BLAoF']);const _0x396b97=_0x4a2a5a['scenario']||_0x4a2a5a[_0x1db90e(0x1b6)];await _0x589fb0['MIclY'](withTelemetry,_0x589fb0['wyQkM'],()=>featureCreate(_0x4a2a5a[_0x1db90e(0x279)],{'description':_0x4a2a5a['description'],'scenarios':_0x396b97}));})[_0x51ec5c(0x26e)]('list',_0x589fb0['LwIxm'],_0x10b8dd=>{const _0xcca51=_0x51ec5c;return _0x10b8dd[_0xcca51(0x1c9)]('current-branch',{'type':_0x589fb0[_0xcca51(0x2b1)],'description':_0x589fb0[_0xcca51(0x337)]})[_0xcca51(0x1c9)](_0xcca51(0x28f),{'type':'number','alias':'l','description':_0x589fb0[_0xcca51(0x2ee)],'default':0xa})[_0xcca51(0x1c9)](_0xcca51(0x31c),{'type':_0x589fb0[_0xcca51(0x20a)],'alias':'o','description':_0xcca51(0x252),'default':0x0})[_0xcca51(0x1c9)](_0x589fb0['SodzD'],{'type':'boolean','alias':'d','description':_0xcca51(0x20e),'default':![]});},async _0x42a50e=>{const _0x3d133f=_0x51ec5c;await _0x589fb0['MIclY'](withTelemetry,_0x589fb0[_0x3d133f(0x21d)],()=>featureList({'currentBranch':_0x42a50e['current-branch'],'limit':_0x42a50e['limit'],'offset':_0x42a50e['offset'],'includeDeleted':_0x42a50e['include-deleted']}));})[_0x51ec5c(0x26e)](_0x589fb0[_0x51ec5c(0x26c)],_0x589fb0[_0x51ec5c(0x2b0)],_0x5f570a=>{const _0x27fa73=_0x51ec5c;return _0x5f570a[_0x27fa73(0x2f5)]('id',{'type':_0x27fa73(0x2da),'description':_0x589fb0[_0x27fa73(0x1c3)]});},async _0x5d5a59=>{await withTelemetry(_0x589fb0['XIkPl'],()=>featureShow(_0x5d5a59['id']));})[_0x51ec5c(0x26e)](_0x589fb0[_0x51ec5c(0x338)],_0x51ec5c(0x277),_0x10e991=>{const _0x5be1f6=_0x51ec5c;return _0x10e991[_0x5be1f6(0x2f5)]('id',{'type':_0x5be1f6(0x2da),'description':_0x5be1f6(0x2c6)});},async _0x43c66c=>{const _0x3a0df4=_0x51ec5c;await _0x589fb0['MIclY'](withTelemetry,_0x3a0df4(0x2bd),()=>featureResume(_0x43c66c['id']));})['command']('add-scenario\x20<description>',_0x51ec5c(0x29d),_0x553a37=>{const _0x6b016e=_0x51ec5c;return _0x553a37['positional'](_0x6b016e(0x261),{'type':_0x589fb0['UbNfc'],'description':_0x6b016e(0x256),'demandOption':!![]})['option']('id',{'type':'string','description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x404fcd=>{const _0x1ca195=_0x51ec5c;await _0x589fb0['MIclY'](withTelemetry,_0x1ca195(0x274),()=>featureAddScenario(_0x404fcd[_0x1ca195(0x261)],_0x404fcd['id']));})['command']('edit-scenario\x20<description>',_0x51ec5c(0x2f0),_0x110683=>{const _0x134ee1=_0x51ec5c;return _0x110683['positional'](_0x589fb0['OgVOO'],{'type':_0x134ee1(0x2da),'description':_0x134ee1(0x310),'demandOption':!![]})[_0x134ee1(0x1c9)](_0x589fb0['oDYAP'],{'type':_0x589fb0['NpEBw'],'description':_0x589fb0[_0x134ee1(0x2bc)],'demandOption':!![]})[_0x134ee1(0x1c9)]('id',{'type':_0x589fb0['UbNfc'],'description':_0x589fb0['rUFLE']});},async _0x116f95=>{const _0x578c9c=_0x51ec5c;await withTelemetry(_0x589fb0[_0x578c9c(0x1ff)],()=>featureEditScenario(_0x116f95[_0x578c9c(0x261)],{'id':_0x116f95['id'],'scenario':_0x116f95['scenario']}));})['command']('report\x20[id]',_0x589fb0[_0x51ec5c(0x30b)],_0x359cfd=>{const _0x11a363=_0x51ec5c;return _0x359cfd['positional']('id',{'type':_0x589fb0['UbNfc'],'description':_0x589fb0[_0x11a363(0x1c3)]})['option']('exclude-scenario',{'type':_0x11a363(0x30a),'description':_0x11a363(0x31e)})[_0x11a363(0x1c9)](_0x589fb0['nDobP'],{'type':_0x589fb0[_0x11a363(0x2b1)],'description':_0x589fb0[_0x11a363(0x1b4)],'default':![]});},async _0x396436=>{const _0x2c04ff=_0x51ec5c,_0x5511d5=_0x396436[_0x2c04ff(0x2d2)],_0x80422f=_0x5511d5?_0x5511d5[_0x2c04ff(0x24c)](_0x4f4127=>Number(_0x4f4127)):undefined;await withTelemetry(_0x589fb0[_0x2c04ff(0x1ca)],()=>featureReportPrDescription(_0x396436['id'],{'excludeScenarios':_0x80422f,'json':_0x396436['json']}));})[_0x51ec5c(0x26e)](_0x51ec5c(0x312),'Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x4306fb=>{const _0x5cc6ba=_0x51ec5c;return _0x4306fb[_0x5cc6ba(0x2f5)]('id',{'type':_0x5cc6ba(0x2da),'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x4d617e=>{await withTelemetry(_0x589fb0['PlIhl'],()=>featureGetReview(_0x4d617e['id']));})['command'](_0x589fb0['jLORW'],'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x3cc2fa=>{const _0x756fe7=_0x51ec5c;return _0x3cc2fa[_0x756fe7(0x2f5)]('id',{'type':'string','description':_0x756fe7(0x21c)});},async _0x2df8a4=>{await withTelemetry(_0x589fb0['ffkjp'],()=>featureDelete(_0x2df8a4['id']));})[_0x51ec5c(0x26e)]('restore\x20<id>',_0x51ec5c(0x1b3),_0x50978f=>{const _0x31f30f=_0x51ec5c;return _0x50978f[_0x31f30f(0x2f5)]('id',{'type':'string','description':_0x589fb0[_0x31f30f(0x2b6)],'demandOption':!![]});},async _0x14ad56=>{const _0x1d6d48=_0x51ec5c;await _0x589fb0[_0x1d6d48(0x232)](withTelemetry,'restore',()=>featureRestore(_0x14ad56['id']));})[_0x51ec5c(0x26e)]('setup\x20[tokenOrSubcommand]',_0x589fb0[_0x51ec5c(0x1df)],_0x36f052=>{const _0x29d914=_0x51ec5c,_0x4f8e92={'XnFzp':_0x589fb0['UbNfc'],'JeQQE':_0x589fb0[_0x29d914(0x2b1)],'PdWSD':_0x29d914(0x2d3),'gaCTC':_0x589fb0['bOeUi'],'HXjnO':'Skip\x20authentication','JsAQk':_0x589fb0['tUDpc'],'kPsFM':_0x29d914(0x326),'oazeN':_0x589fb0[_0x29d914(0x245)],'VvsKI':_0x29d914(0x1e4),'pfmyd':_0x589fb0['WZVDw'],'HfhwR':_0x589fb0[_0x29d914(0x304)],'DCJzE':_0x589fb0['OpXZK'],'tlExQ':'Alias\x20for\x20--mcp-bootstrap','uBavU':'with-deps','ofcJz':_0x29d914(0x265),'FCazN':_0x589fb0['CshQd'],'qEasq':function(_0x2599b6){return _0x2599b6();},'LQMoG':function(_0x2bb37f){return _0x2bb37f();},'aKJlE':function(_0x40c669,_0x4d34b9){return _0x40c669(_0x4d34b9);},'wZgAs':function(_0x412ee1,_0x205b31,_0x3001b4){return _0x412ee1(_0x205b31,_0x3001b4);},'vWyYU':_0x29d914(0x320),'nQNBU':_0x589fb0[_0x29d914(0x285)],'EbQWV':'Where\x20to\x20store\x20the\x20profile','mOekn':'url','Zoeqz':'Base\x20URL\x20of\x20the\x20running\x20app','VrFiY':_0x589fb0['QDqre'],'VGGQK':_0x589fb0[_0x29d914(0x324)],'SNUCb':_0x29d914(0x207)};return _0x36f052['usage'](_0x29d914(0x27b))[_0x29d914(0x2f5)]('tokenOrSubcommand',{'type':_0x589fb0[_0x29d914(0x309)],'description':'Subcommand\x20or\x20API\x20token\x20(rngr_...)'})[_0x29d914(0x26e)](_0x589fb0['QjzZY'],_0x589fb0['lHbzT'],_0x4fbce1=>{const _0x3dd7d9=_0x29d914;return _0x4fbce1['option']('token',{'type':_0x4f8e92['XnFzp'],'description':_0x3dd7d9(0x1f0)})[_0x3dd7d9(0x1c9)](_0x3dd7d9(0x2c0),{'type':_0x4f8e92[_0x3dd7d9(0x31b)],'description':_0x4f8e92['PdWSD'],'default':![]})[_0x3dd7d9(0x1c9)](_0x4f8e92['gaCTC'],{'type':_0x4f8e92['JeQQE'],'description':_0x4f8e92['HXjnO'],'default':![]})['option']('with-deps',{'type':'boolean','description':_0x4f8e92['JsAQk'],'default':![]})[_0x3dd7d9(0x1c9)]('scope',{'type':_0x4f8e92['XnFzp'],'choices':[_0x4f8e92[_0x3dd7d9(0x334)],'project'],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills'})['option'](_0x3dd7d9(0x33e),{'type':_0x4f8e92['XnFzp'],'description':_0x4f8e92['oazeN']})[_0x3dd7d9(0x1c9)]('force',{'type':_0x3dd7d9(0x1ad),'description':_0x4f8e92['VvsKI'],'default':![]})[_0x3dd7d9(0x1c9)](_0x4f8e92['pfmyd'],{'type':_0x4f8e92['JeQQE'],'description':_0x3dd7d9(0x262),'default':![]})['option'](_0x4f8e92['HfhwR'],{'type':_0x4f8e92[_0x3dd7d9(0x31b)],'description':_0x3dd7d9(0x207),'default':![]})['option'](_0x4f8e92[_0x3dd7d9(0x299)],{'type':_0x4f8e92['JeQQE'],'description':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','default':![]})['option']('mcp',{'type':_0x3dd7d9(0x1ad),'description':_0x4f8e92['tlExQ'],'default':![]});},async _0x49a463=>{const _0x7b9069=_0x29d914;(_0x49a463[_0x7b9069(0x28b)]||_0x49a463['mcp'])&&await withTelemetry(_0x589fb0['OpXZK'],()=>mcpBootstrap()),await _0x589fb0[_0x7b9069(0x232)](withTelemetry,_0x589fb0[_0x7b9069(0x1d1)],_0x2fc810=>start(_0x49a463['token'],{'skipChromium':_0x49a463[_0x7b9069(0x2c0)],'skipAuth':_0x49a463['skip-auth'],'withDeps':_0x49a463[_0x7b9069(0x2a8)],'scope':_0x49a463['scope'],'url':_0x49a463['url'],'force':_0x49a463['force'],'opencode':_0x49a463['opencode'],'allowInsecureLocalhost':_0x49a463['allow-insecure-localhost']},_0x2fc810));})['command'](_0x589fb0[_0x29d914(0x2d9)],'Install\x20Chromium\x20browser\x20binary',_0x2056de=>{const _0x33fd31=_0x29d914;return _0x2056de[_0x33fd31(0x1c9)](_0x4f8e92[_0x33fd31(0x1b5)],{'type':'boolean','description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','default':![]});},async _0xab13ff=>{const _0x502a9d=_0x29d914;await withTelemetry(_0x4f8e92['ofcJz'],()=>ensureChromium(_0xab13ff[_0x502a9d(0x2a8)]));})[_0x29d914(0x26e)](_0x589fb0[_0x29d914(0x1e1)],_0x589fb0['hBdne'],_0x3a06b1=>{const _0x27f19d=_0x29d914;return _0x3a06b1[_0x27f19d(0x1c9)](_0x27f19d(0x209),{'type':_0x4f8e92[_0x27f19d(0x29f)],'description':_0x4f8e92[_0x27f19d(0x1b0)]})['option']('mcp',{'type':_0x27f19d(0x1ad),'description':_0x27f19d(0x1d6),'default':![]});},async _0x103fa6=>{const _0x501f55=_0x29d914;await withTelemetry(_0x589fb0[_0x501f55(0x276)],async()=>{const _0x3c0d66=_0x501f55;if(_0x103fa6['mcp']){await _0x4f8e92[_0x3c0d66(0x280)](mcpBootstrap);const _0xca7319=await _0x4f8e92[_0x3c0d66(0x2be)](refreshCliToken);if(!_0xca7319)throw new Error(_0x3c0d66(0x289));const _0x1887be=await _0x4f8e92[_0x3c0d66(0x23f)](getCurrentUser,_0xca7319);if(!_0x1887be[_0x3c0d66(0x231)])throw new Error('Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20'+_0x1887be['error']);console['log'](_0x3c0d66(0x1bf)+_0x1887be['user'][_0x3c0d66(0x214)]);return;}await _0x4f8e92[_0x3c0d66(0x23f)](authenticate,_0x103fa6[_0x3c0d66(0x209)]);});})['command'](_0x589fb0[_0x29d914(0x247)],_0x589fb0[_0x29d914(0x2d7)],_0x5ec4bc=>{const _0x5cd0ea=_0x29d914;return _0x5ec4bc[_0x5cd0ea(0x1c9)](_0x589fb0[_0x5cd0ea(0x336)],{'type':_0x589fb0['UbNfc'],'choices':[_0x589fb0[_0x5cd0ea(0x321)],_0x589fb0['GqjeF']],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills'})[_0x5cd0ea(0x1c9)](_0x589fb0['WZVDw'],{'type':_0x5cd0ea(0x1ad),'description':_0x589fb0[_0x5cd0ea(0x25a)],'default':![]});},async _0x4a6e9e=>{const _0x301e23=_0x29d914;await withTelemetry(_0x589fb0[_0x301e23(0x2f2)],async()=>{const _0x3bdab9=_0x301e23,_0x3c11dd=_0x4a6e9e[_0x3bdab9(0x320)];if(_0x4a6e9e['opencode']){const _0x5a388c=await _0x4f8e92[_0x3bdab9(0x23f)](ensureOpencodePluginConfig,_0x3c11dd);_0x5a388c&&await _0x4f8e92[_0x3bdab9(0x215)](installSkill,'ranger',{'level':_0x5a388c[_0x3bdab9(0x320)],'cliVersion':getCurrentVersion(),'platform':_0x4f8e92[_0x3bdab9(0x22b)]});}else await _0x4f8e92[_0x3bdab9(0x23f)](ensureClaudePlugin,_0x3c11dd),await ensureClaudeSkills(_0x3c11dd);});})['command'](_0x589fb0[_0x29d914(0x22c)],_0x29d914(0x204),_0x5c77b1=>{const _0x5c66b1=_0x29d914;return _0x5c77b1['option'](_0x4f8e92[_0x5c66b1(0x1fb)],{'type':_0x5c66b1(0x2da),'choices':[_0x5c66b1(0x326),_0x4f8e92['nQNBU']],'description':_0x4f8e92[_0x5c66b1(0x1a9)]})[_0x5c66b1(0x1c9)](_0x4f8e92['mOekn'],{'type':_0x4f8e92[_0x5c66b1(0x29f)],'description':_0x4f8e92[_0x5c66b1(0x2fe)]})['option'](_0x4f8e92['gaCTC'],{'type':_0x4f8e92['JeQQE'],'description':_0x4f8e92[_0x5c66b1(0x2a9)],'default':![]})[_0x5c66b1(0x1c9)](_0x4f8e92['VGGQK'],{'type':_0x4f8e92['JeQQE'],'description':_0x4f8e92['VvsKI'],'default':![]})[_0x5c66b1(0x1c9)](_0x4f8e92['HfhwR'],{'type':_0x5c66b1(0x1ad),'description':_0x4f8e92['SNUCb'],'default':![]});},async _0x14bd01=>{const _0x2a2ef1=_0x29d914;await _0x4f8e92['wZgAs'](withTelemetry,'setup:profiles',_0x139741=>ensureLocalEnv({'url':_0x14bd01['url'],'force':_0x14bd01['force'],'allowInsecureLocalhost':_0x14bd01['allow-insecure-localhost'],'scope':_0x14bd01['scope']==='user'?_0x2a2ef1(0x326):undefined},_0x139741));})['option']('skip-chromium',{'type':'boolean','description':_0x589fb0['pMJWT'],'default':![]})[_0x29d914(0x1c9)](_0x589fb0[_0x29d914(0x336)],{'type':_0x29d914(0x2da),'choices':[_0x589fb0['KNFwL'],_0x589fb0['GqjeF']],'description':_0x29d914(0x267)})[_0x29d914(0x1c9)](_0x589fb0['GZXyD'],{'type':'string','description':_0x29d914(0x331)})[_0x29d914(0x1c9)](_0x29d914(0x1e9),{'type':'boolean','description':_0x29d914(0x1e4),'default':![]})['option'](_0x29d914(0x268),{'type':_0x589fb0['rpAue'],'description':_0x589fb0['ptwWx'],'default':![]})['option'](_0x589fb0['qFIig'],{'type':_0x589fb0['rpAue'],'description':_0x29d914(0x2c2),'default':![]})['option']('mcp-bootstrap',{'type':'boolean','description':_0x589fb0[_0x29d914(0x302)],'default':![]})['option'](_0x589fb0[_0x29d914(0x1ef)],{'type':_0x29d914(0x1ad),'description':_0x29d914(0x24e),'default':![]})[_0x29d914(0x1c9)](_0x29d914(0x2a8),{'type':_0x589fb0[_0x29d914(0x2b1)],'description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','default':![]})[_0x29d914(0x1c9)]('token',{'type':_0x29d914(0x2da),'hidden':!![],'description':'API\x20token'});},async _0x3bc6b7=>{const _0x4034bc=_0x51ec5c,_0xf5a0a=_0x3bc6b7[_0x4034bc(0x233)],_0x34cba0=_0x3bc6b7['token']??_0xf5a0a;_0x3bc6b7[_0x4034bc(0x28b)]&&await _0x589fb0[_0x4034bc(0x232)](withTelemetry,'mcp-bootstrap',()=>mcpBootstrap()),await _0x589fb0[_0x4034bc(0x340)](withTelemetry,_0x4034bc(0x2fd),_0xb9d445=>start(_0x34cba0,{'skipChromium':_0x3bc6b7[_0x4034bc(0x2c0)],'skipAuth':_0x3bc6b7[_0x4034bc(0x1e0)],'withDeps':_0x3bc6b7['with-deps'],'scope':_0x3bc6b7[_0x4034bc(0x320)],'url':_0x3bc6b7['url'],'force':_0x3bc6b7[_0x4034bc(0x1e9)],'opencode':_0x3bc6b7[_0x4034bc(0x268)],'allowInsecureLocalhost':_0x3bc6b7['allow-insecure-localhost']},_0xb9d445));})[_0x51ec5c(0x26e)](_0x589fb0[_0x51ec5c(0x33f)],_0x51ec5c(0x2f9),_0x113bc0=>{const _0x247960=_0x51ec5c;return _0x113bc0[_0x247960(0x2f5)](_0x247960(0x209),{'type':_0x589fb0['UbNfc'],'description':_0x589fb0['Xqbia'],'demandOption':!![]})['option']('profile',{'type':'string','description':_0x589fb0[_0x247960(0x317)]})[_0x247960(0x1c9)](_0x247960(0x1da),{'type':_0x247960(0x2da),'description':_0x589fb0[_0x247960(0x25d)]})['option'](_0x589fb0[_0x247960(0x1e7)],{'type':'boolean','description':_0x589fb0[_0x247960(0x1d5)],'default':![]});},async _0x3e8bf9=>{const _0x38fec8=_0x51ec5c;await withTelemetry(_0x589fb0['ZQsJT'],_0x99e6c8=>setupCi(_0x3e8bf9[_0x38fec8(0x209)],{'profile':_0x3e8bf9['profile'],'baseUrl':_0x3e8bf9['base-url'],'skipChromium':_0x3e8bf9['skip-chromium']},_0x99e6c8));})['command'](_0x51ec5c(0x1e3),_0x51ec5c(0x32d),()=>{},async()=>{await withTelemetry(_0x589fb0['nKflN'],()=>login());})[_0x51ec5c(0x26e)]('skillup',_0x589fb0['Txdge'],_0x1ec44d=>{const _0x4c2c4d=_0x51ec5c;return _0x1ec44d['option'](_0x589fb0['WZVDw'],{'type':'boolean','description':_0x4c2c4d(0x2f8),'default':![]})['option'](_0x589fb0[_0x4c2c4d(0x336)],{'type':_0x589fb0[_0x4c2c4d(0x309)],'choices':[_0x589fb0[_0x4c2c4d(0x321)],'project'],'description':_0x4c2c4d(0x282)});},async _0x1f0691=>{const _0x28894c=_0x51ec5c,_0x43a61f=_0x589fb0['TmJSh'](Boolean,_0x1f0691['opencode']);await _0x589fb0[_0x28894c(0x340)](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x1f0691['scope'],'platform':_0x43a61f?'opencode':_0x28894c(0x242)}));})['command']('clean',_0x51ec5c(0x2ce),()=>{},async()=>{const _0x12a335=_0x51ec5c;await _0x589fb0[_0x12a335(0x30c)](withTelemetry,_0x589fb0['XuGmV'],()=>clean());})[_0x51ec5c(0x26e)](_0x51ec5c(0x1b7),_0x589fb0[_0x51ec5c(0x28c)],_0x5665b2=>{const _0x54bb3a=_0x51ec5c,_0x45dcf4={'UEQfZ':_0x589fb0['UbNfc'],'fRVSU':_0x54bb3a(0x2ba),'rtYJG':_0x589fb0['CjUDc'],'kTeod':_0x589fb0['qFIig'],'vGfni':'boolean','LUIZq':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','ksJDh':_0x589fb0[_0x54bb3a(0x1ce)],'dTiKV':_0x589fb0['qHPkQ'],'YeGvk':_0x589fb0['pinxF'],'OHuSX':_0x54bb3a(0x2b9),'iyJKl':_0x54bb3a(0x1f4)};return _0x5665b2[_0x54bb3a(0x294)](PROFILE_HELP)['command'](_0x589fb0[_0x54bb3a(0x293)],'Add\x20profile\x20configuration',_0x561968=>{const _0x38483e=_0x54bb3a;return _0x561968[_0x38483e(0x2f5)](_0x38483e(0x2ba),{'type':_0x589fb0['UbNfc'],'description':_0x589fb0['XyiHd'],'demandOption':!![]})[_0x38483e(0x1c9)]('ci',{'type':_0x38483e(0x1ad),'description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x589fb0['bOeUi'],{'type':_0x589fb0[_0x38483e(0x2b1)],'description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]})[_0x38483e(0x1c9)](_0x589fb0[_0x38483e(0x1db)],{'type':_0x589fb0[_0x38483e(0x309)],'description':_0x38483e(0x342)})['option'](_0x38483e(0x1e9),{'type':'boolean','description':_0x38483e(0x1e4),'default':![]})[_0x38483e(0x1c9)]('cdp-endpoint',{'type':'string','description':_0x589fb0[_0x38483e(0x260)]})['option'](_0x38483e(0x2ea),{'type':_0x589fb0['rpAue'],'description':_0x38483e(0x2c2),'default':![]})['option']('safe-mode',{'type':_0x589fb0[_0x38483e(0x2b1)],'description':_0x589fb0['BCAGD'],'default':![]})['option'](_0x589fb0[_0x38483e(0x32b)],{'type':'string','array':!![],'description':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)'})['option'](_0x589fb0['zjrEi'],{'type':_0x589fb0['UbNfc'],'choices':[_0x589fb0['KNFwL'],'project'],'description':_0x589fb0['WMjwp']})['option']('yes',{'type':_0x38483e(0x1ad),'alias':'y','description':'Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','default':![]});},async _0x4eb94c=>{const _0x4ce20e=_0x54bb3a;await _0x589fb0[_0x4ce20e(0x216)](withTelemetry,_0x4ce20e(0x2bb),_0x3a14d7=>addEnv(_0x4eb94c[_0x4ce20e(0x2ba)],{'ci':_0x4eb94c['ci'],'skipAuth':_0x4eb94c[_0x4ce20e(0x1e0)],'url':_0x4eb94c[_0x4ce20e(0x33e)],'force':_0x4eb94c[_0x4ce20e(0x1e9)],'cdpEndpoint':_0x4eb94c['cdp-endpoint'],'allowInsecureLocalhost':_0x4eb94c['allow-insecure-localhost'],'safeMode':_0x4eb94c['safe-mode'],'setupHeader':_0x4eb94c[_0x4ce20e(0x249)],'scope':_0x4eb94c['scope'],'yes':_0x4eb94c[_0x4ce20e(0x2d5)]},_0x3a14d7),{'isElectron':_0x589fb0[_0x4ce20e(0x1d0)](Boolean,_0x4eb94c[_0x4ce20e(0x2c9)])});})['command']('use\x20<profile-name>',_0x589fb0[_0x54bb3a(0x297)],_0x141a71=>{const _0x444ced=_0x54bb3a;return _0x141a71['positional']('profile-name',{'type':_0x589fb0[_0x444ced(0x309)],'description':_0x589fb0['ksTtE'],'demandOption':!![]});},async _0x1659fb=>{await withTelemetry('profile\x20use',()=>useEnv(_0x1659fb['profile-name']));})['command']('encrypt-auth\x20<profile>','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)',_0x3b5805=>{const _0x197825=_0x54bb3a;return _0x3b5805['positional'](_0x197825(0x1b7),{'type':_0x45dcf4[_0x197825(0x1bc)],'description':_0x197825(0x1f4),'demandOption':!![]});},async _0x4f5241=>{const _0x4ba51f=_0x54bb3a;await withTelemetry('profile\x20encrypt-auth',()=>authEncrypt(_0x4f5241[_0x4ba51f(0x1b7)]));})['command']('ls',_0x589fb0[_0x54bb3a(0x241)],()=>{},async()=>{const _0x32c73d=_0x54bb3a;await _0x589fb0[_0x32c73d(0x232)](withTelemetry,'profile\x20ls',()=>envList());})[_0x54bb3a(0x26e)](_0x589fb0[_0x54bb3a(0x2cf)],_0x54bb3a(0x305),_0x1829d0=>{const _0x5442d1=_0x54bb3a;return _0x1829d0[_0x5442d1(0x2f5)](_0x45dcf4['fRVSU'],{'type':_0x5442d1(0x2da),'description':_0x45dcf4['rtYJG'],'demandOption':!![]})[_0x5442d1(0x1c9)](_0x45dcf4[_0x5442d1(0x226)],{'type':_0x45dcf4['vGfni'],'description':_0x45dcf4['LUIZq']});},async _0xeda28c=>{const _0x1d8c3d=_0x54bb3a;await withTelemetry('profile\x20update',_0x423ba9=>updateEnv(_0xeda28c[_0x1d8c3d(0x2ba)],_0x423ba9,{'allowInsecureLocalhost':_0xeda28c['allow-insecure-localhost']}));})['command']('migrate\x20[profile-name]','Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)',_0x12afdc=>{const _0x22d146=_0x54bb3a;return _0x12afdc['positional'](_0x22d146(0x2ba),{'type':_0x589fb0['UbNfc'],'description':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.'})[_0x22d146(0x1c9)]('all',{'type':'boolean','description':_0x22d146(0x30f),'default':![]})[_0x22d146(0x1c9)](_0x22d146(0x20b),{'type':_0x589fb0['rpAue'],'description':'Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','default':![]})[_0x22d146(0x1c9)](_0x589fb0['oTGyr'],{'type':_0x22d146(0x1ad),'alias':'y','description':_0x22d146(0x2e5),'default':![]})[_0x22d146(0x1c9)](_0x589fb0[_0x22d146(0x2b4)],{'type':_0x589fb0['rpAue'],'description':_0x22d146(0x254),'default':![]});},async _0x4ba049=>{const _0x2b869d=_0x54bb3a;await withTelemetry(_0x2b869d(0x31a),_0x2510b6=>migrateProfile({'profileName':_0x4ba049['profile-name'],'all':_0x4ba049['all'],'dryRun':_0x4ba049[_0x2b869d(0x20b)],'yes':_0x4ba049['yes'],'saveCreds':_0x4ba049[_0x2b869d(0x1e6)]},_0x2510b6));})['command'](_0x589fb0[_0x54bb3a(0x287)],_0x589fb0[_0x54bb3a(0x229)],_0x597252=>{const _0x24cbea=_0x54bb3a,_0x418cb2={'jTNJL':function(_0x3e996f,_0x1b39d4,_0x4c0e87){return _0x3e996f(_0x1b39d4,_0x4c0e87);},'jzQuQ':_0x589fb0['KarcQ'],'ROjIt':'string','bAbYN':_0x589fb0['qHPkQ'],'MQfuV':'Config\x20key','sqXXX':'Config\x20key\x20to\x20remove','etoen':'profile\x20config\x20unset','enfMn':function(_0x75c630,_0x181cb6,_0x56843c){return _0x589fb0['MIclY'](_0x75c630,_0x181cb6,_0x56843c);}};return _0x597252[_0x24cbea(0x294)](PROFILE_CONFIG_HELP)['command']('set\x20<profile>\x20<key>\x20<value>',_0x589fb0[_0x24cbea(0x26b)],_0x974227=>{const _0xec2515=_0x24cbea;return _0x974227[_0xec2515(0x2f5)](_0x45dcf4[_0xec2515(0x25b)],{'type':_0x45dcf4[_0xec2515(0x1bc)],'description':'Profile\x20name','demandOption':!![]})[_0xec2515(0x2f5)](_0x45dcf4[_0xec2515(0x239)],{'type':_0xec2515(0x2da),'description':_0x45dcf4[_0xec2515(0x20d)],'demandOption':!![]})['positional'](_0xec2515(0x303),{'type':_0x45dcf4['UEQfZ'],'description':_0x45dcf4['OHuSX'],'demandOption':!![]});},async _0x6f1016=>{const _0x2e2e6e=_0x24cbea;await _0x418cb2[_0x2e2e6e(0x1e8)](withTelemetry,_0x418cb2[_0x2e2e6e(0x255)],()=>configSet(_0x6f1016[_0x2e2e6e(0x1b7)],_0x6f1016['key'],_0x6f1016['value']));})[_0x24cbea(0x26e)](_0x24cbea(0x1ee),_0x589fb0[_0x24cbea(0x1c0)],_0x148331=>{const _0x5dd3cc=_0x24cbea;return _0x148331['positional'](_0x5dd3cc(0x1b7),{'type':_0x418cb2['ROjIt'],'description':_0x5dd3cc(0x1f4),'demandOption':!![]})['positional'](_0x418cb2['bAbYN'],{'type':_0x418cb2[_0x5dd3cc(0x1dd)],'description':_0x418cb2['MQfuV'],'demandOption':!![]});},async _0x2b3928=>{const _0x409073=_0x24cbea;await withTelemetry('profile\x20config\x20get',()=>configGet(_0x2b3928[_0x409073(0x1b7)],_0x2b3928['key']));})[_0x24cbea(0x26e)](_0x24cbea(0x2cb),_0x24cbea(0x300),_0x246e76=>{const _0x12d648=_0x24cbea;return _0x246e76['positional'](_0x45dcf4['ksJDh'],{'type':_0x45dcf4[_0x12d648(0x1bc)],'description':_0x45dcf4['iyJKl'],'demandOption':!![]});},async _0x3f6e8a=>{const _0x55b06c=_0x24cbea;await withTelemetry('profile\x20config\x20list',()=>configList(_0x3f6e8a[_0x55b06c(0x1b7)]));})[_0x24cbea(0x26e)]('unset\x20<profile>\x20<key>','Remove\x20a\x20config\x20value',_0x1f6da0=>{const _0x55b8f8=_0x24cbea;return _0x1f6da0[_0x55b8f8(0x2f5)](_0x55b8f8(0x1b7),{'type':_0x418cb2[_0x55b8f8(0x1dd)],'description':_0x55b8f8(0x1f4),'demandOption':!![]})['positional'](_0x418cb2[_0x55b8f8(0x32a)],{'type':'string','description':_0x418cb2['sqXXX'],'demandOption':!![]});},async _0x459d23=>{const _0x34b5a5=_0x24cbea;await withTelemetry(_0x418cb2[_0x34b5a5(0x307)],()=>configUnset(_0x459d23['profile'],_0x459d23[_0x34b5a5(0x1d2)]));})['command'](_0x24cbea(0x2c8),'Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile\x20(cloud\x20profiles\x20only)',_0x129b4a=>{const _0x32ad7c=_0x24cbea;return _0x129b4a['positional'](_0x45dcf4[_0x32ad7c(0x25b)],{'type':_0x32ad7c(0x2da),'description':_0x45dcf4['iyJKl'],'demandOption':!![]});},async _0x25f4fa=>{const _0x4d3f69=_0x24cbea;await _0x418cb2['enfMn'](withTelemetry,_0x4d3f69(0x27e),()=>configReset(_0x25f4fa[_0x4d3f69(0x1b7)]));})['demandCommand'](0x1,_0x589fb0['XDboz']);})[_0x54bb3a(0x253)](0x1,_0x589fb0[_0x54bb3a(0x228)]);})['command'](_0x589fb0[_0x51ec5c(0x212)],_0x589fb0[_0x51ec5c(0x28a)],()=>{},async()=>{const _0x4853de=_0x51ec5c;await _0x589fb0[_0x4853de(0x340)](withTelemetry,_0x4853de(0x2a1),()=>status());})['command']('update',_0x51ec5c(0x1c1),()=>{},async()=>{await withTelemetry('update',()=>update());})[_0x51ec5c(0x26e)](_0x589fb0[_0x51ec5c(0x24b)],_0x589fb0[_0x51ec5c(0x201)],()=>{},async()=>{await withTelemetry(_0x589fb0['uwAfw'],async()=>{const _0x17a750=await getToken();if(!_0x17a750)throw new Error('No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.');console['log'](_0x17a750);});})['command']('go','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)',_0x3f9258=>{const _0x2434a4=_0x51ec5c;return _0x3f9258[_0x2434a4(0x1c9)](_0x589fb0['sarlW'],{'type':'string','description':_0x2434a4(0x286)})['option'](_0x589fb0['nDGiZ'],{'type':_0x2434a4(0x2da),'description':_0x2434a4(0x21f)})[_0x2434a4(0x1c9)](_0x589fb0['oSOVW'],{'type':_0x589fb0['UbNfc'],'description':_0x589fb0[_0x2434a4(0x1ab)]})['option'](_0x589fb0[_0x2434a4(0x218)],{'type':_0x589fb0[_0x2434a4(0x20a)],'description':'Scenario\x20index\x20(1-based)'})['option']('start-path',{'type':_0x589fb0[_0x2434a4(0x309)],'description':_0x589fb0['AWuDk']})['option'](_0x589fb0[_0x2434a4(0x33a)],{'type':_0x2434a4(0x2da),'description':_0x589fb0['fWyno']})['option'](_0x589fb0[_0x2434a4(0x2b2)],{'type':'string','description':_0x2434a4(0x23a)})['option'](_0x589fb0['DuSpi'],{'type':_0x2434a4(0x1ad),'description':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','default':![]})[_0x2434a4(0x1c9)](_0x589fb0[_0x2434a4(0x31d)],{'type':_0x589fb0['UbNfc'],'hidden':!![],'choices':[_0x589fb0['BMxIY'],_0x2434a4(0x246),_0x2434a4(0x236),'failed',_0x589fb0['rYLIh']]})['option'](_0x2434a4(0x22e),{'type':_0x589fb0[_0x2434a4(0x2b1)],'hidden':!![]})['option'](_0x589fb0[_0x2434a4(0x332)],{'type':_0x589fb0[_0x2434a4(0x309)],'hidden':!![]})['option'](_0x589fb0['UwdsJ'],{'type':_0x589fb0['UbNfc'],'hidden':!![]})['option']('item',{'type':_0x589fb0[_0x2434a4(0x20a)],'hidden':!![]});},async _0x33fd40=>{await runGoCommand(_0x33fd40);})[_0x51ec5c(0x26e)](_0x51ec5c(0x2e4),![],_0x14f59f=>{const _0x4e77ef=_0x51ec5c,_0x440c9d={'vCKgt':_0x589fb0[_0x4e77ef(0x1ce)],'zGHoA':function(_0x3da93c,_0x4ad084,_0x39e031){return _0x3da93c(_0x4ad084,_0x39e031);},'IqZlc':_0x4e77ef(0x2a6),'RHvGx':function(_0x30dcd7,_0x463141){const _0x2b9310=_0x4e77ef;return _0x589fb0[_0x2b9310(0x2b7)](_0x30dcd7,_0x463141);}};return _0x14f59f['command'](_0x589fb0[_0x4e77ef(0x2e7)],![],_0x4a35ee=>{const _0x2d290d=_0x4e77ef;return _0x4a35ee[_0x2d290d(0x2f5)](_0x440c9d['vCKgt'],{'type':'string','description':_0x2d290d(0x1f4),'demandOption':!![]});},async _0x5bf1a4=>{const _0x178b02=_0x4e77ef;_0x440c9d[_0x178b02(0x230)](warnRenamed,_0x178b02(0x296),_0x440c9d['IqZlc']),await _0x440c9d[_0x178b02(0x313)](authEncrypt,_0x5bf1a4[_0x178b02(0x1b7)]);})[_0x4e77ef(0x253)](0x1,_0x4e77ef(0x250));},()=>{})[_0x51ec5c(0x26e)](_0x589fb0['gfEqA'],![],_0x4a5a93=>{const _0x108be6=_0x51ec5c;return _0x4a5a93[_0x108be6(0x2f5)](_0x589fb0['LvQVc'],{'type':_0x108be6(0x2da),'description':_0x108be6(0x298)})[_0x108be6(0x1c9)](_0x108be6(0x2c0),{'type':_0x108be6(0x1ad),'description':_0x589fb0[_0x108be6(0x2fb)],'default':![]})['option']('scope',{'type':_0x108be6(0x2da),'choices':[_0x589fb0[_0x108be6(0x321)],_0x589fb0[_0x108be6(0x285)]],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})[_0x108be6(0x1c9)](_0x589fb0[_0x108be6(0x1db)],{'type':_0x589fb0[_0x108be6(0x309)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})[_0x108be6(0x1c9)]('force',{'type':'boolean','description':_0x108be6(0x1e4),'default':![]})['option']('skip-auth',{'type':'boolean','description':'Skip\x20authentication','default':![]})['option'](_0x108be6(0x2a8),{'type':_0x589fb0[_0x108be6(0x2b1)],'description':_0x589fb0['tUDpc'],'default':![]});},async _0x390ab4=>{const _0x399a7e=_0x51ec5c;warnRenamed(_0x589fb0['meVcr'],_0x589fb0['PggtW']),await withTelemetry(_0x589fb0[_0x399a7e(0x1f5)],_0x37a085=>start(_0x390ab4['token'],{'skipChromium':_0x390ab4['skip-chromium'],'skipAuth':_0x390ab4['skip-auth'],'withDeps':_0x390ab4[_0x399a7e(0x2a8)],'scope':_0x390ab4['scope'],'url':_0x390ab4[_0x399a7e(0x33e)],'force':_0x390ab4[_0x399a7e(0x1e9)]},_0x37a085));})['command'](_0x589fb0['BpgcY'],![],_0x254903=>{const _0x2f27c8=_0x51ec5c;return _0x254903[_0x2f27c8(0x1c9)](_0x589fb0['Mkznl'],{'type':_0x2f27c8(0x2da),'description':_0x589fb0[_0x2f27c8(0x1fd)]})[_0x2f27c8(0x1c9)](_0x589fb0[_0x2f27c8(0x223)],{'type':_0x589fb0['UbNfc'],'description':_0x589fb0['sOLho']})[_0x2f27c8(0x1c9)](_0x2f27c8(0x2f6),{'type':'number','description':_0x589fb0['VpuQa']})['option'](_0x2f27c8(0x1b7),{'type':_0x2f27c8(0x2da),'hidden':!![]})['option'](_0x2f27c8(0x284),{'type':'string','hidden':!![]})['option'](_0x589fb0['oDYAP'],{'type':_0x589fb0['NpEBw'],'hidden':!![]})[_0x2f27c8(0x1c9)](_0x2f27c8(0x1c8),{'type':_0x2f27c8(0x2da),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.'})[_0x2f27c8(0x1c9)](_0x589fb0['DITeR'],{'type':_0x589fb0[_0x2f27c8(0x309)],'description':_0x589fb0[_0x2f27c8(0x21a)]})[_0x2f27c8(0x1c9)](_0x589fb0['fULAf'],{'type':_0x2f27c8(0x2da),'hidden':!![]})[_0x2f27c8(0x1c9)](_0x589fb0['DuSpi'],{'type':_0x589fb0['rpAue'],'hidden':!![],'default':![]})[_0x2f27c8(0x1c9)](_0x589fb0[_0x2f27c8(0x31d)],{'type':_0x589fb0['UbNfc'],'hidden':!![],'choices':[_0x589fb0['BMxIY'],_0x2f27c8(0x246),_0x589fb0['TvfbT'],'failed',_0x589fb0['rYLIh']]});},async _0x54c691=>{await runGoCommand(_0x54c691,!![]);})[_0x51ec5c(0x26e)]('add\x20env\x20<env-name>',![],_0x5d65c0=>{const _0x1a6650=_0x51ec5c;return _0x5d65c0[_0x1a6650(0x2f5)]('env-name',{'type':_0x1a6650(0x2da),'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})[_0x1a6650(0x1c9)]('ci',{'type':'boolean','description':_0x589fb0[_0x1a6650(0x272)],'default':![]})[_0x1a6650(0x1c9)]('skip-auth',{'type':_0x589fb0[_0x1a6650(0x2b1)],'description':_0x589fb0['qqXDi'],'default':![]});},async _0x1cdc81=>{const _0x57f59e=_0x51ec5c;_0x589fb0['MIclY'](warnRenamed,'ranger\x20add\x20env',_0x589fb0['gPSri']),await _0x589fb0['tjsVU'](withTelemetry,'add\x20env',_0x58c48e=>addEnv(_0x1cdc81['env-name'],{'ci':_0x1cdc81['ci'],'skipAuth':_0x1cdc81[_0x57f59e(0x1e0)]},_0x58c48e));})['command'](_0x589fb0[_0x51ec5c(0x1f8)],![],_0x163880=>{const _0x5b8b48=_0x51ec5c;return _0x163880['positional'](_0x5b8b48(0x32f),{'type':'string','description':_0x5b8b48(0x32e),'demandOption':!![]});},async _0x5dd332=>{const _0x2899f1=_0x51ec5c;_0x589fb0[_0x2899f1(0x340)](warnRenamed,_0x589fb0['gCpfH'],_0x589fb0['PcXwC']),await withTelemetry('use',()=>useEnv(_0x5dd332[_0x2899f1(0x32f)]));})['command']('config',![],_0x33357b=>{const _0x4256cc=_0x51ec5c,_0x2740ba={'pFulN':_0x589fb0['eOKIE'],'BpwnB':'key','surpG':_0x589fb0[_0x4256cc(0x309)],'PfDuo':_0x4256cc(0x303),'CGxVo':function(_0x2c17a6,_0x256c6e,_0x1f4a6f){return _0x2c17a6(_0x256c6e,_0x1f4a6f);},'AbGxK':_0x4256cc(0x1af),'lmxwe':_0x4256cc(0x341),'dUhvi':_0x589fb0['Ijtty'],'QLDYe':'ranger\x20profile\x20config\x20list','OgKGO':_0x4256cc(0x2e6)};return _0x33357b[_0x4256cc(0x26e)](_0x589fb0['hbuCW'],![],_0x38f561=>{const _0x31f85f=_0x4256cc;return _0x38f561[_0x31f85f(0x2f5)](_0x31f85f(0x20f),{'type':_0x31f85f(0x2da),'description':_0x2740ba[_0x31f85f(0x2c1)],'demandOption':!![]})[_0x31f85f(0x2f5)](_0x2740ba[_0x31f85f(0x2cd)],{'type':_0x2740ba[_0x31f85f(0x22a)],'description':_0x31f85f(0x2e8),'demandOption':!![]})['positional'](_0x2740ba['PfDuo'],{'type':_0x2740ba['surpG'],'description':'Config\x20value','demandOption':!![]});},async _0x5c8405=>{const _0xc52f45=_0x4256cc;_0x589fb0['FmRJL'](warnRenamed,_0xc52f45(0x27d),_0xc52f45(0x325)),await withTelemetry('config\x20set',()=>configSet(_0x5c8405['env'],_0x5c8405['key'],_0x5c8405['value']));})['command'](_0x589fb0['CVxRd'],![],_0x1f53a2=>{const _0x534ae9=_0x4256cc;return _0x1f53a2['positional'](_0x589fb0['Mkznl'],{'type':_0x589fb0[_0x534ae9(0x309)],'description':_0x589fb0[_0x534ae9(0x1c7)],'demandOption':!![]})['positional']('key',{'type':'string','description':_0x534ae9(0x318),'demandOption':!![]});},async _0x24ba33=>{const _0x26bfc1=_0x4256cc;_0x2740ba[_0x26bfc1(0x227)](warnRenamed,_0x2740ba[_0x26bfc1(0x217)],_0x2740ba['lmxwe']),await withTelemetry(_0x26bfc1(0x200),()=>configGet(_0x24ba33['env'],_0x24ba33['key']));})[_0x4256cc(0x26e)](_0x589fb0['hdPTL'],![],_0x3c3ece=>{const _0x1b747e=_0x4256cc;return _0x3c3ece[_0x1b747e(0x2f5)](_0x589fb0['Mkznl'],{'type':'string','description':_0x589fb0[_0x1b747e(0x1c7)],'demandOption':!![]});},async _0xc078c5=>{const _0x2e0f93=_0x4256cc;warnRenamed(_0x2740ba[_0x2e0f93(0x257)],_0x2740ba[_0x2e0f93(0x23c)]),await withTelemetry(_0x2740ba['OgKGO'],()=>configList(_0xc078c5[_0x2e0f93(0x20f)]));})[_0x4256cc(0x26e)](_0x4256cc(0x344),![],_0x4cf851=>{const _0xb912=_0x4256cc;return _0x4cf851[_0xb912(0x2f5)](_0xb912(0x20f),{'type':_0x589fb0['UbNfc'],'description':_0xb912(0x1dc),'demandOption':!![]})['positional'](_0x589fb0[_0xb912(0x2a3)],{'type':_0x589fb0['UbNfc'],'description':_0xb912(0x1c6),'demandOption':!![]});},async _0x56ddbb=>{const _0x6e297e=_0x4256cc;_0x589fb0['FmRJL'](warnRenamed,_0x589fb0[_0x6e297e(0x2a0)],_0x6e297e(0x2c7)),await withTelemetry('config\x20unset',()=>configUnset(_0x56ddbb['env'],_0x56ddbb[_0x6e297e(0x1d2)]));})[_0x4256cc(0x253)](0x1,_0x589fb0['EmSsi']);})['command']('env',![],_0x20f09=>{const _0x250a25=_0x51ec5c,_0x3a92b6={'cnPMd':function(_0x4f79b8,_0x394614,_0x396f4c){return _0x4f79b8(_0x394614,_0x396f4c);},'swnOx':'env\x20list','CNGvp':_0x250a25(0x2da),'jcXAy':_0x250a25(0x1ba)};return _0x20f09['command']('ls',![],()=>{},async()=>{const _0x7d9e2c=_0x250a25;_0x3a92b6[_0x7d9e2c(0x27c)](warnRenamed,_0x7d9e2c(0x2a4),'ranger\x20profile\x20ls'),await withTelemetry(_0x3a92b6[_0x7d9e2c(0x1d8)],()=>envList());})['command']('update\x20<env-name>',![],_0xb55b57=>{const _0x5f58e9=_0x250a25;return _0xb55b57['positional'](_0x5f58e9(0x32f),{'type':_0x3a92b6['CNGvp'],'description':_0x3a92b6[_0x5f58e9(0x283)],'demandOption':!![]});},async _0x2fbc0c=>{const _0x4dc4ce=_0x250a25;_0x589fb0['dZwmy'](warnRenamed,_0x4dc4ce(0x2fa),_0x589fb0['cOfYL']),await withTelemetry(_0x4dc4ce(0x31f),_0x420255=>updateEnv(_0x2fbc0c['env-name'],_0x420255));})[_0x250a25(0x253)](0x1,'You\x20must\x20specify\x20an\x20env\x20subcommand');})['command']('feature',![],_0x4f5d7f=>{const _0x963e7c=_0x51ec5c,_0x2ca47e={'fFDTt':_0x589fb0['BNXop'],'nLMMw':_0x589fb0['rpAue'],'vFyge':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','yLOox':_0x963e7c(0x2dd),'FnfCy':'offset','JBpqR':_0x963e7c(0x252),'wtgRK':_0x963e7c(0x24d),'quhKR':_0x589fb0[_0x963e7c(0x290)],'pvMhx':function(_0x36b37e,_0x37e431,_0xca628){return _0x36b37e(_0x37e431,_0xca628);},'wywWl':_0x963e7c(0x2a5),'WaBeL':_0x589fb0['goSxR'],'QocFa':_0x589fb0['qIkjs'],'QVUPg':_0x963e7c(0x2da),'XYbiG':_0x589fb0['rUFLE'],'WCHJB':_0x589fb0['hsqtp'],'JbVQL':_0x963e7c(0x2db),'qBIRl':_0x963e7c(0x2e0),'TOjYG':_0x963e7c(0x259),'HwkSm':'feature\x20delete'};return _0x4f5d7f[_0x963e7c(0x26e)](_0x963e7c(0x2ef),![],_0x103454=>{const _0x1b615e=_0x963e7c;return _0x103454['positional']('name',{'type':'string','description':_0x1b615e(0x328),'demandOption':!![]})[_0x1b615e(0x1c9)](_0x589fb0['OgVOO'],{'type':_0x1b615e(0x2da),'alias':'d','description':'Feature\x20review\x20description'})['option'](_0x589fb0['Wnvuh'],{'type':'array','alias':'c','description':_0x589fb0[_0x1b615e(0x1f3)]})[_0x1b615e(0x1c9)](_0x589fb0[_0x1b615e(0x218)],{'type':_0x589fb0[_0x1b615e(0x248)],'hidden':!![]});},async _0x3c02c=>{const _0x344586=_0x963e7c;warnRenamed(_0x344586(0x251),_0x344586(0x1d7)),_0x589fb0[_0x344586(0x216)](warnFlagRenamed,_0x344586(0x1d7),_0x344586(0x2b3),_0x589fb0['BLAoF']);const _0x331b7a=_0x3c02c[_0x344586(0x21e)]||_0x3c02c[_0x344586(0x1b6)];await withTelemetry(_0x589fb0[_0x344586(0x21b)],()=>featureCreate(_0x3c02c[_0x344586(0x279)],{'description':_0x3c02c[_0x344586(0x261)],'scenarios':_0x331b7a}));})[_0x963e7c(0x26e)]('list',![],_0x47cb92=>{const _0x2fc622=_0x963e7c;return _0x47cb92['option'](_0x2ca47e[_0x2fc622(0x295)],{'type':_0x2ca47e['nLMMw'],'description':_0x2ca47e[_0x2fc622(0x30e)]})[_0x2fc622(0x1c9)](_0x2fc622(0x28f),{'type':_0x2ca47e['yLOox'],'alias':'l','description':_0x2fc622(0x288),'default':0xa})['option'](_0x2ca47e[_0x2fc622(0x1bd)],{'type':'number','alias':'o','description':_0x2ca47e['JBpqR'],'default':0x0})[_0x2fc622(0x1c9)](_0x2ca47e['wtgRK'],{'type':_0x2ca47e['nLMMw'],'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x4e5102=>{const _0x176691=_0x963e7c;warnRenamed(_0x589fb0[_0x176691(0x219)],_0x589fb0['CzFdv']),await _0x589fb0['CldVs'](withTelemetry,_0x589fb0[_0x176691(0x1e2)],()=>featureList({'currentBranch':_0x4e5102[_0x176691(0x278)],'limit':_0x4e5102['limit'],'offset':_0x4e5102[_0x176691(0x31c)],'includeDeleted':_0x4e5102[_0x176691(0x24d)]}));})['command'](_0x589fb0[_0x963e7c(0x26c)],![],_0x4d12a1=>{const _0x41074f=_0x963e7c;return _0x4d12a1[_0x41074f(0x2f5)]('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x42ffca=>{const _0x3613dd=_0x963e7c;warnRenamed('ranger\x20feature\x20show',_0x589fb0[_0x3613dd(0x329)]),await _0x589fb0[_0x3613dd(0x30c)](withTelemetry,_0x589fb0[_0x3613dd(0x22d)],()=>featureShow(_0x42ffca['id']));})['command']('resume\x20[id]',![],_0x5acb9e=>{const _0x40ade0=_0x963e7c;return _0x5acb9e['positional']('id',{'type':'string','description':_0x2ca47e[_0x40ade0(0x235)]});},async _0x224ac6=>{const _0x437670=_0x963e7c;_0x2ca47e[_0x437670(0x2f7)](warnRenamed,_0x2ca47e[_0x437670(0x1aa)],_0x2ca47e[_0x437670(0x2b5)]),await withTelemetry(_0x2ca47e[_0x437670(0x1ac)],()=>featureResume(_0x224ac6['id']));})[_0x963e7c(0x26e)](_0x589fb0['tyeAz'],![],_0x4a9085=>{const _0x4a043b=_0x963e7c;return _0x4a9085[_0x4a043b(0x2f5)](_0x4a043b(0x261),{'type':_0x2ca47e['QVUPg'],'description':_0x4a043b(0x256),'demandOption':!![]})[_0x4a043b(0x1c9)]('id',{'type':'string','description':_0x2ca47e[_0x4a043b(0x1c4)]});},async _0x476207=>{const _0x2f2055=_0x963e7c;warnRenamed(_0x589fb0[_0x2f2055(0x1ae)],_0x589fb0['ygwJN']),await withTelemetry(_0x589fb0['udBLZ'],()=>featureAddScenario(_0x476207[_0x2f2055(0x261)],_0x476207['id']));})[_0x963e7c(0x26e)](_0x589fb0['KdIwn'],![],_0x33a7ac=>{const _0x569dfa=_0x963e7c;return _0x33a7ac[_0x569dfa(0x2f5)]('id',{'type':_0x589fb0[_0x569dfa(0x309)],'description':_0x569dfa(0x2ec)});},async _0x9ec9a4=>{const _0x19e9f1=_0x963e7c;_0x2ca47e[_0x19e9f1(0x2f7)](warnRenamed,_0x2ca47e[_0x19e9f1(0x2ae)],_0x2ca47e['JbVQL']),await withTelemetry(_0x2ca47e[_0x19e9f1(0x2ca)],()=>featureGetReview(_0x9ec9a4['id']));})[_0x963e7c(0x26e)](_0x589fb0[_0x963e7c(0x24a)],![],_0x4467cf=>{const _0x40b77d=_0x963e7c;return _0x4467cf[_0x40b77d(0x2f5)]('id',{'type':'string','description':_0x40b77d(0x21c)});},async _0x1820da=>{const _0x90adb8=_0x963e7c;_0x2ca47e[_0x90adb8(0x2f7)](warnRenamed,'ranger\x20feature\x20delete',_0x2ca47e['TOjYG']),await withTelemetry(_0x2ca47e[_0x90adb8(0x29c)],()=>featureDelete(_0x1820da['id']));})[_0x963e7c(0x26e)]('restore\x20<id>',![],_0x33ca25=>{const _0x4ed181=_0x963e7c;return _0x33ca25[_0x4ed181(0x2f5)]('id',{'type':'string','description':_0x589fb0['xeYvB'],'demandOption':!![]});},async _0x307df9=>{const _0x40a608=_0x963e7c;warnRenamed('ranger\x20feature\x20restore',_0x589fb0[_0x40a608(0x1ed)]),await _0x589fb0['EOeuF'](withTelemetry,_0x589fb0[_0x40a608(0x2f1)],()=>featureRestore(_0x307df9['id']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})['command'](_0x589fb0[_0x51ec5c(0x2e9)],![],_0x41377e=>{const _0x2dd578=_0x51ec5c,_0xf29fd9={'SyTgL':_0x589fb0['rwpSV'],'MroKe':_0x589fb0[_0x2dd578(0x309)]};return _0x41377e[_0x2dd578(0x26e)](_0x589fb0[_0x2dd578(0x1ec)],_0x589fb0[_0x2dd578(0x271)],_0x2a67e2=>{const _0x3b51fc=_0x2dd578;return _0x2a67e2[_0x3b51fc(0x1c9)](_0x3b51fc(0x23b),{'type':'string','description':_0xf29fd9[_0x3b51fc(0x263)]});},async _0x33ef79=>{const _0x1dde61=_0x2dd578;await withTelemetry(_0x1dde61(0x2de),()=>hook('enable',_0x33ef79['session-id']));})['command'](_0x2dd578(0x333),_0x2dd578(0x314),_0x4724cb=>{const _0x3dbe04=_0x2dd578;return _0x4724cb[_0x3dbe04(0x1c9)]('session-id',{'type':_0xf29fd9['MroKe'],'description':_0xf29fd9['SyTgL']});},async _0x2c318d=>{await _0x589fb0['EOeuF'](withTelemetry,'hook:disable',()=>hook('disable',_0x2c318d['session-id']));})[_0x2dd578(0x1c9)](_0x589fb0['OoUxL'],{'type':'string','description':_0x2dd578(0x339)})[_0x2dd578(0x1c9)](_0x589fb0[_0x2dd578(0x316)],{'type':_0x2dd578(0x2da),'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x48f9d6=>{const _0xeee245=_0x51ec5c;_0x48f9d6['name']&&await _0x589fb0[_0xeee245(0x205)](hook,_0x48f9d6['name'],_0x48f9d6[_0xeee245(0x23b)]);})[_0x51ec5c(0x253)](0x1,_0x51ec5c(0x24f))[_0x51ec5c(0x25f)]()['fail'](async(_0x2a6ad1,_0x5d1f5d,_0x3c9930)=>{const _0x165e5c=_0x51ec5c,_0x40a248=_0x589fb0[_0x165e5c(0x2b7)](sanitizeArgs,process[_0x165e5c(0x2e3)][_0x165e5c(0x2ed)](0x2)),_0xafde2c=getErrorType(_0x2a6ad1,_0x5d1f5d);if(_0x2a6ad1&&_0x2a6ad1['includes'](_0x589fb0[_0x165e5c(0x2af)])){const _0x17f785=process['argv'][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x17f785),console[_0x165e5c(0x224)](_0x165e5c(0x2fc));}else{if(_0x2a6ad1)console['error']('\x0a'+_0x2a6ad1+'\x0a');else _0x5d1f5d&&console['error']('\x0aError:\x20'+_0x5d1f5d[_0x165e5c(0x29a)]+'\x0a');}await _0x589fb0[_0x165e5c(0x2b7)](logDesirePath,{'rawCommand':_0x40a248,'errorMessage':_0x2a6ad1||_0x5d1f5d?.[_0x165e5c(0x29a)],'errorType':_0xafde2c});const _0x30fe88=getCurrentCollector();_0x30fe88&&await _0x30fe88['trackCommandError'](_0x5d1f5d||new Error(_0x2a6ad1||'Unknown\x20error')),process['exit'](0x1);})[_0x51ec5c(0x2bf)](_0x589fb0['FcokL'](_0x589fb0[_0x51ec5c(0x2e1)]('Documentation:\x0a',_0x589fb0['BvuAR']),_0x589fb0['XJpgz']))[_0x51ec5c(0x33b)]()['alias'](_0x51ec5c(0x33b),'h');}process['env'][_0x3f7e8a(0x23e)]!==_0x3f7e8a(0x2d0)&&buildParser()[_0x3f7e8a(0x306)]();
2
+ const _0x494f61=_0xd715;(function(_0x4c7694,_0x646ab1){const _0xee113e=_0xd715,_0xfd9ac5=_0x4c7694();while(!![]){try{const _0x34fd27=parseInt(_0xee113e(0x19b))/0x1+-parseInt(_0xee113e(0x151))/0x2+parseInt(_0xee113e(0x152))/0x3+-parseInt(_0xee113e(0xd7))/0x4+parseInt(_0xee113e(0x200))/0x5*(parseInt(_0xee113e(0x185))/0x6)+-parseInt(_0xee113e(0x1bc))/0x7+parseInt(_0xee113e(0x1f7))/0x8;if(_0x34fd27===_0x646ab1)break;else _0xfd9ac5['push'](_0xfd9ac5['shift']());}catch(_0x2e8280){_0xfd9ac5['push'](_0xfd9ac5['shift']());}}}(_0x3e5f,0xc9efa));import _0x340d50 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x4d5669=_0xd715,_0x44dbdc={'xTPKE':function(_0x184d1b,_0x5687e5){return _0x184d1b(_0x5687e5);},'cMnAH':function(_0x34e26a,_0x495d1d,_0xef752f){return _0x34e26a(_0x495d1d,_0xef752f);},'qaBpm':'.ranger','ndZZV':function(_0x13d81c,_0x54d038,_0x3f076f){return _0x13d81c(_0x54d038,_0x3f076f);}};let _0x79a9ff=process[_0x4d5669(0x207)]();const _0x599e5e=parse(_0x79a9ff)['root'];while(_0x79a9ff!==_0x599e5e){if(_0x44dbdc['xTPKE'](existsSync,_0x44dbdc['cMnAH'](join,_0x79a9ff,_0x44dbdc['qaBpm']))||_0x44dbdc['xTPKE'](existsSync,_0x44dbdc['ndZZV'](join,_0x79a9ff,'.env')))return _0x79a9ff;_0x79a9ff=_0x44dbdc['xTPKE'](dirname,_0x79a9ff);}return process[_0x4d5669(0x207)]();}_0x340d50['config']({'path':join(findProjectRoot(),_0x494f61(0x8f))});import _0x3b35ca from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,deleteProfile,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';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';function _0xd715(_0x29750a,_0x44ee47){_0x29750a=_0x29750a-0x64;const _0x3e5f58=_0x3e5f();let _0xd71529=_0x3e5f58[_0x29750a];return _0xd71529;}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'](_0x494f61(0xa1),async _0xed0d1=>{const _0x29d13e=_0x494f61,_0x4e6d9a={'DbbhS':function(_0x482fe5){return _0x482fe5();}},_0x2142b6=_0x4e6d9a['DbbhS'](getCurrentCollector);_0x2142b6&&await _0x2142b6['trackCommandError'](_0xed0d1),process[_0x29d13e(0xcf)]=0x1;});const rawArgs=process[_0x494f61(0xf7)][_0x494f61(0x19a)](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\x20update\x20<profile-name>\x20\x20\x20\x20\x20Refresh\x20authentication\x20for\x20an\x20existing\x20profile\x0a\x20\x20\x20\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\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\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP=_0x494f61(0x1df),PROFILE_CONFIG_HELP=_0x494f61(0x14f);function warnRenamed(_0x237e0a,_0x20512c){const _0x1d8344=_0x494f61;console[_0x1d8344(0x1fa)]('\x0a'+_0x237e0a+_0x1d8344(0x16d)+_0x20512c+'\x0a');}function argUsed(_0x32a8f8){const _0x15b340=_0x494f61;return rawArgs['some'](_0x305b0c=>_0x305b0c===_0x32a8f8||_0x305b0c[_0x15b340(0x1b8)](_0x32a8f8+'='));}function _0x3e5f(){const _0x225aed=['DtlaW','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','nvCRg','argv','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','ranger\x20feature\x20delete','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','iCvex','feature\x20get-feedback','Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.','Ranger\x20API\x20token','\x0aError:\x20','DYtpn','Scenario\x20description','iJKhw','URXsm','OGjvD','sBpwF','DHZkD','UfPaw','HdUnM','YKXYR','ODxJc','partial','checklist','issues','✓\x20Login\x20succeeded\x20for\x20\x27','NODE_ENV','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','uFQsD','dKzGq','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','ranger\x20profile\x20config\x20list','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','profile\x20encrypt-auth','iCvQS','NQGJn','ranger\x20start','setup:skills','project','Unknown\x20error','New\x20scenario\x20description','Initialize\x20Ranger\x20in\x20your\x20project','QKbtJ','test','ranger\x20config\x20set','number','TpIJG','QNXpv','notes','EoYKu','Documentation:\x0a','ranger\x20profile\x20config\x20get','mnBIM','cdp-endpoint','all','save-creds','bcBND','scenario','dBTXn','FeDqf','rkcep','name','LdfWI','aegyo','NUPBP','debug-address-comments','--item','profile\x20update','oJawq','kjYzm','zkzGu','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','ranger\x20go','xlAzE','krZRH','UlFgp','BagwG','start-path','TZGaA','SdbUZ','vMWMG','SkjqN','zEBjj','Install\x20Claude\x20Code\x20plugin\x20and\x20skills','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','YfETv','LgHTv','status','trackCommandError','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','skip-chromium','2698020pMtifi','3574404SFknaW','Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','ranger\x20env\x20update','YxVUJ','skillup','iNgVA','ranger\x20profile\x20config\x20unset','DlUMj','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','vyxkF','env','item','ranger\x20env\x20ls','MUzNA','Install\x20skills\x20for\x20OpenCode','PgFuQ','fWRlF','skip-auth','OCUFg','value','aiGRe','command','Login\x20failed:\x20','GyNwX','fRFRa','ranger\x20feature\x20list','AfkmX','\x20is\x20now\x20','yktXo','feature','fVGtx','EbiQo','start','Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','Authenticate\x20with\x20Ranger','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','QbtoF','bKMNE','env\x20list','iGHnM','aUGnB','create','yes','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','delete\x20[id]','array','zaSvO','hRpxa','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','nUzze','RTOpg','2346WIucEM','Print\x20the\x20current\x20CLI\x20access\x20token','hook:disable','user','ranger\x20profile\x20update','dJCqe','vKNXz','DWDmH','WsgDt','key','opencode','XLOFA','Subcommand\x20or\x20API\x20token\x20(rngr_...)','mcp-bootstrap','BsuAd','edit-scenario','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','demandCommand','message','tPKnV','notjc','slice','435522fYKPVU','ljYQr','RANGER_TEST_PASSWORD','session-id','url','summary','force','FxOVa','profile-name','encrypt\x20<profile>','XWEsG','CqziN','Config\x20key\x20to\x20remove','LCmwL','allow-insecure-localhost','Unknown\x20command','✓\x20Authenticated\x20to\x20','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','claude','ranger\x20setup\x20profiles\x20--scope=','ranger\x20profile\x20add','IaHzK','ZryjZ','list\x20<env>','restore\x20<id>','SgzRC','Install\x20Ranger\x20skills','You\x20must\x20specify\x20an\x20auth\x20subcommand','BiaqT','startsWith','eDgUj','ranger\x20create','get-feedback\x20[id]','464898tfDUSU','clean','Config\x20key','DYFwl','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','login\x20<name>','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','exclude-scenario','LlqTZ','FZPPw','base-url','repeat','update\x20<env-name>','WWUwj','rFMUl','evaluation','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','report','login','dry-run','KXvUC','gGpgV','gqAbj','profile\x20config\x20set','setup-header','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','ranger\x20use','SdsEX','Skip\x20the\x20deletion\x20confirmation\x20prompt.','NwHbE','feature\x20restore','QnrJi','lezjz','report\x20[id]','LnwFX','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\x20update\x20<profile-name>\x20\x20\x20\x20\x20Refresh\x20authentication\x20for\x20an\x20existing\x20profile\x0a\x20\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\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\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','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','log','env-name','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','disable','ranger\x20feature\x20add-checklist-item','reset\x20<profile>','limit','profile\x20use','Zvisu','FIqpP','Reason:\x20','list','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','unset\x20<profile>\x20<key>','CfthT','profile\x20config\x20list','config\x20set','ranger\x20profile\x20use','positional','ZPAHo','SlrDU','ranger\x20list','10617624OtNSAz','FAKlR','set\x20<profile>\x20<key>\x20<value>','error','token','Feature\x20review\x20description','not_configured','You\x20must\x20specify\x20an\x20env\x20subcommand','yPqQM','1265JEYuFY','LZsyP','mBQWp','AUjZE','JwcBC','nelCu','CzEmL','cwd','OHTCr','Manage\x20profiles','akula','current-branch','xbwgy','HRAsB','fiKjT','JzNtg','ZuASA','Base\x20URL\x20of\x20the\x20running\x20app','yIWSA','ranger\x20profile\x20config\x20set','qQnkd','yLIMZ','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','xdEng','Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20','HRhkd','include-deleted','severity','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','nEUQb','offset','You\x20must\x20specify\x20a\x20profile\x20subcommand','scriptName','VECkA','ranger\x20config\x20get','organizationName','umDds','ranger\x20config\x20list','TqruR','HtAbq','umWVL','Hzpki','LgcEW','hIsYR','create\x20<name>','Feature\x20review\x20ID','smKaI','model','ranger\x20feature\x20show','YezWj','ranger\x20setup','XiwGd','TOAER','.env','exit','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','YhTNI','UTRyp','profile\x20config\x20unset','NuwZZ','RniDv','with-deps','PzdWh','KMbqd','UMhSV','success','scope','xwpoK','NIexy','OjlHN','delete','unhandledRejection','ranger','JSqYs','verified','BqGrs','get\x20<profile>\x20<key>','ranger\x20get-review','KQEzA','Include\x20soft-deleted\x20feature\x20reviews','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','epilogue','Update\x20authentication\x20for\x20an\x20existing\x20profile','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','--checklist','Number\x20of\x20feature\x20reviews\x20to\x20skip','profiles','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','safe-mode','setup:deps','BMIQp','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','--task','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','kyuCp','show\x20[id]','lJMxJ','profile','RvCpG','failed','azsTx','Skip\x20interactive\x20confirmation\x20prompts.','JfrDK','add-scenario','ranger\x20verify-feature','test_output','Alias\x20for\x20--mcp-bootstrap','Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.','WNaWd','skills','lSTrN','jLmOq','nNpuW','debug-outcome','boolean','option','qNGEm','exitCode','iddkP','zrrss','Install\x20scope\x20for\x20plugin\x20and\x20skills','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','string','List\x20all\x20feature\x20reviews','SZbem','3242248dYxNKN','pKSdw','list\x20<profile>','qFney','Example:\x20ranger\x20create\x20my-feature','Scenario\x20index\x20(1-based)','Switch\x20to\x20using\x20a\x20specific\x20profile','xbLoS','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','Ranger\x20API\x20token\x20(rngr_...)','mcp','QMbXO','task','laSGJ','List\x20all\x20profiles','RsteM','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','help','QWwUb','YtPVo','CgWSK','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.','description','IeGnu','FNOHX','zNKYu','JAxzg','HozyG','Add\x20profile\x20configuration'];_0x3e5f=function(){return _0x225aed;};return _0x3e5f();}function warnFlagRenamed(_0x5d5ffa,_0x2bfb39,_0x875fba){const _0x3d593d={'cIkOy':function(_0x3ff1c0,_0xbbbeb8){return _0x3ff1c0(_0xbbbeb8);}};_0x3d593d['cIkOy'](argUsed,_0x2bfb39)&&warnRenamed(_0x5d5ffa+'\x20'+_0x2bfb39,_0x5d5ffa+'\x20'+_0x875fba);}async function runGoCommand(_0x54aee9,_0x2c7d3e=![]){const _0x1a55e8=_0x494f61,_0x59a4bb={'czmHs':function(_0x5c5eaf,_0x37280a){return _0x5c5eaf+_0x37280a;},'PzdWh':function(_0x36f525,_0x351e19,_0x1e86a4){return _0x36f525(_0x351e19,_0x1e86a4);},'RsteM':_0x1a55e8(0xc2),'bKMNE':_0x1a55e8(0x13e),'MUzNA':function(_0x2ac421,_0x2402c7,_0x79579b,_0x366ca4){return _0x2ac421(_0x2402c7,_0x79579b,_0x366ca4);},'LCmwL':'--profile','QMbXO':function(_0x49bcc1){return _0x49bcc1();},'PgFuQ':function(_0x19973d,_0x11b4b9){return _0x19973d(_0x11b4b9);},'kPclT':'start-path','CfthT':_0x1a55e8(0x137),'bqRGc':function(_0x426fb7,_0x2b274b){return _0x426fb7===_0x2b274b;},'jhtbg':'verified','YKXYR':'\x20VERIFIED','iCvQS':'\x20PARTIAL','seubE':function(_0x53418c,_0xdfac39){return _0x53418c===_0xdfac39;},'EbiQo':'\x20BLOCKED','FlMNT':'\x20FAILED','reect':function(_0x1d762b,_0x28ea35){return _0x1d762b===_0x28ea35;}};_0x2c7d3e&&_0x59a4bb[_0x1a55e8(0x98)](warnRenamed,_0x59a4bb[_0x1a55e8(0xe6)],_0x59a4bb[_0x1a55e8(0x177)]);_0x59a4bb[_0x1a55e8(0x15f)](warnFlagRenamed,_0x59a4bb['bKMNE'],'--env',_0x59a4bb[_0x1a55e8(0x1a8)]),warnFlagRenamed(_0x59a4bb[_0x1a55e8(0x177)],_0x1a55e8(0xb6),'--notes'),warnFlagRenamed(_0x59a4bb['bKMNE'],_0x1a55e8(0x138),'--scenario');const _0x91f9c7=await _0x59a4bb['QMbXO'](loadRangerConfig),_0x1e84c9=_0x59a4bb[_0x1a55e8(0xe2)](isByokEnabled),_0x592f62=_0x54aee9[_0x1a55e8(0x89)],_0xf54f64=_0x91f9c7['model'],_0x239bd9=await _0x59a4bb[_0x1a55e8(0x161)](verifyFeature,{'featureId':_0x54aee9[_0x1a55e8(0x16f)],'profile':_0x54aee9['profile']??_0x54aee9['env']??process[_0x1a55e8(0x15c)]['RANGER_PROFILE'],'notes':_0x54aee9[_0x1a55e8(0x126)]??_0x54aee9[_0x1a55e8(0xe3)],'scenario':_0x54aee9[_0x1a55e8(0x12f)]??_0x54aee9[_0x1a55e8(0x15d)],'startPath':_0x54aee9[_0x59a4bb['kPclT']],'baseUrl':_0x54aee9['base-url'],'debugOutcome':_0x54aee9[_0x1a55e8(0xcb)],'debugAddressComments':_0x54aee9[_0x59a4bb[_0x1a55e8(0x1ef)]],'headed':_0x54aee9['headed'],'byokEnabled':_0x1e84c9,'flagVerifyModel':_0x592f62,'configVerifyModel':_0xf54f64});console[_0x1a55e8(0x1e1)]('\x0a'+'='[_0x1a55e8(0x1c7)](0x3c)),console[_0x1a55e8(0x1e1)](_0x59a4bb['bqRGc'](_0x239bd9['evaluation'],_0x59a4bb['jhtbg'])?_0x59a4bb[_0x1a55e8(0x109)]:_0x239bd9['evaluation']==='incomplete'?'\x20INCOMPLETE':_0x239bd9[_0x1a55e8(0x1cb)]===_0x1a55e8(0x10b)?_0x59a4bb[_0x1a55e8(0x118)]:_0x59a4bb['seubE'](_0x239bd9[_0x1a55e8(0x1cb)],'blocked')?_0x59a4bb[_0x1a55e8(0x171)]:_0x59a4bb['FlMNT']),console['log']('='[_0x1a55e8(0x1c7)](0x3c)),console[_0x1a55e8(0x1e1)]('Summary:\x20'+_0x239bd9[_0x1a55e8(0x1a0)]),console[_0x1a55e8(0x1e1)]('Evaluation:\x20'+_0x239bd9[_0x1a55e8(0x1cb)]),console['log'](_0x1a55e8(0x1eb)+_0x239bd9['evaluationReason']),_0x239bd9[_0x1a55e8(0x10d)]?.['length']&&(console[_0x1a55e8(0x1e1)]('\x0aIssues:'),_0x239bd9['issues']['forEach']((_0x3a149e,_0x31a5c2)=>{const _0x2bd71b=_0x1a55e8;console['log']('\x0a'+_0x59a4bb['czmHs'](_0x31a5c2,0x1)+'.\x20['+_0x3a149e[_0x2bd71b(0x75)]+']\x20'+_0x3a149e[_0x2bd71b(0xed)]);})),process['exit'](_0x59a4bb['reect'](_0x239bd9[_0x1a55e8(0x1cb)],_0x59a4bb['jhtbg'])?0x0:0x1);}export function buildParser(_0x35df1b){const _0x2611d0=_0x494f61,_0x2e1c5e={'BagwG':'string','iJKhw':'scenario','xwpoK':_0x2611d0(0x17f),'DYtpn':_0x2611d0(0x15a),'umWVL':'checklist','uZqYQ':function(_0x557ee7,_0x4ad3ca){return _0x557ee7+_0x4ad3ca;},'lSTrN':_0x2611d0(0xdb),'dFVkd':_0x2611d0(0x17b),'IJNCp':_0x2611d0(0xb1),'vMWMG':'limit','AfkmX':_0x2611d0(0x123),'SdsEX':function(_0x582c22,_0xc163e0,_0x4e6504){return _0x582c22(_0xc163e0,_0x4e6504);},'urKKT':'list','QnrJi':_0x2611d0(0x87),'bcBND':'show','sgskO':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','LgHTv':function(_0x9377f0,_0x37d69c,_0x590929){return _0x9377f0(_0x37d69c,_0x590929);},'XmGal':'resume','ZKBeI':'Scenario\x20description','QCoIR':function(_0x489168,_0x3c7fd2,_0x327f1d){return _0x489168(_0x3c7fd2,_0x327f1d);},'HhpfQ':_0x2611d0(0xc1),'xbwgy':'description','WNnOm':_0x2611d0(0x194),'UTRyp':'json','hIsYR':'boolean','oJawq':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','XLOFA':_0x2611d0(0x1c3),'Krjqp':function(_0x191c50,_0x27c6c5,_0x21d42a){return _0x191c50(_0x27c6c5,_0x21d42a);},'lezjz':_0x2611d0(0x1cd),'LnwFX':'Feature\x20review\x20ID\x20to\x20restore','BqGrs':'restore','wihZm':_0x2611d0(0xfe),'notjc':_0x2611d0(0x150),'FxOVa':_0x2611d0(0xaa),'azplI':_0x2611d0(0x163),'JnuVH':'Skip\x20authentication','SkjqN':'with-deps','nEUQb':_0x2611d0(0x9c),'QKbtJ':'user','UMhSV':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','NIexy':_0x2611d0(0x1d5),'NuwZZ':_0x2611d0(0x1a1),'NUPBP':_0x2611d0(0xb7),'iCvex':_0x2611d0(0x1a9),'FNOHX':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','CFlKf':'mcp-bootstrap','yIWSA':_0x2611d0(0xe1),'tzzVh':_0x2611d0(0xc4),'mgdNW':_0x2611d0(0xb3),'BMIQp':'setup:login','Hopfg':_0x2611d0(0x19f),'OCUFg':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','rkcep':function(_0x9d4813,_0x20a0a0){return _0x9d4813!==_0x20a0a0;},'FeDqf':function(_0x18e18e,_0x311c61){return _0x18e18e+_0x311c61;},'zNKYu':'setup:all','cryGg':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','CgWSK':function(_0x49dbaf,_0x23bf49){return _0x49dbaf(_0x23bf49);},'mTuhp':_0x2611d0(0xd2),'ODxJc':'opencode','laSGJ':'ranger','GQHEL':'tokenOrSubcommand','zEBjj':_0x2611d0(0x191),'YDjzM':'deps','LZsyP':_0x2611d0(0x1ce),'irtVD':_0x2611d0(0x174),'xdEng':_0x2611d0(0x149),'oBKHR':'Set\x20up\x20a\x20local\x20browser\x20profile','vjWLS':_0x2611d0(0x116),'GyNwX':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','RxaHb':'Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','IeGnu':'API\x20token','utZEN':function(_0x5f41ce,_0xbb6b10,_0xeeae56){return _0x5f41ce(_0xbb6b10,_0xeeae56);},'aegyo':'profile','HRAsB':_0x2611d0(0xf5),'AbesW':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','vMkUk':'Skip\x20Chromium\x20browser\x20installation','YtPVo':function(_0x5dcea6,_0x529cd2,_0x3d91a5){return _0x5dcea6(_0x529cd2,_0x3d91a5);},'OGjvD':'profile-name','ySEio':_0x2611d0(0x1c0),'VhLpN':_0x2611d0(0x12b),'BiaqT':_0x2611d0(0x91),'FIqpP':_0x2611d0(0x1d4),'FQljv':_0x2611d0(0x1e0),'xHbVk':_0x2611d0(0x11c),'OtkwN':_0x2611d0(0x115),'XyayV':'Name\x20of\x20the\x20profile','hPjFS':'yes','fTTEC':_0x2611d0(0x1d8),'HPjpF':'Name\x20of\x20the\x20profile\x20to\x20update','HRhkd':'Cloud\x20profile\x20name','qFney':'Profile\x20name','FAKlR':_0x2611d0(0x139),'ySONn':function(_0x2911ff,_0x1fe8b7){return _0x2911ff||_0x1fe8b7;},'SsJvi':'all','TZGaA':_0x2611d0(0x12d),'DHZkD':'Config\x20value','zkzGu':_0x2611d0(0x1be),'mnBIM':'key','HdUnM':'add\x20<profile-name>','JzNtg':_0x2611d0(0xf3),'VQkrk':_0x2611d0(0xdd),'WsgDt':'delete\x20<profile-name>','aUGnB':'Delete\x20a\x20cloud\x20profile','lZvdq':_0x2611d0(0xac),'oEuJW':'config','jScnA':'Manage\x20profile\x20configuration','tCvgh':_0x2611d0(0x79),'XiwGd':function(_0x883a8b,_0x259c54,_0x2e6885){return _0x883a8b(_0x259c54,_0x2e6885);},'xbLoS':_0x2611d0(0x14d),'WWUwj':function(_0x32ab8e,_0xb572fb,_0x232c5e){return _0x32ab8e(_0xb572fb,_0x232c5e);},'yPqQM':'update','XWEsG':function(_0x4c636e){return _0x4c636e();},'URXsm':function(_0x858e84,_0x49616d,_0x5c099e){return _0x858e84(_0x49616d,_0x5c099e);},'cMgtX':'Optional\x20feature\x20ID','HozyG':_0x2611d0(0x126),'dJCqe':_0x2611d0(0xb5),'nvCRg':'start-path','GrrAa':_0x2611d0(0x1c6),'GJVFh':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','sEYNJ':'headed','LnTwo':_0x2611d0(0x113),'JAxzg':'debug-outcome','eTFiN':_0x2611d0(0x10b),'DWDmH':_0x2611d0(0xbd),'qQnkd':'incomplete','hRpxa':'debug-address-comments','nUzze':'task','JSqYs':'item','azsTx':function(_0x17a2c6,_0x33cc2f){return _0x17a2c6(_0x33cc2f);},'ObnVp':function(_0x5719cc,_0x398e4d){return _0x5719cc(_0x398e4d);},'NYNFv':_0x2611d0(0x1b6),'vPWfP':_0x2611d0(0x1fb),'CwCak':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','SgzRC':'start','ddBBm':_0x2611d0(0xdc),'fRFRa':_0x2611d0(0x89),'QWwUb':_0x2611d0(0xa4),'smKaI':function(_0x74b0c,_0x2304a4,_0x197668){return _0x74b0c(_0x2304a4,_0x197668);},'kyuCp':_0x2611d0(0x1e2),'VhctC':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','raVFU':function(_0x5b4481,_0x401197,_0x202dbd){return _0x5b4481(_0x401197,_0x202dbd);},'GqHWm':'ranger\x20add\x20env','UfPaw':'add\x20env','tNwVH':_0x2611d0(0x1d6),'WOTkk':_0x2611d0(0x1ed),'fiKjT':_0x2611d0(0x7c),'OHTCr':_0x2611d0(0x129),'yuvXq':function(_0x312872,_0x23a30c,_0x26eedd){return _0x312872(_0x23a30c,_0x26eedd);},'YxVUJ':'env','lwMsz':_0x2611d0(0x158),'daLcr':_0x2611d0(0x6d),'BnDAl':'Environment\x20name','akula':'set\x20<env>\x20<key>\x20<value>','GvYhb':_0x2611d0(0x1b2),'bvBDj':'You\x20must\x20specify\x20a\x20config\x20subcommand','uFQsD':'ranger\x20profile\x20ls','YezWj':function(_0x104c24,_0x5af5f6,_0x42e3d1){return _0x104c24(_0x5af5f6,_0x42e3d1);},'UlFgp':function(_0x33f738,_0x317413,_0x3d5f83){return _0x33f738(_0x317413,_0x3d5f83);},'WNaWd':_0x2611d0(0x154),'ePYJn':'env\x20update','nYOUS':_0x2611d0(0x1c8),'DlUMj':'ranger\x20feature\x20create','zeUsP':_0x2611d0(0x1ba),'eDgUj':function(_0x5a290f,_0x274c5a,_0x28f64c,_0x1ddfae){return _0x5a290f(_0x274c5a,_0x28f64c,_0x1ddfae);},'ZryjZ':'--checklist','nqdtH':'feature\x20create','wDOYe':_0x2611d0(0x65),'FYceA':_0x2611d0(0x74),'SZbem':'ranger\x20resume','IaHzK':'feature\x20resume','lulva':'feature\x20add-checklist-item','RniDv':function(_0x3c5dd1,_0x30c624,_0x332cc5){return _0x3c5dd1(_0x30c624,_0x332cc5);},'louMG':'ranger\x20feature\x20restore','gfXye':function(_0x59c988,_0x17e755,_0x379e42){return _0x59c988(_0x17e755,_0x379e42);},'DYFwl':_0x2611d0(0x1da),'RvCpG':'name','Mslgy':'feature\x20show','Zgamj':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','fVGtx':_0x2611d0(0xb9),'yktXo':'resume\x20[id]','FlyXU':'add-checklist-item\x20<description>','eoEuK':_0x2611d0(0x1bb),'QbtoF':_0x2611d0(0x17e),'DtlaW':'hook:enable','DeQJE':_0x2611d0(0x187),'OjlHN':'enable','LYbBj':'Enable\x20Ranger\x20hooks\x20for\x20this\x20session','dwptE':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','ZuASA':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','uzqKj':function(_0x356a33,_0xaa0480){return _0x356a33(_0xaa0480);},'AUjZE':function(_0xf5c0c9,_0x422e6c,_0x5a2611){return _0xf5c0c9(_0x422e6c,_0x5a2611);},'Hzpki':_0x2611d0(0x76),'izTmh':function(_0x16c895,_0x217fd0){return _0x16c895(_0x217fd0);},'SlrDU':_0x2611d0(0x11d),'epXoN':'Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','TOAER':_0x2611d0(0xd5),'vBHiI':_0x2611d0(0x1c2),'JuzvH':'add-scenario\x20<description>','iNgVA':_0x2611d0(0x1cc),'qNGEm':_0x2611d0(0x1dd),'HtAbq':'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','nHwXr':'get-review\x20[id]','mBQWp':_0x2611d0(0x182),'KMbqd':_0x2611d0(0x1b3),'sBpwF':_0x2611d0(0x156),'ROPRR':_0x2611d0(0x1b5),'pmzhP':'clean','RgDDt':_0x2611d0(0x209),'JfrDK':_0x2611d0(0x1ac),'fxSZU':_0x2611d0(0x186),'PgATT':'start\x20[token]','dnJOm':'verify-feature','SazvL':'add\x20env\x20<env-name>','iddkP':_0x2611d0(0x16f),'laFSP':'You\x20must\x20specify\x20a\x20command','oQhXn':function(_0x3a4a6c,_0x384b3c){return _0x3a4a6c+_0x384b3c;},'QNXpv':_0x2611d0(0x128),'xlAzE':_0x2611d0(0xe8)};return _0x2e1c5e['azsTx'](_0x3b35ca,_0x35df1b??process['argv'][_0x2611d0(0x19a)](0x2))[_0x2611d0(0x7a)](_0x2611d0(0xa2))['usage'](TOP_LEVEL_HELP)['version'](getCurrentVersion())[_0x2611d0(0x167)](_0x2611d0(0x86),_0x2e1c5e['epXoN'],_0x4add91=>{const _0x3cc749=_0x2611d0;return _0x4add91[_0x3cc749(0x1f3)](_0x3cc749(0x133),{'type':_0x3cc749(0xd4),'description':'Feature\x20review\x20name','demandOption':!![]})['option']('description',{'type':_0x2e1c5e['BagwG'],'alias':'d','description':_0x3cc749(0x1fc)})['option'](_0x2e1c5e[_0x3cc749(0x102)],{'type':_0x2e1c5e['xwpoK'],'alias':'c','description':_0x2e1c5e[_0x3cc749(0x100)]})['option'](_0x2e1c5e[_0x3cc749(0x82)],{'type':'array','hidden':!![]});},async _0x5f1268=>{const _0xcf7372=_0x2611d0;if(!_0x5f1268['name']){console[_0xcf7372(0x1fa)](_0x2e1c5e['uZqYQ']('Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a',_0x2e1c5e[_0xcf7372(0xc8)])),process['exit'](0x1);return;}warnFlagRenamed('ranger\x20create',_0xcf7372(0xae),'--scenario');const _0x3c61f8=_0x5f1268['scenario']||_0x5f1268[_0xcf7372(0x10c)];await withTelemetry(_0x2e1c5e['dFVkd'],()=>featureCreate(_0x5f1268['name'],{'description':_0x5f1268['description'],'scenarios':_0x3c61f8}));})['command'](_0x2611d0(0x1ec),_0x2e1c5e[_0x2611d0(0x8e)],_0x212ea4=>{const _0x513c90=_0x2611d0;return _0x212ea4['option']('current-branch',{'type':_0x513c90(0xcc),'description':_0x2e1c5e['IJNCp']})['option'](_0x2e1c5e[_0x513c90(0x146)],{'type':_0x513c90(0x123),'alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})[_0x513c90(0xcd)](_0x513c90(0x78),{'type':_0x2e1c5e[_0x513c90(0x16c)],'alias':'o','description':_0x513c90(0xaf),'default':0x0})['option']('include-deleted',{'type':'boolean','alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x3e5f3e=>{const _0x382c2b=_0x2611d0;await _0x2e1c5e['SdsEX'](withTelemetry,_0x2e1c5e['urKKT'],()=>featureList({'currentBranch':_0x3e5f3e['current-branch'],'limit':_0x3e5f3e['limit'],'offset':_0x3e5f3e[_0x382c2b(0x78)],'includeDeleted':_0x3e5f3e['include-deleted']}));})[_0x2611d0(0x167)](_0x2611d0(0xb9),_0x2e1c5e['vBHiI'],_0x315793=>{const _0x11e75e=_0x2611d0;return _0x315793['positional']('id',{'type':_0x11e75e(0xd4),'description':_0x2e1c5e[_0x11e75e(0x1db)]});},async _0x5348a4=>{const _0x3272a1=_0x2611d0;await withTelemetry(_0x2e1c5e[_0x3272a1(0x12e)],()=>featureShow(_0x5348a4['id']));})[_0x2611d0(0x167)](_0x2e1c5e[_0x2611d0(0x16e)],'Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x49663d=>{const _0x17025b=_0x2611d0;return _0x49663d[_0x17025b(0x1f3)]('id',{'type':'string','description':_0x2e1c5e['sgskO']});},async _0x597314=>{await _0x2e1c5e['LgHTv'](withTelemetry,_0x2e1c5e['XmGal'],()=>featureResume(_0x597314['id']));})[_0x2611d0(0x167)](_0x2e1c5e['JuzvH'],_0x2e1c5e[_0x2611d0(0x157)],_0x10f897=>{const _0x23ad5b=_0x2611d0;return _0x10f897['positional']('description',{'type':'string','description':_0x2e1c5e['ZKBeI'],'demandOption':!![]})[_0x23ad5b(0xcd)]('id',{'type':'string','description':_0x23ad5b(0xad)});},async _0x1ab591=>{const _0x5ce71d=_0x2611d0;await _0x2e1c5e['QCoIR'](withTelemetry,_0x2e1c5e['HhpfQ'],()=>featureAddScenario(_0x1ab591[_0x5ce71d(0xed)],_0x1ab591['id']));})['command']('edit-scenario\x20<description>',_0x2611d0(0x195),_0x1cc8f9=>{const _0x4a7672=_0x2611d0;return _0x1cc8f9[_0x4a7672(0x1f3)](_0x2e1c5e[_0x4a7672(0x66)],{'type':_0x2e1c5e[_0x4a7672(0x142)],'description':_0x4a7672(0x11e),'demandOption':!![]})['option'](_0x4a7672(0x12f),{'type':_0x4a7672(0x123),'description':'Scenario\x20number\x20to\x20edit\x20(1-based)','demandOption':!![]})['option']('id',{'type':'string','description':_0x4a7672(0xad)});},async _0xe01476=>{await withTelemetry(_0x2e1c5e['WNnOm'],()=>featureEditScenario(_0xe01476['description'],{'id':_0xe01476['id'],'scenario':_0xe01476['scenario']}));})['command'](_0x2e1c5e[_0x2611d0(0xce)],_0x2e1c5e[_0x2611d0(0x81)],_0x51c5ff=>{const _0x597607=_0x2611d0;return _0x51c5ff[_0x597607(0x1f3)]('id',{'type':'string','description':_0x597607(0x87)})['option']('exclude-scenario',{'type':_0x2e1c5e[_0x597607(0x9d)],'description':_0x597607(0xf8)})[_0x597607(0xcd)](_0x2e1c5e[_0x597607(0x93)],{'type':_0x2e1c5e['hIsYR'],'description':_0x2e1c5e[_0x597607(0x13a)],'default':![]});},async _0x4f47a0=>{const _0x71679=_0x2611d0,_0x4b3212=_0x4f47a0[_0x2e1c5e[_0x71679(0x190)]],_0x20ac19=_0x4b3212?_0x4b3212['map'](_0x3a1a94=>Number(_0x3a1a94)):undefined;await _0x2e1c5e['Krjqp'](withTelemetry,_0x2e1c5e[_0x71679(0x1dc)],()=>featureReportPrDescription(_0x4f47a0['id'],{'excludeScenarios':_0x20ac19,'json':_0x4f47a0['json']}));})[_0x2611d0(0x167)](_0x2e1c5e['nHwXr'],_0x2e1c5e[_0x2611d0(0x202)],_0x50354b=>{const _0x68b5f0=_0x2611d0;return _0x50354b['positional']('id',{'type':_0x2e1c5e[_0x68b5f0(0x142)],'description':_0x68b5f0(0xad)});},async _0x22ddde=>{const _0x111bb5=_0x2611d0;await _0x2e1c5e[_0x111bb5(0x1d7)](withTelemetry,'get-review',()=>featureGetReview(_0x22ddde['id']));})[_0x2611d0(0x167)](_0x2611d0(0x17e),'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x1cbd42=>{const _0x58ae6d=_0x2611d0;return _0x1cbd42[_0x58ae6d(0x1f3)]('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x5aae1a=>{const _0x4327e9=_0x2611d0;await withTelemetry(_0x4327e9(0xa0),()=>featureDelete(_0x5aae1a['id']));})['command'](_0x2e1c5e[_0x2611d0(0x99)],'Restore\x20a\x20soft-deleted\x20feature\x20review',_0x16607c=>{const _0x18c331=_0x2611d0;return _0x16607c['positional']('id',{'type':_0x18c331(0xd4),'description':_0x2e1c5e['LnwFX'],'demandOption':!![]});},async _0x11c4c9=>{const _0x3f32be=_0x2611d0;await withTelemetry(_0x2e1c5e[_0x3f32be(0xa5)],()=>featureRestore(_0x11c4c9['id']));})['command']('setup\x20[tokenOrSubcommand]',_0x2611d0(0x11f),_0x110161=>{const _0x3d1ad6=_0x2611d0,_0x34caed={'pKSdw':function(_0x30a3c6,_0x2d564e,_0x43d1a4){return _0x2e1c5e['SdsEX'](_0x30a3c6,_0x2d564e,_0x43d1a4);},'qkugo':function(_0x46273e,_0x2a90d4,_0x46ec9d){return _0x46273e(_0x2a90d4,_0x46ec9d);},'KXvUC':_0x2e1c5e[_0x3d1ad6(0xf0)],'ZPAHo':_0x2e1c5e['cryGg'],'ODLIm':_0x3d1ad6(0x1fb),'vyxkF':_0x2e1c5e['BagwG'],'yWKPZ':function(_0x53fefb){return _0x53fefb();},'umDds':_0x3d1ad6(0x173),'gGpgV':function(_0x2709f5,_0x297d98){const _0x30bde7=_0x3d1ad6;return _0x2e1c5e[_0x30bde7(0xeb)](_0x2709f5,_0x297d98);},'NQGJn':_0x2e1c5e[_0x3d1ad6(0x120)],'LJbcX':_0x2e1c5e['mTuhp'],'JwcBC':_0x2e1c5e[_0x3d1ad6(0x10a)],'wFWNY':_0x3d1ad6(0xb7),'Fxdjx':function(_0xa9b961,_0x340d0e,_0x441c91){return _0xa9b961(_0x340d0e,_0x441c91);},'BsuAd':_0x2e1c5e[_0x3d1ad6(0xe4)],'CzEmL':function(_0x3560b7,_0x5ed77a){return _0x3560b7(_0x5ed77a);},'rFMUl':function(_0xe9fe23,_0x1f34a1,_0x1acc51){return _0xe9fe23(_0x1f34a1,_0x1acc51);}};return _0x110161['usage']('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')[_0x3d1ad6(0x1f3)](_0x2e1c5e['GQHEL'],{'type':_0x2e1c5e[_0x3d1ad6(0x142)],'description':_0x2e1c5e[_0x3d1ad6(0x148)]})[_0x3d1ad6(0x167)]('all','Run\x20full\x20interactive\x20setup',_0x2c31ea=>{const _0x3f32d6=_0x3d1ad6;return _0x2c31ea['option'](_0x3f32d6(0x1fb),{'type':'string','description':_0x2e1c5e['wihZm']})['option'](_0x2e1c5e[_0x3f32d6(0x199)],{'type':'boolean','description':_0x2e1c5e[_0x3f32d6(0x1a2)],'default':![]})['option'](_0x2e1c5e['azplI'],{'type':_0x3f32d6(0xcc),'description':_0x2e1c5e['JnuVH'],'default':![]})['option'](_0x2e1c5e[_0x3f32d6(0x147)],{'type':'boolean','description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','default':![]})[_0x3f32d6(0xcd)](_0x2e1c5e[_0x3f32d6(0x77)],{'type':_0x2e1c5e[_0x3f32d6(0x142)],'choices':[_0x2e1c5e[_0x3f32d6(0x120)]],'hidden':!![],'description':_0x2e1c5e['UMhSV']})[_0x3f32d6(0xcd)]('url',{'type':'string','description':_0x2e1c5e[_0x3f32d6(0x9e)]})[_0x3f32d6(0xcd)](_0x2e1c5e[_0x3f32d6(0x95)],{'type':_0x2e1c5e[_0x3f32d6(0x85)],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x3f32d6(0x18f),{'type':_0x3f32d6(0xcc),'description':_0x2e1c5e[_0x3f32d6(0x136)],'default':![]})['option'](_0x2e1c5e[_0x3f32d6(0xfb)],{'type':_0x2e1c5e['hIsYR'],'description':_0x2e1c5e[_0x3f32d6(0xef)],'default':![]})['option'](_0x2e1c5e['CFlKf'],{'type':_0x2e1c5e[_0x3f32d6(0x85)],'description':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','default':![]})['option'](_0x2e1c5e[_0x3f32d6(0x6c)],{'type':'boolean','description':_0x2e1c5e['tzzVh'],'default':![]});},async _0x4b8eb9=>{const _0x16d617=_0x3d1ad6;(_0x4b8eb9['mcp-bootstrap']||_0x4b8eb9['mcp'])&&await _0x34caed[_0x16d617(0xd8)](withTelemetry,_0x16d617(0x192),()=>mcpBootstrap()),await _0x34caed['qkugo'](withTelemetry,_0x34caed[_0x16d617(0x1d0)],_0x310e2a=>start(_0x4b8eb9['token'],{'skipChromium':_0x4b8eb9['skip-chromium'],'skipAuth':_0x4b8eb9['skip-auth'],'withDeps':_0x4b8eb9['with-deps'],'scope':_0x4b8eb9['scope'],'url':_0x4b8eb9[_0x16d617(0x19f)],'force':_0x4b8eb9[_0x16d617(0x1a1)],'opencode':_0x4b8eb9['opencode'],'allowInsecureLocalhost':_0x4b8eb9['allow-insecure-localhost']},_0x310e2a));})['command'](_0x2e1c5e['YDjzM'],'Install\x20Chromium\x20browser\x20binary',_0x236d8c=>{const _0x115be0=_0x3d1ad6;return _0x236d8c['option'](_0x115be0(0x97),{'type':'boolean','description':_0x34caed[_0x115be0(0x1f4)],'default':![]});},async _0x4fec94=>{await withTelemetry(_0x2e1c5e['mgdNW'],()=>ensureChromium(_0x4fec94['with-deps']));})['command'](_0x2e1c5e['LZsyP'],_0x2e1c5e['irtVD'],_0x389872=>{const _0x5ad41b=_0x3d1ad6;return _0x389872['option'](_0x34caed['ODLIm'],{'type':_0x34caed[_0x5ad41b(0x15b)],'description':_0x5ad41b(0xe0)})['option']('mcp',{'type':_0x5ad41b(0xcc),'description':'Authenticate\x20via\x20MCP\x20proxy','default':![]});},async _0x51e6c4=>{const _0x28d0fd=_0x3d1ad6;await _0x2e1c5e[_0x28d0fd(0x14c)](withTelemetry,_0x2e1c5e[_0x28d0fd(0xb4)],async()=>{const _0x45ae6d=_0x28d0fd;if(_0x51e6c4['mcp']){await mcpBootstrap();const _0x594f2a=await _0x34caed['yWKPZ'](refreshCliToken);if(!_0x594f2a)throw new Error(_0x34caed[_0x45ae6d(0x7e)]);const _0x589757=await _0x34caed[_0x45ae6d(0x1d1)](getCurrentUser,_0x594f2a);if(!_0x589757[_0x45ae6d(0x9b)])throw new Error(_0x45ae6d(0x72)+_0x589757['error']);console[_0x45ae6d(0x1e1)](_0x45ae6d(0x1ab)+_0x589757['user'][_0x45ae6d(0x7d)]);return;}await authenticate(_0x51e6c4['token']);});})['command'](_0x3d1ad6(0xc7),_0x2e1c5e[_0x3d1ad6(0x71)],_0x30c823=>{const _0x329df5=_0x3d1ad6;return _0x30c823[_0x329df5(0xcd)](_0x329df5(0x9c),{'type':'string','choices':[_0x34caed[_0x329df5(0x119)],_0x329df5(0x11c)],'description':_0x34caed['LJbcX']})[_0x329df5(0xcd)](_0x34caed[_0x329df5(0x204)],{'type':_0x329df5(0xcc),'description':_0x34caed['wFWNY'],'default':![]});},async _0x3a8e29=>{const _0x8798c3=_0x3d1ad6;await _0x34caed[_0x8798c3(0x1ca)](withTelemetry,_0x8798c3(0x11b),async()=>{const _0x35915d=_0x8798c3,_0x509605=_0x3a8e29['scope'];if(_0x3a8e29[_0x35915d(0x18f)]){const _0x576e48=await ensureOpencodePluginConfig(_0x509605);_0x576e48&&await _0x34caed['Fxdjx'](installSkill,_0x34caed[_0x35915d(0x193)],{'level':_0x576e48[_0x35915d(0x9c)],'cliVersion':getCurrentVersion(),'platform':'opencode'});}else await ensureClaudePlugin(_0x509605),await _0x34caed[_0x35915d(0x206)](ensureClaudeSkills,_0x509605);});})[_0x3d1ad6(0x167)](_0x3d1ad6(0xb0),_0x2e1c5e['oBKHR'],_0x54cdcc=>{const _0x4e9d1c=_0x3d1ad6;return _0x54cdcc[_0x4e9d1c(0xcd)](_0x2e1c5e['nEUQb'],{'type':_0x2e1c5e[_0x4e9d1c(0x142)],'choices':[_0x4e9d1c(0x188)],'description':_0x2e1c5e[_0x4e9d1c(0x9a)]})['option'](_0x2e1c5e['Hopfg'],{'type':_0x2e1c5e[_0x4e9d1c(0x142)],'description':_0x4e9d1c(0x6b)})[_0x4e9d1c(0xcd)](_0x2e1c5e['azplI'],{'type':_0x2e1c5e['hIsYR'],'description':'Skip\x20browser\x20authentication','default':![]})['option'](_0x2e1c5e[_0x4e9d1c(0x95)],{'type':_0x2e1c5e['hIsYR'],'description':_0x2e1c5e[_0x4e9d1c(0x164)],'default':![]})[_0x4e9d1c(0xcd)](_0x2e1c5e['iCvex'],{'type':_0x2e1c5e[_0x4e9d1c(0x85)],'description':_0x4e9d1c(0xe7),'default':![]});},async _0xf74b60=>{const _0x1a40e9=_0x3d1ad6,_0x25ba7f=_0xf74b60['scope'];_0x2e1c5e[_0x1a40e9(0x132)](_0x25ba7f,undefined)&&_0x2e1c5e[_0x1a40e9(0x132)](_0x25ba7f,_0x1a40e9(0x188))&&(console['error'](_0x2e1c5e[_0x1a40e9(0x131)](_0x1a40e9(0x1ae)+_0x25ba7f+'\x20is\x20no\x20longer\x20supported.\x20'+'Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20',_0x1a40e9(0xfd))),process['exit'](0x1)),await _0x2e1c5e[_0x1a40e9(0x14c)](withTelemetry,'setup:profiles',_0x2fdf28=>ensureLocalEnv({'url':_0xf74b60['url'],'force':_0xf74b60[_0x1a40e9(0x1a1)],'allowInsecureLocalhost':_0xf74b60[_0x1a40e9(0x1a9)],'scope':'user'},_0x2fdf28));})['option']('skip-chromium',{'type':_0x2e1c5e['hIsYR'],'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})[_0x3d1ad6(0xcd)]('scope',{'type':_0x2e1c5e['BagwG'],'choices':[_0x2e1c5e['QKbtJ']],'hidden':!![],'description':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.'})[_0x3d1ad6(0xcd)](_0x2e1c5e['Hopfg'],{'type':'string','description':_0x2e1c5e['vjWLS']})['option'](_0x3d1ad6(0x1a1),{'type':_0x3d1ad6(0xcc),'description':_0x3d1ad6(0xd3),'default':![]})['option']('opencode',{'type':_0x3d1ad6(0xcc),'description':_0x2e1c5e['NUPBP'],'default':![]})['option']('allow-insecure-localhost',{'type':_0x2e1c5e['hIsYR'],'description':_0x2e1c5e[_0x3d1ad6(0x169)],'default':![]})['option'](_0x2e1c5e['CFlKf'],{'type':_0x3d1ad6(0xcc),'description':_0x3d1ad6(0x110),'default':![]})['option'](_0x2e1c5e['azplI'],{'type':_0x2e1c5e['hIsYR'],'description':_0x2e1c5e['RxaHb'],'default':![]})[_0x3d1ad6(0xcd)](_0x2e1c5e['SkjqN'],{'type':'boolean','description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','default':![]})[_0x3d1ad6(0xcd)]('token',{'type':_0x2e1c5e[_0x3d1ad6(0x142)],'hidden':!![],'description':_0x2e1c5e[_0x3d1ad6(0xee)]});},async _0x5cee15=>{const _0x1a8e91=_0x2611d0,_0xd44eb1=_0x5cee15['tokenOrSubcommand'],_0x1543b6=_0x5cee15[_0x1a8e91(0x1fb)]??_0xd44eb1;_0x5cee15[_0x1a8e91(0x192)]&&await _0x2e1c5e['SdsEX'](withTelemetry,'mcp-bootstrap',()=>mcpBootstrap()),await _0x2e1c5e['utZEN'](withTelemetry,_0x1a8e91(0x172),_0x4aa6fb=>start(_0x1543b6,{'skipChromium':_0x5cee15['skip-chromium'],'skipAuth':_0x5cee15['skip-auth'],'withDeps':_0x5cee15[_0x1a8e91(0x97)],'scope':_0x5cee15[_0x1a8e91(0x9c)],'url':_0x5cee15['url'],'force':_0x5cee15['force'],'opencode':_0x5cee15[_0x1a8e91(0x18f)],'allowInsecureLocalhost':_0x5cee15['allow-insecure-localhost']},_0x4aa6fb));})[_0x2611d0(0x167)]('setup-ci\x20<token>',![],_0x4d670f=>{const _0x4fb892=_0x2611d0;return _0x4d670f[_0x4fb892(0x1f3)]('token',{'type':_0x2e1c5e['BagwG'],'description':_0x4fb892(0xfe),'demandOption':!![]})[_0x4fb892(0xcd)](_0x2e1c5e['aegyo'],{'type':'string','description':_0x2e1c5e[_0x4fb892(0x67)]})[_0x4fb892(0xcd)](_0x4fb892(0x1c6),{'type':_0x4fb892(0xd4),'description':_0x2e1c5e['AbesW']})['option'](_0x4fb892(0x150),{'type':_0x2e1c5e[_0x4fb892(0x85)],'description':_0x2e1c5e['vMkUk'],'default':![]});},async _0x2863d4=>{const _0x556709=_0x2611d0;await withTelemetry('setup-ci',_0x5a3b45=>setupCi(_0x2863d4[_0x556709(0x1fb)],{'profile':_0x2863d4[_0x556709(0xbb)],'baseUrl':_0x2863d4['base-url'],'skipChromium':_0x2863d4[_0x556709(0x150)]},_0x5a3b45));})['command'](_0x2e1c5e[_0x2611d0(0x201)],'Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)',()=>{},async()=>{await withTelemetry(_0x2e1c5e['LZsyP'],()=>login());})['command'](_0x2e1c5e[_0x2611d0(0x105)],_0x2e1c5e['ROPRR'],_0x5ebe25=>{const _0x35fef4=_0x2611d0;return _0x5ebe25[_0x35fef4(0xcd)](_0x2e1c5e['ODxJc'],{'type':_0x2e1c5e['hIsYR'],'description':_0x35fef4(0x160),'default':![]})['option'](_0x2e1c5e['nEUQb'],{'type':_0x2e1c5e[_0x35fef4(0x142)],'choices':['user',_0x35fef4(0x11c)],'description':'Install\x20scope\x20for\x20skills'});},async _0x17df32=>{const _0x33d5ec=_0x2611d0,_0x2bbf3b=_0x2e1c5e['CgWSK'](Boolean,_0x17df32[_0x33d5ec(0x18f)]);await _0x2e1c5e[_0x33d5ec(0xea)](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x17df32['scope'],'platform':_0x2bbf3b?'opencode':_0x33d5ec(0x1ad)}));})[_0x2611d0(0x167)](_0x2e1c5e['pmzhP'],'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x22e00c=_0x2611d0;await withTelemetry(_0x22e00c(0x1bd),()=>clean());})['command']([_0x2e1c5e[_0x2611d0(0x135)],'profiles'],_0x2e1c5e['RgDDt'],_0x2219d9=>{const _0x52d7ac=_0x2611d0,_0x20baea={'Tclly':function(_0x16dd45,_0xc49ddf,_0x35ed0f,_0x48aa39){return _0x16dd45(_0xc49ddf,_0x35ed0f,_0x48aa39);},'wLnQk':'profile\x20add','dBTXn':function(_0x7da741,_0x119d2e){return _0x7da741(_0x119d2e);},'ZHTFn':function(_0x3904ef,_0x58d686,_0x12381f){return _0x3904ef(_0x58d686,_0x12381f);},'LdfWI':_0x2e1c5e[_0x52d7ac(0x142)],'nelCu':_0x2e1c5e[_0x52d7ac(0xda)],'dOiVS':function(_0x30bd57,_0x592838,_0x4a3b7b){return _0x30bd57(_0x592838,_0x4a3b7b);},'nNpuW':_0x2e1c5e[_0x52d7ac(0x1f8)],'TqruR':function(_0x24c3a7,_0x59c5d2){return _0x2e1c5e['ySONn'](_0x24c3a7,_0x59c5d2);},'tPKnV':'profile\x20login','fWRlF':_0x2e1c5e['OGjvD'],'krZRH':_0x52d7ac(0xc5),'qZBmg':_0x2e1c5e['SsJvi'],'qDvrc':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','lxhJL':_0x52d7ac(0x1cf),'NwHbE':_0x52d7ac(0x17c),'NAtyT':_0x2e1c5e[_0x52d7ac(0x144)],'eRjSa':'boolean','lvmSp':_0x2e1c5e['DHZkD'],'dZUWx':_0x2e1c5e[_0x52d7ac(0x13c)],'gqAbj':_0x2e1c5e[_0x52d7ac(0x135)],'FZPPw':_0x2e1c5e[_0x52d7ac(0x12a)],'lJMxJ':_0x52d7ac(0x1a7),'CqziN':function(_0x272b73,_0x3e33bc,_0x236a6e){return _0x272b73(_0x3e33bc,_0x236a6e);},'wGghx':'Set\x20a\x20config\x20value','ZsVPl':_0x52d7ac(0xa6),'cmxjO':'Get\x20a\x20config\x20value','jAtSz':'List\x20all\x20config\x20for\x20a\x20profile','UQamV':'Remove\x20a\x20config\x20value'};return _0x2219d9['usage'](PROFILE_HELP)['command'](_0x2e1c5e[_0x52d7ac(0x108)],_0x2e1c5e[_0x52d7ac(0x69)],_0xefba24=>{const _0x510a95=_0x52d7ac;return _0xefba24['positional'](_0x2e1c5e['OGjvD'],{'type':_0x510a95(0xd4),'description':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})[_0x510a95(0xcd)]('ci',{'type':_0x2e1c5e['hIsYR'],'hidden':!![],'default':![]})['option'](_0x510a95(0x163),{'type':_0x2e1c5e['hIsYR'],'description':_0x510a95(0x13d),'default':![]})[_0x510a95(0xcd)]('url',{'type':_0x510a95(0xd4),'description':_0x2e1c5e['ySEio']})[_0x510a95(0xcd)](_0x2e1c5e[_0x510a95(0x95)],{'type':_0x2e1c5e[_0x510a95(0x85)],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x2e1c5e['VhLpN'],{'type':_0x2e1c5e[_0x510a95(0x142)],'description':_0x2e1c5e[_0x510a95(0x1b7)]})['option']('allow-insecure-localhost',{'type':_0x510a95(0xcc),'description':_0x2e1c5e['GyNwX'],'default':![]})[_0x510a95(0xcd)]('safe-mode',{'type':'boolean','description':_0x510a95(0x70),'default':![]})[_0x510a95(0xcd)](_0x2e1c5e[_0x510a95(0x1ea)],{'type':'string','array':!![],'description':_0x2e1c5e['FQljv']})['option'](_0x510a95(0x9c),{'type':_0x510a95(0xd4),'choices':[_0x2e1c5e[_0x510a95(0x120)],_0x2e1c5e['xHbVk']],'description':_0x2e1c5e['OtkwN']})['option']('yes',{'type':_0x2e1c5e[_0x510a95(0x85)],'alias':'y','description':'Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','default':![]});},async _0x3a5dea=>{const _0x963960=_0x52d7ac;await _0x20baea['Tclly'](withTelemetry,_0x20baea['wLnQk'],_0x2a3837=>addEnv(_0x3a5dea[_0x963960(0x1a3)],{'ci':_0x3a5dea['ci'],'skipAuth':_0x3a5dea[_0x963960(0x163)],'url':_0x3a5dea['url'],'force':_0x3a5dea[_0x963960(0x1a1)],'cdpEndpoint':_0x3a5dea['cdp-endpoint'],'allowInsecureLocalhost':_0x3a5dea['allow-insecure-localhost'],'safeMode':_0x3a5dea[_0x963960(0xb2)],'setupHeader':_0x3a5dea[_0x963960(0x1d4)],'scope':_0x3a5dea['scope'],'yes':_0x3a5dea[_0x963960(0x17c)]},_0x2a3837),{'isElectron':_0x20baea[_0x963960(0x130)](Boolean,_0x3a5dea['cdp-endpoint'])});})[_0x52d7ac(0x167)]('use\x20<profile-name>',_0x2e1c5e['VQkrk'],_0xb21046=>{const _0x354517=_0x52d7ac;return _0xb21046['positional'](_0x354517(0x1a3),{'type':_0x354517(0xd4),'description':_0x2e1c5e['XyayV'],'demandOption':!![]});},async _0x1b4ade=>{const _0x5dac1e=_0x52d7ac;await _0x20baea['ZHTFn'](withTelemetry,_0x5dac1e(0x1e8),()=>useEnv(_0x1b4ade['profile-name']));})[_0x52d7ac(0x167)](_0x2e1c5e[_0x52d7ac(0x18d)],_0x2e1c5e[_0x52d7ac(0x17a)],_0x1c9ec8=>{const _0xf32185=_0x52d7ac;return _0x1c9ec8['positional'](_0x2e1c5e[_0xf32185(0x104)],{'type':_0x2e1c5e[_0xf32185(0x142)],'description':'Name\x20of\x20the\x20cloud\x20profile\x20to\x20delete','demandOption':!![]})['option'](_0x2e1c5e['hPjFS'],{'type':'boolean','alias':'y','description':_0x2e1c5e['fTTEC'],'default':![]});},async _0x57938f=>{const _0xe0ea0e=_0x52d7ac;await withTelemetry('profile\x20delete',()=>deleteProfile(_0x57938f['profile-name'],{'yes':_0x57938f[_0xe0ea0e(0x17c)]}));})[_0x52d7ac(0x167)]('encrypt-auth\x20<profile>',![],_0xde620a=>{const _0x144f76=_0x52d7ac;return _0xde620a[_0x144f76(0x1f3)](_0x144f76(0xbb),{'type':_0x20baea['LdfWI'],'description':_0x20baea['nelCu'],'demandOption':!![]});},async _0x127b63=>{const _0x468c65=_0x52d7ac;await withTelemetry(_0x468c65(0x117),()=>authEncrypt(_0x127b63['profile']));})[_0x52d7ac(0x167)]('ls',_0x52d7ac(0xe5),()=>{},async()=>{await withTelemetry('profile\x20ls',()=>envList());})['command']('update\x20<profile-name>',_0x2e1c5e['lZvdq'],_0x4a36d1=>{const _0x22a0ec=_0x52d7ac;return _0x4a36d1['positional'](_0x22a0ec(0x1a3),{'type':_0x2e1c5e['BagwG'],'description':_0x2e1c5e['HPjpF'],'demandOption':!![]})[_0x22a0ec(0xcd)](_0x2e1c5e['iCvex'],{'type':_0x22a0ec(0xcc),'description':_0x2e1c5e['GyNwX']});},async _0x59a17b=>{const _0x49bf62=_0x52d7ac;await _0x20baea['dOiVS'](withTelemetry,_0x20baea[_0x49bf62(0xca)],_0xa831c9=>updateEnv(_0x59a17b['profile-name'],_0xa831c9,{'allowInsecureLocalhost':_0x59a17b['allow-insecure-localhost']}));})[_0x52d7ac(0x167)](_0x52d7ac(0x1c1),![],_0x140a57=>{const _0x376d91=_0x52d7ac;return _0x140a57['positional'](_0x376d91(0x133),{'type':'string','description':_0x2e1c5e[_0x376d91(0x73)],'demandOption':!![]});},async _0x1aab32=>{const _0x4b47f5=_0x52d7ac,_0x3da51e={'EoYKu':function(_0xc93f4e,_0x16c5da){const _0x23c41f=_0xd715;return _0x20baea[_0x23c41f(0x80)](_0xc93f4e,_0x16c5da);},'KzJei':function(_0x430ae3,_0x3f5e18){return _0x430ae3===_0x3f5e18;},'VgGbv':function(_0x16f3ea,_0x44ad63){return _0x16f3ea===_0x44ad63;},'YfETv':'failed'};await withTelemetry(_0x20baea[_0x4b47f5(0x198)],async()=>{const _0x2b806f=_0x4b47f5,_0x3375b6=process['env']['RANGER_TEST_USERNAME'],_0x474bc3=process[_0x2b806f(0x15c)][_0x2b806f(0x19d)];_0x3da51e[_0x2b806f(0x127)](!_0x3375b6,!_0x474bc3)&&(console['error'](_0x2b806f(0x1e3)),process[_0x2b806f(0x90)](0x1));const _0x416c9e=_0x1aab32[_0x2b806f(0x133)],_0x1ed8d2=await serverSideLogin(_0x416c9e,{'force':!![]});_0x3da51e['KzJei'](_0x1ed8d2[_0x2b806f(0x14d)],_0x2b806f(0x1fd))&&(console['error']('No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.'),process['exit'](0x1)),_0x3da51e['VgGbv'](_0x1ed8d2['status'],_0x3da51e[_0x2b806f(0x14b)])&&(console[_0x2b806f(0x1fa)](_0x2b806f(0x168)+(_0x1ed8d2['error']??'unknown\x20error')),_0x1ed8d2[_0x2b806f(0xc3)]&&console['error'](_0x1ed8d2[_0x2b806f(0xc3)]),process[_0x2b806f(0x90)](0x1)),console[_0x2b806f(0x1e1)](_0x2b806f(0x10e)+_0x416c9e+'\x27.\x20Session\x20saved.');});})['command']('migrate\x20[profile-name]',![],_0x5b500d=>{const _0x1fe4b3=_0x52d7ac;return _0x5b500d['positional'](_0x20baea[_0x1fe4b3(0x162)],{'type':_0x20baea[_0x1fe4b3(0x134)],'description':_0x20baea[_0x1fe4b3(0x140)]})['option'](_0x20baea['qZBmg'],{'type':'boolean','description':_0x20baea['qDvrc'],'default':![]})[_0x1fe4b3(0xcd)](_0x20baea['lxhJL'],{'type':_0x1fe4b3(0xcc),'description':'Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','default':![]})['option'](_0x20baea[_0x1fe4b3(0x1d9)],{'type':_0x1fe4b3(0xcc),'alias':'y','description':_0x1fe4b3(0xbf),'default':![]})['option'](_0x20baea['NAtyT'],{'type':_0x20baea['eRjSa'],'description':'Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','default':![]});},async _0x2dbe11=>{const _0xf9cc3=_0x52d7ac;await withTelemetry('profile\x20migrate',_0x891d09=>migrateProfile({'profileName':_0x2dbe11[_0xf9cc3(0x1a3)],'all':_0x2dbe11[_0xf9cc3(0x12c)],'dryRun':_0x2dbe11[_0xf9cc3(0x1cf)],'yes':_0x2dbe11['yes'],'saveCreds':_0x2dbe11['save-creds']},_0x891d09));})[_0x52d7ac(0x167)](_0x2e1c5e['oEuJW'],_0x2e1c5e['jScnA'],_0x41dba4=>{const _0x4ff126=_0x52d7ac,_0x266c5a={'Zvisu':function(_0x441bea,_0x3aa2ba,_0x3fa9e7){const _0x57c5ed=_0xd715;return _0x20baea[_0x57c5ed(0x1a6)](_0x441bea,_0x3aa2ba,_0x3fa9e7);}};return _0x41dba4['usage'](PROFILE_CONFIG_HELP)['command'](_0x4ff126(0x1f9),_0x20baea['wGghx'],_0x50efb2=>{const _0x43481a=_0x4ff126;return _0x50efb2[_0x43481a(0x1f3)]('profile',{'type':_0x20baea['LdfWI'],'description':'Profile\x20name','demandOption':!![]})['positional']('key',{'type':_0x20baea[_0x43481a(0x134)],'description':_0x43481a(0x1ed),'demandOption':!![]})[_0x43481a(0x1f3)]('value',{'type':_0x20baea['LdfWI'],'description':_0x20baea['lvmSp'],'demandOption':!![]});},async _0x581637=>{const _0x458cc5=_0x4ff126;await withTelemetry(_0x458cc5(0x1d3),()=>configSet(_0x581637[_0x458cc5(0xbb)],_0x581637['key'],_0x581637[_0x458cc5(0x165)]));})[_0x4ff126(0x167)](_0x20baea['ZsVPl'],_0x20baea['cmxjO'],_0x532958=>{const _0x2b6495=_0x4ff126;return _0x532958[_0x2b6495(0x1f3)](_0x2b6495(0xbb),{'type':_0x20baea[_0x2b6495(0x134)],'description':_0x20baea['nelCu'],'demandOption':!![]})[_0x2b6495(0x1f3)](_0x2b6495(0x18e),{'type':_0x2b6495(0xd4),'description':_0x20baea['dZUWx'],'demandOption':!![]});},async _0x5265c1=>{await withTelemetry('profile\x20config\x20get',()=>configGet(_0x5265c1['profile'],_0x5265c1['key']));})['command'](_0x4ff126(0xd9),_0x20baea['jAtSz'],_0xb5c89=>{const _0x40f043=_0x4ff126;return _0xb5c89[_0x40f043(0x1f3)](_0x20baea[_0x40f043(0x1d2)],{'type':'string','description':_0x20baea['nelCu'],'demandOption':!![]});},async _0x3a45c1=>{const _0x3a7961=_0x4ff126;await _0x20baea['dOiVS'](withTelemetry,_0x3a7961(0x1f0),()=>configList(_0x3a45c1['profile']));})[_0x4ff126(0x167)](_0x4ff126(0x1ee),_0x20baea['UQamV'],_0x419d44=>{const _0x44eaf5=_0x4ff126;return _0x419d44[_0x44eaf5(0x1f3)]('profile',{'type':_0x44eaf5(0xd4),'description':_0x20baea[_0x44eaf5(0x205)],'demandOption':!![]})[_0x44eaf5(0x1f3)](_0x20baea[_0x44eaf5(0x1c5)],{'type':_0x44eaf5(0xd4),'description':_0x20baea[_0x44eaf5(0xba)],'demandOption':!![]});},async _0x324545=>{const _0x32bff1=_0x4ff126;await _0x266c5a[_0x32bff1(0x1e9)](withTelemetry,_0x32bff1(0x94),()=>configUnset(_0x324545['profile'],_0x324545[_0x32bff1(0x18e)]));})['command'](_0x4ff126(0x1e6),'Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile',_0x27451b=>{const _0x39bdd6=_0x4ff126;return _0x27451b[_0x39bdd6(0x1f3)](_0x20baea[_0x39bdd6(0x1d2)],{'type':'string','description':_0x20baea[_0x39bdd6(0x205)],'demandOption':!![]});},async _0x32b513=>{await withTelemetry('profile\x20config\x20reset',()=>configReset(_0x32b513['profile']));})[_0x4ff126(0x196)](0x1,'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand');})['demandCommand'](0x1,_0x2e1c5e['tCvgh']);})[_0x2611d0(0x167)](_0x2e1c5e[_0x2611d0(0xde)],'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{await _0x2e1c5e['XiwGd'](withTelemetry,_0x2e1c5e['xbLoS'],()=>status());})['command']('update',_0x2e1c5e[_0x2611d0(0xc0)],()=>{},async()=>{const _0x582f42=_0x2611d0;await _0x2e1c5e[_0x582f42(0x1c9)](withTelemetry,_0x2e1c5e[_0x582f42(0x1ff)],()=>update());})['command']('print-access-token',_0x2e1c5e['fxSZU'],()=>{},async()=>{const _0x3e4eb0=_0x2611d0;await _0x2e1c5e[_0x3e4eb0(0x103)](withTelemetry,'print-access-token',async()=>{const _0x39fb29=_0x3e4eb0,_0x76b46c=await _0x2e1c5e[_0x39fb29(0x1a5)](getToken);if(!_0x76b46c)throw new Error('No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.');console[_0x39fb29(0x1e1)](_0x76b46c);});})[_0x2611d0(0x167)]('go','Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.',_0x4f4e4b=>{const _0x1ea05f=_0x2611d0;return _0x4f4e4b[_0x1ea05f(0xcd)](_0x1ea05f(0x16f),{'type':_0x1ea05f(0xd4),'description':_0x2e1c5e['cMgtX']})['option'](_0x2e1c5e[_0x1ea05f(0x135)],{'type':_0x1ea05f(0xd4),'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)'})[_0x1ea05f(0xcd)](_0x2e1c5e[_0x1ea05f(0xf2)],{'type':'string','description':_0x2e1c5e[_0x1ea05f(0x18a)]})[_0x1ea05f(0xcd)](_0x2e1c5e['iJKhw'],{'type':_0x2e1c5e['AfkmX'],'description':'Scenario\x20index\x20(1-based)'})['option'](_0x2e1c5e[_0x1ea05f(0xf6)],{'type':_0x1ea05f(0xd4),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.'})[_0x1ea05f(0xcd)](_0x2e1c5e['GrrAa'],{'type':_0x2e1c5e['BagwG'],'description':_0x2e1c5e['GJVFh']})[_0x1ea05f(0xcd)]('model',{'type':_0x2e1c5e[_0x1ea05f(0x142)],'description':_0x1ea05f(0xec)})[_0x1ea05f(0xcd)](_0x2e1c5e['sEYNJ'],{'type':_0x2e1c5e[_0x1ea05f(0x85)],'description':_0x2e1c5e['LnTwo'],'default':![]})['option'](_0x2e1c5e[_0x1ea05f(0xf1)],{'type':_0x2e1c5e['BagwG'],'hidden':!![],'choices':['verified',_0x2e1c5e['eTFiN'],'blocked',_0x2e1c5e['DWDmH'],_0x2e1c5e[_0x1ea05f(0x6e)]]})[_0x1ea05f(0xcd)](_0x2e1c5e[_0x1ea05f(0x181)],{'type':_0x1ea05f(0xcc),'hidden':!![]})[_0x1ea05f(0xcd)](_0x1ea05f(0x15c),{'type':'string','hidden':!![]})['option'](_0x2e1c5e['nUzze'],{'type':_0x1ea05f(0xd4),'hidden':!![]})['option'](_0x2e1c5e[_0x1ea05f(0xa3)],{'type':_0x2e1c5e[_0x1ea05f(0x16c)],'hidden':!![]});},async _0x25745=>{const _0x52c624=_0x2611d0;await _0x2e1c5e[_0x52c624(0xbe)](runGoCommand,_0x25745);})[_0x2611d0(0x167)]('auth',![],_0x424e18=>{const _0x344615=_0x2611d0,_0x342e90={'NIiQk':function(_0xd4439a,_0x331000,_0x7843fb){return _0xd4439a(_0x331000,_0x7843fb);},'pCqCW':'ranger\x20profile\x20encrypt-auth','ljYQr':function(_0x136d3c,_0x4b5be5){return _0x2e1c5e['ObnVp'](_0x136d3c,_0x4b5be5);}};return _0x424e18[_0x344615(0x167)](_0x344615(0x1a4),![],_0x27d580=>{const _0x5c2d2e=_0x344615;return _0x27d580['positional'](_0x2e1c5e[_0x5c2d2e(0x135)],{'type':_0x2e1c5e[_0x5c2d2e(0x142)],'description':'Profile\x20name','demandOption':!![]});},async _0x480d3d=>{const _0x470d27=_0x344615;_0x342e90['NIiQk'](warnRenamed,'ranger\x20auth\x20encrypt',_0x342e90['pCqCW']),await _0x342e90[_0x470d27(0x19c)](authEncrypt,_0x480d3d[_0x470d27(0xbb)]);})['demandCommand'](0x1,_0x2e1c5e['NYNFv']);},()=>{})['command'](_0x2e1c5e['PgATT'],![],_0x3112c7=>{const _0x1200ef=_0x2611d0;return _0x3112c7[_0x1200ef(0x1f3)](_0x2e1c5e['vPWfP'],{'type':_0x2e1c5e[_0x1200ef(0x142)],'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})['option'](_0x1200ef(0x150),{'type':_0x1200ef(0xcc),'description':_0x2e1c5e[_0x1200ef(0x1a2)],'default':![]})[_0x1200ef(0xcd)](_0x1200ef(0x9c),{'type':_0x2e1c5e['BagwG'],'choices':[_0x1200ef(0x188)],'hidden':!![],'description':_0x2e1c5e[_0x1200ef(0x9a)]})[_0x1200ef(0xcd)]('url',{'type':'string','description':_0x1200ef(0x116)})[_0x1200ef(0xcd)](_0x1200ef(0x1a1),{'type':_0x1200ef(0xcc),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x2e1c5e['azplI'],{'type':_0x1200ef(0xcc),'description':'Skip\x20authentication','default':![]})[_0x1200ef(0xcd)](_0x2e1c5e[_0x1200ef(0x147)],{'type':_0x1200ef(0xcc),'description':_0x2e1c5e['CwCak'],'default':![]});},async _0x52c513=>{const _0x1a3de6=_0x2611d0;warnRenamed(_0x1a3de6(0x11a),_0x1a3de6(0x8c)),await withTelemetry(_0x2e1c5e[_0x1a3de6(0x1b4)],_0x34427d=>start(_0x52c513['token'],{'skipChromium':_0x52c513['skip-chromium'],'skipAuth':_0x52c513[_0x1a3de6(0x163)],'withDeps':_0x52c513['with-deps'],'scope':_0x52c513[_0x1a3de6(0x9c)],'url':_0x52c513[_0x1a3de6(0x19f)],'force':_0x52c513['force']},_0x34427d));})[_0x2611d0(0x167)](_0x2e1c5e['dnJOm'],![],_0xae19f2=>{const _0x205a9=_0x2611d0;return _0xae19f2[_0x205a9(0xcd)]('env',{'type':_0x205a9(0xd4),'description':_0x205a9(0xfa)})[_0x205a9(0xcd)](_0x2e1c5e[_0x205a9(0x183)],{'type':_0x2e1c5e['BagwG'],'description':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)'})[_0x205a9(0xcd)](_0x2e1c5e['JSqYs'],{'type':'number','description':_0x2e1c5e['ddBBm']})['option'](_0x2e1c5e[_0x205a9(0x135)],{'type':_0x2e1c5e['BagwG'],'hidden':!![]})['option'](_0x2e1c5e['HozyG'],{'type':'string','hidden':!![]})['option'](_0x205a9(0x12f),{'type':'number','hidden':!![]})['option'](_0x205a9(0x143),{'type':'string','description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.'})['option'](_0x2e1c5e['GrrAa'],{'type':_0x2e1c5e['BagwG'],'description':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.'})[_0x205a9(0xcd)](_0x2e1c5e[_0x205a9(0x16a)],{'type':'string','hidden':!![]})[_0x205a9(0xcd)]('headed',{'type':_0x2e1c5e[_0x205a9(0x85)],'hidden':!![],'default':![]})[_0x205a9(0xcd)](_0x205a9(0xcb),{'type':'string','hidden':!![],'choices':[_0x2e1c5e[_0x205a9(0xe9)],_0x205a9(0x10b),'blocked',_0x2e1c5e[_0x205a9(0x18c)],_0x2e1c5e['qQnkd']]});},async _0x119a6a=>{await _0x2e1c5e['smKaI'](runGoCommand,_0x119a6a,!![]);})['command'](_0x2e1c5e['SazvL'],![],_0x2e2b36=>{const _0x5ebe4e=_0x2611d0;return _0x2e2b36[_0x5ebe4e(0x1f3)](_0x2e1c5e['kyuCp'],{'type':_0x5ebe4e(0xd4),'description':_0x2e1c5e['VhctC'],'demandOption':!![]})[_0x5ebe4e(0xcd)]('ci',{'type':_0x5ebe4e(0xcc),'description':_0x5ebe4e(0x153),'default':![]})[_0x5ebe4e(0xcd)](_0x5ebe4e(0x163),{'type':_0x2e1c5e['hIsYR'],'description':_0x5ebe4e(0x13d),'default':![]});},async _0x4040df=>{const _0x41ec97=_0x2611d0;_0x2e1c5e['raVFU'](warnRenamed,_0x2e1c5e['GqHWm'],_0x41ec97(0x1af)),await withTelemetry(_0x2e1c5e[_0x41ec97(0x107)],_0x387722=>addEnv(_0x4040df[_0x41ec97(0x1e2)],{'ci':_0x4040df['ci'],'skipAuth':_0x4040df[_0x41ec97(0x163)]},_0x387722));})['command']('use\x20<env-name>',![],_0x145ad1=>{return _0x145ad1['positional']('env-name',{'type':_0x2e1c5e['BagwG'],'description':'Name\x20of\x20the\x20environment','demandOption':!![]});},async _0x4a73f6=>{const _0x5d2deb=_0x2611d0;_0x2e1c5e[_0x5d2deb(0x88)](warnRenamed,_0x2e1c5e['tNwVH'],_0x5d2deb(0x1f2)),await withTelemetry('use',()=>useEnv(_0x4a73f6['env-name']));})[_0x2611d0(0x167)]('config',![],_0x4e17b9=>{const _0x5685c2=_0x2611d0,_0x48ef93={'YhTNI':_0x2e1c5e['daLcr'],'iGHnM':function(_0x7e51b5,_0x484860,_0x221c76){return _0x7e51b5(_0x484860,_0x221c76);},'jLmOq':_0x5685c2(0x15c),'qFAXX':_0x2e1c5e['BnDAl']};return _0x4e17b9[_0x5685c2(0x167)](_0x2e1c5e[_0x5685c2(0x64)],![],_0x2ab4bb=>{const _0x2e4a51=_0x5685c2;return _0x2ab4bb['positional']('env',{'type':_0x2e1c5e[_0x2e4a51(0x142)],'description':'Environment\x20name','demandOption':!![]})[_0x2e4a51(0x1f3)](_0x2e4a51(0x18e),{'type':'string','description':_0x2e1c5e['WOTkk'],'demandOption':!![]})['positional']('value',{'type':_0x2e1c5e['BagwG'],'description':_0x2e1c5e[_0x2e4a51(0x106)],'demandOption':!![]});},async _0x52567e=>{const _0x368506=_0x5685c2;warnRenamed(_0x368506(0x122),_0x48ef93[_0x368506(0x92)]),await _0x48ef93[_0x368506(0x179)](withTelemetry,_0x368506(0x1f1),()=>configSet(_0x52567e['env'],_0x52567e['key'],_0x52567e[_0x368506(0x165)]));})[_0x5685c2(0x167)]('get\x20<env>\x20<key>',![],_0x21536a=>{const _0xd55b95=_0x5685c2;return _0x21536a[_0xd55b95(0x1f3)](_0x48ef93[_0xd55b95(0xc9)],{'type':_0xd55b95(0xd4),'description':'Environment\x20name','demandOption':!![]})['positional']('key',{'type':_0xd55b95(0xd4),'description':'Config\x20key','demandOption':!![]});},async _0xd0a756=>{const _0x35d53b=_0x5685c2;_0x2e1c5e['XiwGd'](warnRenamed,_0x2e1c5e[_0x35d53b(0x68)],_0x2e1c5e[_0x35d53b(0x208)]),await _0x2e1c5e['yuvXq'](withTelemetry,'config\x20get',()=>configGet(_0xd0a756[_0x35d53b(0x15c)],_0xd0a756['key']));})['command'](_0x2e1c5e['GvYhb'],![],_0x1e4b25=>{const _0x29aac0=_0x5685c2;return _0x1e4b25['positional'](_0x2e1c5e[_0x29aac0(0x155)],{'type':_0x29aac0(0xd4),'description':'Environment\x20name','demandOption':!![]});},async _0x29b36b=>{const _0xe0e255=_0x5685c2;_0x2e1c5e[_0xe0e255(0x1d7)](warnRenamed,_0xe0e255(0x7f),_0xe0e255(0x114)),await _0x2e1c5e[_0xe0e255(0x8d)](withTelemetry,'config\x20list',()=>configList(_0x29b36b['env']));})['command']('unset\x20<env>\x20<key>',![],_0x309516=>{const _0x61b0c7=_0x5685c2;return _0x309516['positional'](_0x48ef93['jLmOq'],{'type':_0x61b0c7(0xd4),'description':_0x48ef93['qFAXX'],'demandOption':!![]})[_0x61b0c7(0x1f3)]('key',{'type':_0x61b0c7(0xd4),'description':_0x61b0c7(0x1a7),'demandOption':!![]});},async _0x509baf=>{const _0x5380c5=_0x5685c2;_0x2e1c5e[_0x5380c5(0xea)](warnRenamed,'ranger\x20config\x20unset',_0x2e1c5e['lwMsz']),await withTelemetry('config\x20unset',()=>configUnset(_0x509baf[_0x5380c5(0x15c)],_0x509baf[_0x5380c5(0x18e)]));})[_0x5685c2(0x196)](0x1,_0x2e1c5e['bvBDj']);})['command']('env',![],_0x53ea05=>{const _0x500be6=_0x2611d0,_0x2abde7={'zaSvO':_0x2e1c5e[_0x500be6(0x111)],'vKNXz':function(_0x2bcc40,_0x5d8f59,_0x2e434d){const _0x390a26=_0x500be6;return _0x2e1c5e[_0x390a26(0x8b)](_0x2bcc40,_0x5d8f59,_0x2e434d);},'RncRu':_0x500be6(0x178),'joEst':_0x2e1c5e[_0x500be6(0xb8)],'Yvbxz':function(_0x32e50f,_0x10a26b,_0x2e9425){const _0x591e44=_0x500be6;return _0x2e1c5e[_0x591e44(0x141)](_0x32e50f,_0x10a26b,_0x2e9425);},'PZOnn':_0x2e1c5e[_0x500be6(0xc6)],'aiGRe':_0x500be6(0x189),'dKzGq':_0x2e1c5e['ePYJn']};return _0x53ea05[_0x500be6(0x167)]('ls',![],()=>{},async()=>{const _0x702572=_0x500be6;warnRenamed(_0x702572(0x15e),_0x2abde7[_0x702572(0x180)]),await _0x2abde7['vKNXz'](withTelemetry,_0x2abde7['RncRu'],()=>envList());})[_0x500be6(0x167)](_0x2e1c5e['nYOUS'],![],_0x9fe97f=>{const _0x3c169a=_0x500be6;return _0x9fe97f[_0x3c169a(0x1f3)](_0x2abde7['joEst'],{'type':_0x3c169a(0xd4),'description':'Name\x20of\x20the\x20environment\x20to\x20update','demandOption':!![]});},async _0x57162a=>{const _0x258f1d=_0x500be6;_0x2abde7['Yvbxz'](warnRenamed,_0x2abde7['PZOnn'],_0x2abde7[_0x258f1d(0x166)]),await _0x2abde7[_0x258f1d(0x18b)](withTelemetry,_0x2abde7[_0x258f1d(0x112)],_0x1596e6=>updateEnv(_0x57162a['env-name'],_0x1596e6));})[_0x500be6(0x196)](0x1,_0x500be6(0x1fe));})[_0x2611d0(0x167)](_0x2e1c5e[_0x2611d0(0xd0)],![],_0x4cecb3=>{const _0x17e567=_0x2611d0,_0x3db6b7={'TpIJG':_0x2e1c5e['RvCpG'],'nNApg':'Feature\x20review\x20name','VECkA':_0x17e567(0xed),'SdbUZ':_0x17e567(0x1fc),'zqqKN':'checklist','WDiGA':'array','LgcEW':function(_0x30a272,_0x48955f,_0x310a53){return _0x30a272(_0x48955f,_0x310a53);},'vWjkK':'feature\x20list','zrrss':_0x2e1c5e[_0x17e567(0x1db)],'yLIMZ':_0x2e1c5e['Mslgy'],'jeScJ':'string','LlqTZ':_0x2e1c5e['Zgamj'],'kYYbc':function(_0x1057e8,_0x7be6c,_0x28f584){return _0x1057e8(_0x7be6c,_0x28f584);},'KQEzA':_0x17e567(0xf9),'HSxuz':'feature\x20delete'};return _0x4cecb3['command'](_0x17e567(0x86),![],_0x388bdf=>{const _0x28ccaa=_0x17e567;return _0x388bdf[_0x28ccaa(0x1f3)](_0x3db6b7[_0x28ccaa(0x124)],{'type':_0x28ccaa(0xd4),'description':_0x3db6b7['nNApg'],'demandOption':!![]})['option'](_0x3db6b7[_0x28ccaa(0x7b)],{'type':_0x28ccaa(0xd4),'alias':'d','description':_0x3db6b7[_0x28ccaa(0x145)]})['option'](_0x3db6b7['zqqKN'],{'type':_0x3db6b7['WDiGA'],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})[_0x28ccaa(0xcd)](_0x28ccaa(0x12f),{'type':_0x28ccaa(0x17f),'hidden':!![]});},async _0x130d70=>{const _0x3c8250=_0x17e567;_0x2e1c5e['YezWj'](warnRenamed,_0x2e1c5e[_0x3c8250(0x159)],_0x2e1c5e['zeUsP']),_0x2e1c5e[_0x3c8250(0x1b9)](warnFlagRenamed,_0x2e1c5e['zeUsP'],_0x2e1c5e[_0x3c8250(0x1b1)],'--scenario');const _0x24c1cf=_0x130d70['scenario']||_0x130d70[_0x3c8250(0x10c)];await withTelemetry(_0x2e1c5e['nqdtH'],()=>featureCreate(_0x130d70[_0x3c8250(0x133)],{'description':_0x130d70['description'],'scenarios':_0x24c1cf}));})['command'](_0x2e1c5e['urKKT'],![],_0x3c3a07=>{const _0x11ab6d=_0x17e567;return _0x3c3a07['option'](_0x2e1c5e['wDOYe'],{'type':_0x2e1c5e[_0x11ab6d(0x85)],'description':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch'})[_0x11ab6d(0xcd)]('limit',{'type':_0x2e1c5e[_0x11ab6d(0x16c)],'alias':'l','description':_0x11ab6d(0x17d),'default':0xa})['option'](_0x11ab6d(0x78),{'type':_0x11ab6d(0x123),'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})[_0x11ab6d(0xcd)](_0x2e1c5e['FYceA'],{'type':_0x11ab6d(0xcc),'alias':'d','description':_0x11ab6d(0xa9),'default':![]});},async _0x4db1cd=>{const _0x274013=_0x17e567;_0x3db6b7[_0x274013(0x84)](warnRenamed,_0x274013(0x16b),_0x274013(0x1f6)),await withTelemetry(_0x3db6b7['vWjkK'],()=>featureList({'currentBranch':_0x4db1cd[_0x274013(0x65)],'limit':_0x4db1cd[_0x274013(0x1e7)],'offset':_0x4db1cd[_0x274013(0x78)],'includeDeleted':_0x4db1cd['include-deleted']}));})[_0x17e567(0x167)](_0x2e1c5e[_0x17e567(0x170)],![],_0x12aa37=>{const _0x5c8e51=_0x17e567;return _0x12aa37[_0x5c8e51(0x1f3)]('id',{'type':'string','description':_0x3db6b7[_0x5c8e51(0xd1)]});},async _0x192ea7=>{const _0x527078=_0x17e567;warnRenamed(_0x527078(0x8a),'ranger\x20show'),await withTelemetry(_0x3db6b7[_0x527078(0x6f)],()=>featureShow(_0x192ea7['id']));})[_0x17e567(0x167)](_0x2e1c5e['yktXo'],![],_0x1ff88e=>{const _0x143f79=_0x17e567;return _0x1ff88e[_0x143f79(0x1f3)]('id',{'type':'string','description':_0x143f79(0x175)});},async _0x22076e=>{const _0x36fd76=_0x17e567;warnRenamed('ranger\x20feature\x20resume',_0x2e1c5e[_0x36fd76(0xd6)]),await withTelemetry(_0x2e1c5e[_0x36fd76(0x1b0)],()=>featureResume(_0x22076e['id']));})['command'](_0x2e1c5e['FlyXU'],![],_0x5bd2fa=>{const _0x54d555=_0x17e567;return _0x5bd2fa[_0x54d555(0x1f3)](_0x2e1c5e[_0x54d555(0x66)],{'type':_0x54d555(0xd4),'description':_0x54d555(0x101),'demandOption':!![]})[_0x54d555(0xcd)]('id',{'type':_0x2e1c5e[_0x54d555(0x142)],'description':_0x54d555(0xad)});},async _0x1b96b2=>{const _0x44d93f=_0x17e567;warnRenamed(_0x44d93f(0x1e5),'ranger\x20add-scenario'),await withTelemetry(_0x2e1c5e['lulva'],()=>featureAddScenario(_0x1b96b2['description'],_0x1b96b2['id']));})['command'](_0x2e1c5e['eoEuK'],![],_0x1ae7d1=>{const _0x5cbdb3=_0x17e567;return _0x1ae7d1[_0x5cbdb3(0x1f3)]('id',{'type':_0x3db6b7['jeScJ'],'description':_0x3db6b7[_0x5cbdb3(0x1c4)]});},async _0x1bb82a=>{const _0x5a98cf=_0x17e567;_0x3db6b7['kYYbc'](warnRenamed,'ranger\x20feature\x20get-feedback',_0x5a98cf(0xa7)),await withTelemetry(_0x5a98cf(0xfc),()=>featureGetReview(_0x1bb82a['id']));})[_0x17e567(0x167)](_0x2e1c5e[_0x17e567(0x176)],![],_0x5de005=>{const _0x4ea22b=_0x17e567;return _0x5de005['positional']('id',{'type':_0x4ea22b(0xd4),'description':'Feature\x20review\x20ID'});},async _0x3085a6=>{const _0x5033ba=_0x17e567;_0x3db6b7[_0x5033ba(0x84)](warnRenamed,_0x3db6b7[_0x5033ba(0xa8)],'ranger\x20delete'),await withTelemetry(_0x3db6b7['HSxuz'],()=>featureDelete(_0x3085a6['id']));})[_0x17e567(0x167)]('restore\x20<id>',![],_0x1ea0c3=>{const _0x21c3e6=_0x17e567;return _0x1ea0c3[_0x21c3e6(0x1f3)]('id',{'type':_0x21c3e6(0xd4),'description':_0x2e1c5e[_0x21c3e6(0x1de)],'demandOption':!![]});},async _0x4c9676=>{const _0x1cec51=_0x17e567;_0x2e1c5e[_0x1cec51(0x96)](warnRenamed,_0x2e1c5e['louMG'],'ranger\x20restore'),await _0x2e1c5e['gfXye'](withTelemetry,_0x2e1c5e[_0x1cec51(0x1bf)],()=>featureRestore(_0x4c9676['id']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})['command']('hook',![],_0x5c0591=>{const _0x11b999=_0x2611d0,_0x5199cd={'GHCEW':'session-id','kjYzm':_0x11b999(0xd4),'RTOpg':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'};return _0x5c0591['command'](_0x2e1c5e[_0x11b999(0x9f)],_0x2e1c5e['LYbBj'],_0x505c7e=>{const _0x51d989=_0x11b999;return _0x505c7e[_0x51d989(0xcd)](_0x5199cd['GHCEW'],{'type':_0x5199cd[_0x51d989(0x13b)],'description':_0x5199cd[_0x51d989(0x184)]});},async _0x43cc6d=>{const _0x3d06ab=_0x11b999;await _0x2e1c5e['QCoIR'](withTelemetry,_0x2e1c5e[_0x3d06ab(0xf4)],()=>hook('enable',_0x43cc6d[_0x3d06ab(0x19e)]));})['command'](_0x11b999(0x1e4),_0x11b999(0xdf),_0xa49f51=>{const _0x4bc1b7=_0x11b999;return _0xa49f51['option'](_0x4bc1b7(0x19e),{'type':_0x4bc1b7(0xd4),'description':_0x4bc1b7(0x14a)});},async _0x38e665=>{const _0x4e58cd=_0x11b999;await withTelemetry(_0x2e1c5e['DeQJE'],()=>hook(_0x4e58cd(0x1e4),_0x38e665['session-id']));})[_0x11b999(0xcd)](_0x2e1c5e[_0x11b999(0xbc)],{'type':'string','description':_0x2e1c5e['dwptE']})['option'](_0x11b999(0x19e),{'type':_0x2e1c5e['BagwG'],'description':_0x2e1c5e[_0x11b999(0x6a)]});},async _0x3b628d=>{const _0x19ed8a=_0x2611d0;_0x3b628d['name']&&await hook(_0x3b628d['name'],_0x3b628d[_0x19ed8a(0x19e)]);})['demandCommand'](0x1,_0x2e1c5e['laFSP'])['strictCommands']()['fail'](async(_0x39f639,_0x17ee7b,_0x1fef5b)=>{const _0x368e86=_0x2611d0,_0x19a016=_0x2e1c5e['uzqKj'](sanitizeArgs,process['argv']['slice'](0x2)),_0x583db6=_0x2e1c5e[_0x368e86(0x203)](getErrorType,_0x39f639,_0x17ee7b);if(_0x39f639&&_0x39f639['includes'](_0x368e86(0x1aa))){const _0x4b3ff9=process[_0x368e86(0xf7)][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x4b3ff9),console[_0x368e86(0x1fa)](_0x2e1c5e[_0x368e86(0x83)]);}else{if(_0x39f639)console[_0x368e86(0x1fa)]('\x0a'+_0x39f639+'\x0a');else _0x17ee7b&&console[_0x368e86(0x1fa)](_0x368e86(0xff)+_0x17ee7b[_0x368e86(0x197)]+'\x0a');}await _0x2e1c5e['izTmh'](logDesirePath,{'rawCommand':_0x19a016,'errorMessage':_0x39f639||_0x17ee7b?.[_0x368e86(0x197)],'errorType':_0x583db6});const _0x5741ab=getCurrentCollector();_0x5741ab&&await _0x5741ab[_0x368e86(0x14e)](_0x17ee7b||new Error(_0x39f639||_0x2e1c5e[_0x368e86(0x1f5)])),process[_0x368e86(0x90)](0x1);})[_0x2611d0(0xab)](_0x2e1c5e['uZqYQ'](_0x2e1c5e['oQhXn'](_0x2e1c5e[_0x2611d0(0x125)],'\x20\x20https://docs.ranger.net\x0a'),'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)'))['help']()['alias'](_0x2e1c5e[_0x2611d0(0x13f)],'h');}process['env'][_0x494f61(0x10f)]!==_0x494f61(0x121)&&(shouldShowLegacyWarning(process['argv'])&&showLegacyDeprecationWarning(),buildParser()['parse']());