@ranger-testing/ranger-cli 2.2.3 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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/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/browserSessionsApi.js +1 -1
- package/build/commands/utils/claudeConfig.js +1 -1
- package/build/commands/utils/claudePlugin.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/featureReportGenerator.js +1 -1
- package/build/commands/utils/fixWebmDuration.js +1 -1
- package/build/commands/utils/git.js +1 -1
- package/build/commands/utils/keychain.js +1 -1
- package/build/commands/utils/localAgentInstallationsApi.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/profileMessages.js +1 -1
- package/build/commands/utils/profileSetupBanner.js +1 -1
- package/build/commands/utils/rangerConfig.js +1 -1
- package/build/commands/utils/rangerRoot.js +1 -1
- package/build/commands/utils/reportGenerator.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/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/verifyInBrowser.js +1 -1
- package/package.json +1 -1
package/build/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const _0x3ec279=_0x9509;(function(_0x3780a6,_0x3bc19d){const _0x5cca74=_0x9509,_0x494375=_0x3780a6();while(!![]){try{const _0x248c9c=parseInt(_0x5cca74(0xbc))/0x1+parseInt(_0x5cca74(0xd8))/0x2+parseInt(_0x5cca74(0xda))/0x3+-parseInt(_0x5cca74(0x13b))/0x4*(-parseInt(_0x5cca74(0x1f4))/0x5)+parseInt(_0x5cca74(0x198))/0x6*(-parseInt(_0x5cca74(0xbb))/0x7)+-parseInt(_0x5cca74(0xc7))/0x8+-parseInt(_0x5cca74(0xfe))/0x9;if(_0x248c9c===_0x3bc19d)break;else _0x494375['push'](_0x494375['shift']());}catch(_0x5f1364){_0x494375['push'](_0x494375['shift']());}}}(_0x197a,0x94efc));import _0x460887 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x472cd6=_0x9509,_0x2c54c4={'tIKae':function(_0x11d396,_0x3b2d8a){return _0x11d396(_0x3b2d8a);},'tfEli':function(_0x8b58df,_0x8577e3){return _0x8b58df(_0x8577e3);}};let _0x47d281=process['cwd']();const _0x204dd7=_0x2c54c4['tIKae'](parse,_0x47d281)['root'];while(_0x47d281!==_0x204dd7){if(_0x2c54c4['tfEli'](existsSync,join(_0x47d281,_0x472cd6(0x141)))||_0x2c54c4['tIKae'](existsSync,join(_0x47d281,'.env')))return _0x47d281;_0x47d281=_0x2c54c4[_0x472cd6(0x219)](dirname,_0x47d281);}return process[_0x472cd6(0xfd)]();}_0x460887[_0x3ec279(0x17c)]({'path':join(findProjectRoot(),_0x3ec279(0x1df))});import _0x3a29da from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';function _0x9509(_0x93f04b,_0x1bb276){_0x93f04b=_0x93f04b-0xb7;const _0x197a09=_0x197a();let _0x95094c=_0x197a09[_0x93f04b];return _0x95094c;}function _0x197a(){const _0x997e77=['417162zKXgpV','Set\x20a\x20config\x20value','ARewY','MMyQO','VqOxu','headed','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1)','ZCasj','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','IeOfy','ranger\x20feature\x20add-checklist-item','1836720oNqTAi','BCfdr','klPlw','feature','tcMDk','ZXGsM','use','xNnjY','\x0aError:\x20','ranger\x20restore','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','disable','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','JFRoq','Bhyiv','iMutt','863548UcOWTz','help','1936380BdLiet','rzOTn','jSOze','option','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','exitCode','checklist','You\x20must\x20specify\x20a\x20config\x20subcommand','FjwbD','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','Profile\x20name','includes','hPuWc','Kngyn','url','restore\x20<id>','skip-chromium','report\x20[id]','gHdgq','clean','ranger\x20add-scenario','UuPrT','Optional\x20feature\x20ID','boolean','HqCEJ','QNNlh','debug-address-comments','cmnZC','tvhgk','Config\x20key\x20to\x20remove','array','skip-auth','ranger\x20delete','profile\x20update','show\x20[id]','cwd','12057615GQznGw','JNDAx','add-scenario\x20<description>','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','cZLuC','--env','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','profile\x20encrypt-auth','item','lowoo','nxsyG','demandCommand','ranger\x20create','report','EqSCx','oMKPI','argv','task','\x0aIssues:','IzWTL','NqBxC','zpiWo','evaluation','base-url','scope','bOLED','tCRfL','offset','IVpuE','BVTxk','Number\x20of\x20feature\x20reviews\x20to\x20skip','Include\x20soft-deleted\x20feature\x20reviews','add\x20env\x20<env-name>','thRYh','ranger\x20profile\x20config\x20list','XYJXp','DDPXC','update\x20<env-name>','eZpMM','fIUCE','YkfKe','edit-scenario\x20<description>','--notes','session-id','hook:enable','VHppp','start','Install\x20skills\x20for\x20OpenCode','mUlwH','rxaRS','ranger\x20go','tAzRu','ranger\x20auth\x20encrypt','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','json','FAghM','jAsxP','mjaur','RPViy','gryAF','17044pdPPen','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','Config\x20key','Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x0aKeys:\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20header.<name>\x20\x20\x20\x20Custom\x20HTTP\x20header\x20(e.g.,\x20header.X-Test-Mode)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20header.Authorization\x20\x27${AUTH_TOKEN}\x27','positional','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','.ranger','nPOyc','iMVbJ','LPLXv','claude','--item','KafkS','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','ranger\x20feature\x20get-feedback','limit','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','xDXJp','dLKar','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','Name\x20of\x20the\x20profile\x20to\x20update','SMJWe','qogCY','EhSvW','jyOal','verified','feature\x20create','opencode','\x20is\x20now\x20','failed','lqXsp','KKSbd','error','VVWwZ','setup-ci','rpuFA','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','log','ranger\x20feature\x20show','TuTso','user','lhMho','OMkHX','FSVzG','upJMH','profile-name','sNLKw','xTskJ','scenario','fsyay','Install\x20scope\x20for\x20skills','Toobs','gMtah','iWMmY','nDzOO','allow-insecure-localhost','unset\x20<env>\x20<key>','Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)','vragz','FsxZl','YkRfs','encrypt\x20<profile>','LgoUn','ELSGz','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','config','NFHCu','Feature\x20review\x20ID','profile\x20config\x20get','hTGUH','ranger\x20get-review','project','pjWeo','fblun','nnHPA','MsnQL','token','key','ranger\x20feature\x20restore','YcMXW','--scenario','ASHzI','\x20PARTIAL','Etljw','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','list\x20<env>','hook:disable','Name\x20of\x20the\x20environment\x20to\x20update','skillup','name','env\x20list','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','Feature\x20review\x20description','2358360oASlPT','mPFgn','restore','ranger\x20use','fZdrZ','SxyLZ','GxOVH','koByn','vrbnO','Feature\x20review\x20ID\x20to\x20restore','Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','kkcvA','update','blocked','WDtMl','config\x20set','ranger\x20start','Manage\x20profile\x20configuration','trackCommandError','use\x20<env-name>','yZojY','get-feedback\x20[id]','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','egDAf','ePhKL','FJkro','get\x20<env>\x20<key>','uEKxc','jMHJn','--checklist','akaCi','hObkg','Environment\x20name','--task','Summary:\x20','ranger\x20resume','exclude-scenario','AHjZS','LaYuP','delete\x20[id]','force','env','You\x20must\x20specify\x20an\x20env\x20subcommand','ranger\x20config\x20unset','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','value','show','PBSmK','ranger\x20profile\x20update','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','List\x20all\x20config\x20for\x20a\x20profile','message','Switch\x20to\x20using\x20a\x20specific\x20profile','XGkVg','model','slice','profile\x20add','Unknown\x20command','Scenario\x20index\x20(1-based)','kfaIL','incomplete','SrKIe','YGPkn','alias','list','sdYYh','ranger\x20setup','startsWith','tvAuZ','command','profile\x20config\x20set','.env','version','AuhWi','nUDuM','hook','resume\x20[id]','aJiZI','Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','biohO','rVdfU','current-branch','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','ranger\x20feature\x20resume','feature\x20list','aPdNO','BbpUA','PvyWy','oqRzy','strictCommands','Rwnjd','flag','1265CgsvMB','jngcP','wRoon','JPmFJ','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','add-scenario','profile','profile\x20config\x20list','ranger\x20profile\x20config\x20set','PtYFy','config\x20get','CVpaN','evaluationReason','env-name','AOPPs','string','JmHzP','description','cdp-endpoint','start-path','iqxxv','bUTtO','get-review\x20[id]','Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','unset\x20<profile>\x20<key>','YZoAk','\x20\x20https://docs.ranger.net\x0a','notes','oiwnm','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','include-deleted','feature\x20show','iSoDp','number','map','ibsji','QwzWd','tIKae','status','FnvRn','FUnak','UTjrg','7sAeJLD'];_0x197a=function(){return _0x997e77;};return _0x197a();}import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x65690c=>{const _0x32aff4=_0x3ec279,_0x5244d3={'IrNiG':function(_0x467411){return _0x467411();}},_0x238820=_0x5244d3['IrNiG'](getCurrentCollector);_0x238820&&await _0x238820['trackCommandError'](_0x65690c),process[_0x32aff4(0xdf)]=0x1;});const rawArgs=process['argv'][_0x3ec279(0x1cf)](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\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)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true',PROFILE_CONFIG_HELP=_0x3ec279(0x13e);function warnRenamed(_0x533cbe,_0x4a7cef){const _0xdc9201=_0x3ec279;console['error']('\x0a'+_0x533cbe+_0xdc9201(0x157)+_0x4a7cef+'\x0a');}function argUsed(_0x227b18){const _0x1980d6=_0x3ec279;return rawArgs['some'](_0x1868a8=>_0x1868a8===_0x227b18||_0x1868a8[_0x1980d6(0x1db)](_0x227b18+'='));}function warnFlagRenamed(_0x389016,_0x4d7708,_0x592912){const _0x4a6ad1=_0x3ec279,_0x14a9d6={'akaCi':function(_0x2dc0e7,_0x6cd203){return _0x2dc0e7(_0x6cd203);}};_0x14a9d6[_0x4a6ad1(0x1b6)](argUsed,_0x4d7708)&&warnRenamed(_0x389016+'\x20'+_0x4d7708,_0x389016+'\x20'+_0x592912);}async function runGoCommand(_0x3a78df,_0x58ec93=![]){const _0x1d0006=_0x3ec279,_0x2ab2ae={'FAghM':function(_0x4a2020,_0x51ee08){return _0x4a2020+_0x51ee08;},'MsnQL':function(_0x11e920,_0x26dcc3,_0x11e65b){return _0x11e920(_0x26dcc3,_0x11e65b);},'gqdCU':_0x1d0006(0x131),'JARHo':_0x1d0006(0x104),'kfaIL':'--profile','BCfdr':_0x1d0006(0x129),'iEBjh':function(_0x1e6906,_0x22a9bb,_0x1f1791,_0x3f63df){return _0x1e6906(_0x22a9bb,_0x1f1791,_0x3f63df);},'uTveK':_0x1d0006(0x18b),'tzPyr':function(_0x2f0bf8){return _0x2f0bf8();},'cIsFj':function(_0x2dd3a9,_0x4bbbb8){return _0x2dd3a9??_0x4bbbb8;},'jtObx':_0x1d0006(0x1f3),'yZojY':function(_0x5db57e,_0x325ddc){return _0x5db57e(_0x325ddc);},'gHdgq':'debug-address-comments','LgoUn':'verified','jMHJn':'\x20VERIFIED','wnQqm':'\x20INCOMPLETE','LPLXv':function(_0x310197,_0x4b0eaf){return _0x310197===_0x4b0eaf;},'SrKIe':'partial','jyOal':_0x1d0006(0x1a5)};_0x58ec93&&_0x2ab2ae[_0x1d0006(0x186)](warnRenamed,'ranger\x20verify-feature',_0x2ab2ae['gqdCU']);warnFlagRenamed(_0x2ab2ae['gqdCU'],_0x2ab2ae['JARHo'],_0x2ab2ae[_0x1d0006(0x1d3)]),warnFlagRenamed(_0x2ab2ae['gqdCU'],_0x1d0006(0x1b9),_0x2ab2ae[_0x1d0006(0xc8)]),_0x2ab2ae['iEBjh'](warnFlagRenamed,_0x1d0006(0x131),_0x1d0006(0x146),_0x2ab2ae['uTveK']);const _0x348b66=await _0x2ab2ae['tzPyr'](loadRangerConfig),_0xbd942=_0x3a78df['model'],_0x19a1ca=_0x348b66[_0x1d0006(0x1ce)],_0xa26a05=_0x2ab2ae['cIsFj'](_0xbd942,_0x19a1ca),_0x152acb=_0xbd942?_0x2ab2ae['jtObx']:_0x19a1ca?'config':'default',_0xb313e8=await _0x2ab2ae[_0x1d0006(0x1ac)](verifyFeature,{'featureId':_0x3a78df['feature'],'profile':_0x3a78df[_0x1d0006(0x1fa)]??_0x3a78df[_0x1d0006(0x1c1)],'notes':_0x3a78df['notes']??_0x3a78df[_0x1d0006(0x110)],'scenario':_0x3a78df['scenario']??_0x3a78df['item'],'startPath':_0x3a78df[_0x1d0006(0x207)],'debugOutcome':_0x3a78df['debug-outcome'],'debugAddressComments':_0x3a78df[_0x2ab2ae[_0x1d0006(0xec)]],'headed':_0x3a78df[_0x1d0006(0xc1)],'verifyModel':_0xa26a05,'verifyModelInput':_0xa26a05,'verifyModelSource':_0x152acb});console['log']('\x0a'+'='['repeat'](0x3c)),console['log'](_0xb313e8[_0x1d0006(0x115)]===_0x2ab2ae[_0x1d0006(0x179)]?_0x2ab2ae[_0x1d0006(0x1b4)]:_0xb313e8[_0x1d0006(0x115)]===_0x1d0006(0x1d4)?_0x2ab2ae['wnQqm']:_0x2ab2ae[_0x1d0006(0x144)](_0xb313e8[_0x1d0006(0x115)],_0x2ab2ae[_0x1d0006(0x1d5)])?_0x1d0006(0x18d):_0xb313e8[_0x1d0006(0x115)]===_0x2ab2ae[_0x1d0006(0x153)]?'\x20BLOCKED':'\x20FAILED'),console[_0x1d0006(0x160)]('='['repeat'](0x3c)),console['log'](_0x1d0006(0x1ba)+_0xb313e8['summary']),console['log']('Evaluation:\x20'+_0xb313e8[_0x1d0006(0x115)]),console[_0x1d0006(0x160)]('Reason:\x20'+_0xb313e8[_0x1d0006(0x200)]),_0xb313e8['issues']?.['length']&&(console[_0x1d0006(0x160)](_0x1d0006(0x111)),_0xb313e8['issues']['forEach']((_0x1b61d8,_0x5f5483)=>{const _0x53b10f=_0x1d0006;console['log']('\x0a'+_0x2ab2ae[_0x53b10f(0x136)](_0x5f5483,0x1)+'.\x20['+_0x1b61d8['severity']+']\x20'+_0x1b61d8[_0x53b10f(0x205)]);})),process['exit'](_0x2ab2ae['LPLXv'](_0xb313e8[_0x1d0006(0x115)],_0x1d0006(0x154))?0x0:0x1);}_0x3a29da(process['argv']['slice'](0x2))['scriptName']('ranger')['usage'](TOP_LEVEL_HELP)[_0x3ec279(0x1e0)](getCurrentVersion())['command']('create\x20<name>',_0x3ec279(0x15f),_0x5d0a85=>{const _0x256e63=_0x3ec279,_0x47b52c={'tvAuZ':_0x256e63(0x203),'LSjNu':'scenario','Wmjdk':_0x256e63(0xf8),'uRGgD':_0x256e63(0xe0)};return _0x5d0a85[_0x256e63(0x13f)]('name',{'type':'string','description':'Feature\x20review\x20name','demandOption':!![]})[_0x256e63(0xdd)](_0x256e63(0x205),{'type':_0x47b52c[_0x256e63(0x1dc)],'alias':'d','description':_0x256e63(0x197)})['option'](_0x47b52c['LSjNu'],{'type':_0x47b52c['Wmjdk'],'alias':'c','description':_0x256e63(0x148)})[_0x256e63(0xdd)](_0x47b52c['uRGgD'],{'type':_0x47b52c['Wmjdk'],'hidden':!![]});},async _0x482070=>{const _0x3fef59=_0x3ec279,_0x2cfcc2={'cWyiF':_0x3fef59(0x10b),'mjaur':_0x3fef59(0x1b5),'AuhWi':_0x3fef59(0x18b),'qRAQW':function(_0x46f256,_0x3031a4,_0x124fcf){return _0x46f256(_0x3031a4,_0x124fcf);},'cvXul':'create'};warnFlagRenamed(_0x2cfcc2['cWyiF'],_0x2cfcc2[_0x3fef59(0x138)],_0x2cfcc2[_0x3fef59(0x1e1)]);const _0x529394=_0x482070['scenario']||_0x482070['checklist'];await _0x2cfcc2['qRAQW'](withTelemetry,_0x2cfcc2['cvXul'],()=>featureCreate(_0x482070[_0x3fef59(0x194)],{'description':_0x482070[_0x3fef59(0x205)],'scenarios':_0x529394}));})[_0x3ec279(0x1dd)](_0x3ec279(0x1d8),'List\x20all\x20feature\x20reviews',_0x7d0b73=>{const _0x3298bf=_0x3ec279,_0x519b62={'nxsyG':_0x3298bf(0xf1),'JFRoq':_0x3298bf(0xc4),'JPmFJ':_0x3298bf(0x215),'OmtTw':_0x3298bf(0x14e),'pjWeo':_0x3298bf(0x11a),'nnHPA':'Include\x20soft-deleted\x20feature\x20reviews'};return _0x7d0b73['option'](_0x3298bf(0x1e9),{'type':_0x519b62[_0x3298bf(0x109)],'description':_0x519b62[_0x3298bf(0xd5)]})[_0x3298bf(0xdd)]('limit',{'type':_0x519b62[_0x3298bf(0x1f7)],'alias':'l','description':_0x519b62['OmtTw'],'default':0xa})[_0x3298bf(0xdd)](_0x519b62[_0x3298bf(0x183)],{'type':_0x519b62['JPmFJ'],'alias':'o','description':_0x3298bf(0x11d),'default':0x0})['option']('include-deleted',{'type':'boolean','alias':'d','description':_0x519b62[_0x3298bf(0x185)],'default':![]});},async _0x1fc89e=>{const _0x5b3276=_0x3ec279,_0x1b1f34={'GxOVH':function(_0xd62191,_0x5c78c7,_0x5befad){return _0xd62191(_0x5c78c7,_0x5befad);},'iVaHP':'list'};await _0x1b1f34[_0x5b3276(0x19e)](withTelemetry,_0x1b1f34['iVaHP'],()=>featureList({'currentBranch':_0x1fc89e[_0x5b3276(0x1e9)],'limit':_0x1fc89e[_0x5b3276(0x14a)],'offset':_0x1fc89e[_0x5b3276(0x11a)],'includeDeleted':_0x1fc89e[_0x5b3276(0x212)]}));})[_0x3ec279(0x1dd)]('show\x20[id]','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x512e54=>{const _0x374711=_0x3ec279,_0xc0687f={'IFyzW':'string'};return _0x512e54[_0x374711(0x13f)]('id',{'type':_0xc0687f['IFyzW'],'description':'Feature\x20review\x20ID'});},async _0x4d7a69=>{const _0xeafff1=_0x3ec279,_0x5e8068={'oiwnm':function(_0x33f3d8,_0x5e2f20,_0x504f62){return _0x33f3d8(_0x5e2f20,_0x504f62);},'tvhgk':_0xeafff1(0x1c6)};await _0x5e8068[_0xeafff1(0x210)](withTelemetry,_0x5e8068[_0xeafff1(0xf6)],()=>featureShow(_0x4d7a69['id']));})['command'](_0x3ec279(0x1e4),'Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x598479=>{const _0x416bdf=_0x3ec279,_0x505919={'GObiM':'string','bOLED':_0x416bdf(0x101)};return _0x598479[_0x416bdf(0x13f)]('id',{'type':_0x505919['GObiM'],'description':_0x505919[_0x416bdf(0x118)]});},async _0x311ee9=>{const _0x14a72c={'xWynA':'resume'};await withTelemetry(_0x14a72c['xWynA'],()=>featureResume(_0x311ee9['id']));})['command'](_0x3ec279(0x100),_0x3ec279(0x1f8),_0x3d3741=>{const _0x5508a5=_0x3ec279,_0x2f2f3d={'aYhZu':_0x5508a5(0x203),'iMutt':'Scenario\x20description','MuwJT':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x3d3741[_0x5508a5(0x13f)]('description',{'type':_0x2f2f3d['aYhZu'],'description':_0x2f2f3d[_0x5508a5(0xd7)],'demandOption':!![]})[_0x5508a5(0xdd)]('id',{'type':_0x5508a5(0x203),'description':_0x2f2f3d['MuwJT']});},async _0xc0b6e1=>{const _0x4a0e06=_0x3ec279;await withTelemetry(_0x4a0e06(0x1f9),()=>featureAddScenario(_0xc0b6e1['description'],_0xc0b6e1['id']));})['command'](_0x3ec279(0x128),_0x3ec279(0x105),_0x1cc54b=>{const _0x80a99f=_0x3ec279,_0x15fe61={'THChj':'New\x20scenario\x20description','tcMDk':'scenario','SMJWe':'Scenario\x20number\x20to\x20edit\x20(1-based)','QwzWd':_0x80a99f(0x211)};return _0x1cc54b[_0x80a99f(0x13f)](_0x80a99f(0x205),{'type':'string','description':_0x15fe61['THChj'],'demandOption':!![]})[_0x80a99f(0xdd)](_0x15fe61[_0x80a99f(0xcb)],{'type':'number','description':_0x15fe61[_0x80a99f(0x150)],'demandOption':!![]})['option']('id',{'type':_0x80a99f(0x203),'description':_0x15fe61[_0x80a99f(0x218)]});},async _0x33ada2=>{const _0x1143df=_0x3ec279,_0x2dcb5c={'hzixe':function(_0x46a44d,_0x19c896,_0xdead0){return _0x46a44d(_0x19c896,_0xdead0);},'fbSxc':'edit-scenario'};await _0x2dcb5c['hzixe'](withTelemetry,_0x2dcb5c['fbSxc'],()=>featureEditScenario(_0x33ada2[_0x1143df(0x205)],{'id':_0x33ada2['id'],'scenario':_0x33ada2[_0x1143df(0x16b)]}));})[_0x3ec279(0x1dd)](_0x3ec279(0xeb),'Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x1c7e68=>{const _0x562a92=_0x3ec279,_0x4105c2={'WbXss':_0x562a92(0x203),'ZPsCn':_0x562a92(0x17e),'evGUB':'exclude-scenario','Gfqno':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','qYRmK':_0x562a92(0xf1),'SZJCS':_0x562a92(0xd4)};return _0x1c7e68['positional']('id',{'type':_0x4105c2['WbXss'],'description':_0x4105c2['ZPsCn']})['option'](_0x4105c2['evGUB'],{'type':_0x562a92(0xf8),'description':_0x4105c2['Gfqno']})[_0x562a92(0xdd)]('json',{'type':_0x4105c2['qYRmK'],'description':_0x4105c2['SZJCS'],'default':![]});},async _0x5ec8ed=>{const _0x26f230=_0x3ec279,_0x434ebe={'lTaxF':function(_0x3a96f8,_0x24ab27,_0x4d1123){return _0x3a96f8(_0x24ab27,_0x4d1123);},'kkcvA':_0x26f230(0x10c)},_0x370e6e=_0x5ec8ed[_0x26f230(0x1bc)],_0x1656b5=_0x370e6e?_0x370e6e[_0x26f230(0x216)](_0xc193d9=>Number(_0xc193d9)):undefined;await _0x434ebe['lTaxF'](withTelemetry,_0x434ebe[_0x26f230(0x1a3)],()=>featureReportPrDescription(_0x5ec8ed['id'],{'excludeScenarios':_0x1656b5,'json':_0x5ec8ed[_0x26f230(0x135)]}));})['command'](_0x3ec279(0x20a),_0x3ec279(0xe3),_0x359e53=>{const _0x50132f=_0x3ec279,_0xf13c4d={'dunEK':_0x50132f(0x211)};return _0x359e53['positional']('id',{'type':_0x50132f(0x203),'description':_0xf13c4d['dunEK']});},async _0xa8d5d6=>{const _0x12eed1=_0x3ec279,_0x33c736={'zpiWo':'get-review'};await withTelemetry(_0x33c736[_0x12eed1(0x114)],()=>featureGetReview(_0xa8d5d6['id']));})['command'](_0x3ec279(0x1bf),'Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x29bf0b=>{const _0x479b59=_0x3ec279,_0x369de5={'OTANY':'string'};return _0x29bf0b[_0x479b59(0x13f)]('id',{'type':_0x369de5['OTANY'],'description':'Feature\x20review\x20ID'});},async _0x301050=>{const _0x3ee92d=_0x3ec279,_0x58b7aa={'oMKPI':function(_0x47bee1,_0x37f1cc,_0x248731){return _0x47bee1(_0x37f1cc,_0x248731);},'Etljw':'delete'};await _0x58b7aa[_0x3ee92d(0x10e)](withTelemetry,_0x58b7aa[_0x3ee92d(0x18e)],()=>featureDelete(_0x301050['id']));})['command'](_0x3ec279(0xe9),'Restore\x20a\x20soft-deleted\x20feature\x20review',_0x1a90c5=>{const _0x5a5960=_0x3ec279,_0x54215c={'LaYuP':_0x5a5960(0x203)};return _0x1a90c5[_0x5a5960(0x13f)]('id',{'type':_0x54215c[_0x5a5960(0x1be)],'description':_0x5a5960(0x1a1),'demandOption':!![]});},async _0x16f8f8=>{const _0x4c7bd1=_0x3ec279,_0x27f2af={'qWKVU':function(_0x1790e5,_0x12028c,_0x580ef2){return _0x1790e5(_0x12028c,_0x580ef2);}};await _0x27f2af['qWKVU'](withTelemetry,_0x4c7bd1(0x19a),()=>featureRestore(_0x16f8f8['id']));})[_0x3ec279(0x1dd)]('setup\x20[token]','Initialize\x20Ranger\x20in\x20your\x20project',_0xf40ee4=>{const _0x5b26de=_0x3ec279,_0x251b23={'pSKNm':_0x5b26de(0x134),'lqXsp':_0x5b26de(0x203),'wNKpe':_0x5b26de(0x163),'qwzmL':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','WsVkR':'url','xDXJp':'boolean','nDzOO':_0x5b26de(0x20b),'VVWwZ':'allow-insecure-localhost','YZoAk':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)'};return _0xf40ee4['positional']('token',{'type':'string','description':_0x251b23['pSKNm']})['option'](_0x5b26de(0xea),{'type':_0x5b26de(0xf1),'description':_0x5b26de(0x1c4),'default':![]})[_0x5b26de(0xdd)](_0x5b26de(0x117),{'type':_0x251b23['lqXsp'],'choices':[_0x251b23['wNKpe'],_0x5b26de(0x182)],'description':_0x251b23['qwzmL']})[_0x5b26de(0xdd)](_0x251b23['WsVkR'],{'type':_0x251b23[_0x5b26de(0x159)],'description':_0x5b26de(0x140)})[_0x5b26de(0xdd)]('force',{'type':_0x251b23['xDXJp'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x5b26de(0x156),{'type':_0x251b23[_0x5b26de(0x14c)],'description':_0x251b23[_0x5b26de(0x171)],'default':![]})['option'](_0x251b23[_0x5b26de(0x15c)],{'type':_0x5b26de(0xf1),'description':_0x251b23[_0x5b26de(0x20d)],'default':![]});},async _0x309e35=>{const _0x41cebe=_0x3ec279;await withTelemetry(_0x41cebe(0x12d),_0x418a47=>start(_0x309e35[_0x41cebe(0x187)],{'skipChromium':_0x309e35['skip-chromium'],'scope':_0x309e35[_0x41cebe(0x117)],'url':_0x309e35['url'],'force':_0x309e35['force'],'opencode':_0x309e35[_0x41cebe(0x156)],'allowInsecureLocalhost':_0x309e35['allow-insecure-localhost']},_0x418a47));})[_0x3ec279(0x1dd)]('setup-ci\x20<token>',_0x3ec279(0x174),_0xf6845b=>{const _0x4f0567=_0x3ec279,_0x2de74c={'YGPkn':'token','egDAf':_0x4f0567(0x203),'TuTso':'Ranger\x20API\x20token','NqBxC':_0x4f0567(0x1fa),'klPlw':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','RCPbC':_0x4f0567(0x102),'fZdrZ':_0x4f0567(0xea)};return _0xf6845b[_0x4f0567(0x13f)](_0x2de74c[_0x4f0567(0x1d6)],{'type':_0x2de74c['egDAf'],'description':_0x2de74c[_0x4f0567(0x162)],'demandOption':!![]})[_0x4f0567(0xdd)](_0x2de74c[_0x4f0567(0x113)],{'type':_0x2de74c[_0x4f0567(0x1af)],'description':_0x2de74c[_0x4f0567(0xc9)]})['option'](_0x4f0567(0x116),{'type':'string','description':_0x2de74c['RCPbC']})[_0x4f0567(0xdd)](_0x2de74c[_0x4f0567(0x19c)],{'type':_0x4f0567(0xf1),'description':'Skip\x20Chromium\x20browser\x20installation','default':![]});},async _0x1927e0=>{const _0x2db0f9=_0x3ec279;await withTelemetry(_0x2db0f9(0x15d),_0x311b97=>setupCi(_0x1927e0['token'],{'profile':_0x1927e0['profile'],'baseUrl':_0x1927e0[_0x2db0f9(0x116)],'skipChromium':_0x1927e0['skip-chromium']},_0x311b97));})[_0x3ec279(0x1dd)]('login',_0x3ec279(0x14b),()=>{},async()=>{const _0x58f84f={'kysZe':'login'};await withTelemetry(_0x58f84f['kysZe'],()=>login());})[_0x3ec279(0x1dd)]('skillup','Install\x20Ranger\x20skills',_0x339b65=>{const _0x5859cc=_0x3ec279,_0x76513c={'EhSvW':'opencode','lWiwj':_0x5859cc(0xf1),'DpaMy':'string','JedWC':'project','ackqq':_0x5859cc(0x16d)};return _0x339b65[_0x5859cc(0xdd)](_0x76513c[_0x5859cc(0x152)],{'type':_0x76513c['lWiwj'],'description':_0x5859cc(0x12e),'default':![]})['option'](_0x5859cc(0x117),{'type':_0x76513c['DpaMy'],'choices':[_0x5859cc(0x163),_0x76513c['JedWC']],'description':_0x76513c['ackqq']});},async _0x40e854=>{const _0x2357d6=_0x3ec279,_0x4a7821=Boolean(_0x40e854[_0x2357d6(0x156)]);await withTelemetry(_0x2357d6(0x193),()=>skillup({'autoInstall':_0x40e854['scope'],'platform':_0x4a7821?'opencode':_0x2357d6(0x145)}));})[_0x3ec279(0x1dd)]('clean','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x2eeae4=_0x3ec279,_0x201996={'aJiZI':function(_0x141725,_0x509a58,_0xd8a131){return _0x141725(_0x509a58,_0xd8a131);},'CVpaN':_0x2eeae4(0xed)};await _0x201996[_0x2eeae4(0x1e5)](withTelemetry,_0x201996[_0x2eeae4(0x1ff)],()=>clean());})['command'](_0x3ec279(0x1fa),'Manage\x20profiles',_0x5b3c7d=>{const _0x44c120=_0x3ec279,_0x4a10fa={'Dtmbq':_0x44c120(0x17b),'OMkHX':_0x44c120(0xf1),'koByn':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','IzWTL':_0x44c120(0x1ea),'FsxZl':'url','mPFgn':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','gEElJ':'string','CdiWg':_0x44c120(0x1c9),'xhbVa':'allow-insecure-localhost','cPbfy':'safe-mode','xNnjY':function(_0x5ce2a9,_0x3768ed,_0x38e8c8,_0x5932d4){return _0x5ce2a9(_0x3768ed,_0x38e8c8,_0x5932d4);},'wRoon':_0x44c120(0x1d0),'UuPrT':_0x44c120(0x168),'bfgvu':'Name\x20of\x20the\x20profile','VwGIk':'profile\x20use','VHppp':function(_0x1ac291,_0x5c7067,_0x4719d1){return _0x1ac291(_0x5c7067,_0x4719d1);},'vrbnO':_0x44c120(0x106),'RqSgi':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','xTskJ':_0x44c120(0xfb),'gyThZ':_0x44c120(0x1fa),'gryAF':'Config\x20key','Bhyiv':_0x44c120(0x17f),'iaSlG':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','MxhwQ':'Config\x20value','jAsxP':'set\x20<profile>\x20<key>\x20<value>','MMyQO':'get\x20<profile>\x20<key>','rpuFA':_0x44c120(0x1ca),'jSOze':'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','JmHzP':'Add\x20profile\x20configuration','tCRfL':_0x44c120(0x1cc),'rxaRS':'Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','XGkVg':'Update\x20authentication\x20for\x20an\x20existing\x20profile','FnvRn':'config','BNmxN':_0x44c120(0x1a9),'WHvhK':'You\x20must\x20specify\x20a\x20profile\x20subcommand'};return _0x5b3c7d['usage'](PROFILE_HELP)['command']('add\x20<profile-name>',_0x4a10fa[_0x44c120(0x204)],_0x4d5b45=>{const _0x4394b9=_0x44c120;return _0x4d5b45['positional'](_0x4394b9(0x168),{'type':'string','description':_0x4a10fa['Dtmbq'],'demandOption':!![]})[_0x4394b9(0xdd)]('ci',{'type':_0x4a10fa['OMkHX'],'description':_0x4a10fa[_0x4394b9(0x19f)],'default':![]})[_0x4394b9(0xdd)](_0x4394b9(0xf9),{'type':_0x4394b9(0xf1),'description':_0x4a10fa[_0x4394b9(0x112)],'default':![]})[_0x4394b9(0xdd)](_0x4a10fa[_0x4394b9(0x176)],{'type':'string','description':_0x4a10fa[_0x4394b9(0x199)]})['option']('force',{'type':_0x4394b9(0xf1),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x4394b9(0x206),{'type':_0x4a10fa['gEElJ'],'description':_0x4a10fa['CdiWg']})[_0x4394b9(0xdd)](_0x4a10fa['xhbVa'],{'type':_0x4a10fa[_0x4394b9(0x165)],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})['option'](_0x4a10fa['cPbfy'],{'type':_0x4a10fa[_0x4394b9(0x165)],'description':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','default':![]});},async _0x10a94a=>{const _0x1104d1=_0x44c120;await _0x4a10fa[_0x1104d1(0xce)](withTelemetry,_0x4a10fa[_0x1104d1(0x1f6)],_0x2d6db0=>addEnv(_0x10a94a['profile-name'],{'ci':_0x10a94a['ci'],'skipAuth':_0x10a94a['skip-auth'],'url':_0x10a94a['url'],'force':_0x10a94a['force'],'cdpEndpoint':_0x10a94a['cdp-endpoint'],'allowInsecureLocalhost':_0x10a94a['allow-insecure-localhost'],'safeMode':_0x10a94a['safe-mode']},_0x2d6db0),{'isElectron':Boolean(_0x10a94a[_0x1104d1(0x206)])});})[_0x44c120(0x1dd)]('use\x20<profile-name>',_0x4a10fa[_0x44c120(0x119)],_0x5c30ad=>{const _0x474990=_0x44c120;return _0x5c30ad['positional'](_0x4a10fa[_0x474990(0xef)],{'type':'string','description':_0x4a10fa['bfgvu'],'demandOption':!![]});},async _0x62dce8=>{const _0x32394a=_0x44c120;await withTelemetry(_0x4a10fa['VwGIk'],()=>useEnv(_0x62dce8[_0x32394a(0x168)]));})['command']('encrypt-auth\x20<profile>',_0x4a10fa[_0x44c120(0x130)],_0x4b8ae4=>{const _0x5a25a4=_0x44c120;return _0x4b8ae4[_0x5a25a4(0x13f)](_0x5a25a4(0x1fa),{'type':_0x5a25a4(0x203),'description':'Profile\x20name','demandOption':!![]});},async _0x317005=>{const _0x481b2e=_0x44c120;await _0x4a10fa['VHppp'](withTelemetry,_0x4a10fa[_0x481b2e(0x1a0)],()=>authEncrypt(_0x317005['profile']));})[_0x44c120(0x1dd)]('ls','List\x20all\x20profiles',()=>{},async()=>{await withTelemetry('profile\x20ls',()=>envList());})[_0x44c120(0x1dd)]('update\x20<profile-name>',_0x4a10fa[_0x44c120(0x1cd)],_0x3d9359=>{const _0x3085d0=_0x44c120;return _0x3d9359['positional'](_0x4a10fa['UuPrT'],{'type':_0x3085d0(0x203),'description':_0x3085d0(0x14f),'demandOption':!![]})['option'](_0x3085d0(0x172),{'type':_0x4a10fa[_0x3085d0(0x165)],'description':_0x4a10fa['RqSgi']});},async _0x5dbcf5=>{const _0x22021e=_0x44c120;await _0x4a10fa[_0x22021e(0x12c)](withTelemetry,_0x4a10fa[_0x22021e(0x16a)],_0x31e9df=>updateEnv(_0x5dbcf5['profile-name'],_0x31e9df,{'allowInsecureLocalhost':_0x5dbcf5['allow-insecure-localhost']}));})['command'](_0x4a10fa[_0x44c120(0xb8)],_0x4a10fa['BNmxN'],_0x5b2495=>{const _0x4a07fa=_0x44c120,_0x19445a={'EOQNd':_0x4a10fa['iaSlG'],'cmnZC':_0x4a07fa(0x203),'lbiWx':_0x4a10fa['MxhwQ'],'wuYfJ':_0x4a07fa(0x1de),'rVdfU':function(_0x24568b,_0x5ec840,_0xe38338){return _0x24568b(_0x5ec840,_0xe38338);},'PBSmK':'Profile\x20name','lmaOP':_0x4a07fa(0xf7)};return _0x5b2495['usage'](PROFILE_CONFIG_HELP)[_0x4a07fa(0x1dd)](_0x4a10fa[_0x4a07fa(0x137)],_0x4a07fa(0xbd),_0xc5478d=>{const _0x564009=_0x4a07fa;return _0xc5478d['positional']('profile',{'type':_0x564009(0x203),'description':_0x564009(0xe4),'demandOption':!![]})[_0x564009(0x13f)](_0x564009(0x188),{'type':_0x564009(0x203),'description':_0x19445a['EOQNd'],'demandOption':!![]})[_0x564009(0x13f)]('value',{'type':_0x19445a[_0x564009(0xf5)],'description':_0x19445a['lbiWx'],'demandOption':!![]});},async _0x4c03e6=>{await withTelemetry(_0x19445a['wuYfJ'],()=>configSet(_0x4c03e6['profile'],_0x4c03e6['key'],_0x4c03e6['value']));})[_0x4a07fa(0x1dd)](_0x4a10fa[_0x4a07fa(0xbf)],'Get\x20a\x20config\x20value',_0x5de627=>{const _0x5eed2c=_0x4a07fa;return _0x5de627['positional'](_0x4a10fa['gyThZ'],{'type':_0x5eed2c(0x203),'description':'Profile\x20name','demandOption':!![]})[_0x5eed2c(0x13f)](_0x5eed2c(0x188),{'type':_0x4a10fa['gEElJ'],'description':_0x4a10fa[_0x5eed2c(0x13a)],'demandOption':!![]});},async _0x4574e1=>{const _0x539460=_0x4a07fa;await withTelemetry(_0x4a10fa[_0x539460(0xd6)],()=>configGet(_0x4574e1['profile'],_0x4574e1['key']));})['command']('list\x20<profile>',_0x4a10fa[_0x4a07fa(0x15e)],_0x42be4a=>{const _0x54036c=_0x4a07fa;return _0x42be4a['positional'](_0x4a10fa['gyThZ'],{'type':_0x54036c(0x203),'description':'Profile\x20name','demandOption':!![]});},async _0x9683ac=>{const _0x5007bf=_0x4a07fa;await _0x19445a[_0x5007bf(0x1e8)](withTelemetry,_0x5007bf(0x1fb),()=>configList(_0x9683ac[_0x5007bf(0x1fa)]));})['command'](_0x4a07fa(0x20c),'Remove\x20a\x20config\x20value',_0x104485=>{const _0x2d5c33=_0x4a07fa;return _0x104485['positional'](_0x2d5c33(0x1fa),{'type':_0x2d5c33(0x203),'description':_0x19445a[_0x2d5c33(0x1c7)],'demandOption':!![]})['positional'](_0x2d5c33(0x188),{'type':_0x2d5c33(0x203),'description':_0x19445a['lmaOP'],'demandOption':!![]});},async _0x1068e5=>{const _0x2cf68d=_0x4a07fa;await withTelemetry('profile\x20config\x20unset',()=>configUnset(_0x1068e5[_0x2cf68d(0x1fa)],_0x1068e5[_0x2cf68d(0x188)]));})[_0x4a07fa(0x10a)](0x1,_0x4a10fa[_0x4a07fa(0xdc)]);})['demandCommand'](0x1,_0x4a10fa['WHvhK']);})[_0x3ec279(0x1dd)](_0x3ec279(0xb7),'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x5c7397=_0x3ec279,_0x1d57b7={'XLand':function(_0x1b9882,_0x78d214,_0x192d42){return _0x1b9882(_0x78d214,_0x192d42);},'fsyay':_0x5c7397(0xb7)};await _0x1d57b7['XLand'](withTelemetry,_0x1d57b7[_0x5c7397(0x16c)],()=>status());})[_0x3ec279(0x1dd)](_0x3ec279(0x1a4),_0x3ec279(0x1a2),()=>{},async()=>{const _0x59e298={'eRcTZ':function(_0x23e5e4,_0x4a8499,_0x3a906d){return _0x23e5e4(_0x4a8499,_0x3a906d);}};await _0x59e298['eRcTZ'](withTelemetry,'update',()=>update());})['command']('go',_0x3ec279(0x196),_0x3b0a18=>{const _0x56f9fc=_0x3ec279,_0x37702e={'QNNlh':_0x56f9fc(0x203),'CUZCg':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','mcFGj':'scenario','tJUKm':_0x56f9fc(0x215),'XURLj':_0x56f9fc(0x1ce),'Wmjau':_0x56f9fc(0x154),'ikWia':'partial','oZSkP':'incomplete','DpxXe':_0x56f9fc(0x1c1),'BcIyV':_0x56f9fc(0x110)};return _0x3b0a18[_0x56f9fc(0xdd)]('feature',{'type':'string','description':_0x56f9fc(0xf0)})['option'](_0x56f9fc(0x1fa),{'type':_0x56f9fc(0x203),'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})[_0x56f9fc(0xdd)](_0x56f9fc(0x20f),{'type':_0x37702e['QNNlh'],'description':_0x37702e['CUZCg']})['option'](_0x37702e['mcFGj'],{'type':_0x37702e['tJUKm'],'description':_0x56f9fc(0x1d2)})['option']('start-path',{'type':_0x37702e[_0x56f9fc(0xf3)],'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})['option'](_0x37702e['XURLj'],{'type':_0x56f9fc(0x203),'description':_0x56f9fc(0xc2)})['option']('headed',{'type':'boolean','description':_0x56f9fc(0xde),'default':![]})[_0x56f9fc(0xdd)]('debug-outcome',{'type':_0x37702e['QNNlh'],'hidden':!![],'choices':[_0x37702e['Wmjau'],_0x37702e['ikWia'],'blocked','failed',_0x37702e['oZSkP']]})[_0x56f9fc(0xdd)](_0x56f9fc(0xf4),{'type':'boolean','hidden':!![]})['option'](_0x37702e['DpxXe'],{'type':_0x37702e['QNNlh'],'hidden':!![]})['option'](_0x37702e['BcIyV'],{'type':'string','hidden':!![]})['option'](_0x56f9fc(0x107),{'type':_0x56f9fc(0x215),'hidden':!![]});},async _0x3a959e=>{await runGoCommand(_0x3a959e);})[_0x3ec279(0x1dd)]('auth',![],_0x5c5bf9=>{const _0x2c1afe=_0x3ec279,_0x39ec24={'eYnVz':_0x2c1afe(0x1fa),'aVllp':'string','ivEdk':'Profile\x20name','lhMho':function(_0x1e40c1,_0x548ab2,_0x5278b4){return _0x1e40c1(_0x548ab2,_0x5278b4);},'XYJXp':_0x2c1afe(0x133),'LXLXy':function(_0x45d889,_0x485cc6){return _0x45d889(_0x485cc6);},'ZXGsM':_0x2c1afe(0x178)};return _0x5c5bf9['command'](_0x39ec24[_0x2c1afe(0xcc)],![],_0x10d08d=>{return _0x10d08d['positional'](_0x39ec24['eYnVz'],{'type':_0x39ec24['aVllp'],'description':_0x39ec24['ivEdk'],'demandOption':!![]});},async _0x14a09f=>{const _0x40afac=_0x2c1afe;_0x39ec24[_0x40afac(0x164)](warnRenamed,_0x39ec24[_0x40afac(0x122)],'ranger\x20profile\x20encrypt-auth'),await _0x39ec24['LXLXy'](authEncrypt,_0x14a09f['profile']);})['demandCommand'](0x1,'You\x20must\x20specify\x20an\x20auth\x20subcommand');},()=>{})[_0x3ec279(0x1dd)]('start\x20[token]',![],_0x2029a7=>{const _0x35dd7a=_0x3ec279,_0x36a236={'EqSCx':_0x35dd7a(0x203),'hnCxi':_0x35dd7a(0x134),'ASHzI':'skip-chromium','ygsSy':_0x35dd7a(0xf1),'vragz':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','hPuWc':'user','TDLKX':'project','NFHCu':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','FjwbD':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','BbpUA':_0x35dd7a(0x1c0)};return _0x2029a7['positional'](_0x35dd7a(0x187),{'type':_0x36a236[_0x35dd7a(0x10d)],'description':_0x36a236['hnCxi']})[_0x35dd7a(0xdd)](_0x36a236[_0x35dd7a(0x18c)],{'type':_0x36a236['ygsSy'],'description':_0x36a236[_0x35dd7a(0x175)],'default':![]})['option']('scope',{'type':_0x36a236[_0x35dd7a(0x10d)],'choices':[_0x36a236[_0x35dd7a(0xe6)],_0x36a236['TDLKX']],'description':_0x36a236[_0x35dd7a(0x17d)]})['option'](_0x35dd7a(0xe8),{'type':'string','description':_0x36a236[_0x35dd7a(0xe2)]})['option'](_0x36a236[_0x35dd7a(0x1ee)],{'type':_0x36a236['ygsSy'],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]});},async _0x1345f7=>{const _0x2c0b63=_0x3ec279,_0x3b8983={'vzasn':_0x2c0b63(0x1a8),'ifxVO':_0x2c0b63(0x1da)};warnRenamed(_0x3b8983['vzasn'],_0x3b8983['ifxVO']),await withTelemetry(_0x2c0b63(0x12d),_0x2fca98=>start(_0x1345f7[_0x2c0b63(0x187)],{'skipChromium':_0x1345f7['skip-chromium'],'scope':_0x1345f7[_0x2c0b63(0x117)],'url':_0x1345f7[_0x2c0b63(0xe8)],'force':_0x1345f7['force']},_0x2fca98));})[_0x3ec279(0x1dd)]('verify-feature',![],_0x28ba11=>{const _0x1a54e5=_0x3ec279,_0x358260={'uYEzD':_0x1a54e5(0x1c1),'sdYYh':'string','bdlMJ':_0x1a54e5(0xd2),'DhPPT':'task','BVTxk':_0x1a54e5(0x107),'JNDAx':_0x1a54e5(0x1d2),'cPGbL':_0x1a54e5(0x1fa),'MUMkH':'notes','sNLKw':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)','mYGcy':_0x1a54e5(0xc1),'GTXQM':'boolean','vINqi':'debug-outcome','ePhKL':_0x1a54e5(0x154),'YfyHU':'partial','YkfKe':_0x1a54e5(0x158),'eyWSk':_0x1a54e5(0x1d4)};return _0x28ba11[_0x1a54e5(0xdd)](_0x358260['uYEzD'],{'type':_0x358260['sdYYh'],'description':_0x358260['bdlMJ']})['option'](_0x358260['DhPPT'],{'type':_0x358260['sdYYh'],'description':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)'})[_0x1a54e5(0xdd)](_0x358260[_0x1a54e5(0x11c)],{'type':_0x1a54e5(0x215),'description':_0x358260[_0x1a54e5(0xff)]})[_0x1a54e5(0xdd)](_0x358260['cPGbL'],{'type':_0x1a54e5(0x203),'hidden':!![]})['option'](_0x358260['MUMkH'],{'type':_0x358260[_0x1a54e5(0x1d9)],'hidden':!![]})['option'](_0x1a54e5(0x16b),{'type':_0x1a54e5(0x215),'hidden':!![]})['option'](_0x1a54e5(0x207),{'type':_0x358260[_0x1a54e5(0x1d9)],'description':_0x358260[_0x1a54e5(0x169)]})[_0x1a54e5(0xdd)](_0x1a54e5(0x1ce),{'type':'string','hidden':!![]})[_0x1a54e5(0xdd)](_0x358260['mYGcy'],{'type':_0x358260['GTXQM'],'hidden':!![],'default':![]})[_0x1a54e5(0xdd)](_0x358260['vINqi'],{'type':_0x358260[_0x1a54e5(0x1d9)],'hidden':!![],'choices':[_0x358260[_0x1a54e5(0x1b0)],_0x358260['YfyHU'],_0x1a54e5(0x1a5),_0x358260[_0x1a54e5(0x127)],_0x358260['eyWSk']]});},async _0x104858=>{const _0x28cab5=_0x3ec279,_0x766cae={'hTGUH':function(_0xdd2191,_0x333e6c,_0x4e5f30){return _0xdd2191(_0x333e6c,_0x4e5f30);}};await _0x766cae[_0x28cab5(0x180)](runGoCommand,_0x104858,!![]);})[_0x3ec279(0x1dd)](_0x3ec279(0x11f),![],_0x2f6d1b=>{const _0x31c217=_0x3ec279,_0x4a2eb3={'iSoDp':_0x31c217(0x201),'KKSbd':_0x31c217(0x203),'vmQwL':'Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','rzOTn':'boolean','upJMH':_0x31c217(0x1e6),'YkRfs':_0x31c217(0xf9)};return _0x2f6d1b['positional'](_0x4a2eb3[_0x31c217(0x214)],{'type':_0x4a2eb3[_0x31c217(0x15a)],'description':_0x4a2eb3['vmQwL'],'demandOption':!![]})['option']('ci',{'type':_0x4a2eb3[_0x31c217(0xdb)],'description':_0x4a2eb3[_0x31c217(0x167)],'default':![]})[_0x31c217(0xdd)](_0x4a2eb3[_0x31c217(0x177)],{'type':_0x4a2eb3[_0x31c217(0xdb)],'description':_0x31c217(0x1ea),'default':![]});},async _0x54ad98=>{const _0x56f1d0=_0x3ec279,_0x5a4b65={'thRYh':'add\x20env'};warnRenamed('ranger\x20add\x20env','ranger\x20profile\x20add'),await withTelemetry(_0x5a4b65[_0x56f1d0(0x120)],_0x36a539=>addEnv(_0x54ad98['env-name'],{'ci':_0x54ad98['ci'],'skipAuth':_0x54ad98[_0x56f1d0(0xf9)]},_0x36a539));})['command'](_0x3ec279(0x1ab),![],_0x54291c=>{const _0x1a948f=_0x3ec279,_0x1d2540={'acGIo':'string'};return _0x54291c[_0x1a948f(0x13f)](_0x1a948f(0x201),{'type':_0x1d2540['acGIo'],'description':'Name\x20of\x20the\x20environment','demandOption':!![]});},async _0x2ecc4e=>{const _0x48345a=_0x3ec279,_0x3eefc9={'wKnqC':function(_0x54a2ff,_0x22960d,_0x18f59f){return _0x54a2ff(_0x22960d,_0x18f59f);}};_0x3eefc9['wKnqC'](warnRenamed,_0x48345a(0x19b),'ranger\x20profile\x20use'),await _0x3eefc9['wKnqC'](withTelemetry,_0x48345a(0xcd),()=>useEnv(_0x2ecc4e['env-name']));})[_0x3ec279(0x1dd)](_0x3ec279(0x17c),![],_0xf41e18=>{const _0x23e5f4=_0x3ec279,_0x21517f={'FSVzG':_0x23e5f4(0x203),'YcMXW':'Environment\x20name','bUTtO':_0x23e5f4(0x188),'aKWQY':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','SxyLZ':'value','ZCasj':'Config\x20value','TDGhr':_0x23e5f4(0x1fc),'KafkS':_0x23e5f4(0x1a7),'HqCEJ':_0x23e5f4(0x1c1),'qogCY':_0x23e5f4(0x13d),'tNGAQ':function(_0x126bca,_0xe9319c,_0x24706c){return _0x126bca(_0xe9319c,_0x24706c);},'vqasS':'ranger\x20config\x20get','UTjrg':_0x23e5f4(0x1fe),'fIUCE':function(_0x43b4c6,_0x4155d9,_0x2f7999){return _0x43b4c6(_0x4155d9,_0x2f7999);},'VqOxu':'ranger\x20config\x20list','AHjZS':_0x23e5f4(0x121),'PvyWy':function(_0x4ef2ae,_0x1f43cb,_0xf0e22){return _0x4ef2ae(_0x1f43cb,_0xf0e22);},'uWwVV':'Config\x20key\x20to\x20remove','Rwnjd':function(_0x4d3eb4,_0x4dc8da,_0x48832b){return _0x4d3eb4(_0x4dc8da,_0x48832b);},'AOPPs':_0x23e5f4(0x1c3),'Kngyn':_0x23e5f4(0x1b2),'EfVxY':_0x23e5f4(0x190),'WDtMl':_0x23e5f4(0x173),'BKECn':_0x23e5f4(0xe1)};return _0xf41e18['command']('set\x20<env>\x20<key>\x20<value>',![],_0xf4db10=>{const _0x645eb6=_0x23e5f4;return _0xf4db10['positional']('env',{'type':_0x21517f[_0x645eb6(0x166)],'description':_0x21517f[_0x645eb6(0x18a)],'demandOption':!![]})['positional'](_0x21517f[_0x645eb6(0x209)],{'type':'string','description':_0x21517f['aKWQY'],'demandOption':!![]})['positional'](_0x21517f[_0x645eb6(0x19d)],{'type':_0x21517f['FSVzG'],'description':_0x21517f[_0x645eb6(0xc3)],'demandOption':!![]});},async _0x2638bc=>{const _0x4c7d01=_0x23e5f4;warnRenamed('ranger\x20config\x20set',_0x21517f['TDGhr']),await withTelemetry(_0x21517f[_0x4c7d01(0x147)],()=>configSet(_0x2638bc[_0x4c7d01(0x1c1)],_0x2638bc['key'],_0x2638bc[_0x4c7d01(0x1c5)]));})['command'](_0x21517f[_0x23e5f4(0xe7)],![],_0x175f48=>{const _0xe69db8=_0x23e5f4;return _0x175f48[_0xe69db8(0x13f)](_0x21517f[_0xe69db8(0xf2)],{'type':'string','description':_0xe69db8(0x1b8),'demandOption':!![]})[_0xe69db8(0x13f)](_0x21517f['bUTtO'],{'type':_0xe69db8(0x203),'description':_0x21517f[_0xe69db8(0x151)],'demandOption':!![]});},async _0x47f784=>{const _0x5f0474=_0x23e5f4;_0x21517f['tNGAQ'](warnRenamed,_0x21517f['vqasS'],'ranger\x20profile\x20config\x20get'),await withTelemetry(_0x21517f[_0x5f0474(0xba)],()=>configGet(_0x47f784[_0x5f0474(0x1c1)],_0x47f784[_0x5f0474(0x188)]));})['command'](_0x21517f['EfVxY'],![],_0x41ca7c=>{const _0x4ac95c=_0x23e5f4;return _0x41ca7c['positional'](_0x21517f[_0x4ac95c(0xf2)],{'type':_0x21517f[_0x4ac95c(0x166)],'description':_0x4ac95c(0x1b8),'demandOption':!![]});},async _0x9825f6=>{const _0x44c9b8=_0x23e5f4;_0x21517f[_0x44c9b8(0x126)](warnRenamed,_0x21517f[_0x44c9b8(0xc0)],_0x21517f[_0x44c9b8(0x1bd)]),await _0x21517f[_0x44c9b8(0x1ef)](withTelemetry,'config\x20list',()=>configList(_0x9825f6[_0x44c9b8(0x1c1)]));})['command'](_0x21517f[_0x23e5f4(0x1a6)],![],_0x1607a7=>{const _0x42e19d=_0x23e5f4;return _0x1607a7['positional'](_0x21517f[_0x42e19d(0xf2)],{'type':_0x42e19d(0x203),'description':'Environment\x20name','demandOption':!![]})[_0x42e19d(0x13f)]('key',{'type':'string','description':_0x21517f['uWwVV'],'demandOption':!![]});},async _0x1f6d48=>{const _0x1a65ea=_0x23e5f4;_0x21517f[_0x1a65ea(0x1f2)](warnRenamed,_0x21517f[_0x1a65ea(0x202)],'ranger\x20profile\x20config\x20unset'),await withTelemetry('config\x20unset',()=>configUnset(_0x1f6d48['env'],_0x1f6d48['key']));})[_0x23e5f4(0x10a)](0x1,_0x21517f['BKECn']);})['command'](_0x3ec279(0x1c1),![],_0x1d5222=>{const _0xe78815=_0x3ec279,_0x144677={'BtYuO':'ranger\x20env\x20ls','qMEwJ':function(_0x3d31ab,_0x5a990e,_0x5d164a){return _0x3d31ab(_0x5a990e,_0x5d164a);},'nPOyc':'ranger\x20env\x20update','eZpMM':'env\x20update'};return _0x1d5222['command']('ls',![],()=>{},async()=>{const _0x578468=_0x9509;warnRenamed(_0x144677['BtYuO'],'ranger\x20profile\x20ls'),await withTelemetry(_0x578468(0x195),()=>envList());})[_0xe78815(0x1dd)](_0xe78815(0x124),![],_0x4e7f98=>{const _0x50a532=_0xe78815;return _0x4e7f98['positional']('env-name',{'type':_0x50a532(0x203),'description':_0x50a532(0x192),'demandOption':!![]});},async _0x19613d=>{const _0x362a2d=_0xe78815;_0x144677['qMEwJ'](warnRenamed,_0x144677[_0x362a2d(0x142)],_0x362a2d(0x1c8)),await withTelemetry(_0x144677[_0x362a2d(0x125)],_0x32102c=>updateEnv(_0x19613d['env-name'],_0x32102c));})['demandCommand'](0x1,_0xe78815(0x1c2));})[_0x3ec279(0x1dd)](_0x3ec279(0xca),![],_0x5ec283=>{const _0x172262=_0x3ec279,_0x1cd550={'fblun':_0x172262(0x203),'gMtah':'description','iMVbJ':'array','tuRio':function(_0x210451,_0x305fd6,_0x371487){return _0x210451(_0x305fd6,_0x371487);},'aPdNO':'ranger\x20create','cZLuC':'--checklist','xZoEn':'--scenario','dLKar':function(_0x1791fb,_0x237407,_0x2e258f){return _0x1791fb(_0x237407,_0x2e258f);},'zrnSg':'boolean','dBIHh':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','BiqXG':'offset','tAzRu':_0x172262(0x11d),'DDPXC':'include-deleted','ELSGz':function(_0x526347,_0x18d231,_0x430949){return _0x526347(_0x18d231,_0x430949);},'dOKLZ':'ranger\x20feature\x20list','IeOfy':'Feature\x20review\x20ID','ARewY':_0x172262(0x1bb),'FJkro':function(_0x23f2c2,_0x257d45,_0xf0085b){return _0x23f2c2(_0x257d45,_0xf0085b);},'URrrW':'feature\x20resume','iqxxv':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','BuhGA':_0x172262(0xee),'YKAQr':'feature\x20add-checklist-item','oqRzy':function(_0x1a74c5,_0x26cc48,_0x527a59){return _0x1a74c5(_0x26cc48,_0x527a59);},'Mzlba':_0x172262(0x181),'ibsji':function(_0x14ebe8,_0x5b0794,_0x310798){return _0x14ebe8(_0x5b0794,_0x310798);},'uEKxc':'ranger\x20feature\x20delete','iWMmY':_0x172262(0xd0),'biohO':'feature\x20restore','gmniw':'create\x20<name>','jngcP':_0x172262(0x1d8),'hObkg':_0x172262(0xfc),'IVpuE':'add-checklist-item\x20<description>','mUlwH':_0x172262(0x1bf),'OekOE':'restore\x20<id>','rmnMs':'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand'};return _0x5ec283[_0x172262(0x1dd)](_0x1cd550['gmniw'],![],_0x5ee266=>{const _0x199b49=_0x172262;return _0x5ee266[_0x199b49(0x13f)]('name',{'type':_0x1cd550['fblun'],'description':'Feature\x20review\x20name','demandOption':!![]})[_0x199b49(0xdd)](_0x1cd550[_0x199b49(0x16f)],{'type':_0x199b49(0x203),'alias':'d','description':_0x199b49(0x197)})[_0x199b49(0xdd)]('checklist',{'type':_0x1cd550[_0x199b49(0x143)],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})[_0x199b49(0xdd)]('scenario',{'type':'array','hidden':!![]});},async _0x381aaf=>{const _0x2641aa=_0x172262;_0x1cd550['tuRio'](warnRenamed,'ranger\x20feature\x20create',_0x1cd550[_0x2641aa(0x1ed)]),warnFlagRenamed(_0x2641aa(0x10b),_0x1cd550[_0x2641aa(0x103)],_0x1cd550['xZoEn']);const _0x4b45a7=_0x381aaf['scenario']||_0x381aaf[_0x2641aa(0xe0)];await _0x1cd550['dLKar'](withTelemetry,_0x2641aa(0x155),()=>featureCreate(_0x381aaf[_0x2641aa(0x194)],{'description':_0x381aaf['description'],'scenarios':_0x4b45a7}));})[_0x172262(0x1dd)](_0x1cd550[_0x172262(0x1f5)],![],_0x4a2704=>{const _0x26fc76=_0x172262;return _0x4a2704['option']('current-branch',{'type':_0x1cd550['zrnSg'],'description':_0x26fc76(0xc4)})[_0x26fc76(0xdd)]('limit',{'type':_0x26fc76(0x215),'alias':'l','description':_0x1cd550['dBIHh'],'default':0xa})[_0x26fc76(0xdd)](_0x1cd550['BiqXG'],{'type':_0x26fc76(0x215),'alias':'o','description':_0x1cd550[_0x26fc76(0x132)],'default':0x0})['option'](_0x1cd550[_0x26fc76(0x123)],{'type':_0x1cd550['zrnSg'],'alias':'d','description':_0x26fc76(0x11e),'default':![]});},async _0x47b108=>{const _0x1282b3=_0x172262;_0x1cd550['ELSGz'](warnRenamed,_0x1cd550['dOKLZ'],'ranger\x20list'),await _0x1cd550[_0x1282b3(0x14d)](withTelemetry,_0x1282b3(0x1ec),()=>featureList({'currentBranch':_0x47b108[_0x1282b3(0x1e9)],'limit':_0x47b108[_0x1282b3(0x14a)],'offset':_0x47b108[_0x1282b3(0x11a)],'includeDeleted':_0x47b108[_0x1282b3(0x212)]}));})[_0x172262(0x1dd)](_0x1cd550[_0x172262(0x1b7)],![],_0x1320e7=>{const _0x10f831=_0x172262;return _0x1320e7['positional']('id',{'type':'string','description':_0x1cd550[_0x10f831(0xc5)]});},async _0x25f222=>{const _0x349800=_0x172262;warnRenamed(_0x349800(0x161),'ranger\x20show'),await withTelemetry(_0x349800(0x213),()=>featureShow(_0x25f222['id']));})[_0x172262(0x1dd)]('resume\x20[id]',![],_0xcdae97=>{const _0x52e281=_0x172262;return _0xcdae97[_0x52e281(0x13f)]('id',{'type':_0x1cd550[_0x52e281(0x184)],'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x2e193b=>{const _0x1ecc3c=_0x172262;warnRenamed(_0x1ecc3c(0x1eb),_0x1cd550[_0x1ecc3c(0xbe)]),await _0x1cd550[_0x1ecc3c(0x1b1)](withTelemetry,_0x1cd550['URrrW'],()=>featureResume(_0x2e193b['id']));})[_0x172262(0x1dd)](_0x1cd550[_0x172262(0x11b)],![],_0x76e8de=>{const _0x1c0dd9=_0x172262;return _0x76e8de['positional'](_0x1cd550['gMtah'],{'type':_0x1cd550[_0x1c0dd9(0x184)],'description':'Scenario\x20description','demandOption':!![]})['option']('id',{'type':_0x1cd550[_0x1c0dd9(0x184)],'description':_0x1cd550[_0x1c0dd9(0x208)]});},async _0x59c6f6=>{const _0x5accb3=_0x172262;_0x1cd550[_0x5accb3(0x17a)](warnRenamed,_0x5accb3(0xc6),_0x1cd550['BuhGA']),await _0x1cd550['dLKar'](withTelemetry,_0x1cd550['YKAQr'],()=>featureAddScenario(_0x59c6f6['description'],_0x59c6f6['id']));})['command'](_0x172262(0x1ad),![],_0x2a9d9e=>{const _0x532198=_0x172262;return _0x2a9d9e['positional']('id',{'type':_0x532198(0x203),'description':_0x1cd550[_0x532198(0x208)]});},async _0x2271f1=>{const _0x3ac241=_0x172262;_0x1cd550[_0x3ac241(0x1f0)](warnRenamed,_0x3ac241(0x149),_0x1cd550['Mzlba']),await _0x1cd550[_0x3ac241(0x14d)](withTelemetry,'feature\x20get-feedback',()=>featureGetReview(_0x2271f1['id']));})['command'](_0x1cd550[_0x172262(0x12f)],![],_0xde801b=>{const _0x3f2412=_0x172262;return _0xde801b['positional']('id',{'type':_0x3f2412(0x203),'description':'Feature\x20review\x20ID'});},async _0x5f408f=>{const _0x3a3f84=_0x172262;_0x1cd550[_0x3a3f84(0x217)](warnRenamed,_0x1cd550[_0x3a3f84(0x1b3)],_0x3a3f84(0xfa)),await _0x1cd550[_0x3a3f84(0x1b1)](withTelemetry,'feature\x20delete',()=>featureDelete(_0x5f408f['id']));})['command'](_0x1cd550['OekOE'],![],_0x1d997d=>{const _0x407e34=_0x172262;return _0x1d997d[_0x407e34(0x13f)]('id',{'type':_0x1cd550[_0x407e34(0x184)],'description':'Feature\x20review\x20ID\x20to\x20restore','demandOption':!![]});},async _0x58d12f=>{const _0x11a8af=_0x172262;warnRenamed(_0x11a8af(0x189),_0x1cd550[_0x11a8af(0x170)]),await withTelemetry(_0x1cd550[_0x11a8af(0x1e7)],()=>featureRestore(_0x58d12f['id']));})['demandCommand'](0x1,_0x1cd550['rmnMs']);})['command'](_0x3ec279(0x1e3),![],_0x3f5732=>{const _0x36d298=_0x3ec279,_0x27d8f7={'Toobs':'session-id','lowoo':_0x36d298(0x1ae),'Ftkpf':function(_0x5573e7,_0x3c1428,_0xa95b19){return _0x5573e7(_0x3c1428,_0xa95b19);},'RPViy':'name','uhbZN':_0x36d298(0x203),'xvXOR':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'};return _0x3f5732[_0x36d298(0x1dd)]('enable',_0x36d298(0xd1),_0x1306ce=>{const _0x149947=_0x36d298;return _0x1306ce[_0x149947(0xdd)](_0x149947(0x12a),{'type':_0x149947(0x203),'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x44478a=>{const _0x8d5c7b=_0x36d298;await withTelemetry(_0x8d5c7b(0x12b),()=>hook('enable',_0x44478a['session-id']));})['command']('disable',_0x36d298(0x18f),_0x1a3a4c=>{const _0x445089=_0x36d298;return _0x1a3a4c['option'](_0x27d8f7[_0x445089(0x16e)],{'type':_0x445089(0x203),'description':_0x27d8f7[_0x445089(0x108)]});},async _0x3032b0=>{const _0x509ba6=_0x36d298;await _0x27d8f7['Ftkpf'](withTelemetry,_0x509ba6(0x191),()=>hook(_0x509ba6(0xd3),_0x3032b0['session-id']));})['option'](_0x27d8f7[_0x36d298(0x139)],{'type':_0x27d8f7['uhbZN'],'description':_0x27d8f7['xvXOR']})[_0x36d298(0xdd)](_0x36d298(0x12a),{'type':_0x27d8f7['uhbZN'],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x10f603=>{const _0x48098c=_0x3ec279,_0x28b391={'PtYFy':function(_0x3c1e13,_0x1bc43f,_0x1cac68){return _0x3c1e13(_0x1bc43f,_0x1cac68);},'FUnak':_0x48098c(0x12a)};_0x10f603['name']&&await _0x28b391[_0x48098c(0x1fd)](hook,_0x10f603[_0x48098c(0x194)],_0x10f603[_0x28b391[_0x48098c(0xb9)]]);})[_0x3ec279(0x10a)](0x1,'You\x20must\x20specify\x20a\x20command')[_0x3ec279(0x1f1)]()['fail'](async(_0xd2fcbc,_0x22ad64,_0x34b18a)=>{const _0x1d5e44=_0x3ec279,_0x3b4382={'nUDuM':function(_0x3e9158,_0x3168da){return _0x3e9158(_0x3168da);},'ItAIC':function(_0x132665,_0x21a672,_0x392ca6){return _0x132665(_0x21a672,_0x392ca6);},'ojnOC':'Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','YYgXx':function(_0x3974dc,_0x568ecd){return _0x3974dc||_0x568ecd;}},_0x13bf31=_0x3b4382[_0x1d5e44(0x1e2)](sanitizeArgs,process['argv']['slice'](0x2)),_0x174359=_0x3b4382['ItAIC'](getErrorType,_0xd2fcbc,_0x22ad64);if(_0xd2fcbc&&_0xd2fcbc[_0x1d5e44(0xe5)](_0x1d5e44(0x1d1))){const _0x47bb37=process[_0x1d5e44(0x10f)][0x2];console[_0x1d5e44(0x15b)]('\x0aUnknown\x20command:\x20'+_0x47bb37),console[_0x1d5e44(0x15b)](_0x3b4382['ojnOC']);}else{if(_0xd2fcbc)console['error']('\x0a'+_0xd2fcbc+'\x0a');else _0x22ad64&&console['error'](_0x1d5e44(0xcf)+_0x22ad64[_0x1d5e44(0x1cb)]+'\x0a');}await _0x3b4382[_0x1d5e44(0x1e2)](logDesirePath,{'rawCommand':_0x13bf31,'errorMessage':_0xd2fcbc||_0x22ad64?.[_0x1d5e44(0x1cb)],'errorType':_0x174359});const _0x42f732=getCurrentCollector();_0x42f732&&await _0x42f732[_0x1d5e44(0x1aa)](_0x22ad64||new Error(_0x3b4382['YYgXx'](_0xd2fcbc,'Unknown\x20error'))),process['exit'](0x1);})['epilogue']('Documentation:\x0a'+_0x3ec279(0x20e)+_0x3ec279(0x13c))[_0x3ec279(0xd9)]()[_0x3ec279(0x1d7)](_0x3ec279(0xd9),'h')['parse']();
|
|
2
|
+
const _0x18f7c8=_0x485e;(function(_0x580a17,_0x1f7326){const _0x5e5e2b=_0x485e,_0xc03ca5=_0x580a17();while(!![]){try{const _0x36a8c3=parseInt(_0x5e5e2b(0x213))/0x1+parseInt(_0x5e5e2b(0x175))/0x2+parseInt(_0x5e5e2b(0x11b))/0x3+-parseInt(_0x5e5e2b(0x244))/0x4*(-parseInt(_0x5e5e2b(0x21f))/0x5)+-parseInt(_0x5e5e2b(0x20f))/0x6*(parseInt(_0x5e5e2b(0x1ab))/0x7)+-parseInt(_0x5e5e2b(0x1d1))/0x8*(parseInt(_0x5e5e2b(0x263))/0x9)+-parseInt(_0x5e5e2b(0x21a))/0xa;if(_0x36a8c3===_0x1f7326)break;else _0xc03ca5['push'](_0xc03ca5['shift']());}catch(_0x3a267d){_0xc03ca5['push'](_0xc03ca5['shift']());}}}(_0x20c7,0xe73df));import _0x47d76f from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function _0x20c7(){const _0x2823a8=['update\x20<profile-name>','Name\x20of\x20the\x20profile\x20to\x20update','cKlKK','\x0aIssues:','You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand','create','scope','exclude-scenario','trackCommandError','get\x20<profile>\x20<key>','TmqXM','oRMAs','VFvtZ','get-review\x20[id]','aQcRm','evaluation','notes','roBMT','command','LIxrO','XoHoP','Feature\x20review\x20description','UvZkF','Scenario\x20description','allow-insecure-localhost','bpllo','Add\x20profile\x20configuration','Evaluation:\x20','severity','XTtri','config','GncyP','Install\x20Ranger\x20skills','offset','string','KOmSU','Config\x20key\x20to\x20remove','project','6zpsPtv','LPWcK','qElPG','DxNFr','1634096XEJBYG','JaWDq','key','ykZSA','repeat','encrypt\x20<profile>','oBqQJ','2700020MVLmRi','LYUMq','feature\x20get-feedback','yQeON','add\x20env\x20<env-name>','274025zCRBeg','\x20VERIFIED','jHwlp','hook:disable','OTfqN','Reason:\x20','\x20PARTIAL','gLLUj','blocked','ZvkVA','Optional\x20feature\x20ID','Uoyns','OQfJZ','HhIwd','You\x20must\x20specify\x20a\x20profile\x20subcommand','tKlHi','clean','IJNWK','show\x20[id]','Iphon','ranger\x20feature\x20restore','model','--scenario','VcUKq','cwd','wHycB','rGUst','gjxiE','Manage\x20profile\x20configuration','jekeV','scenario','enable','eWWRd','WFxpl','IBsRa','zNZTM','ranger\x20restore','92UtCTYC','include-deleted','unset\x20<profile>\x20<key>','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','cdp-endpoint','kVZrt','partial','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','PJNOk','aerxw','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','Ranger\x20API\x20token','vhvpZ','KqDDg','EqcMv','--notes','ooKWE','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','profile-name','sUgUy','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','axDUv','ranger\x20list','MztPV','uZceq','error','CeMPN','ranger\x20get-review','jswmU','zfzGx','resume','9ykGXcv','ZBFaS','svqZe','list\x20<env>','ranger\x20profile\x20update','failed','update','tVeye','ugoNy','SnrkB','verified','status','ranger\x20env\x20ls','option','--env','fkZuR','ktqEA','.\x20[','strictCommands','Feature\x20review\x20name','config\x20list','JUsuC','use\x20<profile-name>','Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','Feature\x20review\x20ID','ranger\x20verify-feature','cGITL','sIjps','ranger\x20create','usage','startsWith','ranger\x20env\x20update','version','setup-ci','gUoGm','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','szAju','user','List\x20all\x20config\x20for\x20a\x20profile','task','restore','lbLBz','XdCXO','UwrXR','config\x20get','pLsNz','tdudz','1099815VTZYXV','UEqQR','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','create\x20<name>','hook','current-branch','Config\x20key','checklist','get\x20<env>\x20<key>','viywd','wnCLG','ZxPQX','dpTrM','ranger\x20delete','ranger\x20use','url','restore\x20<id>','ASyXm','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','nrLYV','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','oDvJZ','PwytP','get-review','Encrypt\x20auth.json\x20for\x20a\x20profile\x20(allows\x20committing\x20to\x20git)','XNrGo','Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x0aKeys:\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20header.<name>\x20\x20\x20\x20Custom\x20HTTP\x20header\x20(e.g.,\x20header.X-Test-Mode)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20header.Authorization\x20\x27${AUTH_TOKEN}\x27','zETgR','token','hVScU','number','verify-feature','VXmTD','wpIOd','IgInq','pJfZH','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','epilogue','limit','force','kHvqT','Initialize\x20Ranger\x20in\x20your\x20project','obUJn','List\x20all\x20feature\x20reviews','UOySb','skip-auth','SmwuN','iqJhk','Number\x20of\x20feature\x20reviews\x20to\x20skip','scriptName','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','pIPYJ','kkdnP','array','item','lbBtG','ranger\x20show','config\x20set','env\x20list','Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','login','summary','FiQcM','pBKLT','some','Scenario\x20index\x20(1-based)','update\x20<env-name>','JEito','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','jreFr','message','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','GOLyn','start','--checklist','safe-mode','You\x20must\x20specify\x20an\x20env\x20subcommand','bMPHd','Restore\x20a\x20soft-deleted\x20feature\x20review','IjVLt','env-name','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','evvUp','positional','You\x20must\x20specify\x20a\x20command','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','tlYwD','Update\x20authentication\x20for\x20an\x20existing\x20profile','demandCommand','aqAFH','24570cGhZUk','issues','disable','profile','JISHb','session-id','GktRG','GpSvu','slice','log','rlwZH','ZEMZV','xVjtm','LepAd','TdifG','list','Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','feature\x20delete','ELvky','Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','ranger\x20profile\x20config\x20set','MWkxQ','list\x20<profile>','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','ranger\x20profile\x20config\x20get','gBFcU','use\x20<env-name>','HWYNm','GMUby','profile\x20use','mqZfK','mHuNe','YHDZm','ranger\x20add-scenario','Config\x20value','yVEbE','start-path','name','HWhqP','Environment\x20name','feature','ranger\x20feature\x20list','ranger\x20go','HJZwn','kSpHC','.env','env','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','fzlPy','HihVp','headed','ranger\x20setup','7362131idittK','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','delete\x20[id]','edit-scenario','afugh','EcVJk','Skip\x20Claude\x20Code\x20plugin\x20+\x20skills\x20install\x20(for\x20OpenCode\x20users)','Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','profile\x20encrypt-auth','profile\x20config\x20list','set\x20<env>\x20<key>\x20<value>','--task','debug-outcome','BOsPT','argv','incomplete','ranger\x20feature\x20show','bLmlN','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','DSFeN','opencode','Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)','JRCyF','\x20\x20https://docs.ranger.net\x0a','JujAo','json','description','XveNy','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','NRtiU','parse','default','setup-ci\x20<token>','IjVzG','Verify\x20a\x20scenario\x20in\x20the\x20browser\x20(requires\x20active\x20feature\x20review)','ranger\x20profile\x20ls','Profile\x20name','OJIxC','8036792QfWMIl','profile\x20config\x20get','boolean','exit','iJVaf','CyQIz','debug-address-comments','skip-chromium','xQefV','.ranger','EoxML','jLzKC','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','ranger\x20config\x20get','Feature\x20review\x20ID\x20to\x20restore','jYRwV','ranger\x20add\x20env','ztqcv','Sjwwa','iqruq','auaMb','profile\x20update','CsiMR','feature\x20restore'];_0x20c7=function(){return _0x2823a8;};return _0x20c7();}function findProjectRoot(){const _0x3f8985=_0x485e,_0x37826d={'EOynd':function(_0x44c0cb,_0x489860){return _0x44c0cb(_0x489860);},'VXmTD':function(_0x5b4555,_0x4ec1c3){return _0x5b4555!==_0x4ec1c3;},'IXlWC':function(_0x466eb6,_0x46b2f3){return _0x466eb6(_0x46b2f3);},'vOUIb':function(_0x17ad65,_0x355b8e){return _0x17ad65(_0x355b8e);}};let _0x55ae39=process['cwd']();const _0x28f42e=_0x37826d['EOynd'](parse,_0x55ae39)['root'];while(_0x37826d[_0x3f8985(0x13b)](_0x55ae39,_0x28f42e)){if(existsSync(join(_0x55ae39,_0x3f8985(0x1da)))||_0x37826d['IXlWC'](existsSync,join(_0x55ae39,_0x3f8985(0x1a3))))return _0x55ae39;_0x55ae39=_0x37826d['vOUIb'](dirname,_0x55ae39);}return process[_0x3f8985(0x237)]();}_0x47d76f[_0x18f7c8(0x207)]({'path':join(findProjectRoot(),_0x18f7c8(0x1a3))});import _0x547e54 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,updateEnv,update,skillup,envList,hook}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{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';function _0x485e(_0x551428,_0x42e395){_0x551428=_0x551428-0x110;const _0x20c758=_0x20c7();let _0x485eb4=_0x20c758[_0x551428];return _0x485eb4;}import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x51ec83=>{const _0x25f3ec=_0x18f7c8,_0x44bc67={'rlwZH':function(_0x20dc31){return _0x20dc31();}},_0x3537d0=_0x44bc67[_0x25f3ec(0x17f)](getCurrentCollector);_0x3537d0&&await _0x3537d0[_0x25f3ec(0x1f1)](_0x51ec83),process['exitCode']=0x1;});const rawArgs=process['argv']['slice'](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\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)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.',PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20profile\x20(options:\x20--ci,\x20--skip-auth)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Re-capture\x20auth\x20for\x20a\x20profile\x0a\x20\x20encrypt-auth\x20<profile>\x20\x20\x20\x20Encrypt\x20auth.json\x20for\x20safe\x20git\x20storage\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20local\x0a\x20\x20ranger\x20profile\x20encrypt-auth\x20ci\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20headless\x20true',PROFILE_CONFIG_HELP=_0x18f7c8(0x135);function warnRenamed(_0x8449bf,_0x7a7df6){console['error']('\x0a'+_0x8449bf+'\x20is\x20now\x20'+_0x7a7df6+'\x0a');}function argUsed(_0x5154e7){const _0x1d8fd8=_0x18f7c8;return rawArgs[_0x1d8fd8(0x15b)](_0x533221=>_0x533221===_0x5154e7||_0x533221[_0x1d8fd8(0x281)](_0x5154e7+'='));}function warnFlagRenamed(_0x331278,_0x594f88,_0x1a77da){argUsed(_0x594f88)&&warnRenamed(_0x331278+'\x20'+_0x594f88,_0x331278+'\x20'+_0x1a77da);}async function runGoCommand(_0x2449cf,_0x16ab7a=![]){const _0x3a31fc=_0x18f7c8,_0x5e2edc={'ovSQC':_0x3a31fc(0x27c),'tlYwD':'ranger\x20go','tiMUP':function(_0x378985,_0x34492b,_0x5a4ac2,_0x5bc8d5){return _0x378985(_0x34492b,_0x5a4ac2,_0x5bc8d5);},'kSpHC':_0x3a31fc(0x1b6),'FyXqK':_0x3a31fc(0x253),'KGHNL':function(_0x45b2b1,_0x42545b,_0x2d4fb3,_0x3d4de5){return _0x45b2b1(_0x42545b,_0x2d4fb3,_0x3d4de5);},'tdudz':'--item','UluUi':'--scenario','tbNTe':function(_0x4ffae4){return _0x4ffae4();},'bccJA':function(_0xc0f2ab,_0x17c1b9){return _0xc0f2ab??_0x17c1b9;},'QEpiC':'start-path','EcVJk':'debug-outcome','NRtiU':function(_0xe11468,_0xd9dd06){return _0xe11468+_0xd9dd06;},'pJfZH':function(_0x220865,_0x2630cf){return _0x220865===_0x2630cf;},'uZceq':'verified','LepAd':_0x3a31fc(0x220),'LYUMq':_0x3a31fc(0x1ba),'krUCc':'partial','UOySb':_0x3a31fc(0x225),'DSFeN':_0x3a31fc(0x227),'tKlHi':'\x20BLOCKED','cKCaL':'\x20FAILED'};_0x16ab7a&&warnRenamed(_0x5e2edc['ovSQC'],_0x5e2edc['tlYwD']);_0x5e2edc['tiMUP'](warnFlagRenamed,_0x3a31fc(0x1a0),_0x3a31fc(0x271),'--profile'),warnFlagRenamed(_0x5e2edc[_0x3a31fc(0x171)],_0x5e2edc[_0x3a31fc(0x1a2)],_0x5e2edc['FyXqK']),_0x5e2edc['KGHNL'](warnFlagRenamed,_0x5e2edc['tlYwD'],_0x5e2edc[_0x3a31fc(0x11a)],_0x5e2edc['UluUi']);const _0x133c66=await _0x5e2edc['tbNTe'](loadRangerConfig),_0xc2e2b3=_0x2449cf[_0x3a31fc(0x234)],_0x5ecdaa=_0x133c66[_0x3a31fc(0x234)],_0xfc21fa=_0x5e2edc['bccJA'](_0xc2e2b3,_0x5ecdaa),_0xf0e5d9=_0xc2e2b3?'flag':_0x5ecdaa?'config':_0x3a31fc(0x1ca),_0x39b003=await verifyFeature({'featureId':_0x2449cf[_0x3a31fc(0x19e)],'profile':_0x2449cf['profile']??_0x2449cf['env'],'notes':_0x2449cf['notes']??_0x2449cf[_0x3a31fc(0x113)],'scenario':_0x2449cf['scenario']??_0x2449cf[_0x3a31fc(0x151)],'startPath':_0x2449cf[_0x5e2edc['QEpiC']],'debugOutcome':_0x2449cf[_0x5e2edc[_0x3a31fc(0x1b0)]],'debugAddressComments':_0x2449cf['debug-address-comments'],'headed':_0x2449cf[_0x3a31fc(0x1a9)],'verifyModel':_0xfc21fa,'verifyModelInput':_0xfc21fa,'verifyModelSource':_0xf0e5d9});console[_0x3a31fc(0x17e)](_0x5e2edc[_0x3a31fc(0x1c8)]('\x0a','='[_0x3a31fc(0x217)](0x3c))),console[_0x3a31fc(0x17e)](_0x5e2edc['pJfZH'](_0x39b003['evaluation'],_0x5e2edc[_0x3a31fc(0x25c)])?_0x5e2edc[_0x3a31fc(0x182)]:_0x39b003['evaluation']===_0x5e2edc[_0x3a31fc(0x21b)]?'\x20INCOMPLETE':_0x39b003['evaluation']===_0x5e2edc['krUCc']?_0x5e2edc[_0x3a31fc(0x147)]:_0x5e2edc[_0x3a31fc(0x13e)](_0x39b003[_0x3a31fc(0x1f8)],_0x5e2edc[_0x3a31fc(0x1be)])?_0x5e2edc[_0x3a31fc(0x22e)]:_0x5e2edc['cKCaL']),console['log']('='[_0x3a31fc(0x217)](0x3c)),console['log']('Summary:\x20'+_0x39b003[_0x3a31fc(0x158)]),console['log'](_0x3a31fc(0x204)+_0x39b003[_0x3a31fc(0x1f8)]),console['log'](_0x3a31fc(0x224)+_0x39b003['evaluationReason']),_0x39b003['issues']?.['length']&&(console['log'](_0x3a31fc(0x1ec)),_0x39b003[_0x3a31fc(0x176)]['forEach']((_0x5472ae,_0x623261)=>{const _0x4f60d7=_0x3a31fc;console['log']('\x0a'+(_0x623261+0x1)+_0x4f60d7(0x274)+_0x5472ae[_0x4f60d7(0x205)]+']\x20'+_0x5472ae[_0x4f60d7(0x1c5)]);})),process[_0x3a31fc(0x1d4)](_0x5e2edc['pJfZH'](_0x39b003[_0x3a31fc(0x1f8)],_0x5e2edc[_0x3a31fc(0x25c)])?0x0:0x1);}_0x547e54(process[_0x18f7c8(0x1b9)][_0x18f7c8(0x17d)](0x2))[_0x18f7c8(0x14c)]('ranger')['usage'](TOP_LEVEL_HELP)[_0x18f7c8(0x283)](getCurrentVersion())[_0x18f7c8(0x1fb)](_0x18f7c8(0x11e),_0x18f7c8(0x1a5),_0x3dfe5e=>{const _0x5e11fd=_0x18f7c8,_0x5afcfc={'vhvpZ':_0x5e11fd(0x19b),'OTfqN':'string','GktRG':_0x5e11fd(0x150)};return _0x3dfe5e['positional'](_0x5afcfc[_0x5e11fd(0x250)],{'type':_0x5afcfc['OTfqN'],'description':'Feature\x20review\x20name','demandOption':!![]})[_0x5e11fd(0x270)]('description',{'type':_0x5afcfc[_0x5e11fd(0x223)],'alias':'d','description':_0x5e11fd(0x1fe)})[_0x5e11fd(0x270)](_0x5e11fd(0x23d),{'type':_0x5afcfc['GktRG'],'alias':'c','description':_0x5e11fd(0x1b2)})[_0x5e11fd(0x270)]('checklist',{'type':_0x5afcfc[_0x5e11fd(0x17b)],'hidden':!![]});},async _0x296b13=>{const _0x59d60a=_0x18f7c8,_0x192427={'lbLBz':_0x59d60a(0x27f),'qElPG':_0x59d60a(0x165),'mvHpO':_0x59d60a(0x235),'wHycB':_0x59d60a(0x1ee)};warnFlagRenamed(_0x192427[_0x59d60a(0x115)],_0x192427[_0x59d60a(0x211)],_0x192427['mvHpO']);const _0x106b80=_0x296b13[_0x59d60a(0x23d)]||_0x296b13[_0x59d60a(0x122)];await withTelemetry(_0x192427[_0x59d60a(0x238)],()=>featureCreate(_0x296b13['name'],{'description':_0x296b13['description'],'scenarios':_0x106b80}));})['command']('list',_0x18f7c8(0x146),_0x2dff7=>{const _0x5be68a=_0x18f7c8,_0x13e9df={'ELvky':_0x5be68a(0x120),'iqruq':_0x5be68a(0x1d3),'rfZxN':_0x5be68a(0x1dd),'ZEMZV':_0x5be68a(0x139),'vlbpB':_0x5be68a(0x156),'FumOh':_0x5be68a(0x20a),'JEito':'include-deleted','rGUst':'Include\x20soft-deleted\x20feature\x20reviews'};return _0x2dff7[_0x5be68a(0x270)](_0x13e9df[_0x5be68a(0x188)],{'type':_0x13e9df[_0x5be68a(0x1e4)],'description':_0x13e9df['rfZxN']})['option']('limit',{'type':_0x13e9df[_0x5be68a(0x180)],'alias':'l','description':_0x13e9df['vlbpB'],'default':0xa})[_0x5be68a(0x270)](_0x13e9df['FumOh'],{'type':_0x5be68a(0x139),'alias':'o','description':_0x5be68a(0x14b),'default':0x0})[_0x5be68a(0x270)](_0x13e9df[_0x5be68a(0x15e)],{'type':_0x13e9df[_0x5be68a(0x1e4)],'alias':'d','description':_0x13e9df[_0x5be68a(0x239)],'default':![]});},async _0x59f864=>{const _0x58eb1e=_0x18f7c8,_0x3eae03={'pPnyR':'list'};await withTelemetry(_0x3eae03['pPnyR'],()=>featureList({'currentBranch':_0x59f864['current-branch'],'limit':_0x59f864['limit'],'offset':_0x59f864[_0x58eb1e(0x20a)],'includeDeleted':_0x59f864['include-deleted']}));})[_0x18f7c8(0x1fb)]('show\x20[id]',_0x18f7c8(0x12d),_0x3ef0d0=>{const _0x4aaaf3=_0x18f7c8,_0x5814f3={'MztPV':_0x4aaaf3(0x27b)};return _0x3ef0d0['positional']('id',{'type':_0x4aaaf3(0x20b),'description':_0x5814f3[_0x4aaaf3(0x25b)]});},async _0x11f444=>{const _0x5bbd05=_0x18f7c8,_0x2184b8={'xQefV':function(_0x2f9834,_0x260ded,_0x36431a){return _0x2f9834(_0x260ded,_0x36431a);},'jreFr':'show'};await _0x2184b8[_0x5bbd05(0x1d9)](withTelemetry,_0x2184b8[_0x5bbd05(0x160)],()=>featureShow(_0x11f444['id']));})[_0x18f7c8(0x1fb)]('resume\x20[id]','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context',_0x326904=>{const _0x412c88=_0x18f7c8,_0x185eac={'pnBHx':_0x412c88(0x20b),'IgInq':_0x412c88(0x11d)};return _0x326904[_0x412c88(0x16e)]('id',{'type':_0x185eac['pnBHx'],'description':_0x185eac[_0x412c88(0x13d)]});},async _0x169cc6=>{const _0x10d36=_0x18f7c8,_0x5e2fc7={'YlCMd':_0x10d36(0x262)};await withTelemetry(_0x5e2fc7['YlCMd'],()=>featureResume(_0x169cc6['id']));})['command']('add-scenario\x20<description>',_0x18f7c8(0x1ac),_0x3f9b56=>{const _0xb224c9=_0x18f7c8,_0x49e9e4={'XoHoP':'string','nKQsr':_0xb224c9(0x200)};return _0x3f9b56[_0xb224c9(0x16e)](_0xb224c9(0x1c5),{'type':_0x49e9e4['XoHoP'],'description':_0x49e9e4['nKQsr'],'demandOption':!![]})['option']('id',{'type':_0x49e9e4[_0xb224c9(0x1fd)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x45c9f3=>{const _0x4cf414=_0x18f7c8,_0x3c88b3={'dpTrM':function(_0x2a3cf6,_0x385d84,_0x2f74c3){return _0x2a3cf6(_0x385d84,_0x2f74c3);},'UvZkF':'add-scenario'};await _0x3c88b3[_0x4cf414(0x127)](withTelemetry,_0x3c88b3[_0x4cf414(0x1ff)],()=>featureAddScenario(_0x45c9f3['description'],_0x45c9f3['id']));})[_0x18f7c8(0x1fb)]('edit-scenario\x20<description>','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review',_0x56bd52=>{const _0x29639d=_0x18f7c8,_0x597f28={'edoUW':'description','KPOHE':'string','Xfavk':'New\x20scenario\x20description','svqZe':_0x29639d(0x139),'XSpMK':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'};return _0x56bd52['positional'](_0x597f28['edoUW'],{'type':_0x597f28['KPOHE'],'description':_0x597f28['Xfavk'],'demandOption':!![]})['option']('scenario',{'type':_0x597f28[_0x29639d(0x265)],'description':'Scenario\x20number\x20to\x20edit\x20(1-based)','demandOption':!![]})['option']('id',{'type':_0x29639d(0x20b),'description':_0x597f28['XSpMK']});},async _0x43d261=>{const _0x3d7b63=_0x18f7c8;await withTelemetry(_0x3d7b63(0x1ae),()=>featureEditScenario(_0x43d261['description'],{'id':_0x43d261['id'],'scenario':_0x43d261[_0x3d7b63(0x23d)]}));})['command']('report\x20[id]','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0x2219cd=>{const _0x103df1=_0x18f7c8,_0x4b18b4={'nrLYV':_0x103df1(0x20b),'zNZTM':'Feature\x20review\x20ID','CyQIz':'exclude-scenario','KHawj':_0x103df1(0x150),'oBqQJ':_0x103df1(0x255)};return _0x2219cd['positional']('id',{'type':_0x4b18b4[_0x103df1(0x12e)],'description':_0x4b18b4[_0x103df1(0x242)]})['option'](_0x4b18b4[_0x103df1(0x1d6)],{'type':_0x4b18b4['KHawj'],'description':_0x4b18b4[_0x103df1(0x219)]})[_0x103df1(0x270)](_0x103df1(0x1c4),{'type':'boolean','description':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','default':![]});},async _0xb256bc=>{const _0x2b79e0=_0x18f7c8,_0x49cc39={'vWVzJ':function(_0x5c7bbe,_0x3fb903,_0x3486d0){return _0x5c7bbe(_0x3fb903,_0x3486d0);}},_0x4f4c96=_0xb256bc[_0x2b79e0(0x1f0)],_0x2a7b42=_0x4f4c96?_0x4f4c96['map'](_0x37f004=>Number(_0x37f004)):undefined;await _0x49cc39['vWVzJ'](withTelemetry,'report',()=>featureReportPrDescription(_0xb256bc['id'],{'excludeScenarios':_0x2a7b42,'json':_0xb256bc[_0x2b79e0(0x1c4)]}));})['command'](_0x18f7c8(0x1f6),_0x18f7c8(0x1a6),_0x2c380f=>{const _0x20b07e=_0x18f7c8;return _0x2c380f['positional']('id',{'type':_0x20b07e(0x20b),'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x113f9e=>{const _0x2aa87d=_0x18f7c8,_0x7cccf={'KOmSU':function(_0x119cb7,_0x322ac5,_0x42bea7){return _0x119cb7(_0x322ac5,_0x42bea7);},'TdifG':_0x2aa87d(0x132)};await _0x7cccf[_0x2aa87d(0x20c)](withTelemetry,_0x7cccf[_0x2aa87d(0x183)],()=>featureGetReview(_0x113f9e['id']));})[_0x18f7c8(0x1fb)](_0x18f7c8(0x1ad),_0x18f7c8(0x162),_0x408a68=>{const _0x145024=_0x18f7c8,_0x553188={'HJZwn':_0x145024(0x20b),'BpuNe':'Feature\x20review\x20ID'};return _0x408a68[_0x145024(0x16e)]('id',{'type':_0x553188[_0x145024(0x1a1)],'description':_0x553188['BpuNe']});},async _0x4f7795=>{const _0x23ccd8=_0x18f7c8,_0x119747={'ozOOD':function(_0x55eaad,_0x234ad3,_0x250ffb){return _0x55eaad(_0x234ad3,_0x250ffb);},'Uoyns':'delete'};await _0x119747['ozOOD'](withTelemetry,_0x119747[_0x23ccd8(0x22a)],()=>featureDelete(_0x4f7795['id']));})['command']('restore\x20<id>',_0x18f7c8(0x169),_0x4f55ba=>{const _0x5dcd32=_0x18f7c8,_0xd94744={'Sjwwa':'string'};return _0x4f55ba['positional']('id',{'type':_0xd94744[_0x5dcd32(0x1e3)],'description':_0x5dcd32(0x1df),'demandOption':!![]});},async _0x3ba3f5=>{const _0x3780db=_0x18f7c8;await withTelemetry(_0x3780db(0x114),()=>featureRestore(_0x3ba3f5['id']));})[_0x18f7c8(0x1fb)]('setup\x20[token]',_0x18f7c8(0x144),_0x41694a=>{const _0x38a06a=_0x18f7c8,_0x9b5d1b={'jLzKC':_0x38a06a(0x20b),'LLQxV':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','vIkZv':'skip-chromium','oRMAs':'boolean','CeMPN':_0x38a06a(0x14d),'IjVLt':_0x38a06a(0x111),'cGJsY':'project','mqZfK':_0x38a06a(0x258),'gXAFM':'force','yUTdW':_0x38a06a(0x1bf),'qKAbj':_0x38a06a(0x1b1)};return _0x41694a[_0x38a06a(0x16e)]('token',{'type':_0x9b5d1b['jLzKC'],'description':_0x9b5d1b['LLQxV']})[_0x38a06a(0x270)](_0x9b5d1b['vIkZv'],{'type':_0x9b5d1b[_0x38a06a(0x1f4)],'description':_0x9b5d1b[_0x38a06a(0x25e)],'default':![]})[_0x38a06a(0x270)]('scope',{'type':_0x9b5d1b[_0x38a06a(0x1dc)],'choices':[_0x9b5d1b[_0x38a06a(0x16a)],_0x9b5d1b['cGJsY']],'description':'Install\x20scope\x20for\x20plugin\x20and\x20skills\x20(defaults\x20to\x20user\x20in\x20non-interactive\x20mode)'})['option'](_0x38a06a(0x12a),{'type':'string','description':_0x9b5d1b[_0x38a06a(0x194)]})['option'](_0x9b5d1b['gXAFM'],{'type':_0x9b5d1b[_0x38a06a(0x1f4)],'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x38a06a(0x270)](_0x9b5d1b['yUTdW'],{'type':'boolean','description':_0x9b5d1b['qKAbj'],'default':![]})['option'](_0x38a06a(0x201),{'type':'boolean','description':_0x38a06a(0x15f),'default':![]});},async _0x5d51ad=>{const _0x443a00=_0x18f7c8,_0x490bb1={'nskOS':function(_0x467e74,_0x18dc1c,_0x323b3d){return _0x467e74(_0x18dc1c,_0x323b3d);},'axDUv':'start'};await _0x490bb1['nskOS'](withTelemetry,_0x490bb1[_0x443a00(0x259)],_0x3edbb6=>start(_0x5d51ad[_0x443a00(0x137)],{'skipChromium':_0x5d51ad[_0x443a00(0x1d8)],'scope':_0x5d51ad['scope'],'url':_0x5d51ad['url'],'force':_0x5d51ad['force'],'opencode':_0x5d51ad['opencode'],'allowInsecureLocalhost':_0x5d51ad[_0x443a00(0x201)]},_0x3edbb6));})['command'](_0x18f7c8(0x1cb),'Set\x20up\x20Ranger\x20for\x20CI\x20(non-interactive)',_0x4080cc=>{const _0x5f0240=_0x18f7c8,_0x6b8207={'ZvkVA':_0x5f0240(0x24f),'wodHs':'profile','lflTC':'string','GpSvu':'Skip\x20Chromium\x20browser\x20installation'};return _0x4080cc[_0x5f0240(0x16e)]('token',{'type':'string','description':_0x6b8207[_0x5f0240(0x228)],'demandOption':!![]})['option'](_0x6b8207['wodHs'],{'type':'string','description':_0x5f0240(0x18d)})['option']('base-url',{'type':_0x6b8207['lflTC'],'description':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)'})['option'](_0x5f0240(0x1d8),{'type':'boolean','description':_0x6b8207[_0x5f0240(0x17c)],'default':![]});},async _0x5184ef=>{const _0x688756=_0x18f7c8,_0x41e4f7={'yEjZp':function(_0x2d5391,_0x4d6858,_0x1af91e){return _0x2d5391(_0x4d6858,_0x1af91e);}};await _0x41e4f7['yEjZp'](withTelemetry,_0x688756(0x284),_0x34098b=>setupCi(_0x5184ef[_0x688756(0x137)],{'profile':_0x5184ef[_0x688756(0x178)],'baseUrl':_0x5184ef['base-url'],'skipChromium':_0x5184ef['skip-chromium']},_0x34098b));})[_0x18f7c8(0x1fb)](_0x18f7c8(0x157),'Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)',()=>{},async()=>{const _0x2519f3=_0x18f7c8;await withTelemetry(_0x2519f3(0x157),()=>login());})[_0x18f7c8(0x1fb)]('skillup',_0x18f7c8(0x209),_0x313d0b=>{const _0x26ed97=_0x18f7c8,_0x116080={'TmqXM':_0x26ed97(0x1d3),'ayrMw':'Install\x20skills\x20for\x20OpenCode','tVeye':_0x26ed97(0x1ef),'NRhjl':_0x26ed97(0x111),'UEqQR':'Install\x20scope\x20for\x20skills'};return _0x313d0b[_0x26ed97(0x270)](_0x26ed97(0x1bf),{'type':_0x116080[_0x26ed97(0x1f3)],'description':_0x116080['ayrMw'],'default':![]})[_0x26ed97(0x270)](_0x116080[_0x26ed97(0x26a)],{'type':'string','choices':[_0x116080['NRhjl'],_0x26ed97(0x20e)],'description':_0x116080[_0x26ed97(0x11c)]});},async _0x55d62d=>{const _0x5a41ff=_0x18f7c8,_0x25b50a={'XdCXO':function(_0x4aae87,_0x269348,_0x4b2765){return _0x4aae87(_0x269348,_0x4b2765);},'pLsNz':'skillup'},_0x136125=Boolean(_0x55d62d['opencode']);await _0x25b50a[_0x5a41ff(0x116)](withTelemetry,_0x25b50a[_0x5a41ff(0x119)],()=>skillup({'autoInstall':_0x55d62d['scope'],'platform':_0x136125?'opencode':'claude'}));})[_0x18f7c8(0x1fb)](_0x18f7c8(0x22f),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x2a910a=_0x18f7c8,_0x5c9e92={'SnrkB':_0x2a910a(0x22f)};await withTelemetry(_0x5c9e92[_0x2a910a(0x26c)],()=>clean());})['command'](_0x18f7c8(0x178),'Manage\x20profiles',_0x45a4aa=>{const _0xfa34bb=_0x18f7c8,_0x1600c1={'jekeV':'profile-name','xVjtm':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','MWkxQ':'Create\x20CI\x20profile\x20(encrypted\x20auth,\x20committed\x20to\x20git)','IJNWK':_0xfa34bb(0x148),'xtAGs':_0xfa34bb(0x24e),'ykZSA':_0xfa34bb(0x20b),'HWhqP':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','stoVh':_0xfa34bb(0x286),'kVZrt':_0xfa34bb(0x201),'HihVp':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','fkZuR':'safe-mode','obUJn':'boolean','pBKLT':_0xfa34bb(0x12f),'xpjrU':'profile\x20add','EqcMv':'cdp-endpoint','hVScU':function(_0x2cfdc2,_0x1733a2,_0x1447e6){return _0x2cfdc2(_0x1733a2,_0x1447e6);},'smkoI':function(_0x2792f3,_0x230e91,_0x4f31b0){return _0x2792f3(_0x230e91,_0x4f31b0);},'DtjHa':'profile\x20ls','qWsdp':_0xfa34bb(0x1ea),'GncyP':_0xfa34bb(0x1e6),'pByEE':'Profile\x20name','JmUwJ':_0xfa34bb(0x215),'zfzGx':_0xfa34bb(0x1d2),'OJIxC':'set\x20<profile>\x20<key>\x20<value>','EoxML':_0xfa34bb(0x1f2),'IjVzG':_0xfa34bb(0x112),'mHuNe':_0xfa34bb(0x246),'icpoD':_0xfa34bb(0x203),'UGHUs':_0xfa34bb(0x279),'UvfpP':'List\x20all\x20profiles','vcjsv':_0xfa34bb(0x1e9),'HRbFR':_0xfa34bb(0x207),'yQeON':_0xfa34bb(0x23b),'CCpjV':_0xfa34bb(0x22d)};return _0x45a4aa[_0xfa34bb(0x280)](PROFILE_HELP)[_0xfa34bb(0x1fb)]('add\x20<profile-name>',_0x1600c1['icpoD'],_0x4efcdd=>{const _0x3869ae=_0xfa34bb;return _0x4efcdd[_0x3869ae(0x16e)](_0x1600c1['jekeV'],{'type':_0x3869ae(0x20b),'description':_0x1600c1[_0x3869ae(0x181)],'demandOption':!![]})['option']('ci',{'type':_0x3869ae(0x1d3),'description':_0x1600c1[_0x3869ae(0x18b)],'default':![]})['option'](_0x1600c1[_0x3869ae(0x230)],{'type':'boolean','description':_0x1600c1['xtAGs'],'default':![]})[_0x3869ae(0x270)](_0x3869ae(0x12a),{'type':_0x1600c1[_0x3869ae(0x216)],'description':_0x3869ae(0x247)})[_0x3869ae(0x270)](_0x3869ae(0x142),{'type':'boolean','description':_0x1600c1[_0x3869ae(0x19c)],'default':![]})[_0x3869ae(0x270)](_0x3869ae(0x248),{'type':'string','description':_0x1600c1['stoVh']})['option'](_0x1600c1[_0x3869ae(0x249)],{'type':'boolean','description':_0x1600c1[_0x3869ae(0x1a8)],'default':![]})[_0x3869ae(0x270)](_0x1600c1[_0x3869ae(0x272)],{'type':_0x1600c1[_0x3869ae(0x145)],'description':_0x1600c1[_0x3869ae(0x15a)],'default':![]});},async _0xb8fef4=>{const _0x27e7ea=_0xfa34bb;await withTelemetry(_0x1600c1['xpjrU'],_0x412c41=>addEnv(_0xb8fef4[_0x27e7ea(0x256)],{'ci':_0xb8fef4['ci'],'skipAuth':_0xb8fef4['skip-auth'],'url':_0xb8fef4['url'],'force':_0xb8fef4[_0x27e7ea(0x142)],'cdpEndpoint':_0xb8fef4['cdp-endpoint'],'allowInsecureLocalhost':_0xb8fef4['allow-insecure-localhost'],'safeMode':_0xb8fef4[_0x27e7ea(0x166)]},_0x412c41),{'isElectron':Boolean(_0xb8fef4[_0x1600c1[_0x27e7ea(0x252)]])});})['command'](_0x1600c1['UGHUs'],'Switch\x20to\x20using\x20a\x20specific\x20profile',_0x5ae378=>{const _0x2fb91c=_0xfa34bb;return _0x5ae378['positional'](_0x1600c1[_0x2fb91c(0x23c)],{'type':_0x1600c1[_0x2fb91c(0x216)],'description':'Name\x20of\x20the\x20profile','demandOption':!![]});},async _0x203fb1=>{const _0xfa7c96=_0xfa34bb;await _0x1600c1[_0xfa7c96(0x138)](withTelemetry,_0xfa7c96(0x193),()=>useEnv(_0x203fb1['profile-name']));})['command']('encrypt-auth\x20<profile>',_0xfa34bb(0x133),_0x87f660=>{const _0x290886=_0xfa34bb;return _0x87f660[_0x290886(0x16e)]('profile',{'type':_0x290886(0x20b),'description':'Profile\x20name','demandOption':!![]});},async _0x4476ac=>{const _0x44ce36=_0xfa34bb;await _0x1600c1['smkoI'](withTelemetry,_0x44ce36(0x1b3),()=>authEncrypt(_0x4476ac['profile']));})['command']('ls',_0x1600c1['UvfpP'],()=>{},async()=>{await withTelemetry(_0x1600c1['DtjHa'],()=>envList());})['command'](_0x1600c1['vcjsv'],_0xfa34bb(0x172),_0x4571f3=>{const _0xc85597=_0xfa34bb;return _0x4571f3['positional'](_0x1600c1[_0xc85597(0x23c)],{'type':_0x1600c1[_0xc85597(0x216)],'description':_0x1600c1['qWsdp'],'demandOption':!![]})['option'](_0x1600c1[_0xc85597(0x249)],{'type':_0x1600c1['obUJn'],'description':_0xc85597(0x15f)});},async _0x448f0b=>{const _0x440ebd=_0xfa34bb;await withTelemetry(_0x1600c1[_0x440ebd(0x208)],_0x491f9e=>updateEnv(_0x448f0b[_0x440ebd(0x256)],_0x491f9e,{'allowInsecureLocalhost':_0x448f0b['allow-insecure-localhost']}));})[_0xfa34bb(0x1fb)](_0x1600c1['HRbFR'],_0x1600c1[_0xfa34bb(0x21d)],_0x46ed55=>{const _0x594784=_0xfa34bb,_0x3b092b={'aerxw':_0x594784(0x178),'sIjps':_0x1600c1['ykZSA'],'ASyXm':_0x1600c1['pByEE'],'ZxPQX':_0x1600c1['JmUwJ'],'VcUKq':'value','CVplj':_0x594784(0x198),'HWYNm':_0x1600c1[_0x594784(0x261)],'WFxpl':'profile\x20config\x20unset'};return _0x46ed55['usage'](PROFILE_CONFIG_HELP)['command'](_0x1600c1[_0x594784(0x1d0)],'Set\x20a\x20config\x20value',_0x52a1cb=>{const _0x1d552b=_0x594784;return _0x52a1cb['positional'](_0x3b092b[_0x1d552b(0x24d)],{'type':_0x3b092b[_0x1d552b(0x27e)],'description':_0x3b092b[_0x1d552b(0x12c)],'demandOption':!![]})[_0x1d552b(0x16e)](_0x3b092b[_0x1d552b(0x126)],{'type':_0x3b092b['sIjps'],'description':_0x1d552b(0x185),'demandOption':!![]})[_0x1d552b(0x16e)](_0x3b092b[_0x1d552b(0x236)],{'type':_0x1d552b(0x20b),'description':_0x3b092b['CVplj'],'demandOption':!![]});},async _0xd6ef33=>{const _0x16704d=_0x594784;await withTelemetry('profile\x20config\x20set',()=>configSet(_0xd6ef33[_0x16704d(0x178)],_0xd6ef33[_0x16704d(0x215)],_0xd6ef33['value']));})[_0x594784(0x1fb)](_0x1600c1[_0x594784(0x1db)],'Get\x20a\x20config\x20value',_0x2df304=>{const _0x303ed2=_0x594784;return _0x2df304[_0x303ed2(0x16e)]('profile',{'type':'string','description':'Profile\x20name','demandOption':!![]})[_0x303ed2(0x16e)]('key',{'type':'string','description':_0x303ed2(0x121),'demandOption':!![]});},async _0x57b88b=>{const _0x596324=_0x594784;await withTelemetry(_0x3b092b[_0x596324(0x191)],()=>configGet(_0x57b88b['profile'],_0x57b88b[_0x596324(0x215)]));})[_0x594784(0x1fb)](_0x594784(0x18c),_0x1600c1[_0x594784(0x1cc)],_0xa9ae0f=>{const _0x4887a1=_0x594784;return _0xa9ae0f['positional'](_0x3b092b[_0x4887a1(0x24d)],{'type':_0x3b092b[_0x4887a1(0x27e)],'description':_0x3b092b['ASyXm'],'demandOption':!![]});},async _0x5ece42=>{const _0x548d52=_0x594784;await withTelemetry(_0x548d52(0x1b4),()=>configList(_0x5ece42[_0x548d52(0x178)]));})['command'](_0x1600c1[_0x594784(0x195)],'Remove\x20a\x20config\x20value',_0x22e4aa=>{const _0x3d07ed=_0x594784;return _0x22e4aa[_0x3d07ed(0x16e)]('profile',{'type':'string','description':_0x3b092b[_0x3d07ed(0x12c)],'demandOption':!![]})['positional'](_0x3b092b[_0x3d07ed(0x126)],{'type':_0x3b092b[_0x3d07ed(0x27e)],'description':_0x3d07ed(0x20d),'demandOption':!![]});},async _0x1cae90=>{const _0x5d31f4=_0x594784;await withTelemetry(_0x3b092b[_0x5d31f4(0x240)],()=>configUnset(_0x1cae90[_0x5d31f4(0x178)],_0x1cae90[_0x5d31f4(0x215)]));})[_0x594784(0x173)](0x1,_0x594784(0x1ed));})[_0xfa34bb(0x173)](0x1,_0x1600c1['CCpjV']);})[_0x18f7c8(0x1fb)](_0x18f7c8(0x26e),'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x38ca64=_0x18f7c8,_0x520679={'ugoNy':function(_0x2f20a7,_0x3ad9ee,_0x496c8b){return _0x2f20a7(_0x3ad9ee,_0x496c8b);},'Iphon':_0x38ca64(0x26e)};await _0x520679[_0x38ca64(0x26b)](withTelemetry,_0x520679[_0x38ca64(0x232)],()=>status());})['command'](_0x18f7c8(0x269),'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version',()=>{},async()=>{await withTelemetry('update',()=>update());})['command']('go',_0x18f7c8(0x1cd),_0x32f82a=>{const _0x3908c5=_0x18f7c8,_0x608204={'HhsWQ':_0x3908c5(0x170),'PJNOk':'scenario','psvAI':_0x3908c5(0x15c),'iJVaf':'start-path','BStne':'model','evvUp':'debug-outcome','ktqEA':'blocked','LCfnF':_0x3908c5(0x268),'roBMT':_0x3908c5(0x20b),'JISHb':_0x3908c5(0x151),'KWkII':'number'};return _0x32f82a[_0x3908c5(0x270)](_0x3908c5(0x19e),{'type':'string','description':_0x3908c5(0x229)})[_0x3908c5(0x270)]('profile',{'type':_0x3908c5(0x20b),'description':_0x3908c5(0x24b)})['option']('notes',{'type':'string','description':_0x608204['HhsWQ']})['option'](_0x608204[_0x3908c5(0x24c)],{'type':_0x3908c5(0x139),'description':_0x608204['psvAI']})[_0x3908c5(0x270)](_0x608204[_0x3908c5(0x1d5)],{'type':_0x3908c5(0x20b),'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})[_0x3908c5(0x270)](_0x608204['BStne'],{'type':'string','description':'Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1)'})['option']('headed',{'type':'boolean','description':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','default':![]})[_0x3908c5(0x270)](_0x608204[_0x3908c5(0x16d)],{'type':_0x3908c5(0x20b),'hidden':!![],'choices':['verified','partial',_0x608204[_0x3908c5(0x273)],_0x608204['LCfnF'],_0x3908c5(0x1ba)]})['option'](_0x3908c5(0x1d7),{'type':_0x3908c5(0x1d3),'hidden':!![]})['option']('env',{'type':_0x608204[_0x3908c5(0x1fa)],'hidden':!![]})[_0x3908c5(0x270)](_0x3908c5(0x113),{'type':_0x608204[_0x3908c5(0x1fa)],'hidden':!![]})['option'](_0x608204[_0x3908c5(0x179)],{'type':_0x608204['KWkII'],'hidden':!![]});},async _0x51529d=>{const _0x35d5c1=_0x18f7c8,_0x52003e={'IBsRa':function(_0x2caa39,_0x2436fa){return _0x2caa39(_0x2436fa);}};await _0x52003e[_0x35d5c1(0x241)](runGoCommand,_0x51529d);})['command']('auth',![],_0x198ef7=>{const _0x99d5ae=_0x18f7c8,_0x5f094a={'YHJew':'ranger\x20profile\x20encrypt-auth','tBJND':_0x99d5ae(0x218),'auaMb':'You\x20must\x20specify\x20an\x20auth\x20subcommand'};return _0x198ef7[_0x99d5ae(0x1fb)](_0x5f094a['tBJND'],![],_0x56327e=>{const _0x3c6315=_0x99d5ae;return _0x56327e[_0x3c6315(0x16e)](_0x3c6315(0x178),{'type':'string','description':_0x3c6315(0x1cf),'demandOption':!![]});},async _0x1bd6a0=>{const _0x2816bd=_0x99d5ae;warnRenamed('ranger\x20auth\x20encrypt',_0x5f094a['YHJew']),await authEncrypt(_0x1bd6a0[_0x2816bd(0x178)]);})[_0x99d5ae(0x173)](0x1,_0x5f094a[_0x99d5ae(0x1e5)]);},()=>{})[_0x18f7c8(0x1fb)]('start\x20[token]',![],_0x5cc27b=>{const _0xc8b242=_0x18f7c8,_0x102f72={'GPEHQ':_0xc8b242(0x137),'xMvlb':_0xc8b242(0x189),'LBwPQ':'skip-chromium','AzlvN':'project','gLLUj':'url','gjxiE':_0xc8b242(0x142),'gBFcU':'boolean','PwytP':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url'};return _0x5cc27b['positional'](_0x102f72['GPEHQ'],{'type':'string','description':_0x102f72['xMvlb']})[_0xc8b242(0x270)](_0x102f72['LBwPQ'],{'type':'boolean','description':_0xc8b242(0x14d),'default':![]})[_0xc8b242(0x270)]('scope',{'type':'string','choices':['user',_0x102f72['AzlvN']],'description':_0xc8b242(0x1c0)})[_0xc8b242(0x270)](_0x102f72[_0xc8b242(0x226)],{'type':_0xc8b242(0x20b),'description':_0xc8b242(0x258)})[_0xc8b242(0x270)](_0x102f72[_0xc8b242(0x23a)],{'type':_0x102f72[_0xc8b242(0x18f)],'description':_0x102f72[_0xc8b242(0x131)],'default':![]});},async _0x57d3f0=>{const _0x11ec88=_0x18f7c8;warnRenamed('ranger\x20start',_0x11ec88(0x1aa)),await withTelemetry(_0x11ec88(0x164),_0x14f4eb=>start(_0x57d3f0[_0x11ec88(0x137)],{'skipChromium':_0x57d3f0['skip-chromium'],'scope':_0x57d3f0['scope'],'url':_0x57d3f0[_0x11ec88(0x12a)],'force':_0x57d3f0[_0x11ec88(0x142)]},_0x14f4eb));})[_0x18f7c8(0x1fb)](_0x18f7c8(0x13a),![],_0x4d16da=>{const _0x4848aa=_0x18f7c8,_0x25b93a={'CsiMR':_0x4848aa(0x20b),'yugWl':_0x4848aa(0x24b),'giIpt':'Task\x20description\x20(defaults\x20to\x20scenario\x20description)','sPjIC':'item','pxoIi':_0x4848aa(0x15c),'pZfzm':_0x4848aa(0x1f9),'VlvMh':_0x4848aa(0x234),'ZBFaS':_0x4848aa(0x1b7),'YHDZm':_0x4848aa(0x26d),'ztLzR':_0x4848aa(0x24a)};return _0x4d16da['option']('env',{'type':_0x25b93a[_0x4848aa(0x1e7)],'description':_0x25b93a['yugWl']})['option']('task',{'type':'string','description':_0x25b93a['giIpt']})[_0x4848aa(0x270)](_0x25b93a['sPjIC'],{'type':'number','description':_0x25b93a['pxoIi']})['option']('profile',{'type':'string','hidden':!![]})[_0x4848aa(0x270)](_0x25b93a['pZfzm'],{'type':_0x25b93a[_0x4848aa(0x1e7)],'hidden':!![]})['option'](_0x4848aa(0x23d),{'type':_0x4848aa(0x139),'hidden':!![]})['option'](_0x4848aa(0x19a),{'type':_0x25b93a['CsiMR'],'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard)'})['option'](_0x25b93a['VlvMh'],{'type':_0x25b93a['CsiMR'],'hidden':!![]})['option'](_0x4848aa(0x1a9),{'type':_0x4848aa(0x1d3),'hidden':!![],'default':![]})['option'](_0x25b93a[_0x4848aa(0x264)],{'type':_0x4848aa(0x20b),'hidden':!![],'choices':[_0x25b93a[_0x4848aa(0x196)],_0x25b93a['ztLzR'],_0x4848aa(0x227),'failed',_0x4848aa(0x1ba)]});},async _0x352e3c=>{const _0x1dfb77={'pxsiV':function(_0xacfe66,_0x1b4402,_0x303775){return _0xacfe66(_0x1b4402,_0x303775);}};await _0x1dfb77['pxsiV'](runGoCommand,_0x352e3c,!![]);})[_0x18f7c8(0x1fb)](_0x18f7c8(0x21e),![],_0x4d3580=>{const _0x443123=_0x18f7c8,_0x593fb2={'IXEnw':_0x443123(0x16b),'kHvqT':_0x443123(0x20b),'QjGfw':_0x443123(0x148),'viywd':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)'};return _0x4d3580['positional'](_0x593fb2['IXEnw'],{'type':_0x593fb2[_0x443123(0x143)],'description':_0x443123(0x16c),'demandOption':!![]})[_0x443123(0x270)]('ci',{'type':'boolean','description':_0x443123(0x27a),'default':![]})[_0x443123(0x270)](_0x593fb2['QjGfw'],{'type':_0x443123(0x1d3),'description':_0x593fb2[_0x443123(0x124)],'default':![]});},async _0x484b5e=>{const _0xe0735=_0x18f7c8,_0x4b5322={'iqJhk':function(_0x3eef10,_0x57a5a6,_0xf342e5){return _0x3eef10(_0x57a5a6,_0xf342e5);},'SmwuN':_0xe0735(0x1e1),'auhms':'ranger\x20profile\x20add'};_0x4b5322[_0xe0735(0x14a)](warnRenamed,_0x4b5322[_0xe0735(0x149)],_0x4b5322['auhms']),await withTelemetry('add\x20env',_0x2e5a67=>addEnv(_0x484b5e[_0xe0735(0x16b)],{'ci':_0x484b5e['ci'],'skipAuth':_0x484b5e['skip-auth']},_0x2e5a67));})['command'](_0x18f7c8(0x190),![],_0x32529c=>{const _0x533c52=_0x18f7c8,_0x4899d5={'cmboq':'env-name','FpAnW':_0x533c52(0x20b),'ieyyz':'Name\x20of\x20the\x20environment'};return _0x32529c[_0x533c52(0x16e)](_0x4899d5['cmboq'],{'type':_0x4899d5['FpAnW'],'description':_0x4899d5['ieyyz'],'demandOption':!![]});},async _0x2afb5a=>{const _0x191541=_0x18f7c8,_0x4e8da9={'pIPYJ':function(_0x1d4492,_0x3df169,_0x49325d){return _0x1d4492(_0x3df169,_0x49325d);},'cdQIx':_0x191541(0x129),'bMPHd':'ranger\x20profile\x20use','lbBtG':'use'};_0x4e8da9[_0x191541(0x14e)](warnRenamed,_0x4e8da9['cdQIx'],_0x4e8da9[_0x191541(0x168)]),await _0x4e8da9[_0x191541(0x14e)](withTelemetry,_0x4e8da9[_0x191541(0x152)],()=>useEnv(_0x2afb5a['env-name']));})['command']('config',![],_0x4ea717=>{const _0x17a87a=_0x18f7c8,_0x32add7={'jHwlp':_0x17a87a(0x1a4),'vzHfI':_0x17a87a(0x19d),'bLmlN':_0x17a87a(0x20b),'tCzXi':'Config\x20key\x20(e.g.,\x20userAgent,\x20header.X-Custom)','ooKWE':function(_0x11998d,_0x23b013,_0x501950){return _0x11998d(_0x23b013,_0x501950);},'aQcRm':_0x17a87a(0x215),'wUCTL':_0x17a87a(0x121),'GOLyn':function(_0x3e1075,_0x521dfd,_0x44972a){return _0x3e1075(_0x521dfd,_0x44972a);},'aqAFH':_0x17a87a(0x1de),'CmLAi':_0x17a87a(0x18e),'KqDDg':_0x17a87a(0x118),'JRCyF':function(_0x34928d,_0x2c091e,_0x467ec7){return _0x34928d(_0x2c091e,_0x467ec7);},'OQytw':'ranger\x20config\x20list','FiQcM':'ranger\x20profile\x20config\x20list','bpllo':function(_0x532799,_0x1f98b2,_0x1f7066){return _0x532799(_0x1f98b2,_0x1f7066);},'LPWcK':'ranger\x20config\x20unset','JHYOs':'ranger\x20profile\x20config\x20unset','dAPkI':_0x17a87a(0x266)};return _0x4ea717[_0x17a87a(0x1fb)](_0x17a87a(0x1b5),![],_0x3bdfe1=>{const _0x3b17a0=_0x17a87a;return _0x3bdfe1[_0x3b17a0(0x16e)](_0x32add7['jHwlp'],{'type':'string','description':_0x32add7['vzHfI'],'demandOption':!![]})[_0x3b17a0(0x16e)](_0x3b17a0(0x215),{'type':_0x32add7[_0x3b17a0(0x1bc)],'description':_0x32add7['tCzXi'],'demandOption':!![]})[_0x3b17a0(0x16e)]('value',{'type':_0x3b17a0(0x20b),'description':_0x3b17a0(0x198),'demandOption':!![]});},async _0x2b6144=>{const _0x3bf57c=_0x17a87a;_0x32add7[_0x3bf57c(0x254)](warnRenamed,'ranger\x20config\x20set',_0x3bf57c(0x18a)),await withTelemetry(_0x3bf57c(0x154),()=>configSet(_0x2b6144['env'],_0x2b6144[_0x3bf57c(0x215)],_0x2b6144['value']));})[_0x17a87a(0x1fb)](_0x17a87a(0x123),![],_0x355196=>{const _0x207519=_0x17a87a;return _0x355196[_0x207519(0x16e)](_0x32add7[_0x207519(0x221)],{'type':_0x207519(0x20b),'description':'Environment\x20name','demandOption':!![]})['positional'](_0x32add7[_0x207519(0x1f7)],{'type':_0x207519(0x20b),'description':_0x32add7['wUCTL'],'demandOption':!![]});},async _0x41502c=>{const _0x13cce3=_0x17a87a;_0x32add7[_0x13cce3(0x163)](warnRenamed,_0x32add7[_0x13cce3(0x174)],_0x32add7['CmLAi']),await withTelemetry(_0x32add7[_0x13cce3(0x251)],()=>configGet(_0x41502c[_0x13cce3(0x1a4)],_0x41502c[_0x13cce3(0x215)]));})[_0x17a87a(0x1fb)](_0x32add7['dAPkI'],![],_0x1575f6=>{const _0x464fa3=_0x17a87a;return _0x1575f6['positional'](_0x32add7[_0x464fa3(0x221)],{'type':_0x464fa3(0x20b),'description':'Environment\x20name','demandOption':!![]});},async _0x41feef=>{const _0x3c1403=_0x17a87a;_0x32add7[_0x3c1403(0x1c1)](warnRenamed,_0x32add7['OQytw'],_0x32add7[_0x3c1403(0x159)]),await _0x32add7[_0x3c1403(0x202)](withTelemetry,_0x3c1403(0x277),()=>configList(_0x41feef['env']));})['command']('unset\x20<env>\x20<key>',![],_0x57c36c=>{const _0x10c96e=_0x17a87a;return _0x57c36c['positional'](_0x10c96e(0x1a4),{'type':'string','description':'Environment\x20name','demandOption':!![]})[_0x10c96e(0x16e)](_0x32add7['aQcRm'],{'type':'string','description':_0x10c96e(0x20d),'demandOption':!![]});},async _0x3f1590=>{const _0x408201=_0x17a87a;warnRenamed(_0x32add7[_0x408201(0x210)],_0x32add7['JHYOs']),await withTelemetry('config\x20unset',()=>configUnset(_0x3f1590[_0x408201(0x1a4)],_0x3f1590['key']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20config\x20subcommand');})['command'](_0x18f7c8(0x1a4),![],_0x4a3597=>{const _0x558183=_0x18f7c8,_0x33e4e1={'wpIOd':_0x558183(0x26f),'wrpjv':_0x558183(0x1ce),'gqEIs':'env-name','ztqcv':_0x558183(0x20b),'cKlKK':'Name\x20of\x20the\x20environment\x20to\x20update','XTtri':function(_0x42cee9,_0x5f28e0,_0x5becd2){return _0x42cee9(_0x5f28e0,_0x5becd2);},'cewes':_0x558183(0x282),'hvdNI':_0x558183(0x267),'eWWRd':_0x558183(0x15d),'SUhcs':_0x558183(0x167)};return _0x4a3597[_0x558183(0x1fb)]('ls',![],()=>{},async()=>{const _0x1baf0b=_0x558183;warnRenamed(_0x33e4e1[_0x1baf0b(0x13c)],_0x33e4e1['wrpjv']),await withTelemetry(_0x1baf0b(0x155),()=>envList());})[_0x558183(0x1fb)](_0x33e4e1[_0x558183(0x23f)],![],_0x144db0=>{const _0xa2ab4c=_0x558183;return _0x144db0['positional'](_0x33e4e1['gqEIs'],{'type':_0x33e4e1[_0xa2ab4c(0x1e2)],'description':_0x33e4e1[_0xa2ab4c(0x1eb)],'demandOption':!![]});},async _0x4347f1=>{const _0x46a6f4=_0x558183;_0x33e4e1['XTtri'](warnRenamed,_0x33e4e1['cewes'],_0x33e4e1['hvdNI']),await _0x33e4e1[_0x46a6f4(0x206)](withTelemetry,'env\x20update',_0x1482d5=>updateEnv(_0x4347f1[_0x46a6f4(0x16b)],_0x1482d5));})['demandCommand'](0x1,_0x33e4e1['SUhcs']);})['command'](_0x18f7c8(0x19e),![],_0x3e3dd5=>{const _0x58cc04=_0x18f7c8,_0x456356={'DxNFr':'name','XveNy':'string','VFvtZ':_0x58cc04(0x276),'wXfKB':_0x58cc04(0x1fe),'sUgUy':_0x58cc04(0x122),'gyQsI':'array','kkdnP':function(_0x274904,_0x1e887d,_0x417daa){return _0x274904(_0x1e887d,_0x417daa);},'fzlPy':'ranger\x20feature\x20create','CmgyT':function(_0x571ae9,_0x565d11,_0x2a3b44,_0x4dc6f5){return _0x571ae9(_0x565d11,_0x2a3b44,_0x4dc6f5);},'afugh':'--checklist','lMOdN':'feature\x20create','LIxrO':_0x58cc04(0x1d3),'gUoGm':_0x58cc04(0x139),'XNrGo':_0x58cc04(0x20a),'oDvJZ':_0x58cc04(0x25a),'wQbIf':'feature\x20list','ZjfOa':_0x58cc04(0x27b),'GMUby':'ranger\x20feature\x20resume','OQfJZ':'feature\x20resume','pmvPi':'description','wTZPQ':'Scenario\x20description','ZeSlT':_0x58cc04(0x186),'jYRwV':'ranger\x20feature\x20get-feedback','zETgR':_0x58cc04(0x128),'jswmU':function(_0x389697,_0x5e5db5,_0x3d94b8){return _0x389697(_0x5e5db5,_0x3d94b8);},'UwrXR':_0x58cc04(0x187),'JaWDq':_0x58cc04(0x1df),'KUkBD':'create\x20<name>','HhIwd':_0x58cc04(0x184),'yVEbE':'resume\x20[id]','HoqUd':'get-feedback\x20[id]','cGITL':_0x58cc04(0x12b)};return _0x3e3dd5[_0x58cc04(0x1fb)](_0x456356['KUkBD'],![],_0x185eb8=>{const _0x397d92=_0x58cc04;return _0x185eb8['positional'](_0x456356[_0x397d92(0x212)],{'type':_0x456356[_0x397d92(0x1c6)],'description':_0x456356[_0x397d92(0x1f5)],'demandOption':!![]})[_0x397d92(0x270)]('description',{'type':_0x456356[_0x397d92(0x1c6)],'alias':'d','description':_0x456356['wXfKB']})['option'](_0x456356[_0x397d92(0x257)],{'type':_0x456356['gyQsI'],'alias':'c','description':_0x397d92(0x1b2)})[_0x397d92(0x270)]('scenario',{'type':'array','hidden':!![]});},async _0x2cc769=>{const _0x22399c=_0x58cc04;_0x456356['kkdnP'](warnRenamed,_0x456356[_0x22399c(0x1a7)],'ranger\x20create'),_0x456356['CmgyT'](warnFlagRenamed,'ranger\x20create',_0x456356[_0x22399c(0x1af)],_0x22399c(0x235));const _0x26967c=_0x2cc769[_0x22399c(0x23d)]||_0x2cc769['checklist'];await withTelemetry(_0x456356['lMOdN'],()=>featureCreate(_0x2cc769[_0x22399c(0x19b)],{'description':_0x2cc769['description'],'scenarios':_0x26967c}));})[_0x58cc04(0x1fb)](_0x456356[_0x58cc04(0x22c)],![],_0x392b5e=>{const _0x14b8ce=_0x58cc04;return _0x392b5e['option'](_0x14b8ce(0x120),{'type':_0x456356[_0x14b8ce(0x1fc)],'description':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch'})[_0x14b8ce(0x270)](_0x14b8ce(0x141),{'type':_0x456356['gUoGm'],'alias':'l','description':_0x14b8ce(0x156),'default':0xa})['option'](_0x456356[_0x14b8ce(0x134)],{'type':_0x456356[_0x14b8ce(0x285)],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})['option'](_0x14b8ce(0x245),{'type':_0x456356[_0x14b8ce(0x1fc)],'alias':'d','description':'Include\x20soft-deleted\x20feature\x20reviews','default':![]});},async _0x4eb275=>{const _0x58fb73=_0x58cc04;_0x456356[_0x58fb73(0x14f)](warnRenamed,_0x58fb73(0x19f),_0x456356[_0x58fb73(0x130)]),await _0x456356['kkdnP'](withTelemetry,_0x456356['wQbIf'],()=>featureList({'currentBranch':_0x4eb275[_0x58fb73(0x120)],'limit':_0x4eb275['limit'],'offset':_0x4eb275['offset'],'includeDeleted':_0x4eb275['include-deleted']}));})[_0x58cc04(0x1fb)](_0x58cc04(0x231),![],_0x5d736f=>{return _0x5d736f['positional']('id',{'type':'string','description':_0x456356['ZjfOa']});},async _0x754095=>{const _0x1988e4=_0x58cc04;warnRenamed(_0x1988e4(0x1bb),_0x1988e4(0x153)),await _0x456356[_0x1988e4(0x14f)](withTelemetry,'feature\x20show',()=>featureShow(_0x754095['id']));})['command'](_0x456356[_0x58cc04(0x199)],![],_0xf6345e=>{const _0xdbd97b=_0x58cc04;return _0xf6345e['positional']('id',{'type':_0x456356[_0xdbd97b(0x1c6)],'description':_0xdbd97b(0x11d)});},async _0x3d0264=>{const _0x253824=_0x58cc04;warnRenamed(_0x456356[_0x253824(0x192)],'ranger\x20resume'),await withTelemetry(_0x456356[_0x253824(0x22b)],()=>featureResume(_0x3d0264['id']));})['command']('add-checklist-item\x20<description>',![],_0xe02bc2=>{const _0x53ad5f=_0x58cc04;return _0xe02bc2[_0x53ad5f(0x16e)](_0x456356['pmvPi'],{'type':_0x53ad5f(0x20b),'description':_0x456356['wTZPQ'],'demandOption':!![]})[_0x53ad5f(0x270)]('id',{'type':_0x456356[_0x53ad5f(0x1c6)],'description':_0x53ad5f(0x186)});},async _0x44cb04=>{const _0x2eda55=_0x58cc04;warnRenamed('ranger\x20feature\x20add-checklist-item',_0x2eda55(0x197)),await _0x456356[_0x2eda55(0x14f)](withTelemetry,'feature\x20add-checklist-item',()=>featureAddScenario(_0x44cb04[_0x2eda55(0x1c5)],_0x44cb04['id']));})['command'](_0x456356['HoqUd'],![],_0x1596db=>{const _0x5360ae=_0x58cc04;return _0x1596db['positional']('id',{'type':_0x5360ae(0x20b),'description':_0x456356['ZeSlT']});},async _0xfb15e9=>{const _0x357e51=_0x58cc04;warnRenamed(_0x456356[_0x357e51(0x1e0)],_0x357e51(0x25f)),await withTelemetry(_0x357e51(0x21c),()=>featureGetReview(_0xfb15e9['id']));})[_0x58cc04(0x1fb)](_0x58cc04(0x1ad),![],_0x51e99a=>{const _0x54afe1=_0x58cc04;return _0x51e99a[_0x54afe1(0x16e)]('id',{'type':_0x54afe1(0x20b),'description':'Feature\x20review\x20ID'});},async _0x2765f1=>{const _0x15969d=_0x58cc04;warnRenamed('ranger\x20feature\x20delete',_0x456356[_0x15969d(0x136)]),await _0x456356['jswmU'](withTelemetry,_0x456356[_0x15969d(0x117)],()=>featureDelete(_0x2765f1['id']));})[_0x58cc04(0x1fb)](_0x456356[_0x58cc04(0x27d)],![],_0x2e7d70=>{const _0x1004c9=_0x58cc04;return _0x2e7d70[_0x1004c9(0x16e)]('id',{'type':_0x456356['XveNy'],'description':_0x456356[_0x1004c9(0x214)],'demandOption':!![]});},async _0x12168a=>{const _0x15d52f=_0x58cc04;warnRenamed(_0x15d52f(0x233),_0x15d52f(0x243)),await _0x456356[_0x15d52f(0x260)](withTelemetry,_0x15d52f(0x1e8),()=>featureRestore(_0x12168a['id']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})[_0x18f7c8(0x1fb)](_0x18f7c8(0x11f),![],_0xaba7b0=>{const _0x513129=_0x18f7c8,_0x51df6d={'wnCLG':_0x513129(0x17a),'szAju':'string','JujAo':function(_0x31615b,_0x1138c1,_0x4530b3){return _0x31615b(_0x1138c1,_0x4530b3);},'JUsuC':'hook:enable','MQzeB':_0x513129(0x222),'fKSLU':'enable','XkdmM':'disable','tydxH':'name','hVDWr':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'};return _0xaba7b0[_0x513129(0x1fb)](_0x51df6d['fKSLU'],_0x513129(0x1bd),_0x5a3a7d=>{const _0x2fae60=_0x513129;return _0x5a3a7d['option'](_0x51df6d['wnCLG'],{'type':_0x51df6d[_0x2fae60(0x110)],'description':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)'});},async _0x439570=>{const _0x1e2a56=_0x513129;await _0x51df6d[_0x1e2a56(0x1c3)](withTelemetry,_0x51df6d[_0x1e2a56(0x278)],()=>hook(_0x1e2a56(0x23e),_0x439570[_0x1e2a56(0x17a)]));})['command'](_0x51df6d['XkdmM'],'Disable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x345cb5=>{const _0x543cae=_0x513129;return _0x345cb5['option']('session-id',{'type':'string','description':_0x543cae(0x1c7)});},async _0x50a58b=>{const _0x39843c=_0x513129;await withTelemetry(_0x51df6d['MQzeB'],()=>hook(_0x39843c(0x177),_0x50a58b[_0x39843c(0x17a)]));})[_0x513129(0x270)](_0x51df6d['tydxH'],{'type':_0x513129(0x20b),'description':_0x51df6d['hVDWr']})['option'](_0x51df6d[_0x513129(0x125)],{'type':_0x513129(0x20b),'description':_0x513129(0x1c7)});},async _0x13fae4=>{const _0x4e10af=_0x18f7c8,_0xa67dff={'BOsPT':function(_0x1c8bf7,_0x2f82d3,_0x468cc4){return _0x1c8bf7(_0x2f82d3,_0x468cc4);},'hJzUe':_0x4e10af(0x17a)};_0x13fae4[_0x4e10af(0x19b)]&&await _0xa67dff[_0x4e10af(0x1b8)](hook,_0x13fae4['name'],_0x13fae4[_0xa67dff['hJzUe']]);})[_0x18f7c8(0x173)](0x1,_0x18f7c8(0x16f))[_0x18f7c8(0x275)]()['fail'](async(_0x59a575,_0x467f8a,_0x123a00)=>{const _0x627632=_0x18f7c8,_0x5d55fe={'upIaa':function(_0x8de3f2,_0x2f48d5,_0x31883a){return _0x8de3f2(_0x2f48d5,_0x31883a);},'UwbHl':'Unknown\x20command','wKtOC':'Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a'},_0x4c54ab=sanitizeArgs(process[_0x627632(0x1b9)]['slice'](0x2)),_0x5b2667=_0x5d55fe['upIaa'](getErrorType,_0x59a575,_0x467f8a);if(_0x59a575&&_0x59a575['includes'](_0x5d55fe['UwbHl'])){const _0x596ca4=process[_0x627632(0x1b9)][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x596ca4),console['error'](_0x5d55fe['wKtOC']);}else{if(_0x59a575)console[_0x627632(0x25d)]('\x0a'+_0x59a575+'\x0a');else _0x467f8a&&console[_0x627632(0x25d)]('\x0aError:\x20'+_0x467f8a[_0x627632(0x161)]+'\x0a');}await logDesirePath({'rawCommand':_0x4c54ab,'errorMessage':_0x59a575||_0x467f8a?.[_0x627632(0x161)],'errorType':_0x5b2667});const _0x2dedad=getCurrentCollector();_0x2dedad&&await _0x2dedad['trackCommandError'](_0x467f8a||new Error(_0x59a575||'Unknown\x20error')),process[_0x627632(0x1d4)](0x1);})[_0x18f7c8(0x140)]('Documentation:\x0a'+_0x18f7c8(0x1c2)+_0x18f7c8(0x13f))['help']()['alias']('help','h')[_0x18f7c8(0x1c9)]();
|
package/build/commands/addEnv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1b4421,_0x58c0a9){const _0xaf8c64=_0x30cd,_0x4bc2ea=_0x1b4421();while(!![]){try{const _0x399012=parseInt(_0xaf8c64(0x10c))/0x1+-parseInt(_0xaf8c64(0x109))/0x2*(parseInt(_0xaf8c64(0xea))/0x3)+-parseInt(_0xaf8c64(0x135))/0x4+parseInt(_0xaf8c64(0x13c))/0x5*(parseInt(_0xaf8c64(0x11a))/0x6)+parseInt(_0xaf8c64(0x12c))/0x7*(parseInt(_0xaf8c64(0x137))/0x8)+-parseInt(_0xaf8c64(0x11d))/0x9+parseInt(_0xaf8c64(0x117))/0xa*(parseInt(_0xaf8c64(0x130))/0xb);if(_0x399012===_0x58c0a9)break;else _0x4bc2ea['push'](_0x4bc2ea['shift']());}catch(_0x2df3dd){_0x4bc2ea['push'](_0x4bc2ea['shift']());}}}(_0x2440,0xc33dd));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';import _0x375950 from'inquirer';import{chromium}from'playwright';function _0x30cd(_0xf83d46,_0x1fdd7c){_0xf83d46=_0xf83d46-0xd8;const _0x2440fc=_0x2440();let _0x30cdb7=_0x2440fc[_0xf83d46];return _0x30cdb7;}function _0x2440(){const _0x476fe0=['\x0a\x20\x20\x20⚠\x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.','\x22\x20configured','stdin','aQBWp','1409364xIfhah','isProtocolError','3616mrCjVA','path','push','baseUrl','newPage','842995jApHfc','cdpEndpoint','Aborted.','http://localhost:3000','signal','pZYVM','\x0a⚠️\x20\x20Profile\x20\x22','stringify','\x20(continuing\x20with\x20--force)','utf-8','\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','OoZij','skipAuth','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','iTZJP','What\x20would\x20you\x20like\x20to\x20do?','\x20\x20Did\x20you\x20mean\x20','Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.','HEAD','JqhXr','log','\x20\x20\x20Creating\x20it\x20in\x20','XThMb','HTTP\x20','xvlQr','isTTY','\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','Profile\x20\x22','--disable-features=WebBluetooth','--ci\x20and\x20--cdp-endpoint\x20cannot\x20be\x20used\x20together.\x20Electron/CDP\x20profiles\x20only\x20work\x20with\x20a\x20locally\x20running\x20app\x20and\x20are\x20not\x20supported\x20in\x20CI.','⚠\x20Could\x20not\x20reach\x20','fViUi','storageState','qhUyY','fetch\x20failed','location','9978UnWiLr','Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.','list','--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.','TDwGN','includes','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20','kbmKB','settings.json','oUpFx','safeMode','abort','MIGcg','http://','afkqo','\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20','Enter\x20a\x20different\x20URL','prompt','Please\x20provide\x20--url\x20when\x20running\x20in\x20non-interactive\x20mode.\x0aMake\x20sure\x20the\x20service\x20is\x20running\x20on\x20that\x20port\x20before\x20retrying.\x0aExample:\x20ranger\x20profile\x20add\x20local\x20--url\x20http://localhost:3000','local','length','\x0a🔌\x20CDP\x20Profile\x20Setup\x0a','\x0a🌐\x20Profile\x20Setup\x0a','\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.','isElectron','catch','Could\x20not\x20reach\x20','\x0a\x20\x20Still\x20could\x20not\x20reach\x20','\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','XYGhm','Invalid\x20URL','904ToEMXg','input','\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','1153427gyDgFt','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','\x20\x20Set\x20active\x20profile:\x20','config_write','newContext','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20','\x0a\x20\x20Could\x20not\x20reach\x20','root\x20(.ranger/)','stdout','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','trackPhaseStart','730rLnHmj','\x20\x20ranger\x20profile\x20add\x20','TboFc','36Hyqmsw','\x0a\x20\x20Profile\x20\x22','You\x20can\x20try\x20again\x20with\x20one\x20of:','9656100EZhBzO','LEiEV','retry','✓\x20Auth\x20state\x20saved\x20to:\x20','url','\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','EIqkT','aHffL','trackPhaseEnd','action','error','url_setup','continue','\x22\x20already\x20exists\x20in\x20','\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)','19411npjoeK','✓\x20Created\x20settings:\x20','\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]','PfJrW','46695aQhUSt'];_0x2440=function(){return _0x476fe0;};return _0x2440();}import{findExistingEnv}from'./utils/settings.js';import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getRangerDir}from'./utils/rangerRoot.js';import{writeActiveProfileName}from'./utils/activeProfile.js';import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0x3cbc59){const _0x250f87=_0x30cd,_0x25df6c={'YmVtc':function(_0xc34d9f,_0x5d4b6f,_0x5ee91a){return _0xc34d9f(_0x5d4b6f,_0x5ee91a);}};try{const _0x28c279=new AbortController(),_0x223a12=setTimeout(()=>_0x28c279[_0x250f87(0xf5)](),0x1388),_0x56db40=await _0x25df6c['YmVtc'](fetch,_0x3cbc59,{'method':_0x250f87(0xd8),'signal':_0x28c279[_0x250f87(0x140)],'redirect':'manual'});clearTimeout(_0x223a12);if(_0x56db40['status']<0x190)return{'ok':!![]};return{'ok':![],'error':_0x250f87(0xdd)+_0x56db40['status']};}catch(_0x30c994){const _0x1a4f51=_0x30c994,_0x3340b9=_0x1a4f51['message']||String(_0x30c994),_0x493c5d=_0x3340b9[_0x250f87(0xef)](_0x250f87(0x108))||_0x1a4f51['name']==='TypeError'||_0x3340b9['includes'](_0x250f87(0xe8));return{'ok':![],'error':_0x3340b9,'isProtocolError':_0x493c5d};}}export async function addEnv(_0x37f43d,_0x5c6a21={},_0x11cd17){const _0x17516d=_0x30cd,_0x204b39={'qhUyY':_0x17516d(0xfd),'xvlQr':function(_0x3973f0){return _0x3973f0();},'iDSNA':function(_0x42a240,_0x24c859){return _0x42a240!==_0x24c859;},'mZyRf':'--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','aQBWp':_0x17516d(0xed),'EIqkT':_0x17516d(0xfc),'JqhXr':function(_0xe760d1,_0x629581){return _0xe760d1===_0x629581;},'bkoBa':'legacy','RCTHk':_0x17516d(0x113),'iTZJP':'confirm','bGHTr':'Aborted.','QIvXW':_0x17516d(0x100),'NIIwc':_0x17516d(0xe0),'oqFaa':_0x17516d(0x10a),'XYGhm':'What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','cwdty':function(_0x3eeb2d,_0x45dcf5){return _0x3eeb2d||_0x45dcf5;},'ymtin':function(_0x5f3859,_0x9e6752){return _0x5f3859(_0x9e6752);},'seweo':_0x17516d(0xec),'ncqCL':_0x17516d(0x14b),'pZYVM':'Continue\x20anyway','jLmYj':_0x17516d(0x129),'TDwGN':'url_setup','ZBuhp':function(_0x1524ca,_0x1db5c3,_0xd559fd){return _0x1524ca(_0x1db5c3,_0xd559fd);},'fViUi':'browser_auth','edmkO':'\x0a📋\x20Authentication\x20Setup','MIGcg':'\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','sxmoa':function(_0x52f413,_0x15bcfd){return _0x52f413>_0x15bcfd;},'TbVLJ':function(_0x16528b,_0x1f7d7f){return _0x16528b(_0x1f7d7f);},'XThMb':_0x17516d(0x122),'afkqo':'This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','oUpFx':_0x17516d(0x11c),'eKGFJ':_0x17516d(0x145),'FXMKa':_0x17516d(0x12e),'ODCiU':_0x17516d(0x14d),'OoZij':function(_0x5713f7,_0x26f11b,_0x12891e){return _0x5713f7(_0x26f11b,_0x12891e);},'aHffL':function(_0x4a64de,_0x598f81,_0x4a42ca){return _0x4a64de(_0x598f81,_0x4a42ca);},'PfJrW':function(_0x476f03,_0x48058c){return _0x476f03+_0x48058c;},'LUNUh':function(_0x5bd7b6,_0x98cb14){return _0x5bd7b6(_0x98cb14);},'LEiEV':_0x17516d(0xf2),'kbmKB':function(_0x3a321e,_0x24195e,_0x296760){return _0x3a321e(_0x24195e,_0x296760);},'TboFc':function(_0x26b0a0,_0x4fb861,_0xa07cfe){return _0x26b0a0(_0x4fb861,_0xa07cfe);},'IEPmJ':function(_0x160a14,_0x39a02d,_0x27bbf7){return _0x160a14(_0x39a02d,_0x27bbf7);},'LOmqj':_0x17516d(0xeb),'wVWSN':'config_write','ShWYD':function(_0x2cbe44,_0xbd988c,_0x4988f2){return _0x2cbe44(_0xbd988c,_0x4988f2);}},_0x246945=_0x5c6a21['ci']??![],_0x20a4fc=_0x246945?'ci':_0x204b39[_0x17516d(0xe7)],_0x1939c8=join(getRangerDir(),_0x20a4fc,_0x37f43d),_0x61bd8d=join(_0x204b39[_0x17516d(0xde)](getRangerDir),_0x20a4fc);if(_0x204b39['iDSNA'](_0x5c6a21[_0x17516d(0x13d)],undefined)&&_0x5c6a21[_0x17516d(0x13d)]['trim']()==='')throw new Error(_0x204b39['mZyRf']);if(_0x5c6a21['cdpEndpoint']&&_0x5c6a21[_0x17516d(0x121)])throw new Error(_0x204b39[_0x17516d(0x134)]);if(_0x5c6a21[_0x17516d(0x13d)]&&_0x5c6a21['ci'])throw new Error(_0x17516d(0xe3));const _0x35d7e0=Boolean(_0x5c6a21[_0x17516d(0x13d)]),_0x2f038f=!_0x5c6a21[_0x17516d(0x148)]&&!_0x35d7e0,_0x2f87a6=process[_0x17516d(0x133)][_0x17516d(0xdf)]&&process[_0x17516d(0x114)]['isTTY'];if(!_0x2f87a6&&!_0x5c6a21[_0x17516d(0x121)]&&!_0x35d7e0)throw new Error(_0x204b39[_0x17516d(0x123)]);const _0x4ccf82=findExistingEnv(_0x37f43d);let _0x1242c0=null;if(_0x4ccf82){if(!_0x2f87a6)_0x1242c0=_0x4ccf82;else{if(_0x4ccf82['location']===_0x20a4fc){const {overwrite:_0x309748}=await _0x375950['prompt']([{'type':'confirm','name':'overwrite','message':_0x17516d(0xe1)+_0x37f43d+'\x22\x20already\x20exists.\x20Overwrite?','default':![]}]);if(!_0x309748){console[_0x17516d(0xda)](_0x17516d(0x13e));return;}_0x1242c0=_0x4ccf82;}else{const _0x57301a=_0x204b39['JqhXr'](_0x4ccf82[_0x17516d(0xe9)],_0x204b39['bkoBa'])?_0x204b39['RCTHk']:_0x4ccf82['location'];console['error'](_0x17516d(0x142)+_0x37f43d+_0x17516d(0x12a)+_0x57301a+':\x20'+_0x4ccf82[_0x17516d(0x138)]),console[_0x17516d(0x127)](_0x17516d(0xdb)+_0x20a4fc+'\x20would\x20shadow\x20the\x20existing\x20profile.');const {shouldReplace:_0x4cfee3}=await _0x375950[_0x17516d(0xfb)]([{'type':_0x204b39[_0x17516d(0x14a)],'name':'shouldReplace','message':'Delete\x20existing\x20and\x20create\x20new\x20in\x20'+_0x20a4fc+'?','default':![]}]);if(!_0x4cfee3){console['log'](_0x204b39['bGHTr']);return;}_0x1242c0=_0x4ccf82;}}}_0x11cd17?.[_0x17516d(0x116)](_0x17516d(0x128));let _0x3c7702='';if(_0x35d7e0)console[_0x17516d(0xda)](_0x17516d(0xff)),console['log'](_0x17516d(0xf9)+_0x5c6a21[_0x17516d(0x13d)]),console[_0x17516d(0xda)](_0x17516d(0x106));else{if(_0x5c6a21[_0x17516d(0x121)]){_0x3c7702=_0x5c6a21[_0x17516d(0x121)];const _0x167d4a=await checkUrlReachability(_0x3c7702);if(!_0x167d4a['ok']&&!_0x5c6a21['force'])throw new Error(_0x17516d(0x104)+_0x3c7702+':\x20'+_0x167d4a[_0x17516d(0x127)]+_0x17516d(0x101));!_0x167d4a['ok']&&_0x5c6a21['force']&&console[_0x17516d(0xda)](_0x17516d(0xe4)+_0x3c7702+':\x20'+_0x167d4a[_0x17516d(0x127)]+_0x17516d(0x144));}else{console['log'](_0x204b39['QIvXW']),console[_0x17516d(0xda)](_0x204b39['NIIwc']),console['log'](_0x17516d(0x10b));let _0x2830c0=![];while(!![]){const _0x329dae=await _0x375950['prompt']([{'type':_0x204b39['oqFaa'],'name':_0x17516d(0x13a),'message':_0x2830c0?'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):':_0x204b39[_0x17516d(0x107)],'default':_0x204b39['cwdty'](_0x3c7702,_0x17516d(0x13f))}]);_0x3c7702=_0x329dae[_0x17516d(0x13a)];const _0x154a63=await _0x204b39['ymtin'](checkUrlReachability,_0x3c7702);if(_0x154a63['ok'])break;const _0x1f400c=/^[a-zA-Z][\w+.-]*:\/\//['test'](_0x3c7702),_0x547ac5=_0x154a63[_0x17516d(0x136)]&&!_0x1f400c,_0x2ff589=_0x547ac5?_0x17516d(0xf7)+_0x3c7702:null;_0x2830c0=!![],console[_0x17516d(0xda)](_0x17516d(0x112)+_0x3c7702+':\x20'+_0x154a63[_0x17516d(0x127)]);_0x2ff589&&console['log'](_0x17516d(0x14c)+_0x2ff589+'?');const {action:_0x46ceef}=await _0x375950[_0x17516d(0xfb)]([{'type':_0x204b39['seweo'],'name':_0x17516d(0x126),'message':_0x204b39['ncqCL'],'choices':[..._0x2ff589?[{'name':'Use\x20'+_0x2ff589,'value':'use_suggestion'}]:[],{'name':_0x17516d(0xfa),'value':_0x17516d(0x11f)},{'name':_0x204b39[_0x17516d(0x141)],'value':'continue'}]}]);if(_0x204b39['JqhXr'](_0x46ceef,'use_suggestion')&&_0x2ff589){_0x3c7702=_0x2ff589;const _0x45bc80=await checkUrlReachability(_0x3c7702);if(_0x45bc80['ok'])break;console['log'](_0x17516d(0x105)+_0x3c7702+':\x20'+_0x45bc80[_0x17516d(0x127)]);}else{if(_0x204b39[_0x17516d(0xd9)](_0x46ceef,_0x204b39['jLmYj']))break;}}}}_0x11cd17?.['trackPhaseEnd'](_0x204b39[_0x17516d(0xee)]),await mkdir(_0x61bd8d,{'recursive':!![]});const _0x218495=await mkdtemp(join(_0x61bd8d,'.tmp-'+_0x37f43d+'-')),_0x3151f0=_0x204b39['ZBuhp'](join,_0x218495,'auth.json');try{if(_0x2f038f){_0x11cd17?.[_0x17516d(0x116)](_0x204b39[_0x17516d(0xe5)]),console[_0x17516d(0xda)](_0x204b39['edmkO']),console['log']('\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.'),console['log'](_0x204b39[_0x17516d(0xf6)]);!_0x2f87a6?(console[_0x17516d(0xda)](_0x17516d(0x131)),console[_0x17516d(0xda)](_0x17516d(0x146))):console['log']('');await new Promise(_0x1aa42f=>setTimeout(_0x1aa42f,0xbb8));const _0x2f2969=[];_0x5c6a21[_0x17516d(0xf4)]&&_0x2f2969[_0x17516d(0x139)](_0x17516d(0xe2));const _0x4d6513=await chromium['launch']({'headless':![],..._0x204b39['sxmoa'](_0x2f2969[_0x17516d(0xfe)],0x0)?{'args':_0x2f2969}:{}});try{const _0x420168=await _0x4d6513[_0x17516d(0x110)]();await _0x204b39['TbVLJ'](addProfileSetupBanner,_0x420168);const _0x52a840=await _0x420168[_0x17516d(0x13b)]();await _0x52a840['goto'](_0x3c7702||'about:blank');let _0x3a3326=![];await new Promise(_0x35d7b5=>{const _0x587fbf={'NxhPz':function(_0x13f533){return _0x13f533();}};_0x52a840['on']('close',async()=>{const _0x56c60a=_0x30cd;try{console[_0x56c60a(0xda)]('Saving\x20authentication\x20state...'),await _0x420168[_0x56c60a(0xe6)]({'path':_0x3151f0}),_0x3a3326=!![];}catch{}_0x587fbf['NxhPz'](_0x35d7b5);});});if(!_0x3a3326){console[_0x17516d(0xda)](_0x204b39[_0x17516d(0xdc)]);!_0x5c6a21[_0x17516d(0xf4)]&&(console['log'](_0x204b39[_0x17516d(0xf8)]),console['log'](_0x204b39[_0x17516d(0xf3)]),console[_0x17516d(0xda)](_0x17516d(0x118)+_0x37f43d+_0x17516d(0x12b)),console[_0x17516d(0xda)](_0x17516d(0x118)+_0x37f43d+_0x17516d(0x115)));throw new Error('Browser\x20closed\x20before\x20authentication\x20was\x20saved.');}}finally{await _0x4d6513['close']()[_0x17516d(0x103)](()=>{});}if(_0x246945){const _0x2ce56f=await _0x204b39['ZBuhp'](readFile,_0x3151f0,_0x204b39['eKGFJ']),_0x27f515=await getToken();if(!_0x27f515){console[_0x17516d(0x127)](_0x204b39['FXMKa']),await unlink(_0x3151f0)[_0x17516d(0x103)](()=>{});throw new Error(_0x204b39['ODCiU']);}else{const _0x23f32a=_0x204b39[_0x17516d(0x147)](encrypt,_0x2ce56f,_0x27f515);await _0x204b39[_0x17516d(0x124)](writeFile,_0x204b39[_0x17516d(0x12f)](_0x3151f0,'.enc'),_0x23f32a),await _0x204b39['LUNUh'](unlink,_0x3151f0),console['log']('✓\x20Encrypted\x20auth\x20saved\x20to:\x20'+_0x3151f0+'.enc'),console[_0x17516d(0xda)](_0x17516d(0x149)),console[_0x17516d(0xda)](_0x17516d(0x10d));}}else console[_0x17516d(0xda)](_0x17516d(0x120)+_0x3151f0);_0x11cd17?.[_0x17516d(0x125)](_0x204b39['fViUi']);}_0x11cd17?.[_0x17516d(0x116)](_0x17516d(0x10f));const _0x39f39c={};_0x3c7702&&(_0x39f39c[_0x17516d(0x13a)]=_0x3c7702);_0x5c6a21['cdpEndpoint']&&(_0x39f39c['cdpEndpoint']=_0x5c6a21['cdpEndpoint'],_0x39f39c[_0x17516d(0x102)]=!![]);_0x5c6a21['allowInsecureLocalhost']&&(_0x39f39c['allowInsecureLocalhost']=!![]);_0x5c6a21[_0x17516d(0xf4)]&&(_0x39f39c['safeMode']=!![]);await _0x204b39['aHffL'](writeFile,join(_0x218495,_0x204b39[_0x17516d(0x11e)]),JSON[_0x17516d(0x143)](_0x39f39c,null,0x2)),console[_0x17516d(0xda)](_0x17516d(0x12d)+_0x204b39[_0x17516d(0xf1)](join,_0x1939c8,_0x17516d(0xf2)));if(_0x204b39[_0x17516d(0xd9)](_0x1242c0?.['location'],_0x20a4fc)){const _0x1617ff=_0x1242c0['path']+'.backup-'+Date['now']();await rename(_0x1242c0['path'],_0x1617ff);try{await rename(_0x218495,_0x1939c8);}catch(_0x26fd7e){await _0x204b39[_0x17516d(0x119)](rename,_0x1617ff,_0x1242c0['path']);throw _0x26fd7e;}try{await rm(_0x1617ff,{'recursive':!![]});}catch{console[_0x17516d(0xda)](_0x17516d(0xf0)+_0x1617ff);}}else{await _0x204b39['IEPmJ'](rename,_0x218495,_0x1939c8);if(_0x1242c0)try{await rm(_0x1242c0[_0x17516d(0x138)],{'recursive':!![]}),console[_0x17516d(0xda)]('Removed\x20existing\x20profile\x20at\x20'+_0x1242c0[_0x17516d(0x138)]);}catch{console[_0x17516d(0xda)](_0x17516d(0x111)+_0x1242c0[_0x17516d(0x138)]);}}try{await writeActiveProfileName(_0x37f43d),console['log'](_0x17516d(0x10e)+_0x37f43d);}catch{console['log'](_0x204b39['LOmqj']);}_0x11cd17?.['trackPhaseEnd'](_0x204b39['wVWSN']),console[_0x17516d(0xda)](_0x17516d(0x11b)+_0x37f43d+_0x17516d(0x132));}catch(_0x4618c5){await _0x204b39['ShWYD'](rm,_0x218495,{'recursive':!![],'force':!![]});throw _0x4618c5;}}
|
|
1
|
+
(function(_0xbef4da,_0x4c685a){const _0x46cc9a=_0x994f,_0x48c8d2=_0xbef4da();while(!![]){try{const _0x24a792=parseInt(_0x46cc9a(0x10a))/0x1*(parseInt(_0x46cc9a(0x123))/0x2)+parseInt(_0x46cc9a(0xed))/0x3+-parseInt(_0x46cc9a(0xc7))/0x4+parseInt(_0x46cc9a(0xef))/0x5+parseInt(_0x46cc9a(0xfd))/0x6*(-parseInt(_0x46cc9a(0x11e))/0x7)+-parseInt(_0x46cc9a(0xfa))/0x8*(-parseInt(_0x46cc9a(0xd9))/0x9)+-parseInt(_0x46cc9a(0x113))/0xa*(parseInt(_0x46cc9a(0xb7))/0xb);if(_0x24a792===_0x4c685a)break;else _0x48c8d2['push'](_0x48c8d2['shift']());}catch(_0x865466){_0x48c8d2['push'](_0x48c8d2['shift']());}}}(_0x3345,0x281d9));import{mkdir,writeFile,readFile,unlink,rm,mkdtemp,rename}from'fs/promises';import{join}from'path';import _0x57e95b from'inquirer';import{chromium}from'playwright';import{findExistingEnv}from'./utils/settings.js';import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';import{getRangerDir}from'./utils/rangerRoot.js';import{writeActiveProfileName}from'./utils/activeProfile.js';function _0x3345(){const _0x5b15ba=['jPeDA','list','26xvDBcN','isElectron','\x0a📋\x20Authentication\x20Setup','\x20\x20Ranger\x20will\x20open\x20it\x20in\x20a\x20browser\x20so\x20you\x20can\x20log\x20in\x20and\x20save\x20your\x20session.\x0a','message','.tmp-','isTTY','YzlNV','1748252rsFePq','LQszV','hBHoO','url','\x22\x20already\x20exists\x20in\x20','http://localhost:3000','QqGbY','stdin','\x20\x20\x20Creating\x20it\x20in\x20','launch','Use\x20','HTTP\x20','Invalid\x20URL','\x20\x20Make\x20sure\x20your\x20Electron\x20app\x20(or\x20browser)\x20is\x20running\x20with\x20remote\x20debugging\x20enabled.\x0a','cLHzL','trackPhaseStart','4192FhFUZT','\x0aThe\x20browser\x20closed\x20unexpectedly\x20before\x20authentication\x20could\x20be\x20saved.','Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20at\x20','TLird','nGaNE','path','\x22\x20configured','dUGFn','Warning:\x20Profile\x20created,\x20but\x20failed\x20to\x20mark\x20it\x20as\x20active.','HswCr','.enc','utf-8','error','cnfdx','action','safeMode','trackPhaseEnd','iVSZz','81vSJQlZ','--disable-features=WebBluetooth','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','fsvIo','You\x20can\x20try\x20again\x20with\x20one\x20of:','kTMYQ','auth.json','\x20--skip-auth\x20\x20\x20\x20(skip\x20browser\x20auth\x20entirely)\x0a','kgNwM','rNiMy','FbPxJ','tUFwX','gisKL','\x20\x20Did\x20you\x20mean\x20','What\x20would\x20you\x20like\x20to\x20do?','includes','use_suggestion','BFZFD','bsDhi','KTvgT','149700QsmbJp','trim','1242720AtlIgq','browser_auth','force','ahWBk','local','retry','Enter\x20a\x20different\x20URL','location','settings.json','IKxSo','txOFZ','187944qiCTPz','\x0a🌐\x20Profile\x20Setup\x0a','cdpEndpoint','156QyBAYo','\x20would\x20shadow\x20the\x20existing\x20profile.','push','config_write','skipAuth','\x20(continuing\x20with\x20--force)','length','close','\x0a\x20\x20Could\x20not\x20reach\x20','newContext','input','prompt','.backup-','3122OethPz','hdwLC','Aborted.','baseUrl','confirm','\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','TypeError','Could\x20not\x20reach\x20','\x22\x20already\x20exists.\x20Overwrite?','10vuBtsj','\x20\x20Make\x20sure\x20your\x20app\x20is\x20running\x20locally\x20before\x20continuing.','legacy','\x0a\x20\x20Profile\x20\x22','log','⚠\x20Could\x20not\x20reach\x20','about:blank','✓\x20Created\x20settings:\x20','\x20\x20ranger\x20profile\x20add\x20','--ci\x20and\x20--cdp-endpoint\x20cannot\x20be\x20used\x20together.\x20Electron/CDP\x20profiles\x20only\x20work\x20with\x20a\x20locally\x20running\x20app\x20and\x20are\x20not\x20supported\x20in\x20CI.','\x20\x20Configuring\x20Ranger\x20to\x20connect\x20to:\x20','60893fqYBUg','url_setup','QXCGd'];_0x3345=function(){return _0x5b15ba;};return _0x3345();}function _0x994f(_0x4cb4bc,_0x75353f){_0x4cb4bc=_0x4cb4bc-0xb6;const _0x33452b=_0x3345();let _0x994ffd=_0x33452b[_0x4cb4bc];return _0x994ffd;}import{addProfileSetupBanner}from'./utils/profileSetupBanner.js';async function checkUrlReachability(_0x442db5){const _0x1e844a=_0x994f,_0x23a488={'YzlNV':function(_0x4c5bc1,_0x3c0274,_0x5f169a){return _0x4c5bc1(_0x3c0274,_0x5f169a);},'cUqSp':'HEAD','dUGFn':function(_0x2fe3c6,_0x5425ef){return _0x2fe3c6<_0x5425ef;},'jPeDA':function(_0x21a621,_0xd1a77f){return _0x21a621(_0xd1a77f);},'uFtFP':_0x1e844a(0x110),'hdwLC':'fetch\x20failed'};try{const _0xf38a19=new AbortController(),_0x48ba62=_0x23a488[_0x1e844a(0xb6)](setTimeout,()=>_0xf38a19['abort'](),0x1388),_0x56fea0=await fetch(_0x442db5,{'method':_0x23a488['cUqSp'],'signal':_0xf38a19['signal'],'redirect':'manual'});clearTimeout(_0x48ba62);if(_0x23a488[_0x1e844a(0xce)](_0x56fea0['status'],0x190))return{'ok':!![]};return{'ok':![],'error':_0x1e844a(0xc2)+_0x56fea0['status']};}catch(_0x3d9715){const _0x43fd54=_0x3d9715,_0x25fb63=_0x43fd54[_0x1e844a(0x127)]||_0x23a488[_0x1e844a(0x121)](String,_0x3d9715),_0x3260f3=_0x25fb63[_0x1e844a(0xe8)](_0x1e844a(0xc3))||_0x43fd54['name']===_0x23a488['uFtFP']||_0x25fb63['includes'](_0x23a488[_0x1e844a(0x10b)]);return{'ok':![],'error':_0x25fb63,'isProtocolError':_0x3260f3};}}export async function addEnv(_0x3aeb26,_0x232c27={},_0x961b13){const _0x257484=_0x994f,_0x78f9b5={'ocKUk':function(_0x1cc642){return _0x1cc642();},'ahWBk':function(_0x456bc8,_0xaa0d9,_0x396873,_0x4a4c88){return _0x456bc8(_0xaa0d9,_0x396873,_0x4a4c88);},'cLHzL':'--cdp-endpoint\x20must\x20not\x20be\x20empty.\x20Provide\x20the\x20CDP\x20URL,\x20e.g.\x20--cdp-endpoint\x20http://localhost:9222','drdwr':_0x257484(0x11c),'hBHoO':function(_0x55077f,_0x1e1146){return _0x55077f(_0x1e1146);},'TPFsY':'confirm','nGaNE':'Aborted.','BWAzs':'root\x20(.ranger/)','tUFwX':function(_0x5ce7cb,_0x1796ce){return _0x5ce7cb(_0x1796ce);},'bsDhi':_0x257484(0xfb),'TLird':_0x257484(0x114),'FbPxJ':_0x257484(0x107),'kTMYQ':_0x257484(0xbc),'DNLGy':_0x257484(0x122),'fsvIo':_0x257484(0xd5),'vuULu':_0x257484(0xe9),'SiFlk':_0x257484(0xf5),'gisKL':function(_0x5c9977,_0x42d5f6){return _0x5c9977===_0x42d5f6;},'IKxSo':function(_0x5574d5,_0x2c6890){return _0x5574d5===_0x2c6890;},'ZCjru':'continue','nRUow':'url_setup','LRKpz':function(_0x3980c6,_0x29dfed,_0x2bd96b){return _0x3980c6(_0x29dfed,_0x2bd96b);},'KTvgT':function(_0x1555ca,_0x1baeb0){return _0x1555ca(_0x1baeb0);},'iVSZz':_0x257484(0xdf),'fPbAS':'\x20\x20\x20A\x20browser\x20will\x20open.\x20Please\x20log\x20in\x20to\x20the\x20profile\x20you\x20want\x20to\x20test\x20so\x20Ranger\x20can\x20access\x20it.','nOxXT':'\x20\x20\x20When\x20done\x20logging\x20in,\x20close\x20the\x20browser\x20to\x20save\x20the\x20session.','kgNwM':'\x20\x20\x20If\x20you\x20are\x20an\x20agent,\x20background\x20this\x20process\x20and\x20let\x20your\x20user\x20know\x20they\x20need\x20to\x20complete\x20browser\x20authentication.\x0a','jDAer':function(_0x400805,_0x1d282b){return _0x400805||_0x1d282b;},'cnfdx':_0x257484(0xc8),'TyxQI':'This\x20can\x20happen\x20due\x20to\x20a\x20browser\x20compatibility\x20issue\x20on\x20some\x20systems.\x0a','LQszV':_0x257484(0xd2),'QqGbY':function(_0x12bf9a,_0x3a84d2){return _0x12bf9a+_0x3a84d2;},'QXCGd':_0x257484(0xd1),'TZbom':_0x257484(0x10f),'HswCr':_0x257484(0xdb),'rNiMy':_0x257484(0xf7),'BFZFD':function(_0x41291a,_0x8135d4,_0x3e837a){return _0x41291a(_0x8135d4,_0x3e837a);},'PYJMs':function(_0x355bbb,_0x3d8d04,_0xd2e585){return _0x355bbb(_0x3d8d04,_0xd2e585);},'Gecvh':function(_0xe64554,_0xac3aa1,_0x401140){return _0xe64554(_0xac3aa1,_0x401140);},'qxwOe':_0x257484(0xcf),'txOFZ':_0x257484(0x100)},_0x5e8bc7=_0x232c27['ci']??![],_0x208169=_0x5e8bc7?'ci':_0x257484(0xf3),_0x2be6a4=_0x78f9b5[_0x257484(0xf2)](join,getRangerDir(),_0x208169,_0x3aeb26),_0x578566=join(_0x78f9b5['ocKUk'](getRangerDir),_0x208169);if(_0x232c27[_0x257484(0xfc)]!==undefined&&_0x232c27['cdpEndpoint'][_0x257484(0xee)]()==='')throw new Error(_0x78f9b5[_0x257484(0xc5)]);if(_0x232c27[_0x257484(0xfc)]&&_0x232c27['url'])throw new Error('--url\x20and\x20--cdp-endpoint\x20are\x20mutually\x20exclusive.\x20Use\x20--url\x20for\x20web\x20apps\x20or\x20--cdp-endpoint\x20for\x20Electron/CDP\x20apps,\x20not\x20both.');if(_0x232c27['cdpEndpoint']&&_0x232c27['ci'])throw new Error(_0x78f9b5['drdwr']);const _0x8f985e=_0x78f9b5[_0x257484(0xb9)](Boolean,_0x232c27['cdpEndpoint']),_0x12da79=!_0x232c27[_0x257484(0x101)]&&!_0x8f985e,_0x1ffd49=process[_0x257484(0xbe)][_0x257484(0x129)]&&process['stdout'][_0x257484(0x129)];if(!_0x1ffd49&&!_0x232c27[_0x257484(0xba)]&&!_0x8f985e)throw new Error('Please\x20provide\x20--url\x20when\x20running\x20in\x20non-interactive\x20mode.\x0aMake\x20sure\x20the\x20service\x20is\x20running\x20on\x20that\x20port\x20before\x20retrying.\x0aExample:\x20ranger\x20profile\x20add\x20local\x20--url\x20http://localhost:3000');const _0x1b821f=_0x78f9b5[_0x257484(0xb9)](findExistingEnv,_0x3aeb26);let _0x284605=null;if(_0x1b821f){if(!_0x1ffd49)_0x284605=_0x1b821f;else{if(_0x1b821f['location']===_0x208169){const {overwrite:_0x2c1a65}=await _0x57e95b['prompt']([{'type':_0x78f9b5['TPFsY'],'name':'overwrite','message':'Profile\x20\x22'+_0x3aeb26+_0x257484(0x112),'default':![]}]);if(!_0x2c1a65){console[_0x257484(0x117)](_0x78f9b5[_0x257484(0xcb)]);return;}_0x284605=_0x1b821f;}else{const _0x5d016a=_0x1b821f['location']===_0x257484(0x115)?_0x78f9b5['BWAzs']:_0x1b821f[_0x257484(0xf6)];console['error']('\x0a⚠️\x20\x20Profile\x20\x22'+_0x3aeb26+_0x257484(0xbb)+_0x5d016a+':\x20'+_0x1b821f['path']),console[_0x257484(0xd3)](_0x257484(0xbf)+_0x208169+_0x257484(0xfe));const {shouldReplace:_0xccf89f}=await _0x57e95b['prompt']([{'type':_0x257484(0x10e),'name':'shouldReplace','message':'Delete\x20existing\x20and\x20create\x20new\x20in\x20'+_0x208169+'?','default':![]}]);if(!_0xccf89f){console['log'](_0x257484(0x10c));return;}_0x284605=_0x1b821f;}}}_0x961b13?.['trackPhaseStart'](_0x257484(0x11f));let _0x19ca9c='';if(_0x8f985e)console['log']('\x0a🔌\x20CDP\x20Profile\x20Setup\x0a'),console['log'](_0x257484(0x11d)+_0x232c27[_0x257484(0xfc)]),console['log'](_0x257484(0xc4));else{if(_0x232c27['url']){_0x19ca9c=_0x232c27[_0x257484(0xba)];const _0xb4615d=await _0x78f9b5['tUFwX'](checkUrlReachability,_0x19ca9c);if(!_0xb4615d['ok']&&!_0x232c27[_0x257484(0xf1)])throw new Error(_0x257484(0x111)+_0x19ca9c+':\x20'+_0xb4615d[_0x257484(0xd3)]+'\x0aMake\x20sure\x20your\x20app\x20is\x20running,\x20then\x20try\x20again.\x20To\x20skip\x20this\x20check,\x20pass\x20--force.');!_0xb4615d['ok']&&_0x232c27[_0x257484(0xf1)]&&console[_0x257484(0x117)](_0x257484(0x118)+_0x19ca9c+':\x20'+_0xb4615d['error']+_0x257484(0x102));}else{console['log'](_0x78f9b5[_0x257484(0xeb)]),console['log'](_0x78f9b5[_0x257484(0xca)]),console[_0x257484(0x117)](_0x257484(0x126));let _0x28d311=![];while(!![]){const _0x3e2366=await _0x57e95b[_0x257484(0x108)]([{'type':_0x78f9b5[_0x257484(0xe3)],'name':'baseUrl','message':_0x28d311?'Enter\x20a\x20new\x20URL\x20(or\x20press\x20enter\x20to\x20keep\x20current):':'What\x20is\x20the\x20URL\x20of\x20your\x20running\x20app?','default':_0x19ca9c||_0x78f9b5[_0x257484(0xde)]}]);_0x19ca9c=_0x3e2366[_0x257484(0x10d)];const _0x1b7e3f=await checkUrlReachability(_0x19ca9c);if(_0x1b7e3f['ok'])break;const _0x2a9645=/^[a-zA-Z][\w+.-]*:\/\//['test'](_0x19ca9c),_0x356eb1=_0x1b7e3f['isProtocolError']&&!_0x2a9645,_0x4bb1da=_0x356eb1?'http://'+_0x19ca9c:null;_0x28d311=!![],console[_0x257484(0x117)](_0x257484(0x105)+_0x19ca9c+':\x20'+_0x1b7e3f[_0x257484(0xd3)]);_0x4bb1da&&console['log'](_0x257484(0xe6)+_0x4bb1da+'?');const {action:_0x21c94d}=await _0x57e95b['prompt']([{'type':_0x78f9b5['DNLGy'],'name':_0x78f9b5[_0x257484(0xdc)],'message':_0x257484(0xe7),'choices':[..._0x4bb1da?[{'name':_0x257484(0xc1)+_0x4bb1da,'value':_0x78f9b5['vuULu']}]:[],{'name':_0x78f9b5['SiFlk'],'value':_0x257484(0xf4)},{'name':'Continue\x20anyway','value':'continue'}]}]);if(_0x78f9b5[_0x257484(0xe5)](_0x21c94d,'use_suggestion')&&_0x4bb1da){_0x19ca9c=_0x4bb1da;const _0x149d5e=await checkUrlReachability(_0x19ca9c);if(_0x149d5e['ok'])break;console['log']('\x0a\x20\x20Still\x20could\x20not\x20reach\x20'+_0x19ca9c+':\x20'+_0x149d5e[_0x257484(0xd3)]);}else{if(_0x78f9b5[_0x257484(0xf8)](_0x21c94d,_0x78f9b5['ZCjru']))break;}}}}_0x961b13?.['trackPhaseEnd'](_0x78f9b5['nRUow']),await _0x78f9b5['LRKpz'](mkdir,_0x578566,{'recursive':!![]});const _0x464bce=await _0x78f9b5[_0x257484(0xec)](mkdtemp,join(_0x578566,_0x257484(0x128)+_0x3aeb26+'-')),_0x342c8c=join(_0x464bce,_0x78f9b5[_0x257484(0xd8)]);try{if(_0x12da79){_0x961b13?.['trackPhaseStart'](_0x257484(0xf0)),console['log'](_0x257484(0x125)),console[_0x257484(0x117)](_0x78f9b5['fPbAS']),console['log'](_0x78f9b5['nOxXT']);!_0x1ffd49?(console[_0x257484(0x117)]('\x0a\x20\x20\x20⚠\x20This\x20step\x20requires\x20human\x20interaction\x20in\x20a\x20browser.'),console['log'](_0x78f9b5[_0x257484(0xe1)])):console[_0x257484(0x117)]('');await new Promise(_0x187c0e=>setTimeout(_0x187c0e,0xbb8));const _0x28db56=[];_0x232c27[_0x257484(0xd6)]&&_0x28db56[_0x257484(0xff)](_0x257484(0xda));const _0x3ddfb1=await chromium[_0x257484(0xc0)]({'headless':![],..._0x28db56[_0x257484(0x103)]>0x0?{'args':_0x28db56}:{}});try{const _0xa1e994=await _0x3ddfb1[_0x257484(0x106)]();await _0x78f9b5['KTvgT'](addProfileSetupBanner,_0xa1e994);const _0x440a08=await _0xa1e994['newPage']();await _0x440a08['goto'](_0x78f9b5['jDAer'](_0x19ca9c,_0x257484(0x119)));let _0x63727f=![];await new Promise(_0x529e22=>{const _0x274040=_0x257484,_0x4b3888={'cWjDk':'Saving\x20authentication\x20state...','FUTaJ':function(_0x49bd16){return _0x78f9b5['ocKUk'](_0x49bd16);}};_0x440a08['on'](_0x274040(0x104),async()=>{try{console['log'](_0x4b3888['cWjDk']),await _0xa1e994['storageState']({'path':_0x342c8c}),_0x63727f=!![];}catch{}_0x4b3888['FUTaJ'](_0x529e22);});});if(!_0x63727f){console['log'](_0x78f9b5[_0x257484(0xd4)]);!_0x232c27[_0x257484(0xd6)]&&(console[_0x257484(0x117)](_0x78f9b5['TyxQI']),console[_0x257484(0x117)](_0x257484(0xdd)),console[_0x257484(0x117)](_0x257484(0x11b)+_0x3aeb26+'\x20--safe-mode\x20\x20\x20\x20(disables\x20browser\x20features\x20that\x20can\x20cause\x20crashes)'),console['log']('\x20\x20ranger\x20profile\x20add\x20'+_0x3aeb26+_0x257484(0xe0)));throw new Error('Browser\x20closed\x20before\x20authentication\x20was\x20saved.');}}finally{await _0x3ddfb1[_0x257484(0x104)]()['catch'](()=>{});}if(_0x5e8bc7){const _0x11e5c2=await readFile(_0x342c8c,_0x78f9b5[_0x257484(0xb8)]),_0x99cd63=await getToken();if(!_0x99cd63){console[_0x257484(0xd3)]('\x20\x20Could\x20not\x20encrypt:\x20No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]'),await _0x78f9b5[_0x257484(0xe4)](unlink,_0x342c8c)['catch'](()=>{});throw new Error('Missing\x20API\x20token;\x20aborting\x20CI\x20profile\x20creation.');}else{const _0x3e2a86=encrypt(_0x11e5c2,_0x99cd63);await _0x78f9b5['LRKpz'](writeFile,_0x78f9b5[_0x257484(0xbd)](_0x342c8c,_0x78f9b5[_0x257484(0x120)]),_0x3e2a86),await _0x78f9b5[_0x257484(0xb9)](unlink,_0x342c8c),console['log']('✓\x20Encrypted\x20auth\x20saved\x20to:\x20'+_0x342c8c+'.enc'),console['log'](_0x78f9b5['TZbom']),console['log'](_0x78f9b5[_0x257484(0xd0)]);}}else console['log']('✓\x20Auth\x20state\x20saved\x20to:\x20'+_0x342c8c);_0x961b13?.[_0x257484(0xd7)]('browser_auth');}_0x961b13?.[_0x257484(0xc6)]('config_write');const _0x212419={};_0x19ca9c&&(_0x212419['baseUrl']=_0x19ca9c);_0x232c27[_0x257484(0xfc)]&&(_0x212419[_0x257484(0xfc)]=_0x232c27['cdpEndpoint'],_0x212419[_0x257484(0x124)]=!![]);_0x232c27['allowInsecureLocalhost']&&(_0x212419['allowInsecureLocalhost']=!![]);_0x232c27[_0x257484(0xd6)]&&(_0x212419['safeMode']=!![]);await writeFile(join(_0x464bce,_0x78f9b5[_0x257484(0xe2)]),JSON['stringify'](_0x212419,null,0x2)),console[_0x257484(0x117)](_0x257484(0x11a)+join(_0x2be6a4,_0x257484(0xf7)));if(_0x78f9b5['IKxSo'](_0x284605?.['location'],_0x208169)){const _0x19d0c8=_0x284605[_0x257484(0xcc)]+_0x257484(0x109)+Date['now']();await rename(_0x284605['path'],_0x19d0c8);try{await _0x78f9b5[_0x257484(0xea)](rename,_0x464bce,_0x2be6a4);}catch(_0x491070){await _0x78f9b5['PYJMs'](rename,_0x19d0c8,_0x284605['path']);throw _0x491070;}try{await rm(_0x19d0c8,{'recursive':!![]});}catch{console['log']('Warning:\x20Could\x20not\x20remove\x20old\x20profile\x20backup\x20at\x20'+_0x19d0c8);}}else{await rename(_0x464bce,_0x2be6a4);if(_0x284605)try{await _0x78f9b5['Gecvh'](rm,_0x284605[_0x257484(0xcc)],{'recursive':!![]}),console[_0x257484(0x117)]('Removed\x20existing\x20profile\x20at\x20'+_0x284605['path']);}catch{console[_0x257484(0x117)](_0x257484(0xc9)+_0x284605['path']);}}try{await _0x78f9b5[_0x257484(0xec)](writeActiveProfileName,_0x3aeb26),console['log']('\x20\x20Set\x20active\x20profile:\x20'+_0x3aeb26);}catch{console[_0x257484(0x117)](_0x78f9b5['qxwOe']);}_0x961b13?.[_0x257484(0xd7)](_0x78f9b5[_0x257484(0xf9)]),console['log'](_0x257484(0x116)+_0x3aeb26+_0x257484(0xcd));}catch(_0x1ea441){await _0x78f9b5['LRKpz'](rm,_0x464bce,{'recursive':!![],'force':!![]});throw _0x1ea441;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x56e4cf,_0x500eac){const _0x3ed96a=_0x539f,_0x564f84=_0x56e4cf();while(!![]){try{const _0x2b027d=-parseInt(_0x3ed96a(0x74))/0x1*(parseInt(_0x3ed96a(0x66))/0x2)+-parseInt(_0x3ed96a(0x72))/0x3*(parseInt(_0x3ed96a(0x6a))/0x4)+-parseInt(_0x3ed96a(0x7d))/0x5+parseInt(_0x3ed96a(0x7a))/0x6+-parseInt(_0x3ed96a(0x6f))/0x7*(-parseInt(_0x3ed96a(0x6c))/0x8)+-parseInt(_0x3ed96a(0x73))/0x9*(-parseInt(_0x3ed96a(0x68))/0xa)+-parseInt(_0x3ed96a(0x70))/0xb*(-parseInt(_0x3ed96a(0x77))/0xc);if(_0x2b027d===_0x500eac)break;else _0x564f84['push'](_0x564f84['shift']());}catch(_0x142c7e){_0x564f84['push'](_0x564f84['shift']());}}}(_0x23c6,0xd8e28));import{readFile,writeFile}from'fs/promises';function _0x539f(_0x5181cd,_0x3042a7){_0x5181cd=_0x5181cd-0x66;const _0x23c634=_0x23c6();let _0x539fe0=_0x23c634[_0x5181cd];return _0x539fe0;}import{join}from'path';import{existsSync}from'fs';import{encrypt}from'./utils/crypto.js';import{getToken}from'./utils/keychain.js';function _0x23c6(){const _0x38ae48=['7wdYMpq','13696331tNWAGc','eeMzN','4818459CxGctA','3519459sfMPnK','51079WNuSEI','\x22\x20not\x20found.\x20Run\x20first:\x20ranger\x20profile\x20add\x20','.enc','12nKxCnE','\x0a\x20\x20The\x20plaintext\x20auth.json\x20is\x20gitignored\x20for\x20security.','\x20\x20Run\x20ranger\x20setup\x20in\x20CI\x20to\x20decrypt\x20at\x20runtime.','2389776VCIGHv','log','auth.json','281615aBXCNs','Profile\x20\x22','48CduUCn','kGyJu','20TBiGnT','QAUmL','4ZeJWvI','bmiTd','10809704zcoTYD','GorXt','LsNnN'];_0x23c6=function(){return _0x38ae48;};return _0x23c6();}import{getEnvDir}from'./utils/settings.js';export async function authEncrypt(_0x56a1d1){const _0x4213b1=_0x539f,_0x45ab9b={'bmiTd':function(_0x17b3f3,_0x5d0663){return _0x17b3f3+_0x5d0663;},'LsNnN':function(_0x383939,_0x52a347){return _0x383939(_0x52a347);},'eeMzN':function(_0x1db1cf){return _0x1db1cf();},'QAUmL':'utf-8','kGyJu':function(_0x5adf69,_0x38a9fa,_0x3dfd69){return _0x5adf69(_0x38a9fa,_0x3dfd69);},'jkNZU':'\x20\x20You\x20can\x20safely\x20commit\x20this\x20file\x20to\x20git.','GorXt':_0x4213b1(0x79)},_0x4aee0b=getEnvDir(_0x56a1d1),_0x3311f5=join(_0x4aee0b,_0x4213b1(0x7c)),_0x5e32a1=_0x45ab9b[_0x4213b1(0x6b)](_0x3311f5,_0x4213b1(0x76));if(!_0x45ab9b[_0x4213b1(0x6e)](existsSync,_0x4aee0b))throw new Error(_0x4213b1(0x7e)+_0x56a1d1+_0x4213b1(0x75)+_0x56a1d1);if(!_0x45ab9b[_0x4213b1(0x6e)](existsSync,_0x3311f5))throw new Error('No\x20auth.json\x20found\x20at\x20'+_0x3311f5+'.\x20Run\x20first:\x20ranger\x20profile\x20add\x20with\x20authentication,\x20or\x20ranger\x20profile\x20update');const _0x40f571=await _0x45ab9b[_0x4213b1(0x71)](getToken);if(!_0x40f571)throw new Error('No\x20API\x20token\x20found.\x20Run:\x20ranger\x20setup\x20[token]');const _0x1ac540=await readFile(_0x3311f5,_0x45ab9b[_0x4213b1(0x69)]),_0x3f75e1=_0x45ab9b[_0x4213b1(0x67)](encrypt,_0x1ac540,_0x40f571);await _0x45ab9b['kGyJu'](writeFile,_0x5e32a1,_0x3f75e1),console['log']('\x0a✓\x20Encrypted\x20auth\x20saved\x20to:\x20'+_0x5e32a1),console['log'](_0x45ab9b['jkNZU']),console['log'](_0x45ab9b[_0x4213b1(0x6d)]),_0x45ab9b[_0x4213b1(0x6e)](existsSync,_0x5e32a1)&&(console['log'](_0x4213b1(0x78)),console[_0x4213b1(0x7b)]('\x20\x20The\x20encrypted\x20auth.json.enc\x20can\x20be\x20committed.'));}
|
package/build/commands/clean.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x277fd1=_0x32c6;(function(_0x559b88,_0x4fa121){const _0x1914c0=_0x32c6,_0x5292b=_0x559b88();while(!![]){try{const _0x462161=-parseInt(_0x1914c0(0x88))/0x1*(-parseInt(_0x1914c0(0xa4))/0x2)+parseInt(_0x1914c0(0xbf))/0x3+-parseInt(_0x1914c0(0x96))/0x4+parseInt(_0x1914c0(0x90))/0x5*(parseInt(_0x1914c0(0x9c))/0x6)+-parseInt(_0x1914c0(0x9a))/0x7*(parseInt(_0x1914c0(0x8b))/0x8)+parseInt(_0x1914c0(0xbd))/0x9+-parseInt(_0x1914c0(0xa3))/0xa*(-parseInt(_0x1914c0(0x8a))/0xb);if(_0x462161===_0x4fa121)break;else _0x5292b['push'](_0x5292b['shift']());}catch(_0x4adcd1){_0x5292b['push'](_0x5292b['shift']());}}}(_0x43d9,0x65326));import{rm,readFile,writeFile}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{spawn}from'child_process';function _0x32c6(_0x19e1c2,_0x3a5f69){_0x19e1c2=_0x19e1c2-0x85;const _0x43d9b6=_0x43d9();let _0x32c62a=_0x43d9b6[_0x19e1c2];return _0x32c62a;}import{deleteAllCredentials}from'./utils/keychain.js';import{getProjectSkillsDir,getUserSkillsDir}from'./utils/claudeConfig.js';import{getRangerDir}from'./utils/rangerRoot.js';import{getCacheFile}from'./utils/sessionCache.js';import{getOpencodeConfigDir,getOpencodeSkillsDir}from'./utils/opencodeConfig.js';const skillsToRemove=[_0x277fd1(0xa7),'feature-tracker',_0x277fd1(0xa8),'e2e-test-recommender'],opencodePluginName='@ranger-testing/opencode-plugin';function parseJsonc(_0xa15a76){const _0x345785=_0x277fd1,_0x40d236=_0xa15a76['replace'](/\/\*[\s\S]*?\*\//g,''),_0x3bc79c=_0x40d236[_0x345785(0x9b)](/^\s*\/\/.*$/gm,''),_0x184744=_0x3bc79c['replace'](/,\s*([}\]])/g,'$1');return JSON[_0x345785(0x94)](_0x184744);}function _0x43d9(){const _0x1bbdd1=['dwbfZ','user','ukcls','--scope','WYzIs','AUcHQ','CYelP','marketplace','pudsE','mJCyv','log','pipe','✓\x20Removed\x20project\x20skill:\x20','PVfgf','1637226TajkJR','✓\x20Uninstalled\x20Claude\x20plugin\x20(user\x20scope)','1696374EvXInU','✓\x20Removed\x20user\x20skill:\x20','✓\x20Removed\x20OpenCode\x20plugin\x20(project\x20config)','length','1QJqGjm','stringify','1967449odGFyl','88QNhoks','bJzEL','cnTXd','faIHV','qebpU','21305RMivbW','YVzJR','uHYkQ','isArray','parse','filter','1067228TtHDjt','push','mGwkC','claude','453040gYLBdy','replace','90bOaZJX','close','eYxBi','\x0a🧹\x20Cleaning\x20up\x20Ranger\x20artifacts...\x0a','TvXPT','DPqGL','BQRBU','10GNfroe','806166AIJLxF','\x0a✅\x20Cleanup\x20complete!\x0a','Nothing\x20to\x20clean\x20up.\x0a','ranger','bug-bash','✓\x20Removed\x20OpenCode\x20user\x20skill:\x20','✓\x20Removed\x20OpenCode\x20project\x20skill:\x20','project','plugin','RyoMB','✓\x20Uninstalled\x20Claude\x20plugin\x20(project\x20scope)'];_0x43d9=function(){return _0x1bbdd1;};return _0x43d9();}async function removeOpencodePluginConfig(_0x11d33d){const _0x4bb3cc=_0x277fd1,_0x1d6b4f={'cnTXd':function(_0x27e6b3,_0x28dce3){return _0x27e6b3!==_0x28dce3;},'BQRBU':function(_0x2d9c4b,_0x49b4e4){return _0x2d9c4b(_0x49b4e4);},'tQcxi':'utf-8','dwbfZ':function(_0x340f6d,_0x58b821){return _0x340f6d(_0x58b821);},'ZSVhz':function(_0x348217,_0x320965){return _0x348217===_0x320965;},'mJCyv':function(_0x3aa8db,_0x1fa6bb){return _0x3aa8db+_0x1fa6bb;}};if(!_0x1d6b4f[_0x4bb3cc(0xa2)](existsSync,_0x11d33d))return![];let _0x27a4d2;try{const _0x36caa1=await readFile(_0x11d33d,_0x1d6b4f['tQcxi']);_0x27a4d2=_0x1d6b4f[_0x4bb3cc(0xaf)](parseJsonc,_0x36caa1);}catch{return![];}const _0x3a1632=Array[_0x4bb3cc(0x93)](_0x27a4d2[_0x4bb3cc(0xac)])?_0x27a4d2['plugin']:[];if(_0x3a1632[_0x4bb3cc(0x87)]===0x0)return![];const _0x7035a=_0x3a1632[_0x4bb3cc(0x95)](_0x4ecaf3=>{const _0x397f4a=_0x4bb3cc;if(_0x1d6b4f[_0x397f4a(0x8d)](typeof _0x4ecaf3,'string'))return!![];return _0x4ecaf3!==opencodePluginName;});if(_0x7035a[_0x4bb3cc(0x87)]===_0x3a1632[_0x4bb3cc(0x87)])return![];return _0x1d6b4f['ZSVhz'](_0x7035a['length'],0x0)?delete _0x27a4d2['plugin']:_0x27a4d2['plugin']=_0x7035a,await writeFile(_0x11d33d,_0x1d6b4f[_0x4bb3cc(0xb8)](JSON[_0x4bb3cc(0x89)](_0x27a4d2,null,0x2),'\x0a')),!![];}async function uninstallClaudePlugin(_0x4daf05){const _0x23334f=_0x277fd1,_0x25c828={'uHYkQ':function(_0x3fa80,_0x45fe0b){return _0x3fa80===_0x45fe0b;},'yHErr':function(_0x50210f,_0x372532){return _0x50210f(_0x372532);},'nRPzr':'uninstall','QsZYh':_0x23334f(0x99),'AUcHQ':function(_0x3e38af,_0x2a6ed6){return _0x3e38af===_0x2a6ed6;},'PVfgf':'win32','kgYXl':_0x23334f(0x9d)};return new Promise(_0x35bde0=>{const _0x515b56=_0x23334f,_0x36e7a3=[_0x515b56(0xac),_0x25c828['nRPzr'],'ranger@trailhead'];_0x4daf05&&_0x36e7a3[_0x515b56(0x97)](_0x515b56(0xb2),_0x4daf05);const _0x45b7ec=spawn(_0x25c828['QsZYh'],_0x36e7a3,{'stdio':_0x515b56(0xba),'shell':_0x25c828[_0x515b56(0xb4)](process['platform'],_0x25c828[_0x515b56(0xbc)])});_0x45b7ec['on'](_0x25c828['kgYXl'],_0x1a2599=>{const _0x9e9a9f=_0x515b56;_0x35bde0(_0x25c828[_0x9e9a9f(0x92)](_0x1a2599,0x0));}),_0x45b7ec['on']('error',()=>{_0x25c828['yHErr'](_0x35bde0,![]);});});}async function removeMarketplace(){const _0x293604=_0x277fd1,_0x38f3e4={'bJzEL':function(_0x1670d4,_0xefae9e){return _0x1670d4===_0xefae9e;},'eYxBi':function(_0x2377b6,_0x22fdfa,_0x54149d,_0x30a1ba){return _0x2377b6(_0x22fdfa,_0x54149d,_0x30a1ba);},'JPWBF':_0x293604(0xac),'DPqGL':_0x293604(0xb6),'faIHV':'remove','csAov':_0x293604(0x9d)};return new Promise(_0x24483d=>{const _0x32ca2c=_0x293604,_0x2b4eaf={'WYzIs':function(_0x113392,_0xd5f34c){return _0x113392(_0xd5f34c);}},_0x2d96fe=_0x38f3e4[_0x32ca2c(0x9e)](spawn,'claude',[_0x38f3e4['JPWBF'],_0x38f3e4[_0x32ca2c(0xa1)],_0x38f3e4[_0x32ca2c(0x8e)],'trailhead'],{'stdio':'pipe','shell':process['platform']==='win32'});_0x2d96fe['on'](_0x38f3e4['csAov'],_0x5f1336=>{const _0x618f76=_0x32ca2c;_0x24483d(_0x38f3e4[_0x618f76(0x8c)](_0x5f1336,0x0));}),_0x2d96fe['on']('error',()=>{const _0x388ede=_0x32ca2c;_0x2b4eaf[_0x388ede(0xb3)](_0x24483d,![]);});});}export async function clean(){const _0x37876b=_0x277fd1,_0x462dc4={'qebpU':function(_0x4d350a){return _0x4d350a();},'YVzJR':function(_0x2fc86a,_0xa13e9f,_0x5e3b1f){return _0x2fc86a(_0xa13e9f,_0x5e3b1f);},'CYelP':function(_0xf8b09c,_0x31abe3,_0x503658){return _0xf8b09c(_0x31abe3,_0x503658);},'mGwkC':_0x37876b(0xb0),'pudsE':function(_0x2bc364,_0x2e5d51,_0x352da6){return _0x2bc364(_0x2e5d51,_0x352da6);},'tyTeB':function(_0x5da5ad,_0x4596de){return _0x5da5ad(_0x4596de);},'oyFsG':function(_0x151e14,_0x3d2463){return _0x151e14(_0x3d2463);},'Qdftk':_0x37876b(0x86),'NNJWU':function(_0x5e90ec,_0x11b411,_0x22ec86){return _0x5e90ec(_0x11b411,_0x22ec86);},'TvXPT':function(_0x21a223,_0x3a964b){return _0x21a223(_0x3a964b);},'RyoMB':function(_0x545cbd){return _0x545cbd();},'rYBSr':_0x37876b(0xbe),'jPmLY':'project','eHxar':function(_0xf314d7){return _0xf314d7();},'ukcls':_0x37876b(0xa5)};console['log'](_0x37876b(0x9f));let _0xd40b33=![];try{await deleteAllCredentials(),console[_0x37876b(0xb9)]('✓\x20Removed\x20stored\x20credentials'),_0xd40b33=!![];}catch{}const _0x3e187f=_0x462dc4['qebpU'](getCacheFile);existsSync(_0x3e187f)&&(await rm(_0x3e187f),_0xd40b33=!![]);const _0x175140=_0x462dc4[_0x37876b(0x8f)](getRangerDir);existsSync(_0x175140)&&(await _0x462dc4['YVzJR'](rm,_0x175140,{'recursive':!![]}),console[_0x37876b(0xb9)]('✓\x20Removed\x20.ranger/\x20directory'),_0xd40b33=!![]);const _0x28614f=getProjectSkillsDir();for(const _0x58bdf6 of skillsToRemove){const _0x26ff63=_0x462dc4[_0x37876b(0x91)](join,_0x28614f,_0x58bdf6);existsSync(_0x26ff63)&&(await _0x462dc4[_0x37876b(0x91)](rm,_0x26ff63,{'recursive':!![]}),console['log'](_0x37876b(0xbb)+_0x58bdf6),_0xd40b33=!![]);}const _0x246c03=getUserSkillsDir();for(const _0x1be17b of skillsToRemove){const _0x15c0bb=join(_0x246c03,_0x1be17b);existsSync(_0x15c0bb)&&(await rm(_0x15c0bb,{'recursive':!![]}),console['log'](_0x37876b(0x85)+_0x1be17b),_0xd40b33=!![]);}const _0x1dced6=getOpencodeSkillsDir(_0x37876b(0xab));for(const _0x445721 of skillsToRemove){const _0x336129=_0x462dc4[_0x37876b(0xb5)](join,_0x1dced6,_0x445721);existsSync(_0x336129)&&(await _0x462dc4['YVzJR'](rm,_0x336129,{'recursive':!![]}),console['log'](_0x37876b(0xaa)+_0x445721),_0xd40b33=!![]);}const _0x283f1a=getOpencodeSkillsDir(_0x462dc4[_0x37876b(0x98)]);for(const _0x5499b3 of skillsToRemove){const _0x5d76ce=_0x462dc4[_0x37876b(0xb7)](join,_0x283f1a,_0x5499b3);_0x462dc4['tyTeB'](existsSync,_0x5d76ce)&&(await _0x462dc4['CYelP'](rm,_0x5d76ce,{'recursive':!![]}),console['log'](_0x37876b(0xa9)+_0x5499b3),_0xd40b33=!![]);}const _0x1f5b6b=join(getOpencodeConfigDir('project'),'opencode.json');await _0x462dc4['oyFsG'](removeOpencodePluginConfig,_0x1f5b6b)&&(console['log'](_0x462dc4['Qdftk']),_0xd40b33=!![]);const _0x1ed41c=_0x462dc4['NNJWU'](join,getOpencodeConfigDir(_0x37876b(0xb0)),'opencode.json');await _0x462dc4[_0x37876b(0xa0)](removeOpencodePluginConfig,_0x1ed41c)&&(console['log']('✓\x20Removed\x20OpenCode\x20plugin\x20(user\x20config)'),_0xd40b33=!![]);const _0xfe31c7=await _0x462dc4[_0x37876b(0xad)](uninstallClaudePlugin);_0xfe31c7&&(console[_0x37876b(0xb9)](_0x462dc4['rYBSr']),_0xd40b33=!![]);const _0x30b928=await uninstallClaudePlugin(_0x462dc4['jPmLY']);_0x30b928&&(console['log'](_0x37876b(0xae)),_0xd40b33=!![]);const _0xd75f0b=await _0x462dc4['eHxar'](removeMarketplace);_0xd75f0b&&(console['log']('✓\x20Removed\x20trailhead\x20marketplace'),_0xd40b33=!![]),_0xd40b33?console['log'](_0x462dc4[_0x37876b(0xb1)]):console['log'](_0x37876b(0xa6));}
|