@ranger-testing/ranger-cli 2.5.4-alpha.feb9faf-20 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +14 -36
  2. package/build/cli.js +1 -1
  3. package/build/commands/addEnv.js +1 -1
  4. package/build/commands/authEncrypt.js +1 -1
  5. package/build/commands/clean.js +1 -1
  6. package/build/commands/config.js +1 -1
  7. package/build/commands/env.js +1 -1
  8. package/build/commands/feature.js +1 -1
  9. package/build/commands/hook.js +1 -1
  10. package/build/commands/hooks/autoPrompt.js +1 -1
  11. package/build/commands/hooks/disable.js +1 -1
  12. package/build/commands/hooks/enable.js +1 -1
  13. package/build/commands/hooks/exitPlanMode.js +1 -1
  14. package/build/commands/hooks/index.js +1 -1
  15. package/build/commands/hooks/output.js +1 -1
  16. package/build/commands/hooks/planReminder.js +1 -1
  17. package/build/commands/hooks/planStart.js +1 -1
  18. package/build/commands/hooks/postEdit.js +1 -1
  19. package/build/commands/hooks/preCompact.js +1 -1
  20. package/build/commands/hooks/sessionEnd.js +1 -1
  21. package/build/commands/hooks/sessionStart.js +1 -1
  22. package/build/commands/hooks/stopHook.js +1 -1
  23. package/build/commands/index.js +1 -1
  24. package/build/commands/login.js +1 -1
  25. package/build/commands/mcpBootstrap.js +1 -1
  26. package/build/commands/setup/claude.js +1 -1
  27. package/build/commands/setup/opencode.js +1 -1
  28. package/build/commands/setupCi.js +1 -1
  29. package/build/commands/skillup.js +1 -1
  30. package/build/commands/start.js +1 -1
  31. package/build/commands/status.js +1 -1
  32. package/build/commands/update.js +1 -1
  33. package/build/commands/updateEnv.js +1 -1
  34. package/build/commands/useEnv.js +1 -1
  35. package/build/commands/utils/activeProfile.js +1 -1
  36. package/build/commands/utils/agentEnv.js +1 -1
  37. package/build/commands/utils/browserSessionsApi.js +1 -1
  38. package/build/commands/utils/claudeConfig.js +1 -1
  39. package/build/commands/utils/claudeOverrideSettings.js +1 -1
  40. package/build/commands/utils/claudePlugin.js +1 -1
  41. package/build/commands/utils/crypto.js +1 -1
  42. package/build/commands/utils/desirePathLog.js +1 -1
  43. package/build/commands/utils/deviceAuth.js +1 -1
  44. package/build/commands/utils/environment.js +1 -1
  45. package/build/commands/utils/featureApi.js +1 -1
  46. package/build/commands/utils/fixWebmDuration.js +1 -1
  47. package/build/commands/utils/keychain.js +1 -1
  48. package/build/commands/utils/localAgentInstallationsApi.js +1 -1
  49. package/build/commands/utils/mcpImageBase64.js +1 -1
  50. package/build/commands/utils/model.js +1 -1
  51. package/build/commands/utils/opencodeConfig.js +1 -1
  52. package/build/commands/utils/playwrightCli.js +1 -1
  53. package/build/commands/utils/profileMessages.js +1 -1
  54. package/build/commands/utils/profileSetupBanner.js +1 -1
  55. package/build/commands/utils/rangerConfig.js +1 -1
  56. package/build/commands/utils/rangerRoot.js +1 -1
  57. package/build/commands/utils/retry.js +1 -1
  58. package/build/commands/utils/sessionCache.js +1 -1
  59. package/build/commands/utils/settings.js +1 -1
  60. package/build/commands/utils/skillContent.js +1 -1
  61. package/build/commands/utils/skills.js +1 -1
  62. package/build/commands/utils/stitchWebmFiles.js +1 -1
  63. package/build/commands/utils/telemetry.js +1 -1
  64. package/build/commands/utils/tokenRefresh.js +1 -1
  65. package/build/commands/utils/traceSnapshotMapper.js +1 -1
  66. package/build/commands/utils/userApi.js +1 -1
  67. package/build/commands/utils/version.js +1 -1
  68. package/build/commands/verifyFeature.js +1 -1
  69. package/build/commands/verifyFeatureCli.js +1 -1
  70. package/build/skills/ranger/SKILL.md +6 -36
  71. package/build/skills/ranger/create.md +0 -19
  72. package/build/skills/ranger/verify.md +7 -46
  73. package/package.json +3 -8
  74. package/build/commands/migrateProfile.js +0 -1
  75. package/build/commands/utils/cloudProfile.js +0 -1
  76. package/build/commands/utils/cloudProfileSession.js +0 -1
  77. package/build/commands/utils/gitTracked.js +0 -1
  78. package/build/commands/utils/legacyWarning.js +0 -1
  79. package/build/commands/utils/matchAuthEnvironment.js +0 -1
  80. package/build/commands/utils/projectsConfig.js +0 -1
  81. package/build/commands/utils/resolveProfileContext.js +0 -1
  82. package/build/commands/utils/resolveProfileUrl.js +0 -1
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 a session for the verification agent
28
+ - **Profile** -- prompts for your app's URL, opens a browser to capture login session
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,24 +61,13 @@ 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
-
69
64
  | Command | Description |
70
65
  | ------------------------------------- | ----------------------------------------------------- |
71
- | `ranger profile add <name>` | Add a profile (opens a browser for login). Use `--safe-mode` if the browser crashes. |
66
+ | `ranger profile add <name>` | Add a browser profile (opens browser to capture auth). Use `--safe-mode` if the browser crashes. |
72
67
  | `ranger profile use <name>` | Switch active profile |
73
68
  | `ranger profile ls` | List all profiles |
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.
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) |
82
71
 
83
72
  ### Feature Reviews
84
73
 
@@ -100,12 +89,7 @@ https://docs.ranger.net/main/concepts/profiles.
100
89
  | ------------ | ------------------------------------ |
101
90
  | `ranger go` | Verify a scenario in the browser |
102
91
 
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`.
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).
109
93
 
110
94
  You can set a default verify model in `.ranger/config.json`:
111
95
 
@@ -117,18 +101,14 @@ You can set a default verify model in `.ranger/config.json`:
117
101
 
118
102
  ### Config
119
103
 
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) |
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 |
130
110
 
131
- Keys: `baseUrl`, `headless`, `userAgent`, `storageState`, `allowInsecureLocalhost`, `headers.<name>`, `setupHeaders.<name>`. Environment variables (e.g., `${AUTH_TOKEN}`) are resolved at runtime.
111
+ Keys: `headless`, `userAgent`, `storageState`, `header.<name>`. Environment variables (e.g., `${AUTH_TOKEN}`) are resolved at runtime.
132
112
 
133
113
  ## Plugin
134
114
 
@@ -141,14 +121,12 @@ claude plugin install ranger@trailhead --scope user
141
121
 
142
122
  ## Troubleshooting
143
123
 
144
- **"No active profile"** -- Run `ranger profile use <profile-name>`, or set `RANGER_PROFILE=<name>` for the session.
124
+ **"No active profile"** -- Run `ranger profile use <profile-name>`.
145
125
 
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.)
126
+ **Authentication expired** -- Run `ranger profile update <profile-name>` to re-capture.
147
127
 
148
128
  **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.
149
129
 
150
130
  **"No active feature review"** -- Run `ranger list` then `ranger resume <id>`.
151
131
 
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
-
154
132
  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 _0x3880c4=_0x5d9c;(function(_0x15eccb,_0x39359d){const _0x486703=_0x5d9c,_0x5503f7=_0x15eccb();while(!![]){try{const _0x7c8e73=-parseInt(_0x486703(0x1cb))/0x1+-parseInt(_0x486703(0x17e))/0x2*(-parseInt(_0x486703(0x240))/0x3)+-parseInt(_0x486703(0xee))/0x4*(parseInt(_0x486703(0x1e0))/0x5)+parseInt(_0x486703(0x20e))/0x6*(parseInt(_0x486703(0xeb))/0x7)+parseInt(_0x486703(0x1ab))/0x8*(-parseInt(_0x486703(0x13f))/0x9)+parseInt(_0x486703(0x1a8))/0xa*(parseInt(_0x486703(0xf3))/0xb)+-parseInt(_0x486703(0x110))/0xc;if(_0x7c8e73===_0x39359d)break;else _0x5503f7['push'](_0x5503f7['shift']());}catch(_0x58699d){_0x5503f7['push'](_0x5503f7['shift']());}}}(_0x1a6e,0xcf627));import _0x5a0af4 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x1f1cff=_0x5d9c,_0x44f292={'ZdAwA':function(_0x4c52f1,_0x1fc9ed){return _0x4c52f1(_0x1fc9ed);},'WzIZY':function(_0x514339,_0x36b100){return _0x514339!==_0x36b100;},'oLzyy':_0x1f1cff(0x283),'DreJP':function(_0x424a3c,_0x103319){return _0x424a3c(_0x103319);},'ZLjkP':function(_0x27115b,_0x1c02a4,_0x377f67){return _0x27115b(_0x1c02a4,_0x377f67);},'KuvvS':function(_0x4d7f0b,_0x146966){return _0x4d7f0b(_0x146966);}};let _0xea9a2c=process[_0x1f1cff(0x20d)]();const _0x26e5ec=_0x44f292[_0x1f1cff(0xe2)](parse,_0xea9a2c)[_0x1f1cff(0x281)];while(_0x44f292[_0x1f1cff(0x22a)](_0xea9a2c,_0x26e5ec)){if(existsSync(join(_0xea9a2c,_0x44f292[_0x1f1cff(0x292)]))||_0x44f292[_0x1f1cff(0x210)](existsSync,_0x44f292['ZLjkP'](join,_0xea9a2c,_0x1f1cff(0x10c))))return _0xea9a2c;_0xea9a2c=_0x44f292['KuvvS'](dirname,_0xea9a2c);}return process[_0x1f1cff(0x20d)]();}_0x5a0af4['config']({'path':join(findProjectRoot(),_0x3880c4(0x10c))});import _0x3b3633 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{shouldShowLegacyWarning,showLegacyDeprecationWarning}from'./commands/utils/legacyWarning.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';function _0x5d9c(_0x3b25e4,_0x772cf1){_0x3b25e4=_0x3b25e4-0xd2;const _0x1a6eda=_0x1a6e();let _0x5d9ce1=_0x1a6eda[_0x3b25e4];return _0x5d9ce1;}import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';import{installSkill}from'./commands/utils/skills.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x411c41=>{const _0x4501c8=_0x3880c4,_0x4a7969={'LoNna':function(_0x1abfbd){return _0x1abfbd();}},_0x463d5b=_0x4a7969[_0x4501c8(0x1b1)](getCurrentCollector);_0x463d5b&&await _0x463d5b[_0x4501c8(0xf5)](_0x411c41),process['exitCode']=0x1;});const rawArgs=process['argv']['slice'](0x2),TOP_LEVEL_HELP=_0x3880c4(0x248),PROFILE_HELP=_0x3880c4(0x278),PROFILE_CONFIG_HELP='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';function warnRenamed(_0x416d58,_0x8f981c){const _0x53bbb4=_0x3880c4;console[_0x53bbb4(0xfe)]('\x0a'+_0x416d58+'\x20is\x20now\x20'+_0x8f981c+'\x0a');}function argUsed(_0x40ace6){const _0x44f4bd=_0x3880c4;return rawArgs[_0x44f4bd(0x171)](_0x447a02=>_0x447a02===_0x40ace6||_0x447a02['startsWith'](_0x40ace6+'='));}function warnFlagRenamed(_0x552fec,_0x2960e7,_0x215939){const _0x44849c=_0x3880c4,_0x4ebda2={'VcXFr':function(_0x3127d8,_0x1f5795){return _0x3127d8(_0x1f5795);}};_0x4ebda2[_0x44849c(0x1ca)](argUsed,_0x2960e7)&&warnRenamed(_0x552fec+'\x20'+_0x2960e7,_0x552fec+'\x20'+_0x215939);}async function runGoCommand(_0x753293,_0x4390fa=![]){const _0x17f476=_0x3880c4,_0x1618df={'sZGdS':function(_0x424b06,_0x1934d0,_0x3a0531){return _0x424b06(_0x1934d0,_0x3a0531);},'mGwtl':'ranger\x20go','YAjaG':_0x17f476(0x29f),'OAllE':_0x17f476(0xd9),'jDKhj':function(_0x485c7d,_0x565a9d,_0x51702e,_0x245d7a){return _0x485c7d(_0x565a9d,_0x51702e,_0x245d7a);},'bgpML':function(_0x3ad4bd,_0x1c614c,_0x12f3f7,_0x31b9b3){return _0x3ad4bd(_0x1c614c,_0x12f3f7,_0x31b9b3);},'EKjMA':function(_0x133510){return _0x133510();},'CtRDQ':_0x17f476(0x15c),'SiQwC':_0x17f476(0x23e),'LZJXl':function(_0x28bfe5,_0xa0b2be){return _0x28bfe5+_0xa0b2be;},'rDYLd':function(_0x1e0f15,_0x338072){return _0x1e0f15===_0x338072;},'FslAP':_0x17f476(0x27b),'qOZAf':_0x17f476(0xd8),'DJgKW':_0x17f476(0x18a),'QCukI':function(_0x11952f,_0x3b359f){return _0x11952f===_0x3b359f;},'CZfev':'blocked','kLgQN':_0x17f476(0x287)};_0x4390fa&&_0x1618df[_0x17f476(0x1a5)](warnRenamed,'ranger\x20verify-feature',_0x1618df[_0x17f476(0x174)]);warnFlagRenamed(_0x1618df['mGwtl'],_0x1618df[_0x17f476(0x249)],_0x1618df['OAllE']),_0x1618df[_0x17f476(0x1ec)](warnFlagRenamed,_0x17f476(0x14a),_0x17f476(0x231),'--notes'),_0x1618df['bgpML'](warnFlagRenamed,'ranger\x20go','--item',_0x17f476(0x27f));const _0x437c95=await _0x1618df[_0x17f476(0x185)](loadRangerConfig),_0x5e97b4=isByokEnabled(),_0x2f1450=_0x753293['model'],_0x5d31a4=_0x437c95['model'],_0x27a504=await verifyFeature({'featureId':_0x753293['feature'],'profile':_0x753293[_0x17f476(0x18e)]??_0x753293[_0x17f476(0x218)]??process['env']['RANGER_PROFILE'],'notes':_0x753293['notes']??_0x753293['task'],'scenario':_0x753293['scenario']??_0x753293[_0x17f476(0x2a0)],'startPath':_0x753293[_0x17f476(0x144)],'baseUrl':_0x753293[_0x1618df[_0x17f476(0x126)]],'debugOutcome':_0x753293[_0x17f476(0x1d2)],'debugAddressComments':_0x753293[_0x1618df[_0x17f476(0x2a4)]],'headed':_0x753293[_0x17f476(0xfa)],'byokEnabled':_0x5e97b4,'flagVerifyModel':_0x2f1450,'configVerifyModel':_0x5d31a4});console['log'](_0x1618df['LZJXl']('\x0a','='['repeat'](0x3c))),console[_0x17f476(0x270)](_0x1618df[_0x17f476(0x1c4)](_0x27a504[_0x17f476(0x29e)],_0x1618df[_0x17f476(0x1e4)])?'\x20VERIFIED':_0x27a504['evaluation']===_0x1618df['qOZAf']?'\x20INCOMPLETE':_0x1618df[_0x17f476(0x1c4)](_0x27a504['evaluation'],'partial')?_0x1618df['DJgKW']:_0x1618df['QCukI'](_0x27a504['evaluation'],_0x1618df['CZfev'])?'\x20BLOCKED':'\x20FAILED'),console[_0x17f476(0x270)]('='['repeat'](0x3c)),console[_0x17f476(0x270)](_0x17f476(0x162)+_0x27a504['summary']),console[_0x17f476(0x270)]('Evaluation:\x20'+_0x27a504['evaluation']),console[_0x17f476(0x270)]('Reason:\x20'+_0x27a504[_0x17f476(0x146)]),_0x27a504['issues']?.['length']&&(console['log'](_0x1618df[_0x17f476(0xfc)]),_0x27a504[_0x17f476(0x1e1)]['forEach']((_0x4a5e85,_0x615c4c)=>{const _0x31bd64=_0x17f476;console[_0x31bd64(0x270)]('\x0a'+(_0x615c4c+0x1)+_0x31bd64(0x23a)+_0x4a5e85['severity']+']\x20'+_0x4a5e85[_0x31bd64(0x1f4)]);})),process['exit'](_0x1618df['rDYLd'](_0x27a504[_0x17f476(0x29e)],_0x1618df[_0x17f476(0x1e4)])?0x0:0x1);}function _0x1a6e(){const _0x298498=['FGSqr','ranger\x20feature\x20resume','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','CuCXK','RXcUZ','EKjMA','oBXNa','ranger\x20restore','url','iZwaL','\x20PARTIAL','Run\x20full\x20interactive\x20setup','HIOSl','dry-run','profile','xPiDy','edit-scenario','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','start','feature\x20show','ZWsbl','Scenario\x20number\x20to\x20edit\x20(1-based)','profile\x20update','You\x20must\x20specify\x20an\x20env\x20subcommand','dinnU','ranger\x20env\x20ls','profile\x20encrypt-auth','OxLPk','Name\x20of\x20the\x20environment\x20to\x20update','\x27.\x20Session\x20saved.','wTNyY','tXboX','URqMK','ranger\x20profile\x20config\x20set','JUkCT','LLoYc','reset\x20<profile>','sZGdS','NsZLm','delete','2537030ZtczuR','IQWkG','verify-feature','3133768Oigthp','bgHCL','List\x20all\x20profiles','ranger\x20profile\x20ls','guhHP','CtuoI','LoNna','gePev','VZEri','sKueZ','cdEzo','Environment\x20name','xiQrX','HdJZK','MEAAP','cdp-endpoint','limit','TPing','setup:profiles','fSZPe','GdscJ','API\x20token','Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','IZzoV','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','rDYLd','update\x20<env-name>','htRqq','RYAHG','version','USKLm','VcXFr','62509rCJxPQ','number','zywTc','mllfF','env-name','parse','rrutU','debug-outcome','project','nNOic','exit','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','aLHUY','mcp','skip-auth','current-branch','kMeeB','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','ZsqLk','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)','Skip\x20Chromium\x20browser\x20installation','26055vjMhal','issues','qOvhc','XFmqD','FslAP','use','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','boolean','fGmGM','get\x20<env>\x20<key>','MbdrR','jDKhj','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','zRfTo','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','ranger\x20add\x20env','VVwrD','bNFqf','use\x20<profile-name>','description','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','exclude-scenario','map','utgum','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','encrypt\x20<profile>','cnAVE','ranger\x20create','tezqh','RANGER_TEST_PASSWORD','LQbIQ','NODE_ENV','nXpcy','get-review','bZQRZ','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','GhydO','UEZQn','pCbOB','ranger\x20config\x20set','ranger\x20feature\x20list','RkuzV','cwd','47814WYrZJW','RYnup','DreJP','offset','Number\x20of\x20feature\x20reviews\x20to\x20skip','GtavJ','rDQGp','ranger\x20auth\x20encrypt','QAXAs','add\x20<profile-name>','env','string','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','CmwQq','VfjlS','jWywb','ranger','update','rDUxi','EvVjw','Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','NmzIX','fail','scenario','Ranger\x20API\x20token','mlkgh','success','Scenario\x20index\x20(1-based)','WzIZY','XdocC','yes','aUkdo','JquyU','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','--task','juapU','aJgfw','SYVhD','FKrNS','MYMee','get\x20<profile>\x20<key>','usage','nGuLp','.\x20[','WGpXn','HuWJP','add-scenario\x20<description>','debug-address-comments','setup\x20[tokenOrSubcommand]','4694784HjRxXI','model','Install\x20Ranger\x20skills','SvnQZ','vfEfV','ttEQw','opencode','Unknown\x20command','Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aTo\x20set\x20up\x20a\x20profile\x20for\x20your\x20app,\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20—\x20opens\x20a\x0abrowser\x20so\x20you\x20can\x20log\x20in\x20once.\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/config)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aDeprecated\x20(now\x20exit\x201\x20with\x20a\x20redirect):\x20`profile\x20update`,\x20`profile\x20encrypt-auth`,\x0a`profile\x20migrate`,\x20`setup\x20--ci`.\x20Run\x20`ranger\x20profile\x20add\x20<name>`\x20to\x20set\x20up\x20a\x0afresh\x20profile.\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.','YAjaG','CclZu','JbPDb','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','add\x20env\x20<env-name>','tlIGm','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','Kvssq','value','AXTJs','config\x20unset','config\x20list','tKhVn','fQOaD','Skip\x20browser\x20authentication','\x20is\x20no\x20longer\x20supported.\x20','skillup','notes','ranger\x20config\x20get','hzIkW','Authenticate\x20with\x20Ranger','cqVxA','obToK','name','mFtPl','Manage\x20profiles','mPGBm','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','VokGG','feature\x20create','List\x20all\x20feature\x20reviews','deps','UUBkJ','demandCommand','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','BvUdJ','zHUQQ','WuhOX','EVBcY','log','gEWvJ','STKjN','EIrOh','zMjKu','Jztvj','dXpux','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aConvention\x20is\x20one\x20profile\x20per\x20account\x20—\x20use\x20whatever\x20name\x20is\x20stable\x20for\x20that\x0aaccount\x20(email,\x20username,\x20etc.).\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x0aDeprecated\x20(exit\x201\x20with\x20a\x20redirect\x20message):\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20→\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20to\x20refresh\x20auth\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20→\x20no\x20longer\x20needed;\x20Ranger\x20manages\x20session\x20state\x0a\x20\x20migrate\x20[<profile>]\x20\x20\x20\x20\x20\x20\x20→\x20run\x20`ranger\x20profile\x20add\x20<name>`;\x20old\x20dirs\x20stay\x20readable\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20alice@example.com\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20headers.X-Debug\x201','GxFjS','array','verified','SgXlX','epilogue','Unknown\x20error','--scenario','Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','root','Name\x20of\x20the\x20profile','.ranger','key','Skip\x20interactive\x20confirmation\x20prompts.','skip-chromium','\x0aIssues:','RBuik','Feature\x20review\x20description','No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','use\x20<env-name>','ranger\x20feature\x20add-checklist-item','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.','Install\x20OS-level\x20dependencies\x20for\x20Chromium','GiDWl','unknown\x20error','oLzyy','ranger\x20setup\x20profiles\x20--scope=','bYkNW','You\x20must\x20specify\x20a\x20config\x20subcommand','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','ranger\x20add-scenario','iKgWc','elrqS','sySdV','aalNE','all','with-deps','evaluation','--env','item','ZgLio','user','fPFoH','SiQwC','encrypt-auth\x20<profile>','GaKns','vBPqE','ODBNR','eYTPE','LwJpt','incomplete','--profile','profile-name','mcp-bootstrap','list','ranger\x20profile\x20use','Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','suTTY','alias','session-id','ZdAwA','failed','ranger\x20profile\x20encrypt-auth','Config\x20key','XztbP','ZkXAk','Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.','positional','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','1253PeCrjJ','\x0aError:\x20','rjijw','1084UWpiKW','env\x20list','xEOiO','Task\x20description\x20(defaults\x20to\x20scenario\x20description)','ULbby','55mWXsvD','ggJAX','trackCommandError','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','tokenOrSubcommand','feature\x20restore','gubjT','headed','ilpXC','kLgQN','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','error','config\x20set','UlkeW','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','vgevM','login','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','feature\x20get-feedback','LEmeZ','Profile\x20name','Documentation:\x0a','Scenario\x20description','cvgBU','not_configured','.env','NFYku','checklist','setup:all','18528432rYHcyB','DqdQy','resume','✓\x20Login\x20succeeded\x20for\x20\x27','brinw','You\x20must\x20specify\x20a\x20profile\x20subcommand','pyqyr','print-access-token','help','vLtrg','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','Name\x20of\x20the\x20environment','tbjRo','emXLy','AkBgv','MBOwV','list\x20<profile>','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile','clean','option','dKxbd','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','CtRDQ','SHsUV','edit-scenario\x20<description>','DawTR','setup-header','ViebL','yFeWQ','report\x20[id]','QouKx','Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20','token','argv','force','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.','NUKAl','restore\x20<id>','json','Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)','wBXeT','UhnGr','OPvjV','scope','eVuoB','create\x20<name>','set\x20<env>\x20<key>\x20<value>','9PmZbuO','add\x20env','EkdQM','Add\x20profile\x20configuration','Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','start-path','SkcBg','evaluationReason','Msqlp','AWFWZ','wjWwL','ranger\x20go','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','MdzyG','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','JoNsm','Feature\x20review\x20name','task','olViN','safe-mode','command','strictCommands','TRTOq','qDZEi','config','IbOyO','xifxu','JHKIt','UHRGC','base-url','ROBmg','Get\x20a\x20config\x20value','save-creds','list\x20<env>','Skip\x20authentication','Summary:\x20','dLRCL','test_output','zFvLF','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','Config\x20value','Install\x20scope\x20for\x20plugin\x20and\x20skills','profile\x20login','ranger\x20profile\x20add','Feature\x20review\x20ID','Feature\x20review\x20ID\x20to\x20restore','LjzOF','CLJZd','GnfTc','KjcOY','some','set\x20<profile>\x20<key>\x20<value>','uNTdf','mGwtl','FGVOH','Include\x20soft-deleted\x20feature\x20reviews','scriptName','DyKRi','get-feedback\x20[id]','allow-insecure-localhost','Switch\x20to\x20using\x20a\x20specific\x20profile','slice','restore','2VsojIB','nhAxs'];_0x1a6e=function(){return _0x298498;};return _0x1a6e();}export function buildParser(_0x59e055){const _0x2e7e6e=_0x3880c4,_0x463392={'PdWxV':_0x2e7e6e(0x260),'gQtTK':_0x2e7e6e(0x14f),'nNOic':'string','zMjKu':_0x2e7e6e(0x289),'DAmDK':_0x2e7e6e(0x27a),'hzIkW':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','VYtqU':_0x2e7e6e(0x10e),'vmkfn':function(_0x595737,_0x4f0e6b){return _0x595737+_0x4f0e6b;},'AXTJs':_0x2e7e6e(0x11a),'STKjN':'Example:\x20ranger\x20create\x20my-feature','fPFoH':'--checklist','gePev':_0x2e7e6e(0x27f),'dinnU':'boolean','dKxbd':'limit','mllfF':_0x2e7e6e(0x1cc),'TPing':_0x2e7e6e(0x212),'HqkZZ':_0x2e7e6e(0x176),'wjWwL':'Feature\x20review\x20ID','tKhVn':function(_0x2d1f63,_0x4e83fd,_0x9cf818){return _0x2d1f63(_0x4e83fd,_0x9cf818);},'NFYku':'description','xiQrX':'Scenario\x20description','WGpXn':function(_0x1b7d1d,_0x2457d3,_0x140156){return _0x1b7d1d(_0x2457d3,_0x140156);},'oBXNa':_0x2e7e6e(0x190),'kHntR':_0x2e7e6e(0x1f7),'mFtPl':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','beGBO':_0x2e7e6e(0x205),'IbOyO':'report','cpymX':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','rjijw':_0x2e7e6e(0x1a7),'UlkeW':_0x2e7e6e(0x16c),'FKrNS':_0x2e7e6e(0x17d),'bZQRZ':_0x2e7e6e(0x130),'kMeeB':_0x2e7e6e(0x226),'GtavJ':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','XztbP':'Skip\x20authentication','HIOSl':'with-deps','bNFqf':_0x2e7e6e(0x28f),'QAXAs':'scope','tXboX':_0x2e7e6e(0x2a2),'XdocC':_0x2e7e6e(0xde),'GaKns':'opencode','KjcOY':_0x2e7e6e(0x1d8),'MdzyG':'Alias\x20for\x20--mcp-bootstrap','iKgWc':'setup:deps','LEmeZ':'setup:login','wpRer':function(_0x4be868,_0x28ec05){return _0x4be868!==_0x28ec05;},'kOfjH':function(_0x52c472,_0x4a27d4){return _0x52c472!==_0x4a27d4;},'tezqh':function(_0x41e4f8,_0x3c5f00){return _0x41e4f8+_0x3c5f00;},'xepjO':_0x2e7e6e(0x1bd),'oPBKf':_0x2e7e6e(0xdb),'mvCuQ':'Ranger\x20API\x20token\x20(rngr_...)','fQOaD':_0x2e7e6e(0x1ed),'emXLy':_0x2e7e6e(0x21e),'UhnGr':function(_0x240adf,_0x3676bc){return _0x240adf(_0x3676bc);},'ULbby':_0x2e7e6e(0x1d9),'SYVhD':'force','RFwiE':_0x2e7e6e(0x268),'hUUOQ':'Install\x20Chromium\x20browser\x20binary','DawTR':_0x2e7e6e(0x103),'aJgfw':_0x2e7e6e(0x25d),'pyqyr':'Install\x20Claude\x20Code\x20plugin\x20and\x20skills','ilpXC':'profiles','mcvWE':'url','gubjT':'allow-insecure-localhost','CJqoZ':'Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','FjOSg':_0x2e7e6e(0x1f6),'GnIij':_0x2e7e6e(0x1c0),'acQwh':_0x2e7e6e(0x192),'VVwrD':_0x2e7e6e(0x104),'cnAVE':_0x2e7e6e(0x15c),'ZkXAk':_0x2e7e6e(0x1f5),'muWla':_0x2e7e6e(0x286),'LLoYc':_0x2e7e6e(0x1df),'IZzoV':function(_0x4d1ee4,_0x4cdd47,_0x5237d8){return _0x4d1ee4(_0x4cdd47,_0x5237d8);},'SvnQZ':'Install\x20skills\x20for\x20OpenCode','elrqS':function(_0x1796ef,_0x422b0d,_0x5858e4){return _0x1796ef(_0x422b0d,_0x5858e4);},'htRqq':_0x2e7e6e(0x122),'sySdV':'profile-name','TRTOq':_0x2e7e6e(0x24f),'foRAb':_0x2e7e6e(0x206),'xPiDy':_0x2e7e6e(0x1ef),'xEOiO':_0x2e7e6e(0x182),'FGSqr':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','VJOre':_0x2e7e6e(0x12a),'jpWfC':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','SgXlX':'Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','azXPt':_0x2e7e6e(0x22c),'JUkCT':function(_0x4dcf04,_0x2810c2,_0x3b34e9,_0x28d230){return _0x4dcf04(_0x2810c2,_0x3b34e9,_0x28d230);},'ZWsbl':'profile\x20add','Kvssq':'profile\x20ls','vBPqE':'Cloud\x20profile\x20name','olViN':_0x2e7e6e(0x1c1),'Ilymf':_0x2e7e6e(0x222),'GxFjS':_0x2e7e6e(0x285),'nXpcy':'Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','fOOqM':_0x2e7e6e(0x107),'qDZEi':_0x2e7e6e(0xea),'bhMDl':'Config\x20value','CLJZd':'profile\x20config\x20unset','rrutU':_0x2e7e6e(0x172),'BvUdJ':'Set\x20a\x20config\x20value','HuWJP':_0x2e7e6e(0x15e),'MbdrR':'List\x20all\x20config\x20for\x20a\x20profile','zRfTo':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','plRFm':_0x2e7e6e(0x282),'GUCfq':'profile\x20use','dZyUy':'Name\x20of\x20the\x20profile\x20to\x20update','OPvjV':function(_0x2039a5,_0x43e2cb){return _0x2039a5===_0x43e2cb;},'wuent':_0x2e7e6e(0x291),'aVScg':'Config\x20key\x20to\x20remove','juapU':_0x2e7e6e(0x142),'guhHP':_0x2e7e6e(0x14d),'UoNqG':_0x2e7e6e(0x1ad),'Qqsxo':'update\x20<profile-name>','FLZxR':'migrate\x20[profile-name]','LjzOF':_0x2e7e6e(0x137),'ODBNR':'Manage\x20profile\x20configuration','ttEQw':'feature','qScNm':_0x2e7e6e(0x1de),'nrBDg':_0x2e7e6e(0x25a),'XesWq':_0x2e7e6e(0x191),'TcPwc':'start-path','TPIEC':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','RfqMB':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','ydLRU':_0x2e7e6e(0x241),'eVuoB':_0x2e7e6e(0x133),'yFeWQ':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','mlkgh':'partial','jSaLr':'debug-address-comments','qbzYH':'env','UUBkJ':_0x2e7e6e(0x150),'wgIGX':function(_0x474c03,_0x1ce907,_0x2e0311){return _0x474c03(_0x1ce907,_0x2e0311);},'OxLPk':function(_0x54f36f,_0x6e7bdc){return _0x54f36f(_0x6e7bdc);},'ewXbp':_0x2e7e6e(0x1fb),'MlviX':'You\x20must\x20specify\x20an\x20auth\x20subcommand','JMqhq':'ranger\x20setup','uNTdf':function(_0x20fc33,_0x58bc93,_0x5a3984){return _0x20fc33(_0x58bc93,_0x5a3984);},'CtBOJ':_0x2e7e6e(0xf6),'iIDXV':_0x2e7e6e(0xf1),'WReyH':_0x2e7e6e(0x18e),'LwJpt':_0x2e7e6e(0x264),'WPqoH':'debug-outcome','cvgBU':'incomplete','cSvkX':function(_0x29937a,_0x5acf7f,_0x1143b0){return _0x29937a(_0x5acf7f,_0x1143b0);},'NsZLm':'env-name','ypRLl':_0x2e7e6e(0x1f0),'gEWvJ':_0x2e7e6e(0x16a),'LQbIQ':function(_0x558cd5,_0x1bb1f4,_0x4cfdf2){return _0x558cd5(_0x1bb1f4,_0x4cfdf2);},'CCHDW':'ranger\x20use','JoNsm':function(_0x9d236d,_0x327b13,_0x2e1759){return _0x9d236d(_0x327b13,_0x2e1759);},'dlmzF':_0x2e7e6e(0x20a),'MEAAP':function(_0x43d07b,_0x547351,_0x75e2c2){return _0x43d07b(_0x547351,_0x75e2c2);},'HUkYw':_0x2e7e6e(0xff),'rljOn':_0x2e7e6e(0x25b),'OOKDs':'config\x20get','ggJAX':_0x2e7e6e(0x253),'poIvl':_0x2e7e6e(0x13e),'ENPaR':_0x2e7e6e(0x1ea),'NmzIX':_0x2e7e6e(0x160),'UeJcA':'unset\x20<env>\x20<key>','utgum':_0x2e7e6e(0x295),'QVztI':_0x2e7e6e(0x199),'vinTR':_0x2e7e6e(0xef),'tbjRo':function(_0x5559c7,_0x2a0700,_0x571ed4){return _0x5559c7(_0x2a0700,_0x571ed4);},'bGDlk':_0x2e7e6e(0x1c5),'gpQmS':_0x2e7e6e(0x197),'RYAHG':function(_0x1493a9,_0xae0d65,_0x24af7b){return _0x1493a9(_0xae0d65,_0x24af7b);},'EvVjw':'ranger\x20feature\x20create','MYMee':_0x2e7e6e(0x1fd),'DqdCm':function(_0x3c83bb,_0x19b473,_0x8a9053){return _0x3c83bb(_0x19b473,_0x8a9053);},'crwqP':_0x2e7e6e(0x28c),'ohlCQ':function(_0x1df0e9,_0x586b36,_0x28f1d4){return _0x1df0e9(_0x586b36,_0x28f1d4);},'KdTiq':'feature\x20add-checklist-item','mPGBm':function(_0x1d1bf9,_0x3187df,_0x446f06){return _0x1d1bf9(_0x3187df,_0x446f06);},'HRQQX':function(_0x77c19a,_0x4e81c5,_0xc8e04c){return _0x77c19a(_0x4e81c5,_0xc8e04c);},'MSVMP':_0x2e7e6e(0x105),'bVugM':'ranger\x20feature\x20delete','qOvhc':'ranger\x20delete','bgHCL':_0x2e7e6e(0xfd),'tlIGm':_0x2e7e6e(0x211),'MZKFi':'feature\x20list','tClkm':'ranger\x20show','CtuoI':'resume\x20[id]','ZsqLk':'delete\x20[id]','CmwQq':_0x2e7e6e(0x135),'rDUxi':'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','vgevM':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','IMujT':function(_0x11cbb7,_0x479d13,_0x5121ff){return _0x11cbb7(_0x479d13,_0x5121ff);},'SKlcm':_0x2e7e6e(0xe1),'bYkNW':_0x2e7e6e(0x1e6),'suTTY':function(_0x2e33f6){return _0x2e33f6();},'QtIee':function(_0x1696c7,_0x51253c){return _0x1696c7||_0x51253c;},'pfUwA':'Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','Oudga':_0x2e7e6e(0xdc),'bVwoS':'show\x20[id]','WuhOX':_0x2e7e6e(0x1dc),'MBOwV':_0x2e7e6e(0x128),'QouKx':_0x2e7e6e(0x12d),'FdUWw':'Restore\x20a\x20soft-deleted\x20feature\x20review','EIrOh':_0x2e7e6e(0x23f),'vfEfV':'Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','CBAfp':_0x2e7e6e(0x259),'GiDWl':_0x2e7e6e(0x242),'CwrtR':'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','KQrYM':_0x2e7e6e(0x262),'xcCqb':_0x2e7e6e(0x125),'KDnYS':'Print\x20the\x20current\x20CLI\x20access\x20token','GnfTc':'auth','zFvLF':'start\x20[token]','RkuzV':_0x2e7e6e(0x24d),'aLHUY':_0x2e7e6e(0x28b),'XFmqD':_0x2e7e6e(0x157),'HdJZK':'hook','fSZPe':_0x2e7e6e(0x108),'FGVOH':'\x20\x20https://docs.ranger.net\x0a','fVHKh':_0x2e7e6e(0x230),'MaSbh':_0x2e7e6e(0x118)};return _0x3b3633(_0x59e055??process[_0x2e7e6e(0x131)]['slice'](0x2))[_0x2e7e6e(0x177)](_0x463392[_0x2e7e6e(0x11d)])['usage'](TOP_LEVEL_HELP)[_0x2e7e6e(0x1c8)](getCurrentVersion())['command'](_0x2e7e6e(0x13d),_0x463392['pfUwA'],_0xe5e0d8=>{const _0x383740=_0x2e7e6e;return _0xe5e0d8[_0x383740(0xe9)](_0x463392['PdWxV'],{'type':_0x383740(0x219),'description':_0x463392['gQtTK'],'demandOption':!![]})['option']('description',{'type':_0x463392[_0x383740(0x1d4)],'alias':'d','description':_0x463392[_0x383740(0x274)]})[_0x383740(0x123)]('scenario',{'type':_0x463392['DAmDK'],'alias':'c','description':_0x463392[_0x383740(0x25c)]})[_0x383740(0x123)](_0x463392['VYtqU'],{'type':'array','hidden':!![]});},async _0x5be036=>{const _0x363853=_0x2e7e6e;if(!_0x5be036['name']){console['error'](_0x463392['vmkfn'](_0x463392[_0x363853(0x252)],_0x463392[_0x363853(0x272)])),process[_0x363853(0x1d5)](0x1);return;}warnFlagRenamed('ranger\x20create',_0x463392[_0x363853(0x2a3)],_0x463392[_0x363853(0x1b2)]);const _0x5e0cbf=_0x5be036['scenario']||_0x5be036['checklist'];await withTelemetry('create',()=>featureCreate(_0x5be036[_0x363853(0x260)],{'description':_0x5be036['description'],'scenarios':_0x5e0cbf}));})['command'](_0x463392['Oudga'],_0x2e7e6e(0x267),_0xd25001=>{const _0x565fb5=_0x2e7e6e;return _0xd25001[_0x565fb5(0x123)](_0x565fb5(0x1da),{'type':_0x463392['dinnU'],'description':_0x565fb5(0xfd)})[_0x565fb5(0x123)](_0x463392[_0x565fb5(0x124)],{'type':_0x463392[_0x565fb5(0x1ce)],'alias':'l','description':_0x565fb5(0x26b),'default':0xa})['option']('offset',{'type':'number','alias':'o','description':_0x463392[_0x565fb5(0x1bc)],'default':0x0})[_0x565fb5(0x123)]('include-deleted',{'type':_0x463392['dinnU'],'alias':'d','description':_0x463392['HqkZZ'],'default':![]});},async _0x43c12b=>{const _0x3beea5=_0x2e7e6e;await withTelemetry(_0x3beea5(0xdc),()=>featureList({'currentBranch':_0x43c12b['current-branch'],'limit':_0x43c12b[_0x3beea5(0x1bb)],'offset':_0x43c12b['offset'],'includeDeleted':_0x43c12b['include-deleted']}));})['command'](_0x463392['bVwoS'],_0x463392[_0x2e7e6e(0x26e)],_0x27b0b4=>{const _0x29c9f1=_0x2e7e6e;return _0x27b0b4[_0x29c9f1(0xe9)]('id',{'type':_0x463392['nNOic'],'description':_0x463392[_0x29c9f1(0x149)]});},async _0x7bd689=>{await _0x463392['tKhVn'](withTelemetry,'show',()=>featureShow(_0x7bd689['id']));})[_0x2e7e6e(0x153)](_0x463392['CtuoI'],_0x2e7e6e(0x21a),_0x4eed9d=>{const _0x277131=_0x2e7e6e;return _0x4eed9d[_0x277131(0xe9)]('id',{'type':'string','description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x2acfc3=>{const _0x3b7061=_0x2e7e6e;await withTelemetry(_0x3b7061(0x112),()=>featureResume(_0x2acfc3['id']));})[_0x2e7e6e(0x153)](_0x2e7e6e(0x23d),'Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0xb1cad5=>{const _0xd19695=_0x2e7e6e;return _0xb1cad5['positional'](_0x463392['NFYku'],{'type':_0x463392[_0xd19695(0x1d4)],'description':_0x463392[_0xd19695(0x1b7)],'demandOption':!![]})['option']('id',{'type':_0x463392[_0xd19695(0x1d4)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x221b82=>{const _0x52366d=_0x2e7e6e;await withTelemetry('add-scenario',()=>featureAddScenario(_0x221b82[_0x52366d(0x1f4)],_0x221b82['id']));})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x11f)],'Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x4128c1=>{const _0x5cf3b5=_0x2e7e6e;return _0x4128c1[_0x5cf3b5(0xe9)](_0x463392[_0x5cf3b5(0x10d)],{'type':_0x463392[_0x5cf3b5(0x1d4)],'description':'New\x20scenario\x20description','demandOption':!![]})['option'](_0x5cf3b5(0x225),{'type':_0x463392[_0x5cf3b5(0x1ce)],'description':_0x5cf3b5(0x195),'demandOption':!![]})['option']('id',{'type':_0x463392['nNOic'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x4eb79c=>{const _0x5066e7=_0x2e7e6e;await _0x463392[_0x5066e7(0x23b)](withTelemetry,_0x463392[_0x5066e7(0x186)],()=>featureEditScenario(_0x4eb79c['description'],{'id':_0x4eb79c['id'],'scenario':_0x4eb79c[_0x5066e7(0x225)]}));})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x12e)],'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x212cfb=>{const _0x1674fd=_0x2e7e6e;return _0x212cfb['positional']('id',{'type':_0x463392[_0x1674fd(0x1d4)],'description':_0x463392[_0x1674fd(0x149)]})['option'](_0x463392['kHntR'],{'type':'array','description':_0x463392[_0x1674fd(0x261)]})['option'](_0x1674fd(0x136),{'type':_0x1674fd(0x1e8),'description':_0x463392['beGBO'],'default':![]});},async _0x4251c6=>{const _0x398b0c=_0x2e7e6e,_0x5b9aef=_0x4251c6[_0x463392['kHntR']],_0x5d4824=_0x5b9aef?_0x5b9aef[_0x398b0c(0x1f8)](_0x2879b6=>Number(_0x2879b6)):undefined;await withTelemetry(_0x463392[_0x398b0c(0x158)],()=>featureReportPrDescription(_0x4251c6['id'],{'excludeScenarios':_0x5d4824,'json':_0x4251c6[_0x398b0c(0x136)]}));})['command']('get-review\x20[id]',_0x2e7e6e(0x1d6),_0x4cff38=>{const _0x1a2513=_0x2e7e6e;return _0x4cff38['positional']('id',{'type':_0x1a2513(0x219),'description':_0x463392['cpymX']});},async _0x7b44cf=>{const _0x2c65f1=_0x2e7e6e;await _0x463392[_0x2c65f1(0x255)](withTelemetry,_0x2c65f1(0x203),()=>featureGetReview(_0x7b44cf['id']));})['command'](_0x463392['ZsqLk'],_0x2e7e6e(0x28d),_0x4ffeb6=>{const _0x1a9533=_0x2e7e6e;return _0x4ffeb6['positional']('id',{'type':_0x1a9533(0x219),'description':_0x1a9533(0x16b)});},async _0x1a2f56=>{const _0x36e877=_0x2e7e6e;await withTelemetry(_0x463392[_0x36e877(0xed)],()=>featureDelete(_0x1a2f56['id']));})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x21b)],_0x463392['FdUWw'],_0x1e7b8e=>{const _0x10e46b=_0x2e7e6e;return _0x1e7b8e['positional']('id',{'type':_0x463392[_0x10e46b(0x1d4)],'description':_0x463392[_0x10e46b(0x100)],'demandOption':!![]});},async _0x3323af=>{const _0x4c26f2=_0x2e7e6e;await withTelemetry(_0x463392[_0x4c26f2(0x235)],()=>featureRestore(_0x3323af['id']));})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x273)],'Initialize\x20Ranger\x20in\x20your\x20project',_0x4cfcc7=>{const _0x17c9e1=_0x2e7e6e,_0x85e880={'okfmm':_0x463392['oPBKf'],'NUKAl':function(_0x46ac4d,_0x134f84,_0x4c74a8){return _0x46ac4d(_0x134f84,_0x4c74a8);},'KjkEB':function(_0x36502f,_0x819c26,_0x4d2721){return _0x36502f(_0x819c26,_0x4d2721);},'JquyU':_0x17c9e1(0x10f),'dHsNf':_0x17c9e1(0x130),'lHxaY':_0x17c9e1(0x219),'xifxu':_0x463392['mvCuQ'],'uembm':_0x463392[_0x17c9e1(0x170)],'Qmocw':'scope','RYnup':_0x17c9e1(0x168),'GYZeP':_0x463392[_0x17c9e1(0x256)],'zHUQQ':_0x463392[_0x17c9e1(0x11d)],'obToK':_0x17c9e1(0x246),'aalNE':function(_0x303b07,_0x28801b){return _0x463392['UhnGr'](_0x303b07,_0x28801b);},'CclZu':'setup:skills','idsWX':_0x463392[_0x17c9e1(0x22b)],'hFwzu':_0x463392[_0x17c9e1(0xf2)],'cdEzo':_0x463392['dinnU'],'ZgLio':_0x463392[_0x17c9e1(0x234)]};return _0x4cfcc7[_0x17c9e1(0x238)]('Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level')['positional'](_0x17c9e1(0xf7),{'type':'string','description':'Subcommand\x20or\x20API\x20token\x20(rngr_...)'})['command'](_0x17c9e1(0x29c),_0x17c9e1(0x18b),_0x44c3ca=>{const _0x4cf0b7=_0x17c9e1;return _0x44c3ca[_0x4cf0b7(0x123)](_0x463392['bZQRZ'],{'type':'string','description':_0x463392['kMeeB']})['option'](_0x4cf0b7(0x286),{'type':_0x463392[_0x4cf0b7(0x198)],'description':_0x463392[_0x4cf0b7(0x213)],'default':![]})['option'](_0x4cf0b7(0x1d9),{'type':_0x463392[_0x4cf0b7(0x198)],'description':_0x463392[_0x4cf0b7(0xe6)],'default':![]})[_0x4cf0b7(0x123)](_0x463392[_0x4cf0b7(0x18c)],{'type':_0x463392[_0x4cf0b7(0x198)],'description':_0x463392[_0x4cf0b7(0x1f2)],'default':![]})[_0x4cf0b7(0x123)](_0x463392['QAXAs'],{'type':'string','choices':[_0x463392['tXboX']],'hidden':!![],'description':_0x463392['XdocC']})[_0x4cf0b7(0x123)]('url',{'type':_0x463392['nNOic'],'description':_0x4cf0b7(0x1c3)})[_0x4cf0b7(0x123)]('force',{'type':_0x463392[_0x4cf0b7(0x198)],'description':_0x4cf0b7(0x1ef),'default':![]})[_0x4cf0b7(0x123)](_0x463392[_0x4cf0b7(0xd3)],{'type':_0x463392['dinnU'],'description':_0x4cf0b7(0x1ed),'default':![]})['option']('allow-insecure-localhost',{'type':'boolean','description':_0x4cf0b7(0x166),'default':![]})[_0x4cf0b7(0x123)](_0x4cf0b7(0xdb),{'type':_0x463392['dinnU'],'description':_0x4cf0b7(0x22f),'default':![]})['option'](_0x463392['KjcOY'],{'type':_0x4cf0b7(0x1e8),'description':_0x463392[_0x4cf0b7(0x14c)],'default':![]});},async _0x21778f=>{const _0x2244ce=_0x17c9e1;(_0x21778f[_0x85e880['okfmm']]||_0x21778f['mcp'])&&await _0x85e880['NUKAl'](withTelemetry,_0x85e880['okfmm'],()=>mcpBootstrap()),await _0x85e880['KjkEB'](withTelemetry,_0x85e880[_0x2244ce(0x22e)],_0x2e391e=>start(_0x21778f['token'],{'skipChromium':_0x21778f['skip-chromium'],'skipAuth':_0x21778f[_0x2244ce(0x1d9)],'withDeps':_0x21778f[_0x2244ce(0x29d)],'scope':_0x21778f['scope'],'url':_0x21778f['url'],'force':_0x21778f['force'],'opencode':_0x21778f['opencode'],'allowInsecureLocalhost':_0x21778f['allow-insecure-localhost']},_0x2e391e));})['command'](_0x463392['RFwiE'],_0x463392['hUUOQ'],_0x4d47cf=>{const _0xdaa333=_0x17c9e1;return _0x4d47cf[_0xdaa333(0x123)](_0x463392['HIOSl'],{'type':_0x463392['dinnU'],'description':_0xdaa333(0x1f6),'default':![]});},async _0x8a0286=>{const _0x445b1d=_0x17c9e1;await withTelemetry(_0x463392[_0x445b1d(0x298)],()=>ensureChromium(_0x8a0286[_0x445b1d(0x29d)]));})[_0x17c9e1(0x153)](_0x463392[_0x17c9e1(0x129)],_0x463392[_0x17c9e1(0x233)],_0x2035c4=>{const _0x564daf=_0x17c9e1;return _0x2035c4[_0x564daf(0x123)](_0x85e880['dHsNf'],{'type':_0x85e880['lHxaY'],'description':_0x85e880[_0x564daf(0x159)]})[_0x564daf(0x123)](_0x85e880['uembm'],{'type':_0x564daf(0x1e8),'description':'Authenticate\x20via\x20MCP\x20proxy','default':![]});},async _0x17803f=>{const _0x5d4c6a=_0x17c9e1,_0x1f835c={'wBXeT':function(_0x41b5ab){return _0x41b5ab();},'fGmGM':function(_0x32f4ee,_0x5a2098){return _0x32f4ee(_0x5a2098);}};await withTelemetry(_0x463392[_0x5d4c6a(0x106)],async()=>{const _0x422899=_0x5d4c6a;if(_0x17803f[_0x422899(0x1d8)]){await _0x1f835c[_0x422899(0x138)](mcpBootstrap);const _0x1eeed0=await refreshCliToken();if(!_0x1eeed0)throw new Error(_0x422899(0x280));const _0x33bef6=await _0x1f835c[_0x422899(0x1e9)](getCurrentUser,_0x1eeed0);if(!_0x33bef6[_0x422899(0x228)])throw new Error(_0x422899(0x12f)+_0x33bef6[_0x422899(0xfe)]);console['log']('✓\x20Authenticated\x20to\x20'+_0x33bef6[_0x422899(0x2a2)]['organizationName']);return;}await _0x1f835c['fGmGM'](authenticate,_0x17803f[_0x422899(0x130)]);});})['command']('skills',_0x463392[_0x17c9e1(0x116)],_0x54e2e0=>{const _0x4447f1=_0x17c9e1;return _0x54e2e0[_0x4447f1(0x123)](_0x85e880['Qmocw'],{'type':_0x85e880['lHxaY'],'choices':[_0x4447f1(0x2a2),_0x4447f1(0x1d3)],'description':_0x85e880[_0x4447f1(0x20f)]})[_0x4447f1(0x123)]('opencode',{'type':'boolean','description':_0x85e880['GYZeP'],'default':![]});},async _0x4df8b2=>{const _0x4bf99f=_0x17c9e1;await _0x85e880['KjkEB'](withTelemetry,_0x85e880[_0x4bf99f(0x24a)],async()=>{const _0x5f27ae=_0x4bf99f,_0x472066=_0x4df8b2[_0x5f27ae(0x13b)];if(_0x4df8b2[_0x5f27ae(0x246)]){const _0x5cb129=await ensureOpencodePluginConfig(_0x472066);_0x5cb129&&await _0x85e880[_0x5f27ae(0x134)](installSkill,_0x85e880[_0x5f27ae(0x26d)],{'level':_0x5cb129[_0x5f27ae(0x13b)],'cliVersion':getCurrentVersion(),'platform':_0x85e880[_0x5f27ae(0x25f)]});}else await _0x85e880[_0x5f27ae(0x29b)](ensureClaudePlugin,_0x472066),await ensureClaudeSkills(_0x472066);});})[_0x17c9e1(0x153)](_0x463392[_0x17c9e1(0xfb)],'Set\x20up\x20a\x20local\x20browser\x20profile',_0x413ecf=>{const _0x244c60=_0x17c9e1;return _0x413ecf[_0x244c60(0x123)](_0x244c60(0x13b),{'type':_0x244c60(0x219),'choices':['user'],'description':_0x85e880['idsWX']})[_0x244c60(0x123)](_0x244c60(0x188),{'type':_0x85e880['lHxaY'],'description':'Base\x20URL\x20of\x20the\x20running\x20app'})['option'](_0x85e880['hFwzu'],{'type':_0x85e880['cdEzo'],'description':_0x244c60(0x257),'default':![]})[_0x244c60(0x123)](_0x85e880[_0x244c60(0x2a1)],{'type':_0x244c60(0x1e8),'description':_0x244c60(0x1ef),'default':![]})['option']('allow-insecure-localhost',{'type':_0x85e880[_0x244c60(0x1b5)],'description':_0x244c60(0x166),'default':![]});},async _0x53be29=>{const _0xb42757=_0x17c9e1,_0x45df41=_0x53be29['scope'];_0x463392['wpRer'](_0x45df41,undefined)&&_0x463392['kOfjH'](_0x45df41,_0xb42757(0x2a2))&&(console[_0xb42757(0xfe)](_0x463392[_0xb42757(0x1fe)](_0xb42757(0x293)+_0x45df41+_0xb42757(0x258),'Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20')+_0xb42757(0xe8)),process['exit'](0x1)),await _0x463392[_0xb42757(0x255)](withTelemetry,_0x463392['xepjO'],_0x2b6faa=>ensureLocalEnv({'url':_0x53be29['url'],'force':_0x53be29['force'],'allowInsecureLocalhost':_0x53be29['allow-insecure-localhost'],'scope':'user'},_0x2b6faa));})['option']('skip-chromium',{'type':_0x463392[_0x17c9e1(0x198)],'description':_0x463392[_0x17c9e1(0x213)],'default':![]})[_0x17c9e1(0x123)](_0x463392[_0x17c9e1(0x216)],{'type':_0x17c9e1(0x219),'choices':[_0x463392['tXboX']],'hidden':!![],'description':_0x463392['XdocC']})[_0x17c9e1(0x123)](_0x463392['mcvWE'],{'type':_0x17c9e1(0x219),'description':_0x17c9e1(0x101)})[_0x17c9e1(0x123)](_0x463392['SYVhD'],{'type':'boolean','description':_0x17c9e1(0x1ef),'default':![]})['option'](_0x463392['GaKns'],{'type':_0x463392[_0x17c9e1(0x198)],'description':_0x463392['fQOaD'],'default':![]})['option'](_0x463392[_0x17c9e1(0xf9)],{'type':_0x463392['dinnU'],'description':_0x17c9e1(0x296),'default':![]})[_0x17c9e1(0x123)](_0x463392['oPBKf'],{'type':_0x463392['dinnU'],'description':_0x17c9e1(0x1fa),'default':![]})['option']('skip-auth',{'type':'boolean','description':_0x463392['CJqoZ'],'default':![]})['option'](_0x17c9e1(0x29d),{'type':_0x463392[_0x17c9e1(0x198)],'description':_0x463392['FjOSg'],'default':![]})[_0x17c9e1(0x123)](_0x17c9e1(0x130),{'type':_0x17c9e1(0x219),'hidden':!![],'description':_0x463392['GnIij']});},async _0x59fdc3=>{const _0x418e4d=_0x2e7e6e,_0x156c95=_0x59fdc3['tokenOrSubcommand'],_0x1cc724=_0x59fdc3[_0x418e4d(0x130)]??_0x156c95;_0x59fdc3['mcp-bootstrap']&&await withTelemetry(_0x418e4d(0xdb),()=>mcpBootstrap()),await _0x463392['WGpXn'](withTelemetry,_0x463392['acQwh'],_0x42b089=>start(_0x1cc724,{'skipChromium':_0x59fdc3[_0x418e4d(0x286)],'skipAuth':_0x59fdc3[_0x418e4d(0x1d9)],'withDeps':_0x59fdc3['with-deps'],'scope':_0x59fdc3[_0x418e4d(0x13b)],'url':_0x59fdc3[_0x418e4d(0x188)],'force':_0x59fdc3['force'],'opencode':_0x59fdc3[_0x418e4d(0x246)],'allowInsecureLocalhost':_0x59fdc3['allow-insecure-localhost']},_0x42b089));})['command']('setup-ci\x20<token>',_0x2e7e6e(0x24c),_0x17e8c3=>{const _0xbb7af9=_0x2e7e6e;return _0x17e8c3['positional']('token',{'type':'string','description':_0x463392[_0xbb7af9(0x1db)],'demandOption':!![]})[_0xbb7af9(0x123)]('profile',{'type':_0xbb7af9(0x219),'description':_0x463392[_0xbb7af9(0x1f1)]})['option'](_0x463392['cnAVE'],{'type':_0x463392['nNOic'],'description':_0x463392[_0xbb7af9(0xe7)]})[_0xbb7af9(0x123)](_0x463392['muWla'],{'type':_0xbb7af9(0x1e8),'description':_0x463392[_0xbb7af9(0x1a3)],'default':![]});},async _0x5d5dfc=>{const _0x287743=_0x2e7e6e;await withTelemetry('setup-ci',_0xa67b29=>setupCi(_0x5d5dfc[_0x287743(0x130)],{'profile':_0x5d5dfc['profile'],'baseUrl':_0x5d5dfc['base-url'],'skipChromium':_0x5d5dfc[_0x287743(0x286)]},_0xa67b29));})['command'](_0x463392[_0x2e7e6e(0x129)],_0x463392[_0x2e7e6e(0x244)],()=>{},async()=>{const _0x9fafcf=_0x2e7e6e;await _0x463392[_0x9fafcf(0x1c2)](withTelemetry,_0x9fafcf(0x103),()=>login());})[_0x2e7e6e(0x153)](_0x463392['CBAfp'],_0x463392[_0x2e7e6e(0x290)],_0x2fda2a=>{const _0xbc1fdd=_0x2e7e6e;return _0x2fda2a[_0xbc1fdd(0x123)](_0xbc1fdd(0x246),{'type':'boolean','description':_0x463392[_0xbc1fdd(0x243)],'default':![]})[_0xbc1fdd(0x123)]('scope',{'type':_0x463392[_0xbc1fdd(0x1d4)],'choices':['user','project'],'description':'Install\x20scope\x20for\x20skills'});},async _0x4da323=>{const _0x28c0a3=_0x2e7e6e,_0x1255c5=Boolean(_0x4da323[_0x28c0a3(0x246)]);await withTelemetry('skillup',()=>skillup({'autoInstall':_0x4da323['scope'],'platform':_0x1255c5?_0x28c0a3(0x246):'claude'}));})['command'](_0x463392[_0x2e7e6e(0x1c6)],_0x463392['CwrtR'],()=>{},async()=>{const _0x442348=_0x2e7e6e;await _0x463392[_0x442348(0x299)](withTelemetry,_0x463392[_0x442348(0x1c6)],()=>clean());})[_0x2e7e6e(0x153)]([_0x2e7e6e(0x18e),_0x463392[_0x2e7e6e(0xfb)]],_0x463392['KQrYM'],_0x25208f=>{const _0xb6c35d=_0x2e7e6e,_0x228d20={'USKLm':_0xb6c35d(0xda),'EVBcY':_0xb6c35d(0x219),'UEZQn':_0x463392['plRFm'],'ViebL':_0x463392['GUCfq'],'JHKIt':_0x463392['dZyUy'],'pCbOB':_0x463392[_0xb6c35d(0xf9)],'eYTPE':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','rDQGp':function(_0x2687f6,_0x12f938,_0x4d593c){return _0x2687f6(_0x12f938,_0x4d593c);},'wDomU':function(_0x14e6ef,_0x3c3176){const _0x4a0f11=_0xb6c35d;return _0x463392[_0x4a0f11(0x13a)](_0x14e6ef,_0x3c3176);},'wUxOY':_0x463392['wuent'],'URqMK':function(_0x3e5cb7,_0x1bf905,_0xe4c0d1){return _0x3e5cb7(_0x1bf905,_0xe4c0d1);},'nhAxs':_0xb6c35d(0x169),'UHRGC':_0x463392['fOOqM'],'WHYgx':_0xb6c35d(0xe5),'JbPDb':'profile\x20config\x20get','SHsUV':_0xb6c35d(0x18e),'dLRCL':_0x463392['aVScg']};return _0x25208f[_0xb6c35d(0x238)](PROFILE_HELP)['command'](_0xb6c35d(0x217),_0x463392[_0xb6c35d(0x232)],_0x4cf215=>{const _0x2a4263=_0xb6c35d;return _0x4cf215['positional'](_0x463392['sySdV'],{'type':_0x463392[_0x2a4263(0x1d4)],'description':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':'boolean','description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x2a4263(0x1d9),{'type':_0x463392['dinnU'],'description':_0x463392[_0x2a4263(0x155)],'default':![]})[_0x2a4263(0x123)](_0x2a4263(0x188),{'type':'string','description':_0x463392['foRAb']})[_0x2a4263(0x123)](_0x2a4263(0x132),{'type':_0x2a4263(0x1e8),'description':_0x463392[_0x2a4263(0x18f)],'default':![]})['option'](_0x2a4263(0x1ba),{'type':_0x2a4263(0x219),'description':_0x463392[_0x2a4263(0xf0)]})[_0x2a4263(0x123)]('allow-insecure-localhost',{'type':_0x463392['dinnU'],'description':_0x2a4263(0x296),'default':![]})['option'](_0x2a4263(0x152),{'type':_0x2a4263(0x1e8),'description':_0x463392[_0x2a4263(0x180)],'default':![]})['option'](_0x463392['VJOre'],{'type':_0x463392['nNOic'],'array':!![],'description':_0x463392['jpWfC']})[_0x2a4263(0x123)](_0x2a4263(0x13b),{'type':_0x2a4263(0x219),'choices':[_0x2a4263(0x2a2),'project'],'description':_0x463392[_0x2a4263(0x27c)]})['option'](_0x463392['azXPt'],{'type':_0x2a4263(0x1e8),'alias':'y','description':_0x2a4263(0x143),'default':![]});},async _0x38a181=>{const _0x19fbc8=_0xb6c35d;await _0x463392[_0x19fbc8(0x1a2)](withTelemetry,_0x463392[_0x19fbc8(0x194)],_0x549dbe=>addEnv(_0x38a181[_0x19fbc8(0xda)],{'ci':_0x38a181['ci'],'skipAuth':_0x38a181['skip-auth'],'url':_0x38a181[_0x19fbc8(0x188)],'force':_0x38a181['force'],'cdpEndpoint':_0x38a181['cdp-endpoint'],'allowInsecureLocalhost':_0x38a181[_0x19fbc8(0x17a)],'safeMode':_0x38a181[_0x19fbc8(0x152)],'setupHeader':_0x38a181[_0x19fbc8(0x12a)],'scope':_0x38a181[_0x19fbc8(0x13b)],'yes':_0x38a181[_0x19fbc8(0x22c)]},_0x549dbe),{'isElectron':Boolean(_0x38a181['cdp-endpoint'])});})[_0xb6c35d(0x153)](_0xb6c35d(0x1f3),_0xb6c35d(0x17b),_0x53a35b=>{const _0x492a73=_0xb6c35d;return _0x53a35b[_0x492a73(0xe9)](_0x228d20[_0x492a73(0x1c9)],{'type':_0x228d20[_0x492a73(0x26f)],'description':_0x228d20[_0x492a73(0x208)],'demandOption':!![]});},async _0x56ff68=>{const _0x1875ea=_0xb6c35d;await withTelemetry(_0x228d20[_0x1875ea(0x12b)],()=>useEnv(_0x56ff68['profile-name']));})[_0xb6c35d(0x153)](_0xb6c35d(0xd2),_0x463392[_0xb6c35d(0x1af)],_0x3c70e6=>{const _0x2ee4a1=_0xb6c35d;return _0x3c70e6[_0x2ee4a1(0xe9)]('profile',{'type':'string','description':'Profile\x20name','demandOption':!![]});},async _0x297b72=>{const _0x482f66=_0xb6c35d;await withTelemetry(_0x482f66(0x19a),()=>authEncrypt(_0x297b72['profile']));})[_0xb6c35d(0x153)]('ls',_0x463392['UoNqG'],()=>{},async()=>{const _0x20d92f=_0xb6c35d;await withTelemetry(_0x463392[_0x20d92f(0x250)],()=>envList());})[_0xb6c35d(0x153)](_0x463392['Qqsxo'],'Update\x20authentication\x20for\x20an\x20existing\x20profile',_0x19ec35=>{const _0x190127=_0xb6c35d;return _0x19ec35['positional'](_0x228d20[_0x190127(0x1c9)],{'type':'string','description':_0x228d20[_0x190127(0x15a)],'demandOption':!![]})['option'](_0x228d20[_0x190127(0x209)],{'type':'boolean','description':_0x228d20[_0x190127(0xd6)]});},async _0xf8405b=>{const _0x32dffe=_0xb6c35d;await _0x228d20[_0x32dffe(0x214)](withTelemetry,_0x32dffe(0x196),_0x419aca=>updateEnv(_0xf8405b['profile-name'],_0x419aca,{'allowInsecureLocalhost':_0xf8405b[_0x32dffe(0x17a)]}));})[_0xb6c35d(0x153)]('login\x20<name>',![],_0x2fca8a=>{const _0x1274f5=_0xb6c35d;return _0x2fca8a['positional'](_0x1274f5(0x260),{'type':'string','description':_0x463392[_0x1274f5(0xd4)],'demandOption':!![]});},async _0x250836=>{const _0xa62445=_0xb6c35d;await _0x228d20[_0xa62445(0x1a0)](withTelemetry,_0x228d20[_0xa62445(0x17f)],async()=>{const _0x533370=_0xa62445,_0x4afb66=process['env']['RANGER_TEST_USERNAME'],_0x4077ee=process['env'][_0x533370(0x1ff)];(!_0x4afb66||!_0x4077ee)&&(console['error'](_0x533370(0x277)),process['exit'](0x1));const _0x3a601d=_0x250836['name'],_0x6d89ca=await serverSideLogin(_0x3a601d,{'force':!![]});_0x228d20['wDomU'](_0x6d89ca['status'],_0x533370(0x10b))&&(console[_0x533370(0xfe)](_0x533370(0x28e)),process[_0x533370(0x1d5)](0x1)),_0x6d89ca['status']==='failed'&&(console['error']('Login\x20failed:\x20'+(_0x6d89ca['error']??_0x228d20['wUxOY'])),_0x6d89ca['test_output']&&console[_0x533370(0xfe)](_0x6d89ca[_0x533370(0x164)]),process['exit'](0x1)),console['log'](_0x533370(0x113)+_0x3a601d+_0x533370(0x19d));});})[_0xb6c35d(0x153)](_0x463392['FLZxR'],_0x463392[_0xb6c35d(0x16d)],_0x2440e3=>{const _0x3bf6a7=_0xb6c35d;return _0x2440e3['positional'](_0x463392[_0x3bf6a7(0x29a)],{'type':_0x463392['nNOic'],'description':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.'})['option']('all',{'type':_0x463392[_0x3bf6a7(0x198)],'description':_0x463392[_0x3bf6a7(0x151)],'default':![]})['option']('dry-run',{'type':'boolean','description':_0x463392['Ilymf'],'default':![]})[_0x3bf6a7(0x123)](_0x3bf6a7(0x22c),{'type':_0x463392[_0x3bf6a7(0x198)],'alias':'y','description':_0x463392[_0x3bf6a7(0x279)],'default':![]})[_0x3bf6a7(0x123)]('save-creds',{'type':'boolean','description':_0x463392[_0x3bf6a7(0x202)],'default':![]});},async _0x43d685=>{const _0x4539dd=_0xb6c35d;await withTelemetry('profile\x20migrate',_0x2572a0=>migrateProfile({'profileName':_0x43d685[_0x4539dd(0xda)],'all':_0x43d685[_0x4539dd(0x29c)],'dryRun':_0x43d685[_0x4539dd(0x18d)],'yes':_0x43d685[_0x4539dd(0x22c)],'saveCreds':_0x43d685[_0x4539dd(0x15f)]},_0x2572a0));})['command']('config',_0x463392[_0xb6c35d(0xd5)],_0x3cf6ba=>{const _0x4b8756=_0xb6c35d,_0x55b74f={'aUkdo':'string','dXpux':_0x463392['fOOqM'],'Msqlp':_0x463392[_0x4b8756(0x156)],'vLtrg':_0x463392['bhMDl'],'AkBgv':function(_0x4d9818,_0x568048,_0x2bdd5f){return _0x4d9818(_0x568048,_0x2bdd5f);},'jWywb':_0x463392[_0x4b8756(0x16e)]};return _0x3cf6ba['usage'](PROFILE_CONFIG_HELP)[_0x4b8756(0x153)](_0x463392[_0x4b8756(0x1d1)],_0x463392[_0x4b8756(0x26c)],_0x31d555=>{const _0x57176f=_0x4b8756;return _0x31d555[_0x57176f(0xe9)]('profile',{'type':_0x55b74f['aUkdo'],'description':_0x55b74f[_0x57176f(0x276)],'demandOption':!![]})[_0x57176f(0xe9)]('key',{'type':'string','description':_0x55b74f[_0x57176f(0x147)],'demandOption':!![]})['positional']('value',{'type':_0x55b74f[_0x57176f(0x22d)],'description':_0x55b74f[_0x57176f(0x119)],'demandOption':!![]});},async _0x576cad=>{const _0x429f7e=_0x4b8756;await _0x55b74f['AkBgv'](withTelemetry,'profile\x20config\x20set',()=>configSet(_0x576cad[_0x429f7e(0x18e)],_0x576cad[_0x429f7e(0x284)],_0x576cad['value']));})[_0x4b8756(0x153)](_0x4b8756(0x237),_0x463392[_0x4b8756(0x23c)],_0x183b91=>{const _0x3006d8=_0x4b8756;return _0x183b91[_0x3006d8(0xe9)](_0x3006d8(0x18e),{'type':'string','description':_0x228d20['UHRGC'],'demandOption':!![]})['positional']('key',{'type':_0x228d20['EVBcY'],'description':_0x228d20['WHYgx'],'demandOption':!![]});},async _0x4544e4=>{const _0x3d941c=_0x4b8756;await withTelemetry(_0x228d20[_0x3d941c(0x24b)],()=>configGet(_0x4544e4[_0x3d941c(0x18e)],_0x4544e4[_0x3d941c(0x284)]));})['command'](_0x4b8756(0x120),_0x463392[_0x4b8756(0x1eb)],_0x3cf0c2=>{const _0x39b281=_0x4b8756;return _0x3cf0c2[_0x39b281(0xe9)](_0x39b281(0x18e),{'type':'string','description':_0x228d20[_0x39b281(0x15b)],'demandOption':!![]});},async _0x33ecc1=>{const _0x21d269=_0x4b8756;await _0x55b74f[_0x21d269(0x11e)](withTelemetry,'profile\x20config\x20list',()=>configList(_0x33ecc1['profile']));})['command']('unset\x20<profile>\x20<key>','Remove\x20a\x20config\x20value',_0x381cf8=>{const _0x5359df=_0x4b8756;return _0x381cf8['positional'](_0x228d20[_0x5359df(0x127)],{'type':'string','description':_0x5359df(0x107),'demandOption':!![]})['positional'](_0x5359df(0x284),{'type':_0x228d20['EVBcY'],'description':_0x228d20[_0x5359df(0x163)],'demandOption':!![]});},async _0x425a6c=>{const _0x176b38=_0x4b8756;await _0x55b74f[_0x176b38(0x11e)](withTelemetry,_0x55b74f[_0x176b38(0x21d)],()=>configUnset(_0x425a6c['profile'],_0x425a6c['key']));})[_0x4b8756(0x153)](_0x4b8756(0x1a4),_0x4b8756(0x121),_0x209406=>{const _0x23aefa=_0x4b8756;return _0x209406[_0x23aefa(0xe9)]('profile',{'type':'string','description':_0x23aefa(0x107),'demandOption':!![]});},async _0x237a77=>{const _0x29f11c=_0x4b8756;await withTelemetry('profile\x20config\x20reset',()=>configReset(_0x237a77[_0x29f11c(0x18e)]));})['demandCommand'](0x1,_0x463392[_0x4b8756(0x1ee)]);})[_0xb6c35d(0x26a)](0x1,_0xb6c35d(0x115));})['command']('status','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{await withTelemetry('status',()=>status());})[_0x2e7e6e(0x153)]('update',_0x463392['xcCqb'],()=>{},async()=>{const _0x274982=_0x2e7e6e;await _0x463392['tKhVn'](withTelemetry,_0x274982(0x21f),()=>update());})['command']('print-access-token',_0x463392['KDnYS'],()=>{},async()=>{const _0x4555f1=_0x2e7e6e,_0x398241={'DyKRi':function(_0x571636){return _0x571636();},'mUGEc':_0x4555f1(0x28a)};await _0x463392['tKhVn'](withTelemetry,_0x4555f1(0x117),async()=>{const _0x70ffdd=_0x4555f1,_0x3a687f=await _0x398241[_0x70ffdd(0x178)](getToken);if(!_0x3a687f)throw new Error(_0x398241['mUGEc']);console['log'](_0x3a687f);});})['command']('go','Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.',_0x5d6813=>{const _0x52742d=_0x2e7e6e;return _0x5d6813[_0x52742d(0x123)](_0x463392[_0x52742d(0x245)],{'type':_0x463392['nNOic'],'description':'Optional\x20feature\x20ID'})[_0x52742d(0x123)]('profile',{'type':_0x52742d(0x219),'description':_0x463392['qScNm']})['option'](_0x463392['nrBDg'],{'type':_0x52742d(0x219),'description':_0x463392['XesWq']})['option'](_0x52742d(0x225),{'type':_0x463392['mllfF'],'description':_0x52742d(0x229)})[_0x52742d(0x123)](_0x463392['TcPwc'],{'type':_0x463392['nNOic'],'description':_0x463392['TPIEC']})['option'](_0x463392[_0x52742d(0x1fc)],{'type':_0x463392[_0x52742d(0x1d4)],'description':_0x463392['RfqMB']})['option'](_0x463392['ydLRU'],{'type':_0x52742d(0x219),'description':_0x463392[_0x52742d(0x13c)]})['option'](_0x52742d(0xfa),{'type':_0x52742d(0x1e8),'description':_0x463392[_0x52742d(0x12c)],'default':![]})['option'](_0x52742d(0x1d2),{'type':_0x463392[_0x52742d(0x1d4)],'hidden':!![],'choices':[_0x52742d(0x27b),_0x463392[_0x52742d(0x227)],'blocked',_0x52742d(0xe3),'incomplete']})[_0x52742d(0x123)](_0x463392['jSaLr'],{'type':_0x463392['dinnU'],'hidden':!![]})['option'](_0x463392['qbzYH'],{'type':_0x463392[_0x52742d(0x1d4)],'hidden':!![]})['option'](_0x463392[_0x52742d(0x269)],{'type':_0x463392['nNOic'],'hidden':!![]})[_0x52742d(0x123)](_0x52742d(0x2a0),{'type':_0x463392['mllfF'],'hidden':!![]});},async _0x395c7f=>{await runGoCommand(_0x395c7f);})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x16f)],![],_0xc5e174=>{const _0x170f4e=_0x2e7e6e,_0x45dc5e={'WLLzp':_0x463392[_0x170f4e(0x1d4)],'VokGG':_0x463392['fOOqM'],'iZwaL':function(_0x55fbd4,_0x3bb73e,_0x30e2bb){return _0x463392['wgIGX'](_0x55fbd4,_0x3bb73e,_0x30e2bb);},'IMwqy':_0x170f4e(0x215),'UnFVw':_0x170f4e(0xe4),'GdscJ':function(_0x1b92b8,_0x26b4a2){const _0x343df8=_0x170f4e;return _0x463392[_0x343df8(0x19b)](_0x1b92b8,_0x26b4a2);}};return _0xc5e174[_0x170f4e(0x153)](_0x463392['ewXbp'],![],_0x3fe14d=>{const _0xc0c5ac=_0x170f4e;return _0x3fe14d[_0xc0c5ac(0xe9)](_0xc0c5ac(0x18e),{'type':_0x45dc5e['WLLzp'],'description':_0x45dc5e[_0xc0c5ac(0x265)],'demandOption':!![]});},async _0x4922ee=>{const _0x31ad52=_0x170f4e;_0x45dc5e[_0x31ad52(0x189)](warnRenamed,_0x45dc5e['IMwqy'],_0x45dc5e['UnFVw']),await _0x45dc5e[_0x31ad52(0x1bf)](authEncrypt,_0x4922ee[_0x31ad52(0x18e)]);})['demandCommand'](0x1,_0x463392['MlviX']);},()=>{})['command'](_0x463392[_0x2e7e6e(0x165)],![],_0x40be6e=>{const _0x1cbe44=_0x2e7e6e;return _0x40be6e[_0x1cbe44(0xe9)](_0x463392[_0x1cbe44(0x204)],{'type':_0x463392[_0x1cbe44(0x1d4)],'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})['option']('skip-chromium',{'type':_0x463392['dinnU'],'description':_0x463392['GtavJ'],'default':![]})[_0x1cbe44(0x123)](_0x1cbe44(0x13b),{'type':_0x463392['nNOic'],'choices':[_0x463392[_0x1cbe44(0x19f)]],'hidden':!![],'description':_0x463392[_0x1cbe44(0x22b)]})[_0x1cbe44(0x123)](_0x1cbe44(0x188),{'type':_0x463392['nNOic'],'description':_0x1cbe44(0x101)})[_0x1cbe44(0x123)](_0x463392[_0x1cbe44(0x234)],{'type':_0x463392[_0x1cbe44(0x198)],'description':_0x1cbe44(0x1ef),'default':![]})[_0x1cbe44(0x123)](_0x463392[_0x1cbe44(0xf2)],{'type':_0x463392[_0x1cbe44(0x198)],'description':_0x1cbe44(0x161),'default':![]})[_0x1cbe44(0x123)](_0x463392['HIOSl'],{'type':_0x463392[_0x1cbe44(0x198)],'description':_0x1cbe44(0x28f),'default':![]});},async _0x497b31=>{const _0x1a4295=_0x2e7e6e;warnRenamed('ranger\x20start',_0x463392['JMqhq']),await _0x463392['uNTdf'](withTelemetry,_0x463392['acQwh'],_0x524321=>start(_0x497b31[_0x1a4295(0x130)],{'skipChromium':_0x497b31['skip-chromium'],'skipAuth':_0x497b31[_0x1a4295(0x1d9)],'withDeps':_0x497b31[_0x1a4295(0x29d)],'scope':_0x497b31[_0x1a4295(0x13b)],'url':_0x497b31['url'],'force':_0x497b31['force']},_0x524321));})['command'](_0x2e7e6e(0x1aa),![],_0x4898fe=>{const _0x2f6ec9=_0x2e7e6e;return _0x4898fe['option'](_0x463392['qbzYH'],{'type':_0x463392['nNOic'],'description':_0x463392['CtBOJ']})[_0x2f6ec9(0x123)](_0x463392[_0x2f6ec9(0x269)],{'type':_0x463392['nNOic'],'description':_0x463392['iIDXV']})['option'](_0x2f6ec9(0x2a0),{'type':'number','description':'Scenario\x20index\x20(1-based)'})['option'](_0x463392['WReyH'],{'type':_0x463392[_0x2f6ec9(0x1d4)],'hidden':!![]})[_0x2f6ec9(0x123)](_0x2f6ec9(0x25a),{'type':_0x2f6ec9(0x219),'hidden':!![]})['option']('scenario',{'type':'number','hidden':!![]})[_0x2f6ec9(0x123)](_0x463392['TcPwc'],{'type':_0x2f6ec9(0x219),'description':_0x463392['TPIEC']})[_0x2f6ec9(0x123)](_0x463392[_0x2f6ec9(0x1fc)],{'type':_0x2f6ec9(0x219),'description':_0x463392[_0x2f6ec9(0xd7)]})['option'](_0x463392['ydLRU'],{'type':'string','hidden':!![]})['option'](_0x2f6ec9(0xfa),{'type':_0x463392['dinnU'],'hidden':!![],'default':![]})['option'](_0x463392['WPqoH'],{'type':_0x463392['nNOic'],'hidden':!![],'choices':['verified',_0x463392[_0x2f6ec9(0x227)],'blocked','failed',_0x463392[_0x2f6ec9(0x10a)]]});},async _0x4e09c3=>{await _0x463392['cSvkX'](runGoCommand,_0x4e09c3,!![]);})['command'](_0x463392[_0x2e7e6e(0x20c)],![],_0x4a47c9=>{const _0x4ae0d3=_0x2e7e6e;return _0x4a47c9[_0x4ae0d3(0xe9)](_0x463392[_0x4ae0d3(0x1a6)],{'type':_0x463392['nNOic'],'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})[_0x4ae0d3(0x123)]('ci',{'type':_0x463392['dinnU'],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})[_0x4ae0d3(0x123)](_0x463392[_0x4ae0d3(0xf2)],{'type':_0x463392['dinnU'],'description':_0x463392[_0x4ae0d3(0x155)],'default':![]});},async _0x21e5e1=>{const _0x34b74e=_0x2e7e6e;_0x463392[_0x34b74e(0x173)](warnRenamed,_0x463392['ypRLl'],_0x463392[_0x34b74e(0x271)]),await _0x463392[_0x34b74e(0x200)](withTelemetry,_0x34b74e(0x140),_0x1534ec=>addEnv(_0x21e5e1[_0x34b74e(0x1cf)],{'ci':_0x21e5e1['ci'],'skipAuth':_0x21e5e1[_0x34b74e(0x1d9)]},_0x1534ec));})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x1d7)],![],_0xf09cce=>{const _0xa47921=_0x2e7e6e;return _0xf09cce[_0xa47921(0xe9)](_0x463392[_0xa47921(0x1a6)],{'type':'string','description':_0xa47921(0x11b),'demandOption':!![]});},async _0x5baf8f=>{const _0x40af07=_0x2e7e6e;warnRenamed(_0x463392['CCHDW'],_0x40af07(0xdd)),await _0x463392[_0x40af07(0x14e)](withTelemetry,_0x40af07(0x1e5),()=>useEnv(_0x5baf8f['env-name']));})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x1e3)],![],_0x469bac=>{const _0x11cbf4=_0x2e7e6e,_0x2b8f86={'ROBmg':'string','VfjlS':_0x463392[_0x11cbf4(0x156)],'YQJpA':_0x11cbf4(0x218),'SkcBg':_0x11cbf4(0x1b6),'wLRtT':_0x11cbf4(0xe5),'IQWkG':'ranger\x20profile\x20config\x20list','sKueZ':_0x463392[_0x11cbf4(0xf4)]};return _0x469bac[_0x11cbf4(0x153)](_0x463392['poIvl'],![],_0x1343a2=>{const _0x5687ac=_0x11cbf4;return _0x1343a2[_0x5687ac(0xe9)](_0x5687ac(0x218),{'type':_0x2b8f86['ROBmg'],'description':'Environment\x20name','demandOption':!![]})['positional']('key',{'type':_0x5687ac(0x219),'description':_0x2b8f86[_0x5687ac(0x21c)],'demandOption':!![]})[_0x5687ac(0xe9)]('value',{'type':_0x2b8f86[_0x5687ac(0x15d)],'description':_0x5687ac(0x167),'demandOption':!![]});},async _0x4bae43=>{const _0x52b5e3=_0x11cbf4;warnRenamed(_0x463392['dlmzF'],_0x52b5e3(0x1a1)),await _0x463392[_0x52b5e3(0x1b9)](withTelemetry,_0x463392['HUkYw'],()=>configSet(_0x4bae43['env'],_0x4bae43['key'],_0x4bae43[_0x52b5e3(0x251)]));})[_0x11cbf4(0x153)](_0x463392['ENPaR'],![],_0x512c8a=>{const _0x4c647d=_0x11cbf4;return _0x512c8a[_0x4c647d(0xe9)](_0x2b8f86['YQJpA'],{'type':_0x2b8f86['ROBmg'],'description':_0x2b8f86[_0x4c647d(0x145)],'demandOption':!![]})['positional']('key',{'type':_0x2b8f86['ROBmg'],'description':_0x2b8f86['wLRtT'],'demandOption':!![]});},async _0x1a5ba0=>{const _0x26a345=_0x11cbf4;warnRenamed(_0x463392['rljOn'],'ranger\x20profile\x20config\x20get'),await withTelemetry(_0x463392['OOKDs'],()=>configGet(_0x1a5ba0[_0x26a345(0x218)],_0x1a5ba0['key']));})['command'](_0x463392[_0x11cbf4(0x223)],![],_0xbafc7a=>{const _0x190836=_0x11cbf4;return _0xbafc7a[_0x190836(0xe9)]('env',{'type':_0x190836(0x219),'description':_0x2b8f86[_0x190836(0x145)],'demandOption':!![]});},async _0x3cb483=>{const _0x301204=_0x11cbf4;warnRenamed('ranger\x20config\x20list',_0x2b8f86[_0x301204(0x1a9)]),await withTelemetry(_0x301204(0x254),()=>configList(_0x3cb483[_0x301204(0x218)]));})[_0x11cbf4(0x153)](_0x463392['UeJcA'],![],_0x4e9fb3=>{const _0x3583d1=_0x11cbf4;return _0x4e9fb3[_0x3583d1(0xe9)]('env',{'type':_0x463392['nNOic'],'description':_0x3583d1(0x1b6),'demandOption':!![]})['positional']('key',{'type':_0x3583d1(0x219),'description':_0x463392['aVScg'],'demandOption':!![]});},async _0x51107a=>{const _0x11a676=_0x11cbf4;warnRenamed('ranger\x20config\x20unset','ranger\x20profile\x20config\x20unset'),await withTelemetry(_0x2b8f86[_0x11a676(0x1b4)],()=>configUnset(_0x51107a['env'],_0x51107a['key']));})['demandCommand'](0x1,_0x463392[_0x11cbf4(0x1f9)]);})['command'](_0x2e7e6e(0x218),![],_0x2ec599=>{const _0xcd26cb=_0x2e7e6e,_0x45bc86={'UiXYi':_0x463392['NsZLm'],'ceoFq':_0xcd26cb(0x19c),'kNsQi':function(_0x17f10d,_0x3a55f6,_0x569a00){const _0x1b5168=_0xcd26cb;return _0x463392[_0x1b5168(0x11c)](_0x17f10d,_0x3a55f6,_0x569a00);}};return _0x2ec599['command']('ls',![],()=>{},async()=>{const _0xa281a9=_0xcd26cb;warnRenamed(_0x463392['QVztI'],_0xa281a9(0x1ae)),await withTelemetry(_0x463392['vinTR'],()=>envList());})['command'](_0x463392['bGDlk'],![],_0x46b30e=>{const _0x1211dd=_0xcd26cb;return _0x46b30e[_0x1211dd(0xe9)](_0x45bc86['UiXYi'],{'type':'string','description':_0x45bc86['ceoFq'],'demandOption':!![]});},async _0x2c93a4=>{const _0x379dcf=_0xcd26cb;_0x45bc86['kNsQi'](warnRenamed,'ranger\x20env\x20update','ranger\x20profile\x20update'),await _0x45bc86['kNsQi'](withTelemetry,'env\x20update',_0x3606fa=>updateEnv(_0x2c93a4[_0x379dcf(0x1cf)],_0x3606fa));})['demandCommand'](0x1,_0x463392['gpQmS']);})['command'](_0x463392[_0x2e7e6e(0x245)],![],_0x5bcd8a=>{const _0x4f48bf=_0x2e7e6e,_0x4b82c7={'CuCXK':_0x463392['PdWxV'],'nGuLp':'description','Jztvj':_0x4f48bf(0x219),'MoBpT':_0x463392[_0x4f48bf(0x274)],'bOhOd':'checklist','wTNyY':_0x463392[_0x4f48bf(0x25c)],'tdnLS':_0x4f48bf(0x225),'RBuik':_0x4f48bf(0x27a),'WZnCC':_0x463392[_0x4f48bf(0x1ac)],'ImVzu':'limit','EkdQM':_0x463392[_0x4f48bf(0x24e)],'HqtKn':_0x463392[_0x4f48bf(0x198)],'RXcUZ':_0x463392['HqkZZ'],'VZEri':function(_0x2b5bfd,_0x8f3dc,_0x526d8d){return _0x2b5bfd(_0x8f3dc,_0x526d8d);},'AdAda':'ranger\x20list','brinw':_0x463392['MZKFi'],'TwDFP':_0x463392['tClkm'],'AWFWZ':function(_0x26244c,_0x533d1d,_0x5c66c0){return _0x26244c(_0x533d1d,_0x5c66c0);},'GhydO':_0x4f48bf(0x109),'DqdQy':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','zywTc':'Feature\x20review\x20ID\x20to\x20restore'};return _0x5bcd8a['command'](_0x4f48bf(0x13d),![],_0x3483ca=>{const _0x444604=_0x4f48bf;return _0x3483ca[_0x444604(0xe9)](_0x4b82c7[_0x444604(0x183)],{'type':'string','description':'Feature\x20review\x20name','demandOption':!![]})[_0x444604(0x123)](_0x4b82c7[_0x444604(0x239)],{'type':_0x4b82c7['Jztvj'],'alias':'d','description':_0x4b82c7['MoBpT']})[_0x444604(0x123)](_0x4b82c7['bOhOd'],{'type':'array','alias':'c','description':_0x4b82c7[_0x444604(0x19e)]})['option'](_0x4b82c7['tdnLS'],{'type':_0x4b82c7[_0x444604(0x288)],'hidden':!![]});},async _0x34ed92=>{const _0xcd5205=_0x4f48bf;_0x463392[_0xcd5205(0x1c7)](warnRenamed,_0x463392[_0xcd5205(0x221)],_0x463392[_0xcd5205(0x236)]),warnFlagRenamed('ranger\x20create','--checklist',_0x463392[_0xcd5205(0x1b2)]);const _0x33f76a=_0x34ed92['scenario']||_0x34ed92[_0xcd5205(0x10e)];await withTelemetry(_0xcd5205(0x266),()=>featureCreate(_0x34ed92['name'],{'description':_0x34ed92['description'],'scenarios':_0x33f76a}));})['command']('list',![],_0x4d01d3=>{const _0x2482ca=_0x4f48bf;return _0x4d01d3['option'](_0x2482ca(0x1da),{'type':_0x2482ca(0x1e8),'description':_0x4b82c7['WZnCC']})[_0x2482ca(0x123)](_0x4b82c7['ImVzu'],{'type':_0x2482ca(0x1cc),'alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})['option'](_0x4b82c7[_0x2482ca(0x141)],{'type':'number','alias':'o','description':_0x2482ca(0x212),'default':0x0})[_0x2482ca(0x123)]('include-deleted',{'type':_0x4b82c7['HqtKn'],'alias':'d','description':_0x4b82c7[_0x2482ca(0x184)],'default':![]});},async _0x1cb8de=>{const _0x566efc=_0x4f48bf;_0x4b82c7['VZEri'](warnRenamed,_0x566efc(0x20b),_0x4b82c7['AdAda']),await _0x4b82c7[_0x566efc(0x1b3)](withTelemetry,_0x4b82c7[_0x566efc(0x114)],()=>featureList({'currentBranch':_0x1cb8de[_0x566efc(0x1da)],'limit':_0x1cb8de['limit'],'offset':_0x1cb8de[_0x566efc(0x211)],'includeDeleted':_0x1cb8de['include-deleted']}));})['command']('show\x20[id]',![],_0x25c864=>{const _0xa79188=_0x4f48bf;return _0x25c864[_0xa79188(0xe9)]('id',{'type':_0x463392['nNOic'],'description':_0x463392['wjWwL']});},async _0x537ee3=>{const _0x311cb0=_0x4f48bf;warnRenamed('ranger\x20feature\x20show',_0x4b82c7['TwDFP']),await _0x4b82c7[_0x311cb0(0x148)](withTelemetry,_0x311cb0(0x193),()=>featureShow(_0x537ee3['id']));})[_0x4f48bf(0x153)](_0x463392[_0x4f48bf(0x1b0)],![],_0x3e52af=>{return _0x3e52af['positional']('id',{'type':'string','description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0xf677dd=>{const _0x296d8d=_0x4f48bf;_0x463392[_0x296d8d(0x255)](warnRenamed,_0x296d8d(0x181),'ranger\x20resume'),await withTelemetry('feature\x20resume',()=>featureResume(_0xf677dd['id']));})['command']('add-checklist-item\x20<description>',![],_0x53562c=>{const _0x45540e=_0x4f48bf;return _0x53562c['positional'](_0x4b82c7['nGuLp'],{'type':'string','description':_0x4b82c7[_0x45540e(0x207)],'demandOption':!![]})[_0x45540e(0x123)]('id',{'type':_0x4b82c7[_0x45540e(0x275)],'description':_0x4b82c7[_0x45540e(0x111)]});},async _0x483072=>{const _0xb44a10=_0x4f48bf;_0x463392['DqdCm'](warnRenamed,_0x463392['crwqP'],_0xb44a10(0x297)),await _0x463392['ohlCQ'](withTelemetry,_0x463392['KdTiq'],()=>featureAddScenario(_0x483072[_0xb44a10(0x1f4)],_0x483072['id']));})[_0x4f48bf(0x153)](_0x4f48bf(0x179),![],_0x48b306=>{const _0x588c9b=_0x4f48bf;return _0x48b306[_0x588c9b(0xe9)]('id',{'type':_0x588c9b(0x219),'description':_0x463392['cpymX']});},async _0x1e4f37=>{const _0xdb6b44=_0x4f48bf;_0x463392[_0xdb6b44(0x263)](warnRenamed,'ranger\x20feature\x20get-feedback','ranger\x20get-review'),await _0x463392['HRQQX'](withTelemetry,_0x463392['MSVMP'],()=>featureGetReview(_0x1e4f37['id']));})['command'](_0x463392[_0x4f48bf(0x1dd)],![],_0x797013=>{const _0x5cad87=_0x4f48bf;return _0x797013[_0x5cad87(0xe9)]('id',{'type':_0x5cad87(0x219),'description':_0x463392[_0x5cad87(0x149)]});},async _0x22a21c=>{const _0x384148=_0x4f48bf;warnRenamed(_0x463392['bVugM'],_0x463392[_0x384148(0x1e2)]),await _0x463392['DqdCm'](withTelemetry,'feature\x20delete',()=>featureDelete(_0x22a21c['id']));})['command'](_0x463392[_0x4f48bf(0x21b)],![],_0x3e7d43=>{const _0x3023f2=_0x4f48bf;return _0x3e7d43[_0x3023f2(0xe9)]('id',{'type':_0x3023f2(0x219),'description':_0x4b82c7[_0x3023f2(0x1cd)],'demandOption':!![]});},async _0x1dbebb=>{const _0x17e89b=_0x4f48bf;warnRenamed('ranger\x20feature\x20restore',_0x17e89b(0x187)),await _0x4b82c7[_0x17e89b(0x148)](withTelemetry,_0x17e89b(0xf8),()=>featureRestore(_0x1dbebb['id']));})[_0x4f48bf(0x26a)](0x1,_0x463392[_0x4f48bf(0x220)]);})[_0x2e7e6e(0x153)](_0x463392[_0x2e7e6e(0x1b8)],![],_0x48fb65=>{const _0x54b355=_0x2e7e6e,_0x460a73={'cqVxA':_0x463392['SKlcm'],'jtzKP':_0x463392[_0x54b355(0x102)]};return _0x48fb65[_0x54b355(0x153)]('enable',_0x54b355(0x1e7),_0x1a9aa4=>{const _0x54da16=_0x54b355;return _0x1a9aa4[_0x54da16(0x123)]('session-id',{'type':'string','description':_0x463392[_0x54da16(0x102)]});},async _0x3db27d=>{await _0x463392['IMujT'](withTelemetry,'hook:enable',()=>hook('enable',_0x3db27d['session-id']));})[_0x54b355(0x153)]('disable',_0x54b355(0x14b),_0x182b91=>{const _0x2577fb=_0x54b355;return _0x182b91[_0x2577fb(0x123)](_0x460a73[_0x2577fb(0x25e)],{'type':_0x2577fb(0x219),'description':_0x460a73['jtzKP']});},async _0x540c4e=>{const _0x58833d=_0x54b355;await withTelemetry('hook:disable',()=>hook('disable',_0x540c4e[_0x58833d(0xe1)]));})['option'](_0x54b355(0x260),{'type':_0x54b355(0x219),'description':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'})['option']('session-id',{'type':_0x463392[_0x54b355(0x1d4)],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x1f0bde=>{const _0x1d57be=_0x2e7e6e;_0x1f0bde['name']&&await hook(_0x1f0bde['name'],_0x1f0bde[_0x1d57be(0xe1)]);})[_0x2e7e6e(0x26a)](0x1,'You\x20must\x20specify\x20a\x20command')[_0x2e7e6e(0x154)]()[_0x2e7e6e(0x224)](async(_0x2b8f56,_0x110285,_0x50ebfc)=>{const _0x233f6f=_0x2e7e6e,_0x1ad72d=_0x463392[_0x233f6f(0x139)](sanitizeArgs,process['argv'][_0x233f6f(0x17c)](0x2)),_0x4f932d=getErrorType(_0x2b8f56,_0x110285);if(_0x2b8f56&&_0x2b8f56['includes'](_0x233f6f(0x247))){const _0x195330=process['argv'][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x195330),console['error'](_0x463392[_0x233f6f(0x294)]);}else{if(_0x2b8f56)console[_0x233f6f(0xfe)]('\x0a'+_0x2b8f56+'\x0a');else _0x110285&&console['error'](_0x233f6f(0xec)+_0x110285['message']+'\x0a');}await logDesirePath({'rawCommand':_0x1ad72d,'errorMessage':_0x2b8f56||_0x110285?.['message'],'errorType':_0x4f932d});const _0x4d8a38=_0x463392[_0x233f6f(0xdf)](getCurrentCollector);_0x4d8a38&&await _0x4d8a38[_0x233f6f(0xf5)](_0x110285||new Error(_0x463392['QtIee'](_0x2b8f56,_0x233f6f(0x27e)))),process['exit'](0x1);})[_0x2e7e6e(0x27d)](_0x463392['vmkfn'](_0x463392[_0x2e7e6e(0x1be)],_0x463392[_0x2e7e6e(0x175)])+_0x463392['fVHKh'])[_0x2e7e6e(0x118)]()[_0x2e7e6e(0xe0)](_0x463392['MaSbh'],'h');}process['env'][_0x3880c4(0x201)]!=='test'&&(shouldShowLegacyWarning(process['argv'])&&showLegacyDeprecationWarning(),buildParser()[_0x3880c4(0x1d0)]());
2
+ function _0xd593(){const _0x4f2119=['clcHG','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','QMMPg','fDagX','vwNHk','gKleQ','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','ranger\x20config\x20list','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','FaXoV','Skip\x20browser\x20authentication','Run\x20full\x20interactive\x20setup','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\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.','\x0aIssues:','feature\x20create','TEsOD','feature\x20list','update','Feature\x20review\x20ID','UFYxr','add-scenario','Switch\x20to\x20using\x20a\x20specific\x20profile','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','ZrIqu','scope','vkavv','--item','FrWBB','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','failed','bkUUO','IhHoh','start','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','ranger\x20feature\x20get-feedback','setup:profiles','\x20PARTIAL','Name\x20of\x20the\x20environment\x20to\x20update','name','fQhwY','bBwDe','JwRPH','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','ranger\x20env\x20update','MhCtG','Scenario\x20index\x20(1-based)','ranger\x20start','MSdur','argv','CPbvX','You\x20must\x20specify\x20an\x20auth\x20subcommand','opencode','env','with-deps','NcFKf','--checklist','usage','lDaZt','Scenario\x20description','PTBre','option','WAUMz','setup:login','pheCf','ZbHdt','Gcjnm','evaluation','clean','kREmE','iegYC','mZxAn','ranger\x20config\x20unset','number','HCAJo','Install\x20skills\x20for\x20OpenCode','root','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','LmEeo','Ranger\x20API\x20token\x20(rngr_...)','json','Manage\x20profile\x20configuration','anTDI','ozRZp','4UOeuYa','help','kbiDZ','log','Set\x20a\x20config\x20value','scriptName','aPgLE','ranger\x20verify-feature','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','fxnvo','status','Skip\x20authentication','offset','zHypo','Print\x20the\x20current\x20CLI\x20access\x20token','setup-header','eDkhq','ranger\x20create','error','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','get-review','command','gRmMg','ijEyl','use','ranger','AYzWN','hook:disable','vfval','Name\x20of\x20the\x20profile','Install\x20scope\x20for\x20skills','ranger\x20go','description','feature\x20delete','blocked','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','Install\x20OS-level\x20dependencies\x20for\x20Chromium','iPvCw','feature\x20show','nZQrx','user','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','gQvvg','ogNvo','WTxOg','RUBOZ','env-name','trackCommandError','New\x20scenario\x20description','enable','EbfPE','ranger\x20delete','exitCode','Reason:\x20','MPhsW','ERxLQ','KQtUU','--profile','profile\x20use','HtsEr','9017142wyWUpr','Alias\x20for\x20--mcp-bootstrap','message','fZtyG','mkDwg','profile\x20config\x20get','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','SojAq','ranger\x20show','NdoWc','svzkk','create\x20<name>','verified','JoeQl','XdVxI','CFzJG','value','JnABA','akgWs','Unknown\x20command','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','delete\x20[id]','besMk','sYuas','\x20BLOCKED','restore\x20<id>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','RzRpf','aFCcL','3896961XbLidu','rmFjc','owTYm','Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','skip-chromium','issues','jDUwP','GChrm','organizationName','EEZFd','wWRcv','xRsme','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','fZVCF','feature\x20get-feedback','vYdnO','4137798KtmeFk','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','--task','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','.env','FRCiA','ranger\x20profile\x20use','You\x20must\x20specify\x20a\x20command','Name\x20of\x20the\x20environment','Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true','RVQIG','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','vvsEp','✓\x20Authenticated\x20to\x20','fZIFi','profile-name','array','Gcjly','Feature\x20review\x20description','Documentation:\x0a','--env','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','yrrES','exit','setup-ci','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','nlpLJ','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','sNTFI','uCrjm','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','kkAVb','ranger\x20setup','You\x20must\x20specify\x20a\x20config\x20subcommand','login','Feature\x20review\x20ID\x20to\x20restore','disable','iMgOM','ranger\x20add\x20env','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','force','notes','demandCommand','VCwVY','IoImt','IooEx','add\x20env','YBClR','ZzpQw','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','hPiAh','KuyDa','kgXPP','setup:all','show','vNPih','start-path','Profile\x20name','Rhxaj','lqsBm','No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','skillup','xWeLV','list','FctjU','limit','2511682KTkEbz','dYxdF','2980648wZqDkZ','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','print-access-token','kqiUG','allow-insecure-localhost','lXrdI','\x20\x20https://docs.ranger.net\x0a','KhFdg','\x20VERIFIED','KQNJb','vhGNg','Authenticate\x20via\x20MCP\x20proxy','ranger\x20profile\x20ls','tOsWq','mcp-bootstrap','mDIBG','key','model','config','--notes','sBISv','Environment\x20name','KwHuv','skip-auth','env\x20update','TRYqE','sdirf','token','joDvG','all','iGpyE','show\x20[id]','current-branch','25790SLTXyU','wyjYy','debug-address-comments','dKoLB','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','MdUHm','include-deleted','ranger\x20profile\x20config\x20set','checklist','Unknown\x20error','url','--scenario','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','add\x20env\x20<env-name>','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','KQAdT','profiles','LvdLJ','PxYDl','Summary:\x20','UARrO','Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','resume\x20[id]','fOoTQ','Install\x20Chromium\x20browser\x20binary','vAiUa','boolean','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','string','scenario','feature\x20add-checklist-item','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','YaRiq','Ranger\x20API\x20token','2500625VzKshd','report','KGICX','get-feedback\x20[id]','cTqTm','List\x20all\x20feature\x20reviews','mcp','get-review\x20[id]','beHWw','gCerQ','HEqOx','ranger\x20restore','woGwl','1TwCARG','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','Config\x20key','zXsnZ','bWEPU','setup\x20[tokenOrSubcommand]','slice','RoNDu','jkagH','positional','profile\x20config\x20set','QiBWO','JnwDj','cwd','start\x20[token]','Include\x20soft-deleted\x20feature\x20reviews','feature','ghaxy','epilogue','akdMi','headed','LRMgb','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','RrQdk','Feature\x20review\x20name','gcOZc','ranger\x20feature\x20create','ranger\x20resume','ranger\x20feature\x20restore','session-id','Number\x20of\x20feature\x20reviews\x20to\x20skip','YwtLZ','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','parse','ranger\x20profile\x20config\x20unset','Config\x20value','rEEuD','uUIMQ','ranger\x20feature\x20list','2961tfBGAE','setup:deps','ranger\x20profile\x20add','oSenh','project','You\x20must\x20specify\x20an\x20env\x20subcommand','profile','zBjFe','config\x20set','TemEb','incomplete','qVLuM','kpely','euJSH','PChyD','FvYYY','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)'];_0xd593=function(){return _0x4f2119;};return _0xd593();}const _0x5772e9=_0x2210;(function(_0x36cecc,_0x3ab4ed){const _0x51504d=_0x2210,_0x173020=_0x36cecc();while(!![]){try{const _0x4065bd=-parseInt(_0x51504d(0x124))/0x1*(parseInt(_0x51504d(0x25c))/0x2)+-parseInt(_0x51504d(0x20a))/0x3*(-parseInt(_0x51504d(0x1b0))/0x4)+parseInt(_0x51504d(0x2a1))/0x5+-parseInt(_0x51504d(0x1ec))/0x6+parseInt(_0x51504d(0x21a))/0x7+parseInt(_0x51504d(0x25e))/0x8+-parseInt(_0x51504d(0x14b))/0x9*(-parseInt(_0x51504d(0x27f))/0xa);if(_0x4065bd===_0x3ab4ed)break;else _0x173020['push'](_0x173020['shift']());}catch(_0x46eb68){_0x173020['push'](_0x173020['shift']());}}}(_0xd593,0xd0278));import _0xde9a79 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x495707=_0x2210,_0x3f93e5={'qoUaG':function(_0x546f85,_0x5cb417){return _0x546f85(_0x5cb417);},'DfRNS':function(_0x52509f,_0x4941ba){return _0x52509f!==_0x4941ba;},'owTYm':function(_0x4a8680,_0xe2363d,_0x21c679){return _0x4a8680(_0xe2363d,_0x21c679);},'MAuGv':'.ranger','IaYin':function(_0x33ba9b,_0x355a99,_0x51192c){return _0x33ba9b(_0x355a99,_0x51192c);}};let _0x9d2436=process['cwd']();const _0x182ad1=_0x3f93e5['qoUaG'](parse,_0x9d2436)[_0x495707(0x1a8)];while(_0x3f93e5['DfRNS'](_0x9d2436,_0x182ad1)){if(existsSync(_0x3f93e5[_0x495707(0x20c)](join,_0x9d2436,_0x3f93e5['MAuGv']))||_0x3f93e5['qoUaG'](existsSync,_0x3f93e5['IaYin'](join,_0x9d2436,_0x495707(0x21e))))return _0x9d2436;_0x9d2436=dirname(_0x9d2436);}return process[_0x495707(0x131)]();}_0xde9a79['config']({'path':join(findProjectRoot(),_0x5772e9(0x21e))});import _0x4dbaef from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';function _0x2210(_0x53375c,_0x43acaf){_0x53375c=_0x53375c-0x11b;const _0xd5938a=_0xd593();let _0x221045=_0xd5938a[_0x53375c];return _0x221045;}import{getToken}from'./commands/utils/keychain.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';import{installSkill}from'./commands/utils/skills.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x5d4b93=>{const _0x3f0db7=_0x5772e9,_0xcb4ede={'INmyK':function(_0x3bdc6a){return _0x3bdc6a();}},_0x2b5989=_0xcb4ede['INmyK'](getCurrentCollector);_0x2b5989&&await _0x2b5989[_0x3f0db7(0x1df)](_0x5d4b93),process[_0x3f0db7(0x1e4)]=0x1;});const rawArgs=process['argv'][_0x5772e9(0x12a)](0x2),TOP_LEVEL_HELP=_0x5772e9(0x168),PROFILE_HELP=_0x5772e9(0x223),PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x0aKeys:\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20header.<name>\x20\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20header.X-Test-Mode)\x0a\x20\x20setupHeader.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeader.x-bypass-turnstile)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20header.Authorization\x20\x27${AUTH_TOKEN}\x27\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20setupHeader.x-bypass-turnstile\x20\x27a1b2c3d4...\x27';function warnRenamed(_0x4766ae,_0x531c60){const _0x55b897=_0x5772e9;console[_0x55b897(0x1c2)]('\x0a'+_0x4766ae+'\x20is\x20now\x20'+_0x531c60+'\x0a');}function argUsed(_0x59a328){return rawArgs['some'](_0x4292b2=>_0x4292b2===_0x59a328||_0x4292b2['startsWith'](_0x59a328+'='));}function warnFlagRenamed(_0x364cd8,_0x24cc0a,_0x1a08ad){argUsed(_0x24cc0a)&&warnRenamed(_0x364cd8+'\x20'+_0x24cc0a,_0x364cd8+'\x20'+_0x1a08ad);}async function runGoCommand(_0x17bf86,_0x2b5c4b=![]){const _0x5c3f31=_0x5772e9,_0x181ac7={'lqsBm':function(_0x288a46,_0xe37391,_0x59ed27){return _0x288a46(_0xe37391,_0x59ed27);},'fQhwY':'ranger\x20go','KQtUU':_0x5c3f31(0x22e),'kREmE':_0x5c3f31(0x271),'lMGCo':_0x5c3f31(0x176),'Cxqoc':_0x5c3f31(0x252),'PrswZ':_0x5c3f31(0x281),'CKiTV':function(_0x3a758d,_0xfbd703){return _0x3a758d+_0xfbd703;},'nWJUx':function(_0x20c6cc,_0x428a62){return _0x20c6cc===_0x428a62;},'gbRxh':_0x5c3f31(0x155),'QlFym':function(_0x4e596f,_0x4164b1){return _0x4e596f===_0x4164b1;},'KeTOw':function(_0x15ce4b,_0x5c743b){return _0x15ce4b===_0x5c743b;},'wWRcv':_0x5c3f31(0x1f9)};_0x2b5c4b&&_0x181ac7[_0x5c3f31(0x255)](warnRenamed,_0x5c3f31(0x1b7),'ranger\x20go');warnFlagRenamed(_0x181ac7[_0x5c3f31(0x184)],_0x181ac7[_0x5c3f31(0x1e8)],_0x5c3f31(0x1e9)),warnFlagRenamed(_0x181ac7['fQhwY'],_0x5c3f31(0x21c),_0x181ac7[_0x5c3f31(0x1a1)]),warnFlagRenamed(_0x5c3f31(0x1cf),_0x181ac7['lMGCo'],'--scenario');const _0x385d48=await loadRangerConfig(),_0x6274e3=isByokEnabled(),_0x2f6a93=_0x17bf86['model'],_0x1bf2c6=_0x385d48['model'],_0x9fb045=await verifyFeature({'featureId':_0x17bf86['feature'],'profile':_0x17bf86['profile']??_0x17bf86[_0x5c3f31(0x191)],'notes':_0x17bf86[_0x5c3f31(0x243)]??_0x17bf86['task'],'scenario':_0x17bf86['scenario']??_0x17bf86['item'],'startPath':_0x17bf86[_0x181ac7['Cxqoc']],'debugOutcome':_0x17bf86['debug-outcome'],'debugAddressComments':_0x17bf86[_0x181ac7['PrswZ']],'headed':_0x17bf86[_0x5c3f31(0x138)],'byokEnabled':_0x6274e3,'flagVerifyModel':_0x2f6a93,'configVerifyModel':_0x1bf2c6});console['log'](_0x181ac7['CKiTV']('\x0a','='['repeat'](0x3c))),console['log'](_0x9fb045['evaluation']===_0x5c3f31(0x1f9)?_0x5c3f31(0x266):_0x181ac7['nWJUx'](_0x9fb045[_0x5c3f31(0x19f)],_0x181ac7['gbRxh'])?'\x20INCOMPLETE':_0x181ac7['QlFym'](_0x9fb045['evaluation'],'partial')?_0x5c3f31(0x181):_0x181ac7['KeTOw'](_0x9fb045['evaluation'],'blocked')?_0x5c3f31(0x205):'\x20FAILED'),console[_0x5c3f31(0x1b3)]('='['repeat'](0x3c)),console[_0x5c3f31(0x1b3)](_0x5c3f31(0x292)+_0x9fb045['summary']),console[_0x5c3f31(0x1b3)]('Evaluation:\x20'+_0x9fb045['evaluation']),console[_0x5c3f31(0x1b3)](_0x5c3f31(0x1e5)+_0x9fb045['evaluationReason']),_0x9fb045[_0x5c3f31(0x20f)]?.['length']&&(console[_0x5c3f31(0x1b3)](_0x5c3f31(0x169)),_0x9fb045[_0x5c3f31(0x20f)]['forEach']((_0x44748c,_0x160c50)=>{const _0x416f4e=_0x5c3f31;console[_0x416f4e(0x1b3)]('\x0a'+(_0x160c50+0x1)+'.\x20['+_0x44748c['severity']+']\x20'+_0x44748c[_0x416f4e(0x1d0)]);})),process[_0x5c3f31(0x231)](_0x9fb045[_0x5c3f31(0x19f)]===_0x181ac7[_0x5c3f31(0x214)]?0x0:0x1);}_0x4dbaef(process[_0x5772e9(0x18d)][_0x5772e9(0x12a)](0x2))[_0x5772e9(0x1b5)]('ranger')['usage'](TOP_LEVEL_HELP)['version'](getCurrentVersion())['command'](_0x5772e9(0x1f8),'Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios',_0xfc967e=>{const _0x514b54=_0x5772e9,_0x17e24c={'ycUbS':_0x514b54(0x13c),'PkqFp':'description','nDxGC':_0x514b54(0x29b),'vwNHk':_0x514b54(0x22c),'sNTFI':_0x514b54(0x29c),'FctjU':_0x514b54(0x125),'IooEx':_0x514b54(0x287)};return _0xfc967e['positional']('name',{'type':_0x514b54(0x29b),'description':_0x17e24c['ycUbS'],'demandOption':!![]})['option'](_0x17e24c['PkqFp'],{'type':_0x17e24c['nDxGC'],'alias':'d','description':_0x17e24c[_0x514b54(0x160)]})['option'](_0x17e24c[_0x514b54(0x236)],{'type':'array','alias':'c','description':_0x17e24c[_0x514b54(0x25a)]})[_0x514b54(0x199)](_0x17e24c[_0x514b54(0x247)],{'type':_0x514b54(0x22a),'hidden':!![]});},async _0x4ad4be=>{const _0x44e758=_0x5772e9,_0x111803={'jkagH':function(_0x248b25,_0x3a9c2b,_0x6c27da,_0x1ea99a){return _0x248b25(_0x3a9c2b,_0x6c27da,_0x1ea99a);},'izCPL':_0x44e758(0x194),'ZaoQL':function(_0xf0000f,_0x2df795,_0x247dd9){return _0xf0000f(_0x2df795,_0x247dd9);}};_0x111803[_0x44e758(0x12c)](warnFlagRenamed,'ranger\x20create',_0x111803['izCPL'],_0x44e758(0x28a));const _0x5aaa69=_0x4ad4be['scenario']||_0x4ad4be['checklist'];await _0x111803['ZaoQL'](withTelemetry,'create',()=>featureCreate(_0x4ad4be['name'],{'description':_0x4ad4be[_0x44e758(0x1d0)],'scenarios':_0x5aaa69}));})['command']('list',_0x5772e9(0x11c),_0x3acdc6=>{const _0x4c52a8=_0x5772e9,_0x147a9d={'bHxbu':'current-branch','KGICX':_0x4c52a8(0x233),'WTxOg':'number','CPbvX':_0x4c52a8(0x1d9),'xWeLV':_0x4c52a8(0x142),'vAiUa':'include-deleted','mRZKl':'boolean'};return _0x3acdc6['option'](_0x147a9d['bHxbu'],{'type':'boolean','description':_0x147a9d[_0x4c52a8(0x2a3)]})['option']('limit',{'type':_0x147a9d[_0x4c52a8(0x1dc)],'alias':'l','description':_0x147a9d[_0x4c52a8(0x18e)],'default':0xa})['option']('offset',{'type':_0x147a9d[_0x4c52a8(0x1dc)],'alias':'o','description':_0x147a9d[_0x4c52a8(0x258)],'default':0x0})['option'](_0x147a9d[_0x4c52a8(0x298)],{'type':_0x147a9d['mRZKl'],'alias':'d','description':_0x4c52a8(0x133),'default':![]});},async _0x28524e=>{const _0x176d32=_0x5772e9;await withTelemetry('list',()=>featureList({'currentBranch':_0x28524e[_0x176d32(0x27e)],'limit':_0x28524e[_0x176d32(0x25b)],'offset':_0x28524e['offset'],'includeDeleted':_0x28524e[_0x176d32(0x285)]}));})['command']('show\x20[id]','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x1e7255=>{const _0x39880d=_0x5772e9;return _0x1e7255[_0x39880d(0x12d)]('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x29d0e3=>{const _0x2fd2c8=_0x5772e9,_0x116255={'hoPBp':_0x2fd2c8(0x250)};await withTelemetry(_0x116255['hoPBp'],()=>featureShow(_0x29d0e3['id']));})['command'](_0x5772e9(0x295),'Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x27c910=>{const _0xac745a=_0x5772e9;return _0x27c910[_0xac745a(0x12d)]('id',{'type':'string','description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x599cc4=>{const _0x20033e=_0x5772e9,_0x43d5a3={'MdUHm':function(_0x487112,_0x330d1f,_0x346d03){return _0x487112(_0x330d1f,_0x346d03);},'iMtVk':'resume'};await _0x43d5a3[_0x20033e(0x284)](withTelemetry,_0x43d5a3['iMtVk'],()=>featureResume(_0x599cc4['id']));})[_0x5772e9(0x1c5)]('add-scenario\x20<description>','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x342816=>{const _0x42fedb=_0x5772e9,_0x5e50fe={'akdMi':_0x42fedb(0x1d0),'gCerQ':'Scenario\x20description','SNumS':'string'};return _0x342816['positional'](_0x5e50fe[_0x42fedb(0x137)],{'type':_0x42fedb(0x29b),'description':_0x5e50fe[_0x42fedb(0x120)],'demandOption':!![]})[_0x42fedb(0x199)]('id',{'type':_0x5e50fe['SNumS'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x4b0d8c=>{const _0x97c2cf=_0x5772e9,_0x4c005b={'rMEnw':function(_0x1fdbbc,_0x35c6f2,_0x40606d){return _0x1fdbbc(_0x35c6f2,_0x40606d);},'bkUUO':_0x97c2cf(0x170)};await _0x4c005b['rMEnw'](withTelemetry,_0x4c005b[_0x97c2cf(0x17b)],()=>featureAddScenario(_0x4b0d8c[_0x97c2cf(0x1d0)],_0x4b0d8c['id']));})['command']('edit-scenario\x20<description>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x75eb0f=>{const _0x4e790b=_0x5772e9,_0x3b2ba5={'voGxo':'string','dKoLB':_0x4e790b(0x1e0),'yrrES':'scenario','cTqTm':'Scenario\x20number\x20to\x20edit\x20(1-based)','SRNCs':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x75eb0f['positional'](_0x4e790b(0x1d0),{'type':_0x3b2ba5['voGxo'],'description':_0x3b2ba5[_0x4e790b(0x282)],'demandOption':!![]})[_0x4e790b(0x199)](_0x3b2ba5[_0x4e790b(0x230)],{'type':'number','description':_0x3b2ba5[_0x4e790b(0x11b)],'demandOption':!![]})['option']('id',{'type':'string','description':_0x3b2ba5['SRNCs']});},async _0xcc6683=>{const _0x341c9b=_0x5772e9;await withTelemetry('edit-scenario',()=>featureEditScenario(_0xcc6683[_0x341c9b(0x1d0)],{'id':_0xcc6683['id'],'scenario':_0xcc6683['scenario']}));})['command']('report\x20[id]','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x5257e5=>{const _0x5512d8=_0x5772e9,_0x340a6b={'BPgAn':_0x5512d8(0x29b),'xlnsS':'exclude-scenario','dCkgU':_0x5512d8(0x22a),'Gcjly':_0x5512d8(0x299)};return _0x5257e5[_0x5512d8(0x12d)]('id',{'type':_0x340a6b['BPgAn'],'description':'Feature\x20review\x20ID'})['option'](_0x340a6b['xlnsS'],{'type':_0x340a6b['dCkgU'],'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})['option'](_0x5512d8(0x1ac),{'type':_0x340a6b[_0x5512d8(0x22b)],'description':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','default':![]});},async _0x543820=>{const _0x3abb92=_0x5772e9,_0x78711={'aPgLE':function(_0x46c82d,_0x4e2df2,_0x26e76d){return _0x46c82d(_0x4e2df2,_0x26e76d);}},_0x526a1a=_0x543820['exclude-scenario'],_0xf5e814=_0x526a1a?_0x526a1a['map'](_0x4201ed=>Number(_0x4201ed)):undefined;await _0x78711[_0x3abb92(0x1b6)](withTelemetry,_0x3abb92(0x2a2),()=>featureReportPrDescription(_0x543820['id'],{'excludeScenarios':_0xf5e814,'json':_0x543820['json']}));})['command'](_0x5772e9(0x11e),'Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x40643c=>{const _0x29dcac=_0x5772e9,_0x35bfe8={'fZIFi':_0x29dcac(0x29b),'lyLyo':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x40643c[_0x29dcac(0x12d)]('id',{'type':_0x35bfe8[_0x29dcac(0x228)],'description':_0x35bfe8['lyLyo']});},async _0x446041=>{const _0x5963ae=_0x5772e9,_0x5a1bf1={'CQzoz':function(_0x5d407a,_0x2c1932,_0x46042a){return _0x5d407a(_0x2c1932,_0x46042a);}};await _0x5a1bf1['CQzoz'](withTelemetry,_0x5963ae(0x1c4),()=>featureGetReview(_0x446041['id']));})['command']('delete\x20[id]',_0x5772e9(0x164),_0x4235b8=>{return _0x4235b8['positional']('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x546c69=>{const _0x3bd692=_0x5772e9,_0x2e2c77={'EbfPE':'delete'};await withTelemetry(_0x2e2c77[_0x3bd692(0x1e2)],()=>featureDelete(_0x546c69['id']));})[_0x5772e9(0x1c5)]('restore\x20<id>','Restore\x20a\x20soft-deleted\x20feature\x20review',_0x1ca994=>{const _0x3fb319=_0x5772e9,_0x54430a={'JQiTC':_0x3fb319(0x23d)};return _0x1ca994[_0x3fb319(0x12d)]('id',{'type':_0x3fb319(0x29b),'description':_0x54430a['JQiTC'],'demandOption':!![]});},async _0x117334=>{const _0x5dc1d3={'TjjiI':'restore'};await withTelemetry(_0x5dc1d3['TjjiI'],()=>featureRestore(_0x117334['id']));})['command'](_0x5772e9(0x129),'Initialize\x20Ranger\x20in\x20your\x20project',_0x152533=>{const _0x4a5283=_0x5772e9,_0x3b8e2a={'UFeOS':_0x4a5283(0x2a0),'YBClR':'skip-chromium','JnABA':_0x4a5283(0x299),'RUBOZ':'with-deps','beHWw':_0x4a5283(0x174),'TsPVK':'string','RoNDu':_0x4a5283(0x242),'MhCtG':_0x4a5283(0x190),'BjbhH':'allow-insecure-localhost','TemEb':_0x4a5283(0x28b),'ZFIuD':'mcp','clcHG':_0x4a5283(0x26c),'iQvLF':_0x4a5283(0x1f3),'zXsnZ':function(_0x1edc52,_0x50be7e,_0x25fa55){return _0x1edc52(_0x50be7e,_0x25fa55);},'OvVyB':_0x4a5283(0x14c),'viPph':_0x4a5283(0x1ab),'HCAJo':_0x4a5283(0x269),'pLedI':function(_0x3802b7,_0x3a84bf){return _0x3802b7(_0x3a84bf);},'uUIMQ':function(_0x3c1dba,_0x4cafe3){return _0x3c1dba(_0x4cafe3);},'tOsWq':'user','SHyrY':_0x4a5283(0x14f),'PHGdn':'Install\x20scope\x20for\x20plugin\x20and\x20skills','vNPih':function(_0x16d8cd){return _0x16d8cd();},'gQvvg':'setup:skills','WAUMz':'Where\x20to\x20store\x20the\x20profile','QlvRP':_0x4a5283(0x166),'RrQdk':function(_0x103326,_0x5b7089,_0x4e4ca2){return _0x103326(_0x5b7089,_0x4e4ca2);},'vkEGL':'Subcommand\x20or\x20API\x20token\x20(rngr_...)','IUcdD':_0x4a5283(0x167),'jCuXH':'deps','xRsme':_0x4a5283(0x23c),'FaXoV':'Authenticate\x20with\x20Ranger','vQpjq':_0x4a5283(0x28f),'BUQIx':'Set\x20up\x20a\x20local\x20browser\x20profile','rDrnn':_0x4a5283(0x289),'TOwiO':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','oJqgf':_0x4a5283(0x17e),'KQNJb':'skip-auth','vkavv':_0x4a5283(0x294)};return _0x152533[_0x4a5283(0x195)](_0x4a5283(0x201))[_0x4a5283(0x12d)]('tokenOrSubcommand',{'type':'string','description':_0x3b8e2a['vkEGL']})['command'](_0x4a5283(0x27b),_0x3b8e2a['IUcdD'],_0x31ad11=>{const _0x4d4f07=_0x4a5283;return _0x31ad11[_0x4d4f07(0x199)]('token',{'type':'string','description':_0x3b8e2a['UFeOS']})['option'](_0x3b8e2a['YBClR'],{'type':'boolean','description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x4d4f07(0x275),{'type':_0x3b8e2a[_0x4d4f07(0x1fe)],'description':_0x4d4f07(0x1bb),'default':![]})['option'](_0x3b8e2a[_0x4d4f07(0x1dd)],{'type':_0x4d4f07(0x299),'description':_0x4d4f07(0x1d4),'default':![]})['option'](_0x3b8e2a['beHWw'],{'type':_0x3b8e2a['TsPVK'],'choices':[_0x4d4f07(0x1d8),_0x4d4f07(0x14f)],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills'})['option']('url',{'type':_0x4d4f07(0x29b),'description':_0x4d4f07(0x178)})[_0x4d4f07(0x199)](_0x3b8e2a[_0x4d4f07(0x12b)],{'type':_0x4d4f07(0x299),'description':_0x4d4f07(0x17e),'default':![]})['option'](_0x3b8e2a[_0x4d4f07(0x189)],{'type':'boolean','description':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','default':![]})[_0x4d4f07(0x199)](_0x3b8e2a['BjbhH'],{'type':'boolean','description':_0x4d4f07(0x225),'default':![]})[_0x4d4f07(0x199)](_0x4d4f07(0x26c),{'type':_0x3b8e2a['JnABA'],'description':_0x3b8e2a[_0x4d4f07(0x154)],'default':![]})[_0x4d4f07(0x199)](_0x3b8e2a['ZFIuD'],{'type':'boolean','description':_0x4d4f07(0x1ed),'default':![]});},async _0x183b49=>{const _0x3e1f13=_0x4a5283;(_0x183b49['mcp-bootstrap']||_0x183b49['mcp'])&&await withTelemetry(_0x3b8e2a['clcHG'],()=>mcpBootstrap()),await withTelemetry(_0x3e1f13(0x24f),_0x5a68ab=>start(_0x183b49[_0x3e1f13(0x279)],{'skipChromium':_0x183b49['skip-chromium'],'skipAuth':_0x183b49['skip-auth'],'withDeps':_0x183b49['with-deps'],'scope':_0x183b49[_0x3e1f13(0x174)],'url':_0x183b49['url'],'force':_0x183b49[_0x3e1f13(0x242)],'opencode':_0x183b49['opencode'],'allowInsecureLocalhost':_0x183b49[_0x3e1f13(0x262)]},_0x5a68ab));})['command'](_0x3b8e2a['jCuXH'],_0x4a5283(0x297),_0x8d0e99=>{const _0x4c115a=_0x4a5283;return _0x8d0e99['option']('with-deps',{'type':_0x4c115a(0x299),'description':_0x3b8e2a['iQvLF'],'default':![]});},async _0x53373d=>{const _0x4cdc43=_0x4a5283;await _0x3b8e2a[_0x4cdc43(0x127)](withTelemetry,_0x3b8e2a['OvVyB'],()=>ensureChromium(_0x53373d[_0x4cdc43(0x192)]));})['command'](_0x3b8e2a[_0x4a5283(0x215)],_0x3b8e2a[_0x4a5283(0x165)],_0x560061=>{const _0x53fafa=_0x4a5283;return _0x560061[_0x53fafa(0x199)]('token',{'type':_0x3b8e2a['TsPVK'],'description':_0x3b8e2a['viPph']})['option'](_0x53fafa(0x11d),{'type':_0x53fafa(0x299),'description':_0x3b8e2a[_0x53fafa(0x1a6)],'default':![]});},async _0x1fe19e=>{const _0x3bb584=_0x4a5283;await withTelemetry(_0x3bb584(0x19b),async()=>{const _0x5d880c=_0x3bb584;if(_0x1fe19e['mcp']){await mcpBootstrap();const _0x4e0278=await refreshCliToken();if(!_0x4e0278)throw new Error(_0x5d880c(0x20d));const _0x261764=await _0x3b8e2a['pLedI'](getCurrentUser,_0x4e0278);if(!_0x261764['success'])throw new Error('Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20'+_0x261764[_0x5d880c(0x1c2)]);console[_0x5d880c(0x1b3)](_0x5d880c(0x227)+_0x261764['user'][_0x5d880c(0x212)]);return;}await _0x3b8e2a[_0x5d880c(0x149)](authenticate,_0x1fe19e['token']);});})['command']('skills','Install\x20Claude\x20Code\x20plugin\x20and\x20skills',_0x2d6520=>{const _0x42ca26=_0x4a5283;return _0x2d6520[_0x42ca26(0x199)]('scope',{'type':_0x42ca26(0x29b),'choices':[_0x3b8e2a[_0x42ca26(0x26b)],_0x3b8e2a['SHyrY']],'description':_0x3b8e2a['PHGdn']})['option'](_0x3b8e2a[_0x42ca26(0x189)],{'type':_0x3b8e2a[_0x42ca26(0x1fe)],'description':_0x42ca26(0x28d),'default':![]});},async _0x10c79e=>{const _0x1af78e=_0x4a5283,_0x9b6f55={'neHNO':_0x1af78e(0x1c9),'HHKGf':function(_0x413905){const _0x5dd987=_0x1af78e;return _0x3b8e2a[_0x5dd987(0x251)](_0x413905);}};await withTelemetry(_0x3b8e2a[_0x1af78e(0x1da)],async()=>{const _0x39b97c=_0x1af78e,_0xcb31d0=_0x10c79e['scope'];if(_0x10c79e[_0x39b97c(0x190)]){const _0x117bd3=await ensureOpencodePluginConfig(_0xcb31d0);_0x117bd3&&await installSkill(_0x9b6f55['neHNO'],{'level':_0x117bd3[_0x39b97c(0x174)],'cliVersion':_0x9b6f55['HHKGf'](getCurrentVersion),'platform':'opencode'});}else await ensureClaudePlugin(_0xcb31d0),await ensureClaudeSkills(_0xcb31d0);});})['command'](_0x3b8e2a['vQpjq'],_0x3b8e2a['BUQIx'],_0x3d7a71=>{const _0x353802=_0x4a5283;return _0x3d7a71['option']('scope',{'type':'string','choices':[_0x353802(0x1d8),_0x3b8e2a['SHyrY']],'description':_0x3b8e2a[_0x353802(0x19a)]})['option']('url',{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app'})[_0x353802(0x199)]('skip-auth',{'type':_0x3b8e2a[_0x353802(0x1fe)],'description':_0x3b8e2a['QlvRP'],'default':![]})['option'](_0x353802(0x242),{'type':_0x3b8e2a[_0x353802(0x1fe)],'description':_0x353802(0x17e),'default':![]})['option'](_0x3b8e2a['BjbhH'],{'type':_0x353802(0x299),'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','default':![]});},async _0x565d77=>{const _0x5bf863=_0x4a5283;await _0x3b8e2a[_0x5bf863(0x13b)](withTelemetry,_0x5bf863(0x180),_0x1e172c=>ensureLocalEnv({'url':_0x565d77[_0x5bf863(0x289)],'force':_0x565d77['force'],'allowInsecureLocalhost':_0x565d77['allow-insecure-localhost'],'scope':_0x565d77[_0x5bf863(0x174)]===_0x5bf863(0x1d8)?_0x5bf863(0x1d8):undefined},_0x1e172c));})['option'](_0x3b8e2a[_0x4a5283(0x249)],{'type':_0x3b8e2a['JnABA'],'description':_0x4a5283(0x238),'default':![]})[_0x4a5283(0x199)](_0x3b8e2a[_0x4a5283(0x11f)],{'type':'string','choices':[_0x4a5283(0x1d8),'project'],'description':_0x4a5283(0x1f2)})[_0x4a5283(0x199)](_0x3b8e2a['rDrnn'],{'type':_0x4a5283(0x29b),'description':_0x3b8e2a['TOwiO']})[_0x4a5283(0x199)](_0x3b8e2a[_0x4a5283(0x12b)],{'type':'boolean','description':_0x3b8e2a['oJqgf'],'default':![]})['option'](_0x4a5283(0x190),{'type':_0x3b8e2a[_0x4a5283(0x1fe)],'description':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','default':![]})[_0x4a5283(0x199)](_0x3b8e2a['BjbhH'],{'type':_0x4a5283(0x299),'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})[_0x4a5283(0x199)](_0x3b8e2a[_0x4a5283(0x15c)],{'type':_0x3b8e2a[_0x4a5283(0x1fe)],'description':_0x4a5283(0x1d3),'default':![]})[_0x4a5283(0x199)](_0x3b8e2a[_0x4a5283(0x267)],{'type':_0x3b8e2a[_0x4a5283(0x1fe)],'description':_0x3b8e2a[_0x4a5283(0x175)],'default':![]})[_0x4a5283(0x199)](_0x4a5283(0x192),{'type':_0x3b8e2a[_0x4a5283(0x1fe)],'description':_0x3b8e2a['iQvLF'],'default':![]})[_0x4a5283(0x199)]('token',{'type':_0x3b8e2a['TsPVK'],'hidden':!![],'description':'API\x20token'});},async _0x39a084=>{const _0x554e24=_0x5772e9,_0x2999a3={'PZslB':_0x554e24(0x26c),'mMXpi':function(_0x5b36cd,_0x577273,_0x4617de){return _0x5b36cd(_0x577273,_0x4617de);}},_0x3da769=_0x39a084['tokenOrSubcommand'],_0x3e5f17=_0x39a084['token']??_0x3da769;_0x39a084[_0x2999a3['PZslB']]&&await withTelemetry(_0x2999a3['PZslB'],()=>mcpBootstrap()),await _0x2999a3['mMXpi'](withTelemetry,_0x554e24(0x17d),_0x468980=>start(_0x3e5f17,{'skipChromium':_0x39a084['skip-chromium'],'skipAuth':_0x39a084['skip-auth'],'withDeps':_0x39a084[_0x554e24(0x192)],'scope':_0x39a084['scope'],'url':_0x39a084[_0x554e24(0x289)],'force':_0x39a084[_0x554e24(0x242)],'opencode':_0x39a084['opencode'],'allowInsecureLocalhost':_0x39a084['allow-insecure-localhost']},_0x468980));})[_0x5772e9(0x1c5)]('setup-ci\x20<token>',_0x5772e9(0x207),_0x7ca88a=>{const _0xcb670c=_0x5772e9,_0x7a6439={'qoeSE':_0xcb670c(0x279),'ozRZp':_0xcb670c(0x29b),'joDvG':_0xcb670c(0x2a0),'hPiAh':_0xcb670c(0x151),'Qwfco':_0xcb670c(0x172),'KQAdT':_0xcb670c(0x15b),'iMgOM':_0xcb670c(0x20e)};return _0x7ca88a[_0xcb670c(0x12d)](_0x7a6439['qoeSE'],{'type':_0x7a6439[_0xcb670c(0x1af)],'description':_0x7a6439[_0xcb670c(0x27a)],'demandOption':!![]})['option'](_0x7a6439[_0xcb670c(0x24c)],{'type':_0x7a6439[_0xcb670c(0x1af)],'description':_0x7a6439['Qwfco']})[_0xcb670c(0x199)]('base-url',{'type':_0x7a6439[_0xcb670c(0x1af)],'description':_0x7a6439[_0xcb670c(0x28e)]})['option'](_0x7a6439[_0xcb670c(0x23f)],{'type':_0xcb670c(0x299),'description':'Skip\x20Chromium\x20browser\x20installation','default':![]});},async _0x199cd2=>{const _0x4038ee=_0x5772e9,_0x1d3589={'lDaZt':function(_0x3ae2a3,_0x19bf93,_0x5d0386){return _0x3ae2a3(_0x19bf93,_0x5d0386);}};await _0x1d3589[_0x4038ee(0x196)](withTelemetry,_0x4038ee(0x232),_0x4f890c=>setupCi(_0x199cd2[_0x4038ee(0x279)],{'profile':_0x199cd2['profile'],'baseUrl':_0x199cd2['base-url'],'skipChromium':_0x199cd2[_0x4038ee(0x20e)]},_0x4f890c));})[_0x5772e9(0x1c5)](_0x5772e9(0x23c),_0x5772e9(0x162),()=>{},async()=>{const _0x26d686={'rvtzo':function(_0x459e83,_0x57c965,_0x1ea7d0){return _0x459e83(_0x57c965,_0x1ea7d0);},'Jmqmm':'login'};await _0x26d686['rvtzo'](withTelemetry,_0x26d686['Jmqmm'],()=>login());})[_0x5772e9(0x1c5)]('skillup','Install\x20Ranger\x20skills',_0x6079eb=>{const _0x561f88=_0x5772e9,_0x30f2de={'essox':'opencode','ZbHdt':_0x561f88(0x1a7),'wKXeq':'string','YFmmC':_0x561f88(0x1ce)};return _0x6079eb['option'](_0x30f2de['essox'],{'type':'boolean','description':_0x30f2de[_0x561f88(0x19d)],'default':![]})['option'](_0x561f88(0x174),{'type':_0x30f2de['wKXeq'],'choices':['user',_0x561f88(0x14f)],'description':_0x30f2de['YFmmC']});},async _0x148438=>{const _0x226b97=_0x5772e9,_0x112ed5={'fxnvo':_0x226b97(0x257)},_0xe17915=Boolean(_0x148438[_0x226b97(0x190)]);await withTelemetry(_0x112ed5[_0x226b97(0x1b9)],()=>skillup({'autoInstall':_0x148438['scope'],'platform':_0xe17915?'opencode':'claude'}));})['command']('clean',_0x5772e9(0x187),()=>{},async()=>{const _0x1dd19=_0x5772e9,_0x3687ef={'kgXPP':_0x1dd19(0x1a0)};await withTelemetry(_0x3687ef[_0x1dd19(0x24e)],()=>clean());})[_0x5772e9(0x1c5)]('profile','Manage\x20profiles',_0x399d11=>{const _0x3ceac4=_0x5772e9,_0x59330a={'QMTqc':_0x3ceac4(0x144),'tehaN':_0x3ceac4(0x289),'jDUwP':_0x3ceac4(0x29b),'jfhux':_0x3ceac4(0x21b),'EYKnO':'cdp-endpoint','PChyD':_0x3ceac4(0x299),'mZxAn':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','IhHoh':_0x3ceac4(0x174),'dYxdF':_0x3ceac4(0x1d8),'QMMPg':_0x3ceac4(0x1c3),'CFzJG':function(_0xae9572,_0x1f960d,_0x2f9d19,_0x259d8c){return _0xae9572(_0x1f960d,_0x2f9d19,_0x259d8c);},'saDpM':'profile\x20add','djhzH':function(_0x33b2c7,_0x3b2a07){return _0x33b2c7(_0x3b2a07);},'KwHuv':function(_0x57fdb6,_0x49473e,_0x4ffb87){return _0x57fdb6(_0x49473e,_0x4ffb87);},'bWEPU':'profile','FRCiA':_0x3ceac4(0x253),'ogNvo':function(_0x3204d0,_0x1a4a1c,_0x42a580){return _0x3204d0(_0x1a4a1c,_0x42a580);},'sdirf':function(_0x398ed,_0x5da336,_0x549b42){return _0x398ed(_0x5da336,_0x549b42);},'AYzWN':_0x3ceac4(0x229),'Mzgiv':function(_0x3aeb1d,_0x543a82,_0x4a4dc5){return _0x3aeb1d(_0x543a82,_0x4a4dc5);},'psYlK':'profile\x20update','ghaxy':'key','HiUtx':_0x3ceac4(0x13a),'yFMVB':'value','rmFjc':'profile\x20config\x20unset','RLrlK':_0x3ceac4(0x12e),'egswu':'set\x20<profile>\x20<key>\x20<value>','Mnzwl':'get\x20<profile>\x20<key>','frGxK':'Get\x20a\x20config\x20value','EEZFd':'list\x20<profile>','iegYC':'unset\x20<profile>\x20<key>','KuQfR':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','TXSgx':'add\x20<profile-name>','akgWs':'Add\x20profile\x20configuration','KuDuz':'use\x20<profile-name>','fZtyG':'encrypt-auth\x20<profile>','aCkul':'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','LRMgb':'You\x20must\x20specify\x20a\x20profile\x20subcommand'};return _0x399d11['usage'](PROFILE_HELP)[_0x3ceac4(0x1c5)](_0x59330a['TXSgx'],_0x59330a[_0x3ceac4(0x1ff)],_0x105c4d=>{const _0x283aee=_0x3ceac4;return _0x105c4d[_0x283aee(0x12d)](_0x283aee(0x229),{'type':_0x283aee(0x29b),'description':_0x283aee(0x25f),'demandOption':!![]})[_0x283aee(0x199)]('ci',{'type':_0x283aee(0x299),'description':_0x59330a['QMTqc'],'default':![]})['option']('skip-auth',{'type':_0x283aee(0x299),'description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]})[_0x283aee(0x199)](_0x59330a['tehaN'],{'type':_0x59330a['jDUwP'],'description':_0x59330a['jfhux']})[_0x283aee(0x199)]('force',{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x283aee(0x199)](_0x59330a['EYKnO'],{'type':_0x283aee(0x29b),'description':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.'})['option'](_0x283aee(0x262),{'type':_0x283aee(0x299),'description':_0x283aee(0x15d),'default':![]})['option']('safe-mode',{'type':_0x59330a[_0x283aee(0x159)],'description':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','default':![]})[_0x283aee(0x199)](_0x283aee(0x1bf),{'type':_0x59330a['jDUwP'],'array':!![],'description':_0x59330a[_0x283aee(0x1a3)]})[_0x283aee(0x199)](_0x59330a[_0x283aee(0x17c)],{'type':_0x59330a['jDUwP'],'choices':[_0x59330a[_0x283aee(0x25d)],_0x283aee(0x14f)],'description':_0x59330a[_0x283aee(0x15e)]});},async _0x51f1da=>{const _0x34779e=_0x3ceac4;await _0x59330a[_0x34779e(0x1fc)](withTelemetry,_0x59330a['saDpM'],_0xadfb87=>addEnv(_0x51f1da[_0x34779e(0x229)],{'ci':_0x51f1da['ci'],'skipAuth':_0x51f1da['skip-auth'],'url':_0x51f1da['url'],'force':_0x51f1da['force'],'cdpEndpoint':_0x51f1da['cdp-endpoint'],'allowInsecureLocalhost':_0x51f1da[_0x34779e(0x262)],'safeMode':_0x51f1da['safe-mode'],'setupHeader':_0x51f1da[_0x34779e(0x1bf)],'scope':_0x51f1da[_0x34779e(0x174)]},_0xadfb87),{'isElectron':_0x59330a['djhzH'](Boolean,_0x51f1da[_0x59330a['EYKnO']])});})[_0x3ceac4(0x1c5)](_0x59330a['KuDuz'],_0x3ceac4(0x171),_0x4542ec=>{const _0xd1187a=_0x3ceac4;return _0x4542ec[_0xd1187a(0x12d)](_0xd1187a(0x229),{'type':'string','description':_0xd1187a(0x1cd),'demandOption':!![]});},async _0x41c94d=>{const _0x50a007=_0x3ceac4;await _0x59330a[_0x50a007(0x274)](withTelemetry,_0x50a007(0x1ea),()=>useEnv(_0x41c94d['profile-name']));})[_0x3ceac4(0x1c5)](_0x59330a[_0x3ceac4(0x1ef)],_0x59330a['aCkul'],_0x11f029=>{const _0x490217=_0x3ceac4;return _0x11f029[_0x490217(0x12d)](_0x59330a[_0x490217(0x128)],{'type':_0x59330a[_0x490217(0x210)],'description':_0x59330a['FRCiA'],'demandOption':!![]});},async _0x5d05de=>{const _0x16cdb2=_0x3ceac4;await _0x59330a[_0x16cdb2(0x1db)](withTelemetry,'profile\x20encrypt-auth',()=>authEncrypt(_0x5d05de['profile']));})[_0x3ceac4(0x1c5)]('ls','List\x20all\x20profiles',()=>{},async()=>{const _0x20fa4e=_0x3ceac4;await _0x59330a[_0x20fa4e(0x278)](withTelemetry,'profile\x20ls',()=>envList());})['command']('update\x20<profile-name>','Update\x20authentication\x20for\x20an\x20existing\x20profile',_0x563089=>{const _0x65a90c=_0x3ceac4;return _0x563089['positional'](_0x59330a[_0x65a90c(0x1ca)],{'type':_0x65a90c(0x29b),'description':'Name\x20of\x20the\x20profile\x20to\x20update','demandOption':!![]})[_0x65a90c(0x199)](_0x65a90c(0x262),{'type':_0x65a90c(0x299),'description':_0x65a90c(0x15d)});},async _0x57b4de=>{const _0x214553=_0x3ceac4;await _0x59330a['Mzgiv'](withTelemetry,_0x59330a['psYlK'],_0x4e150e=>updateEnv(_0x57b4de[_0x214553(0x229)],_0x4e150e,{'allowInsecureLocalhost':_0x57b4de['allow-insecure-localhost']}));})[_0x3ceac4(0x1c5)](_0x3ceac4(0x270),_0x3ceac4(0x1ad),_0x4b73bb=>{const _0x27ddc8=_0x3ceac4,_0x5dd405={'MNSCy':function(_0x498fbc,_0x553f61,_0x5c2f37){return _0x498fbc(_0x553f61,_0x5c2f37);},'qVLuM':_0x59330a['RLrlK'],'PTBre':_0x59330a[_0x27ddc8(0x210)]};return _0x4b73bb[_0x27ddc8(0x195)](PROFILE_CONFIG_HELP)[_0x27ddc8(0x1c5)](_0x59330a['egswu'],_0x27ddc8(0x1b4),_0x2414ad=>{const _0x2c8de7=_0x27ddc8;return _0x2414ad['positional'](_0x59330a[_0x2c8de7(0x128)],{'type':_0x59330a[_0x2c8de7(0x210)],'description':'Profile\x20name','demandOption':!![]})['positional'](_0x59330a['ghaxy'],{'type':'string','description':_0x59330a['HiUtx'],'demandOption':!![]})[_0x2c8de7(0x12d)](_0x59330a['yFMVB'],{'type':'string','description':'Config\x20value','demandOption':!![]});},async _0x9fad86=>{const _0x56baa6=_0x27ddc8;await _0x5dd405['MNSCy'](withTelemetry,_0x5dd405[_0x56baa6(0x156)],()=>configSet(_0x9fad86[_0x56baa6(0x151)],_0x9fad86['key'],_0x9fad86[_0x56baa6(0x1fd)]));})['command'](_0x59330a['Mnzwl'],_0x59330a['frGxK'],_0x369366=>{const _0x2fa8bd=_0x27ddc8;return _0x369366[_0x2fa8bd(0x12d)](_0x59330a['bWEPU'],{'type':_0x59330a['jDUwP'],'description':_0x59330a[_0x2fa8bd(0x21f)],'demandOption':!![]})[_0x2fa8bd(0x12d)](_0x59330a[_0x2fa8bd(0x135)],{'type':'string','description':_0x2fa8bd(0x126),'demandOption':!![]});},async _0x3d9f15=>{const _0xb18b3c=_0x27ddc8;await _0x5dd405['MNSCy'](withTelemetry,_0xb18b3c(0x1f1),()=>configGet(_0x3d9f15[_0xb18b3c(0x151)],_0x3d9f15[_0xb18b3c(0x26e)]));})['command'](_0x59330a[_0x27ddc8(0x213)],'List\x20all\x20config\x20for\x20a\x20profile',_0x54fdae=>{const _0x1006f6=_0x27ddc8;return _0x54fdae['positional']('profile',{'type':_0x5dd405[_0x1006f6(0x198)],'description':_0x1006f6(0x253),'demandOption':!![]});},async _0x3694d6=>{const _0x4f4fb0=_0x27ddc8;await withTelemetry('profile\x20config\x20list',()=>configList(_0x3694d6[_0x4f4fb0(0x151)]));})[_0x27ddc8(0x1c5)](_0x59330a[_0x27ddc8(0x1a2)],'Remove\x20a\x20config\x20value',_0x4fb650=>{const _0x234af7=_0x27ddc8;return _0x4fb650['positional'](_0x234af7(0x151),{'type':_0x59330a['jDUwP'],'description':_0x234af7(0x253),'demandOption':!![]})['positional'](_0x59330a[_0x234af7(0x135)],{'type':'string','description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0xb5589=>{const _0x20e246=_0x27ddc8;await _0x59330a['KwHuv'](withTelemetry,_0x59330a[_0x20e246(0x20b)],()=>configUnset(_0xb5589['profile'],_0xb5589[_0x20e246(0x26e)]));})['demandCommand'](0x1,_0x59330a['KuQfR']);})['demandCommand'](0x1,_0x59330a[_0x3ceac4(0x139)]);})['command']('status',_0x5772e9(0x216),()=>{},async()=>{const _0x236de7=_0x5772e9,_0x409150={'KhFdg':function(_0x201fa9,_0x18625d,_0x291357){return _0x201fa9(_0x18625d,_0x291357);},'anTDI':_0x236de7(0x1ba)};await _0x409150[_0x236de7(0x265)](withTelemetry,_0x409150[_0x236de7(0x1ae)],()=>status());})['command'](_0x5772e9(0x16d),_0x5772e9(0x1a9),()=>{},async()=>{const _0xf56428={'oldXP':'update'};await withTelemetry(_0xf56428['oldXP'],()=>update());})['command'](_0x5772e9(0x260),_0x5772e9(0x1be),()=>{},async()=>{const _0x2f02ca=_0x5772e9,_0x12a30a={'oSZTp':_0x2f02ca(0x256),'bBwDe':'print-access-token'};await withTelemetry(_0x12a30a[_0x2f02ca(0x185)],async()=>{const _0x56bbbc=await getToken();if(!_0x56bbbc)throw new Error(_0x12a30a['oSZTp']);console['log'](_0x56bbbc);});})['command']('go',_0x5772e9(0x179),_0xa72ef8=>{const _0x4ad5ce=_0x5772e9,_0x39ce1d={'kbiDZ':_0x4ad5ce(0x134),'eLSXm':'Optional\x20feature\x20ID','iPvCw':'string','cnwKz':_0x4ad5ce(0x283),'SRxVl':'notes','mvMSH':'scenario','lqGgN':_0x4ad5ce(0x26f),'jnbFg':'headed','VCwVY':'boolean','zBjFe':'debug-outcome','lXrdI':'verified','kpely':_0x4ad5ce(0x1d2),'vhGNg':_0x4ad5ce(0x17a)};return _0xa72ef8['option'](_0x39ce1d[_0x4ad5ce(0x1b2)],{'type':'string','description':_0x39ce1d['eLSXm']})[_0x4ad5ce(0x199)](_0x4ad5ce(0x151),{'type':_0x39ce1d['iPvCw'],'description':_0x39ce1d['cnwKz']})['option'](_0x39ce1d['SRxVl'],{'type':_0x39ce1d[_0x4ad5ce(0x1d5)],'description':_0x4ad5ce(0x22f)})[_0x4ad5ce(0x199)](_0x39ce1d['mvMSH'],{'type':'number','description':'Scenario\x20index\x20(1-based)'})['option']('start-path',{'type':_0x39ce1d['iPvCw'],'description':_0x4ad5ce(0x21d)})[_0x4ad5ce(0x199)](_0x39ce1d['lqGgN'],{'type':_0x4ad5ce(0x29b),'description':'Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.'})['option'](_0x39ce1d['jnbFg'],{'type':_0x39ce1d[_0x4ad5ce(0x245)],'description':_0x4ad5ce(0x1b8),'default':![]})[_0x4ad5ce(0x199)](_0x39ce1d[_0x4ad5ce(0x152)],{'type':_0x4ad5ce(0x29b),'hidden':!![],'choices':[_0x39ce1d[_0x4ad5ce(0x263)],'partial',_0x39ce1d[_0x4ad5ce(0x157)],_0x39ce1d[_0x4ad5ce(0x268)],'incomplete']})[_0x4ad5ce(0x199)](_0x4ad5ce(0x281),{'type':'boolean','hidden':!![]})['option'](_0x4ad5ce(0x191),{'type':_0x39ce1d['iPvCw'],'hidden':!![]})[_0x4ad5ce(0x199)]('task',{'type':'string','hidden':!![]})['option']('item',{'type':'number','hidden':!![]});},async _0x226a44=>{await runGoCommand(_0x226a44);})['command']('auth',![],_0x1fd15a=>{const _0x370169=_0x5772e9,_0x111b4a={'qFjdo':'ranger\x20profile\x20encrypt-auth','woHIR':'encrypt\x20<profile>','UJrpK':_0x370169(0x18f)};return _0x1fd15a['command'](_0x111b4a['woHIR'],![],_0x5a9c1a=>{const _0x487187=_0x370169;return _0x5a9c1a[_0x487187(0x12d)](_0x487187(0x151),{'type':_0x487187(0x29b),'description':'Profile\x20name','demandOption':!![]});},async _0x7c54bb=>{const _0xfcb0ee=_0x370169;warnRenamed('ranger\x20auth\x20encrypt',_0x111b4a['qFjdo']),await authEncrypt(_0x7c54bb[_0xfcb0ee(0x151)]);})[_0x370169(0x244)](0x1,_0x111b4a['UJrpK']);},()=>{})['command'](_0x5772e9(0x132),![],_0x37af1c=>{const _0x41fa02=_0x5772e9,_0x3f95cb={'sBISv':'token','FWQrY':'string','HMisS':_0x41fa02(0x20e),'IZczP':_0x41fa02(0x238),'aVpOc':_0x41fa02(0x241),'pSYQE':'force','SojAq':'boolean','MEiht':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','vfval':'skip-auth','xLhaU':_0x41fa02(0x1bb),'woGwl':_0x41fa02(0x192)};return _0x37af1c[_0x41fa02(0x12d)](_0x3f95cb[_0x41fa02(0x272)],{'type':_0x3f95cb['FWQrY'],'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})[_0x41fa02(0x199)](_0x3f95cb['HMisS'],{'type':'boolean','description':_0x3f95cb['IZczP'],'default':![]})[_0x41fa02(0x199)]('scope',{'type':_0x41fa02(0x29b),'choices':[_0x41fa02(0x1d8),'project'],'description':_0x41fa02(0x1f2)})[_0x41fa02(0x199)]('url',{'type':_0x41fa02(0x29b),'description':_0x3f95cb['aVpOc']})[_0x41fa02(0x199)](_0x3f95cb['pSYQE'],{'type':_0x3f95cb[_0x41fa02(0x1f4)],'description':_0x3f95cb['MEiht'],'default':![]})[_0x41fa02(0x199)](_0x3f95cb[_0x41fa02(0x1cc)],{'type':'boolean','description':_0x3f95cb['xLhaU'],'default':![]})['option'](_0x3f95cb[_0x41fa02(0x123)],{'type':'boolean','description':_0x41fa02(0x1d4),'default':![]});},async _0x5e1495=>{const _0x3be0b9=_0x5772e9,_0x3fc2a3={'pheCf':_0x3be0b9(0x23a),'vHeRI':'start'};warnRenamed(_0x3be0b9(0x18b),_0x3fc2a3[_0x3be0b9(0x19c)]),await withTelemetry(_0x3fc2a3['vHeRI'],_0x50a25f=>start(_0x5e1495['token'],{'skipChromium':_0x5e1495[_0x3be0b9(0x20e)],'skipAuth':_0x5e1495[_0x3be0b9(0x275)],'withDeps':_0x5e1495['with-deps'],'scope':_0x5e1495[_0x3be0b9(0x174)],'url':_0x5e1495[_0x3be0b9(0x289)],'force':_0x5e1495[_0x3be0b9(0x242)]},_0x50a25f));})['command']('verify-feature',![],_0x30257c=>{const _0x4bedba=_0x5772e9,_0x4ac069={'QiBWO':_0x4bedba(0x29b),'ERxLQ':'task','mwUWa':'item','IDUOh':'number','besMk':_0x4bedba(0x243),'ZrIqu':'scenario','zIEGb':_0x4bedba(0x26f),'ZzpQw':'partial','fOoTQ':'blocked','rEEuD':'failed'};return _0x30257c[_0x4bedba(0x199)]('env',{'type':_0x4ac069['QiBWO'],'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})[_0x4bedba(0x199)](_0x4ac069[_0x4bedba(0x1e7)],{'type':'string','description':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)'})['option'](_0x4ac069['mwUWa'],{'type':_0x4ac069['IDUOh'],'description':_0x4bedba(0x18a)})[_0x4bedba(0x199)]('profile',{'type':'string','hidden':!![]})[_0x4bedba(0x199)](_0x4ac069[_0x4bedba(0x203)],{'type':_0x4ac069['QiBWO'],'hidden':!![]})['option'](_0x4ac069[_0x4bedba(0x173)],{'type':'number','hidden':!![]})['option'](_0x4bedba(0x252),{'type':_0x4ac069['QiBWO'],'description':_0x4bedba(0x21d)})['option'](_0x4ac069['zIEGb'],{'type':_0x4ac069[_0x4bedba(0x12f)],'hidden':!![]})[_0x4bedba(0x199)]('headed',{'type':_0x4bedba(0x299),'hidden':!![],'default':![]})[_0x4bedba(0x199)]('debug-outcome',{'type':_0x4ac069['QiBWO'],'hidden':!![],'choices':['verified',_0x4ac069[_0x4bedba(0x24a)],_0x4ac069[_0x4bedba(0x296)],_0x4ac069[_0x4bedba(0x148)],_0x4bedba(0x155)]});},async _0x3b447b=>{const _0x58b976={'DUWIr':function(_0x5ab8c9,_0x2cefb3,_0x5d5201){return _0x5ab8c9(_0x2cefb3,_0x5d5201);}};await _0x58b976['DUWIr'](runGoCommand,_0x3b447b,!![]);})['command'](_0x5772e9(0x28c),![],_0x2084a2=>{const _0x41a9b5=_0x5772e9,_0x315065={'fDagX':'env-name','eElIX':_0x41a9b5(0x29b),'XdVxI':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','NcFKf':_0x41a9b5(0x299),'mmkcE':'skip-auth','gcOZc':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)'};return _0x2084a2['positional'](_0x315065[_0x41a9b5(0x15f)],{'type':_0x315065['eElIX'],'description':_0x315065[_0x41a9b5(0x1fb)],'demandOption':!![]})['option']('ci',{'type':_0x315065[_0x41a9b5(0x193)],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x315065['mmkcE'],{'type':'boolean','description':_0x315065[_0x41a9b5(0x13d)],'default':![]});},async _0x2f3a1f=>{const _0x2f3078=_0x5772e9,_0x234d9c={'GChrm':function(_0x22ad89,_0x3b0c77,_0x447082){return _0x22ad89(_0x3b0c77,_0x447082);},'kqiUG':_0x2f3078(0x248)};_0x234d9c[_0x2f3078(0x211)](warnRenamed,_0x2f3078(0x240),_0x2f3078(0x14d)),await _0x234d9c['GChrm'](withTelemetry,_0x234d9c[_0x2f3078(0x261)],_0x342162=>addEnv(_0x2f3a1f[_0x2f3078(0x1de)],{'ci':_0x2f3a1f['ci'],'skipAuth':_0x2f3a1f['skip-auth']},_0x342162));})['command']('use\x20<env-name>',![],_0x187c7a=>{const _0x51997=_0x5772e9,_0x5675df={'VkOdk':'env-name','YaRiq':_0x51997(0x29b),'IoImt':_0x51997(0x222)};return _0x187c7a['positional'](_0x5675df['VkOdk'],{'type':_0x5675df[_0x51997(0x29f)],'description':_0x5675df[_0x51997(0x246)],'demandOption':!![]});},async _0x17795f=>{const _0x3081d7=_0x5772e9,_0x208a5a={'GCFDx':_0x3081d7(0x220),'iwsLm':_0x3081d7(0x1c8)};warnRenamed('ranger\x20use',_0x208a5a['GCFDx']),await withTelemetry(_0x208a5a['iwsLm'],()=>useEnv(_0x17795f['env-name']));})['command'](_0x5772e9(0x270),![],_0x3d1a47=>{const _0x370056=_0x5772e9,_0x17b1b2={'Rhxaj':'env','MPhsW':'string','DAJxX':'Environment\x20name','LmEeo':'key','PxYDl':_0x370056(0x13a),'JnwDj':_0x370056(0x147),'fUnzT':'ranger\x20config\x20set','RzRpf':function(_0x4b4974,_0x2e088e,_0x1a4203){return _0x4b4974(_0x2e088e,_0x1a4203);},'svzkk':_0x370056(0x126),'VbATD':function(_0x3853d3,_0x46c4a0,_0x3164bd){return _0x3853d3(_0x46c4a0,_0x3164bd);},'TRYqE':'ranger\x20profile\x20config\x20get','Kwqkt':function(_0x127ecc,_0x298a4a,_0xb16dbc){return _0x127ecc(_0x298a4a,_0xb16dbc);},'LvdLJ':'config\x20get','HtsEr':_0x370056(0x163),'sWOWA':'ranger\x20profile\x20config\x20list','sYuas':'Config\x20key\x20to\x20remove','ShQPW':function(_0x47fd8f,_0x22cd49,_0x18774c){return _0x47fd8f(_0x22cd49,_0x18774c);},'WljpD':_0x370056(0x146),'SjvyC':'config\x20unset','FMEHF':'list\x20<env>'};return _0x3d1a47['command']('set\x20<env>\x20<key>\x20<value>',![],_0x5692a3=>{const _0x25ff5f=_0x370056;return _0x5692a3[_0x25ff5f(0x12d)](_0x17b1b2['Rhxaj'],{'type':_0x17b1b2[_0x25ff5f(0x1e6)],'description':_0x17b1b2['DAJxX'],'demandOption':!![]})[_0x25ff5f(0x12d)](_0x17b1b2[_0x25ff5f(0x1aa)],{'type':_0x17b1b2[_0x25ff5f(0x1e6)],'description':_0x17b1b2[_0x25ff5f(0x291)],'demandOption':!![]})['positional']('value',{'type':_0x25ff5f(0x29b),'description':_0x17b1b2[_0x25ff5f(0x130)],'demandOption':!![]});},async _0x55e000=>{const _0x8bbbaa=_0x370056;warnRenamed(_0x17b1b2['fUnzT'],_0x8bbbaa(0x286)),await _0x17b1b2[_0x8bbbaa(0x208)](withTelemetry,_0x8bbbaa(0x153),()=>configSet(_0x55e000['env'],_0x55e000[_0x8bbbaa(0x26e)],_0x55e000['value']));})[_0x370056(0x1c5)]('get\x20<env>\x20<key>',![],_0x3ef0a5=>{const _0x256286=_0x370056;return _0x3ef0a5['positional'](_0x256286(0x191),{'type':_0x17b1b2['MPhsW'],'description':_0x17b1b2['DAJxX'],'demandOption':!![]})[_0x256286(0x12d)](_0x17b1b2[_0x256286(0x1aa)],{'type':_0x17b1b2[_0x256286(0x1e6)],'description':_0x17b1b2[_0x256286(0x1f7)],'demandOption':!![]});},async _0x3dd21e=>{const _0x155823=_0x370056;_0x17b1b2['VbATD'](warnRenamed,'ranger\x20config\x20get',_0x17b1b2[_0x155823(0x277)]),await _0x17b1b2['Kwqkt'](withTelemetry,_0x17b1b2[_0x155823(0x290)],()=>configGet(_0x3dd21e['env'],_0x3dd21e[_0x155823(0x26e)]));})[_0x370056(0x1c5)](_0x17b1b2['FMEHF'],![],_0x5e1726=>{const _0x46084c=_0x370056;return _0x5e1726[_0x46084c(0x12d)](_0x17b1b2[_0x46084c(0x254)],{'type':_0x17b1b2['MPhsW'],'description':_0x46084c(0x273),'demandOption':!![]});},async _0x40d009=>{const _0x3e0246=_0x370056;warnRenamed(_0x17b1b2[_0x3e0246(0x1eb)],_0x17b1b2['sWOWA']),await withTelemetry('config\x20list',()=>configList(_0x40d009[_0x3e0246(0x191)]));})['command']('unset\x20<env>\x20<key>',![],_0x2c1615=>{const _0x1161e9=_0x370056;return _0x2c1615[_0x1161e9(0x12d)](_0x17b1b2['Rhxaj'],{'type':_0x1161e9(0x29b),'description':'Environment\x20name','demandOption':!![]})['positional']('key',{'type':_0x17b1b2[_0x1161e9(0x1e6)],'description':_0x17b1b2[_0x1161e9(0x204)],'demandOption':!![]});},async _0x3536ac=>{const _0x54c015=_0x370056;_0x17b1b2['ShQPW'](warnRenamed,_0x54c015(0x1a4),_0x17b1b2['WljpD']),await _0x17b1b2[_0x54c015(0x208)](withTelemetry,_0x17b1b2['SjvyC'],()=>configUnset(_0x3536ac['env'],_0x3536ac[_0x54c015(0x26e)]));})[_0x370056(0x244)](0x1,_0x370056(0x23b));})['command'](_0x5772e9(0x191),![],_0x3a6c41=>{const _0x6b90e0=_0x5772e9,_0x566a6e={'nlpLJ':function(_0x1b8a49,_0x590439,_0x52af4e){return _0x1b8a49(_0x590439,_0x52af4e);},'aFCcL':'env\x20list','uCrjm':_0x6b90e0(0x1de),'BtxYI':'string','JoeQl':_0x6b90e0(0x182),'JEGyZ':_0x6b90e0(0x188),'FrWBB':function(_0x2c80d1,_0x5bbafe,_0x3dfb76){return _0x2c80d1(_0x5bbafe,_0x3dfb76);},'UFYxr':_0x6b90e0(0x150)};return _0x3a6c41['command']('ls',![],()=>{},async()=>{const _0x19d672=_0x6b90e0;warnRenamed('ranger\x20env\x20ls',_0x19d672(0x26a)),await _0x566a6e[_0x19d672(0x234)](withTelemetry,_0x566a6e[_0x19d672(0x209)],()=>envList());})['command']('update\x20<env-name>',![],_0x4600f4=>{const _0x4dbdb0=_0x6b90e0;return _0x4600f4['positional'](_0x566a6e[_0x4dbdb0(0x237)],{'type':_0x566a6e['BtxYI'],'description':_0x566a6e[_0x4dbdb0(0x1fa)],'demandOption':!![]});},async _0x4de4ca=>{const _0x5cf330=_0x6b90e0;_0x566a6e[_0x5cf330(0x234)](warnRenamed,_0x566a6e['JEGyZ'],'ranger\x20profile\x20update'),await _0x566a6e[_0x5cf330(0x177)](withTelemetry,_0x5cf330(0x276),_0x5e628b=>updateEnv(_0x4de4ca[_0x5cf330(0x1de)],_0x5e628b));})[_0x6b90e0(0x244)](0x1,_0x566a6e[_0x6b90e0(0x16f)]);})['command']('feature',![],_0x37ba1c=>{const _0x15b0fa=_0x5772e9,_0x1c0c0d={'mkDwg':_0x15b0fa(0x29b),'jjVdN':'Feature\x20review\x20name','euJSH':'array','cCXyi':_0x15b0fa(0x13e),'aaDkG':function(_0x1f5942,_0x121c65,_0x2b03d8,_0x1fda95){return _0x1f5942(_0x121c65,_0x2b03d8,_0x1fda95);},'lqRsD':_0x15b0fa(0x1c1),'vvsEp':_0x15b0fa(0x16a),'FEESr':'current-branch','wyjYy':'boolean','oSenh':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','ouAVC':_0x15b0fa(0x1bc),'RInJV':_0x15b0fa(0x1a5),'rpcTC':_0x15b0fa(0x14a),'xfiuo':'ranger\x20list','YwtLZ':_0x15b0fa(0x16c),'MufMk':'ranger\x20feature\x20show','mDIBG':_0x15b0fa(0x1d6),'TEsOD':_0x15b0fa(0x235),'JwRPH':function(_0x2dc91b,_0x8f7615,_0x1f113b){return _0x2dc91b(_0x8f7615,_0x1f113b);},'jXRGd':'ranger\x20feature\x20resume','kkAVb':'feature\x20resume','jPyse':_0x15b0fa(0x1d0),'MSdur':function(_0x4dafb7,_0x2f5dfe,_0x40f982){return _0x4dafb7(_0x2f5dfe,_0x40f982);},'LVJGp':_0x15b0fa(0x29d),'eDkhq':_0x15b0fa(0x24b),'FvYYY':'ranger\x20get-review','gRmMg':_0x15b0fa(0x218),'gKleQ':_0x15b0fa(0x16e),'nZQrx':'ranger\x20feature\x20delete','VoXHQ':_0x15b0fa(0x1e3),'lAKIo':_0x15b0fa(0x1d1),'ZZJbJ':_0x15b0fa(0x23d),'BqOBZ':function(_0x493635,_0x2e5379,_0x2034e0){return _0x493635(_0x2e5379,_0x2034e0);},'jkhtK':_0x15b0fa(0x140),'RZlvF':function(_0x554c5c,_0x25de07,_0x4b2a49){return _0x554c5c(_0x25de07,_0x4b2a49);},'RkbFI':'create\x20<name>','vYdnO':_0x15b0fa(0x259),'NdoWc':_0x15b0fa(0x2a4),'Gcjnm':_0x15b0fa(0x202)};return _0x37ba1c[_0x15b0fa(0x1c5)](_0x1c0c0d['RkbFI'],![],_0x54416f=>{const _0x5e0720=_0x15b0fa;return _0x54416f[_0x5e0720(0x12d)]('name',{'type':_0x1c0c0d[_0x5e0720(0x1f0)],'description':_0x1c0c0d['jjVdN'],'demandOption':!![]})[_0x5e0720(0x199)]('description',{'type':_0x1c0c0d[_0x5e0720(0x1f0)],'alias':'d','description':'Feature\x20review\x20description'})['option'](_0x5e0720(0x287),{'type':_0x1c0c0d[_0x5e0720(0x158)],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option']('scenario',{'type':'array','hidden':!![]});},async _0x682e8d=>{const _0x2b001c=_0x15b0fa;warnRenamed(_0x1c0c0d['cCXyi'],'ranger\x20create'),_0x1c0c0d['aaDkG'](warnFlagRenamed,_0x1c0c0d['lqRsD'],'--checklist',_0x2b001c(0x28a));const _0x4f2f9a=_0x682e8d[_0x2b001c(0x29c)]||_0x682e8d['checklist'];await withTelemetry(_0x1c0c0d[_0x2b001c(0x226)],()=>featureCreate(_0x682e8d['name'],{'description':_0x682e8d['description'],'scenarios':_0x4f2f9a}));})['command'](_0x1c0c0d[_0x15b0fa(0x219)],![],_0x5a93ec=>{const _0x2cd930=_0x15b0fa;return _0x5a93ec[_0x2cd930(0x199)](_0x1c0c0d['FEESr'],{'type':_0x1c0c0d[_0x2cd930(0x280)],'description':_0x1c0c0d[_0x2cd930(0x14e)]})['option']('limit',{'type':'number','alias':'l','description':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','default':0xa})['option'](_0x1c0c0d['ouAVC'],{'type':_0x1c0c0d['RInJV'],'alias':'o','description':_0x2cd930(0x142),'default':0x0})[_0x2cd930(0x199)](_0x2cd930(0x285),{'type':'boolean','alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x38639b=>{const _0x17e463=_0x15b0fa;warnRenamed(_0x1c0c0d['rpcTC'],_0x1c0c0d['xfiuo']),await withTelemetry(_0x1c0c0d[_0x17e463(0x143)],()=>featureList({'currentBranch':_0x38639b['current-branch'],'limit':_0x38639b['limit'],'offset':_0x38639b['offset'],'includeDeleted':_0x38639b['include-deleted']}));})['command'](_0x15b0fa(0x27d),![],_0x1df09a=>{const _0x504c73=_0x15b0fa;return _0x1df09a[_0x504c73(0x12d)]('id',{'type':_0x504c73(0x29b),'description':_0x504c73(0x16e)});},async _0x31a057=>{const _0x3c2090=_0x15b0fa;warnRenamed(_0x1c0c0d['MufMk'],_0x3c2090(0x1f5)),await withTelemetry(_0x1c0c0d[_0x3c2090(0x26d)],()=>featureShow(_0x31a057['id']));})['command']('resume\x20[id]',![],_0xd1ede1=>{const _0x1be697=_0x15b0fa;return _0xd1ede1[_0x1be697(0x12d)]('id',{'type':_0x1be697(0x29b),'description':_0x1c0c0d[_0x1be697(0x16b)]});},async _0x32ae01=>{const _0x5dcf7e=_0x15b0fa;_0x1c0c0d[_0x5dcf7e(0x186)](warnRenamed,_0x1c0c0d['jXRGd'],_0x5dcf7e(0x13f)),await withTelemetry(_0x1c0c0d[_0x5dcf7e(0x239)],()=>featureResume(_0x32ae01['id']));})['command']('add-checklist-item\x20<description>',![],_0x41aff9=>{const _0x2a50d4=_0x15b0fa;return _0x41aff9[_0x2a50d4(0x12d)](_0x1c0c0d['jPyse'],{'type':_0x1c0c0d[_0x2a50d4(0x1f0)],'description':_0x2a50d4(0x197),'demandOption':!![]})[_0x2a50d4(0x199)]('id',{'type':_0x2a50d4(0x29b),'description':_0x2a50d4(0x24b)});},async _0x4da814=>{const _0x4435e3=_0x15b0fa;_0x1c0c0d[_0x4435e3(0x18c)](warnRenamed,'ranger\x20feature\x20add-checklist-item','ranger\x20add-scenario'),await withTelemetry(_0x1c0c0d['LVJGp'],()=>featureAddScenario(_0x4da814['description'],_0x4da814['id']));})[_0x15b0fa(0x1c5)](_0x1c0c0d[_0x15b0fa(0x1f6)],![],_0x3d80eb=>{const _0x1bd986=_0x15b0fa;return _0x3d80eb[_0x1bd986(0x12d)]('id',{'type':_0x1bd986(0x29b),'description':_0x1c0c0d[_0x1bd986(0x1c0)]});},async _0x5e3f3b=>{const _0x21dbb5=_0x15b0fa;warnRenamed(_0x21dbb5(0x17f),_0x1c0c0d[_0x21dbb5(0x15a)]),await _0x1c0c0d['JwRPH'](withTelemetry,_0x1c0c0d[_0x21dbb5(0x1c6)],()=>featureGetReview(_0x5e3f3b['id']));})[_0x15b0fa(0x1c5)](_0x1c0c0d[_0x15b0fa(0x19e)],![],_0x5be213=>{const _0x29e104=_0x15b0fa;return _0x5be213[_0x29e104(0x12d)]('id',{'type':_0x1c0c0d[_0x29e104(0x1f0)],'description':_0x1c0c0d[_0x29e104(0x161)]});},async _0x4e118c=>{const _0x5cc1ee=_0x15b0fa;_0x1c0c0d['JwRPH'](warnRenamed,_0x1c0c0d[_0x5cc1ee(0x1d7)],_0x1c0c0d['VoXHQ']),await withTelemetry(_0x1c0c0d['lAKIo'],()=>featureDelete(_0x4e118c['id']));})['command'](_0x15b0fa(0x206),![],_0x32734b=>{return _0x32734b['positional']('id',{'type':_0x1c0c0d['mkDwg'],'description':_0x1c0c0d['ZZJbJ'],'demandOption':!![]});},async _0x250c37=>{const _0x13dda0=_0x15b0fa;_0x1c0c0d['BqOBZ'](warnRenamed,_0x1c0c0d['jkhtK'],_0x13dda0(0x122)),await _0x1c0c0d['RZlvF'](withTelemetry,'feature\x20restore',()=>featureRestore(_0x250c37['id']));})['demandCommand'](0x1,_0x15b0fa(0x29e));})['command']('hook',![],_0x1c524b=>{const _0x1ceb8b=_0x5772e9,_0x650d97={'zHypo':_0x1ceb8b(0x29b),'fZVCF':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','KuyDa':function(_0x58aa5c,_0x3ae29a,_0x108717){return _0x58aa5c(_0x3ae29a,_0x108717);},'yJEeP':'hook:enable','iGpyE':_0x1ceb8b(0x141),'UARrO':function(_0x3800d1,_0x27ab2c,_0x5d106c){return _0x3800d1(_0x27ab2c,_0x5d106c);},'kWVZh':_0x1ceb8b(0x23e),'RVQIG':'Disable\x20Ranger\x20hooks\x20for\x20this\x20session'};return _0x1c524b[_0x1ceb8b(0x1c5)]('enable','Enable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x3663ca=>{return _0x3663ca['option']('session-id',{'type':_0x650d97['zHypo'],'description':_0x650d97['fZVCF']});},async _0x458fe6=>{const _0x4c7692=_0x1ceb8b;await _0x650d97[_0x4c7692(0x24d)](withTelemetry,_0x650d97['yJEeP'],()=>hook(_0x4c7692(0x1e1),_0x458fe6['session-id']));})['command'](_0x650d97['kWVZh'],_0x650d97[_0x1ceb8b(0x224)],_0xee5174=>{const _0x4738d3=_0x1ceb8b;return _0xee5174[_0x4738d3(0x199)](_0x650d97[_0x4738d3(0x27c)],{'type':_0x650d97[_0x4738d3(0x1bd)],'description':_0x650d97[_0x4738d3(0x217)]});},async _0x8afeb0=>{const _0x3840e7=_0x1ceb8b;await _0x650d97[_0x3840e7(0x293)](withTelemetry,_0x3840e7(0x1cb),()=>hook(_0x3840e7(0x23e),_0x8afeb0['session-id']));})['option'](_0x1ceb8b(0x183),{'type':_0x1ceb8b(0x29b),'description':_0x1ceb8b(0x29a)})['option'](_0x1ceb8b(0x141),{'type':_0x650d97[_0x1ceb8b(0x1bd)],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x413a6f=>{const _0x3bd05d=_0x5772e9;_0x413a6f[_0x3bd05d(0x183)]&&await hook(_0x413a6f[_0x3bd05d(0x183)],_0x413a6f['session-id']);})[_0x5772e9(0x244)](0x1,_0x5772e9(0x221))['strictCommands']()['fail'](async(_0x1f6689,_0x2e84c0,_0x286745)=>{const _0x4b6e59=_0x5772e9,_0x1408a2={'TPqkn':function(_0x50ef8d,_0x351ebb,_0x53c33e){return _0x50ef8d(_0x351ebb,_0x53c33e);},'qawFn':'Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','ijEyl':function(_0x1af773,_0xf4cfd6){return _0x1af773(_0xf4cfd6);},'XdJRS':function(_0xce9886){return _0xce9886();},'HEqOx':function(_0x6a0c15,_0x21651a){return _0x6a0c15||_0x21651a;},'dbPzc':_0x4b6e59(0x288)},_0x18f90c=sanitizeArgs(process['argv']['slice'](0x2)),_0x219b92=_0x1408a2['TPqkn'](getErrorType,_0x1f6689,_0x2e84c0);if(_0x1f6689&&_0x1f6689['includes'](_0x4b6e59(0x200))){const _0x2e0dbc=process['argv'][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x2e0dbc),console[_0x4b6e59(0x1c2)](_0x1408a2['qawFn']);}else{if(_0x1f6689)console[_0x4b6e59(0x1c2)]('\x0a'+_0x1f6689+'\x0a');else _0x2e84c0&&console['error']('\x0aError:\x20'+_0x2e84c0['message']+'\x0a');}await _0x1408a2[_0x4b6e59(0x1c7)](logDesirePath,{'rawCommand':_0x18f90c,'errorMessage':_0x1f6689||_0x2e84c0?.[_0x4b6e59(0x1ee)],'errorType':_0x219b92});const _0x3317b4=_0x1408a2['XdJRS'](getCurrentCollector);_0x3317b4&&await _0x3317b4['trackCommandError'](_0x2e84c0||new Error(_0x1408a2[_0x4b6e59(0x121)](_0x1f6689,_0x1408a2['dbPzc']))),process[_0x4b6e59(0x231)](0x1);})[_0x5772e9(0x136)](_0x5772e9(0x22d)+_0x5772e9(0x264)+'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)')[_0x5772e9(0x1b1)]()['alias']('help','h')[_0x5772e9(0x145)]();