@ranger-testing/ranger-cli 2.5.4-alpha.f940f0d-18 → 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 _0x5da667=_0x558a;(function(_0x383096,_0x4f6f40){const _0x38b3c4=_0x558a,_0x290aa9=_0x383096();while(!![]){try{const _0x31820e=-parseInt(_0x38b3c4(0x1fc))/0x1*(parseInt(_0x38b3c4(0x22a))/0x2)+parseInt(_0x38b3c4(0x256))/0x3*(-parseInt(_0x38b3c4(0x186))/0x4)+parseInt(_0x38b3c4(0x268))/0x5*(-parseInt(_0x38b3c4(0x2df))/0x6)+-parseInt(_0x38b3c4(0x1e3))/0x7+-parseInt(_0x38b3c4(0x239))/0x8*(parseInt(_0x38b3c4(0x1b4))/0x9)+-parseInt(_0x38b3c4(0x241))/0xa+parseInt(_0x38b3c4(0x29c))/0xb;if(_0x31820e===_0x4f6f40)break;else _0x290aa9['push'](_0x290aa9['shift']());}catch(_0x1b99d6){_0x290aa9['push'](_0x290aa9['shift']());}}}(_0x5cc4,0x6544d));import _0x3dc88c from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x348e4a=_0x558a,_0x2c1aa5={'XeKUe':function(_0x644ab3,_0x805bc9){return _0x644ab3(_0x805bc9);},'viXXI':function(_0x2bb027,_0x329ed2){return _0x2bb027(_0x329ed2);},'xRvMQ':'.env'};let _0x1263cc=process['cwd']();const _0x2789d9=_0x2c1aa5['XeKUe'](parse,_0x1263cc)['root'];while(_0x1263cc!==_0x2789d9){if(_0x2c1aa5['viXXI'](existsSync,join(_0x1263cc,'.ranger'))||_0x2c1aa5[_0x348e4a(0x265)](existsSync,join(_0x1263cc,_0x2c1aa5[_0x348e4a(0x198)])))return _0x1263cc;_0x1263cc=_0x2c1aa5[_0x348e4a(0x265)](dirname,_0x1263cc);}return process['cwd']();}_0x3dc88c['config']({'path':join(findProjectRoot(),'.env')});import _0xf5c66 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';function _0x558a(_0x84e073,_0x36a291){_0x84e073=_0x84e073-0x173;const _0x5cc468=_0x5cc4();let _0x558af1=_0x5cc468[_0x84e073];return _0x558af1;}import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{shouldShowLegacyWarning,showLegacyDeprecationWarning}from'./commands/utils/legacyWarning.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';import{installSkill}from'./commands/utils/skills.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x429b38=>{const _0x242c4e=_0x558a,_0x3cb20c={'OPEMb':function(_0x265689){return _0x265689();}},_0x27ffed=_0x3cb20c[_0x242c4e(0x1cd)](getCurrentCollector);_0x27ffed&&await _0x27ffed['trackCommandError'](_0x429b38),process[_0x242c4e(0x23b)]=0x1;});const rawArgs=process[_0x5da667(0x222)][_0x5da667(0x2fd)](0x2),TOP_LEVEL_HELP='Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aTo\x20set\x20up\x20a\x20profile\x20for\x20your\x20app,\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20—\x20opens\x20a\x0abrowser\x20so\x20you\x20can\x20log\x20in\x20once.\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/config)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aDeprecated\x20(now\x20exit\x201\x20with\x20a\x20redirect):\x20`profile\x20update`,\x20`profile\x20encrypt-auth`,\x0a`profile\x20migrate`,\x20`setup\x20--ci`.\x20Run\x20`ranger\x20profile\x20add\x20<name>`\x20to\x20set\x20up\x20a\x0afresh\x20profile.\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP=_0x5da667(0x20d),PROFILE_CONFIG_HELP=_0x5da667(0x2c0);function warnRenamed(_0x46d853,_0x4f64e2){const _0x57a9e1=_0x5da667;console[_0x57a9e1(0x319)]('\x0a'+_0x46d853+_0x57a9e1(0x2a7)+_0x4f64e2+'\x0a');}function argUsed(_0x2f816c){const _0x2221ec=_0x5da667;return rawArgs[_0x2221ec(0x1b5)](_0x26e4e1=>_0x26e4e1===_0x2f816c||_0x26e4e1['startsWith'](_0x2f816c+'='));}function warnFlagRenamed(_0x2f5c80,_0x31d7ec,_0x5c78d0){const _0x23f172=_0x5da667,_0x165a27={'qtNwC':function(_0x54f2eb,_0x3db3b2){return _0x54f2eb(_0x3db3b2);}};_0x165a27[_0x23f172(0x2cb)](argUsed,_0x31d7ec)&&warnRenamed(_0x2f5c80+'\x20'+_0x31d7ec,_0x2f5c80+'\x20'+_0x5c78d0);}async function runGoCommand(_0x5312ed,_0x488cff=![]){const _0x3d5e26=_0x5da667,_0x33b0c2={'OMVkz':_0x3d5e26(0x2e2),'ABWjR':function(_0x944137,_0x1dbb4d,_0x3e418d,_0x279384){return _0x944137(_0x1dbb4d,_0x3e418d,_0x279384);},'GKnVR':_0x3d5e26(0x2c3),'WwGmT':'--item','LjnGv':function(_0x5173ed){return _0x5173ed();},'Trkst':function(_0x29e5a9,_0x5e7b0e){return _0x29e5a9(_0x5e7b0e);},'aeSWa':'start-path','NitDJ':'base-url','ZFybB':_0x3d5e26(0x2fc),'NTvsB':function(_0x18f5be,_0x45c2c6){return _0x18f5be===_0x45c2c6;},'mGlrq':_0x3d5e26(0x2ae),'ifQke':_0x3d5e26(0x28b),'ZqtGP':'partial','uvCvu':'blocked','pRzlq':'\x20FAILED','QfiMn':_0x3d5e26(0x194)};_0x488cff&&warnRenamed(_0x3d5e26(0x2f7),'ranger\x20go');warnFlagRenamed(_0x3d5e26(0x2c3),_0x3d5e26(0x1f3),_0x33b0c2['OMVkz']),_0x33b0c2[_0x3d5e26(0x21a)](warnFlagRenamed,_0x33b0c2['GKnVR'],_0x3d5e26(0x2e3),'--notes'),warnFlagRenamed(_0x33b0c2[_0x3d5e26(0x291)],_0x33b0c2[_0x3d5e26(0x204)],_0x3d5e26(0x2cf));const _0x1ebaa8=await _0x33b0c2['LjnGv'](loadRangerConfig),_0x1383ce=isByokEnabled(),_0x5ad5ef=_0x5312ed[_0x3d5e26(0x2a5)],_0x435624=_0x1ebaa8['model'],_0x347b1a=await _0x33b0c2[_0x3d5e26(0x2da)](verifyFeature,{'featureId':_0x5312ed[_0x3d5e26(0x22d)],'profile':_0x5312ed[_0x3d5e26(0x2e6)]??_0x5312ed['env']??process['env']['RANGER_PROFILE'],'notes':_0x5312ed[_0x3d5e26(0x2ed)]??_0x5312ed['task'],'scenario':_0x5312ed[_0x3d5e26(0x25f)]??_0x5312ed['item'],'startPath':_0x5312ed[_0x33b0c2['aeSWa']],'baseUrl':_0x5312ed[_0x33b0c2['NitDJ']],'debugOutcome':_0x5312ed[_0x33b0c2['ZFybB']],'debugAddressComments':_0x5312ed['debug-address-comments'],'headed':_0x5312ed['headed'],'byokEnabled':_0x1383ce,'flagVerifyModel':_0x5ad5ef,'configVerifyModel':_0x435624});console['log']('\x0a'+'='['repeat'](0x3c)),console['log'](_0x33b0c2[_0x3d5e26(0x2dc)](_0x347b1a['evaluation'],_0x33b0c2[_0x3d5e26(0x2ee)])?_0x3d5e26(0x1e2):_0x347b1a['evaluation']===_0x3d5e26(0x1df)?_0x33b0c2['ifQke']:_0x347b1a[_0x3d5e26(0x2c8)]===_0x33b0c2[_0x3d5e26(0x1d1)]?'\x20PARTIAL':_0x347b1a[_0x3d5e26(0x2c8)]===_0x33b0c2['uvCvu']?'\x20BLOCKED':_0x33b0c2['pRzlq']),console['log']('='[_0x3d5e26(0x231)](0x3c)),console['log']('Summary:\x20'+_0x347b1a['summary']),console[_0x3d5e26(0x1c2)]('Evaluation:\x20'+_0x347b1a[_0x3d5e26(0x2c8)]),console[_0x3d5e26(0x1c2)]('Reason:\x20'+_0x347b1a[_0x3d5e26(0x18f)]),_0x347b1a[_0x3d5e26(0x1de)]?.[_0x3d5e26(0x274)]&&(console['log'](_0x33b0c2['QfiMn']),_0x347b1a['issues']['forEach']((_0x5b84ed,_0x4a4fc0)=>{const _0x1e7a2c=_0x3d5e26;console[_0x1e7a2c(0x1c2)]('\x0a'+(_0x4a4fc0+0x1)+_0x1e7a2c(0x21b)+_0x5b84ed[_0x1e7a2c(0x315)]+']\x20'+_0x5b84ed['description']);})),process['exit'](_0x347b1a[_0x3d5e26(0x2c8)]===_0x33b0c2['mGlrq']?0x0:0x1);}function _0x5cc4(){const _0x1ce250=['add\x20env\x20<env-name>','ranger\x20profile\x20ls','auth','test_output','IEqnh','MGOUa','model','JcMoC','\x20is\x20now\x20','Install\x20scope\x20for\x20plugin\x20and\x20skills','GGZAU','report','offset','jZhRE','setup:all','verified','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','gzqnj','uGxJm','Scenario\x20description','VsDUz','feature\x20show','TeCmk','BavvW','eZaXu','MkoZk','Rtqpk','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','ranger\x20profile\x20add','ranger\x20profile\x20config\x20list','env-name','pDKfP','dOIcd','Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aFine-tune\x20browser\x20behavior\x20for\x20a\x20profile.\x20Settings\x20apply\x20per\x20cwd,\x20so\x20different\x0acheckouts\x20of\x20the\x20same\x20repo\x20can\x20have\x20different\x20overrides.\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20overrides\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override)\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201','yGMPz','fQskx','ranger\x20go','New\x20scenario\x20description','You\x20must\x20specify\x20a\x20command','profile\x20ls','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile','evaluation','cWgun','skillup','qtNwC','unset\x20<profile>\x20<key>','EYzzg','Profile\x20name','--scenario','ffqwZ','ranger\x20feature\x20get-feedback','hwsxU','yrGpL','url','skip-chromium','profile\x20config\x20set','LnqFD','command','tokenOrSubcommand','Trkst','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','NTvsB','tqUYn','get\x20<profile>\x20<key>','1662AJZUsy','xReJt','positional','--profile','--task','safe-mode','oJWCP','profile','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','Set\x20up\x20a\x20local\x20browser\x20profile','Install\x20OS-level\x20dependencies\x20for\x20Chromium','qSxMV','Enfha','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','notes','mGlrq','kXXNr','create\x20<name>','description','ranger\x20restore','mnehA','get-review','ranger\x20auth\x20encrypt','Alias\x20for\x20--mcp-bootstrap','ranger\x20verify-feature','list\x20<profile>','status','enable','DXHtb','debug-outcome','slice','show\x20[id]','XTCQI','cIZsa','EWNvi','Scenario\x20number\x20to\x20edit\x20(1-based)','\x0aUnknown\x20command:\x20','AsIRQ','TjeKH','KeTUL','jldEt','HDfqc','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','GRfuO','duGzZ','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','epilogue','token','HlwtL','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','JFlJO','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','qVnxG','\x27.\x20Session\x20saved.','severity','Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.','add-checklist-item\x20<description>','Initialize\x20Ranger\x20in\x20your\x20project','error','item','list','ranger\x20profile\x20config\x20set','WGXKu','wyFoO','oHNce','zSUIv','IhtkQ','EfSna','create','skip-auth','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','Scenario\x20index\x20(1-based)','PkxCg','unset\x20<env>\x20<key>','ranger','Feature\x20review\x20name','update\x20<env-name>','Set\x20a\x20config\x20value','add-scenario','Ftxzb','NDfUO','profile\x20use','option','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Feature\x20review\x20ID','Install\x20Ranger\x20skills','test','not_configured','DcxwU','ranger\x20use','hHEDb','user','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','895140aSEttF','ReDBJ','List\x20all\x20profiles','IxPYr','myGOK','version','FIKGN','PCSaC','imxSk','evaluationReason','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','key','current-branch','help','\x0aIssues:','AktEb','Number\x20of\x20feature\x20reviews\x20to\x20skip','API\x20token','xRvMQ','Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','feature\x20delete','ranger\x20profile\x20config\x20get','veqMu','cPfHw','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','BqqvW','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','NyUvc','base-url','xhtwm','bbvnr','vYPPd','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','message','Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level','RGKqK','fail','slrmK','checklist','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.','\x20is\x20no\x20longer\x20supported.\x20','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','Ranger\x20API\x20token','VroUd','Sfnrb','1272789EftLBF','some','SAYYN','boolean','Manage\x20profiles','ghZgy','List\x20all\x20config\x20for\x20a\x20profile','wThNf','aKKlo','UDhDy','dry-run','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','RHfGc','yes','log','KWLVw','include-deleted','add\x20<profile-name>','ShmET','ranger\x20config\x20get','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','ZMamj','ranger\x20feature\x20resume','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','XJGtN','OPEMb','Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','number','failed','ZqtGP','lBVRe','Switch\x20to\x20using\x20a\x20specific\x20profile','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','map','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','Cloud\x20profile\x20name','Config\x20value','ranger\x20setup\x20profiles\x20--scope=','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','allow-insecure-localhost','feature\x20resume','gwGMB','issues','incomplete','rFGbj','profile\x20encrypt-auth','\x20VERIFIED','4282992ycPZCq','alias','config','opencode','ranger\x20config\x20unset','profile\x20migrate','Print\x20the\x20current\x20CLI\x20access\x20token','WhgkO','config\x20list','kIeQh','\x20\x20https://docs.ranger.net\x0a','icuvX','NqegW','setup:deps','UphGK','print-access-token','--env','LjMuN','hook','exit','Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.','dRZzY','RANGER_TEST_USERNAME','PBASI','FNSkN','114758vYCEMq','json','CIafG','ranger\x20profile\x20use','task','ranger\x20feature\x20delete','dBsLX','Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)','WwGmT','partial','ranger\x20config\x20set','profile\x20config\x20list','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','ranger\x20get-review','ranger\x20create','RVDHA','jkANG','Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aConvention\x20is\x20one\x20profile\x20per\x20account\x20—\x20use\x20whatever\x20name\x20is\x20stable\x20for\x20that\x0aaccount\x20(email,\x20username,\x20etc.).\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x0aDeprecated\x20(exit\x201\x20with\x20a\x20redirect\x20message):\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20→\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20to\x20refresh\x20auth\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20→\x20no\x20longer\x20needed;\x20Ranger\x20manages\x20session\x20state\x0a\x20\x20migrate\x20[<profile>]\x20\x20\x20\x20\x20\x20\x20→\x20run\x20`ranger\x20profile\x20add\x20<name>`;\x20old\x20dirs\x20stay\x20readable\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20alice@example.com\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20headers.X-Debug\x201','eSlAq','QRxLR','use\x20<profile-name>','disable','ranger\x20show','Authenticate\x20via\x20MCP\x20proxy','EEihK','ranger\x20env\x20update','nlJXF','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','nDTPL','WUUeE','ABWjR','.\x20[','Login\x20failed:\x20','profile\x20config\x20reset','update','feature\x20restore','Config\x20key','uqIYk','argv','mcp-bootstrap','VWyrG','profile-name','hook:disable','delete\x20[id]','OXknN','session-id','6IUHDxw','PqdHI','OAbmj','feature','Remove\x20a\x20config\x20value','force','Base\x20URL\x20of\x20the\x20running\x20app','repeat','XFqSb','value','yeTip','DEvve','YNuiB','No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','Fwmcv','8uQTTit','setup\x20[tokenOrSubcommand]','exitCode','feature\x20create','mcp','report\x20[id]','update\x20<profile-name>','yohUE','1767710LACGqp','cdp-endpoint','ngMDJ','RnUXT','setup:login','sWAnd','Skip\x20interactive\x20confirmation\x20prompts.','pXsXy','login\x20<name>','demandCommand','string','Include\x20soft-deleted\x20feature\x20reviews','lDaza','Skip\x20Chromium\x20browser\x20installation','twkhF','Feature\x20review\x20description','login','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','limit','qJFpy','xkomy','3nVmFNt','Environment\x20name','ranger\x20feature\x20show','ranger\x20feature\x20list','config\x20unset','MfSmr','profile\x20add','save-creds','Unknown\x20command','scenario','JvDbQ','HRhro','jOiiu','VsCFn','edit-scenario','viXXI','List\x20all\x20feature\x20reviews','clean','11725XGcbUK','resume\x20[id]','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','XJaPr','nlvta','env\x20update','JDnHQ','EQtiZ','DSWZG','MslNT','CKbxA','rvyxE','length','array','env','BLRIh','You\x20must\x20specify\x20a\x20profile\x20subcommand','WxaDU','LKKXC','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','PyyFG','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','all','scope','ryNYO','unknown\x20error','start\x20[token]','Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','LeuuT','set\x20<env>\x20<key>\x20<value>','IgiqT','list\x20<env>','BSYbL','prGWC','\x20INCOMPLETE','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','celsN','UpiNH','bmDnG','WBSUl','GKnVR','usage','eISZJ','RClQf','Authenticate\x20with\x20Ranger','FVJUL','Optional\x20feature\x20ID','name','project','KYzPe','ranger\x20start','28187159RRprKA','get\x20<env>\x20<key>','IxCdP'];_0x5cc4=function(){return _0x1ce250;};return _0x5cc4();}export function buildParser(_0x3bfda7){const _0x4a0a35=_0x5da667,_0x2c9022={'icuvX':'string','WUUeE':'description','JZrVw':_0x4a0a35(0x275),'jldEt':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','jTyeX':_0x4a0a35(0x1ad),'UDhDy':function(_0x1bffa7,_0x236558){return _0x1bffa7+_0x236558;},'GJntZ':function(_0x1c54df,_0x4536bb,_0x2401b2,_0x5ca2b7){return _0x1c54df(_0x4536bb,_0x2401b2,_0x5ca2b7);},'PtEWa':_0x4a0a35(0x20a),'XdCJX':_0x4a0a35(0x2cf),'nMQXM':_0x4a0a35(0x323),'arfYT':'current-branch','PkxCg':'boolean','HDfqc':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','iLbsB':_0x4a0a35(0x253),'ShmET':'number','yeTip':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','PdnrJ':'Number\x20of\x20feature\x20reviews\x20to\x20skip','FIKGN':function(_0x599553,_0x5a5225,_0x25d33e){return _0x599553(_0x5a5225,_0x25d33e);},'BLRIh':_0x4a0a35(0x17d),'ThEaa':'Scenario\x20description','EYzzg':function(_0x45f1fc,_0x25b4a5,_0x4b1478){return _0x45f1fc(_0x25b4a5,_0x4b1478);},'jqLns':_0x4a0a35(0x2c4),'zSUIv':'scenario','Fmxfw':_0x4a0a35(0x302),'Nzpez':_0x4a0a35(0x264),'Sfnrb':'exclude-scenario','hunBz':_0x4a0a35(0x1fd),'oqsGr':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','iPAzm':_0x4a0a35(0x2aa),'MkoZk':_0x4a0a35(0x2f4),'VroUd':function(_0x41cd66,_0x2ed5fa,_0x1859c8){return _0x41cd66(_0x2ed5fa,_0x1859c8);},'rvyxE':_0x4a0a35(0x1b1),'BavvW':_0x4a0a35(0x2d5),'EfSna':_0x4a0a35(0x30c),'TeCmk':'skip-auth','Rtqpk':'Skip\x20authentication','DcxwU':'with-deps','XJaPr':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','jAEfN':_0x4a0a35(0x2d4),'yrGpL':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','IEaQF':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','vYPPd':'mcp-bootstrap','dUJQh':_0x4a0a35(0x2ec),'PyyFG':'token','zDhxx':'Ranger\x20API\x20token\x20(rngr_...)','RClQf':_0x4a0a35(0x23d),'DXHtb':'user','HVazz':'Skip\x20browser\x20authentication','mszbu':_0x4a0a35(0x1db),'PVwqR':function(_0x1b0179,_0x4eb4e1){return _0x1b0179!==_0x4eb4e1;},'zmMIw':function(_0x2606b1,_0x53d3d9,_0x2024cc){return _0x2606b1(_0x53d3d9,_0x2024cc);},'Dskzx':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','eEKLB':_0x4a0a35(0x1f0),'IjWLb':function(_0x2981f6){return _0x2981f6();},'DuoPk':'setup:skills','imxSk':'tokenOrSubcommand','HRhro':'all','blePu':'Run\x20full\x20interactive\x20setup','XJGtN':'Install\x20Chromium\x20browser\x20binary','RHfGc':'profiles','VsCFn':'scope','Fwmcv':_0x4a0a35(0x310),'xKYMH':'Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','suPDG':_0x4a0a35(0x197),'wIuKQ':'start','UphGK':_0x4a0a35(0x185),'uqIYk':_0x4a0a35(0x309),'PCSaC':_0x4a0a35(0x24e),'DEvve':function(_0x494145,_0x53c746,_0x4a0cd4){return _0x494145(_0x53c746,_0x4a0cd4);},'yBBai':'setup-ci','jkANG':_0x4a0a35(0x251),'jZcEq':'Install\x20skills\x20for\x20OpenCode','PLVga':'Install\x20scope\x20for\x20skills','GaEVO':function(_0x457e1a,_0x2a6b12){return _0x457e1a(_0x2a6b12);},'WxaDU':_0x4a0a35(0x267),'icGxw':_0x4a0a35(0x1d4),'Ftxzb':_0x4a0a35(0x2ba),'hQfYx':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','tXHhL':_0x4a0a35(0x242),'cgrZn':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','uKoFo':'safe-mode','IEqnh':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','VohNN':_0x4a0a35(0x252),'HBsEE':_0x4a0a35(0x1c1),'ENCyH':_0x4a0a35(0x199),'dNiAU':_0x4a0a35(0x1e1),'HdsHJ':'Name\x20of\x20the\x20profile\x20to\x20update','ggWrB':function(_0x12408e,_0xc69be2,_0x1490d3){return _0x12408e(_0xc69be2,_0x1490d3);},'SxYve':'profile\x20update','hyerQ':_0x4a0a35(0x1e8),'NyUvc':function(_0x4098eb,_0x2f6e9c){return _0x4098eb(_0x2f6e9c);},'lBVRe':_0x4a0a35(0x298),'UpiNH':_0x4a0a35(0x1d7),'oHNce':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','LeuuT':'profile','CKbxA':function(_0x3f8e5d,_0x985c6f,_0x4ae4ff){return _0x3f8e5d(_0x985c6f,_0x4ae4ff);},'uJqff':_0x4a0a35(0x21d),'wThNf':_0x4a0a35(0x22e),'cadfD':_0x4a0a35(0x2c7),'uIKSO':'Add\x20profile\x20configuration','DfeOv':_0x4a0a35(0x1d3),'jtPfy':'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','YbhFX':'Update\x20authentication\x20for\x20an\x20existing\x20profile','GcCGq':_0x4a0a35(0x203),'WrhNt':_0x4a0a35(0x278),'ReDBJ':_0x4a0a35(0x2f9),'XFqSb':function(_0x165a4d){return _0x165a4d();},'uGxJm':_0x4a0a35(0x237),'kgpye':'notes','lDaza':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','qJFpy':'start-path','cVRFu':_0x4a0a35(0x19a),'RgfLF':_0x4a0a35(0x1ae),'qVnxG':'headed','XTCQI':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','KYzPe':_0x4a0a35(0x2fc),'yohUE':'blocked','fZzmf':_0x4a0a35(0x276),'oWoqj':_0x4a0a35(0x200),'aBLYH':_0x4a0a35(0x31a),'fQskx':function(_0x21b9d5,_0x4f7460){return _0x21b9d5(_0x4f7460);},'qvvpq':_0x4a0a35(0x2f5),'JcMoC':'encrypt\x20<profile>','sEWQl':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','cPfHw':_0x4a0a35(0x326),'twkhF':'force','gwGMB':_0x4a0a35(0x2e9),'SAYYN':function(_0x194029,_0x2377c2,_0x40788e){return _0x194029(_0x2377c2,_0x40788e);},'kIeQh':_0x4a0a35(0x29b),'QvKIx':'ranger\x20setup','RZczu':function(_0x502346,_0x4c36b7,_0x3e87a5){return _0x502346(_0x4c36b7,_0x3e87a5);},'LKKXC':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','mnehA':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','eISZJ':_0x4a0a35(0x328),'MfSmr':_0x4a0a35(0x26a),'Wzczg':_0x4a0a35(0x2a5),'VsDUz':'verified','oJWCP':_0x4a0a35(0x1d0),'xhtwm':_0x4a0a35(0x1df),'wVHcQ':_0x4a0a35(0x2bd),'JpqLy':'ranger\x20add\x20env','qSxMV':'Name\x20of\x20the\x20environment','CvSXW':_0x4a0a35(0x1ff),'bbrNQ':'use','xUkgL':'ranger\x20config\x20list','ZEARg':_0x4a0a35(0x2bc),'HsBaf':_0x4a0a35(0x1e7),'RnUXT':_0x4a0a35(0x25a),'ghZgy':_0x4a0a35(0x288),'sDCUE':_0x4a0a35(0x32a),'GRfuO':function(_0x2806f8,_0x399cd3,_0x182c99){return _0x2806f8(_0x399cd3,_0x182c99);},'pXsXy':'ranger\x20env\x20ls','DSWZG':function(_0x169759,_0x206932,_0x6f5dc8){return _0x169759(_0x206932,_0x6f5dc8);},'bmDnG':'env\x20list','CCMvs':function(_0x1292a6,_0x4b40b7,_0x44f900){return _0x1292a6(_0x4b40b7,_0x44f900);},'QBJZf':'ranger\x20profile\x20update','AijgS':_0x4a0a35(0x26d),'jhRVm':_0x4a0a35(0x27b),'IgiqT':_0x4a0a35(0x17c),'EEihK':'ranger\x20feature\x20create','sWAnd':_0x4a0a35(0x2ab),'xkomy':'include-deleted','quAQv':_0x4a0a35(0x258),'jOiiu':_0x4a0a35(0x2b4),'CIafG':_0x4a0a35(0x1dc),'nlvta':'ranger\x20add-scenario','PmSDX':_0x4a0a35(0x19b),'wDkpz':'ranger\x20feature\x20restore','WBSUl':_0x4a0a35(0x2f2),'qdopF':_0x4a0a35(0x2f0),'ryNYO':'list','EWNvi':_0x4a0a35(0x269),'WihzJ':_0x4a0a35(0x317),'TjeKH':'restore\x20<id>','EdlLg':'hook:enable','QRxLR':_0x4a0a35(0x226),'zofKy':_0x4a0a35(0x2fa),'IQuSW':'Disable\x20Ranger\x20hooks\x20for\x20this\x20session','WhgkO':_0x4a0a35(0x229),'ueMDb':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','yGQin':function(_0x445252,_0x4f8dae,_0x52e3cc){return _0x445252(_0x4f8dae,_0x52e3cc);},'ETXGj':function(_0x3fd7ca,_0x13aca6,_0x427443){return _0x3fd7ca(_0x13aca6,_0x427443);},'gViGk':_0x4a0a35(0x2db),'yGMPz':function(_0x12732d,_0x3e7d4a){return _0x12732d||_0x3e7d4a;},'FVJUL':'Unknown\x20error','wyFoO':function(_0x3f6c3c,_0x134e62){return _0x3f6c3c(_0x134e62);},'LHpKZ':'ranger','MGOUa':_0x4a0a35(0x266),'OJFvw':_0x4a0a35(0x2fe),'JTurl':_0x4a0a35(0x217),'pKpLD':'edit-scenario\x20<description>','LjupI':_0x4a0a35(0x23e),'VWyrG':_0x4a0a35(0x1bf),'myGOK':'delete\x20[id]','xTuHm':'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','prGWC':'Restore\x20a\x20soft-deleted\x20feature\x20review','JvDbQ':_0x4a0a35(0x318),'QfQAZ':_0x4a0a35(0x17e),'eSlAq':'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','NDfUO':'update','hDNma':_0x4a0a35(0x1f2),'nlJXF':_0x4a0a35(0x2a1),'LjMuN':_0x4a0a35(0x282),'dRZzY':'verify-feature','BYkxd':_0x4a0a35(0x1f5),'AfHPN':function(_0x44482e,_0x35b65a){return _0x44482e+_0x35b65a;},'EQtiZ':_0x4a0a35(0x193)};return _0x2c9022[_0x4a0a35(0x31e)](_0xf5c66,_0x3bfda7??process['argv']['slice'](0x2))['scriptName'](_0x2c9022['LHpKZ'])['usage'](TOP_LEVEL_HELP)[_0x4a0a35(0x18b)](getCurrentVersion())[_0x4a0a35(0x2d8)](_0x2c9022['qdopF'],_0x4a0a35(0x19f),_0xa2613=>{const _0xae2009=_0x4a0a35;return _0xa2613['positional'](_0xae2009(0x298),{'type':_0x2c9022[_0xae2009(0x1ee)],'description':_0xae2009(0x174),'demandOption':!![]})[_0xae2009(0x17b)](_0x2c9022[_0xae2009(0x219)],{'type':_0xae2009(0x24b),'alias':'d','description':_0xae2009(0x250)})['option'](_0xae2009(0x25f),{'type':_0x2c9022['JZrVw'],'alias':'c','description':_0x2c9022[_0xae2009(0x307)]})[_0xae2009(0x17b)](_0x2c9022['jTyeX'],{'type':'array','hidden':!![]});},async _0xc82669=>{const _0x2358ca=_0x4a0a35;if(!_0xc82669['name']){console['error'](_0x2c9022[_0x2358ca(0x1bd)](_0x2358ca(0x28c),'Example:\x20ranger\x20create\x20my-feature')),process['exit'](0x1);return;}_0x2c9022['GJntZ'](warnFlagRenamed,_0x2c9022['PtEWa'],'--checklist',_0x2c9022['XdCJX']);const _0x3b5598=_0xc82669['scenario']||_0xc82669[_0x2358ca(0x1ad)];await withTelemetry(_0x2c9022['nMQXM'],()=>featureCreate(_0xc82669['name'],{'description':_0xc82669['description'],'scenarios':_0x3b5598}));})['command'](_0x2c9022[_0x4a0a35(0x280)],_0x2c9022[_0x4a0a35(0x2a4)],_0xa9eda8=>{const _0x518030=_0x4a0a35;return _0xa9eda8[_0x518030(0x17b)](_0x2c9022['arfYT'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x518030(0x308)]})[_0x518030(0x17b)](_0x2c9022['iLbsB'],{'type':_0x2c9022[_0x518030(0x1c6)],'alias':'l','description':_0x2c9022[_0x518030(0x234)],'default':0xa})[_0x518030(0x17b)](_0x518030(0x2ab),{'type':_0x2c9022[_0x518030(0x1c6)],'alias':'o','description':_0x2c9022['PdnrJ'],'default':0x0})[_0x518030(0x17b)](_0x518030(0x1c4),{'type':_0x518030(0x1b7),'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x1df2f4=>{const _0x4e74cd=_0x4a0a35;await _0x2c9022[_0x4e74cd(0x18c)](withTelemetry,_0x4e74cd(0x31b),()=>featureList({'currentBranch':_0x1df2f4['current-branch'],'limit':_0x1df2f4[_0x4e74cd(0x253)],'offset':_0x1df2f4['offset'],'includeDeleted':_0x1df2f4[_0x4e74cd(0x1c4)]}));})['command'](_0x2c9022['OJFvw'],'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0xe4b978=>{const _0x395b32=_0x4a0a35;return _0xe4b978[_0x395b32(0x2e1)]('id',{'type':_0x2c9022[_0x395b32(0x1ee)],'description':_0x2c9022['BLRIh']});},async _0x20624c=>{await withTelemetry('show',()=>featureShow(_0x20624c['id']));})['command'](_0x2c9022[_0x4a0a35(0x301)],_0x2c9022['JTurl'],_0x27e0ca=>{return _0x27e0ca['positional']('id',{'type':_0x2c9022['icuvX'],'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x43eb16=>{await _0x2c9022['FIKGN'](withTelemetry,'resume',()=>featureResume(_0x43eb16['id']));})[_0x4a0a35(0x2d8)]('add-scenario\x20<description>',_0x4a0a35(0x190),_0x5cfd08=>{const _0x196e24=_0x4a0a35;return _0x5cfd08['positional'](_0x196e24(0x2f1),{'type':_0x2c9022[_0x196e24(0x1ee)],'description':_0x2c9022['ThEaa'],'demandOption':!![]})[_0x196e24(0x17b)]('id',{'type':_0x2c9022['icuvX'],'description':_0x196e24(0x17c)});},async _0x315b6c=>{const _0x236c5b=_0x4a0a35;await _0x2c9022['EYzzg'](withTelemetry,_0x236c5b(0x177),()=>featureAddScenario(_0x315b6c['description'],_0x315b6c['id']));})['command'](_0x2c9022['pKpLD'],'Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x5e83e4=>{const _0x1bbaf5=_0x4a0a35;return _0x5e83e4['positional'](_0x1bbaf5(0x2f1),{'type':'string','description':_0x2c9022['jqLns'],'demandOption':!![]})['option'](_0x2c9022[_0x1bbaf5(0x320)],{'type':_0x2c9022[_0x1bbaf5(0x1c6)],'description':_0x2c9022['Fmxfw'],'demandOption':!![]})['option']('id',{'type':_0x2c9022[_0x1bbaf5(0x1ee)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x4c5ad5=>{const _0x5a946a=_0x4a0a35;await _0x2c9022[_0x5a946a(0x2cd)](withTelemetry,_0x2c9022['Nzpez'],()=>featureEditScenario(_0x4c5ad5['description'],{'id':_0x4c5ad5['id'],'scenario':_0x4c5ad5['scenario']}));})[_0x4a0a35(0x2d8)](_0x2c9022['LjupI'],_0x2c9022[_0x4a0a35(0x224)],_0x22e5fb=>{const _0x1e2d90=_0x4a0a35;return _0x22e5fb[_0x1e2d90(0x2e1)]('id',{'type':_0x2c9022[_0x1e2d90(0x1ee)],'description':_0x2c9022[_0x1e2d90(0x277)]})['option'](_0x2c9022['Sfnrb'],{'type':_0x1e2d90(0x275),'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})['option'](_0x2c9022['hunBz'],{'type':_0x1e2d90(0x1b7),'description':_0x2c9022['oqsGr'],'default':![]});},async _0x193deb=>{const _0x36d3b7=_0x4a0a35,_0x1c1efb=_0x193deb[_0x2c9022[_0x36d3b7(0x1b3)]],_0x379152=_0x1c1efb?_0x1c1efb[_0x36d3b7(0x1d5)](_0x153f47=>Number(_0x153f47)):undefined;await withTelemetry(_0x2c9022['iPAzm'],()=>featureReportPrDescription(_0x193deb['id'],{'excludeScenarios':_0x379152,'json':_0x193deb[_0x36d3b7(0x1fd)]}));})[_0x4a0a35(0x2d8)]('get-review\x20[id]','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios',_0x376fca=>{const _0x4cff39=_0x4a0a35;return _0x376fca[_0x4cff39(0x2e1)]('id',{'type':'string','description':_0x4cff39(0x17c)});},async _0x3973be=>{const _0x5cc647=_0x4a0a35;await withTelemetry(_0x2c9022[_0x5cc647(0x2b8)],()=>featureGetReview(_0x3973be['id']));})[_0x4a0a35(0x2d8)](_0x2c9022[_0x4a0a35(0x18a)],_0x2c9022['xTuHm'],_0x1fc552=>{const _0x3bb099=_0x4a0a35;return _0x1fc552[_0x3bb099(0x2e1)]('id',{'type':_0x2c9022[_0x3bb099(0x1ee)],'description':_0x2c9022[_0x3bb099(0x277)]});},async _0x22e81a=>{const _0x1e0e0f=_0x4a0a35;await _0x2c9022[_0x1e0e0f(0x1b2)](withTelemetry,'delete',()=>featureDelete(_0x22e81a['id']));})[_0x4a0a35(0x2d8)](_0x2c9022[_0x4a0a35(0x305)],_0x2c9022[_0x4a0a35(0x28a)],_0xf9a093=>{const _0x4e1bea=_0x4a0a35;return _0xf9a093[_0x4e1bea(0x2e1)]('id',{'type':_0x2c9022['icuvX'],'description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x350a38=>{const _0x378155=_0x4a0a35;await _0x2c9022[_0x378155(0x18c)](withTelemetry,'restore',()=>featureRestore(_0x350a38['id']));})['command'](_0x4a0a35(0x23a),_0x2c9022[_0x4a0a35(0x260)],_0x592485=>{const _0x396de1=_0x4a0a35,_0x14cca3={'ZMamj':_0x396de1(0x223),'MslNT':_0x396de1(0x2ad),'WGdPL':_0x2c9022[_0x396de1(0x181)],'rcJuD':_0x2c9022['PkxCg'],'veqMu':_0x2c9022['Dskzx'],'tbjtZ':function(_0x253931,_0x47a33b,_0x482783){return _0x253931(_0x47a33b,_0x482783);},'IxCdP':_0x2c9022['eEKLB'],'bRhDR':function(_0x7a424a){return _0x2c9022['IjWLb'](_0x7a424a);},'bbvnr':'Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','RPAcs':function(_0x3050eb,_0x43e9ae){return _0x3050eb(_0x43e9ae);},'nXzvr':_0x2c9022[_0x396de1(0x2fb)],'Enfha':_0x396de1(0x2a8),'RGKqK':_0x396de1(0x1e6),'dOIcd':_0x396de1(0x208),'gzqnj':function(_0x429b45,_0x1293ee,_0x627b2b){return _0x429b45(_0x1293ee,_0x627b2b);},'KeTUL':_0x2c9022['DuoPk']};return _0x592485['usage'](_0x396de1(0x1a9))[_0x396de1(0x2e1)](_0x2c9022[_0x396de1(0x18e)],{'type':'string','description':'Subcommand\x20or\x20API\x20token\x20(rngr_...)'})['command'](_0x2c9022['HRhro'],_0x2c9022['blePu'],_0x6824ea=>{const _0x4222b7=_0x396de1;return _0x6824ea['option']('token',{'type':'string','description':_0x2c9022[_0x4222b7(0x273)]})[_0x4222b7(0x17b)](_0x2c9022['BavvW'],{'type':_0x2c9022[_0x4222b7(0x329)],'description':_0x2c9022['EfSna'],'default':![]})[_0x4222b7(0x17b)](_0x2c9022[_0x4222b7(0x2b5)],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x4222b7(0x2b9)],'default':![]})[_0x4222b7(0x17b)](_0x2c9022['DcxwU'],{'type':_0x2c9022['PkxCg'],'description':_0x4222b7(0x2e9),'default':![]})['option'](_0x4222b7(0x27f),{'type':_0x2c9022[_0x4222b7(0x1ee)],'choices':['user'],'hidden':!![],'description':_0x2c9022['XJaPr']})['option'](_0x2c9022['jAEfN'],{'type':'string','description':_0x4222b7(0x1cb)})[_0x4222b7(0x17b)](_0x4222b7(0x22f),{'type':_0x2c9022[_0x4222b7(0x329)],'description':_0x2c9022['yrGpL'],'default':![]})[_0x4222b7(0x17b)]('opencode',{'type':_0x2c9022['PkxCg'],'description':_0x4222b7(0x208),'default':![]})[_0x4222b7(0x17b)](_0x4222b7(0x1db),{'type':_0x2c9022[_0x4222b7(0x329)],'description':_0x2c9022['IEaQF'],'default':![]})['option'](_0x2c9022[_0x4222b7(0x1a6)],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022['dUJQh'],'default':![]})['option']('mcp',{'type':_0x2c9022['PkxCg'],'description':_0x4222b7(0x2f6),'default':![]});},async _0x4640b4=>{const _0x34b191=_0x396de1;(_0x4640b4['mcp-bootstrap']||_0x4640b4['mcp'])&&await withTelemetry(_0x14cca3[_0x34b191(0x1c9)],()=>mcpBootstrap()),await withTelemetry(_0x14cca3[_0x34b191(0x271)],_0x314baf=>start(_0x4640b4['token'],{'skipChromium':_0x4640b4['skip-chromium'],'skipAuth':_0x4640b4[_0x34b191(0x324)],'withDeps':_0x4640b4['with-deps'],'scope':_0x4640b4['scope'],'url':_0x4640b4['url'],'force':_0x4640b4[_0x34b191(0x22f)],'opencode':_0x4640b4['opencode'],'allowInsecureLocalhost':_0x4640b4['allow-insecure-localhost']},_0x314baf));})[_0x396de1(0x2d8)]('deps',_0x2c9022[_0x396de1(0x1cc)],_0x147693=>{const _0x7e0342=_0x396de1;return _0x147693['option'](_0x14cca3['WGdPL'],{'type':_0x14cca3['rcJuD'],'description':_0x14cca3[_0x7e0342(0x19d)],'default':![]});},async _0x81df54=>{const _0x339531=_0x396de1;await _0x14cca3['tbjtZ'](withTelemetry,_0x14cca3[_0x339531(0x29e)],()=>ensureChromium(_0x81df54['with-deps']));})[_0x396de1(0x2d8)]('login',_0x396de1(0x295),_0x28e74b=>{const _0x4e7883=_0x396de1;return _0x28e74b['option'](_0x2c9022[_0x4e7883(0x27c)],{'type':'string','description':_0x2c9022['zDhxx']})[_0x4e7883(0x17b)](_0x2c9022[_0x4e7883(0x294)],{'type':_0x2c9022['PkxCg'],'description':_0x4e7883(0x213),'default':![]});},async _0x54ceaa=>{const _0x4a572c=_0x396de1;await withTelemetry(_0x4a572c(0x245),async()=>{const _0x19e6fe=_0x4a572c;if(_0x54ceaa['mcp']){await _0x14cca3['bRhDR'](mcpBootstrap);const _0x436e51=await refreshCliToken();if(!_0x436e51)throw new Error(_0x14cca3[_0x19e6fe(0x1a5)]);const _0x43d0df=await _0x14cca3['RPAcs'](getCurrentUser,_0x436e51);if(!_0x43d0df['success'])throw new Error('Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20'+_0x43d0df[_0x19e6fe(0x319)]);console['log']('✓\x20Authenticated\x20to\x20'+_0x43d0df[_0x19e6fe(0x184)]['organizationName']);return;}await authenticate(_0x54ceaa['token']);});})[_0x396de1(0x2d8)]('skills','Install\x20Claude\x20Code\x20plugin\x20and\x20skills',_0x35db2e=>{const _0x4c0a8e=_0x396de1;return _0x35db2e['option'](_0x4c0a8e(0x27f),{'type':_0x4c0a8e(0x24b),'choices':[_0x14cca3['nXzvr'],_0x4c0a8e(0x299)],'description':_0x14cca3[_0x4c0a8e(0x2eb)]})['option'](_0x14cca3[_0x4c0a8e(0x1aa)],{'type':'boolean','description':_0x14cca3[_0x4c0a8e(0x2bf)],'default':![]});},async _0x1089e2=>{const _0x5c684f=_0x396de1;await _0x14cca3[_0x5c684f(0x2b0)](withTelemetry,_0x14cca3[_0x5c684f(0x306)],async()=>{const _0x13dc6a=_0x5c684f,_0x1058af=_0x1089e2[_0x13dc6a(0x27f)];if(_0x1089e2[_0x13dc6a(0x1e6)]){const _0xf3ddcf=await ensureOpencodePluginConfig(_0x1058af);_0xf3ddcf&&await installSkill(_0x13dc6a(0x173),{'level':_0xf3ddcf['scope'],'cliVersion':getCurrentVersion(),'platform':_0x13dc6a(0x1e6)});}else await ensureClaudePlugin(_0x1058af),await ensureClaudeSkills(_0x1058af);});})['command'](_0x2c9022[_0x396de1(0x1c0)],_0x396de1(0x2e8),_0x5756fa=>{const _0x3d90d2=_0x396de1;return _0x5756fa[_0x3d90d2(0x17b)](_0x3d90d2(0x27f),{'type':'string','choices':[_0x2c9022['DXHtb']],'description':_0x2c9022[_0x3d90d2(0x26b)]})[_0x3d90d2(0x17b)]('url',{'type':'string','description':_0x3d90d2(0x230)})[_0x3d90d2(0x17b)](_0x3d90d2(0x324),{'type':'boolean','description':_0x2c9022['HVazz'],'default':![]})['option'](_0x3d90d2(0x22f),{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x3d90d2(0x2d3)],'default':![]})['option'](_0x2c9022['mszbu'],{'type':_0x2c9022['PkxCg'],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','default':![]});},async _0x2bcc17=>{const _0x50ea9f=_0x396de1,_0x3c9852=_0x2bcc17[_0x50ea9f(0x27f)];_0x2c9022['PVwqR'](_0x3c9852,undefined)&&_0x3c9852!==_0x50ea9f(0x184)&&(console['error'](_0x50ea9f(0x1d9)+_0x3c9852+_0x50ea9f(0x1af)+'Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20'+_0x50ea9f(0x316)),process['exit'](0x1)),await _0x2c9022['zmMIw'](withTelemetry,'setup:profiles',_0x79c9f0=>ensureLocalEnv({'url':_0x2bcc17[_0x50ea9f(0x2d4)],'force':_0x2bcc17['force'],'allowInsecureLocalhost':_0x2bcc17['allow-insecure-localhost'],'scope':_0x50ea9f(0x184)},_0x79c9f0));})[_0x396de1(0x17b)](_0x2c9022['BavvW'],{'type':_0x396de1(0x1b7),'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x2c9022['VsCFn'],{'type':'string','choices':[_0x2c9022[_0x396de1(0x2fb)]],'hidden':!![],'description':_0x2c9022['XJaPr']})[_0x396de1(0x17b)]('url',{'type':_0x2c9022[_0x396de1(0x1ee)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option']('force',{'type':_0x396de1(0x1b7),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x396de1(0x17b)](_0x396de1(0x1e6),{'type':_0x2c9022[_0x396de1(0x329)],'description':_0x396de1(0x208),'default':![]})['option'](_0x2c9022['mszbu'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022['Fwmcv'],'default':![]})['option'](_0x396de1(0x223),{'type':_0x2c9022['PkxCg'],'description':_0x396de1(0x1c8),'default':![]})['option'](_0x2c9022['TeCmk'],{'type':'boolean','description':_0x2c9022['xKYMH'],'default':![]})[_0x396de1(0x17b)](_0x2c9022['DcxwU'],{'type':_0x2c9022[_0x396de1(0x329)],'description':_0x2c9022['Dskzx'],'default':![]})['option'](_0x396de1(0x30e),{'type':_0x396de1(0x24b),'hidden':!![],'description':_0x2c9022['suPDG']});},async _0x4c0cc4=>{const _0x47f78d=_0x4a0a35,_0xe1de6d=_0x4c0cc4[_0x47f78d(0x2d9)],_0x3db2e6=_0x4c0cc4['token']??_0xe1de6d;_0x4c0cc4[_0x2c9022[_0x47f78d(0x1a6)]]&&await withTelemetry(_0x2c9022[_0x47f78d(0x1a6)],()=>mcpBootstrap()),await withTelemetry(_0x2c9022['wIuKQ'],_0x3a66b3=>start(_0x3db2e6,{'skipChromium':_0x4c0cc4[_0x47f78d(0x2d5)],'skipAuth':_0x4c0cc4[_0x47f78d(0x324)],'withDeps':_0x4c0cc4['with-deps'],'scope':_0x4c0cc4[_0x47f78d(0x27f)],'url':_0x4c0cc4['url'],'force':_0x4c0cc4[_0x47f78d(0x22f)],'opencode':_0x4c0cc4['opencode'],'allowInsecureLocalhost':_0x4c0cc4[_0x47f78d(0x1db)]},_0x3a66b3));})['command']('setup-ci\x20<token>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x4bf6ef=>{const _0x1ef6ab=_0x4a0a35;return _0x4bf6ef[_0x1ef6ab(0x2e1)](_0x1ef6ab(0x30e),{'type':'string','description':_0x2c9022['rvyxE'],'demandOption':!![]})['option'](_0x1ef6ab(0x2e6),{'type':_0x1ef6ab(0x24b),'description':_0x2c9022[_0x1ef6ab(0x1f1)]})[_0x1ef6ab(0x17b)](_0x1ef6ab(0x1a3),{'type':'string','description':_0x2c9022[_0x1ef6ab(0x221)]})['option'](_0x2c9022[_0x1ef6ab(0x2b6)],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x1ef6ab(0x18d)],'default':![]});},async _0x1429d9=>{const _0x3058d6=_0x4a0a35;await _0x2c9022[_0x3058d6(0x235)](withTelemetry,_0x2c9022['yBBai'],_0x3ad745=>setupCi(_0x1429d9['token'],{'profile':_0x1429d9['profile'],'baseUrl':_0x1429d9['base-url'],'skipChromium':_0x1429d9[_0x3058d6(0x2d5)]},_0x3ad745));})['command'](_0x2c9022['jkANG'],_0x4a0a35(0x2af),()=>{},async()=>{const _0x1e1fb7=_0x4a0a35;await _0x2c9022[_0x1e1fb7(0x235)](withTelemetry,_0x2c9022[_0x1e1fb7(0x20c)],()=>login());})[_0x4a0a35(0x2d8)](_0x4a0a35(0x2ca),_0x2c9022['QfQAZ'],_0xaba57f=>{const _0x4001aa=_0x4a0a35;return _0xaba57f[_0x4001aa(0x17b)](_0x4001aa(0x1e6),{'type':_0x2c9022[_0x4001aa(0x329)],'description':_0x2c9022['jZcEq'],'default':![]})[_0x4001aa(0x17b)](_0x2c9022[_0x4001aa(0x263)],{'type':_0x2c9022['icuvX'],'choices':[_0x2c9022[_0x4001aa(0x2fb)],_0x4001aa(0x299)],'description':_0x2c9022['PLVga']});},async _0x273e89=>{const _0x2642d1=_0x4a0a35,_0x29b790=_0x2c9022['GaEVO'](Boolean,_0x273e89['opencode']);await _0x2c9022[_0x2642d1(0x235)](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x273e89['scope'],'platform':_0x29b790?_0x2642d1(0x1e6):'claude'}));})[_0x4a0a35(0x2d8)](_0x4a0a35(0x267),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x2eece0=_0x4a0a35;await _0x2c9022[_0x2eece0(0x235)](withTelemetry,_0x2c9022[_0x2eece0(0x279)],()=>clean());})[_0x4a0a35(0x2d8)]([_0x4a0a35(0x2e6),'profiles'],_0x4a0a35(0x1b8),_0x58dbec=>{const _0x286ebc=_0x4a0a35,_0x1d7110={'vWwsW':_0x286ebc(0x25c),'BSYbL':function(_0x5d995f,_0x5a81d3){const _0x2ef343=_0x286ebc;return _0x2c9022[_0x2ef343(0x1a2)](_0x5d995f,_0x5a81d3);},'slrmK':'string','GGZAU':_0x286ebc(0x17a),'duGzZ':'Profile\x20name','LnqFD':_0x2c9022[_0x286ebc(0x1d2)],'MMfYs':_0x2c9022[_0x286ebc(0x28e)],'YNuiB':_0x286ebc(0x1d0),'cIZsa':_0x286ebc(0x225),'UpzhC':_0x2c9022[_0x286ebc(0x261)],'Jdayd':_0x2c9022['PkxCg'],'MOEtQ':_0x2c9022[_0x286ebc(0x31f)],'JDnHQ':_0x2c9022['HBsEE'],'OttXY':_0x286ebc(0x247),'hHEDb':_0x2c9022[_0x286ebc(0x285)],'HlwtL':function(_0x2f95ef,_0xa04694,_0x36829b){return _0x2f95ef(_0xa04694,_0x36829b);},'dBsLX':function(_0x5a22dc,_0x42a717,_0x5c9403){return _0x5a22dc(_0x42a717,_0x5c9403);},'jlQKq':function(_0x4752b9,_0x14caf9,_0x48adb4){const _0x318e7c=_0x286ebc;return _0x2c9022[_0x318e7c(0x272)](_0x4752b9,_0x14caf9,_0x48adb4);},'vTXsZ':_0x2c9022['uJqff'],'IhtkQ':_0x286ebc(0x176),'PJfHw':'Get\x20a\x20config\x20value','AktEb':_0x286ebc(0x2f8),'hQtsx':_0x2c9022[_0x286ebc(0x1bb)],'uepgd':'reset\x20<profile>','tqUYn':_0x2c9022['cadfD']};return _0x58dbec[_0x286ebc(0x292)](PROFILE_HELP)['command'](_0x286ebc(0x1c5),_0x2c9022['uIKSO'],_0x4d182a=>{const _0x15e80f=_0x286ebc;return _0x4d182a['positional'](_0x15e80f(0x225),{'type':'string','description':_0x2c9022['icGxw'],'demandOption':!![]})['option']('ci',{'type':'boolean','description':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})[_0x15e80f(0x17b)](_0x2c9022['TeCmk'],{'type':'boolean','description':_0x2c9022[_0x15e80f(0x178)],'default':![]})[_0x15e80f(0x17b)]('url',{'type':_0x2c9022[_0x15e80f(0x1ee)],'description':_0x2c9022['hQfYx']})['option'](_0x15e80f(0x22f),{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x2c9022['tXHhL'],{'type':_0x2c9022[_0x15e80f(0x1ee)],'description':_0x2c9022['cgrZn']})[_0x15e80f(0x17b)](_0x15e80f(0x1db),{'type':_0x15e80f(0x1b7),'description':_0x2c9022['Fwmcv'],'default':![]})['option'](_0x2c9022['uKoFo'],{'type':_0x15e80f(0x1b7),'description':_0x2c9022[_0x15e80f(0x2a3)],'default':![]})['option']('setup-header',{'type':_0x2c9022['icuvX'],'array':!![],'description':_0x2c9022['VohNN']})['option'](_0x15e80f(0x27f),{'type':_0x2c9022['icuvX'],'choices':[_0x2c9022[_0x15e80f(0x2fb)],'project'],'description':'Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)'})['option'](_0x2c9022['HBsEE'],{'type':_0x2c9022['PkxCg'],'alias':'y','description':_0x2c9022['ENCyH'],'default':![]});},async _0x56b3f6=>{const _0x4b0020=_0x286ebc;await withTelemetry(_0x1d7110['vWwsW'],_0x28873c=>addEnv(_0x56b3f6['profile-name'],{'ci':_0x56b3f6['ci'],'skipAuth':_0x56b3f6['skip-auth'],'url':_0x56b3f6['url'],'force':_0x56b3f6[_0x4b0020(0x22f)],'cdpEndpoint':_0x56b3f6[_0x4b0020(0x242)],'allowInsecureLocalhost':_0x56b3f6['allow-insecure-localhost'],'safeMode':_0x56b3f6[_0x4b0020(0x2e4)],'setupHeader':_0x56b3f6['setup-header'],'scope':_0x56b3f6[_0x4b0020(0x27f)],'yes':_0x56b3f6[_0x4b0020(0x1c1)]},_0x28873c),{'isElectron':_0x1d7110[_0x4b0020(0x289)](Boolean,_0x56b3f6['cdp-endpoint'])});})['command'](_0x286ebc(0x210),_0x2c9022['DfeOv'],_0x3a70e7=>{const _0x58e9ef=_0x286ebc;return _0x3a70e7[_0x58e9ef(0x2e1)]('profile-name',{'type':_0x1d7110['slrmK'],'description':'Name\x20of\x20the\x20profile','demandOption':!![]});},async _0x4a3ce8=>{const _0x2a2cd6=_0x286ebc;await withTelemetry(_0x1d7110[_0x2a2cd6(0x2a9)],()=>useEnv(_0x4a3ce8[_0x2a2cd6(0x225)]));})['command']('encrypt-auth\x20<profile>',_0x2c9022['jtPfy'],_0x1dffa8=>{const _0x234cd2=_0x286ebc;return _0x1dffa8['positional'](_0x234cd2(0x2e6),{'type':'string','description':_0x1d7110[_0x234cd2(0x30b)],'demandOption':!![]});},async _0x49e6e9=>{const _0x161002=_0x286ebc;await _0x2c9022['EYzzg'](withTelemetry,_0x2c9022['dNiAU'],()=>authEncrypt(_0x49e6e9[_0x161002(0x2e6)]));})[_0x286ebc(0x2d8)]('ls',_0x286ebc(0x188),()=>{},async()=>{const _0x5d40b5=_0x286ebc;await withTelemetry(_0x5d40b5(0x2c6),()=>envList());})['command'](_0x286ebc(0x23f),_0x2c9022['YbhFX'],_0x478f3e=>{const _0x11cb8b=_0x286ebc;return _0x478f3e[_0x11cb8b(0x2e1)](_0x11cb8b(0x225),{'type':'string','description':_0x2c9022['HdsHJ'],'demandOption':!![]})[_0x11cb8b(0x17b)](_0x2c9022['mszbu'],{'type':_0x11cb8b(0x1b7),'description':_0x2c9022[_0x11cb8b(0x238)]});},async _0x1b32bf=>{const _0x5c1d31=_0x286ebc;await _0x2c9022['ggWrB'](withTelemetry,_0x2c9022['SxYve'],_0xf456f8=>updateEnv(_0x1b32bf[_0x5c1d31(0x225)],_0xf456f8,{'allowInsecureLocalhost':_0x1b32bf['allow-insecure-localhost']}));})[_0x286ebc(0x2d8)](_0x286ebc(0x249),![],_0x1e45ed=>{const _0x1a6da0=_0x286ebc;return _0x1e45ed[_0x1a6da0(0x2e1)](_0x1d7110[_0x1a6da0(0x2d7)],{'type':_0x1d7110[_0x1a6da0(0x1ac)],'description':_0x1d7110['MMfYs'],'demandOption':!![]});},async _0x4ff52b=>{const _0x3ca557=_0x286ebc,_0x1194e8={'CtHdG':function(_0x5a7e12,_0x27a956){return _0x5a7e12||_0x27a956;},'ZitrW':function(_0x5e39ce,_0xa7282a,_0x3fa564){return _0x5e39ce(_0xa7282a,_0x3fa564);},'xReJt':function(_0x30c699,_0x525251){return _0x30c699===_0x525251;},'OXknN':_0x1d7110[_0x3ca557(0x236)]};await withTelemetry('profile\x20login',async()=>{const _0x59d52d=_0x3ca557,_0x5410da=process['env'][_0x59d52d(0x1f9)],_0x2f585b=process[_0x59d52d(0x276)]['RANGER_TEST_PASSWORD'];_0x1194e8['CtHdG'](!_0x5410da,!_0x2f585b)&&(console[_0x59d52d(0x319)](_0x59d52d(0x1b0)),process['exit'](0x1));const _0x3aebad=_0x4ff52b[_0x59d52d(0x298)],_0x403c25=await _0x1194e8['ZitrW'](serverSideLogin,_0x3aebad,{'force':!![]});_0x1194e8[_0x59d52d(0x2e0)](_0x403c25[_0x59d52d(0x2f9)],_0x59d52d(0x180))&&(console[_0x59d52d(0x319)]('No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.'),process['exit'](0x1)),_0x1194e8['xReJt'](_0x403c25[_0x59d52d(0x2f9)],_0x1194e8[_0x59d52d(0x228)])&&(console['error'](_0x59d52d(0x21c)+(_0x403c25['error']??_0x59d52d(0x281))),_0x403c25[_0x59d52d(0x2a2)]&&console['error'](_0x403c25['test_output']),process[_0x59d52d(0x1f6)](0x1)),console['log']('✓\x20Login\x20succeeded\x20for\x20\x27'+_0x3aebad+_0x59d52d(0x314));});})[_0x286ebc(0x2d8)]('migrate\x20[profile-name]',_0x2c9022['GcCGq'],_0xa395f=>{const _0xdd5d06=_0x286ebc;return _0xa395f['positional'](_0x1d7110[_0xdd5d06(0x300)],{'type':_0x1d7110[_0xdd5d06(0x1ac)],'description':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.'})['option'](_0x1d7110['UpzhC'],{'type':_0x1d7110['Jdayd'],'description':_0x1d7110['MOEtQ'],'default':![]})[_0xdd5d06(0x17b)](_0xdd5d06(0x1be),{'type':'boolean','description':_0xdd5d06(0x1ce),'default':![]})[_0xdd5d06(0x17b)](_0x1d7110[_0xdd5d06(0x26e)],{'type':_0xdd5d06(0x1b7),'alias':'y','description':_0x1d7110['OttXY'],'default':![]})['option']('save-creds',{'type':'boolean','description':_0xdd5d06(0x2e7),'default':![]});},async _0x218b1e=>{const _0x256949=_0x286ebc;await withTelemetry(_0x2c9022['hyerQ'],_0x48fb41=>migrateProfile({'profileName':_0x218b1e['profile-name'],'all':_0x218b1e[_0x256949(0x27e)],'dryRun':_0x218b1e[_0x256949(0x1be)],'yes':_0x218b1e[_0x256949(0x1c1)],'saveCreds':_0x218b1e[_0x256949(0x25d)]},_0x48fb41));})[_0x286ebc(0x2d8)](_0x286ebc(0x1e5),'Manage\x20profile\x20configuration',_0xdd6515=>{const _0xda51a0=_0x286ebc,_0x335950={'bEtsS':'Profile\x20name','cWgun':'string','pDKfP':_0xda51a0(0x1d8),'NmpxH':'profile','dnpih':'key'};return _0xdd6515[_0xda51a0(0x292)](PROFILE_CONFIG_HELP)[_0xda51a0(0x2d8)]('set\x20<profile>\x20<key>\x20<value>',_0x1d7110[_0xda51a0(0x321)],_0x38f36f=>{const _0x5be5c9=_0xda51a0;return _0x38f36f['positional']('profile',{'type':'string','description':_0x335950['bEtsS'],'demandOption':!![]})['positional']('key',{'type':_0x335950['cWgun'],'description':_0x5be5c9(0x1d6),'demandOption':!![]})[_0x5be5c9(0x2e1)](_0x5be5c9(0x233),{'type':_0x335950[_0x5be5c9(0x2c9)],'description':_0x335950[_0x5be5c9(0x2be)],'demandOption':!![]});},async _0x4205c3=>{const _0x354250=_0xda51a0;await withTelemetry(_0x354250(0x2d6),()=>configSet(_0x4205c3[_0x354250(0x2e6)],_0x4205c3[_0x354250(0x191)],_0x4205c3[_0x354250(0x233)]));})['command'](_0xda51a0(0x2de),_0x1d7110['PJfHw'],_0x4104e6=>{const _0x22b5f7=_0xda51a0;return _0x4104e6['positional'](_0x1d7110[_0x22b5f7(0x183)],{'type':_0x1d7110['slrmK'],'description':_0x1d7110[_0x22b5f7(0x30b)],'demandOption':!![]})[_0x22b5f7(0x2e1)](_0x22b5f7(0x191),{'type':_0x1d7110['slrmK'],'description':_0x22b5f7(0x220),'demandOption':!![]});},async _0x3acdf5=>{const _0x44f9fa=_0xda51a0;await _0x1d7110[_0x44f9fa(0x30f)](withTelemetry,'profile\x20config\x20get',()=>configGet(_0x3acdf5[_0x44f9fa(0x2e6)],_0x3acdf5['key']));})['command'](_0x1d7110[_0xda51a0(0x195)],_0xda51a0(0x1ba),_0x598201=>{const _0x13a4ea=_0xda51a0;return _0x598201['positional']('profile',{'type':_0x335950[_0x13a4ea(0x2c9)],'description':_0x335950['bEtsS'],'demandOption':!![]});},async _0xded1f4=>{const _0x1951d0=_0xda51a0;await _0x1d7110[_0x1951d0(0x202)](withTelemetry,_0x1951d0(0x207),()=>configList(_0xded1f4['profile']));})['command'](_0xda51a0(0x2cc),_0x1d7110['hQtsx'],_0x4ea297=>{const _0xd50b44=_0xda51a0;return _0x4ea297[_0xd50b44(0x2e1)](_0x335950['NmpxH'],{'type':_0xd50b44(0x24b),'description':'Profile\x20name','demandOption':!![]})['positional'](_0x335950['dnpih'],{'type':_0x335950[_0xd50b44(0x2c9)],'description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x2c72a4=>{await withTelemetry('profile\x20config\x20unset',()=>configUnset(_0x2c72a4['profile'],_0x2c72a4['key']));})[_0xda51a0(0x2d8)](_0x1d7110['uepgd'],_0x1d7110[_0xda51a0(0x2dd)],_0x367546=>{const _0x44cd92=_0xda51a0;return _0x367546[_0x44cd92(0x2e1)](_0x1d7110['hHEDb'],{'type':'string','description':_0x44cd92(0x2ce),'demandOption':!![]});},async _0x5b6da4=>{await _0x1d7110['jlQKq'](withTelemetry,_0x1d7110['vTXsZ'],()=>configReset(_0x5b6da4['profile']));})['demandCommand'](0x1,_0xda51a0(0x327));})[_0x286ebc(0x24a)](0x1,_0x2c9022['WrhNt']);})['command'](_0x4a0a35(0x2f9),_0x2c9022[_0x4a0a35(0x20e)],()=>{},async()=>{const _0xd8436=_0x4a0a35;await withTelemetry(_0x2c9022[_0xd8436(0x187)],()=>status());})['command'](_0x2c9022[_0x4a0a35(0x179)],_0x4a0a35(0x1a7),()=>{},async()=>{const _0x2173b3=_0x4a0a35;await withTelemetry(_0x2173b3(0x21e),()=>update());})['command'](_0x2c9022['hDNma'],_0x4a0a35(0x1e9),()=>{},async()=>{const _0x5b7a4b=_0x4a0a35;await _0x2c9022['zmMIw'](withTelemetry,_0x5b7a4b(0x1f2),async()=>{const _0x519463=_0x5b7a4b,_0x2891ed=await _0x2c9022['XFqSb'](getToken);if(!_0x2891ed)throw new Error(_0x2c9022[_0x519463(0x2b1)]);console[_0x519463(0x1c2)](_0x2891ed);});})['command']('go',_0x4a0a35(0x1f7),_0x13c0da=>{const _0x1b4f56=_0x4a0a35;return _0x13c0da['option'](_0x1b4f56(0x22d),{'type':'string','description':_0x1b4f56(0x297)})['option'](_0x2c9022[_0x1b4f56(0x285)],{'type':_0x2c9022['icuvX'],'description':_0x1b4f56(0x325)})[_0x1b4f56(0x17b)](_0x2c9022['kgpye'],{'type':_0x2c9022['icuvX'],'description':_0x2c9022[_0x1b4f56(0x24d)]})['option'](_0x2c9022['zSUIv'],{'type':'number','description':'Scenario\x20index\x20(1-based)'})['option'](_0x2c9022['qJFpy'],{'type':_0x1b4f56(0x24b),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.'})[_0x1b4f56(0x17b)](_0x1b4f56(0x1a3),{'type':'string','description':_0x2c9022['cVRFu']})['option'](_0x1b4f56(0x2a5),{'type':_0x2c9022['icuvX'],'description':_0x2c9022['RgfLF']})[_0x1b4f56(0x17b)](_0x2c9022[_0x1b4f56(0x313)],{'type':'boolean','description':_0x2c9022[_0x1b4f56(0x2ff)],'default':![]})[_0x1b4f56(0x17b)](_0x2c9022[_0x1b4f56(0x29a)],{'type':_0x2c9022['icuvX'],'hidden':!![],'choices':[_0x1b4f56(0x2ae),'partial',_0x2c9022['yohUE'],'failed',_0x1b4f56(0x1df)]})[_0x1b4f56(0x17b)]('debug-address-comments',{'type':'boolean','hidden':!![]})['option'](_0x2c9022['fZzmf'],{'type':_0x2c9022['icuvX'],'hidden':!![]})['option'](_0x2c9022['oWoqj'],{'type':'string','hidden':!![]})['option'](_0x2c9022['aBLYH'],{'type':_0x2c9022['ShmET'],'hidden':!![]});},async _0x53333c=>{const _0x5c3454=_0x4a0a35;await _0x2c9022[_0x5c3454(0x2c2)](runGoCommand,_0x53333c);})['command'](_0x2c9022[_0x4a0a35(0x216)],![],_0x11131b=>{const _0xb46d69=_0x4a0a35,_0x36f9e6={'lWhuE':_0x2c9022[_0xb46d69(0x1ee)],'lPCSp':function(_0x25d2be,_0x2a147e,_0x3f40ef){return _0x25d2be(_0x2a147e,_0x3f40ef);},'ngMDJ':_0x2c9022['qvvpq'],'KVlex':function(_0x4a20b9,_0x136298){return _0x2c9022['GaEVO'](_0x4a20b9,_0x136298);}};return _0x11131b['command'](_0x2c9022[_0xb46d69(0x2a6)],![],_0x1e8114=>{const _0xdccf4=_0xb46d69;return _0x1e8114[_0xdccf4(0x2e1)](_0xdccf4(0x2e6),{'type':_0x36f9e6['lWhuE'],'description':_0xdccf4(0x2ce),'demandOption':!![]});},async _0x3962e8=>{const _0x48c865=_0xb46d69;_0x36f9e6['lPCSp'](warnRenamed,_0x36f9e6[_0x48c865(0x243)],'ranger\x20profile\x20encrypt-auth'),await _0x36f9e6['KVlex'](authEncrypt,_0x3962e8[_0x48c865(0x2e6)]);})[_0xb46d69(0x24a)](0x1,'You\x20must\x20specify\x20an\x20auth\x20subcommand');},()=>{})['command'](_0x2c9022[_0x4a0a35(0x1f4)],![],_0x517139=>{const _0x3b8c8=_0x4a0a35;return _0x517139['positional'](_0x3b8c8(0x30e),{'type':_0x2c9022['icuvX'],'description':_0x2c9022['sEWQl']})[_0x3b8c8(0x17b)](_0x2c9022['BavvW'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022[_0x3b8c8(0x322)],'default':![]})[_0x3b8c8(0x17b)](_0x2c9022[_0x3b8c8(0x263)],{'type':_0x2c9022['icuvX'],'choices':['user'],'hidden':!![],'description':_0x2c9022['XJaPr']})['option'](_0x3b8c8(0x2d4),{'type':'string','description':_0x2c9022[_0x3b8c8(0x19e)]})['option'](_0x2c9022[_0x3b8c8(0x24f)],{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x3b8c8(0x17b)]('skip-auth',{'type':_0x2c9022[_0x3b8c8(0x329)],'description':_0x2c9022[_0x3b8c8(0x2b9)],'default':![]})['option'](_0x2c9022['DcxwU'],{'type':'boolean','description':_0x2c9022[_0x3b8c8(0x1dd)],'default':![]});},async _0x1959be=>{const _0xa4a552=_0x4a0a35;_0x2c9022['SAYYN'](warnRenamed,_0x2c9022[_0xa4a552(0x1ec)],_0x2c9022['QvKIx']),await _0x2c9022['RZczu'](withTelemetry,_0x2c9022['wIuKQ'],_0x23554c=>start(_0x1959be['token'],{'skipChromium':_0x1959be['skip-chromium'],'skipAuth':_0x1959be[_0xa4a552(0x324)],'withDeps':_0x1959be['with-deps'],'scope':_0x1959be[_0xa4a552(0x27f)],'url':_0x1959be['url'],'force':_0x1959be[_0xa4a552(0x22f)]},_0x23554c));})[_0x4a0a35(0x2d8)](_0x2c9022[_0x4a0a35(0x1f8)],![],_0x4710af=>{const _0x32b375=_0x4a0a35;return _0x4710af['option'](_0x32b375(0x276),{'type':_0x2c9022['icuvX'],'description':_0x2c9022[_0x32b375(0x27a)]})[_0x32b375(0x17b)](_0x2c9022['oWoqj'],{'type':_0x2c9022[_0x32b375(0x1ee)],'description':_0x2c9022[_0x32b375(0x2f3)]})['option']('item',{'type':_0x2c9022['ShmET'],'description':_0x2c9022[_0x32b375(0x293)]})[_0x32b375(0x17b)](_0x2c9022['LeuuT'],{'type':_0x2c9022['icuvX'],'hidden':!![]})[_0x32b375(0x17b)]('notes',{'type':_0x2c9022[_0x32b375(0x1ee)],'hidden':!![]})[_0x32b375(0x17b)]('scenario',{'type':_0x2c9022['ShmET'],'hidden':!![]})['option'](_0x2c9022[_0x32b375(0x254)],{'type':_0x2c9022['icuvX'],'description':_0x32b375(0x1a1)})['option']('base-url',{'type':_0x2c9022[_0x32b375(0x1ee)],'description':_0x2c9022[_0x32b375(0x25b)]})[_0x32b375(0x17b)](_0x2c9022['Wzczg'],{'type':_0x32b375(0x24b),'hidden':!![]})[_0x32b375(0x17b)](_0x2c9022['qVnxG'],{'type':'boolean','hidden':!![],'default':![]})['option'](_0x32b375(0x2fc),{'type':'string','hidden':!![],'choices':[_0x2c9022[_0x32b375(0x2b3)],_0x32b375(0x205),_0x2c9022[_0x32b375(0x240)],_0x2c9022[_0x32b375(0x2e5)],_0x2c9022[_0x32b375(0x1a4)]]});},async _0x4f7042=>{await _0x2c9022['SAYYN'](runGoCommand,_0x4f7042,!![]);})['command'](_0x4a0a35(0x29f),![],_0x11d3ca=>{const _0xe4013=_0x4a0a35;return _0x11d3ca['positional'](_0x2c9022['wVHcQ'],{'type':_0xe4013(0x24b),'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})[_0xe4013(0x17b)]('ci',{'type':_0x2c9022['PkxCg'],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x2c9022['TeCmk'],{'type':_0x2c9022['PkxCg'],'description':_0x2c9022['Ftxzb'],'default':![]});},async _0x239362=>{const _0x1dda57=_0x4a0a35;_0x2c9022['SAYYN'](warnRenamed,_0x2c9022['JpqLy'],_0x1dda57(0x2bb)),await _0x2c9022[_0x1dda57(0x1b6)](withTelemetry,'add\x20env',_0x4e6f82=>addEnv(_0x239362[_0x1dda57(0x2bd)],{'ci':_0x239362['ci'],'skipAuth':_0x239362['skip-auth']},_0x4e6f82));})[_0x4a0a35(0x2d8)]('use\x20<env-name>',![],_0x20b8ef=>{const _0x98e46e=_0x4a0a35;return _0x20b8ef[_0x98e46e(0x2e1)]('env-name',{'type':_0x2c9022['icuvX'],'description':_0x2c9022[_0x98e46e(0x2ea)],'demandOption':!![]});},async _0xea72b4=>{const _0x514119=_0x4a0a35;warnRenamed(_0x514119(0x182),_0x2c9022['CvSXW']),await withTelemetry(_0x2c9022['bbrNQ'],()=>useEnv(_0xea72b4['env-name']));})[_0x4a0a35(0x2d8)](_0x4a0a35(0x1e5),![],_0x31e7d4=>{const _0x14bb58=_0x4a0a35,_0x523776={'Odxmd':_0x14bb58(0x191),'tqvPW':'value','eZaXu':_0x2c9022['icuvX'],'FNSkN':function(_0x3241b2,_0x4ee4e8,_0x1b2980){return _0x2c9022['EYzzg'](_0x3241b2,_0x4ee4e8,_0x1b2980);},'VEUuY':_0x14bb58(0x1c7),'xMGMP':_0x14bb58(0x19c),'XaAYI':'config\x20get'};return _0x31e7d4[_0x14bb58(0x2d8)](_0x14bb58(0x286),![],_0x513bc8=>{const _0xe2893e=_0x14bb58;return _0x513bc8['positional'](_0xe2893e(0x276),{'type':_0xe2893e(0x24b),'description':'Environment\x20name','demandOption':!![]})[_0xe2893e(0x2e1)](_0x523776['Odxmd'],{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','demandOption':!![]})[_0xe2893e(0x2e1)](_0x523776['tqvPW'],{'type':_0x523776[_0xe2893e(0x2b7)],'description':_0xe2893e(0x1d8),'demandOption':!![]});},async _0x220133=>{const _0x24a5d2=_0x14bb58;warnRenamed(_0x24a5d2(0x206),_0x24a5d2(0x31c)),await withTelemetry('config\x20set',()=>configSet(_0x220133[_0x24a5d2(0x276)],_0x220133['key'],_0x220133['value']));})[_0x14bb58(0x2d8)](_0x14bb58(0x29d),![],_0x610a61=>{const _0x332ef5=_0x14bb58;return _0x610a61['positional'](_0x332ef5(0x276),{'type':_0x332ef5(0x24b),'description':'Environment\x20name','demandOption':!![]})[_0x332ef5(0x2e1)]('key',{'type':_0x332ef5(0x24b),'description':_0x332ef5(0x220),'demandOption':!![]});},async _0x51a9cd=>{const _0x25096c=_0x14bb58;_0x523776[_0x25096c(0x1fb)](warnRenamed,_0x523776['VEUuY'],_0x523776['xMGMP']),await _0x523776[_0x25096c(0x1fb)](withTelemetry,_0x523776['XaAYI'],()=>configGet(_0x51a9cd[_0x25096c(0x276)],_0x51a9cd[_0x25096c(0x191)]));})[_0x14bb58(0x2d8)](_0x2c9022[_0x14bb58(0x1b9)],![],_0x2614ec=>{const _0x4fc92f=_0x14bb58;return _0x2614ec[_0x4fc92f(0x2e1)]('env',{'type':_0x2c9022['icuvX'],'description':'Environment\x20name','demandOption':!![]});},async _0x346d01=>{const _0x5b1cf6=_0x14bb58;warnRenamed(_0x2c9022['xUkgL'],_0x2c9022['ZEARg']),await withTelemetry(_0x5b1cf6(0x1eb),()=>configList(_0x346d01[_0x5b1cf6(0x276)]));})[_0x14bb58(0x2d8)](_0x2c9022['sDCUE'],![],_0x202154=>{const _0x4a636d=_0x14bb58;return _0x202154[_0x4a636d(0x2e1)]('env',{'type':_0x523776[_0x4a636d(0x2b7)],'description':_0x4a636d(0x257),'demandOption':!![]})[_0x4a636d(0x2e1)](_0x4a636d(0x191),{'type':'string','description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x455d6d=>{const _0x576dca=_0x14bb58;warnRenamed(_0x2c9022['HsBaf'],'ranger\x20profile\x20config\x20unset'),await _0x2c9022['ggWrB'](withTelemetry,_0x2c9022[_0x576dca(0x244)],()=>configUnset(_0x455d6d['env'],_0x455d6d['key']));})[_0x14bb58(0x24a)](0x1,'You\x20must\x20specify\x20a\x20config\x20subcommand');})[_0x4a0a35(0x2d8)]('env',![],_0x47e884=>{const _0x542cd4=_0x4a0a35,_0x15b58b={'nDTPL':'env-name','wBFdI':'Name\x20of\x20the\x20environment\x20to\x20update'};return _0x47e884['command']('ls',![],()=>{},async()=>{const _0x3dbfe9=_0x558a;_0x2c9022[_0x3dbfe9(0x30a)](warnRenamed,_0x2c9022[_0x3dbfe9(0x248)],_0x3dbfe9(0x2a0)),await _0x2c9022[_0x3dbfe9(0x270)](withTelemetry,_0x2c9022[_0x3dbfe9(0x28f)],()=>envList());})['command'](_0x542cd4(0x175),![],_0x16c74c=>{const _0x49e569=_0x542cd4;return _0x16c74c[_0x49e569(0x2e1)](_0x15b58b[_0x49e569(0x218)],{'type':_0x49e569(0x24b),'description':_0x15b58b['wBFdI'],'demandOption':!![]});},async _0x77e6a2=>{const _0x58f2e4=_0x542cd4;_0x2c9022['CCMvs'](warnRenamed,_0x58f2e4(0x215),_0x2c9022['QBJZf']),await withTelemetry(_0x2c9022['AijgS'],_0x393d44=>updateEnv(_0x77e6a2[_0x58f2e4(0x2bd)],_0x393d44));})['demandCommand'](0x1,'You\x20must\x20specify\x20an\x20env\x20subcommand');})['command']('feature',![],_0x1c15ea=>{const _0x5eea1d=_0x4a0a35,_0x5459c8={'DjsNo':_0x2c9022['lBVRe'],'AsIRQ':_0x5eea1d(0x24b),'aVbWe':'Feature\x20review\x20description','WGXKu':_0x5eea1d(0x1ad),'iLvpu':'scenario','hwsxU':_0x5eea1d(0x275),'rFGbj':function(_0x49160f,_0x58536b,_0x5de06a){return _0x49160f(_0x58536b,_0x5de06a);},'celsN':_0x2c9022[_0x5eea1d(0x214)],'NqegW':_0x5eea1d(0x23c),'Lagtl':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','kwdjZ':_0x5eea1d(0x253),'kXXNr':_0x2c9022[_0x5eea1d(0x246)],'zdpxu':_0x5eea1d(0x1cf),'HKCSn':_0x5eea1d(0x196),'KWLVw':_0x2c9022[_0x5eea1d(0x255)],'aUeYx':_0x2c9022['quAQv'],'PqdHI':function(_0x4baca0,_0x5edbe0,_0x7a82a8){const _0x518764=_0x5eea1d;return _0x2c9022[_0x518764(0x272)](_0x4baca0,_0x5edbe0,_0x7a82a8);},'RVDHA':_0x2c9022[_0x5eea1d(0x262)],'JkJBC':function(_0x1e6a62,_0x572e51,_0x4c372e){return _0x1e6a62(_0x572e51,_0x4c372e);},'jZhRE':function(_0x2a2154,_0x1fffb9,_0x1f166c){return _0x2a2154(_0x1fffb9,_0x1f166c);},'ffqwZ':_0x2c9022[_0x5eea1d(0x1fe)],'FkNCY':function(_0x4f12d5,_0x3e0465,_0x2e437d){return _0x4f12d5(_0x3e0465,_0x2e437d);},'seFyA':_0x2c9022[_0x5eea1d(0x26c)],'aKKlo':'feature\x20add-checklist-item','cvKlM':function(_0x2f7f1b,_0x4779e9,_0x2c8c20){return _0x2c9022['EYzzg'](_0x2f7f1b,_0x4779e9,_0x2c8c20);},'cnodg':'ranger\x20delete','JFlJO':_0x2c9022['PmSDX'],'OAbmj':'Feature\x20review\x20ID\x20to\x20restore','IxPYr':_0x2c9022['wDkpz'],'PBASI':_0x2c9022[_0x5eea1d(0x290)],'BqqvW':function(_0x197118,_0x1e1147,_0x504345){return _0x197118(_0x1e1147,_0x504345);}};return _0x1c15ea[_0x5eea1d(0x2d8)](_0x2c9022['qdopF'],![],_0x1160cb=>{const _0x2661ea=_0x5eea1d;return _0x1160cb[_0x2661ea(0x2e1)](_0x5459c8['DjsNo'],{'type':_0x5459c8[_0x2661ea(0x304)],'description':_0x2661ea(0x174),'demandOption':!![]})['option']('description',{'type':'string','alias':'d','description':_0x5459c8['aVbWe']})['option'](_0x5459c8[_0x2661ea(0x31d)],{'type':'array','alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x5459c8['iLvpu'],{'type':_0x5459c8[_0x2661ea(0x2d2)],'hidden':!![]});},async _0xdc873e=>{const _0x52fe07=_0x5eea1d;_0x5459c8['rFGbj'](warnRenamed,_0x5459c8[_0x52fe07(0x28d)],'ranger\x20create'),warnFlagRenamed(_0x52fe07(0x20a),'--checklist',_0x52fe07(0x2cf));const _0x3885cf=_0xdc873e[_0x52fe07(0x25f)]||_0xdc873e['checklist'];await _0x5459c8['rFGbj'](withTelemetry,_0x5459c8[_0x52fe07(0x1ef)],()=>featureCreate(_0xdc873e['name'],{'description':_0xdc873e['description'],'scenarios':_0x3885cf}));})[_0x5eea1d(0x2d8)](_0x2c9022['ryNYO'],![],_0x4f827a=>{const _0x6d123a=_0x5eea1d;return _0x4f827a['option']('current-branch',{'type':_0x6d123a(0x1b7),'description':_0x5459c8['Lagtl']})['option'](_0x5459c8['kwdjZ'],{'type':'number','alias':'l','description':_0x6d123a(0x1da),'default':0xa})[_0x6d123a(0x17b)](_0x5459c8[_0x6d123a(0x2ef)],{'type':_0x5459c8['zdpxu'],'alias':'o','description':_0x5459c8['HKCSn'],'default':0x0})[_0x6d123a(0x17b)](_0x5459c8[_0x6d123a(0x1c3)],{'type':_0x6d123a(0x1b7),'alias':'d','description':_0x6d123a(0x24c),'default':![]});},async _0x3fdf79=>{const _0x5ca3c7=_0x5eea1d;_0x5459c8[_0x5ca3c7(0x1e0)](warnRenamed,_0x5ca3c7(0x259),'ranger\x20list'),await withTelemetry('feature\x20list',()=>featureList({'currentBranch':_0x3fdf79[_0x5ca3c7(0x192)],'limit':_0x3fdf79[_0x5ca3c7(0x253)],'offset':_0x3fdf79['offset'],'includeDeleted':_0x3fdf79[_0x5ca3c7(0x1c4)]}));})[_0x5eea1d(0x2d8)]('show\x20[id]',![],_0x2fc235=>{const _0x56a27c=_0x5eea1d;return _0x2fc235['positional']('id',{'type':'string','description':_0x2c9022[_0x56a27c(0x277)]});},async _0x4cb54f=>{const _0xb0431f=_0x5eea1d;warnRenamed(_0x5459c8['aUeYx'],_0xb0431f(0x212)),await _0x5459c8['PqdHI'](withTelemetry,_0x5459c8[_0xb0431f(0x20b)],()=>featureShow(_0x4cb54f['id']));})[_0x5eea1d(0x2d8)](_0x2c9022[_0x5eea1d(0x301)],![],_0x37eef4=>{return _0x37eef4['positional']('id',{'type':_0x2c9022['icuvX'],'description':_0x2c9022['jhRVm']});},async _0x36041b=>{const _0x3f2076=_0x5eea1d;_0x5459c8['JkJBC'](warnRenamed,_0x3f2076(0x1ca),'ranger\x20resume'),await _0x5459c8[_0x3f2076(0x2ac)](withTelemetry,_0x5459c8[_0x3f2076(0x2d0)],()=>featureResume(_0x36041b['id']));})[_0x5eea1d(0x2d8)](_0x2c9022['WihzJ'],![],_0x10add1=>{const _0x414120=_0x5eea1d;return _0x10add1['positional']('description',{'type':_0x414120(0x24b),'description':_0x414120(0x2b2),'demandOption':!![]})[_0x414120(0x17b)]('id',{'type':'string','description':_0x414120(0x17c)});},async _0x54021c=>{const _0x77bace=_0x5eea1d;_0x5459c8['FkNCY'](warnRenamed,'ranger\x20feature\x20add-checklist-item',_0x5459c8['seFyA']),await withTelemetry(_0x5459c8[_0x77bace(0x1bc)],()=>featureAddScenario(_0x54021c['description'],_0x54021c['id']));})[_0x5eea1d(0x2d8)]('get-feedback\x20[id]',![],_0x380955=>{const _0x3d73e=_0x5eea1d;return _0x380955['positional']('id',{'type':_0x2c9022[_0x3d73e(0x1ee)],'description':_0x2c9022[_0x3d73e(0x287)]});},async _0x2663d6=>{const _0x48f0c0=_0x5eea1d;_0x5459c8[_0x48f0c0(0x22b)](warnRenamed,_0x48f0c0(0x2d1),_0x48f0c0(0x209)),await withTelemetry('feature\x20get-feedback',()=>featureGetReview(_0x2663d6['id']));})['command'](_0x5eea1d(0x227),![],_0x5364fa=>{const _0x465fa8=_0x5eea1d;return _0x5364fa['positional']('id',{'type':_0x5459c8[_0x465fa8(0x304)],'description':'Feature\x20review\x20ID'});},async _0x4cb1e6=>{const _0x29f94c=_0x5eea1d;_0x5459c8['cvKlM'](warnRenamed,_0x29f94c(0x201),_0x5459c8['cnodg']),await withTelemetry(_0x5459c8[_0x29f94c(0x311)],()=>featureDelete(_0x4cb1e6['id']));})['command'](_0x2c9022['TjeKH'],![],_0x34901f=>{const _0x491dda=_0x5eea1d;return _0x34901f[_0x491dda(0x2e1)]('id',{'type':_0x5459c8['AsIRQ'],'description':_0x5459c8[_0x491dda(0x22c)],'demandOption':!![]});},async _0x1f1298=>{const _0x29a197=_0x5eea1d;_0x5459c8['JkJBC'](warnRenamed,_0x5459c8[_0x29a197(0x189)],_0x5459c8[_0x29a197(0x1fa)]),await _0x5459c8[_0x29a197(0x1a0)](withTelemetry,_0x29a197(0x21f),()=>featureRestore(_0x1f1298['id']));})[_0x5eea1d(0x24a)](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})[_0x4a0a35(0x2d8)](_0x2c9022['BYkxd'],![],_0x2e3902=>{const _0x526f7d=_0x4a0a35;return _0x2e3902['command'](_0x2c9022['zofKy'],_0x526f7d(0x284),_0x5b564d=>{const _0x36adf0=_0x526f7d;return _0x5b564d[_0x36adf0(0x17b)](_0x36adf0(0x229),{'type':_0x36adf0(0x24b),'description':_0x36adf0(0x27d)});},async _0x5ab72c=>{const _0x425640=_0x526f7d;await withTelemetry(_0x2c9022['EdlLg'],()=>hook('enable',_0x5ab72c[_0x425640(0x229)]));})[_0x526f7d(0x2d8)](_0x526f7d(0x211),_0x2c9022['IQuSW'],_0x3e3afd=>{const _0x1dd70f=_0x526f7d;return _0x3e3afd['option']('session-id',{'type':'string','description':_0x1dd70f(0x27d)});},async _0xb8f903=>{const _0x1ece98=_0x526f7d;await _0x2c9022[_0x1ece98(0x2cd)](withTelemetry,_0x2c9022[_0x1ece98(0x20f)],()=>hook('disable',_0xb8f903['session-id']));})['option'](_0x2c9022['lBVRe'],{'type':_0x2c9022['icuvX'],'description':_0x526f7d(0x283)})['option'](_0x2c9022[_0x526f7d(0x1ea)],{'type':_0x2c9022['icuvX'],'description':_0x2c9022['ueMDb']});},async _0x302289=>{const _0x35b858=_0x4a0a35;_0x302289['name']&&await _0x2c9022['yGQin'](hook,_0x302289[_0x35b858(0x298)],_0x302289[_0x35b858(0x229)]);})['demandCommand'](0x1,_0x4a0a35(0x2c5))['strictCommands']()[_0x4a0a35(0x1ab)](async(_0x2cfd56,_0x374a4a,_0x301fba)=>{const _0x16789e=_0x4a0a35,_0x3fd678=sanitizeArgs(process[_0x16789e(0x222)]['slice'](0x2)),_0xdac9c9=_0x2c9022['ETXGj'](getErrorType,_0x2cfd56,_0x374a4a);if(_0x2cfd56&&_0x2cfd56['includes'](_0x16789e(0x25e))){const _0x2731d6=process[_0x16789e(0x222)][0x2];console['error'](_0x16789e(0x303)+_0x2731d6),console[_0x16789e(0x319)](_0x2c9022['gViGk']);}else{if(_0x2cfd56)console['error']('\x0a'+_0x2cfd56+'\x0a');else _0x374a4a&&console[_0x16789e(0x319)]('\x0aError:\x20'+_0x374a4a['message']+'\x0a');}await logDesirePath({'rawCommand':_0x3fd678,'errorMessage':_0x2cfd56||_0x374a4a?.[_0x16789e(0x1a8)],'errorType':_0xdac9c9});const _0x255596=_0x2c9022[_0x16789e(0x232)](getCurrentCollector);_0x255596&&await _0x255596['trackCommandError'](_0x374a4a||new Error(_0x2c9022[_0x16789e(0x2c1)](_0x2cfd56,_0x2c9022[_0x16789e(0x296)]))),process[_0x16789e(0x1f6)](0x1);})[_0x4a0a35(0x30d)](_0x2c9022['AfHPN']('Documentation:\x0a',_0x4a0a35(0x1ed))+_0x4a0a35(0x312))['help']()[_0x4a0a35(0x1e4)](_0x2c9022[_0x4a0a35(0x26f)],'h');}process['env']['NODE_ENV']!==_0x5da667(0x17f)&&(shouldShowLegacyWarning(process[_0x5da667(0x222)])&&showLegacyDeprecationWarning(),buildParser()['parse']());
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)]();