@ranger-testing/ranger-cli 2.5.4-alpha.bc88254-5 → 2.5.4-alpha.f4657dc-23
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.
- package/README.md +36 -14
- package/build/cli.js +1 -1
- package/build/commands/addEnv.js +1 -1
- package/build/commands/authEncrypt.js +1 -1
- package/build/commands/clean.js +1 -1
- package/build/commands/config.js +1 -1
- package/build/commands/deleteProfile.js +1 -0
- package/build/commands/env.js +1 -1
- package/build/commands/feature.js +1 -1
- package/build/commands/hook.js +1 -1
- package/build/commands/hooks/autoPrompt.js +1 -1
- package/build/commands/hooks/disable.js +1 -1
- package/build/commands/hooks/enable.js +1 -1
- package/build/commands/hooks/exitPlanMode.js +1 -1
- package/build/commands/hooks/index.js +1 -1
- package/build/commands/hooks/output.js +1 -1
- package/build/commands/hooks/planReminder.js +1 -1
- package/build/commands/hooks/planStart.js +1 -1
- package/build/commands/hooks/postEdit.js +1 -1
- package/build/commands/hooks/preCompact.js +1 -1
- package/build/commands/hooks/sessionEnd.js +1 -1
- package/build/commands/hooks/sessionStart.js +1 -1
- package/build/commands/hooks/stopHook.js +1 -1
- package/build/commands/index.js +1 -1
- package/build/commands/login.js +1 -1
- package/build/commands/mcpBootstrap.js +1 -1
- package/build/commands/migrateProfile.js +1 -1
- package/build/commands/setup/claude.js +1 -1
- package/build/commands/setup/opencode.js +1 -1
- package/build/commands/setupCi.js +1 -1
- package/build/commands/skillup.js +1 -1
- package/build/commands/start.js +1 -1
- package/build/commands/status.js +1 -1
- package/build/commands/update.js +1 -1
- package/build/commands/updateEnv.js +1 -1
- package/build/commands/useEnv.js +1 -1
- package/build/commands/utils/activeProfile.js +1 -1
- package/build/commands/utils/agentEnv.js +1 -1
- package/build/commands/utils/browserSessionsApi.js +1 -1
- package/build/commands/utils/claudeConfig.js +1 -1
- package/build/commands/utils/claudeOverrideSettings.js +1 -1
- package/build/commands/utils/claudePlugin.js +1 -1
- package/build/commands/utils/cloudProfile.js +1 -1
- package/build/commands/utils/cloudProfileSession.js +1 -1
- package/build/commands/utils/crypto.js +1 -1
- package/build/commands/utils/desirePathLog.js +1 -1
- package/build/commands/utils/deviceAuth.js +1 -1
- package/build/commands/utils/environment.js +1 -1
- package/build/commands/utils/featureApi.js +1 -1
- package/build/commands/utils/fixWebmDuration.js +1 -1
- package/build/commands/utils/gitTracked.js +1 -1
- package/build/commands/utils/keychain.js +1 -1
- package/build/commands/utils/legacyWarning.js +1 -0
- package/build/commands/utils/localAgentInstallationsApi.js +1 -1
- package/build/commands/utils/matchAuthEnvironment.js +1 -1
- package/build/commands/utils/mcpImageBase64.js +1 -1
- package/build/commands/utils/model.js +1 -1
- package/build/commands/utils/opencodeConfig.js +1 -1
- package/build/commands/utils/playwrightCli.js +1 -1
- package/build/commands/utils/profileMessages.js +1 -1
- package/build/commands/utils/profileSetupBanner.js +1 -1
- package/build/commands/utils/projectsConfig.js +1 -1
- package/build/commands/utils/rangerConfig.js +1 -1
- package/build/commands/utils/rangerRoot.js +1 -1
- package/build/commands/utils/resolveProfileContext.js +1 -1
- package/build/commands/utils/resolveProfileUrl.js +1 -1
- package/build/commands/utils/retry.js +1 -1
- package/build/commands/utils/sessionCache.js +1 -1
- package/build/commands/utils/settings.js +1 -1
- package/build/commands/utils/skillContent.js +1 -1
- package/build/commands/utils/skills.js +1 -1
- package/build/commands/utils/stitchWebmFiles.js +1 -1
- package/build/commands/utils/telemetry.js +1 -1
- package/build/commands/utils/tokenRefresh.js +1 -1
- package/build/commands/utils/traceSnapshotMapper.js +1 -1
- package/build/commands/utils/userApi.js +1 -1
- package/build/commands/utils/version.js +1 -1
- package/build/commands/verifyFeature.js +1 -1
- package/build/commands/verifyFeatureCli.js +1 -1
- package/build/skills/ranger/SKILL.md +35 -6
- package/build/skills/ranger/create.md +19 -0
- package/build/skills/ranger/verify.md +42 -15
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ This walks you through everything interactively:
|
|
|
25
25
|
- **Authentication** -- opens your browser to log in (credentials stored in OS Keychain)
|
|
26
26
|
- **Chromium** -- installs the browser used for verification
|
|
27
27
|
- **Plugin** -- installs the Claude Code plugin (you choose user-level or project-level)
|
|
28
|
-
- **Profile** -- prompts for your app's URL, opens a browser to capture
|
|
28
|
+
- **Profile** -- prompts for your app's URL, opens a browser to capture a session for the verification agent
|
|
29
29
|
- **Skills** -- installs markdown files that teach Claude the Ranger workflow
|
|
30
30
|
|
|
31
31
|
> For CI, pass a token directly: `ranger setup [token]`. See `RANGER_CLI_TOKEN` env var for non-interactive use.
|
|
@@ -61,13 +61,24 @@ Ask Claude to build a UI feature. Ranger handles the rest: creating a feature re
|
|
|
61
61
|
|
|
62
62
|
### Profiles
|
|
63
63
|
|
|
64
|
+
A profile tells Ranger where your app runs and how to log in. Run
|
|
65
|
+
`ranger profile add <name>` once — a browser opens, you log in, Ranger
|
|
66
|
+
saves the session for every subsequent run. Convention is one profile per
|
|
67
|
+
account; the CLI suggests `git config user.email` as a default name.
|
|
68
|
+
|
|
64
69
|
| Command | Description |
|
|
65
70
|
| ------------------------------------- | ----------------------------------------------------- |
|
|
66
|
-
| `ranger profile add <name>` | Add a
|
|
71
|
+
| `ranger profile add <name>` | Add a profile (opens a browser for login). Use `--safe-mode` if the browser crashes. |
|
|
67
72
|
| `ranger profile use <name>` | Switch active profile |
|
|
68
73
|
| `ranger profile ls` | List all profiles |
|
|
69
|
-
|
|
70
|
-
|
|
74
|
+
|
|
75
|
+
For CI / background agents and other setup options, see
|
|
76
|
+
https://docs.ranger.net/main/concepts/profiles.
|
|
77
|
+
|
|
78
|
+
> Deprecated: `ranger profile update`, `ranger profile encrypt-auth`, and
|
|
79
|
+
> `ranger profile migrate` exit non-zero with a redirect. Run
|
|
80
|
+
> `ranger profile add <name>` to set up a fresh profile. See
|
|
81
|
+
> https://docs.ranger.net/main/concepts/profiles for setup options.
|
|
71
82
|
|
|
72
83
|
### Feature Reviews
|
|
73
84
|
|
|
@@ -89,7 +100,12 @@ Ask Claude to build a UI feature. Ranger handles the rest: creating a feature re
|
|
|
89
100
|
| ------------ | ------------------------------------ |
|
|
90
101
|
| `ranger go` | Verify a scenario in the browser |
|
|
91
102
|
|
|
92
|
-
Options: `--scenario <N>` (scenario index), `--notes "<desc>"` (override notes), `--start-path /path` (start URL), `--profile <name>`, `--model <model>`, `--headed` (force headed browser for this run only).
|
|
103
|
+
Options: `--scenario <N>` (scenario index), `--notes "<desc>"` (override notes), `--start-path /path` (start URL), `--base-url <url>` (override profile base URL), `--profile <name>`, `--model <model>`, `--headed` (force headed browser for this run only).
|
|
104
|
+
|
|
105
|
+
Env vars:
|
|
106
|
+
- `RANGER_TEST_USERNAME` / `RANGER_TEST_PASSWORD` — for [automated login](https://docs.ranger.net/main/concepts/profiles#automated-login). The fastest path for CI / background agents. Works for any login flow we can run deterministically (username/password, SSO, OAuth, MFA, passkeys, magic links) — set up per-app with our team. Talk to us.
|
|
107
|
+
- `RANGER_PROFILE` — pin a profile (lower precedence than `--profile`).
|
|
108
|
+
- `RANGER_BASE_URL` / `RANGER_START_PATH` — analogues of `--base-url` / `--start-path`.
|
|
93
109
|
|
|
94
110
|
You can set a default verify model in `.ranger/config.json`:
|
|
95
111
|
|
|
@@ -101,14 +117,18 @@ You can set a default verify model in `.ranger/config.json`:
|
|
|
101
117
|
|
|
102
118
|
### Config
|
|
103
119
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
|
108
|
-
|
|
|
109
|
-
| `ranger profile config
|
|
120
|
+
Fine-tune browser behavior for a profile. Settings apply per cwd, so
|
|
121
|
+
different checkouts of the same repo can have different overrides.
|
|
122
|
+
|
|
123
|
+
| Command | Description |
|
|
124
|
+
| --------------------------------------------------- | ------------------------------ |
|
|
125
|
+
| `ranger profile config set <profile> <key> <value>` | Set a config value |
|
|
126
|
+
| `ranger profile config get <profile> <key>` | Read a config value |
|
|
127
|
+
| `ranger profile config list <profile>` | Show all config for a profile |
|
|
128
|
+
| `ranger profile config unset <profile> <key>` | Remove a config value |
|
|
129
|
+
| `ranger profile config reset <profile>` | Clear all overrides (cloud only) |
|
|
110
130
|
|
|
111
|
-
Keys: `headless`, `userAgent`, `storageState`, `
|
|
131
|
+
Keys: `baseUrl`, `headless`, `userAgent`, `storageState`, `allowInsecureLocalhost`, `headers.<name>`, `setupHeaders.<name>`. Environment variables (e.g., `${AUTH_TOKEN}`) are resolved at runtime.
|
|
112
132
|
|
|
113
133
|
## Plugin
|
|
114
134
|
|
|
@@ -121,12 +141,14 @@ claude plugin install ranger@trailhead --scope user
|
|
|
121
141
|
|
|
122
142
|
## Troubleshooting
|
|
123
143
|
|
|
124
|
-
**"No active profile"** -- Run `ranger profile use <profile-name
|
|
144
|
+
**"No active profile"** -- Run `ranger profile use <profile-name>`, or set `RANGER_PROFILE=<name>` for the session.
|
|
125
145
|
|
|
126
|
-
**Authentication expired** -- Run `ranger profile
|
|
146
|
+
**Authentication expired** -- Run `ranger profile add <name>` to refresh. (For automated login, re-run `ranger go` with `RANGER_TEST_USERNAME` / `RANGER_TEST_PASSWORD` set.)
|
|
127
147
|
|
|
128
148
|
**Browser crashes during profile setup** -- On some macOS + Chrome combinations, the browser may crash during authentication. Run `ranger profile add <name> --safe-mode` to disable browser features that trigger the crash.
|
|
129
149
|
|
|
130
150
|
**"No active feature review"** -- Run `ranger list` then `ranger resume <id>`.
|
|
131
151
|
|
|
152
|
+
**Daily warning about legacy `.ranger/` paths** -- Existing sessions in those paths still work as a fallback, but new sessions are managed for you. Run `ranger profile add <name>` to set up a fresh profile, then delete the legacy dirs to silence the warning. See https://docs.ranger.net/main/concepts/profiles.
|
|
153
|
+
|
|
132
154
|
Run `ranger status` to see everything at a glance.
|
package/build/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const _0x4f3969=_0x1065;(function(_0x45a210,_0xac6257){const _0x17d01a=_0x1065,_0x2e431a=_0x45a210();while(!![]){try{const _0x45ebb7=-parseInt(_0x17d01a(0x1d4))/0x1+parseInt(_0x17d01a(0x145))/0x2+-parseInt(_0x17d01a(0x255))/0x3+parseInt(_0x17d01a(0x214))/0x4*(-parseInt(_0x17d01a(0x21a))/0x5)+parseInt(_0x17d01a(0x147))/0x6+parseInt(_0x17d01a(0xe2))/0x7*(parseInt(_0x17d01a(0xd9))/0x8)+-parseInt(_0x17d01a(0x18d))/0x9*(-parseInt(_0x17d01a(0xff))/0xa);if(_0x45ebb7===_0xac6257)break;else _0x2e431a['push'](_0x2e431a['shift']());}catch(_0x49b028){_0x2e431a['push'](_0x2e431a['shift']());}}}(_0x36f0,0xacfee));import _0xd33391 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x135f42=_0x1065,_0x51f608={'XocWf':function(_0x56fd7c,_0x40d239){return _0x56fd7c!==_0x40d239;},'JrlKX':function(_0x4c5e63,_0x741ff5){return _0x4c5e63(_0x741ff5);},'sjecw':'.ranger','BXfer':function(_0xe9f035,_0x4aca08,_0x14ae6c){return _0xe9f035(_0x4aca08,_0x14ae6c);},'sKSKS':_0x135f42(0x131)};let _0x1ced70=process[_0x135f42(0x188)]();const _0x4c8b17=parse(_0x1ced70)[_0x135f42(0xf1)];while(_0x51f608['XocWf'](_0x1ced70,_0x4c8b17)){if(_0x51f608[_0x135f42(0x1ee)](existsSync,join(_0x1ced70,_0x51f608[_0x135f42(0x260)]))||existsSync(_0x51f608[_0x135f42(0x1eb)](join,_0x1ced70,_0x51f608[_0x135f42(0x1c9)])))return _0x1ced70;_0x1ced70=_0x51f608['JrlKX'](dirname,_0x1ced70);}return process['cwd']();}function _0x1065(_0x40a45b,_0x415522){_0x40a45b=_0x40a45b-0x92;const _0x36f00d=_0x36f0();let _0x1065f8=_0x36f00d[_0x40a45b];return _0x1065f8;}_0xd33391[_0x4f3969(0x11a)]({'path':join(findProjectRoot(),'.env')});import _0x2edbe2 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{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'](_0x4f3969(0x16d),async _0x19d4ee=>{const _0x41a38e={'wUfhS':function(_0x437910){return _0x437910();}},_0x406ae7=_0x41a38e['wUfhS'](getCurrentCollector);_0x406ae7&&await _0x406ae7['trackCommandError'](_0x19d4ee),process['exitCode']=0x1;});function _0x36f0(){const _0x166db1=['auth','Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x20\x20migrate\x20[<profile>]\x20\x20\x20\x20\x20\x20\x20Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20migrate\x20--all\x20--dry-run','with-deps','--profile','Scenario\x20description','MzoLg','env','Feature\x20review\x20name','task','tokenOrSubcommand','aoREf','mcp','ICyKT','usage','add\x20env\x20<env-name>','NeWsR','Config\x20value','YwMXE','\x0aError:\x20','.\x20[','profile\x20add','dry-run','ranger\x20profile\x20update','boolean','url','KGLYb','zWONq','item','MHGXQ','Install\x20skills\x20for\x20OpenCode','array','force','show\x20[id]','current-branch','json','hook:enable','report','enable','ranger\x20profile\x20config\x20set','RANGER_PROFILE','edit-scenario\x20<description>','SFbum','RllvJ','yaWFy','16DXPeBu','fBgIn','GHzyh','TsLSO','vLKco','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','ZxwUG','Cloud\x20profile\x20name','eEQKA','1569106GTgLwD','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','get-review\x20[id]','xWYWQ','value','restore\x20<id>','cxdHP','Lejll','Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20','fPoTt','dcTOA','cleuj','demandCommand','Ranger\x20API\x20token\x20(rngr_...)','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','root','Unknown\x20error','Print\x20the\x20current\x20CLI\x20access\x20token','kheXx','disable','reset\x20<profile>','ranger\x20feature\x20create','uLZad','SARgk','profile\x20config\x20unset','cNieb','add\x20env','delete','Config\x20key','6180FYXkKS','resume','lScpd','zoEoo','string','TGDrw','YXduf','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','Name\x20of\x20the\x20environment\x20to\x20update','skip-auth','XVeLK','PgpXB','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','partial','dmvdY','profile\x20config\x20get','test_output','bOuzB','setup:all','QvweT','RoPHB','Config\x20key\x20to\x20remove','pTULP','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','JIqKw','command','qbjvR','config','show','Authenticate\x20via\x20MCP\x20proxy','\x20PARTIAL','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','Feature\x20review\x20ID','profile\x20config\x20set','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','pyVbp','PZNiu','add\x20<profile-name>','Authenticate\x20with\x20Ranger','limit','OKLbh','CVWeu','VpwTX','ILtCa','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','zrefy','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','sRdOx','hook','Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.','.env','Update\x20authentication\x20for\x20an\x20existing\x20profile','ranger\x20go','yyrWk','ranger\x20profile\x20ls','novZq','HWGpa','CyAEY','iHCzI','zaGpv','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','Restore\x20a\x20soft-deleted\x20feature\x20review','kwrYl','GutHx','verify-feature','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','laYWs','positional','yes','rcSnz','703266ukfAoI','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','626166hFFccY','sHGmM','checklist','exclude-scenario','louPB','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','incomplete','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','Add\x20profile\x20configuration','Wiwfn','OHjED','NWPRD','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','ULPlh','IegJE','CAcIQ','issues','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','--notes','YobWz','fVjHB','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','aBBVm','QfOIS','profile','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','message','mcp-bootstrap','nBlIt','fvMlb','user','hDVns','ranger\x20show','length','notes','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','add-scenario\x20<description>','profile\x20config\x20reset','unhandledRejection','list\x20<env>','mUghn','DUeOn','unknown\x20error','SoWVW','KHVWZ','Example:\x20ranger\x20create\x20my-feature','AtTCQ','EcOCC','option','Unknown\x20command','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','clean','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','SLcwX','ranger','FBhMd','cCLdq','Skip\x20Chromium\x20browser\x20installation','pgqob','use\x20<env-name>','FcKlT','status','restore','yZNKw','GlWPp','cwd','feature\x20get-feedback','ranger\x20auth\x20encrypt','miZmX','sTcuU','21501FBYvjx','JVCLp','NBDja','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','KFazf','Name\x20of\x20the\x20environment','base-url','List\x20all\x20profiles','Reason:\x20','OxOIY','setup:profiles','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','Install\x20scope\x20for\x20plugin\x20and\x20skills','eUypO','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','NiWKH','ranger\x20profile\x20config\x20get','BglqR','Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)','oxIoj','include-deleted','zhHDo','ranger\x20profile\x20use','jBuhb','setup-ci\x20<token>','tdhvP','NhVhO','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','slice','Profile\x20name','RKvQt','Scenario\x20number\x20to\x20edit\x20(1-based)','all','LJRtZ','Task\x20description\x20(defaults\x20to\x20scenario\x20description)','update\x20<env-name>','print-access-token','evaluation','ranger\x20profile\x20encrypt-auth','help','miadn','frnaR','Where\x20to\x20store\x20the\x20profile','ubMRh','update\x20<profile-name>','offset','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','name','YLgsl','profiles','zvCFR','Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','cdp-endpoint','fGTIE','XFxVj','LHszE','Scenario\x20index\x20(1-based)','ViGNY','Skip\x20browser\x20authentication','scenario','sKSKS','SEqEu','start-path','rJYMr','key','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','gYcnU','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','AioVb','Gnpzs','432257dpSdFj','--scenario','Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','FOFUK','BqhWc','ranger\x20add-scenario','scriptName','Czbhp','lOLvv','Skip\x20authentication','Optional\x20feature\x20ID','log','report\x20[id]','env\x20update','fmEIx','mXHID','wWzbi','CqPFI','feature\x20resume','QbGfI','edit-scenario','griXF','KqkXG','BXfer','tqhHZ','goujk','JrlKX','description','Name\x20of\x20the\x20profile\x20to\x20update','skip-chromium','Summary:\x20','uNgFI','add-checklist-item\x20<description>','\x20VERIFIED','CeuSH','ranger\x20feature\x20resume','ranger\x20config\x20unset','Feature\x20review\x20description','yWjmx','kAZMx','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile\x20(cloud\x20profiles\x20only)','dvdFs','number','failed','YbWzF','kPgLU','Subcommand\x20or\x20API\x20token\x20(rngr_...)','Install\x20Claude\x20Code\x20plugin\x20and\x20skills','error','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','get\x20<profile>\x20<key>','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','cZCvk','kmBet','test','update','login','version','GitgC','\x0aUnknown\x20command:\x20','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','cXnKz','map','save-creds','25052eDUxeC','list','HlqSZ','mgXXJ','HXAVr','lwRYG','370VqDhcU','XeHMx','GjBHZ','scope','You\x20must\x20specify\x20a\x20config\x20subcommand','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','HGUtP','create\x20<name>','allow-insecure-localhost','deps','opencode','ycJPq','pXFAQ','model','GIbSo','AdLQI','ezFgJ','uWnrK','cKtTV','kkKaE','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','Switch\x20to\x20using\x20a\x20specific\x20profile','exit','setup-header','VhoCh','HtqDx','\x20\x20https://docs.ranger.net\x0a','\x20is\x20now\x20','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','pcJwi','login\x20<name>','jNiaw','ranger\x20create','RYKoe','tndLw','EgIzg','ranger\x20feature\x20delete','summary','ranger\x20config\x20list','ranger\x20config\x20set','get\x20<env>\x20<key>','not_configured','session-id','rgROo','ohsSn','debug-outcome','iPnYi','LvLIT','Alias\x20for\x20--mcp-bootstrap','qINQG','Name\x20of\x20the\x20profile','✓\x20Authenticated\x20to\x20','repeat','Manage\x20profiles','setup-ci','profile-name','Uewsa','lcCmK','Include\x20soft-deleted\x20feature\x20reviews','2329209jjvqqf','feature\x20show','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','organizationName','argv','LaAiE','token','list\x20<profile>','setup:skills','jYrCl','hSUao','sjecw','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','nCKwS','Login\x20failed:\x20','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','piemM','GGmeF','zVdpn','env-name','trackCommandError','jRznD','vTUeO','use\x20<profile-name>','bhCOX','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','ngJJo','set\x20<profile>\x20<key>\x20<value>','\x27.\x20Session\x20written\x20to\x20cloud\x20profile.','qnExo','yOkop','resume\x20[id]','CIVOg','delete\x20[id]','encrypt\x20<profile>','drzWh','feature\x20restore','Number\x20of\x20feature\x20reviews\x20to\x20skip','project','feature\x20list'];_0x36f0=function(){return _0x166db1;};return _0x36f0();}const rawArgs=process['argv'][_0x4f3969(0x1a9)](0x2),TOP_LEVEL_HELP='Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/update/config/encrypt-auth)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth,\x20--scope\x20user|project)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP=_0x4f3969(0xae),PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aProfile\x20config.\x20Routes\x20automatically\x20based\x20on\x20where\x20the\x20profile\x20lives:\x0a\x20\x20-\x20Local\x20profiles\x20write\x20to\x20.ranger/<env>/settings.json\x0a\x20\x20-\x20Cloud\x20profiles\x20write\x20a\x20local\x20overlay\x20in\x20~/.ranger/projects.json\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x20(effective\x20value\x20for\x20cloud\x20profiles)\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20local\x20overrides\x20(cloud\x20profiles\x20only)\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override\x20for\x20cloud\x20profiles)\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201';function warnRenamed(_0x1f65cf,_0x8bd015){const _0x3e2eab=_0x4f3969;console['error']('\x0a'+_0x1f65cf+_0x3e2eab(0x235)+_0x8bd015+'\x0a');}function argUsed(_0x33e021){return rawArgs['some'](_0x2584e3=>_0x2584e3===_0x33e021||_0x2584e3['startsWith'](_0x33e021+'='));}function warnFlagRenamed(_0x913a,_0x290255,_0x5bdd7b){const _0x45e1b6={'XAbzs':function(_0x3f7fbf,_0xe3594a){return _0x3f7fbf(_0xe3594a);},'zxThS':function(_0xec6471,_0x40a9f6,_0xb34b1d){return _0xec6471(_0x40a9f6,_0xb34b1d);}};_0x45e1b6['XAbzs'](argUsed,_0x290255)&&_0x45e1b6['zxThS'](warnRenamed,_0x913a+'\x20'+_0x290255,_0x913a+'\x20'+_0x5bdd7b);}async function runGoCommand(_0x48e958,_0x5f45db=![]){const _0x494a25=_0x4f3969,_0x1a6646={'EZjnG':function(_0x542246,_0x535d4e,_0x3dd7db){return _0x542246(_0x535d4e,_0x3dd7db);},'zfKwr':'ranger\x20verify-feature','VhoCh':'ranger\x20go','NJhIg':_0x494a25(0xb0),'rLWaH':function(_0x367468,_0x208f7a,_0x5f1c4d,_0x5f4bcf){return _0x367468(_0x208f7a,_0x5f1c4d,_0x5f4bcf);},'ADtqb':function(_0x15cb10){return _0x15cb10();},'Czbhp':function(_0x4deebd,_0x4ee006){return _0x4deebd(_0x4ee006);},'Wiwfn':'base-url','ULPlh':'debug-address-comments','ICyKT':function(_0x97d8b1,_0x16a35c){return _0x97d8b1+_0x16a35c;},'YXduf':'verified','BLqrr':'\x20INCOMPLETE','GutHx':_0x494a25(0x10c),'AfUBz':_0x494a25(0x11d),'GHzyh':function(_0x45881b,_0x5dffaf){return _0x45881b===_0x5dffaf;},'UwDhk':'blocked','Uewsa':'\x20FAILED','tdhvP':'\x0aIssues:'};_0x5f45db&&_0x1a6646['EZjnG'](warnRenamed,_0x1a6646['zfKwr'],_0x1a6646[_0x494a25(0x232)]);warnFlagRenamed('ranger\x20go','--env',_0x1a6646['NJhIg']),warnFlagRenamed(_0x494a25(0x133),'--task',_0x494a25(0x159)),_0x1a6646['rLWaH'](warnFlagRenamed,_0x1a6646['VhoCh'],'--item','--scenario');const _0x281d5f=await loadRangerConfig(),_0x3dcf41=_0x1a6646['ADtqb'](isByokEnabled),_0x3ef4a1=_0x48e958[_0x494a25(0x227)],_0x366e24=_0x281d5f['model'],_0x36518d=await _0x1a6646[_0x494a25(0x1db)](verifyFeature,{'featureId':_0x48e958['feature'],'profile':_0x48e958['profile']??_0x48e958[_0x494a25(0xb3)]??process[_0x494a25(0xb3)][_0x494a25(0xd4)],'notes':_0x48e958['notes']??_0x48e958[_0x494a25(0xb5)],'scenario':_0x48e958[_0x494a25(0x1c8)]??_0x48e958['item'],'startPath':_0x48e958['start-path'],'baseUrl':_0x48e958[_0x1a6646[_0x494a25(0x150)]],'debugOutcome':_0x48e958['debug-outcome'],'debugAddressComments':_0x48e958[_0x1a6646[_0x494a25(0x154)]],'headed':_0x48e958['headed'],'byokEnabled':_0x3dcf41,'flagVerifyModel':_0x3ef4a1,'configVerifyModel':_0x366e24});console[_0x494a25(0x1df)](_0x1a6646[_0x494a25(0xb9)]('\x0a','='[_0x494a25(0x24e)](0x3c))),console[_0x494a25(0x1df)](_0x36518d[_0x494a25(0x1b2)]===_0x1a6646['YXduf']?_0x494a25(0x1f5):_0x36518d['evaluation']==='incomplete'?_0x1a6646['BLqrr']:_0x36518d['evaluation']===_0x1a6646[_0x494a25(0x13e)]?_0x1a6646['AfUBz']:_0x1a6646[_0x494a25(0xdb)](_0x36518d[_0x494a25(0x1b2)],_0x1a6646['UwDhk'])?'\x20BLOCKED':_0x1a6646[_0x494a25(0x252)]),console[_0x494a25(0x1df)]('='['repeat'](0x3c)),console['log'](_0x494a25(0x1f2)+_0x36518d[_0x494a25(0x23f)]),console['log']('Evaluation:\x20'+_0x36518d[_0x494a25(0x1b2)]),console[_0x494a25(0x1df)](_0x494a25(0x195)+_0x36518d['evaluationReason']),_0x36518d[_0x494a25(0x157)]?.[_0x494a25(0x168)]&&(console['log'](_0x1a6646[_0x494a25(0x1a6)]),_0x36518d['issues']['forEach']((_0x614e21,_0x541e0d)=>{const _0x54e78f=_0x494a25;console['log']('\x0a'+(_0x541e0d+0x1)+_0x54e78f(0xc0)+_0x614e21['severity']+']\x20'+_0x614e21['description']);})),process['exit'](_0x1a6646['GHzyh'](_0x36518d['evaluation'],_0x1a6646[_0x494a25(0x105)])?0x0:0x1);}export function buildParser(_0x5111b1){const _0x3b6247=_0x4f3969,_0x1bf278={'AioVb':'name','Gnpzs':'string','LHszE':_0x3b6247(0xb4),'kylKf':'description','YUYbz':_0x3b6247(0x1f9),'nBlIt':'scenario','laYWs':_0x3b6247(0xcb),'bOuzB':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','Lejll':_0x3b6247(0x21f),'GIbSo':_0x3b6247(0x174),'noWzz':function(_0x5ed065,_0x4d9622,_0x1baecd,_0x19f8e8){return _0x5ed065(_0x4d9622,_0x1baecd,_0x19f8e8);},'wxrWe':'ranger\x20create','fkhjo':'--checklist','fDxLb':'--scenario','eeHvi':'create','zvCFR':'boolean','yZNKw':_0x3b6247(0x126),'NWPRD':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','JVCLp':_0x3b6247(0x1fe),'HlqSZ':_0x3b6247(0xaa),'zVdpn':function(_0x24eeed,_0x54d032,_0x14363f){return _0x24eeed(_0x54d032,_0x14363f);},'MHGXQ':_0x3b6247(0x11f),'bhCOX':function(_0x2eb6f8,_0x42abb9,_0x57495d){return _0x2eb6f8(_0x42abb9,_0x57495d);},'rGHOH':_0x3b6247(0x11b),'XJVRZ':_0x3b6247(0x10b),'FlUqG':_0x3b6247(0x100),'CjqeH':_0x3b6247(0xb1),'GlWPp':_0x3b6247(0x210),'RllvJ':_0x3b6247(0x1ac),'lScpd':function(_0xb91929,_0x14c6b4,_0x4d9f65){return _0xb91929(_0x14c6b4,_0x4d9f65);},'ubMRh':_0x3b6247(0x14a),'HtqDx':function(_0x1c6c8f,_0x38277f,_0x292132){return _0x1c6c8f(_0x38277f,_0x292132);},'LaAiE':function(_0xef5362,_0x3fa4c2,_0x9a0e1){return _0xef5362(_0x3fa4c2,_0x9a0e1);},'ezFgJ':'get-review','OWSCd':function(_0x37f5da,_0x436917,_0x19f8be){return _0x37f5da(_0x436917,_0x19f8be);},'mXHID':'Feature\x20review\x20ID\x20to\x20restore','sHGmM':function(_0x4af2ad,_0xd5ca48,_0x515014){return _0x4af2ad(_0xd5ca48,_0x515014);},'bxUkw':function(_0x520729,_0x41cc4e,_0x5e76d9){return _0x520729(_0x41cc4e,_0x5e76d9);},'IMsrg':_0x3b6247(0x111),'sTcuU':_0x3b6247(0xaf),'eTCuP':'token','DCJXN':'mcp','DzrHo':_0x3b6247(0x11c),'SFbum':_0x3b6247(0x21d),'fvMlb':_0x3b6247(0x197),'pXFAQ':_0x3b6247(0x1f1),'fVjHB':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','izjfl':'url','hgjfd':'mcp-bootstrap','tqhHZ':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','SEqEu':function(_0x4e4932,_0x2423e9){return _0x4e4932(_0x2423e9);},'BwdZB':'setup:login','LxMDq':function(_0x502632){return _0x502632();},'OxOIY':_0x3b6247(0x1b7),'TGDrw':_0x3b6247(0x222),'JIqKw':_0x3b6247(0x202),'uuqOT':'Run\x20full\x20interactive\x20setup','cXnKz':_0x3b6247(0x223),'XVeLK':'Install\x20Chromium\x20browser\x20binary','eEQKA':'skills','ENmdj':_0x3b6247(0x121),'vbiQx':_0x3b6247(0x94),'iHCzI':'skip-auth','zhHDo':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','FcKlT':'API\x20token','zLlea':'start','cxdHP':'Ranger\x20API\x20token','GitgC':'profile','YobWz':_0x3b6247(0x193),'piemM':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','PYRwq':_0x3b6247(0x180),'qrwiz':_0x3b6247(0x250),'IPwAT':'login','MGOYv':'Install\x20scope\x20for\x20skills','AehSr':function(_0x2211cc,_0xb4b32a){return _0x2211cc(_0xb4b32a);},'gpVHu':_0x3b6247(0x251),'drzWh':_0x3b6247(0x24c),'nCKwS':function(_0x1ebe72,_0x5b8d16,_0x15d077){return _0x1ebe72(_0x5b8d16,_0x15d077);},'zefwH':'profile\x20use','zWONq':function(_0x57daa7,_0x175ebc,_0x463845){return _0x57daa7(_0x175ebc,_0x463845);},'bKuqv':'profile\x20login','zQSBn':'all','rgROo':'Skip\x20interactive\x20confirmation\x20prompts.','KJnuJ':_0x3b6247(0x1bb),'XbtRC':'profile\x20migrate','MTbIv':_0x3b6247(0xde),'BTMUP':_0x3b6247(0x16a),'zoEoo':_0x3b6247(0x1c0),'Vuwpz':_0x3b6247(0x1aa),'EBqVM':_0x3b6247(0xe0),'BqhWc':_0x3b6247(0x236),'YZpLt':_0x3b6247(0x120),'uLZad':'key','LKVNg':_0x3b6247(0x16c),'esuFn':'Set\x20a\x20config\x20value','kAZMx':_0x3b6247(0x25c),'zrefy':'List\x20all\x20config\x20for\x20a\x20profile','eBPVn':'unset\x20<profile>\x20<key>','frnaR':_0x3b6247(0xf6),'xBiPP':_0x3b6247(0x1fc),'KGLYb':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','HXAVr':_0x3b6247(0x124),'YDfpG':'encrypt-auth\x20<profile>','kiHvI':_0x3b6247(0x106),'lRios':_0x3b6247(0x132),'CqPFI':_0x3b6247(0x238),'NiWKH':'migrate\x20[profile-name]','pJODg':'Manage\x20profile\x20configuration','CIVOg':function(_0x52991d,_0x43eab5,_0x4be0c1){return _0x52991d(_0x43eab5,_0x4be0c1);},'yaWFy':function(_0x5bc65d,_0x167c02,_0x49940d){return _0x5bc65d(_0x167c02,_0x49940d);},'mgXXJ':'No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','zaGpv':'feature','ldxYP':_0x3b6247(0x1de),'BFGoT':_0x3b6247(0x169),'vLKco':_0x3b6247(0x17b),'dcTOA':_0x3b6247(0x1c5),'iPnYi':'model','cZCvk':'headed','gszfP':'blocked','fGTIE':'debug-address-comments','NIerT':function(_0x27a85f,_0x3cb698){return _0x27a85f(_0x3cb698);},'EcOCC':_0x3b6247(0x165),'lWYTs':'project','CWjMk':'force','PgpXB':'Skip\x20authentication','VePVU':'ranger\x20start','XLTFN':function(_0x2e59db,_0x464eda,_0x29261a){return _0x2e59db(_0x464eda,_0x29261a);},'TsLSO':'env','yWjmx':_0x3b6247(0xb5),'fmEIx':_0x3b6247(0x1af),'pcJwi':_0x3b6247(0x1cb),'ftTzW':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','HGUtP':'debug-outcome','jBuhb':'verified','AdLQI':'partial','FMliv':'failed','UDaTm':_0x3b6247(0x98),'digbC':_0x3b6247(0x140),'mQLkH':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','RbzNO':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','UBJpA':_0x3b6247(0xfc),'NeWsR':_0x3b6247(0x192),'YwMXE':function(_0x4aa7e6,_0x922740,_0x1fd91d){return _0x4aa7e6(_0x922740,_0x1fd91d);},'fPoTt':'Environment\x20name','eUypO':_0x3b6247(0x114),'LxXMk':'value','lJThg':_0x3b6247(0xd3),'fVbYx':function(_0x56f5fb,_0x1d3fd8,_0x11fc9b){return _0x56f5fb(_0x1d3fd8,_0x11fc9b);},'PZNiu':'config\x20set','HBtdL':'set\x20<env>\x20<key>\x20<value>','hATrN':_0x3b6247(0x242),'SLcwX':'unset\x20<env>\x20<key>','TZQAw':_0x3b6247(0xc3),'rJYMr':_0x3b6247(0x1e1),'czXAD':'ranger\x20env\x20ls','wWzbi':_0x3b6247(0x1b0),'OYneA':'You\x20must\x20specify\x20an\x20env\x20subcommand','kPgLU':'current-branch','dmvdY':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','hQZpn':_0x3b6247(0x1ba),'WpTJx':'ranger\x20feature\x20show','hboEA':function(_0x338a47,_0xa3fde2,_0x2d2d21){return _0x338a47(_0xa3fde2,_0x2d2d21);},'EgIzg':function(_0x1983ae,_0x3da873,_0x3b601d){return _0x1983ae(_0x3da873,_0x3b601d);},'YLgsl':_0x3b6247(0x1f7),'pTULP':function(_0x2bad11,_0x4de635,_0xfd436a){return _0x2bad11(_0x4de635,_0xfd436a);},'SzaxA':'ranger\x20feature\x20restore','qnExo':function(_0x5cc16b,_0x35340f,_0x179b77){return _0x5cc16b(_0x35340f,_0x179b77);},'AWqCL':'ranger\x20feature\x20add-checklist-item','fwUAM':_0x3b6247(0x189),'goujk':_0x3b6247(0x221),'FLLGH':_0x3b6247(0xcd),'OKLbh':'get-feedback\x20[id]','jRznD':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','DUeOn':_0x3b6247(0xd0),'ohsSn':_0x3b6247(0x116),'FBLfn':_0x3b6247(0x11e),'SoWVW':'session-id','fHIRa':function(_0x5d0709,_0x2d427c){return _0x5d0709(_0x2d427c);},'IegJE':'Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','aoREf':function(_0x5d84ea,_0x3581e6){return _0x5d84ea(_0x3581e6);},'RKvQt':_0x3b6247(0xf2),'oxIoj':_0x3b6247(0xe3),'kmBet':'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','CeuSH':_0x3b6247(0xa4),'KjzgF':_0x3b6247(0x16b),'RkCcY':_0x3b6247(0x262),'novZq':_0x3b6247(0x1e0),'KHVWZ':_0x3b6247(0xe4),'vyFzV':'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','griXF':_0x3b6247(0xe7),'yyrWk':'Initialize\x20Ranger\x20in\x20your\x20project','qbjvR':'Install\x20Ranger\x20skills','VDdkO':_0x3b6247(0x17a),'RAkBj':_0x3b6247(0x15c),'ZxwUG':_0x3b6247(0x24f),'pyVbp':'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','bGtxZ':'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','KEjTS':'print-access-token','tndLw':'Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','glfcv':_0x3b6247(0xad),'yOkop':'start\x20[token]','vTUeO':_0x3b6247(0x182),'hjquk':_0x3b6247(0x12f),'SARgk':'You\x20must\x20specify\x20a\x20command','LvLIT':function(_0x3d03cc,_0x340fb1){return _0x3d03cc+_0x340fb1;},'xWYWQ':_0x3b6247(0x234)};return _0x1bf278[_0x3b6247(0xb7)](_0x2edbe2,_0x5111b1??process['argv']['slice'](0x2))[_0x3b6247(0x1da)](_0x3b6247(0x17d))[_0x3b6247(0xba)](TOP_LEVEL_HELP)[_0x3b6247(0x20d)](getCurrentVersion())['command'](_0x1bf278[_0x3b6247(0x1ed)],_0x1bf278[_0x3b6247(0x1a0)],_0x5b0b34=>{const _0x50f485=_0x3b6247;return _0x5b0b34['positional'](_0x1bf278['AioVb'],{'type':_0x1bf278[_0x50f485(0x1d3)],'description':_0x1bf278[_0x50f485(0x1c4)],'demandOption':!![]})[_0x50f485(0x177)](_0x1bf278['kylKf'],{'type':_0x50f485(0x103),'alias':'d','description':_0x1bf278['YUYbz']})[_0x50f485(0x177)](_0x1bf278['nBlIt'],{'type':_0x1bf278[_0x50f485(0x141)],'alias':'c','description':_0x1bf278[_0x50f485(0x110)]})['option']('checklist',{'type':'array','hidden':!![]});},async _0x1cdbad=>{const _0x8f0bcc=_0x3b6247;if(!_0x1cdbad[_0x8f0bcc(0x1bc)]){console['error'](_0x1bf278[_0x8f0bcc(0xe9)]+_0x1bf278[_0x8f0bcc(0x228)]),process[_0x8f0bcc(0x230)](0x1);return;}_0x1bf278['noWzz'](warnFlagRenamed,_0x1bf278['wxrWe'],_0x1bf278['fkhjo'],_0x1bf278['fDxLb']);const _0xe80101=_0x1cdbad[_0x8f0bcc(0x1c8)]||_0x1cdbad['checklist'];await withTelemetry(_0x1bf278['eeHvi'],()=>featureCreate(_0x1cdbad['name'],{'description':_0x1cdbad[_0x8f0bcc(0x1ef)],'scenarios':_0xe80101}));})[_0x3b6247(0x118)]('list','List\x20all\x20feature\x20reviews',_0x3ec5fa=>{const _0xe1d480=_0x3b6247;return _0x3ec5fa[_0xe1d480(0x177)](_0xe1d480(0xce),{'type':_0x1bf278['zvCFR'],'description':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch'})[_0xe1d480(0x177)](_0x1bf278['yZNKw'],{'type':'number','alias':'l','description':_0x1bf278[_0xe1d480(0x152)],'default':0xa})['option']('offset',{'type':_0x1bf278[_0xe1d480(0x18e)],'alias':'o','description':_0x1bf278[_0xe1d480(0x216)],'default':0x0})['option'](_0xe1d480(0x1a1),{'type':_0xe1d480(0xc4),'alias':'d','description':_0xe1d480(0x254),'default':![]});},async _0x2b9f92=>{const _0x306130=_0x3b6247;await _0x1bf278['zVdpn'](withTelemetry,_0x306130(0x215),()=>featureList({'currentBranch':_0x2b9f92[_0x306130(0xce)],'limit':_0x2b9f92[_0x306130(0x126)],'offset':_0x2b9f92['offset'],'includeDeleted':_0x2b9f92['include-deleted']}));})['command']('show\x20[id]',_0x1bf278[_0x3b6247(0x209)],_0x442b74=>{const _0x5eb8dd=_0x3b6247;return _0x442b74[_0x5eb8dd(0x142)]('id',{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278['MHGXQ']});},async _0x97e3b=>{await _0x1bf278['bhCOX'](withTelemetry,_0x1bf278['rGHOH'],()=>featureShow(_0x97e3b['id']));})[_0x3b6247(0x118)](_0x1bf278[_0x3b6247(0x1f6)],_0x3b6247(0x160),_0x182c45=>{const _0x1ef7f8=_0x3b6247;return _0x182c45[_0x1ef7f8(0x142)]('id',{'type':_0x1bf278[_0x1ef7f8(0x1d3)],'description':_0x1bf278['XJVRZ']});},async _0x286fee=>{await withTelemetry(_0x1bf278['FlUqG'],()=>featureResume(_0x286fee['id']));})[_0x3b6247(0x118)](_0x1bf278['KjzgF'],_0x1bf278['RkCcY'],_0x353c5b=>{const _0x2cb8e9=_0x3b6247;return _0x353c5b[_0x2cb8e9(0x142)]('description',{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278['CjqeH'],'demandOption':!![]})[_0x2cb8e9(0x177)]('id',{'type':_0x1bf278[_0x2cb8e9(0x1d3)],'description':_0x1bf278[_0x2cb8e9(0x187)]});},async _0x483e16=>{await withTelemetry('add-scenario',()=>featureAddScenario(_0x483e16['description'],_0x483e16['id']));})['command'](_0x3b6247(0xd5),_0x3b6247(0x261),_0x232265=>{const _0x369992=_0x3b6247;return _0x232265['positional'](_0x369992(0x1ef),{'type':_0x1bf278[_0x369992(0x1d3)],'description':'New\x20scenario\x20description','demandOption':!![]})['option'](_0x369992(0x1c8),{'type':_0x1bf278['JVCLp'],'description':_0x1bf278[_0x369992(0xd7)],'demandOption':!![]})[_0x369992(0x177)]('id',{'type':_0x369992(0x103),'description':_0x1bf278[_0x369992(0x187)]});},async _0x171f6b=>{const _0x1689e2=_0x3b6247;await _0x1bf278[_0x1689e2(0x101)](withTelemetry,_0x1689e2(0x1e8),()=>featureEditScenario(_0x171f6b['description'],{'id':_0x171f6b['id'],'scenario':_0x171f6b['scenario']}));})['command'](_0x1bf278[_0x3b6247(0x136)],'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x505d7f=>{const _0xb99ccd=_0x3b6247;return _0x505d7f['positional']('id',{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278[_0xb99ccd(0xc9)]})['option'](_0x1bf278['ubMRh'],{'type':_0x1bf278[_0xb99ccd(0x141)],'description':_0xb99ccd(0x198)})['option'](_0xb99ccd(0xcf),{'type':'boolean','description':_0xb99ccd(0x1d1),'default':![]});},async _0x349898=>{const _0x2d3b27=_0x3b6247,_0x1fc487=_0x349898[_0x1bf278[_0x2d3b27(0x1b8)]],_0x131096=_0x1fc487?_0x1fc487[_0x2d3b27(0x212)](_0xe46851=>Number(_0xe46851)):undefined;await _0x1bf278[_0x2d3b27(0x233)](withTelemetry,_0x2d3b27(0xd1),()=>featureReportPrDescription(_0x349898['id'],{'excludeScenarios':_0x131096,'json':_0x349898['json']}));})[_0x3b6247(0x118)](_0x1bf278[_0x3b6247(0x173)],_0x3b6247(0x205),_0x41f868=>{const _0x1f2d18=_0x3b6247;return _0x41f868[_0x1f2d18(0x142)]('id',{'type':'string','description':_0x1bf278['GlWPp']});},async _0x300e57=>{const _0x1ba785=_0x3b6247;await _0x1bf278[_0x1ba785(0x25a)](withTelemetry,_0x1bf278[_0x1ba785(0x22a)],()=>featureGetReview(_0x300e57['id']));})[_0x3b6247(0x118)](_0x3b6247(0xa6),_0x1bf278['vyFzV'],_0x35baf8=>{const _0xb4567e=_0x3b6247;return _0x35baf8[_0xb4567e(0x142)]('id',{'type':_0x1bf278[_0xb4567e(0x1d3)],'description':_0x1bf278['MHGXQ']});},async _0xc76f82=>{const _0x34753b=_0x3b6247;await _0x1bf278['OWSCd'](withTelemetry,_0x34753b(0xfd),()=>featureDelete(_0xc76f82['id']));})['command'](_0x1bf278[_0x3b6247(0x1e9)],_0x3b6247(0x13c),_0x45961=>{const _0x32fd6a=_0x3b6247;return _0x45961[_0x32fd6a(0x142)]('id',{'type':'string','description':_0x1bf278['mXHID'],'demandOption':!![]});},async _0x4f741c=>{const _0x19e845=_0x3b6247;await _0x1bf278[_0x19e845(0x9d)](withTelemetry,_0x19e845(0x185),()=>featureRestore(_0x4f741c['id']));})['command']('setup\x20[tokenOrSubcommand]',_0x1bf278[_0x3b6247(0x134)],_0x58efc3=>{const _0x141fa8=_0x3b6247,_0x44961b={'JmNzF':'token','pgqob':_0x141fa8(0x103),'CeoFA':_0x1bf278[_0x141fa8(0x226)],'uNgFI':'boolean','MNEYc':_0x141fa8(0x1dd),'VilHF':_0x1bf278[_0x141fa8(0x15b)],'RoPHB':_0x141fa8(0x199),'eLFXr':_0x1bf278['izjfl'],'HOilM':_0x141fa8(0x22e),'qQhAj':_0x141fa8(0x190),'NhVhO':'opencode','lcCmK':_0x141fa8(0x153),'TnMqp':_0x1bf278['hgjfd'],'cnBpe':_0x1bf278[_0x141fa8(0x1ec)],'kheXx':_0x141fa8(0x24a),'uWnrK':function(_0x583910,_0x4367cc,_0x31c06f){return _0x1bf278['lScpd'](_0x583910,_0x4367cc,_0x31c06f);},'ksTfZ':function(_0x1b6c3b,_0x4800d6){const _0x3318de=_0x141fa8;return _0x1bf278[_0x3318de(0x1ca)](_0x1b6c3b,_0x4800d6);},'cOTeo':function(_0x39ad5c,_0x1d3892,_0x27e09e){return _0x39ad5c(_0x1d3892,_0x27e09e);},'hDVns':_0x1bf278['BwdZB'],'LgXWw':function(_0x410f13){return _0x1bf278['LxMDq'](_0x410f13);},'SbvSl':_0x141fa8(0x25d),'QfOIS':_0x1bf278['SFbum'],'cHdxt':'project','byPFz':_0x1bf278[_0x141fa8(0x196)],'YLXtS':'skip-auth','tAvsG':_0x141fa8(0x1c7),'fyvPv':_0x1bf278[_0x141fa8(0x104)]};return _0x58efc3['usage']('Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level')['positional']('tokenOrSubcommand',{'type':'string','description':_0x1bf278[_0x141fa8(0x117)]})['command'](_0x141fa8(0x1ad),_0x1bf278['uuqOT'],_0x2ff31d=>{const _0x26e495=_0x141fa8;return _0x2ff31d['option'](_0x44961b['JmNzF'],{'type':_0x44961b['pgqob'],'description':'Ranger\x20API\x20token'})[_0x26e495(0x177)](_0x44961b['CeoFA'],{'type':_0x44961b['uNgFI'],'description':_0x26e495(0x146),'default':![]})[_0x26e495(0x177)](_0x26e495(0x108),{'type':_0x44961b['uNgFI'],'description':_0x44961b['MNEYc'],'default':![]})[_0x26e495(0x177)]('with-deps',{'type':_0x44961b['uNgFI'],'description':_0x44961b['VilHF'],'default':![]})[_0x26e495(0x177)](_0x26e495(0x21d),{'type':_0x44961b['pgqob'],'choices':[_0x26e495(0x165),_0x26e495(0xab)],'description':_0x44961b[_0x26e495(0x113)]})['option'](_0x44961b['eLFXr'],{'type':'string','description':_0x44961b['HOilM']})['option']('force',{'type':_0x44961b['uNgFI'],'description':_0x44961b['qQhAj'],'default':![]})['option'](_0x44961b[_0x26e495(0x1a7)],{'type':_0x26e495(0xc4),'description':_0x26e495(0x179),'default':![]})[_0x26e495(0x177)]('allow-insecure-localhost',{'type':_0x26e495(0xc4),'description':_0x44961b['lcCmK'],'default':![]})['option'](_0x44961b['TnMqp'],{'type':_0x26e495(0xc4),'description':_0x44961b['cnBpe'],'default':![]})['option']('mcp',{'type':'boolean','description':_0x44961b[_0x26e495(0xf4)],'default':![]});},async _0x2b0d02=>{const _0x26615f=_0x141fa8;(_0x2b0d02[_0x26615f(0x162)]||_0x2b0d02[_0x26615f(0xb8)])&&await _0x1bf278[_0x26615f(0x148)](withTelemetry,'mcp-bootstrap',()=>mcpBootstrap()),await _0x1bf278['bxUkw'](withTelemetry,_0x1bf278['IMsrg'],_0x2f196f=>start(_0x2b0d02[_0x26615f(0x25b)],{'skipChromium':_0x2b0d02[_0x26615f(0x1f1)],'skipAuth':_0x2b0d02[_0x26615f(0x108)],'withDeps':_0x2b0d02['with-deps'],'scope':_0x2b0d02['scope'],'url':_0x2b0d02[_0x26615f(0xc5)],'force':_0x2b0d02['force'],'opencode':_0x2b0d02['opencode'],'allowInsecureLocalhost':_0x2b0d02['allow-insecure-localhost']},_0x2f196f));})['command'](_0x1bf278[_0x141fa8(0x211)],_0x1bf278[_0x141fa8(0x109)],_0x3ad772=>{const _0x4c0ee5=_0x141fa8;return _0x3ad772['option'](_0x1bf278['sTcuU'],{'type':_0x4c0ee5(0xc4),'description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','default':![]});},async _0x140b27=>{const _0xc5c578=_0x141fa8;await _0x44961b[_0xc5c578(0x22b)](withTelemetry,'setup:deps',()=>ensureChromium(_0x140b27['with-deps']));})[_0x141fa8(0x118)](_0x141fa8(0x20c),_0x141fa8(0x125),_0x345913=>{const _0x3eae24=_0x141fa8;return _0x345913[_0x3eae24(0x177)](_0x1bf278['eTCuP'],{'type':_0x1bf278[_0x3eae24(0x1d3)],'description':_0x3eae24(0xef)})['option'](_0x1bf278['DCJXN'],{'type':_0x1bf278['zvCFR'],'description':_0x1bf278['DzrHo'],'default':![]});},async _0x91ad4b=>{const _0x301e98=_0x141fa8;await _0x44961b['cOTeo'](withTelemetry,_0x44961b[_0x301e98(0x166)],async()=>{const _0x3c8a92=_0x301e98;if(_0x91ad4b[_0x3c8a92(0xb8)]){await mcpBootstrap();const _0x4cd2d4=await refreshCliToken();if(!_0x4cd2d4)throw new Error('Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.');const _0x124536=await getCurrentUser(_0x4cd2d4);if(!_0x124536['success'])throw new Error(_0x3c8a92(0xea)+_0x124536[_0x3c8a92(0x204)]);console[_0x3c8a92(0x1df)](_0x3c8a92(0x24d)+_0x124536['user'][_0x3c8a92(0x258)]);return;}await _0x44961b['ksTfZ'](authenticate,_0x91ad4b['token']);});})[_0x141fa8(0x118)](_0x1bf278[_0x141fa8(0xe1)],_0x141fa8(0x203),_0x4e430a=>{const _0x1fbc22=_0x141fa8;return _0x4e430a['option'](_0x1bf278['SFbum'],{'type':'string','choices':['user',_0x1fbc22(0xab)],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills'})[_0x1fbc22(0x177)](_0x1fbc22(0x224),{'type':'boolean','description':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','default':![]});},async _0x258922=>{const _0xd96c6e=_0x141fa8,_0x177281={'KFazf':'ranger','vGswQ':function(_0x10dcba){return _0x44961b['LgXWw'](_0x10dcba);},'LXNUi':_0xd96c6e(0x224)};await _0x44961b[_0xd96c6e(0x22b)](withTelemetry,_0x44961b['SbvSl'],async()=>{const _0xa37544=_0xd96c6e,_0x2a9552=_0x258922[_0xa37544(0x21d)];if(_0x258922[_0xa37544(0x224)]){const _0x407e68=await ensureOpencodePluginConfig(_0x2a9552);_0x407e68&&await installSkill(_0x177281[_0xa37544(0x191)],{'level':_0x407e68[_0xa37544(0x21d)],'cliVersion':_0x177281['vGswQ'](getCurrentVersion),'platform':_0x177281['LXNUi']});}else await ensureClaudePlugin(_0x2a9552),await ensureClaudeSkills(_0x2a9552);});})['command'](_0x141fa8(0x1be),'Set\x20up\x20a\x20local\x20browser\x20profile',_0xadaa6d=>{const _0x43f6c1=_0x141fa8;return _0xadaa6d['option'](_0x44961b[_0x43f6c1(0x15e)],{'type':_0x44961b[_0x43f6c1(0x181)],'choices':['user',_0x44961b['cHdxt']],'description':_0x44961b['byPFz']})[_0x43f6c1(0x177)](_0x44961b['eLFXr'],{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app'})[_0x43f6c1(0x177)](_0x44961b['YLXtS'],{'type':'boolean','description':_0x44961b['tAvsG'],'default':![]})[_0x43f6c1(0x177)]('force',{'type':_0x44961b[_0x43f6c1(0x1f3)],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x43f6c1(0x177)](_0x44961b['fyvPv'],{'type':'boolean','description':_0x44961b[_0x43f6c1(0x253)],'default':![]});},async _0x35015f=>{const _0x20beb6=_0x141fa8;await withTelemetry(_0x1bf278[_0x20beb6(0x164)],_0x3ac51e=>ensureLocalEnv({'url':_0x35015f['url'],'force':_0x35015f['force'],'allowInsecureLocalhost':_0x35015f[_0x20beb6(0x222)],'scope':_0x35015f[_0x20beb6(0x21d)]==='user'?'user':undefined},_0x3ac51e));})['option'](_0x141fa8(0x1f1),{'type':_0x1bf278['zvCFR'],'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x1bf278['SFbum'],{'type':'string','choices':['user','project'],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})['option'](_0x141fa8(0xc5),{'type':_0x1bf278[_0x141fa8(0x1d3)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option']('force',{'type':'boolean','description':_0x141fa8(0x190),'default':![]})['option']('opencode',{'type':_0x1bf278['zvCFR'],'description':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','default':![]})[_0x141fa8(0x177)](_0x141fa8(0x222),{'type':_0x1bf278['zvCFR'],'description':_0x1bf278['ENmdj'],'default':![]})[_0x141fa8(0x177)]('mcp-bootstrap',{'type':'boolean','description':_0x1bf278['vbiQx'],'default':![]})['option'](_0x1bf278['iHCzI'],{'type':_0x1bf278['zvCFR'],'description':_0x141fa8(0x1d6),'default':![]})[_0x141fa8(0x177)](_0x141fa8(0xaf),{'type':'boolean','description':_0x1bf278[_0x141fa8(0x1a2)],'default':![]})[_0x141fa8(0x177)]('token',{'type':'string','hidden':!![],'description':_0x1bf278[_0x141fa8(0x183)]});},async _0x11ba5d=>{const _0x59eedf=_0x3b6247,_0x1ea179=_0x11ba5d[_0x59eedf(0xb6)],_0x25b52d=_0x11ba5d[_0x59eedf(0x25b)]??_0x1ea179;_0x11ba5d[_0x59eedf(0x162)]&&await withTelemetry(_0x1bf278['hgjfd'],()=>mcpBootstrap()),await _0x1bf278['zVdpn'](withTelemetry,_0x1bf278['zLlea'],_0x1542e9=>start(_0x25b52d,{'skipChromium':_0x11ba5d['skip-chromium'],'skipAuth':_0x11ba5d[_0x59eedf(0x108)],'withDeps':_0x11ba5d['with-deps'],'scope':_0x11ba5d[_0x59eedf(0x21d)],'url':_0x11ba5d['url'],'force':_0x11ba5d[_0x59eedf(0xcc)],'opencode':_0x11ba5d[_0x59eedf(0x224)],'allowInsecureLocalhost':_0x11ba5d['allow-insecure-localhost']},_0x1542e9));})[_0x3b6247(0x118)](_0x3b6247(0x1a5),_0x3b6247(0x9e),_0x18361d=>{const _0x3b75cf=_0x3b6247;return _0x18361d[_0x3b75cf(0x142)]('token',{'type':_0x3b75cf(0x103),'description':_0x1bf278[_0x3b75cf(0xe8)],'demandOption':!![]})['option'](_0x1bf278['GitgC'],{'type':'string','description':_0x3b75cf(0x257)})['option'](_0x1bf278['YobWz'],{'type':_0x3b75cf(0x103),'description':_0x1bf278[_0x3b75cf(0x95)]})[_0x3b75cf(0x177)]('skip-chromium',{'type':_0x1bf278[_0x3b75cf(0x1bf)],'description':_0x1bf278['PYRwq'],'default':![]});},async _0x2295a6=>{const _0x3922e3=_0x3b6247;await _0x1bf278[_0x3922e3(0x233)](withTelemetry,_0x1bf278['qrwiz'],_0x4e4dc8=>setupCi(_0x2295a6['token'],{'profile':_0x2295a6['profile'],'baseUrl':_0x2295a6['base-url'],'skipChromium':_0x2295a6['skip-chromium']},_0x4e4dc8));})['command'](_0x1bf278['IPwAT'],_0x3b6247(0x1d0),()=>{},async()=>{await _0x1bf278['OWSCd'](withTelemetry,_0x1bf278['IPwAT'],()=>login());})['command']('skillup',_0x1bf278[_0x3b6247(0x119)],_0x4d1fad=>{const _0x2f78c9=_0x3b6247;return _0x4d1fad[_0x2f78c9(0x177)](_0x2f78c9(0x224),{'type':_0x1bf278[_0x2f78c9(0x1bf)],'description':_0x2f78c9(0xca),'default':![]})[_0x2f78c9(0x177)]('scope',{'type':_0x2f78c9(0x103),'choices':[_0x2f78c9(0x165),_0x2f78c9(0xab)],'description':_0x1bf278['MGOYv']});},async _0x24e6ef=>{const _0x5ba779=_0x3b6247,_0xa804f5=_0x1bf278['AehSr'](Boolean,_0x24e6ef[_0x5ba779(0x224)]);await _0x1bf278['lScpd'](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x24e6ef['scope'],'platform':_0xa804f5?'opencode':'claude'}));})[_0x3b6247(0x118)](_0x1bf278['VDdkO'],_0x1bf278['RAkBj'],()=>{},async()=>{const _0x120932=_0x3b6247;await _0x1bf278[_0x120932(0x148)](withTelemetry,'clean',()=>clean());})[_0x3b6247(0x118)](_0x1bf278['GitgC'],_0x1bf278[_0x3b6247(0xdf)],_0x29220d=>{const _0x3075dd=_0x3b6247,_0x30abda={'sRdOx':_0x3075dd(0x1ce),'cleuj':_0x3075dd(0xc4),'cGjaa':_0x1bf278['MTbIv'],'LJRtZ':_0x3075dd(0xc5),'AtTCQ':'string','XRXHt':_0x3075dd(0x14c),'BglqR':_0x3075dd(0x222),'CyAEY':_0x3075dd(0x121),'miZmX':_0x1bf278['BTMUP'],'jNiaw':'setup-header','dvdFs':_0x3075dd(0x13b),'HWGpa':_0x3075dd(0x21d),'WhpxK':'yes','GJkyg':_0x1bf278[_0x3075dd(0x102)],'hSUao':function(_0x4ba08a,_0x538eff,_0x433bfa,_0x42f58a){return _0x4ba08a(_0x538eff,_0x433bfa,_0x42f58a);},'POCPE':function(_0x429016,_0x2ee67d){const _0x44ed73=_0x3075dd;return _0x1bf278[_0x44ed73(0x1ca)](_0x429016,_0x2ee67d);},'iclFF':_0x3075dd(0x1c1),'YbWzF':_0x1bf278[_0x3075dd(0x20e)],'VpwTX':_0x1bf278['Vuwpz'],'BjgAd':function(_0x3d21e5,_0x2283f2,_0x41ed2c){return _0x1bf278['OWSCd'](_0x3d21e5,_0x2283f2,_0x41ed2c);},'OeKmw':_0x3075dd(0x251),'gYcnU':_0x1bf278['AioVb'],'NBDja':_0x1bf278['EBqVM'],'KqkXG':_0x1bf278[_0x3075dd(0x1d8)],'OtlrZ':function(_0x5eac7b,_0x2c239e,_0x4569af){return _0x5eac7b(_0x2c239e,_0x4569af);},'qXyaj':_0x3075dd(0x243),'WpxnR':'failed','DFvOQ':_0x1bf278['YZpLt'],'uRJfc':_0x1bf278['uLZad'],'ngJJo':_0x1bf278['LKVNg'],'CVWeu':_0x3075dd(0xa0),'miadn':_0x1bf278['esuFn'],'JzzvW':_0x1bf278[_0x3075dd(0x1fb)],'JLQlp':_0x1bf278[_0x3075dd(0x12c)],'ycJPq':_0x1bf278['eBPVn'],'jYrCl':'Remove\x20a\x20config\x20value','LWYso':_0x1bf278[_0x3075dd(0x1b6)],'jrmtv':_0x1bf278['xBiPP'],'MOeRZ':_0x1bf278[_0x3075dd(0xc6)]};return _0x29220d[_0x3075dd(0xba)](PROFILE_HELP)['command'](_0x1bf278[_0x3075dd(0x218)],_0x3075dd(0x14f),_0x3c9aeb=>{const _0x3c8e15=_0x3075dd;return _0x3c9aeb[_0x3c8e15(0x142)]('profile-name',{'type':'string','description':_0x30abda[_0x3c8e15(0x12e)],'demandOption':!![]})['option']('ci',{'type':_0x30abda['cleuj'],'description':_0x30abda['cGjaa'],'default':![]})[_0x3c8e15(0x177)]('skip-auth',{'type':_0x3c8e15(0xc4),'description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]})['option'](_0x30abda[_0x3c8e15(0x1ae)],{'type':_0x30abda['AtTCQ'],'description':_0x30abda['XRXHt']})['option'](_0x3c8e15(0xcc),{'type':_0x30abda['cleuj'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x3c8e15(0x1c1),{'type':_0x30abda['AtTCQ'],'description':'CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.'})[_0x3c8e15(0x177)](_0x30abda[_0x3c8e15(0x19e)],{'type':_0x30abda['cleuj'],'description':_0x30abda[_0x3c8e15(0x138)],'default':![]})[_0x3c8e15(0x177)]('safe-mode',{'type':_0x30abda['cleuj'],'description':_0x30abda[_0x3c8e15(0x18b)],'default':![]})[_0x3c8e15(0x177)](_0x30abda[_0x3c8e15(0x239)],{'type':_0x30abda['AtTCQ'],'array':!![],'description':_0x30abda[_0x3c8e15(0x1fd)]})[_0x3c8e15(0x177)](_0x30abda[_0x3c8e15(0x137)],{'type':_0x3c8e15(0x103),'choices':[_0x3c8e15(0x165),_0x3c8e15(0xab)],'description':_0x3c8e15(0x1a8)})[_0x3c8e15(0x177)](_0x30abda['WhpxK'],{'type':_0x3c8e15(0xc4),'alias':'y','description':_0x30abda['GJkyg'],'default':![]});},async _0x3cb6c1=>{const _0x4940de=_0x3075dd;await _0x30abda[_0x4940de(0x25f)](withTelemetry,_0x4940de(0xc1),_0x3f4676=>addEnv(_0x3cb6c1[_0x4940de(0x251)],{'ci':_0x3cb6c1['ci'],'skipAuth':_0x3cb6c1['skip-auth'],'url':_0x3cb6c1[_0x4940de(0xc5)],'force':_0x3cb6c1['force'],'cdpEndpoint':_0x3cb6c1[_0x4940de(0x1c1)],'allowInsecureLocalhost':_0x3cb6c1[_0x4940de(0x222)],'safeMode':_0x3cb6c1['safe-mode'],'setupHeader':_0x3cb6c1[_0x4940de(0x231)],'scope':_0x3cb6c1['scope'],'yes':_0x3cb6c1[_0x4940de(0x143)]},_0x3f4676),{'isElectron':_0x30abda['POCPE'](Boolean,_0x3cb6c1[_0x30abda['iclFF']])});})[_0x3075dd(0x118)](_0x3075dd(0x9c),_0x3075dd(0x22f),_0x3390d0=>{const _0x243f5e=_0x3075dd;return _0x3390d0[_0x243f5e(0x142)](_0x1bf278['gpVHu'],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278[_0x243f5e(0xa8)],'demandOption':!![]});},async _0x540fd4=>{const _0x23e874=_0x3075dd;await _0x1bf278[_0x23e874(0x92)](withTelemetry,_0x1bf278['zefwH'],()=>useEnv(_0x540fd4[_0x23e874(0x251)]));})['command'](_0x1bf278['YDfpG'],_0x1bf278['kiHvI'],_0x59e81e=>{const _0x4e96e2=_0x3075dd;return _0x59e81e[_0x4e96e2(0x142)](_0x30abda[_0x4e96e2(0x200)],{'type':'string','description':_0x30abda['VpwTX'],'demandOption':!![]});},async _0x3edc42=>{await _0x30abda['BjgAd'](withTelemetry,'profile\x20encrypt-auth',()=>authEncrypt(_0x3edc42['profile']));})['command']('ls',_0x3075dd(0x194),()=>{},async()=>{await withTelemetry('profile\x20ls',()=>envList());})['command'](_0x3075dd(0x1b9),_0x1bf278['lRios'],_0x5179b3=>{const _0x42a62f=_0x3075dd;return _0x5179b3[_0x42a62f(0x142)](_0x30abda['OeKmw'],{'type':'string','description':_0x42a62f(0x1f0),'demandOption':!![]})[_0x42a62f(0x177)]('allow-insecure-localhost',{'type':_0x30abda[_0x42a62f(0xed)],'description':_0x30abda[_0x42a62f(0x138)]});},async _0x36438d=>{const _0xaf9682=_0x3075dd;await withTelemetry('profile\x20update',_0x5c45cd=>updateEnv(_0x36438d[_0xaf9682(0x251)],_0x5c45cd,{'allowInsecureLocalhost':_0x36438d['allow-insecure-localhost']}));})[_0x3075dd(0x118)](_0x1bf278[_0x3075dd(0x1e5)],![],_0x1ee9db=>{const _0xc1bbb5=_0x3075dd;return _0x1ee9db[_0xc1bbb5(0x142)](_0x30abda[_0xc1bbb5(0x1cf)],{'type':_0xc1bbb5(0x103),'description':_0x30abda[_0xc1bbb5(0x18f)],'demandOption':!![]});},async _0x3cea67=>{await _0x1bf278['zWONq'](withTelemetry,_0x1bf278['bKuqv'],async()=>{const _0x133fbb=_0x1065,_0x548ad8=process[_0x133fbb(0xb3)]['RANGER_TEST_USERNAME'],_0x2fae2d=process['env']['RANGER_TEST_PASSWORD'];(!_0x548ad8||!_0x2fae2d)&&(console['error'](_0x30abda[_0x133fbb(0x1ea)]),process[_0x133fbb(0x230)](0x1));const _0x51f196=_0x3cea67[_0x133fbb(0x1bc)],_0x5de67a=await _0x30abda['OtlrZ'](serverSideLogin,_0x51f196,{'force':!![]});_0x5de67a[_0x133fbb(0x184)]===_0x30abda['qXyaj']&&(console[_0x133fbb(0x204)]('No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.'),process[_0x133fbb(0x230)](0x1)),_0x5de67a['status']===_0x30abda['WpxnR']&&(console['error'](_0x133fbb(0x93)+(_0x5de67a['error']??_0x133fbb(0x171))),_0x5de67a[_0x133fbb(0x10f)]&&console['error'](_0x5de67a[_0x133fbb(0x10f)]),process['exit'](0x1)),console['log']('✓\x20Server-side\x20login\x20succeeded\x20for\x20\x27'+_0x51f196+_0x133fbb(0xa1));});})['command'](_0x1bf278[_0x3075dd(0x19c)],_0x3075dd(0x19f),_0x26a8cb=>{const _0x4e4391=_0x3075dd;return _0x26a8cb['positional'](_0x4e4391(0x251),{'type':_0x1bf278['Gnpzs'],'description':_0x4e4391(0x130)})['option'](_0x1bf278['zQSBn'],{'type':_0x1bf278[_0x4e4391(0x1bf)],'description':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','default':![]})[_0x4e4391(0x177)]('dry-run',{'type':_0x4e4391(0xc4),'description':'Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','default':![]})[_0x4e4391(0x177)](_0x4e4391(0x143),{'type':_0x4e4391(0xc4),'alias':'y','description':_0x1bf278[_0x4e4391(0x245)],'default':![]})['option']('save-creds',{'type':_0x1bf278[_0x4e4391(0x1bf)],'description':_0x1bf278['KJnuJ'],'default':![]});},async _0x1e7df9=>{const _0x425e2e=_0x3075dd;await withTelemetry(_0x1bf278['XbtRC'],_0x27cf43=>migrateProfile({'profileName':_0x1e7df9['profile-name'],'all':_0x1e7df9['all'],'dryRun':_0x1e7df9[_0x425e2e(0xc2)],'yes':_0x1e7df9[_0x425e2e(0x143)],'saveCreds':_0x1e7df9[_0x425e2e(0x213)]},_0x27cf43));})['command'](_0x3075dd(0x11a),_0x1bf278['pJODg'],_0x903246=>{const _0x270a41=_0x3075dd,_0x5f37db={'iqJiT':_0x270a41(0x103),'XeHMx':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','louPB':_0x30abda[_0x270a41(0x129)],'OHjED':function(_0x41664f,_0x6b1a29,_0x3e51cb){return _0x41664f(_0x6b1a29,_0x3e51cb);}};return _0x903246['usage'](PROFILE_CONFIG_HELP)['command'](_0x30abda[_0x270a41(0x128)],_0x30abda[_0x270a41(0x1b5)],_0x44e55e=>{const _0x3f4655=_0x270a41;return _0x44e55e[_0x3f4655(0x142)]('profile',{'type':_0x5f37db['iqJiT'],'description':_0x3f4655(0x1aa),'demandOption':!![]})[_0x3f4655(0x142)]('key',{'type':_0x5f37db['iqJiT'],'description':_0x5f37db[_0x3f4655(0x21b)],'demandOption':!![]})['positional'](_0x3f4655(0xe6),{'type':_0x3f4655(0x103),'description':'Config\x20value','demandOption':!![]});},async _0x361306=>{const _0x7a0aef=_0x270a41;await withTelemetry(_0x30abda['DFvOQ'],()=>configSet(_0x361306[_0x7a0aef(0x15f)],_0x361306['key'],_0x361306[_0x7a0aef(0xe6)]));})['command'](_0x270a41(0x206),'Get\x20a\x20config\x20value',_0x3dbf4a=>{const _0x2c6a59=_0x270a41;return _0x3dbf4a['positional'](_0x30abda['YbWzF'],{'type':_0x30abda[_0x2c6a59(0x175)],'description':_0x30abda[_0x2c6a59(0x129)],'demandOption':!![]})[_0x2c6a59(0x142)](_0x30abda['uRJfc'],{'type':_0x30abda[_0x2c6a59(0x175)],'description':_0x2c6a59(0xfe),'demandOption':!![]});},async _0x104360=>{const _0x4a8655=_0x270a41;await withTelemetry(_0x4a8655(0x10e),()=>configGet(_0x104360[_0x4a8655(0x15f)],_0x104360[_0x4a8655(0x1cd)]));})['command'](_0x30abda['JzzvW'],_0x30abda['JLQlp'],_0xb228fe=>{const _0x24b9e7=_0x270a41;return _0xb228fe['positional'](_0x30abda[_0x24b9e7(0x200)],{'type':'string','description':_0x30abda[_0x24b9e7(0x129)],'demandOption':!![]});},async _0x34c55c=>{await withTelemetry('profile\x20config\x20list',()=>configList(_0x34c55c['profile']));})[_0x270a41(0x118)](_0x30abda[_0x270a41(0x225)],_0x30abda[_0x270a41(0x25e)],_0x4c1f74=>{const _0x218581=_0x270a41;return _0x4c1f74['positional']('profile',{'type':'string','description':_0x5f37db[_0x218581(0x14b)],'demandOption':!![]})[_0x218581(0x142)]('key',{'type':_0x218581(0x103),'description':_0x218581(0x114),'demandOption':!![]});},async _0x5441eb=>{const _0x18bcb1=_0x270a41;await _0x5f37db[_0x18bcb1(0x151)](withTelemetry,_0x18bcb1(0xfa),()=>configUnset(_0x5441eb['profile'],_0x5441eb['key']));})[_0x270a41(0x118)](_0x30abda['LWYso'],_0x30abda['jrmtv'],_0x3e8b2c=>{const _0x9bb9fa=_0x270a41;return _0x3e8b2c[_0x9bb9fa(0x142)](_0x9bb9fa(0x15f),{'type':_0x30abda[_0x9bb9fa(0x175)],'description':_0x30abda[_0x9bb9fa(0x129)],'demandOption':!![]});},async _0xeab682=>{const _0x4379c5=_0x270a41;await withTelemetry(_0x30abda[_0x4379c5(0x9f)],()=>configReset(_0xeab682[_0x4379c5(0x15f)]));})['demandCommand'](0x1,_0x30abda['MOeRZ']);})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20profile\x20subcommand');})['command']('status',_0x1bf278[_0x3b6247(0x122)],()=>{},async()=>{const _0x5c096b=_0x3b6247;await _0x1bf278[_0x5c096b(0xa5)](withTelemetry,'status',()=>status());})['command'](_0x3b6247(0x20b),_0x1bf278['bGtxZ'],()=>{},async()=>{const _0x5a9ad2=_0x3b6247;await _0x1bf278[_0x5a9ad2(0xd8)](withTelemetry,'update',()=>update());})[_0x3b6247(0x118)](_0x1bf278['KEjTS'],_0x3b6247(0xf3),()=>{},async()=>{const _0x50cfc6=_0x3b6247,_0x39947c={'lwRYG':_0x1bf278[_0x50cfc6(0x217)]};await withTelemetry(_0x50cfc6(0x1b1),async()=>{const _0x1803cc=_0x50cfc6,_0xb81f96=await getToken();if(!_0xb81f96)throw new Error(_0x39947c[_0x1803cc(0x219)]);console['log'](_0xb81f96);});})['command']('go',_0x1bf278[_0x3b6247(0x23c)],_0x4dd8bc=>{const _0x4aac9c=_0x3b6247;return _0x4dd8bc['option'](_0x1bf278[_0x4aac9c(0x13a)],{'type':_0x4aac9c(0x103),'description':_0x1bf278['ldxYP']})[_0x4aac9c(0x177)](_0x1bf278['GitgC'],{'type':_0x1bf278['Gnpzs'],'description':_0x4aac9c(0xf0)})['option'](_0x1bf278['BFGoT'],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278[_0x4aac9c(0xdd)]})['option'](_0x1bf278[_0x4aac9c(0x163)],{'type':_0x1bf278[_0x4aac9c(0x18e)],'description':_0x1bf278[_0x4aac9c(0xec)]})['option'](_0x4aac9c(0x1cb),{'type':'string','description':_0x4aac9c(0x12d)})[_0x4aac9c(0x177)](_0x1bf278[_0x4aac9c(0x15a)],{'type':'string','description':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.'})[_0x4aac9c(0x177)](_0x1bf278[_0x4aac9c(0x248)],{'type':_0x1bf278['Gnpzs'],'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'](_0x1bf278[_0x4aac9c(0x208)],{'type':'boolean','description':_0x4aac9c(0x158),'default':![]})['option'](_0x4aac9c(0x247),{'type':_0x4aac9c(0x103),'hidden':!![],'choices':['verified','partial',_0x1bf278['gszfP'],_0x4aac9c(0x1ff),_0x4aac9c(0x14d)]})[_0x4aac9c(0x177)](_0x1bf278[_0x4aac9c(0x1c2)],{'type':_0x4aac9c(0xc4),'hidden':!![]})['option']('env',{'type':_0x1bf278[_0x4aac9c(0x1d3)],'hidden':!![]})[_0x4aac9c(0x177)](_0x4aac9c(0xb5),{'type':_0x4aac9c(0x103),'hidden':!![]})[_0x4aac9c(0x177)](_0x4aac9c(0xc8),{'type':_0x1bf278[_0x4aac9c(0x18e)],'hidden':!![]});},async _0x47436a=>{await _0x1bf278['NIerT'](runGoCommand,_0x47436a);})['command'](_0x1bf278['glfcv'],![],_0x3bf51c=>{const _0x306913=_0x3b6247,_0x141b15={'vDhVD':_0x306913(0x15f),'QvweT':_0x1bf278['Gnpzs'],'NbAnL':function(_0x98b3ff,_0x414149,_0x1f30d1){return _0x98b3ff(_0x414149,_0x1f30d1);},'RmgRF':_0x306913(0x18a)};return _0x3bf51c['command'](_0x306913(0xa7),![],_0x48e099=>{const _0x93466b=_0x306913;return _0x48e099[_0x93466b(0x142)](_0x141b15['vDhVD'],{'type':_0x141b15[_0x93466b(0x112)],'description':_0x93466b(0x1aa),'demandOption':!![]});},async _0x5163bb=>{const _0x398e39=_0x306913;_0x141b15['NbAnL'](warnRenamed,_0x141b15['RmgRF'],_0x398e39(0x1b3)),await authEncrypt(_0x5163bb[_0x398e39(0x15f)]);})['demandCommand'](0x1,'You\x20must\x20specify\x20an\x20auth\x20subcommand');},()=>{})[_0x3b6247(0x118)](_0x1bf278[_0x3b6247(0xa3)],![],_0xb20bc9=>{const _0x46c8b9=_0x3b6247;return _0xb20bc9['positional'](_0x46c8b9(0x25b),{'type':_0x1bf278['Gnpzs'],'description':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)'})[_0x46c8b9(0x177)](_0x1bf278[_0x46c8b9(0x226)],{'type':_0x1bf278[_0x46c8b9(0x1bf)],'description':_0x46c8b9(0x146),'default':![]})[_0x46c8b9(0x177)](_0x1bf278[_0x46c8b9(0xd6)],{'type':_0x46c8b9(0x103),'choices':[_0x1bf278[_0x46c8b9(0x176)],_0x1bf278['lWYTs']],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})['option'](_0x46c8b9(0xc5),{'type':_0x1bf278[_0x46c8b9(0x1d3)],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x1bf278['CWjMk'],{'type':_0x1bf278['zvCFR'],'description':_0x46c8b9(0x190),'default':![]})[_0x46c8b9(0x177)]('skip-auth',{'type':_0x1bf278[_0x46c8b9(0x1bf)],'description':_0x1bf278[_0x46c8b9(0x10a)],'default':![]})[_0x46c8b9(0x177)](_0x1bf278[_0x46c8b9(0x18c)],{'type':_0x1bf278['zvCFR'],'description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','default':![]});},async _0x1f7628=>{const _0x1f917f=_0x3b6247;_0x1bf278[_0x1f917f(0x97)](warnRenamed,_0x1bf278['VePVU'],'ranger\x20setup'),await _0x1bf278['XLTFN'](withTelemetry,_0x1bf278['zLlea'],_0x59396c=>start(_0x1f7628['token'],{'skipChromium':_0x1f7628[_0x1f917f(0x1f1)],'skipAuth':_0x1f7628['skip-auth'],'withDeps':_0x1f7628['with-deps'],'scope':_0x1f7628[_0x1f917f(0x21d)],'url':_0x1f7628['url'],'force':_0x1f7628[_0x1f917f(0xcc)]},_0x59396c));})['command'](_0x3b6247(0x13f),![],_0x35c849=>{const _0x51d36b=_0x3b6247;return _0x35c849[_0x51d36b(0x177)](_0x1bf278[_0x51d36b(0xdc)],{'type':_0x1bf278['Gnpzs'],'description':_0x51d36b(0xf0)})['option'](_0x1bf278[_0x51d36b(0x1fa)],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278[_0x51d36b(0x1e2)]})['option'](_0x51d36b(0xc8),{'type':_0x1bf278[_0x51d36b(0x18e)],'description':_0x1bf278[_0x51d36b(0xec)]})['option']('profile',{'type':'string','hidden':!![]})[_0x51d36b(0x177)](_0x1bf278['BFGoT'],{'type':_0x1bf278['Gnpzs'],'hidden':!![]})['option'](_0x51d36b(0x1c8),{'type':_0x1bf278[_0x51d36b(0x18e)],'hidden':!![]})['option'](_0x1bf278[_0x51d36b(0x237)],{'type':_0x51d36b(0x103),'description':_0x51d36b(0x12d)})['option'](_0x1bf278['YobWz'],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278['ftTzW']})['option'](_0x51d36b(0x227),{'type':'string','hidden':!![]})[_0x51d36b(0x177)](_0x1bf278['cZCvk'],{'type':'boolean','hidden':!![],'default':![]})['option'](_0x1bf278[_0x51d36b(0x220)],{'type':_0x1bf278[_0x51d36b(0x1d3)],'hidden':!![],'choices':[_0x1bf278[_0x51d36b(0x1a4)],_0x1bf278[_0x51d36b(0x229)],'blocked',_0x1bf278['FMliv'],_0x51d36b(0x14d)]});},async _0x1e5ef8=>{await _0x1bf278['sHGmM'](runGoCommand,_0x1e5ef8,!![]);})[_0x3b6247(0x118)](_0x3b6247(0xbb),![],_0x327e81=>{const _0x40163f=_0x3b6247;return _0x327e81['positional'](_0x1bf278['UDaTm'],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278['digbC'],'demandOption':!![]})['option']('ci',{'type':_0x1bf278['zvCFR'],'description':_0x1bf278['mQLkH'],'default':![]})['option'](_0x1bf278[_0x40163f(0x139)],{'type':'boolean','description':_0x1bf278['RbzNO'],'default':![]});},async _0x454f50=>{const _0x457265=_0x3b6247;warnRenamed('ranger\x20add\x20env','ranger\x20profile\x20add'),await withTelemetry(_0x1bf278['UBJpA'],_0x563c89=>addEnv(_0x454f50[_0x457265(0x98)],{'ci':_0x454f50['ci'],'skipAuth':_0x454f50['skip-auth']},_0x563c89));})['command'](_0x1bf278[_0x3b6247(0x9b)],![],_0x33e3c9=>{const _0x38d766=_0x3b6247;return _0x33e3c9['positional'](_0x1bf278['UDaTm'],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278[_0x38d766(0xbc)],'demandOption':!![]});},async _0x252768=>{const _0x392fb9=_0x3b6247;warnRenamed('ranger\x20use',_0x392fb9(0x1a3)),await _0x1bf278['YwMXE'](withTelemetry,'use',()=>useEnv(_0x252768['env-name']));})['command'](_0x3b6247(0x11a),![],_0x376ffc=>{const _0x3ca68c=_0x3b6247,_0x4f48b5={'GGmeF':_0x1bf278['TsLSO'],'MzoLg':'string','zPKoV':_0x1bf278['LxXMk'],'mUghn':_0x1bf278['lJThg'],'cNieb':function(_0x183e79,_0xcd18c5,_0x5caf6c){return _0x1bf278['fVbYx'](_0x183e79,_0xcd18c5,_0x5caf6c);},'rEvby':_0x1bf278[_0x3ca68c(0x123)],'XFxVj':'Environment\x20name','kkKaE':_0x1bf278[_0x3ca68c(0xf8)],'cCLdq':'Config\x20key','gejpo':'ranger\x20config\x20get','ViGNY':_0x3ca68c(0x240),'ILtCa':'ranger\x20profile\x20config\x20list','kwrYl':'config\x20list','fBgIn':function(_0x2624b7,_0x3f4f41,_0x4823f1){return _0x2624b7(_0x3f4f41,_0x4823f1);}};return _0x376ffc[_0x3ca68c(0x118)](_0x1bf278['HBtdL'],![],_0x2417a4=>{const _0xb30a1e=_0x3ca68c;return _0x2417a4[_0xb30a1e(0x142)](_0x4f48b5[_0xb30a1e(0x96)],{'type':_0x4f48b5['MzoLg'],'description':'Environment\x20name','demandOption':!![]})['positional'](_0xb30a1e(0x1cd),{'type':'string','description':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','demandOption':!![]})[_0xb30a1e(0x142)](_0x4f48b5['zPKoV'],{'type':_0x4f48b5[_0xb30a1e(0xb2)],'description':_0xb30a1e(0xbd),'demandOption':!![]});},async _0x242c69=>{const _0x4a25db=_0x3ca68c;warnRenamed(_0x4a25db(0x241),_0x4f48b5[_0x4a25db(0x16f)]),await _0x4f48b5[_0x4a25db(0xfb)](withTelemetry,_0x4f48b5['rEvby'],()=>configSet(_0x242c69['env'],_0x242c69['key'],_0x242c69['value']));})[_0x3ca68c(0x118)](_0x1bf278['hATrN'],![],_0x5c87fd=>{const _0x2cc09c=_0x3ca68c;return _0x5c87fd['positional']('env',{'type':_0x4f48b5['MzoLg'],'description':_0x4f48b5[_0x2cc09c(0x1c3)],'demandOption':!![]})['positional'](_0x4f48b5[_0x2cc09c(0x22d)],{'type':_0x4f48b5[_0x2cc09c(0xb2)],'description':_0x4f48b5[_0x2cc09c(0x17f)],'demandOption':!![]});},async _0x587f7a=>{const _0x58b1be=_0x3ca68c;warnRenamed(_0x4f48b5['gejpo'],_0x58b1be(0x19d)),await withTelemetry('config\x20get',()=>configGet(_0x587f7a['env'],_0x587f7a[_0x58b1be(0x1cd)]));})['command'](_0x3ca68c(0x16e),![],_0x42b60f=>{return _0x42b60f['positional']('env',{'type':'string','description':_0x4f48b5['XFxVj'],'demandOption':!![]});},async _0x28792c=>{const _0x5d1f49=_0x3ca68c;warnRenamed(_0x4f48b5[_0x5d1f49(0x1c6)],_0x4f48b5[_0x5d1f49(0x12a)]),await _0x4f48b5[_0x5d1f49(0xfb)](withTelemetry,_0x4f48b5[_0x5d1f49(0x13d)],()=>configList(_0x28792c['env']));})[_0x3ca68c(0x118)](_0x1bf278[_0x3ca68c(0x17c)],![],_0x2fd2ce=>{const _0x5ef95=_0x3ca68c;return _0x2fd2ce['positional'](_0x1bf278['TsLSO'],{'type':_0x1bf278['Gnpzs'],'description':_0x1bf278[_0x5ef95(0xeb)],'demandOption':!![]})[_0x5ef95(0x142)](_0x5ef95(0x1cd),{'type':_0x1bf278[_0x5ef95(0x1d3)],'description':_0x1bf278[_0x5ef95(0x19a)],'demandOption':!![]});},async _0x496f9f=>{const _0x4e4c4a=_0x3ca68c;_0x4f48b5[_0x4e4c4a(0xda)](warnRenamed,_0x4e4c4a(0x1f8),'ranger\x20profile\x20config\x20unset'),await withTelemetry('config\x20unset',()=>configUnset(_0x496f9f['env'],_0x496f9f[_0x4e4c4a(0x1cd)]));})[_0x3ca68c(0xee)](0x1,_0x3ca68c(0x21e));})['command'](_0x1bf278['TsLSO'],![],_0x1dc3d0=>{const _0x1d02a1=_0x3b6247,_0x30061c={'aBBVm':function(_0x3aee23,_0x19d498,_0x2c9815){return _0x1bf278['bxUkw'](_0x3aee23,_0x19d498,_0x2c9815);},'ckCqc':_0x1bf278['czXAD']};return _0x1dc3d0[_0x1d02a1(0x118)]('ls',![],()=>{},async()=>{const _0x489a24=_0x1d02a1;_0x30061c[_0x489a24(0x15d)](warnRenamed,_0x30061c['ckCqc'],_0x489a24(0x135)),await withTelemetry('env\x20list',()=>envList());})['command'](_0x1bf278[_0x1d02a1(0x1e4)],![],_0x328fae=>{const _0x54d7b6=_0x1d02a1;return _0x328fae[_0x54d7b6(0x142)](_0x54d7b6(0x98),{'type':'string','description':_0x54d7b6(0x107),'demandOption':!![]});},async _0x5c63c=>{const _0xc15511=_0x1d02a1;warnRenamed('ranger\x20env\x20update',_0x1bf278['TZQAw']),await _0x1bf278[_0xc15511(0x101)](withTelemetry,_0x1bf278[_0xc15511(0x1cc)],_0x11b343=>updateEnv(_0x5c63c[_0xc15511(0x98)],_0x11b343));})[_0x1d02a1(0xee)](0x1,_0x1bf278['OYneA']);})['command']('feature',![],_0x23f468=>{const _0x43ee3e=_0x3b6247,_0x5a9be9={'qINQG':_0x43ee3e(0x103),'QbGfI':_0x43ee3e(0x1f9),'FBhMd':_0x1bf278['laYWs'],'bAlGt':function(_0x335843,_0x5b270c,_0x407b4d){const _0x424592=_0x43ee3e;return _0x1bf278[_0x424592(0xbe)](_0x335843,_0x5b270c,_0x407b4d);},'rcSnz':_0x43ee3e(0xf7),'CAcIQ':'ranger\x20create','oowVH':'--checklist','lOLvv':function(_0x4c3cc9,_0x202d25,_0x3f8bb3){const _0xa3df30=_0x43ee3e;return _0x1bf278[_0xa3df30(0xa2)](_0x4c3cc9,_0x202d25,_0x3f8bb3);},'GjBHZ':'ranger\x20list','cKtTV':_0x1bf278['AWqCL'],'FOFUK':'ranger\x20get-review','RYKoe':_0x1bf278['fwUAM'],'GLGMV':_0x1bf278[_0x43ee3e(0x1e3)]};return _0x23f468[_0x43ee3e(0x118)](_0x1bf278['goujk'],![],_0x248982=>{const _0x417b5e=_0x43ee3e;return _0x248982['positional']('name',{'type':'string','description':_0x417b5e(0xb4),'demandOption':!![]})[_0x417b5e(0x177)]('description',{'type':_0x5a9be9['qINQG'],'alias':'d','description':_0x5a9be9[_0x417b5e(0x1e7)]})[_0x417b5e(0x177)](_0x417b5e(0x149),{'type':_0x417b5e(0xcb),'alias':'c','description':_0x417b5e(0x14e)})['option'](_0x417b5e(0x1c8),{'type':_0x5a9be9[_0x417b5e(0x17e)],'hidden':!![]});},async _0x35aeb5=>{const _0x35b3ce=_0x43ee3e;_0x5a9be9['bAlGt'](warnRenamed,_0x5a9be9[_0x35b3ce(0x144)],_0x5a9be9[_0x35b3ce(0x156)]),warnFlagRenamed(_0x35b3ce(0x23a),_0x5a9be9['oowVH'],_0x35b3ce(0x1d5));const _0x266569=_0x35aeb5['scenario']||_0x35aeb5[_0x35b3ce(0x149)];await withTelemetry('feature\x20create',()=>featureCreate(_0x35aeb5['name'],{'description':_0x35aeb5[_0x35b3ce(0x1ef)],'scenarios':_0x266569}));})[_0x43ee3e(0x118)]('list',![],_0xb79505=>{const _0x2582a7=_0x43ee3e;return _0xb79505['option'](_0x1bf278[_0x2582a7(0x201)],{'type':_0x2582a7(0xc4),'description':_0x1bf278[_0x2582a7(0x10d)]})['option'](_0x1bf278[_0x2582a7(0x186)],{'type':_0x1bf278[_0x2582a7(0x18e)],'alias':'l','description':_0x1bf278['NWPRD'],'default':0xa})['option'](_0x1bf278['hQZpn'],{'type':_0x2582a7(0x1fe),'alias':'o','description':_0x1bf278[_0x2582a7(0x216)],'default':0x0})['option']('include-deleted',{'type':_0x2582a7(0xc4),'alias':'d','description':_0x2582a7(0x254),'default':![]});},async _0x586fd0=>{const _0x189ee3=_0x43ee3e;_0x5a9be9[_0x189ee3(0x1dc)](warnRenamed,'ranger\x20feature\x20list',_0x5a9be9[_0x189ee3(0x21c)]),await _0x5a9be9[_0x189ee3(0x1dc)](withTelemetry,_0x189ee3(0xac),()=>featureList({'currentBranch':_0x586fd0['current-branch'],'limit':_0x586fd0['limit'],'offset':_0x586fd0['offset'],'includeDeleted':_0x586fd0[_0x189ee3(0x1a1)]}));})['command'](_0x1bf278['FLLGH'],![],_0x2e8c59=>{const _0x2fed46=_0x43ee3e;return _0x2e8c59[_0x2fed46(0x142)]('id',{'type':_0x1bf278[_0x2fed46(0x1d3)],'description':_0x2fed46(0x11f)});},async _0x11e3ee=>{const _0x211d5b=_0x43ee3e;_0x1bf278[_0x211d5b(0xbe)](warnRenamed,_0x1bf278['WpTJx'],_0x211d5b(0x167)),await _0x1bf278['hboEA'](withTelemetry,_0x211d5b(0x256),()=>featureShow(_0x11e3ee['id']));})[_0x43ee3e(0x118)]('resume\x20[id]',![],_0x82f1be=>{const _0x419dde=_0x43ee3e;return _0x82f1be[_0x419dde(0x142)]('id',{'type':_0x419dde(0x103),'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x4e6bbf=>{const _0x56f6d4=_0x43ee3e;_0x1bf278[_0x56f6d4(0x23d)](warnRenamed,_0x1bf278[_0x56f6d4(0x1bd)],'ranger\x20resume'),await _0x1bf278[_0x56f6d4(0x115)](withTelemetry,_0x56f6d4(0x1e6),()=>featureResume(_0x4e6bbf['id']));})['command'](_0x43ee3e(0x1f4),![],_0x4d988d=>{const _0x539475=_0x43ee3e;return _0x4d988d[_0x539475(0x142)]('description',{'type':_0x539475(0x103),'description':'Scenario\x20description','demandOption':!![]})['option']('id',{'type':_0x1bf278[_0x539475(0x1d3)],'description':_0x539475(0x210)});},async _0x5f2d35=>{const _0x29adc8=_0x43ee3e;_0x5a9be9['bAlGt'](warnRenamed,_0x5a9be9[_0x29adc8(0x22c)],_0x29adc8(0x1d9)),await withTelemetry('feature\x20add-checklist-item',()=>featureAddScenario(_0x5f2d35[_0x29adc8(0x1ef)],_0x5f2d35['id']));})['command'](_0x1bf278[_0x43ee3e(0x127)],![],_0x5d63d7=>{const _0x18454b=_0x43ee3e;return _0x5d63d7[_0x18454b(0x142)]('id',{'type':_0x5a9be9[_0x18454b(0x24b)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x454d53=>{const _0x1c8c55=_0x43ee3e;warnRenamed('ranger\x20feature\x20get-feedback',_0x5a9be9[_0x1c8c55(0x1d7)]),await _0x5a9be9[_0x1c8c55(0x1dc)](withTelemetry,_0x5a9be9[_0x1c8c55(0x23b)],()=>featureGetReview(_0x454d53['id']));})[_0x43ee3e(0x118)](_0x43ee3e(0xa6),![],_0x83c419=>{const _0x5bac00=_0x43ee3e;return _0x83c419[_0x5bac00(0x142)]('id',{'type':_0x5a9be9[_0x5bac00(0x24b)],'description':_0x5bac00(0x11f)});},async _0x500f7=>{const _0xd9ef88=_0x43ee3e;warnRenamed(_0xd9ef88(0x23e),'ranger\x20delete'),await withTelemetry('feature\x20delete',()=>featureDelete(_0x500f7['id']));})['command']('restore\x20<id>',![],_0x3b6f05=>{const _0x1adbaa=_0x43ee3e;return _0x3b6f05[_0x1adbaa(0x142)]('id',{'type':_0x1adbaa(0x103),'description':_0x5a9be9['GLGMV'],'demandOption':!![]});},async _0x24c86f=>{const _0x3dbbec=_0x43ee3e;_0x1bf278[_0x3dbbec(0xc7)](warnRenamed,_0x1bf278['SzaxA'],'ranger\x20restore'),await withTelemetry(_0x3dbbec(0xa9),()=>featureRestore(_0x24c86f['id']));})['demandCommand'](0x1,_0x43ee3e(0x207));})[_0x3b6247(0x118)](_0x1bf278['hjquk'],![],_0x489ca3=>{const _0x1385fb=_0x3b6247,_0x572102={'sPIYQ':_0x1385fb(0x244)};return _0x489ca3['command']('enable',_0x1bf278[_0x1385fb(0x246)],_0x5ad030=>{const _0xce5158=_0x1385fb;return _0x5ad030[_0xce5158(0x177)]('session-id',{'type':_0x1bf278[_0xce5158(0x1d3)],'description':_0x1bf278[_0xce5158(0x9a)]});},async _0x3ecfb2=>{const _0x541948=_0x1385fb;await withTelemetry(_0x1bf278[_0x541948(0x170)],()=>hook(_0x541948(0xd2),_0x3ecfb2[_0x541948(0x244)]));})['command'](_0x1385fb(0xf5),_0x1bf278['FBLfn'],_0x29071d=>{const _0x4703fb=_0x1385fb;return _0x29071d['option'](_0x572102['sPIYQ'],{'type':'string','description':_0x4703fb(0x12b)});},async _0x1e1c01=>{const _0x3baae0=_0x1385fb;await withTelemetry('hook:disable',()=>hook('disable',_0x1e1c01[_0x3baae0(0x244)]));})[_0x1385fb(0x177)](_0x1bf278[_0x1385fb(0x1d2)],{'type':_0x1385fb(0x103),'description':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'})['option'](_0x1bf278['SoWVW'],{'type':'string','description':_0x1bf278[_0x1385fb(0x9a)]});},async _0x49a316=>{const _0x319b03=_0x3b6247;_0x49a316['name']&&await _0x1bf278[_0x319b03(0x148)](hook,_0x49a316[_0x319b03(0x1bc)],_0x49a316[_0x1bf278[_0x319b03(0x172)]]);})[_0x3b6247(0xee)](0x1,_0x1bf278[_0x3b6247(0xf9)])['strictCommands']()['fail'](async(_0x18153b,_0x118b77,_0x3a6371)=>{const _0x154153=_0x3b6247,_0x2f9555=_0x1bf278['fHIRa'](sanitizeArgs,process['argv'][_0x154153(0x1a9)](0x2)),_0xe1c05e=getErrorType(_0x18153b,_0x118b77);if(_0x18153b&&_0x18153b['includes'](_0x154153(0x178))){const _0x11f551=process[_0x154153(0x259)][0x2];console[_0x154153(0x204)](_0x154153(0x20f)+_0x11f551),console[_0x154153(0x204)](_0x1bf278[_0x154153(0x155)]);}else{if(_0x18153b)console['error']('\x0a'+_0x18153b+'\x0a');else _0x118b77&&console['error'](_0x154153(0xbf)+_0x118b77[_0x154153(0x161)]+'\x0a');}await _0x1bf278[_0x154153(0xb7)](logDesirePath,{'rawCommand':_0x2f9555,'errorMessage':_0x18153b||_0x118b77?.[_0x154153(0x161)],'errorType':_0xe1c05e});const _0xdbe277=getCurrentCollector();_0xdbe277&&await _0xdbe277[_0x154153(0x99)](_0x118b77||new Error(_0x18153b||_0x1bf278[_0x154153(0x1ab)])),process[_0x154153(0x230)](0x1);})['epilogue'](_0x1bf278[_0x3b6247(0x249)]('Documentation:\x0a',_0x1bf278[_0x3b6247(0xe5)])+_0x3b6247(0x19b))[_0x3b6247(0x1b4)]()['alias']('help','h');}process[_0x4f3969(0xb3)]['NODE_ENV']!==_0x4f3969(0x20a)&&buildParser()['parse']();
|
|
2
|
+
const _0x5dded6=_0x5771;(function(_0x4c276c,_0x268387){const _0x45d4e9=_0x5771,_0x51ef6b=_0x4c276c();while(!![]){try{const _0x55697d=-parseInt(_0x45d4e9(0x357))/0x1*(parseInt(_0x45d4e9(0x30b))/0x2)+-parseInt(_0x45d4e9(0x1d7))/0x3+parseInt(_0x45d4e9(0x2cf))/0x4*(parseInt(_0x45d4e9(0x221))/0x5)+parseInt(_0x45d4e9(0x33e))/0x6+-parseInt(_0x45d4e9(0x269))/0x7+-parseInt(_0x45d4e9(0x2fe))/0x8*(-parseInt(_0x45d4e9(0x23d))/0x9)+parseInt(_0x45d4e9(0x2b3))/0xa;if(_0x55697d===_0x268387)break;else _0x51ef6b['push'](_0x51ef6b['shift']());}catch(_0x264b77){_0x51ef6b['push'](_0x51ef6b['shift']());}}}(_0x56db,0x50655));import _0x2d531a from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x4c72ec=_0x5771,_0x1c197a={'fzDBc':function(_0x2a01c6,_0x3af3a7){return _0x2a01c6(_0x3af3a7);},'sWlXe':_0x4c72ec(0x32e),'eiaEz':function(_0xb47a28,_0x5283fe,_0x52e9d2){return _0xb47a28(_0x5283fe,_0x52e9d2);},'QQVQF':'.env','nZuMv':function(_0xf69259,_0x481ad3){return _0xf69259(_0x481ad3);}};let _0x4f151c=process['cwd']();const _0x554812=_0x1c197a[_0x4c72ec(0x347)](parse,_0x4f151c)[_0x4c72ec(0x22b)];while(_0x4f151c!==_0x554812){if(existsSync(join(_0x4f151c,_0x1c197a['sWlXe']))||existsSync(_0x1c197a[_0x4c72ec(0x220)](join,_0x4f151c,_0x1c197a[_0x4c72ec(0x348)])))return _0x4f151c;_0x4f151c=_0x1c197a['nZuMv'](dirname,_0x4f151c);}return process['cwd']();}_0x2d531a[_0x5dded6(0x20d)]({'path':join(findProjectRoot(),'.env')});import _0x179218 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,deleteProfile,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{shouldShowLegacyWarning,showLegacyDeprecationWarning}from'./commands/utils/legacyWarning.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{refreshCliToken}from'./commands/utils/tokenRefresh.js';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'](_0x5dded6(0x2a7),async _0x1bea43=>{const _0x39fa53=_0x5dded6,_0x5a2dc6=getCurrentCollector();_0x5a2dc6&&await _0x5a2dc6[_0x39fa53(0x1ea)](_0x1bea43),process[_0x39fa53(0x2f9)]=0x1;});const rawArgs=process[_0x5dded6(0x344)][_0x5dded6(0x352)](0x2),TOP_LEVEL_HELP=_0x5dded6(0x1d5),PROFILE_HELP=_0x5dded6(0x225),PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aFine-tune\x20browser\x20behavior\x20for\x20a\x20profile.\x20Settings\x20apply\x20per\x20cwd,\x20so\x20different\x0acheckouts\x20of\x20the\x20same\x20repo\x20can\x20have\x20different\x20overrides.\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20overrides\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override)\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201';function warnRenamed(_0x10c3e0,_0x2d538a){const _0x5227b7=_0x5dded6;console[_0x5227b7(0x31d)]('\x0a'+_0x10c3e0+_0x5227b7(0x2dc)+_0x2d538a+'\x0a');}function argUsed(_0x3b7423){const _0x1c2929=_0x5dded6;return rawArgs['some'](_0x587914=>_0x587914===_0x3b7423||_0x587914[_0x1c2929(0x30d)](_0x3b7423+'='));}function warnFlagRenamed(_0x1d285b,_0x1f276f,_0x39dade){const _0x298d49={'pQvUS':function(_0x2280af,_0x3bebc6,_0x2c49f1){return _0x2280af(_0x3bebc6,_0x2c49f1);}};argUsed(_0x1f276f)&&_0x298d49['pQvUS'](warnRenamed,_0x1d285b+'\x20'+_0x1f276f,_0x1d285b+'\x20'+_0x39dade);}async function runGoCommand(_0xd4bb0f,_0x160562=![]){const _0x475b35=_0x5dded6,_0x4e0936={'yUGqw':function(_0x1c0a07,_0x18ee36,_0x312756){return _0x1c0a07(_0x18ee36,_0x312756);},'MmIIB':_0x475b35(0x393),'DliVG':_0x475b35(0x2cb),'vfmWF':_0x475b35(0x2d1),'UgNAl':'--profile','CRbfd':function(_0x10ef25,_0x21a018,_0x5aa3ef,_0x4994e7){return _0x10ef25(_0x21a018,_0x5aa3ef,_0x4994e7);},'mgSBa':_0x475b35(0x1e3),'zOMpr':_0x475b35(0x394),'FZQfc':'--item','BfPVx':function(_0x1bcbc8){return _0x1bcbc8();},'NMDqL':function(_0x2d9725,_0x3850f5){return _0x2d9725(_0x3850f5);},'JnNYd':'base-url','JcgKx':'debug-outcome','QZNmK':function(_0x3bbdda,_0x1cf293){return _0x3bbdda+_0x1cf293;},'UHYZw':function(_0x2c9b81,_0x4ed712){return _0x2c9b81===_0x4ed712;},'gdvVO':_0x475b35(0x2ee),'YjPuB':'\x20PARTIAL','qPaQP':_0x475b35(0x291)};_0x160562&&_0x4e0936['yUGqw'](warnRenamed,_0x4e0936['MmIIB'],_0x4e0936[_0x475b35(0x228)]);warnFlagRenamed(_0x475b35(0x2cb),_0x4e0936['vfmWF'],_0x4e0936[_0x475b35(0x2a6)]),_0x4e0936['CRbfd'](warnFlagRenamed,'ranger\x20go',_0x4e0936['mgSBa'],_0x4e0936['zOMpr']),warnFlagRenamed(_0x4e0936[_0x475b35(0x228)],_0x4e0936[_0x475b35(0x27e)],_0x475b35(0x2d5));const _0x429c2f=await _0x4e0936['BfPVx'](loadRangerConfig),_0x24f7ff=isByokEnabled(),_0x58b3a8=_0xd4bb0f['model'],_0x3aebed=_0x429c2f[_0x475b35(0x212)],_0x4e8666=await _0x4e0936[_0x475b35(0x260)](verifyFeature,{'featureId':_0xd4bb0f[_0x475b35(0x24d)],'profile':_0xd4bb0f['profile']??_0xd4bb0f[_0x475b35(0x23f)]??process[_0x475b35(0x23f)]['RANGER_PROFILE'],'notes':_0xd4bb0f[_0x475b35(0x37f)]??_0xd4bb0f[_0x475b35(0x22c)],'scenario':_0xd4bb0f['scenario']??_0xd4bb0f['item'],'startPath':_0xd4bb0f[_0x475b35(0x25f)],'baseUrl':_0xd4bb0f[_0x4e0936['JnNYd']],'debugOutcome':_0xd4bb0f[_0x4e0936[_0x475b35(0x35d)]],'debugAddressComments':_0xd4bb0f['debug-address-comments'],'headed':_0xd4bb0f[_0x475b35(0x2de)],'byokEnabled':_0x24f7ff,'flagVerifyModel':_0x58b3a8,'configVerifyModel':_0x3aebed});console['log'](_0x4e0936['QZNmK']('\x0a','='['repeat'](0x3c))),console[_0x475b35(0x2c0)](_0x4e0936[_0x475b35(0x2a8)](_0x4e8666['evaluation'],'verified')?_0x475b35(0x2a0):_0x4e8666[_0x475b35(0x2e4)]===_0x4e0936['gdvVO']?'\x20INCOMPLETE':_0x4e8666['evaluation']==='partial'?_0x4e0936['YjPuB']:_0x4e8666['evaluation']==='blocked'?'\x20BLOCKED':_0x4e0936['qPaQP']),console['log']('='['repeat'](0x3c)),console['log'](_0x475b35(0x24e)+_0x4e8666[_0x475b35(0x237)]),console['log']('Evaluation:\x20'+_0x4e8666['evaluation']),console[_0x475b35(0x2c0)](_0x475b35(0x247)+_0x4e8666[_0x475b35(0x2ba)]),_0x4e8666[_0x475b35(0x36f)]?.['length']&&(console[_0x475b35(0x2c0)]('\x0aIssues:'),_0x4e8666['issues']['forEach']((_0x472cab,_0x2740e1)=>{const _0x146eac=_0x475b35;console[_0x146eac(0x2c0)]('\x0a'+(_0x2740e1+0x1)+'.\x20['+_0x472cab[_0x146eac(0x2c6)]+']\x20'+_0x472cab['description']);})),process['exit'](_0x4e8666['evaluation']===_0x475b35(0x395)?0x0:0x1);}function _0x56db(){const _0x248e0d=['ranger\x20delete','config','feature\x20get-feedback','TjoPk','setup\x20[tokenOrSubcommand]','MvRxI','model','✓\x20Authenticated\x20to\x20','add-scenario','youXh','New\x20scenario\x20description','ivsxr','ranger\x20profile\x20encrypt-auth','feature\x20delete','lnIDW','FnXYS','get-feedback\x20[id]','XKYfG','brFdX','Profile\x20name','eiaEz','112125BMxYxG','ranger','NrWDA','SkgVY','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\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\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','dry-run','YptlY','DliVG','Epdtg','QQGrI','root','task','ZUmxL','ranger\x20get-review','help','OSVuF','YJASH','RYgHy','Install\x20scope\x20for\x20plugin\x20and\x20skills','KkVnB','rLSWm','kIfqv','summary','Delete\x20a\x20cloud\x20profile','You\x20must\x20specify\x20a\x20command','project','vHSvB','Login\x20failed:\x20','486009fFKcaL','zDdaT','env','tUaok','\x0aError:\x20','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','failed','ptfmI','ranger\x20profile\x20add','covQg','Reason:\x20','ikvpB','mcp-bootstrap','set\x20<env>\x20<key>\x20<value>','partial','gwYro','feature','Summary:\x20','JstMh','RndZj','Feature\x20review\x20name','YtVyB','ksxeM','OXRrc','set\x20<profile>\x20<key>\x20<value>','scope','Set\x20a\x20config\x20value','ranger\x20show','Install\x20OS-level\x20dependencies\x20for\x20Chromium','XPfgy','Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','NggRn','bccNx','THqSh','start-path','NMDqL','list\x20<env>','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile','zQEFN','IDPsz','RTzMY','profile\x20ls','You\x20must\x20specify\x20an\x20env\x20subcommand','Enise','3083283IwKIUq','boolean','Number\x20of\x20feature\x20reviews\x20to\x20skip','session-id','string','zolae','wyZzL','list','ZNMsc','emgvo','cdp-endpoint','MVbDS','XsMNB','List\x20all\x20feature\x20reviews','\x27.\x20Session\x20saved.','ybDjt','Authenticate\x20via\x20MCP\x20proxy','CYlNh','Name\x20of\x20the\x20environment\x20to\x20update','ranger\x20create','migrate\x20[profile-name]','FZQfc','CIsQt','config\x20list','pIyPI','ohstH','Alias\x20for\x20--mcp-bootstrap','Feature\x20review\x20description','QuDnY','config\x20get','profile\x20config\x20get','nELsN','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','list\x20<profile>','StTOp','CbwSe','XrcLb','Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.','ZWDoK','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','\x20FAILED','xxAvY','xsRBg','Print\x20the\x20current\x20CLI\x20access\x20token','test','gbkNB','tpBcb','Run\x20full\x20interactive\x20setup','allow-insecure-localhost','IEmyg','setup-ci','message','SKPHj','encrypt-auth\x20<profile>','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','\x20VERIFIED','profiles','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','checklist','test_output','RdjMr','UgNAl','unhandledRejection','UHYZw','delete\x20<profile-name>','BSpex','ImTZs','kBUnn','update\x20<env-name>','gUwul','WjMyC','ranger\x20list','show\x20[id]','Skip\x20authentication','6918250ZKnNtL','anKGA','ranger\x20profile\x20use','hzoYh','xNjgl','unset\x20<env>\x20<key>','OKsId','evaluationReason','PEowE','MIGGG','Zaode','Config\x20key\x20to\x20remove','debug-outcome','log','hVGNZ','gPDds','Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20','\x20is\x20no\x20longer\x20supported.\x20','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','severity','all','WtMXl','profile-name','SGQFB','ranger\x20go','TOhOj','tokenOrSubcommand','exclude-scenario','72LEsaZv','dPPsQ','--env','profile\x20config\x20list','mmAay','profile\x20login','--scenario','BfStt','command','NvoZI','hook','OTVyV','Fgbgj','\x20is\x20now\x20','setup:all','headed','version','enable','ranger\x20feature\x20get-feedback','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','LzHPv','evaluation','Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','disable','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','kpQIg','kehNX','xuZEe','not_configured','usage','ranger\x20config\x20unset','incomplete','Name\x20of\x20the\x20environment','login','Feature\x20review\x20ID\x20to\x20restore','fysBg','Restore\x20a\x20soft-deleted\x20feature\x20review','JsxfW','kNgGc','rIKyZ','zOZbW','vYqat','exitCode','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','wbXhY','setup:login','dTwFO','80gCAIcn','user','clean','with-deps','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','JQsTG','print-access-token','yes','qSsDp','aNtiJ','JoQzc','feature\x20add-checklist-item','array','4TmqacP','opencode','startsWith','Environment\x20name','edit-scenario','current-branch','SVgaN','Feature\x20review\x20ID','VXqky','dcOku','pyIwP','get-review','Nbptx','Documentation:\x0a','xDItz','kOSmu','SGmFw','UtFFi','error','Install\x20Chromium\x20browser\x20binary','gGqKZ','profile\x20delete','FeGkc','add\x20env','delete','mcp','nDvEm','env\x20update','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','ohgvz','positional','IdLfY','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)','edit-scenario\x20<description>','strictCommands','.ranger','delete\x20[id]','profile\x20config\x20set','profile','You\x20must\x20specify\x20an\x20auth\x20subcommand','OdFDb','ranger\x20feature\x20delete','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','nzkUV','CeJYO','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','sbadP','aACIN','pJYJh','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','token','1290240Iqygho','Hrhfo','force','update','name','TYYwO','argv','jyJNY','rlimB','fzDBc','QQVQF','Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','mcpkn','yroYk','jVxEQ','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','OmJME','ranger\x20env\x20ls','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','skip-auth','slice','tmAiU','add-checklist-item\x20<description>','Cloud\x20profile\x20name','qyWYR','307018vnvXdC','ranger\x20add-scenario','ranger\x20feature\x20show','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','MYNua','JcgKx','url','McaQa','restore','Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','fnjWG','sRLMO','Scenario\x20description','value','idROd','report','ranger\x20use','HBXyV','hjXxq','IbGYD','ranger\x20profile\x20ls','config\x20set','Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','issues','start','EdHWj','KueNG','sRJGK','json','hxHuj','UkZsi','profile\x20use','scenario','ckzRP','baJzd','SJGZj','show','rrlKC','ranger\x20profile\x20config\x20get','notes','mVnYz','ranger\x20feature\x20add-checklist-item','hLOTu','ykJVy','goBPM','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','YsuDY','setup:deps','ranger\x20start','skills','\x20\x20https://docs.ranger.net\x0a','item','Name\x20of\x20the\x20profile','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Switch\x20to\x20using\x20a\x20specific\x20profile','rrxCK','ULnAo','Samgl','skip-chromium','ranger\x20verify-feature','--notes','verified','rQzgU','Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','Config\x20key','yfzKh','LhhUV','SaHkd','PaXfM','Scenario\x20index\x20(1-based)','Name\x20of\x20the\x20profile\x20to\x20update','env-name','Ranger\x20API\x20token\x20(rngr_...)','API\x20token','Optional\x20feature\x20ID','encrypt\x20<profile>','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\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\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.','demandCommand','1400157XWolAS','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20','fsHZf','qdszL','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','VGNUP','exit','ySsbz','profile\x20add','hook:disable','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','--task','resume','Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','hDVXT','ranger\x20profile\x20config\x20set','LZSIA','trackCommandError','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','efPsl','organizationName','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','ANXVl','Ranger\x20API\x20token','key','resume\x20[id]','number','limit','ranger\x20config\x20get','ptpQf','PFcSV','Name\x20of\x20the\x20cloud\x20profile\x20to\x20delete','TaTJl','base-url','start\x20[token]','bzkIn','VOrRG','Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','HlRBA','sgDKK','dNHji','description','CQfII','No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.','save-creds','xmpTk','nOZec','setup:profiles','option','Bamag','unknown\x20error'];_0x56db=function(){return _0x248e0d;};return _0x56db();}function _0x5771(_0x86ee8e,_0x3935eb){_0x86ee8e=_0x86ee8e-0x1cc;const _0x56dbba=_0x56db();let _0x577115=_0x56dbba[_0x86ee8e];return _0x577115;}export function buildParser(_0xea1d60){const _0x4f0d52=_0x5dded6,_0x46260e={'MvRxI':_0x4f0d52(0x251),'IDPsz':_0x4f0d52(0x202),'RYgHy':_0x4f0d52(0x2a3),'LZSIA':'array','rIKyZ':_0x4f0d52(0x335),'tmAiU':'Example:\x20ranger\x20create\x20my-feature','ohstH':_0x4f0d52(0x27c),'xNjgl':'--checklist','PFcSV':function(_0x123cda,_0x30deed,_0x57d631){return _0x123cda(_0x30deed,_0x57d631);},'SVgaN':'create','gUwul':'current-branch','RndZj':_0x4f0d52(0x26a),'lnIDW':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','NggRn':_0x4f0d52(0x1f4),'CbwSe':_0x4f0d52(0x1eb),'JQsTG':'offset','zaDAP':'include-deleted','hjXxq':_0x4f0d52(0x26d),'unsBr':'Feature\x20review\x20ID','YptlY':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','UkZsi':function(_0x50b9c0,_0x281eb3,_0x4ca53a){return _0x50b9c0(_0x281eb3,_0x4ca53a);},'BhBGE':_0x4f0d52(0x364),'UAcGX':_0x4f0d52(0x38d),'PCdAB':_0x4f0d52(0x216),'IEmyg':'number','rharp':'Scenario\x20number\x20to\x20edit\x20(1-based)','baJzd':function(_0x230d68,_0x1bf529,_0x5ec4de){return _0x230d68(_0x1bf529,_0x5ec4de);},'BfStt':_0x4f0d52(0x2ce),'KkVnB':_0x4f0d52(0x2fa),'vYqat':_0x4f0d52(0x290),'nzkUV':function(_0x3dde63,_0xe1cded,_0x267dfd){return _0x3dde63(_0xe1cded,_0x267dfd);},'fsHZf':_0x4f0d52(0x316),'VXqky':_0x4f0d52(0x249),'Klslc':'token','yhFvc':'Ranger\x20API\x20token','HBXyV':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','PEowE':_0x4f0d52(0x2b2),'bnPSw':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','JoQzc':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','wbXhY':_0x4f0d52(0x29f),'xsRBg':'allow-insecure-localhost','ujAzi':_0x4f0d52(0x2a2),'QuDnY':function(_0x2c0e43,_0x1f8ebf,_0x30e175){return _0x2c0e43(_0x1f8ebf,_0x30e175);},'wPPBj':_0x4f0d52(0x387),'kehNX':function(_0x491886){return _0x491886();},'bccNx':_0x4f0d52(0x256),'ptfmI':function(_0x2bad16,_0x2dae8e){return _0x2bad16+_0x2dae8e;},'Enise':'Subcommand\x20or\x20API\x20token\x20(rngr_...)','zmTrb':_0x4f0d52(0x298),'DyBmb':_0x4f0d52(0x2f0),'SChZH':_0x4f0d52(0x389),'tpBcb':'Install\x20Claude\x20Code\x20plugin\x20and\x20skills','TjoPk':'Set\x20up\x20a\x20local\x20browser\x20profile','ybDjt':_0x4f0d52(0x35a),'Bamag':_0x4f0d52(0x30c),'ySsbz':_0x4f0d52(0x2e7),'hLOTu':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','WtMXl':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','hDVXT':_0x4f0d52(0x1fa),'RTzMY':_0x4f0d52(0x1e6),'rQzgU':'skip-chromium','LAtTS':'Skip\x20Chromium\x20browser\x20installation','XKYfG':_0x4f0d52(0x29b),'Zaode':'project','THqSh':'Install\x20scope\x20for\x20skills','nOZec':function(_0x15f43c,_0xcba28b){return _0x15f43c(_0xcba28b);},'vbnIW':'skip-auth','LQRqa':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','DZgxr':'cdp-endpoint','GAxCQ':'safe-mode','xbpFd':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','CLsEX':'user','JGPzi':_0x4f0d52(0x361),'Hrhfo':_0x4f0d52(0x1e0),'OTVyV':function(_0x1dca1d,_0xbb5bc1){return _0x1dca1d(_0xbb5bc1);},'WjMyC':_0x4f0d52(0x1f8),'xmpTk':_0x4f0d52(0x305),'rLSWm':'Skip\x20the\x20deletion\x20confirmation\x20prompt.','YsuDY':function(_0x147694,_0x20c5b9,_0x7a4fd2){return _0x147694(_0x20c5b9,_0x7a4fd2);},'kXTBL':'profile\x20encrypt-auth','meiGp':'profile\x20migrate','qSsDp':_0x4f0d52(0x331),'yyaKP':_0x4f0d52(0x2d2),'dcOku':_0x4f0d52(0x257),'bfZCP':'get\x20<profile>\x20<key>','NrtlL':'Get\x20a\x20config\x20value','FZMIL':_0x4f0d52(0x28a),'xDItz':'List\x20all\x20config\x20for\x20a\x20profile','rrQBt':'Remove\x20a\x20config\x20value','SGQFB':'reset\x20<profile>','jVxEQ':_0x4f0d52(0x262),'nDvEm':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','TJfAD':_0x4f0d52(0x38c),'ZeXSw':function(_0xc08178,_0x382169,_0x514a01){return _0xc08178(_0x382169,_0x514a01);},'sCuzU':'profile-name','XsVEa':_0x4f0d52(0x204),'ptpQf':'save-creds','emgvo':_0x4f0d52(0x385),'ksxeM':_0x4f0d52(0x1f1),'ckzRP':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','sRLMO':'add\x20<profile-name>','OdFDb':'use\x20<profile-name>','nthdC':_0x4f0d52(0x38e),'yroYk':_0x4f0d52(0x2a9),'fnjWG':'List\x20all\x20profiles','bzKwL':'update\x20<profile-name>','LOwDF':'Update\x20authentication\x20for\x20an\x20existing\x20profile','gwKaD':_0x4f0d52(0x27d),'brHKr':'Manage\x20profile\x20configuration','HbVaK':'You\x20must\x20specify\x20a\x20profile\x20subcommand','JstMh':function(_0x43f5dd,_0x14bbd2,_0x313951){return _0x43f5dd(_0x14bbd2,_0x313951);},'SGmFw':_0x4f0d52(0x341),'PaXfM':function(_0x1d25dc){return _0x1d25dc();},'QCiyq':function(_0x32c81d,_0x1219d7,_0x2a4eec){return _0x32c81d(_0x1219d7,_0x2a4eec);},'aYslc':_0x4f0d52(0x304),'CYlNh':_0x4f0d52(0x1d3),'YtVyB':_0x4f0d52(0x32b),'MIGGG':_0x4f0d52(0x37f),'SkgVY':_0x4f0d52(0x350),'TaTJl':'start-path','zZXnk':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','WqrxO':_0x4f0d52(0x1e2),'Nbptx':'model','xBMFS':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','SJGZj':'debug-outcome','LhhUV':'verified','FeGkc':_0x4f0d52(0x243),'RdjMr':'debug-address-comments','BFmRB':_0x4f0d52(0x38b),'gwYro':'Profile\x20name','kpQIg':_0x4f0d52(0x332),'kBUnn':_0x4f0d52(0x340),'vqNzN':_0x4f0d52(0x301),'KueNG':_0x4f0d52(0x388),'CQfII':_0x4f0d52(0x370),'kNgGc':'task','nELsN':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','bzkIn':'Scenario\x20index\x20(1-based)','UtFFi':'scenario','zEKuZ':_0x4f0d52(0x2de),'WjhQT':_0x4f0d52(0x24b),'FnXYS':_0x4f0d52(0x2ee),'SaHkd':_0x4f0d52(0x245),'lJPna':_0x4f0d52(0x322),'McaQa':function(_0x464e1c,_0x7093c1,_0x2ceb8f){return _0x464e1c(_0x7093c1,_0x2ceb8f);},'jvHqx':_0x4f0d52(0x368),'rlimB':_0x4f0d52(0x2b5),'IbGYD':'ranger\x20config\x20set','aIfvX':_0x4f0d52(0x36d),'bNhoG':'env','VGNUP':'Environment\x20name','hkVau':'Config\x20key','YJASH':_0x4f0d52(0x1f5),'ULnAo':_0x4f0d52(0x37e),'yWclT':'ranger\x20profile\x20config\x20list','XPfgy':_0x4f0d52(0x2ed),'SKPHj':function(_0x29fd97,_0x3e2b26,_0x6b920d){return _0x29fd97(_0x3e2b26,_0x6b920d);},'dPPsQ':'config\x20unset','hVGNZ':'value','qyWYR':_0x4f0d52(0x24a),'wlfCr':_0x4f0d52(0x2b8),'AHPPU':'You\x20must\x20specify\x20a\x20config\x20subcommand','NGRSf':'ranger\x20profile\x20update','owlQD':_0x4f0d52(0x36c),'dOBms':'env\x20list','yfzKh':'env-name','QogLy':function(_0x5dbb66,_0x5f303a,_0x4a4614){return _0x5dbb66(_0x5f303a,_0x4a4614);},'GrexR':'ranger\x20feature\x20create','efPsl':'--scenario','vFRQg':'feature\x20create','dNHji':'ranger\x20feature\x20resume','ZWDoK':'ranger\x20resume','bADJf':'feature\x20resume','DDfap':function(_0x3cb6d1,_0x5ba55a,_0x46bd24){return _0x3cb6d1(_0x5ba55a,_0x46bd24);},'bIGjg':_0x4f0d52(0x2e1),'EdHWj':_0x4f0d52(0x20e),'CIsQt':'Feature\x20review\x20ID\x20to\x20restore','iORfr':_0x4f0d52(0x258),'pqobr':'ranger\x20feature\x20restore','wyZzL':'list','IdLfY':_0x4f0d52(0x354),'DctWu':_0x4f0d52(0x32f),'vHSvB':'restore\x20<id>','sRJGK':_0x4f0d52(0x338),'ivsxr':_0x4f0d52(0x26c),'MblVh':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','xxAvY':'hook:enable','anKGA':_0x4f0d52(0x1e1),'QQGrI':'enable','NrWDA':'Enable\x20Ranger\x20hooks\x20for\x20this\x20session','xRlKV':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)','kfiIx':function(_0x1bd0aa,_0x36d87b){return _0x1bd0aa(_0x36d87b);},'gbkNB':_0x4f0d52(0x1ee),'WPnvJ':function(_0x335e82,_0x583fbb){return _0x335e82(_0x583fbb);},'zDdaT':_0x4f0d52(0x276),'rrxCK':_0x4f0d52(0x2e2),'LzHPv':_0x4f0d52(0x32c),'zQEFN':'report\x20[id]','cwneS':'get-review\x20[id]','qsODj':'Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','bJsED':'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','FyipZ':_0x4f0d52(0x2f3),'mgwwF':'setup-ci\x20<token>','rkJOA':_0x4f0d52(0x289),'NvoZI':'skillup','Vpxuq':_0x4f0d52(0x300),'HZOPM':_0x4f0d52(0x34d),'fysBg':_0x4f0d52(0x294),'OxYEY':'verify-feature','Fgbgj':'add\x20env\x20<env-name>','gmHRo':'config','covQg':'feature','mVnYz':_0x4f0d52(0x2d9),'zolae':_0x4f0d52(0x318),'dTwFO':_0x4f0d52(0x38a),'AhfPH':'\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','hJYih':'help'};return _0x46260e['WPnvJ'](_0x179218,_0xea1d60??process[_0x4f0d52(0x344)]['slice'](0x2))['scriptName']('ranger')[_0x4f0d52(0x2ec)](TOP_LEVEL_HELP)[_0x4f0d52(0x2df)](getCurrentVersion())[_0x4f0d52(0x2d7)]('create\x20<name>',_0x4f0d52(0x33c),_0x377501=>{const _0x460590=_0x4f0d52;return _0x377501[_0x460590(0x329)](_0x460590(0x342),{'type':'string','description':_0x46260e[_0x460590(0x211)],'demandOption':!![]})[_0x460590(0x209)](_0x46260e[_0x460590(0x264)],{'type':'string','alias':'d','description':_0x460590(0x284)})[_0x460590(0x209)]('scenario',{'type':_0x460590(0x30a),'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x46260e['RYgHy'],{'type':_0x46260e['LZSIA'],'hidden':!![]});},async _0x32c9e5=>{const _0x36c843=_0x4f0d52;if(!_0x32c9e5[_0x36c843(0x342)]){console[_0x36c843(0x31d)](_0x46260e[_0x36c843(0x2f6)]+_0x46260e[_0x36c843(0x353)]),process['exit'](0x1);return;}warnFlagRenamed(_0x46260e[_0x36c843(0x282)],_0x46260e[_0x36c843(0x2b7)],_0x36c843(0x2d5));const _0x5b0556=_0x32c9e5[_0x36c843(0x378)]||_0x32c9e5[_0x36c843(0x2a3)];await _0x46260e[_0x36c843(0x1f7)](withTelemetry,_0x46260e[_0x36c843(0x311)],()=>featureCreate(_0x32c9e5['name'],{'description':_0x32c9e5[_0x36c843(0x202)],'scenarios':_0x5b0556}));})[_0x4f0d52(0x2d7)](_0x4f0d52(0x270),_0x46260e[_0x4f0d52(0x23e)],_0x2f77d4=>{const _0xc22758=_0x4f0d52;return _0x2f77d4[_0xc22758(0x209)](_0x46260e[_0xc22758(0x2ae)],{'type':_0x46260e[_0xc22758(0x250)],'description':_0x46260e['lnIDW']})['option'](_0x46260e['NggRn'],{'type':'number','alias':'l','description':_0x46260e[_0xc22758(0x28c)],'default':0xa})[_0xc22758(0x209)](_0x46260e['JQsTG'],{'type':_0xc22758(0x1f3),'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})[_0xc22758(0x209)](_0x46260e['zaDAP'],{'type':_0xc22758(0x26a),'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x3e1b85=>{const _0x3744db=_0x4f0d52;await withTelemetry('list',()=>featureList({'currentBranch':_0x3e1b85[_0x3744db(0x310)],'limit':_0x3e1b85['limit'],'offset':_0x3e1b85['offset'],'includeDeleted':_0x3e1b85['include-deleted']}));})[_0x4f0d52(0x2d7)]('show\x20[id]',_0x46260e[_0x4f0d52(0x38f)],_0x46b0ed=>{return _0x46b0ed['positional']('id',{'type':_0x46260e['hjXxq'],'description':_0x46260e['unsBr']});},async _0x167db7=>{const _0x484e58=_0x4f0d52;await withTelemetry(_0x484e58(0x37c),()=>featureShow(_0x167db7['id']));})[_0x4f0d52(0x2d7)]('resume\x20[id]',_0x4f0d52(0x302),_0x29840b=>{const _0x589115=_0x4f0d52;return _0x29840b[_0x589115(0x329)]('id',{'type':'string','description':_0x46260e[_0x589115(0x227)]});},async _0x369d51=>{const _0x401af1=_0x4f0d52;await _0x46260e[_0x401af1(0x376)](withTelemetry,_0x401af1(0x1e4),()=>featureResume(_0x369d51['id']));})['command']('add-scenario\x20<description>',_0x4f0d52(0x2c5),_0x3dba4f=>{const _0x2ef6ae=_0x4f0d52;return _0x3dba4f[_0x2ef6ae(0x329)](_0x2ef6ae(0x202),{'type':_0x2ef6ae(0x26d),'description':_0x46260e['BhBGE'],'demandOption':!![]})[_0x2ef6ae(0x209)]('id',{'type':'string','description':_0x46260e['UAcGX']});},async _0x44f374=>{const _0x49f85b=_0x4f0d52;await withTelemetry(_0x49f85b(0x214),()=>featureAddScenario(_0x44f374[_0x49f85b(0x202)],_0x44f374['id']));})['command'](_0x46260e[_0x4f0d52(0x2e3)],'Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x4ac948=>{const _0x4c5482=_0x4f0d52;return _0x4ac948['positional'](_0x46260e[_0x4c5482(0x264)],{'type':'string','description':_0x46260e['PCdAB'],'demandOption':!![]})[_0x4c5482(0x209)](_0x4c5482(0x378),{'type':_0x46260e[_0x4c5482(0x29a)],'description':_0x46260e['rharp'],'demandOption':!![]})[_0x4c5482(0x209)]('id',{'type':_0x4c5482(0x26d),'description':_0x46260e['UAcGX']});},async _0x34393d=>{const _0x18a4b2=_0x4f0d52;await _0x46260e[_0x18a4b2(0x37a)](withTelemetry,_0x18a4b2(0x30f),()=>featureEditScenario(_0x34393d[_0x18a4b2(0x202)],{'id':_0x34393d['id'],'scenario':_0x34393d[_0x18a4b2(0x378)]}));})[_0x4f0d52(0x2d7)](_0x46260e[_0x4f0d52(0x263)],'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x3db055=>{const _0x29d7ef=_0x4f0d52;return _0x3db055['positional']('id',{'type':_0x46260e['hjXxq'],'description':_0x29d7ef(0x312)})[_0x29d7ef(0x209)](_0x46260e[_0x29d7ef(0x2d6)],{'type':_0x29d7ef(0x30a),'description':_0x46260e[_0x29d7ef(0x234)]})['option'](_0x29d7ef(0x374),{'type':_0x29d7ef(0x26a),'description':_0x46260e[_0x29d7ef(0x2f8)],'default':![]});},async _0x476977=>{const _0x4ebac9=_0x4f0d52,_0x2ea622=_0x476977[_0x4ebac9(0x2ce)],_0x4ae775=_0x2ea622?_0x2ea622['map'](_0x621390=>Number(_0x621390)):undefined;await withTelemetry(_0x4ebac9(0x367),()=>featureReportPrDescription(_0x476977['id'],{'excludeScenarios':_0x4ae775,'json':_0x476977['json']}));})[_0x4f0d52(0x2d7)](_0x46260e['cwneS'],_0x46260e['qsODj'],_0x18c1f7=>{const _0x5f0fbf=_0x4f0d52;return _0x18c1f7['positional']('id',{'type':_0x5f0fbf(0x26d),'description':_0x5f0fbf(0x38d)});},async _0x494727=>{const _0x30a749=_0x4f0d52;await _0x46260e['nzkUV'](withTelemetry,_0x46260e[_0x30a749(0x1da)],()=>featureGetReview(_0x494727['id']));})[_0x4f0d52(0x2d7)](_0x46260e['DctWu'],_0x46260e['bJsED'],_0x5c0446=>{const _0x721d0a=_0x4f0d52;return _0x5c0446[_0x721d0a(0x329)]('id',{'type':_0x46260e['hjXxq'],'description':_0x721d0a(0x312)});},async _0x29adf2=>{const _0x56ae97=_0x4f0d52;await withTelemetry(_0x56ae97(0x323),()=>featureDelete(_0x29adf2['id']));})[_0x4f0d52(0x2d7)](_0x46260e[_0x4f0d52(0x23b)],_0x46260e['FyipZ'],_0x1805c1=>{const _0x5726e3=_0x4f0d52;return _0x1805c1['positional']('id',{'type':_0x46260e[_0x5726e3(0x36a)],'description':_0x5726e3(0x2f1),'demandOption':!![]});},async _0x265b27=>{const _0x4c6945=_0x4f0d52;await withTelemetry(_0x4c6945(0x360),()=>featureRestore(_0x265b27['id']));})[_0x4f0d52(0x2d7)](_0x4f0d52(0x210),'Initialize\x20Ranger\x20in\x20your\x20project',_0xcb971a=>{const _0x4e708c=_0x4f0d52,_0x25f59e={'youXh':_0x46260e['Klslc'],'jyJNY':_0x46260e['yhFvc'],'rAVQo':_0x4e708c(0x392),'iaWfW':_0x46260e[_0x4e708c(0x369)],'GQpcL':_0x46260e[_0x4e708c(0x2bb)],'pIyPI':_0x46260e['bnPSw'],'kIfqv':_0x4e708c(0x26d),'JsxfW':_0x4e708c(0x2ff),'QhkQK':_0x46260e[_0x4e708c(0x308)],'Epdtg':'force','pyIwP':_0x46260e['wbXhY'],'VOrRG':_0x46260e[_0x4e708c(0x250)],'cLeDV':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','BPumh':_0x46260e['xsRBg'],'gPDds':_0x46260e['ujAzi'],'tUaok':_0x46260e[_0x4e708c(0x313)],'hxHuj':_0x4e708c(0x283),'DHqLc':_0x4e708c(0x1e5),'aNtiJ':function(_0x8d136,_0x113f65,_0x4501a6){const _0x370e09=_0x4e708c;return _0x46260e[_0x370e09(0x285)](_0x8d136,_0x113f65,_0x4501a6);},'cEPRf':_0x46260e['wPPBj'],'UCTFY':'mcp','VdPzD':_0x4e708c(0x279),'cKpoE':function(_0x69c60c){const _0x2983f5=_0x4e708c;return _0x46260e[_0x2983f5(0x2e9)](_0x69c60c);},'cySRc':_0x4e708c(0x349),'ohgvz':_0x4e708c(0x2fc),'QXZnI':_0x46260e[_0x4e708c(0x25d)],'StTOp':_0x4e708c(0x23a),'OXRrc':function(_0x502c6d,_0x46b898){return _0x502c6d(_0x46b898);},'sCroB':function(_0x27cfa8,_0x1d992c){return _0x27cfa8!==_0x1d992c;},'TOhOj':function(_0x3f2947,_0x3cae9e){const _0x58749c=_0x4e708c;return _0x46260e[_0x58749c(0x244)](_0x3f2947,_0x3cae9e);}};return _0xcb971a['usage'](_0x4e708c(0x242))[_0x4e708c(0x329)]('tokenOrSubcommand',{'type':'string','description':_0x46260e[_0x4e708c(0x268)]})[_0x4e708c(0x2d7)]('all',_0x46260e['zmTrb'],_0x246eb9=>{const _0x3ad3a5=_0x4e708c;return _0x246eb9['option'](_0x25f59e[_0x3ad3a5(0x215)],{'type':'string','description':_0x25f59e[_0x3ad3a5(0x345)]})['option'](_0x25f59e['rAVQo'],{'type':_0x3ad3a5(0x26a),'description':_0x25f59e['iaWfW'],'default':![]})['option'](_0x3ad3a5(0x351),{'type':'boolean','description':_0x25f59e['GQpcL'],'default':![]})['option']('with-deps',{'type':_0x3ad3a5(0x26a),'description':_0x25f59e[_0x3ad3a5(0x281)],'default':![]})[_0x3ad3a5(0x209)](_0x3ad3a5(0x256),{'type':_0x25f59e['kIfqv'],'choices':[_0x25f59e['JsxfW']],'hidden':!![],'description':_0x25f59e['QhkQK']})['option']('url',{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup'})[_0x3ad3a5(0x209)](_0x25f59e[_0x3ad3a5(0x229)],{'type':_0x3ad3a5(0x26a),'description':_0x25f59e[_0x3ad3a5(0x315)],'default':![]})[_0x3ad3a5(0x209)]('opencode',{'type':_0x25f59e[_0x3ad3a5(0x1fd)],'description':_0x25f59e['cLeDV'],'default':![]})['option'](_0x25f59e['BPumh'],{'type':_0x3ad3a5(0x26a),'description':_0x25f59e[_0x3ad3a5(0x2c2)],'default':![]})[_0x3ad3a5(0x209)](_0x25f59e[_0x3ad3a5(0x240)],{'type':_0x25f59e[_0x3ad3a5(0x1fd)],'description':_0x3ad3a5(0x1dc),'default':![]})[_0x3ad3a5(0x209)]('mcp',{'type':_0x3ad3a5(0x26a),'description':_0x25f59e[_0x3ad3a5(0x375)],'default':![]});},async _0x2a6f6e=>{const _0x490b8c=_0x4e708c;(_0x2a6f6e[_0x46260e['VXqky']]||_0x2a6f6e[_0x490b8c(0x324)])&&await _0x46260e[_0x490b8c(0x336)](withTelemetry,_0x46260e[_0x490b8c(0x313)],()=>mcpBootstrap()),await withTelemetry(_0x490b8c(0x2dd),_0x35bed7=>start(_0x2a6f6e[_0x490b8c(0x33d)],{'skipChromium':_0x2a6f6e[_0x490b8c(0x392)],'skipAuth':_0x2a6f6e['skip-auth'],'withDeps':_0x2a6f6e['with-deps'],'scope':_0x2a6f6e[_0x490b8c(0x256)],'url':_0x2a6f6e['url'],'force':_0x2a6f6e[_0x490b8c(0x340)],'opencode':_0x2a6f6e[_0x490b8c(0x30c)],'allowInsecureLocalhost':_0x2a6f6e['allow-insecure-localhost']},_0x35bed7));})['command']('deps',_0x4e708c(0x31e),_0x290abd=>{const _0x2a3f8f=_0x4e708c;return _0x290abd[_0x2a3f8f(0x209)](_0x2a3f8f(0x301),{'type':_0x2a3f8f(0x26a),'description':_0x25f59e['DHqLc'],'default':![]});},async _0x2c6e5c=>{const _0x1c0687=_0x4e708c;await _0x25f59e[_0x1c0687(0x307)](withTelemetry,_0x25f59e['cEPRf'],()=>ensureChromium(_0x2c6e5c['with-deps']));})['command'](_0x46260e['DyBmb'],'Authenticate\x20with\x20Ranger',_0x31e20a=>{const _0x14e0de=_0x4e708c;return _0x31e20a['option'](_0x14e0de(0x33d),{'type':'string','description':_0x14e0de(0x1d1)})[_0x14e0de(0x209)](_0x25f59e['UCTFY'],{'type':_0x25f59e['VOrRG'],'description':_0x25f59e['VdPzD'],'default':![]});},async _0x42af3b=>{const _0x554ac6=_0x4e708c;await withTelemetry(_0x25f59e[_0x554ac6(0x328)],async()=>{const _0x31c64b=_0x554ac6;if(_0x42af3b['mcp']){await mcpBootstrap();const _0x191152=await _0x25f59e['cKpoE'](refreshCliToken);if(!_0x191152)throw new Error(_0x25f59e['cySRc']);const _0x2762bc=await getCurrentUser(_0x191152);if(!_0x2762bc['success'])throw new Error(_0x31c64b(0x2c3)+_0x2762bc[_0x31c64b(0x31d)]);console[_0x31c64b(0x2c0)](_0x31c64b(0x213)+_0x2762bc['user'][_0x31c64b(0x1ed)]);return;}await authenticate(_0x42af3b[_0x31c64b(0x33d)]);});})[_0x4e708c(0x2d7)](_0x46260e['SChZH'],_0x46260e[_0x4e708c(0x297)],_0x3ca427=>{const _0x248d63=_0x4e708c;return _0x3ca427[_0x248d63(0x209)](_0x25f59e['QXZnI'],{'type':_0x25f59e[_0x248d63(0x236)],'choices':[_0x25f59e[_0x248d63(0x2f4)],_0x25f59e[_0x248d63(0x28b)]],'description':_0x248d63(0x233)})['option'](_0x248d63(0x30c),{'type':'boolean','description':'Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','default':![]});},async _0x9214aa=>{await _0x46260e['nzkUV'](withTelemetry,'setup:skills',async()=>{const _0x123186=_0x5771,_0x2bfa23=_0x9214aa['scope'];if(_0x9214aa['opencode']){const _0x333a5e=await ensureOpencodePluginConfig(_0x2bfa23);_0x333a5e&&await installSkill(_0x123186(0x222),{'level':_0x333a5e[_0x123186(0x256)],'cliVersion':getCurrentVersion(),'platform':'opencode'});}else await _0x25f59e[_0x123186(0x254)](ensureClaudePlugin,_0x2bfa23),await ensureClaudeSkills(_0x2bfa23);});})['command']('profiles',_0x46260e[_0x4e708c(0x20f)],_0x4f7a4c=>{const _0x42a21b=_0x4e708c;return _0x4f7a4c[_0x42a21b(0x209)]('scope',{'type':_0x42a21b(0x26d),'choices':['user'],'description':_0x42a21b(0x1fe)})[_0x42a21b(0x209)](_0x42a21b(0x35e),{'type':_0x42a21b(0x26d),'description':'Base\x20URL\x20of\x20the\x20running\x20app'})[_0x42a21b(0x209)]('skip-auth',{'type':_0x25f59e['VOrRG'],'description':'Skip\x20browser\x20authentication','default':![]})[_0x42a21b(0x209)](_0x42a21b(0x340),{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x42a21b(0x209)](_0x25f59e['BPumh'],{'type':_0x25f59e['VOrRG'],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','default':![]});},async _0x27cc80=>{const _0x338209=_0x4e708c,_0x500418=_0x27cc80[_0x338209(0x256)];_0x500418!==undefined&&_0x25f59e['sCroB'](_0x500418,_0x338209(0x2ff))&&(console[_0x338209(0x31d)](_0x25f59e[_0x338209(0x2cc)](_0x25f59e[_0x338209(0x2cc)]('ranger\x20setup\x20profiles\x20--scope='+_0x500418+_0x338209(0x2c4),_0x338209(0x1d9)),_0x338209(0x28e))),process[_0x338209(0x1de)](0x1)),await withTelemetry(_0x338209(0x208),_0x4f887d=>ensureLocalEnv({'url':_0x27cc80[_0x338209(0x35e)],'force':_0x27cc80[_0x338209(0x340)],'allowInsecureLocalhost':_0x27cc80[_0x338209(0x299)],'scope':_0x338209(0x2ff)},_0x4f887d));})[_0x4e708c(0x209)]('skip-chromium',{'type':_0x4e708c(0x26a),'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})['option'](_0x46260e[_0x4e708c(0x25d)],{'type':_0x46260e[_0x4e708c(0x36a)],'choices':['user'],'hidden':!![],'description':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.'})[_0x4e708c(0x209)](_0x4e708c(0x35e),{'type':_0x4e708c(0x26d),'description':_0x46260e[_0x4e708c(0x278)]})['option']('force',{'type':'boolean','description':_0x4e708c(0x29f),'default':![]})['option'](_0x46260e['Bamag'],{'type':'boolean','description':_0x46260e[_0x4e708c(0x1df)],'default':![]})[_0x4e708c(0x209)](_0x46260e['xsRBg'],{'type':'boolean','description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})['option'](_0x46260e[_0x4e708c(0x313)],{'type':_0x4e708c(0x26a),'description':_0x46260e[_0x4e708c(0x382)],'default':![]})[_0x4e708c(0x209)]('skip-auth',{'type':_0x46260e['RndZj'],'description':_0x4e708c(0x25b),'default':![]})[_0x4e708c(0x209)]('with-deps',{'type':'boolean','description':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','default':![]})['option']('token',{'type':'string','hidden':!![],'description':_0x4e708c(0x1d2)});},async _0x407d69=>{const _0xbce72d=_0x4f0d52,_0x2051d2=_0x407d69[_0xbce72d(0x2cd)],_0x4e70c0=_0x407d69['token']??_0x2051d2;_0x407d69[_0x46260e['VXqky']]&&await withTelemetry(_0xbce72d(0x249),()=>mcpBootstrap()),await withTelemetry(_0xbce72d(0x370),_0x2ba602=>start(_0x4e70c0,{'skipChromium':_0x407d69[_0xbce72d(0x392)],'skipAuth':_0x407d69[_0xbce72d(0x351)],'withDeps':_0x407d69[_0xbce72d(0x301)],'scope':_0x407d69[_0xbce72d(0x256)],'url':_0x407d69['url'],'force':_0x407d69['force'],'opencode':_0x407d69[_0xbce72d(0x30c)],'allowInsecureLocalhost':_0x407d69[_0xbce72d(0x299)]},_0x2ba602));})['command'](_0x46260e['mgwwF'],'Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x10ae89=>{const _0x324afa=_0x4f0d52;return _0x10ae89[_0x324afa(0x329)]('token',{'type':'string','description':_0x324afa(0x1f0),'demandOption':!![]})['option']('profile',{'type':_0x46260e[_0x324afa(0x36a)],'description':_0x46260e[_0x324afa(0x2c8)]})['option'](_0x46260e[_0x324afa(0x1e7)],{'type':_0x324afa(0x26d),'description':_0x46260e[_0x324afa(0x265)]})[_0x324afa(0x209)](_0x46260e[_0x324afa(0x396)],{'type':_0x46260e[_0x324afa(0x250)],'description':_0x46260e['LAtTS'],'default':![]});},async _0x52e3b2=>{const _0xef10c5=_0x4f0d52;await withTelemetry(_0x46260e[_0xef10c5(0x21d)],_0x19b475=>setupCi(_0x52e3b2[_0xef10c5(0x33d)],{'profile':_0x52e3b2[_0xef10c5(0x331)],'baseUrl':_0x52e3b2[_0xef10c5(0x1fa)],'skipChromium':_0x52e3b2['skip-chromium']},_0x19b475));})[_0x4f0d52(0x2d7)](_0x4f0d52(0x2f0),_0x46260e['rkJOA'],()=>{},async()=>{await withTelemetry(_0x46260e['DyBmb'],()=>login());})[_0x4f0d52(0x2d7)](_0x46260e[_0x4f0d52(0x2d8)],'Install\x20Ranger\x20skills',_0x9dca0d=>{const _0x29a2e4=_0x4f0d52;return _0x9dca0d['option'](_0x46260e[_0x29a2e4(0x20a)],{'type':_0x29a2e4(0x26a),'description':'Install\x20skills\x20for\x20OpenCode','default':![]})['option'](_0x46260e[_0x29a2e4(0x25d)],{'type':_0x29a2e4(0x26d),'choices':['user',_0x46260e[_0x29a2e4(0x2bd)]],'description':_0x46260e[_0x29a2e4(0x25e)]});},async _0x5d1436=>{const _0x5c7c00=_0x4f0d52,_0x35b0c2=_0x46260e['nOZec'](Boolean,_0x5d1436['opencode']);await withTelemetry('skillup',()=>skillup({'autoInstall':_0x5d1436['scope'],'platform':_0x35b0c2?_0x5c7c00(0x30c):'claude'}));})[_0x4f0d52(0x2d7)](_0x46260e['Vpxuq'],'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x35cbae=_0x4f0d52;await _0x46260e['nzkUV'](withTelemetry,_0x35cbae(0x300),()=>clean());})[_0x4f0d52(0x2d7)]([_0x46260e[_0x4f0d52(0x306)],_0x4f0d52(0x2a1)],'Manage\x20profiles',_0x5708f3=>{const _0x2836a4=_0x4f0d52,_0x7feaa6={'hzoYh':_0x46260e['TJfAD'],'Zkiux':function(_0x2c9061,_0x51fed4,_0x597d56){return _0x46260e['ZeXSw'](_0x2c9061,_0x51fed4,_0x597d56);},'zKXtB':_0x2836a4(0x377),'aACIN':_0x2836a4(0x320),'sgDKK':_0x46260e['sCuzU'],'MVbDS':_0x46260e[_0x2836a4(0x36a)],'ykJVy':_0x2836a4(0x1cf),'hJBam':_0x46260e[_0x2836a4(0x293)],'pJYJh':_0x2836a4(0x26a),'Xmpbr':_0x2836a4(0x327),'gGqKZ':_0x2836a4(0x355),'BSpex':_0x46260e['XsVEa'],'PNblJ':_0x2836a4(0x20b),'kOSmu':_0x2836a4(0x2c7),'eJcwY':'yes','Pofuw':_0x46260e[_0x2836a4(0x1f6)],'KiPxg':_0x46260e[_0x2836a4(0x272)],'sbadP':_0x46260e[_0x2836a4(0x253)],'HlRBA':_0x46260e[_0x2836a4(0x379)],'ikvpB':'value','vAKcK':'Config\x20value','mLZch':_0x46260e['qSsDp']};return _0x5708f3['usage'](PROFILE_HELP)['command'](_0x46260e[_0x2836a4(0x363)],'Add\x20profile\x20configuration',_0x13293c=>{const _0x3328ac=_0x2836a4;return _0x13293c['positional'](_0x3328ac(0x2c9),{'type':_0x3328ac(0x26d),'description':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':_0x46260e['RndZj'],'description':_0x3328ac(0x36e),'default':![]})['option'](_0x46260e['vbnIW'],{'type':'boolean','description':_0x46260e['LQRqa'],'default':![]})[_0x3328ac(0x209)](_0x3328ac(0x35e),{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)'})[_0x3328ac(0x209)](_0x3328ac(0x340),{'type':_0x46260e['RndZj'],'description':_0x46260e[_0x3328ac(0x2fb)],'default':![]})['option'](_0x46260e['DZgxr'],{'type':_0x3328ac(0x26d),'description':_0x3328ac(0x1d8)})['option'](_0x3328ac(0x299),{'type':'boolean','description':_0x3328ac(0x327),'default':![]})[_0x3328ac(0x209)](_0x46260e['GAxCQ'],{'type':_0x46260e['RndZj'],'description':_0x46260e['xbpFd'],'default':![]})[_0x3328ac(0x209)]('setup-header',{'type':'string','array':!![],'description':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)'})['option'](_0x46260e[_0x3328ac(0x25d)],{'type':_0x46260e['hjXxq'],'choices':[_0x46260e['CLsEX'],_0x46260e[_0x3328ac(0x2bd)]],'description':'Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)'})[_0x3328ac(0x209)](_0x3328ac(0x305),{'type':_0x46260e['RndZj'],'alias':'y','description':_0x46260e['JGPzi'],'default':![]});},async _0x44c8d0=>{const _0x20d2db=_0x2836a4;await withTelemetry(_0x46260e[_0x20d2db(0x33f)],_0x2e63c3=>addEnv(_0x44c8d0['profile-name'],{'ci':_0x44c8d0['ci'],'skipAuth':_0x44c8d0['skip-auth'],'url':_0x44c8d0['url'],'force':_0x44c8d0[_0x20d2db(0x340)],'cdpEndpoint':_0x44c8d0[_0x20d2db(0x273)],'allowInsecureLocalhost':_0x44c8d0['allow-insecure-localhost'],'safeMode':_0x44c8d0['safe-mode'],'setupHeader':_0x44c8d0['setup-header'],'scope':_0x44c8d0[_0x20d2db(0x256)],'yes':_0x44c8d0['yes']},_0x2e63c3),{'isElectron':_0x46260e[_0x20d2db(0x2da)](Boolean,_0x44c8d0[_0x20d2db(0x273)])});})[_0x2836a4(0x2d7)](_0x46260e[_0x2836a4(0x333)],_0x46260e['nthdC'],_0x659961=>{const _0x4638d8=_0x2836a4;return _0x659961['positional'](_0x4638d8(0x2c9),{'type':'string','description':_0x7feaa6[_0x4638d8(0x2b6)],'demandOption':!![]});},async _0x25a4c5=>{const _0x24707c=_0x2836a4;await _0x7feaa6['Zkiux'](withTelemetry,_0x7feaa6['zKXtB'],()=>useEnv(_0x25a4c5[_0x24707c(0x2c9)]));})[_0x2836a4(0x2d7)](_0x46260e[_0x2836a4(0x34b)],_0x2836a4(0x238),_0x1bb963=>{const _0x4c067f=_0x2836a4;return _0x1bb963[_0x4c067f(0x329)]('profile-name',{'type':'string','description':_0x46260e[_0x4c067f(0x2af)],'demandOption':!![]})['option'](_0x46260e[_0x4c067f(0x206)],{'type':'boolean','alias':'y','description':_0x46260e[_0x4c067f(0x235)],'default':![]});},async _0x3b8d53=>{const _0xebb62c=_0x2836a4;await withTelemetry(_0x7feaa6[_0xebb62c(0x33a)],()=>deleteProfile(_0x3b8d53[_0xebb62c(0x2c9)],{'yes':_0x3b8d53['yes']}));})['command'](_0x2836a4(0x29e),'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)',_0x374313=>{const _0x265aaa=_0x2836a4;return _0x374313['positional'](_0x265aaa(0x331),{'type':_0x265aaa(0x26d),'description':'Profile\x20name','demandOption':!![]});},async _0x4113b7=>{await _0x46260e['YsuDY'](withTelemetry,_0x46260e['kXTBL'],()=>authEncrypt(_0x4113b7['profile']));})['command']('ls',_0x46260e[_0x2836a4(0x362)],()=>{},async()=>{const _0x4eddab=_0x2836a4;await _0x7feaa6['Zkiux'](withTelemetry,_0x4eddab(0x266),()=>envList());})['command'](_0x46260e['bzKwL'],_0x46260e['LOwDF'],_0x32e44e=>{const _0x3aff4a=_0x2836a4;return _0x32e44e[_0x3aff4a(0x329)](_0x7feaa6[_0x3aff4a(0x200)],{'type':_0x7feaa6['MVbDS'],'description':_0x7feaa6[_0x3aff4a(0x383)],'demandOption':!![]})[_0x3aff4a(0x209)](_0x7feaa6['hJBam'],{'type':_0x7feaa6[_0x3aff4a(0x33b)],'description':_0x7feaa6['Xmpbr']});},async _0x5721f8=>{const _0x1b5da1=_0x2836a4;await withTelemetry('profile\x20update',_0x3b5b31=>updateEnv(_0x5721f8[_0x1b5da1(0x2c9)],_0x3b5b31,{'allowInsecureLocalhost':_0x5721f8['allow-insecure-localhost']}));})['command']('login\x20<name>',![],_0x39c226=>{const _0x297f05=_0x2836a4;return _0x39c226[_0x297f05(0x329)](_0x297f05(0x342),{'type':_0x7feaa6['MVbDS'],'description':_0x7feaa6[_0x297f05(0x31f)],'demandOption':!![]});},async _0x25df7a=>{const _0x1ec4a2=_0x2836a4;await withTelemetry(_0x1ec4a2(0x2d4),async()=>{const _0x1d1072=_0x1ec4a2,_0x2163d9=process[_0x1d1072(0x23f)]['RANGER_TEST_USERNAME'],_0x3cf58f=process[_0x1d1072(0x23f)]['RANGER_TEST_PASSWORD'];(!_0x2163d9||!_0x3cf58f)&&(console[_0x1d1072(0x31d)]('Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.'),process['exit'](0x1));const _0x1ae17f=_0x25df7a['name'],_0x367d27=await serverSideLogin(_0x1ae17f,{'force':!![]});_0x367d27['status']===_0x1d1072(0x2eb)&&(console[_0x1d1072(0x31d)](_0x7feaa6[_0x1d1072(0x2aa)]),process['exit'](0x1)),_0x367d27['status']==='failed'&&(console['error'](_0x1d1072(0x23c)+(_0x367d27[_0x1d1072(0x31d)]??_0x7feaa6['PNblJ'])),_0x367d27[_0x1d1072(0x2a4)]&&console[_0x1d1072(0x31d)](_0x367d27[_0x1d1072(0x2a4)]),process['exit'](0x1)),console[_0x1d1072(0x2c0)]('✓\x20Login\x20succeeded\x20for\x20\x27'+_0x1ae17f+_0x1d1072(0x277));});})['command'](_0x46260e['gwKaD'],'Migrate\x20local\x20profiles\x20to\x20the\x20cloud\x20(requires\x20org\x20auth\x20config)',_0x5ca77c=>{const _0x588c7c=_0x2836a4;return _0x5ca77c[_0x588c7c(0x329)](_0x7feaa6['sgDKK'],{'type':_0x7feaa6['MVbDS'],'description':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.'})['option'](_0x7feaa6[_0x588c7c(0x31a)],{'type':'boolean','description':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','default':![]})[_0x588c7c(0x209)]('dry-run',{'type':'boolean','description':_0x588c7c(0x2e5),'default':![]})[_0x588c7c(0x209)](_0x7feaa6['eJcwY'],{'type':_0x7feaa6['pJYJh'],'alias':'y','description':'Skip\x20interactive\x20confirmation\x20prompts.','default':![]})[_0x588c7c(0x209)](_0x7feaa6['Pofuw'],{'type':_0x7feaa6[_0x588c7c(0x33b)],'description':_0x7feaa6['KiPxg'],'default':![]});},async _0x3fe4fe=>{const _0x2753cc=_0x2836a4;await withTelemetry(_0x46260e['meiGp'],_0x263f23=>migrateProfile({'profileName':_0x3fe4fe['profile-name'],'all':_0x3fe4fe[_0x2753cc(0x2c7)],'dryRun':_0x3fe4fe[_0x2753cc(0x226)],'yes':_0x3fe4fe['yes'],'saveCreds':_0x3fe4fe[_0x2753cc(0x205)]},_0x263f23));})[_0x2836a4(0x2d7)]('config',_0x46260e['brHKr'],_0x2fe0d2=>{const _0x47f6d0=_0x2836a4,_0x94cf60={'dYXKy':function(_0x360d61,_0x3913dd,_0x5c3bda){return _0x360d61(_0x3913dd,_0x5c3bda);},'hXTCf':_0x46260e[_0x47f6d0(0x306)],'goBPM':'Profile\x20name','TYYwO':_0x46260e['yyaKP'],'ImTZs':function(_0x382be4,_0x346688,_0x172b1d){return _0x382be4(_0x346688,_0x172b1d);},'zOZbW':_0x46260e['hjXxq']};return _0x2fe0d2['usage'](PROFILE_CONFIG_HELP)[_0x47f6d0(0x2d7)](_0x47f6d0(0x255),_0x46260e[_0x47f6d0(0x314)],_0x2e9b27=>{const _0x2fa1d2=_0x47f6d0;return _0x2e9b27['positional']('profile',{'type':_0x7feaa6['MVbDS'],'description':'Profile\x20name','demandOption':!![]})[_0x2fa1d2(0x329)](_0x7feaa6['sbadP'],{'type':_0x7feaa6[_0x2fa1d2(0x274)],'description':_0x7feaa6[_0x2fa1d2(0x1ff)],'demandOption':!![]})[_0x2fa1d2(0x329)](_0x7feaa6[_0x2fa1d2(0x248)],{'type':_0x7feaa6[_0x2fa1d2(0x274)],'description':_0x7feaa6['vAKcK'],'demandOption':!![]});},async _0x37ad0a=>{const _0x2b4539=_0x47f6d0;await withTelemetry(_0x2b4539(0x330),()=>configSet(_0x37ad0a[_0x2b4539(0x331)],_0x37ad0a['key'],_0x37ad0a[_0x2b4539(0x365)]));})[_0x47f6d0(0x2d7)](_0x46260e['bfZCP'],_0x46260e['NrtlL'],_0x70f5b6=>{const _0x1037b1=_0x47f6d0;return _0x70f5b6['positional'](_0x7feaa6['mLZch'],{'type':_0x7feaa6['MVbDS'],'description':_0x1037b1(0x21f),'demandOption':!![]})['positional'](_0x7feaa6[_0x1037b1(0x339)],{'type':_0x1037b1(0x26d),'description':_0x1037b1(0x398),'demandOption':!![]});},async _0x159455=>{const _0x33acb9=_0x47f6d0;await _0x94cf60['dYXKy'](withTelemetry,_0x33acb9(0x287),()=>configGet(_0x159455[_0x33acb9(0x331)],_0x159455['key']));})['command'](_0x46260e['FZMIL'],_0x46260e[_0x47f6d0(0x319)],_0x21a00e=>{const _0x6c63cf=_0x47f6d0;return _0x21a00e[_0x6c63cf(0x329)](_0x94cf60['hXTCf'],{'type':_0x6c63cf(0x26d),'description':_0x94cf60[_0x6c63cf(0x384)],'demandOption':!![]});},async _0x5a24ef=>{const _0x3179dc=_0x47f6d0;await withTelemetry(_0x94cf60[_0x3179dc(0x343)],()=>configList(_0x5a24ef[_0x3179dc(0x331)]));})[_0x47f6d0(0x2d7)]('unset\x20<profile>\x20<key>',_0x46260e['rrQBt'],_0xf4662e=>{const _0x3bb67f=_0x47f6d0;return _0xf4662e['positional'](_0x7feaa6['mLZch'],{'type':_0x3bb67f(0x26d),'description':'Profile\x20name','demandOption':!![]})['positional']('key',{'type':_0x7feaa6[_0x3bb67f(0x274)],'description':_0x3bb67f(0x2be),'demandOption':!![]});},async _0x300891=>{const _0x5691fe=_0x47f6d0;await _0x94cf60[_0x5691fe(0x2ab)](withTelemetry,'profile\x20config\x20unset',()=>configUnset(_0x300891[_0x5691fe(0x331)],_0x300891['key']));})['command'](_0x46260e[_0x47f6d0(0x2ca)],_0x46260e[_0x47f6d0(0x34c)],_0x3434ce=>{const _0x130bf8=_0x47f6d0;return _0x3434ce[_0x130bf8(0x329)](_0x94cf60['hXTCf'],{'type':_0x94cf60[_0x130bf8(0x2f7)],'description':_0x130bf8(0x21f),'demandOption':!![]});},async _0x99005a=>{await withTelemetry('profile\x20config\x20reset',()=>configReset(_0x99005a['profile']));})[_0x47f6d0(0x1d6)](0x1,_0x46260e[_0x47f6d0(0x325)]);})[_0x2836a4(0x1d6)](0x1,_0x46260e['HbVaK']);})['command']('status',_0x4f0d52(0x397),()=>{},async()=>{await _0x46260e['JstMh'](withTelemetry,'status',()=>status());})['command'](_0x46260e[_0x4f0d52(0x31b)],_0x46260e['HZOPM'],()=>{},async()=>{await _0x46260e['baJzd'](withTelemetry,_0x46260e['SGmFw'],()=>update());})['command']('print-access-token',_0x46260e[_0x4f0d52(0x2f2)],()=>{},async()=>{const _0xbcefd5={'ZvBiF':function(_0x110507){const _0x46388c=_0x5771;return _0x46260e[_0x46388c(0x1cd)](_0x110507);}};await _0x46260e['QCiyq'](withTelemetry,_0x46260e['aYslc'],async()=>{const _0xe3c1a8=_0x5771,_0x182b3d=await _0xbcefd5['ZvBiF'](getToken);if(!_0x182b3d)throw new Error('No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.');console[_0xe3c1a8(0x2c0)](_0x182b3d);});})['command']('go','Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.',_0x24b281=>{const _0xdfef5b=_0x4f0d52;return _0x24b281[_0xdfef5b(0x209)]('feature',{'type':_0xdfef5b(0x26d),'description':_0x46260e[_0xdfef5b(0x27a)]})[_0xdfef5b(0x209)](_0x46260e[_0xdfef5b(0x306)],{'type':_0x46260e[_0xdfef5b(0x36a)],'description':_0x46260e[_0xdfef5b(0x252)]})['option'](_0x46260e['MIGGG'],{'type':_0x46260e[_0xdfef5b(0x36a)],'description':_0x46260e[_0xdfef5b(0x224)]})['option']('scenario',{'type':_0x46260e[_0xdfef5b(0x29a)],'description':_0xdfef5b(0x1ce)})['option'](_0x46260e[_0xdfef5b(0x1f9)],{'type':_0x46260e[_0xdfef5b(0x36a)],'description':_0x46260e['zZXnk']})[_0xdfef5b(0x209)](_0x46260e['hDVXT'],{'type':'string','description':_0x46260e['WqrxO']})['option'](_0x46260e['Nbptx'],{'type':_0xdfef5b(0x26d),'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.'})[_0xdfef5b(0x209)]('headed',{'type':'boolean','description':_0x46260e['xBMFS'],'default':![]})['option'](_0x46260e[_0xdfef5b(0x37b)],{'type':_0x46260e[_0xdfef5b(0x36a)],'hidden':!![],'choices':[_0x46260e[_0xdfef5b(0x39a)],_0xdfef5b(0x24b),'blocked',_0x46260e['FeGkc'],'incomplete']})['option'](_0x46260e[_0xdfef5b(0x2a5)],{'type':_0x46260e[_0xdfef5b(0x250)],'hidden':!![]})[_0xdfef5b(0x209)]('env',{'type':_0xdfef5b(0x26d),'hidden':!![]})['option']('task',{'type':_0xdfef5b(0x26d),'hidden':!![]})['option'](_0x46260e['BFmRB'],{'type':_0x46260e['IEmyg'],'hidden':!![]});},async _0x4ae255=>{await _0x46260e['nOZec'](runGoCommand,_0x4ae255);})[_0x4f0d52(0x2d7)]('auth',![],_0x5d1dca=>{const _0x511f08=_0x4f0d52,_0x42c6a7={'XrcLb':_0x46260e['qSsDp'],'ZvxDG':_0x46260e[_0x511f08(0x24c)],'griaI':function(_0xee6bb4,_0x3a4540,_0x48dc36){const _0x2ed16d=_0x511f08;return _0x46260e[_0x2ed16d(0x386)](_0xee6bb4,_0x3a4540,_0x48dc36);},'kvHtl':'ranger\x20auth\x20encrypt','XsMNB':_0x511f08(0x218),'Samgl':function(_0x43af52,_0x16a146){const _0x1d54c1=_0x511f08;return _0x46260e[_0x1d54c1(0x207)](_0x43af52,_0x16a146);}};return _0x5d1dca[_0x511f08(0x2d7)](_0x511f08(0x1d4),![],_0x38b7d7=>{const _0x4997ae=_0x511f08;return _0x38b7d7[_0x4997ae(0x329)](_0x42c6a7[_0x4997ae(0x28d)],{'type':'string','description':_0x42c6a7['ZvxDG'],'demandOption':!![]});},async _0x443219=>{const _0x40b387=_0x511f08;_0x42c6a7['griaI'](warnRenamed,_0x42c6a7['kvHtl'],_0x42c6a7[_0x40b387(0x275)]),await _0x42c6a7[_0x40b387(0x391)](authEncrypt,_0x443219['profile']);})[_0x511f08(0x1d6)](0x1,_0x46260e[_0x511f08(0x2e8)]);},()=>{})['command'](_0x4f0d52(0x1fb),![],_0x152d45=>{const _0x1fe088=_0x4f0d52;return _0x152d45['positional']('token',{'type':_0x46260e[_0x1fe088(0x36a)],'description':_0x1fe088(0x35b)})['option'](_0x1fe088(0x392),{'type':_0x46260e['RndZj'],'description':_0x46260e['HBXyV'],'default':![]})[_0x1fe088(0x209)](_0x46260e[_0x1fe088(0x25d)],{'type':_0x1fe088(0x26d),'choices':[_0x46260e['CLsEX']],'hidden':!![],'description':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.'})['option'](_0x1fe088(0x35e),{'type':_0x46260e['hjXxq'],'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x46260e[_0x1fe088(0x2ac)],{'type':_0x1fe088(0x26a),'description':_0x46260e['wbXhY'],'default':![]})[_0x1fe088(0x209)]('skip-auth',{'type':_0x46260e[_0x1fe088(0x250)],'description':_0x1fe088(0x2b2),'default':![]})['option'](_0x46260e['vqNzN'],{'type':'boolean','description':_0x1fe088(0x259),'default':![]});},async _0x144b01=>{const _0x58d795=_0x4f0d52;warnRenamed(_0x46260e[_0x58d795(0x372)],'ranger\x20setup'),await withTelemetry(_0x46260e[_0x58d795(0x203)],_0x52522c=>start(_0x144b01[_0x58d795(0x33d)],{'skipChromium':_0x144b01['skip-chromium'],'skipAuth':_0x144b01[_0x58d795(0x351)],'withDeps':_0x144b01[_0x58d795(0x301)],'scope':_0x144b01[_0x58d795(0x256)],'url':_0x144b01[_0x58d795(0x35e)],'force':_0x144b01['force']},_0x52522c));})[_0x4f0d52(0x2d7)](_0x46260e['OxYEY'],![],_0x2d6d90=>{const _0xbe9ce6=_0x4f0d52;return _0x2d6d90[_0xbe9ce6(0x209)](_0xbe9ce6(0x23f),{'type':_0x46260e['hjXxq'],'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})['option'](_0x46260e[_0xbe9ce6(0x2f5)],{'type':_0x46260e['hjXxq'],'description':_0x46260e[_0xbe9ce6(0x288)]})[_0xbe9ce6(0x209)](_0xbe9ce6(0x38b),{'type':'number','description':_0x46260e[_0xbe9ce6(0x1fc)]})[_0xbe9ce6(0x209)]('profile',{'type':_0xbe9ce6(0x26d),'hidden':!![]})['option'](_0x46260e[_0xbe9ce6(0x2bc)],{'type':_0xbe9ce6(0x26d),'hidden':!![]})['option'](_0x46260e[_0xbe9ce6(0x31c)],{'type':_0xbe9ce6(0x1f3),'hidden':!![]})['option']('start-path',{'type':_0x46260e[_0xbe9ce6(0x36a)],'description':_0x46260e['zZXnk']})[_0xbe9ce6(0x209)](_0xbe9ce6(0x1fa),{'type':'string','description':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.'})['option'](_0x46260e[_0xbe9ce6(0x317)],{'type':_0x46260e['hjXxq'],'hidden':!![]})['option'](_0x46260e['zEKuZ'],{'type':_0x46260e[_0xbe9ce6(0x250)],'hidden':!![],'default':![]})['option'](_0xbe9ce6(0x2bf),{'type':'string','hidden':!![],'choices':[_0x46260e[_0xbe9ce6(0x39a)],_0x46260e['WjhQT'],'blocked',_0x46260e[_0xbe9ce6(0x321)],_0x46260e[_0xbe9ce6(0x21b)]]});},async _0x4c7444=>{await runGoCommand(_0x4c7444,!![]);})['command'](_0x46260e[_0x4f0d52(0x2db)],![],_0x3b0d7b=>{const _0x41f09c=_0x4f0d52;return _0x3b0d7b['positional']('env-name',{'type':_0x41f09c(0x26d),'description':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':_0x46260e[_0x41f09c(0x250)],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})[_0x41f09c(0x209)](_0x41f09c(0x351),{'type':_0x46260e['RndZj'],'description':_0x46260e['LQRqa'],'default':![]});},async _0x567314=>{const _0x406da8=_0x4f0d52;_0x46260e['QCiyq'](warnRenamed,'ranger\x20add\x20env',_0x46260e[_0x406da8(0x1cc)]),await withTelemetry(_0x46260e['lJPna'],_0x5f87b5=>addEnv(_0x567314['env-name'],{'ci':_0x567314['ci'],'skipAuth':_0x567314[_0x406da8(0x351)]},_0x5f87b5));})['command']('use\x20<env-name>',![],_0x10659e=>{const _0x5ee43b=_0x4f0d52;return _0x10659e[_0x5ee43b(0x329)](_0x5ee43b(0x1d0),{'type':_0x5ee43b(0x26d),'description':_0x5ee43b(0x2ef),'demandOption':!![]});},async _0x5e876e=>{const _0x2c0c97=_0x4f0d52;_0x46260e[_0x2c0c97(0x35f)](warnRenamed,_0x46260e['jvHqx'],_0x46260e[_0x2c0c97(0x346)]),await withTelemetry('use',()=>useEnv(_0x5e876e[_0x2c0c97(0x1d0)]));})[_0x4f0d52(0x2d7)](_0x46260e['gmHRo'],![],_0xc83173=>{const _0x3e72ef=_0x4f0d52,_0x5eb532={'mmAay':_0x3e72ef(0x26d),'lkfZA':'Environment\x20name','Xiarv':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','rkYxp':_0x46260e[_0x3e72ef(0x2c1)],'OKsId':_0x3e72ef(0x2be)};return _0xc83173[_0x3e72ef(0x2d7)](_0x46260e[_0x3e72ef(0x356)],![],_0x409a82=>{const _0xbe0964=_0x3e72ef;return _0x409a82[_0xbe0964(0x329)](_0xbe0964(0x23f),{'type':_0x5eb532[_0xbe0964(0x2d3)],'description':_0x5eb532['lkfZA'],'demandOption':!![]})[_0xbe0964(0x329)]('key',{'type':_0x5eb532['mmAay'],'description':_0x5eb532['Xiarv'],'demandOption':!![]})['positional'](_0x5eb532['rkYxp'],{'type':'string','description':'Config\x20value','demandOption':!![]});},async _0x1cca6b=>{const _0x5ed2f5=_0x3e72ef;_0x46260e['YsuDY'](warnRenamed,_0x46260e[_0x5ed2f5(0x36b)],_0x5ed2f5(0x1e8)),await withTelemetry(_0x46260e['aIfvX'],()=>configSet(_0x1cca6b['env'],_0x1cca6b['key'],_0x1cca6b[_0x5ed2f5(0x365)]));})['command']('get\x20<env>\x20<key>',![],_0x4752f7=>{const _0x35b476=_0x3e72ef;return _0x4752f7['positional'](_0x46260e['bNhoG'],{'type':_0x46260e[_0x35b476(0x36a)],'description':_0x46260e[_0x35b476(0x1dd)],'demandOption':!![]})['positional'](_0x35b476(0x1f1),{'type':_0x46260e['hjXxq'],'description':_0x46260e['hkVau'],'demandOption':!![]});},async _0x3a7397=>{const _0x10bce3=_0x3e72ef;warnRenamed(_0x46260e[_0x10bce3(0x231)],_0x46260e[_0x10bce3(0x390)]),await withTelemetry(_0x10bce3(0x286),()=>configGet(_0x3a7397[_0x10bce3(0x23f)],_0x3a7397[_0x10bce3(0x1f1)]));})[_0x3e72ef(0x2d7)](_0x3e72ef(0x261),![],_0x5906a6=>{const _0xa8074=_0x3e72ef;return _0x5906a6[_0xa8074(0x329)](_0xa8074(0x23f),{'type':_0x5eb532[_0xa8074(0x2d3)],'description':_0xa8074(0x30e),'demandOption':!![]});},async _0x561c94=>{const _0x12c1ea=_0x3e72ef;warnRenamed('ranger\x20config\x20list',_0x46260e['yWclT']),await withTelemetry(_0x12c1ea(0x280),()=>configList(_0x561c94[_0x12c1ea(0x23f)]));})['command'](_0x46260e['wlfCr'],![],_0x406565=>{const _0x2ab202=_0x3e72ef;return _0x406565['positional'](_0x2ab202(0x23f),{'type':_0x5eb532[_0x2ab202(0x2d3)],'description':'Environment\x20name','demandOption':!![]})['positional']('key',{'type':_0x2ab202(0x26d),'description':_0x5eb532[_0x2ab202(0x2b9)],'demandOption':!![]});},async _0xd9949=>{const _0x36c90d=_0x3e72ef;_0x46260e['JstMh'](warnRenamed,_0x46260e[_0x36c90d(0x25a)],'ranger\x20profile\x20config\x20unset'),await _0x46260e[_0x36c90d(0x29d)](withTelemetry,_0x46260e[_0x36c90d(0x2d0)],()=>configUnset(_0xd9949[_0x36c90d(0x23f)],_0xd9949[_0x36c90d(0x1f1)]));})[_0x3e72ef(0x1d6)](0x1,_0x46260e['AHPPU']);})[_0x4f0d52(0x2d7)](_0x46260e['bNhoG'],![],_0x18ba16=>{const _0x270f6e=_0x4f0d52,_0x3588a8={'ttlXw':_0x46260e['owlQD'],'OmJME':_0x46260e['dOBms'],'FKvJR':_0x46260e[_0x270f6e(0x399)],'ANXVl':_0x46260e[_0x270f6e(0x36a)]};return _0x18ba16[_0x270f6e(0x2d7)]('ls',![],()=>{},async()=>{const _0x139b96=_0x270f6e;warnRenamed(_0x139b96(0x34f),_0x3588a8['ttlXw']),await withTelemetry(_0x3588a8[_0x139b96(0x34e)],()=>envList());})[_0x270f6e(0x2d7)](_0x270f6e(0x2ad),![],_0x562e92=>{const _0x14be09=_0x270f6e;return _0x562e92[_0x14be09(0x329)](_0x3588a8['FKvJR'],{'type':_0x3588a8[_0x14be09(0x1ef)],'description':_0x14be09(0x27b),'demandOption':!![]});},async _0x1ebfee=>{const _0x211dfd=_0x270f6e;warnRenamed('ranger\x20env\x20update',_0x46260e['NGRSf']),await withTelemetry(_0x211dfd(0x326),_0x1e9b5b=>updateEnv(_0x1ebfee[_0x211dfd(0x1d0)],_0x1e9b5b));})[_0x270f6e(0x1d6)](0x1,_0x270f6e(0x267));})[_0x4f0d52(0x2d7)](_0x46260e[_0x4f0d52(0x246)],![],_0x4a7ce8=>{const _0x2eccb1=_0x4f0d52,_0x39107b={'ZUmxL':function(_0x11e0f7,_0x71b5ab,_0x304f5d){return _0x46260e['QCiyq'](_0x11e0f7,_0x71b5ab,_0x304f5d);},'mcpkn':'ranger\x20feature\x20list','CeJYO':_0x2eccb1(0x2b0),'brFdX':_0x46260e['iORfr'],'ZNMsc':function(_0x3b08cb,_0x1040ab,_0x57ff58){return _0x3b08cb(_0x1040ab,_0x57ff58);},'qdszL':'feature\x20show','MYNua':_0x2eccb1(0x364),'xuZEe':_0x2eccb1(0x38d),'TSPne':_0x46260e['hjXxq'],'rrlKC':function(_0x222d1f,_0x2a48d8,_0x169e29){return _0x222d1f(_0x2a48d8,_0x169e29);},'OSVuF':_0x46260e['pqobr'],'idROd':function(_0x5e0951,_0x21558b,_0x341f81){const _0x3bb170=_0x2eccb1;return _0x46260e[_0x3bb170(0x37a)](_0x5e0951,_0x21558b,_0x341f81);}};return _0x4a7ce8['command']('create\x20<name>',![],_0x1b6722=>{const _0x28c84c=_0x2eccb1;return _0x1b6722[_0x28c84c(0x329)](_0x28c84c(0x342),{'type':_0x28c84c(0x26d),'description':_0x28c84c(0x251),'demandOption':!![]})[_0x28c84c(0x209)](_0x46260e[_0x28c84c(0x264)],{'type':_0x46260e[_0x28c84c(0x36a)],'alias':'d','description':'Feature\x20review\x20description'})[_0x28c84c(0x209)](_0x46260e[_0x28c84c(0x232)],{'type':_0x46260e['LZSIA'],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option']('scenario',{'type':_0x46260e[_0x28c84c(0x1e9)],'hidden':!![]});},async _0x55bf0f=>{const _0x2146eb=_0x2eccb1;_0x46260e['QogLy'](warnRenamed,_0x46260e['GrexR'],_0x46260e[_0x2146eb(0x282)]),warnFlagRenamed(_0x46260e[_0x2146eb(0x282)],'--checklist',_0x46260e[_0x2146eb(0x1ec)]);const _0x2db32b=_0x55bf0f[_0x2146eb(0x378)]||_0x55bf0f[_0x2146eb(0x2a3)];await withTelemetry(_0x46260e['vFRQg'],()=>featureCreate(_0x55bf0f[_0x2146eb(0x342)],{'description':_0x55bf0f[_0x2146eb(0x202)],'scenarios':_0x2db32b}));})['command'](_0x46260e[_0x2eccb1(0x26f)],![],_0x4a147b=>{const _0x57ba5a=_0x2eccb1;return _0x4a147b[_0x57ba5a(0x209)](_0x46260e[_0x57ba5a(0x2ae)],{'type':_0x46260e['RndZj'],'description':_0x46260e[_0x57ba5a(0x21a)]})['option'](_0x46260e[_0x57ba5a(0x25c)],{'type':_0x57ba5a(0x1f3),'alias':'l','description':_0x46260e[_0x57ba5a(0x28c)],'default':0xa})['option'](_0x46260e[_0x57ba5a(0x303)],{'type':'number','alias':'o','description':_0x57ba5a(0x26b),'default':0x0})['option']('include-deleted',{'type':_0x46260e['RndZj'],'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x556b5d=>{const _0x3ba619=_0x2eccb1;_0x39107b['ZUmxL'](warnRenamed,_0x39107b[_0x3ba619(0x34a)],_0x39107b[_0x3ba619(0x337)]),await _0x39107b[_0x3ba619(0x22d)](withTelemetry,'feature\x20list',()=>featureList({'currentBranch':_0x556b5d['current-branch'],'limit':_0x556b5d['limit'],'offset':_0x556b5d['offset'],'includeDeleted':_0x556b5d['include-deleted']}));})[_0x2eccb1(0x2d7)](_0x2eccb1(0x2b1),![],_0x65ba67=>{return _0x65ba67['positional']('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x5437ab=>{const _0x14bbd6=_0x2eccb1;_0x39107b[_0x14bbd6(0x22d)](warnRenamed,_0x14bbd6(0x359),_0x39107b[_0x14bbd6(0x21e)]),await _0x39107b[_0x14bbd6(0x271)](withTelemetry,_0x39107b[_0x14bbd6(0x1db)],()=>featureShow(_0x5437ab['id']));})[_0x2eccb1(0x2d7)](_0x2eccb1(0x1f2),![],_0x3839e6=>{const _0x1b2c7f=_0x2eccb1;return _0x3839e6[_0x1b2c7f(0x329)]('id',{'type':_0x46260e['hjXxq'],'description':_0x46260e[_0x1b2c7f(0x227)]});},async _0x5bf815=>{const _0x565418=_0x2eccb1;_0x46260e[_0x565418(0x24f)](warnRenamed,_0x46260e[_0x565418(0x201)],_0x46260e[_0x565418(0x28f)]),await withTelemetry(_0x46260e['bADJf'],()=>featureResume(_0x5bf815['id']));})['command'](_0x46260e[_0x2eccb1(0x32a)],![],_0x5a2417=>{const _0x17581a=_0x2eccb1;return _0x5a2417['positional']('description',{'type':_0x17581a(0x26d),'description':_0x39107b[_0x17581a(0x35c)],'demandOption':!![]})['option']('id',{'type':'string','description':_0x39107b[_0x17581a(0x2ea)]});},async _0x5603ea=>{const _0x5d404e=_0x2eccb1;_0x46260e['SKPHj'](warnRenamed,_0x5d404e(0x381),_0x5d404e(0x358)),await _0x46260e['DDfap'](withTelemetry,_0x5d404e(0x309),()=>featureAddScenario(_0x5603ea[_0x5d404e(0x202)],_0x5603ea['id']));})[_0x2eccb1(0x2d7)](_0x2eccb1(0x21c),![],_0x17a713=>{return _0x17a713['positional']('id',{'type':_0x39107b['TSPne'],'description':_0x39107b['xuZEe']});},async _0x15d92f=>{const _0x42dcf5=_0x2eccb1;warnRenamed(_0x46260e['bIGjg'],_0x42dcf5(0x22e)),await withTelemetry(_0x46260e[_0x42dcf5(0x371)],()=>featureGetReview(_0x15d92f['id']));})['command'](_0x46260e['DctWu'],![],_0x20e3ed=>{return _0x20e3ed['positional']('id',{'type':'string','description':'Feature\x20review\x20ID'});},async _0x41746a=>{const _0x1d32e9=_0x2eccb1;_0x39107b['ZUmxL'](warnRenamed,_0x1d32e9(0x334),_0x1d32e9(0x20c)),await withTelemetry(_0x1d32e9(0x219),()=>featureDelete(_0x41746a['id']));})['command'](_0x46260e['vHSvB'],![],_0x383102=>{const _0x429e4a=_0x2eccb1;return _0x383102['positional']('id',{'type':_0x46260e['hjXxq'],'description':_0x46260e[_0x429e4a(0x27f)],'demandOption':!![]});},async _0x290ea3=>{const _0x44da3f=_0x2eccb1;_0x39107b[_0x44da3f(0x37d)](warnRenamed,_0x39107b[_0x44da3f(0x230)],'ranger\x20restore'),await _0x39107b[_0x44da3f(0x366)](withTelemetry,'feature\x20restore',()=>featureRestore(_0x290ea3['id']));})[_0x2eccb1(0x1d6)](0x1,_0x46260e[_0x2eccb1(0x373)]);})[_0x4f0d52(0x2d7)](_0x46260e[_0x4f0d52(0x380)],![],_0x1f3107=>{const _0x575c73=_0x4f0d52;return _0x1f3107['command'](_0x46260e[_0x575c73(0x22a)],_0x46260e[_0x575c73(0x223)],_0x9222e4=>{const _0x51c43a=_0x575c73;return _0x9222e4[_0x51c43a(0x209)](_0x46260e[_0x51c43a(0x217)],{'type':_0x46260e[_0x51c43a(0x36a)],'description':_0x46260e['MblVh']});},async _0x4f2bbb=>{const _0x4d8c05=_0x575c73;await withTelemetry(_0x46260e[_0x4d8c05(0x292)],()=>hook(_0x4d8c05(0x2e0),_0x4f2bbb[_0x4d8c05(0x26c)]));})['command'](_0x575c73(0x2e6),'Disable\x20Ranger\x20hooks\x20for\x20this\x20session',_0xa20835=>{const _0x57a749=_0x575c73;return _0xa20835[_0x57a749(0x209)](_0x46260e['ivsxr'],{'type':_0x46260e[_0x57a749(0x36a)],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x51b24d=>{const _0x4b1d38=_0x575c73;await withTelemetry(_0x46260e[_0x4b1d38(0x2b4)],()=>hook(_0x4b1d38(0x2e6),_0x51b24d[_0x4b1d38(0x26c)]));})['option'](_0x575c73(0x342),{'type':_0x46260e[_0x575c73(0x36a)],'description':_0x46260e['xRlKV']})[_0x575c73(0x209)](_0x46260e[_0x575c73(0x217)],{'type':_0x575c73(0x26d),'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x190699=>{const _0x1e869d=_0x4f0d52;_0x190699['name']&&await hook(_0x190699[_0x1e869d(0x342)],_0x190699[_0x1e869d(0x26c)]);})['demandCommand'](0x1,_0x4f0d52(0x239))[_0x4f0d52(0x32d)]()['fail'](async(_0x32e26d,_0x11dea8,_0x285189)=>{const _0x5771a9=_0x4f0d52,_0x33a50a=_0x46260e['kfiIx'](sanitizeArgs,process[_0x5771a9(0x344)]['slice'](0x2)),_0x9cd244=getErrorType(_0x32e26d,_0x11dea8);if(_0x32e26d&&_0x32e26d['includes']('Unknown\x20command')){const _0x13b9c8=process[_0x5771a9(0x344)][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x13b9c8),console['error'](_0x46260e[_0x5771a9(0x296)]);}else{if(_0x32e26d)console['error']('\x0a'+_0x32e26d+'\x0a');else _0x11dea8&&console['error'](_0x5771a9(0x241)+_0x11dea8[_0x5771a9(0x29c)]+'\x0a');}await logDesirePath({'rawCommand':_0x33a50a,'errorMessage':_0x32e26d||_0x11dea8?.[_0x5771a9(0x29c)],'errorType':_0x9cd244});const _0x1f5df8=_0x46260e['kehNX'](getCurrentCollector);_0x1f5df8&&await _0x1f5df8[_0x5771a9(0x1ea)](_0x11dea8||new Error(_0x32e26d||'Unknown\x20error')),process['exit'](0x1);})['epilogue'](_0x46260e[_0x4f0d52(0x26e)]+_0x46260e[_0x4f0d52(0x2fd)]+_0x46260e['AhfPH'])[_0x4f0d52(0x22f)]()['alias'](_0x46260e['hJYih'],'h');}process[_0x5dded6(0x23f)]['NODE_ENV']!==_0x5dded6(0x295)&&(shouldShowLegacyWarning(process[_0x5dded6(0x344)])&&showLegacyDeprecationWarning(),buildParser()['parse']());
|