@ranger-testing/ranger-cli 3.0.0 → 3.0.1-alpha.aab0a1c-26
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/deleteProfile.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/mcpBootstrap.js +1 -1
- package/build/commands/migrateProfile.js +1 -1
- package/build/commands/setup/claude.js +1 -1
- package/build/commands/setup/opencode.js +1 -1
- package/build/commands/setupCi.js +1 -1
- package/build/commands/skillup.js +1 -1
- package/build/commands/start.js +1 -1
- package/build/commands/status.js +1 -1
- package/build/commands/update.js +1 -1
- package/build/commands/updateEnv.js +1 -1
- package/build/commands/useEnv.js +1 -1
- package/build/commands/utils/activeProfile.js +1 -1
- package/build/commands/utils/agentEnv.js +1 -1
- package/build/commands/utils/browserSessionsApi.js +1 -1
- package/build/commands/utils/claudeConfig.js +1 -1
- package/build/commands/utils/claudeOverrideSettings.js +1 -1
- package/build/commands/utils/claudePlugin.js +1 -1
- package/build/commands/utils/cloudProfile.js +1 -1
- package/build/commands/utils/cloudProfileSession.js +1 -1
- package/build/commands/utils/crypto.js +1 -1
- package/build/commands/utils/desirePathLog.js +1 -1
- package/build/commands/utils/deviceAuth.js +1 -1
- package/build/commands/utils/environment.js +1 -1
- package/build/commands/utils/featureApi.js +1 -1
- package/build/commands/utils/fixWebmDuration.js +1 -1
- package/build/commands/utils/gitTracked.js +1 -1
- package/build/commands/utils/keychain.js +1 -1
- package/build/commands/utils/legacyWarning.js +1 -1
- package/build/commands/utils/localAgentInstallationsApi.js +1 -1
- package/build/commands/utils/matchAuthEnvironment.js +1 -1
- package/build/commands/utils/mcpImageBase64.js +1 -1
- package/build/commands/utils/model.js +1 -1
- package/build/commands/utils/novaActCli.js +1 -1
- package/build/commands/utils/opencodeConfig.js +1 -1
- package/build/commands/utils/playwrightCli.js +1 -1
- package/build/commands/utils/profileMessages.js +1 -1
- package/build/commands/utils/profileSetupBanner.js +1 -1
- package/build/commands/utils/projectsConfig.js +1 -1
- package/build/commands/utils/rangerConfig.js +1 -1
- package/build/commands/utils/rangerRoot.js +1 -1
- package/build/commands/utils/resolveProfileContext.js +1 -1
- package/build/commands/utils/resolveProfileUrl.js +1 -1
- package/build/commands/utils/retry.js +1 -1
- package/build/commands/utils/sessionCache.js +1 -1
- package/build/commands/utils/settings.js +1 -1
- package/build/commands/utils/skillContent.js +1 -1
- package/build/commands/utils/skills.js +1 -1
- package/build/commands/utils/stitchWebmFiles.js +1 -1
- package/build/commands/utils/telemetry.js +1 -1
- package/build/commands/utils/tokenRefresh.js +1 -1
- package/build/commands/utils/traceSnapshotMapper.js +1 -1
- package/build/commands/utils/userApi.js +1 -1
- package/build/commands/utils/version.js +1 -1
- package/build/commands/verifyFeature.js +1 -1
- package/build/commands/verifyFeatureCli.js +1 -1
- package/build/commands/verifyFeatureNovaCli.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x4b6a67,_0x5e6da5){const _0x1bf96d=_0x4550,_0x54b617=_0x4b6a67();while(!![]){try{const _0x15f7dd=-parseInt(_0x1bf96d(0x128))/0x1+-parseInt(_0x1bf96d(0xc3))/0x2*(parseInt(_0x1bf96d(0x145))/0x3)+-parseInt(_0x1bf96d(0x147))/0x4+-parseInt(_0x1bf96d(0x106))/0x5+-parseInt(_0x1bf96d(0x73))/0x6*(parseInt(_0x1bf96d(0x98))/0x7)+parseInt(_0x1bf96d(0x7c))/0x8*(-parseInt(_0x1bf96d(0x112))/0x9)+parseInt(_0x1bf96d(0xe1))/0xa;if(_0x15f7dd===_0x5e6da5)break;else _0x54b617['push'](_0x54b617['shift']());}catch(_0x214aca){_0x54b617['push'](_0x54b617['shift']());}}}(_0x66b9,0x251e9));import{readFile,writeFile,mkdir}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{execSync}from'child_process';import _0x550f7e from'inquirer';import{createFeature,listFeatures,getFeature,updateFeature,getFeatureReport,getFeatureReportMarkdown,listFeatureSessions,startSession,concludeSession,createChecklistItem,getActionItems,getItemFeedback,softDeleteFeature,restoreFeature,updateChecklistItem}from'./utils/featureApi.js';import{getBrowserSessionSteps}from'./utils/browserSessionsApi.js';import{getApiBaseUrl}from'./utils/environment.js';import{getRangerDir}from'./utils/rangerRoot.js';import{registerSession}from'./utils/sessionCache.js';import{getEnvNames}from'./env.js';import{formatProfileRequiredMessage}from'./utils/profileMessages.js';import{listCloudProfiles}from'./utils/cloudProfile.js';const ACTIVE_FEATURE_FILE='active-feature.txt',bold=_0xd68cf4=>'\x1b[1m'+_0xd68cf4+'\x1b[0m';function getGitRepoUrl(){const _0x38da3d=_0x4550,_0x1b7670={'IGApt':function(_0xc5a0d7,_0x151b10,_0x4bc021){return _0xc5a0d7(_0x151b10,_0x4bc021);},'whDMJ':_0x38da3d(0xa9),'amRdm':_0x38da3d(0x12f),'TjmiM':'github.com/'};try{const _0x416019=_0x1b7670[_0x38da3d(0x101)](execSync,'git\x20remote\x20get-url\x20origin',{'encoding':_0x1b7670['whDMJ'],'stdio':[_0x1b7670['amRdm'],_0x1b7670['amRdm'],'pipe']})[_0x38da3d(0x12a)]();return _0x416019['replace'](/\.git$/,'')[_0x38da3d(0x108)](/^git@github\.com:/,_0x1b7670['TjmiM'])[_0x38da3d(0x108)](/^https?:\/\//,'');}catch{return undefined;}}function _0x4550(_0x39d8d3,_0x1ce76c){_0x39d8d3=_0x39d8d3-0x6c;const _0x66b999=_0x66b9();let _0x455010=_0x66b999[_0x39d8d3];return _0x455010;}function getGitBranch(){const _0x25dfcb=_0x4550,_0x51d481={'pYxuu':function(_0x2bc48f,_0x5a0da6,_0x56cf74){return _0x2bc48f(_0x5a0da6,_0x56cf74);},'NdrJi':'git\x20rev-parse\x20--abbrev-ref\x20HEAD','NtRBx':'utf-8','vnxxy':'pipe'};try{return _0x51d481['pYxuu'](execSync,_0x51d481[_0x25dfcb(0xcd)],{'encoding':_0x51d481[_0x25dfcb(0x124)],'stdio':[_0x25dfcb(0x12f),_0x51d481[_0x25dfcb(0xa7)],_0x51d481['vnxxy']]})[_0x25dfcb(0x12a)]();}catch{return undefined;}}export async function getActiveFeatureId(){const _0x4226ad={'kAOqD':function(_0x5a87ee,_0x24ba6d){return _0x5a87ee(_0x24ba6d);},'GAyBQ':function(_0x461dd8,_0x166f57,_0x5c36d3){return _0x461dd8(_0x166f57,_0x5c36d3);}},_0x3b1db2=join(getRangerDir(),ACTIVE_FEATURE_FILE);if(!_0x4226ad['kAOqD'](existsSync,_0x3b1db2))return null;try{const _0x5c9735=await _0x4226ad['GAyBQ'](readFile,_0x3b1db2,'utf-8');return _0x5c9735['trim']()||null;}catch{return null;}}async function setActiveFeatureId(_0x13bc01){const _0x321a3d=_0x4550,_0x5dd790={'jXLSN':function(_0x180149){return _0x180149();},'PMyLa':function(_0x244908,_0x12f6f4){return _0x244908(_0x12f6f4);},'wPgGH':function(_0x3d08a4,_0x541b0c,_0x4fba31){return _0x3d08a4(_0x541b0c,_0x4fba31);},'pMOJW':function(_0x50ba87,_0x34532c,_0x5d792a,_0x2dc6ea){return _0x50ba87(_0x34532c,_0x5d792a,_0x2dc6ea);}},_0x590571=_0x5dd790['jXLSN'](getRangerDir),_0x3e15d5=join(_0x590571,ACTIVE_FEATURE_FILE);!_0x5dd790['PMyLa'](existsSync,_0x590571)&&await _0x5dd790[_0x321a3d(0xfe)](mkdir,_0x590571,{'recursive':!![]}),await _0x5dd790['pMOJW'](writeFile,_0x3e15d5,_0x13bc01,_0x321a3d(0xa9));}function _0x66b9(){const _0x347bb3=['\x20\x20\x20ID:\x20','555710JstqPB','\x0aNo\x20feature\x20reviews\x20found.','location','\x20\x20Expected\x20flow:','screenshot','sessionId','any','iteration','\x20verified','No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.\x20Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review','NdrJi','1|4|0|2|3|5','\x20\x20\x20\x20\x20\x20Cancelled:\x20','checklistItems','json','authorEmail','in_progress','\x20\x20\x20▶️\x20Started\x20session\x20','\x20blocked','\x20>\x20','timing','wVnnc','blockedReason','incompleteReason','\x20\x20\x20\x20\x20📷\x20Screenshot:\x20','scenario','verification_in_progress','feedback-images','filter','wGIGy','10700270btWiTY','Scenario\x20','\x0a✅\x20Resumed\x20feature\x20review:\x20','\x0a❌\x20Invalid\x20scenario\x20number(s):\x20','NegAc','verifiedItems','repeat','\x20—\x20','zPTHU','XdWdX','tnkrT','\x0aCreating\x20feature\x20review...','NoOht','ZnZQL','\x20scenario(s).','aopal','\x20\x20\x20Branch:\x20','style','LHqMf','Multiple\x20feature\x20reviews\x20found.\x20Select\x20one:','\x20incomplete','latestReview','Current\x20session\x20not\x20found.','biAnR','write','\x0a🗑️\x20\x20Deleted\x20feature\x20review:\x20','\x0a❌\x20No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.','No\x20active\x20session\x20for\x20this\x20feature\x20review.','JaLFN','wPgGH','Unknown','exit','IGApt','screenshotUrls','XngjZ','BUwYO','soSKV','151230zabxvm','\x0a📁\x20Sessions\x20for\x20feature\x20review:\x20','replace','reports','pop','No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.','map','currentSessionId','domRef','Qepxl','CWYOj','...','5283HeDEjK','WRAsp','\x0aSearching\x20for\x20feature\x20reviews\x20matching:\x20','UVJXR',':\x20\x22','canonicalFlow','tHdkr','description','tsNaf','env','find','toFixed','zZGqw','toLocaleString','parentItemId','\x20(v','hetfZ','\x0aNo\x20matching\x20active\x20feature\x20reviews\x20found.','NtRBx','incomplete','version','xEtkD','145235iyiyDz','iyllo','trim','JZHgJ','QYSNN','isInteger','short','pipe','\x20\x20✅\x20No\x20feedback\x20to\x20address','selector','\x20at\x20[','hmtBk','items','includeDeleted','ExQoz','\x0aConcluding\x20session...','ready','status','cpgIq','blocked','CvujG','CoouP','lVbKI','length','\x20\x20\x20\x20\x20\x20Incomplete:\x20','BkPCZ','type','cEKFV','\x20\x20\x20Repository:\x20','3HgdjWy','tRKex','503960NDqtgP','\x20\x20\x20The\x20feature\x20review\x20is\x20now\x20ready\x20for\x20human\x20review\x20on\x20the\x20Ranger\x20dashboard.','\x20--current-branch','scenarios','\x0a✅\x20Feature\x20review\x20created:\x20','split','\x20\x20\x20Progress:\x20','\x0a\x20\x20\x20Scenarios:','pendingItems','mcvzS','list','\x20\x20\x20Created:\x20','\x20Session\x20','\x0a❌\x20Cannot\x20edit\x20scenario:\x20feature\x20review\x20has\x20an\x20active\x20review.','log','browserSessionId','12tBLKFV','\x0a✅\x20Scenario\x20added','dashboardUrl','storage','\x20\x20\x20\x20\x20📍\x20Annotation:\x20point\x20at\x20(','\x20\x20\x20Completed:\x20','GDenS','NknCz','hvNIL','1696CjkKSr','JwlZq','\x20\x20\x20Description:\x20','notes','unaddressedComments','/artifacts/','error','\x20\x20\x20\x20\x20📋\x20Selector:\x20','eNIcs','FkmIp','tQDrO','Spwzx','Cannot\x20add\x20scenario:\x20feature\x20review\x20has\x20an\x20active\x20review.\x20Please\x20finish\x20your\x20review\x20first:\x20','position','totalCount','selected','warn','fjuAu','Cannot\x20conclude\x20session\x20with\x20status:\x20','fQnJN','bINyg','aTeOh','completedAt','stdout','textContent','trimEnd','\x20scenarios.','spatial','749756PUvgjU','\x0a❌\x20No\x20scenarios\x20found\x20to\x20edit.','verified','\x0a⚠️\x20\x20','push','\x20unaddressed\x20reviewer\x20comment(s)\x20across\x20','incompleteItems','\x20\x20\x20Status:\x20','stats','\x20\x20\x20Updated\x20branch\x20to:\x20','assets','\x20\x20\x20','WgwXg','completed','\x0a📋\x20Feedback\x20for:\x20','vnxxy','createdAt','utf-8','limit','lRxYh','name','assetType','offset','closed','\x0a✅\x20Session\x20is\x20already\x20completed.','\x20in\x20progress','):\x20\x22','\x0aAvailable\x20scenarios:','toLocaleDateString','fsrZa','slice','WMoul','gitBranch','No\x20scenarios\x20found.','\x0a✅\x20Scenario\x20updated','canceledReason','prompt','HjFGS','join','Not\x20in\x20a\x20git\x20repository.','\x20—\x20no\x20comments','terminalReason'];_0x66b9=function(){return _0x347bb3;};return _0x66b9();}function getProgressDisplay(_0x238b34){const _0x303246=_0x4550,_0x5186dd={'OaWRI':function(_0x1d6958,_0x483fb7){return _0x1d6958+_0x483fb7;},'PGPXK':function(_0x40247e,_0x8ea22){return _0x40247e+_0x8ea22;},'DIWGb':function(_0x43ece1,_0x1926dd){return _0x43ece1===_0x1926dd;},'CoouP':function(_0x2c935a,_0x5cadad){return _0x2c935a*_0x5cadad;},'wrtYs':function(_0x3e264f,_0x29a5b2){return _0x3e264f/_0x29a5b2;},'zZGqw':function(_0x13e195,_0x2824bc){return _0x13e195+_0x2824bc;},'bfHti':function(_0x4e6030,_0x1c4832){return _0x4e6030>_0x1c4832;},'NUoRH':function(_0x1cd8d5,_0x281d58){return _0x1cd8d5>_0x281d58;},'GDenS':function(_0xf790c6,_0x50b14a){return _0xf790c6>_0x50b14a;}},_0x4fb7b4=_0x238b34[_0x303246(0xe6)]||0x0,_0x4a63d5=_0x238b34['verificationInProgressItems']||0x0,_0x5ae5b3=_0x238b34['blockedItems']||0x0,_0x2f7cf0=_0x238b34[_0x303246(0x9e)]||0x0,_0x56bcaf=_0x238b34[_0x303246(0x14f)]||0x0,_0x15b2e1=_0x5186dd['OaWRI'](_0x5186dd['PGPXK'](_0x4fb7b4+_0x4a63d5,_0x5ae5b3)+_0x2f7cf0,_0x56bcaf);if(_0x5186dd['DIWGb'](_0x15b2e1,0x0))return'-';const _0x3d8b22=0xa,_0x1f9bd4=Math['round'](_0x5186dd[_0x303246(0x13d)](_0x5186dd['wrtYs'](_0x4fb7b4,_0x15b2e1),_0x3d8b22)),_0x12d28d=_0x5186dd[_0x303246(0x11e)]('█'[_0x303246(0xe7)](_0x1f9bd4),'░'['repeat'](_0x3d8b22-_0x1f9bd4)),_0x2ea857=[];if(_0x5186dd['bfHti'](_0x5ae5b3,0x0))_0x2ea857['push'](_0x5ae5b3+_0x303246(0xd5));if(_0x5186dd['NUoRH'](_0x2f7cf0,0x0))_0x2ea857[_0x303246(0x9c)](_0x2f7cf0+_0x303246(0xf5));if(_0x5186dd['NUoRH'](_0x4a63d5,0x0))_0x2ea857['push'](_0x4a63d5+_0x303246(0xb1));const _0x4f63b4=_0x5186dd[_0x303246(0x79)](_0x2ea857['length'],0x0)?'\x20('+_0x2ea857['join'](',\x20')+')':'';return _0x12d28d+'\x20'+_0x4fb7b4+'/'+_0x15b2e1+_0x303246(0xcb)+_0x4f63b4;}function getCurrentSessionItems(_0x5a3d0e,_0xb32573){const _0x1fa754=_0x4550;if(!_0x5a3d0e[_0x1fa754(0x10d)])return _0xb32573[_0x1fa754(0xdf)](_0x2892a2=>!_0x2892a2[_0x1fa754(0xc8)]);return _0xb32573['filter'](_0x2ddd0=>_0x2ddd0['sessionId']===_0x5a3d0e[_0x1fa754(0x10d)]||!_0x2ddd0['sessionId']);}function displayFeature(_0x1da177,_0x2a69af){const _0xa6bda9=_0x4550,_0x5ca62b={'aopal':function(_0x229373,_0x46302a){return _0x229373>_0x46302a;},'qmaej':function(_0x114460,_0x17702f){return _0x114460===_0x17702f;},'eUIsn':'approved','bINyg':_0xa6bda9(0x9a),'XngjZ':function(_0x120ecb,_0x574d5b){return _0x120ecb===_0x574d5b;},'FkmIp':function(_0x40d273,_0x1a91f0){return _0x40d273===_0x1a91f0;},'oebME':_0xa6bda9(0xaf),'BkPCZ':'verification_in_progress','JsXjf':function(_0x523159,_0x2796f0){return _0x523159>_0x2796f0;},'tZgaL':function(_0x342f1c,_0x3b8214){return _0x342f1c!==_0x3b8214;},'ddtgh':function(_0x3c3390,_0x562894){return _0x3c3390+_0x562894;},'YjfxS':_0xa6bda9(0x125),'IlZWw':function(_0x18e50a,_0x5aee22){return _0x18e50a===_0x5aee22;}};console[_0xa6bda9(0x71)]('\x0a'+_0x1da177[_0xa6bda9(0xac)]+'\x20('+_0x1da177['dashboardUrl']+')');_0x1da177[_0xa6bda9(0xa0)]&&console[_0xa6bda9(0x71)]('\x20\x20\x20Progress:\x20'+getProgressDisplay(_0x1da177['stats']));_0x1da177['description']&&console[_0xa6bda9(0x71)](_0xa6bda9(0x7e)+_0x1da177['description']);_0x1da177['gitRepoUrl']&&console['log'](_0xa6bda9(0x144)+_0x1da177['gitRepoUrl']);_0x1da177['gitBranch']&&console['log'](_0xa6bda9(0xf1)+_0x1da177['gitBranch']);console['log'](_0xa6bda9(0x6e)+new Date(_0x1da177[_0xa6bda9(0xa8)])[_0xa6bda9(0x11f)]());_0x1da177['completedAt']&&console[_0xa6bda9(0x71)]('\x20\x20\x20Completed:\x20'+new Date(_0x1da177[_0xa6bda9(0x92)])['toLocaleString']());if(_0x2a69af&&_0x5ca62b[_0xa6bda9(0xf0)](_0x2a69af[_0xa6bda9(0x13f)],0x0)){console['log'](_0xa6bda9(0x14e));for(let _0x264334=0x0;_0x264334<_0x2a69af[_0xa6bda9(0x13f)];_0x264334++){const _0x28749c=_0x2a69af[_0x264334];let _0x1c070f;if(_0x5ca62b['qmaej'](_0x28749c[_0xa6bda9(0x139)],'closed')&&_0x28749c[_0xa6bda9(0xc1)]===_0x5ca62b['eUIsn'])_0x1c070f='✅';else{if(_0x28749c['status']===_0x5ca62b['bINyg'])_0x1c070f='🟢';else{if(_0x5ca62b[_0xa6bda9(0x103)](_0x28749c[_0xa6bda9(0x139)],'incomplete'))_0x1c070f='🟠';else{if(_0x28749c['status']===_0xa6bda9(0x13b))_0x1c070f='🛑';else{if(_0x5ca62b['FkmIp'](_0x28749c['status'],_0x5ca62b['oebME']))_0x1c070f='⛔';else _0x28749c['status']===_0x5ca62b[_0xa6bda9(0x141)]?_0x1c070f='⏳':_0x1c070f='⬜';}}}}const _0x2f3e49=_0x28749c['version']>0x1?_0xa6bda9(0x121)+_0x28749c['version']+')':'',_0x4576dd=_0x5ca62b['JsXjf'](_0x28749c[_0xa6bda9(0x126)],0x1)&&_0x28749c[_0xa6bda9(0x120)]&&_0x5ca62b['tZgaL'](_0x28749c[_0xa6bda9(0x139)],'closed')&&_0x28749c[_0xa6bda9(0x139)]!==_0x5ca62b[_0xa6bda9(0x90)]?'\x20[has\x20reviewer\x20feedback]':'';console['log'](_0xa6bda9(0xa3)+_0x5ca62b['ddtgh'](_0x264334,0x1)+'.\x20'+_0x1c070f+'\x20'+_0x28749c[_0xa6bda9(0x119)]+_0x2f3e49+_0x4576dd);_0x5ca62b[_0xa6bda9(0x85)](_0x28749c['status'],'blocked')&&_0x28749c['blockedReason']&&console['log']('\x20\x20\x20\x20\x20\x20Blocked:\x20'+_0x28749c[_0xa6bda9(0xd9)]);_0x5ca62b['XngjZ'](_0x28749c['status'],_0x5ca62b['YjfxS'])&&_0x28749c['incompleteReason']&&console[_0xa6bda9(0x71)](_0xa6bda9(0x140)+_0x28749c['incompleteReason']);if(_0x28749c[_0xa6bda9(0x139)]==='closed'&&_0x5ca62b['IlZWw'](_0x28749c['terminalReason'],_0x5ca62b['eUIsn']))console['log']('\x20\x20\x20\x20\x20\x20Approved');else _0x5ca62b[_0xa6bda9(0x85)](_0x28749c['status'],'closed')&&_0x28749c['canceledReason']&&console[_0xa6bda9(0x71)](_0xa6bda9(0xcf)+_0x28749c['canceledReason']);}}}export async function featureCreate(_0x1c135d,_0x2b0716){const _0x299324=_0x4550,_0x35f40a={'oDGED':function(_0x2a44c6){return _0x2a44c6();},'xEhWX':function(_0x48a2f0,_0xf3f374){return _0x48a2f0===_0xf3f374;},'sGzgu':function(_0x422416,_0x39d8d6){return _0x422416(_0x39d8d6);},'gmJql':function(_0xced8bd){return _0xced8bd();},'NegAc':function(_0x5d777c){return _0x5d777c();},'lVbKI':function(_0x2f1398,_0x53022a){return _0x2f1398(_0x53022a);},'KwnHH':function(_0x5bf146,_0x5eb948){return _0x5bf146(_0x5eb948);}},{envNames:_0x814ed5}=await _0x35f40a['oDGED'](getEnvNames);if(_0x35f40a['xEhWX'](_0x814ed5[_0x299324(0x13f)],0x0)&&!process['env']['RANGER_TEST_USERNAME']){let _0x3e31ca=0x0;try{_0x3e31ca=(await _0x35f40a['oDGED'](listCloudProfiles))[_0x299324(0x13f)];}catch{_0x3e31ca=0x1;}_0x3e31ca===0x0&&console[_0x299324(0x8c)]('\x0a'+_0x35f40a['sGzgu'](formatProfileRequiredMessage,_0x1ae27d=>bold(_0x1ae27d)));}const _0x3339f5=_0x2b0716[_0x299324(0x14a)]?_0x2b0716['scenarios'][_0x299324(0x10c)](_0xceb81c=>_0xceb81c[_0x299324(0x12a)]()):[],_0x35e44b=_0x35f40a['gmJql'](getGitRepoUrl),_0x5ce77b=_0x35f40a[_0x299324(0xe5)](getGitBranch);console['log'](_0x299324(0xec));const _0x353290=await _0x35f40a[_0x299324(0x13e)](createFeature,{'name':_0x1c135d,'description':_0x2b0716[_0x299324(0x119)],'checklist':_0x3339f5,'gitRepoUrl':_0x35e44b,'gitBranch':_0x5ce77b});await _0x35f40a['lVbKI'](setActiveFeatureId,_0x353290['id']),await _0x35f40a['KwnHH'](tryStartCurrentSession,_0x353290['id']);const _0x382715=process[_0x299324(0x11b)]['CLAUDE_SESSION_ID'];_0x382715&®isterSession(_0x382715,_0x353290['id']),console[_0x299324(0x71)](_0x299324(0x14b)+_0x353290['id']),displayFeature(_0x353290,_0x353290['checklistItems']),console['log']('\x0a➡️\x20\x20Set\x20as\x20active\x20feature\x20review');}export async function featureList(_0x393aaa){const _0x5e368b=_0x4550,_0x5c1e21={'xtTGf':_0x5e368b(0xc4),'JaLFN':function(_0x11ca80,_0x4c4c90){return _0x11ca80+_0x4c4c90;}},_0x34a0e1={'limit':_0x393aaa[_0x5e368b(0xaa)]??0xa,'offset':_0x393aaa['offset']??0x0,'includeDeleted':_0x393aaa[_0x5e368b(0x135)]};_0x393aaa['currentBranch']&&(_0x34a0e1['gitRepoUrl']=getGitRepoUrl(),_0x34a0e1[_0x5e368b(0xb8)]=getGitBranch());const _0xaf668=await listFeatures(_0x34a0e1);if(_0xaf668['items']['length']===0x0){console['log'](_0x5c1e21['xtTGf']);return;}const _0x39f254=_0xaf668[_0x5e368b(0x8a)]>_0xaf668[_0x5e368b(0x134)]['length']?'Showing\x20'+_0xaf668[_0x5e368b(0x134)][_0x5e368b(0x13f)]+'\x20of\x20'+_0xaf668['totalCount']:_0xaf668[_0x5e368b(0x8a)]+'\x20feature\x20review(s)\x20found';console['log']('\x0a'+_0x39f254+':\x0a');for(const _0xa02af9 of _0xaf668[_0x5e368b(0x134)]){console[_0x5e368b(0x71)](''+_0xa02af9['name']),console['log'](_0x5e368b(0xc2)+_0xa02af9['id']),_0xa02af9[_0x5e368b(0xa0)]&&console['log'](_0x5e368b(0x14d)+getProgressDisplay(_0xa02af9['stats'])),_0xa02af9[_0x5e368b(0xb8)]&&console['log']('\x20\x20\x20Branch:\x20'+_0xa02af9[_0x5e368b(0xb8)]),console[_0x5e368b(0x71)]('\x20\x20\x20Created:\x20'+new Date(_0xa02af9['createdAt'])['toLocaleDateString']()),console['log']('');}const _0x29340d=_0x34a0e1[_0x5e368b(0xaa)]??0xa,_0x55c88b=_0x5c1e21[_0x5e368b(0xfd)](_0x34a0e1[_0x5e368b(0xae)]??0x0,_0xaf668[_0x5e368b(0x134)][_0x5e368b(0x13f)]);if(_0x55c88b<_0xaf668['totalCount']){const _0x16ae16=_0x29340d!==0xa?'\x20--limit\x20'+_0x29340d:'',_0x1e4036=_0x393aaa['currentBranch']?_0x5e368b(0x149):'',_0x320718=_0x393aaa['includeDeleted']?'\x20--include-deleted':'';console['log']('Next\x20page:\x20ranger\x20list\x20--offset\x20'+_0x55c88b+_0x16ae16+_0x1e4036+_0x320718);}}export async function featureShow(_0x1a4064){const _0x312edb=_0x4550,_0x39c414={'WMoul':_0x312edb(0xcc)},_0x11f114=_0x1a4064||await getActiveFeatureId();if(!_0x11f114)throw new Error(_0x39c414[_0x312edb(0xb7)]);const _0x6b9315=await getFeature(_0x11f114);displayFeature(_0x6b9315,_0x6b9315[_0x312edb(0xd0)]);}export async function featureResume(_0x5679fc){const _0x2a76f5=_0x4550,_0x100aab={'XdWdX':function(_0x512de4){return _0x512de4();},'cpgIq':function(_0x55fe1,_0x50be69){return _0x55fe1!==_0x50be69;},'CWYOj':function(_0x4b2da4,_0x2bddec){return _0x4b2da4(_0x2bddec);},'sGzBw':function(_0x306cb0){return _0x306cb0();},'lTBvL':function(_0x4b9acf,_0xd31aa7){return _0x4b9acf&&_0xd31aa7;},'NmXKy':_0x2a76f5(0xbf),'vFTBj':function(_0x505535,_0x3a2332){return _0x505535||_0x3a2332;},'wVWGI':'any','Qepxl':function(_0x120623,_0x1f86ad){return _0x120623(_0x1f86ad);},'vfyQt':function(_0x2f62e8,_0x1b1bcb){return _0x2f62e8===_0x1b1bcb;},'pKqQJ':_0x2a76f5(0x123),'LmHDs':_0x2a76f5(0x8b),'hvNIL':_0x2a76f5(0xf4),'zPTHU':function(_0x11ae1e,_0x18c32e){return _0x11ae1e(_0x18c32e);},'tQDrO':function(_0x4c9629,_0x2e73ca,_0x11713c){return _0x4c9629(_0x2e73ca,_0x11713c);},'NknCz':function(_0x4036e7,_0xa2df29){return _0x4036e7(_0xa2df29);}};if(_0x5679fc){const _0x32eed3=await getFeature(_0x5679fc);await setActiveFeatureId(_0x32eed3['id']);const _0x47c04b=_0x100aab[_0x2a76f5(0xea)](getGitBranch);_0x47c04b&&_0x100aab[_0x2a76f5(0x13a)](_0x47c04b,_0x32eed3['gitBranch'])&&(await updateFeature(_0x32eed3['id'],{'gitBranch':_0x47c04b}),console[_0x2a76f5(0x71)]('\x20\x20\x20Updated\x20branch\x20to:\x20'+_0x47c04b));console['log'](_0x2a76f5(0xe3)+_0x32eed3['name']+'\x20('+_0x32eed3['id']+')'),await _0x100aab[_0x2a76f5(0x110)](tryStartCurrentSession,_0x32eed3['id']);const _0x3d45dd=process[_0x2a76f5(0x11b)]['CLAUDE_SESSION_ID'];_0x3d45dd&®isterSession(_0x3d45dd,_0x32eed3['id']);displayFeature(_0x32eed3,_0x32eed3[_0x2a76f5(0xd0)]),await _0x100aab[_0x2a76f5(0x110)](printFeedbackNudge,_0x32eed3['id']);return;}const _0x159056=getGitRepoUrl(),_0x5c4bfd=_0x100aab['sGzBw'](getGitBranch);if(_0x100aab['lTBvL'](!_0x159056,!_0x5c4bfd))throw new Error(_0x100aab['NmXKy']);console[_0x2a76f5(0x71)](_0x2a76f5(0x114)+(_0x159056||_0x2a76f5(0xc9))+'\x20/\x20'+_0x100aab['vFTBj'](_0x5c4bfd,_0x100aab['wVWGI'])+_0x2a76f5(0x111));const _0x4a9d61=await _0x100aab[_0x2a76f5(0x10f)](listFeatures,{'gitRepoUrl':_0x159056,'gitBranch':_0x5c4bfd}),_0x1d6ddb=_0x4a9d61['items'][_0x2a76f5(0xdf)](_0x3e5366=>_0x3e5366['status']?_0x3e5366[_0x2a76f5(0x139)]!==_0x2a76f5(0x9a):!_0x3e5366['completedAt']);if(_0x100aab['vfyQt'](_0x1d6ddb['length'],0x0)){console[_0x2a76f5(0x71)](_0x100aab['pKqQJ']),console['log']('Run:\x20ranger\x20create\x20\x22<name>\x22\x20to\x20create\x20a\x20new\x20feature\x20review');return;}let _0x8ef568;if(_0x1d6ddb[_0x2a76f5(0x13f)]===0x1)_0x8ef568=_0x1d6ddb[0x0];else{const _0x5dfc4b=process['stdin']['isTTY']&&process[_0x2a76f5(0x93)]['isTTY'];if(!_0x5dfc4b){console['log']('\x0aNon-interactive\x20mode\x20detected.\x20Multiple\x20feature\x20reviews\x20found:');for(const _0x3ffb67 of _0x1d6ddb){console[_0x2a76f5(0x71)]('\x20\x20'+_0x3ffb67[_0x2a76f5(0xac)]),console[_0x2a76f5(0x71)]('\x20\x20\x20\x20\x20ID:\x20'+_0x3ffb67['id']),_0x3ffb67['stats']&&console[_0x2a76f5(0x71)]('\x20\x20\x20\x20\x20Progress:\x20'+_0x100aab['Qepxl'](getProgressDisplay,_0x3ffb67[_0x2a76f5(0xa0)])),_0x3ffb67['gitBranch']&&console[_0x2a76f5(0x71)]('\x20\x20\x20\x20\x20Branch:\x20'+_0x3ffb67['gitBranch']);}throw new Error('Please\x20specify\x20the\x20feature\x20review\x20ID:\x20ranger\x20resume\x20<id>');}const {selected:_0x4315fb}=await _0x550f7e[_0x2a76f5(0xbc)]([{'type':_0x2a76f5(0x6d),'name':_0x100aab['LmHDs'],'message':_0x100aab[_0x2a76f5(0x7b)],'choices':_0x1d6ddb['map'](_0x212040=>({'name':_0x212040['name']+'\x20('+_0x212040['id']+')','value':_0x212040['id']}))}]);_0x8ef568=_0x1d6ddb[_0x2a76f5(0x11c)](_0x1d6d90=>_0x1d6d90['id']===_0x4315fb);}await _0x100aab[_0x2a76f5(0xe9)](setActiveFeatureId,_0x8ef568['id']);_0x5c4bfd&&_0x100aab[_0x2a76f5(0x13a)](_0x5c4bfd,_0x8ef568[_0x2a76f5(0xb8)])&&(await _0x100aab['tQDrO'](updateFeature,_0x8ef568['id'],{'gitBranch':_0x5c4bfd}),console[_0x2a76f5(0x71)](_0x2a76f5(0xa1)+_0x5c4bfd));console['log']('\x0a✅\x20Resumed\x20feature\x20review:\x20'+_0x8ef568['name']+'\x20('+_0x8ef568['id']+')'),await tryStartCurrentSession(_0x8ef568['id']);const _0x144515=await _0x100aab[_0x2a76f5(0x7a)](getFeature,_0x8ef568['id']),_0x1493d4=process['env']['CLAUDE_SESSION_ID'];_0x1493d4&®isterSession(_0x1493d4,_0x144515['id']),_0x100aab[_0x2a76f5(0x86)](displayFeature,_0x144515,_0x144515['checklistItems']),await _0x100aab[_0x2a76f5(0x7a)](printFeedbackNudge,_0x144515['id']);}async function printFeedbackNudge(_0x4da274){const _0x1ea4b9=_0x4550,_0x496491={'xYruA':function(_0x4a43fd,_0x13c204){return _0x4a43fd>_0x13c204;},'xEtkD':'\x20\x20\x20Run\x20`ranger\x20get-review`\x20to\x20see\x20what\x20needs\x20to\x20be\x20fixed.'};try{const {items:_0x2242a6}=await getActionItems(_0x4da274);let _0x12f8c5=0x0,_0xe5f2e3=0x0;for(const _0x89920e of _0x2242a6){const _0x39e8e2=await getItemFeedback(_0x4da274,_0x89920e['id']);_0x39e8e2[_0x1ea4b9(0x80)][_0x1ea4b9(0x13f)]>0x0&&(_0x12f8c5+=_0x39e8e2['unaddressedComments'][_0x1ea4b9(0x13f)],_0xe5f2e3++);}_0x496491['xYruA'](_0x12f8c5,0x0)&&(console[_0x1ea4b9(0x71)](_0x1ea4b9(0x9b)+_0x12f8c5+_0x1ea4b9(0x9d)+_0xe5f2e3+_0x1ea4b9(0xef)),console['log'](_0x496491[_0x1ea4b9(0x127)]));}catch{}}async function tryStartCurrentSession(_0xb29cac){const _0x147c40=_0x4550,_0x4bebff={'KxioH':function(_0x2d6a0b,_0x149994){return _0x2d6a0b(_0x149994);}};try{const {sessions:_0x38f37e}=await _0x4bebff['KxioH'](listFeatureSessions,_0xb29cac),_0x200eda=_0x38f37e['find'](_0x281278=>_0x281278['status']===_0x147c40(0x138));_0x200eda&&(await startSession(_0xb29cac,_0x200eda['id']),console['log'](_0x147c40(0xd4)+_0x200eda['iteration']));}catch{}}export async function featureReport(_0xbaa47a,_0x495bb5){const _0x35dc29=_0x4550,_0x1f6759={'bYYtw':function(_0x20a4fe){return _0x20a4fe();},'lZqvI':function(_0x81d11c){return _0x81d11c();},'cuEYp':_0x35dc29(0x109),'wrvgf':'utf-8'},_0xacdff7=_0xbaa47a||await _0x1f6759['bYYtw'](getActiveFeatureId);if(!_0xacdff7)throw new Error(_0x35dc29(0x10b));console['log']('\x0aGenerating\x20report...');const _0x599ee6=await getFeatureReportMarkdown(_0xacdff7,{'style':_0x495bb5[_0x35dc29(0xf2)]}),_0x458148=_0x495bb5['output']||join(_0x1f6759['lZqvI'](getRangerDir),_0x1f6759['cuEYp'],_0xacdff7+'.md'),_0x4fbda1=join(_0x458148,'..');!existsSync(_0x4fbda1)&&await mkdir(_0x4fbda1,{'recursive':!![]}),await writeFile(_0x458148,_0x599ee6,_0x1f6759['wrvgf']),console['log']('\x0a✅\x20Report\x20generated:\x20'+_0x458148);}function getScenarioResult(_0x348e38){const _0x364a84=_0x4550,_0x448e1b={'PheYv':function(_0x47cd55,_0x3225a8){return _0x47cd55===_0x3225a8;},'wmuam':function(_0x381b75,_0x1684d5){return _0x381b75===_0x1684d5;}};if(_0x448e1b['PheYv'](_0x348e38[_0x364a84(0x139)],_0x364a84(0xaf)))return _0x348e38[_0x364a84(0xc1)]??_0x364a84(0xaf);if(_0x448e1b['wmuam'](_0x348e38[_0x364a84(0x139)],_0x364a84(0xdd)))return _0x364a84(0xd3);return _0x348e38[_0x364a84(0x139)];}function getScenarioRationale(_0x3bf43b,_0x24e75c){const _0x3342b8=_0x4550,_0x3e6abb={'BUwYO':_0x3342b8(0xce)},_0x1d2a3c=_0x3e6abb[_0x3342b8(0x104)]['split']('|');let _0xaea018=0x0;while(!![]){switch(_0x1d2a3c[_0xaea018++]){case'0':if(_0x3bf43b['incompleteReason'])return _0x3bf43b[_0x3342b8(0xda)];continue;case'1':if(_0x24e75c)return _0x24e75c;continue;case'2':if(_0x3bf43b['canceledReason'])return _0x3bf43b[_0x3342b8(0xbb)];continue;case'3':if(_0x3bf43b['notes'])return _0x3bf43b[_0x3342b8(0x7f)];continue;case'4':if(_0x3bf43b[_0x3342b8(0xd9)])return _0x3bf43b['blockedReason'];continue;case'5':return null;}break;}}export async function featureReportPrDescription(_0x3358dc,_0x2322d4){const _0x1550e3=_0x4550,_0x3c3558={'WzJKM':_0x1550e3(0x10b),'tnkrT':function(_0x132dba,_0x501ae5,_0x2a1b40){return _0x132dba(_0x501ae5,_0x2a1b40);},'FDwMJ':function(_0x473706,_0x57b37c){return _0x473706===_0x57b37c;},'aTeOh':function(_0x3c97a6,_0x12f9d9){return _0x3c97a6>_0x12f9d9;},'xrFld':'\x0aAvailable\x20scenarios:','ckEwF':function(_0x4c82c8,_0xf33925){return _0x4c82c8<_0xf33925;},'HjFGS':function(_0x2788a5,_0x25d55b,_0x2779d7,_0x185e89){return _0x2788a5(_0x25d55b,_0x2779d7,_0x185e89);},'JZHgJ':function(_0x282c7f,_0x1196cd,_0x2737c5){return _0x282c7f(_0x1196cd,_0x2737c5);}},_0x17c16f=_0x3358dc||await getActiveFeatureId();if(!_0x17c16f)throw new Error(_0x3c3558['WzJKM']);const _0x44779f=await getFeature(_0x17c16f),_0x5c9d02=_0x44779f[_0x1550e3(0xd0)]||[],_0x1f127a=_0x3c3558[_0x1550e3(0xeb)](getCurrentSessionItems,_0x44779f,_0x5c9d02);_0x3c3558['FDwMJ'](_0x1f127a[_0x1550e3(0x13f)],0x0)&&(console['error']('\x0a❌\x20No\x20scenarios\x20found\x20to\x20include.'),process['exit'](0x1));const _0x4fb2ca=_0x2322d4['excludeScenarios']??[],_0x26ff72=_0x4fb2ca[_0x1550e3(0xdf)](_0x121c1f=>!Number[_0x1550e3(0x12d)](_0x121c1f)||_0x121c1f<0x1||_0x121c1f>_0x1f127a['length']);if(_0x3c3558[_0x1550e3(0x91)](_0x26ff72[_0x1550e3(0x13f)],0x0)){console['error'](_0x1550e3(0xe4)+_0x26ff72['join'](',\x20')),console[_0x1550e3(0x71)](_0x3c3558['xrFld']);for(let _0x5ed8d3=0x0;_0x3c3558['ckEwF'](_0x5ed8d3,_0x1f127a[_0x1550e3(0x13f)]);_0x5ed8d3++){console['log']('\x20\x20'+(_0x5ed8d3+0x1)+'.\x20'+_0x1f127a[_0x5ed8d3][_0x1550e3(0x119)]);}process['exit'](0x1);}const _0x3a1d68=new Set(_0x4fb2ca[_0x1550e3(0x10c)](_0x2cb183=>_0x2cb183-0x1)),_0x4ef97f=_0x1f127a[_0x1550e3(0xdf)]((_0x45232b,_0x50cef9)=>!_0x3a1d68['has'](_0x50cef9));_0x4ef97f[_0x1550e3(0x13f)]===0x0&&(console['error']('\x0a❌\x20All\x20scenarios\x20were\x20excluded.'),process[_0x1550e3(0x100)](0x1));if(_0x2322d4[_0x1550e3(0xd1)])await _0x3c3558[_0x1550e3(0xbd)](outputJsonReport,_0x17c16f,_0x44779f,_0x4ef97f);else{const _0x1c5d97=await _0x3c3558[_0x1550e3(0x12b)](getFeatureReportMarkdown,_0x17c16f,{'itemIds':_0x4ef97f[_0x1550e3(0x10c)](_0x133f7a=>_0x133f7a['id'])});process['stdout'][_0x1550e3(0xf9)](_0x1c5d97[_0x1550e3(0x95)]()+'\x0a');}}async function outputJsonReport(_0x39f3be,_0x3194ae,_0x4dcd08){const _0x3a661b=_0x4550,_0xe5aa88={'fjuAu':function(_0x9d224d,_0x12553d){return _0x9d224d(_0x12553d);},'LHqMf':function(_0xde39b0,_0x4dec84){return _0xde39b0===_0x4dec84;},'Bivdb':function(_0x5b427b,_0x3d5341,_0x2c9038){return _0x5b427b(_0x3d5341,_0x2c9038);},'cASNs':function(_0x1cb7b8,_0x46846f){return _0x1cb7b8(_0x46846f);}},_0x3c2b69=getApiBaseUrl(),_0x381b5b=await _0xe5aa88['cASNs'](getFeatureReport,_0x39f3be),_0x7d4b66=new Map(_0x381b5b['checklistItems']['map'](_0x2b4b62=>[_0x2b4b62['id'],_0x2b4b62])),_0x3b9f2a=await Promise['all'](_0x4dcd08[_0x3a661b(0x10c)](async _0x48cbb5=>{const _0x28d802=_0x3a661b,_0x451e4e=_0x7d4b66['get'](_0x48cbb5['id']),_0x3d8d60=_0x451e4e?.['linkedSession']??null;let _0x3962fa=[];if(_0x48cbb5[_0x28d802(0x72)])try{const {steps:_0x1ce6d1}=await _0xe5aa88[_0x28d802(0x8d)](getBrowserSessionSteps,_0x48cbb5[_0x28d802(0x72)]);_0x1ce6d1['length']>0x0&&(_0x3962fa=_0x1ce6d1['map'](_0x208d1c=>{const _0x15407e=_0x28d802,_0x5082b8=_0x208d1c[_0x15407e(0xa2)]['find'](_0x185f0c=>_0x185f0c[_0x15407e(0xad)]===_0x15407e(0xc7)&&_0x185f0c[_0x15407e(0xd7)]==='after')??_0x208d1c[_0x15407e(0xa2)][_0x15407e(0x11c)](_0x26de4a=>_0x26de4a[_0x15407e(0xad)]==='screenshot');let _0x10d845=null,_0x3026f7=null;if(_0x5082b8){const _0x5b3b52=_0x5082b8[_0x15407e(0x76)][_0x15407e(0xc5)]['split']('/')['pop']();_0x10d845=_0x3c2b69+'/api/v1/mcp/browser-sessions/'+_0x48cbb5['browserSessionId']+_0x15407e(0x81)+_0x5b3b52,_0x5b3b52&&(_0x3026f7=_0x5b3b52['replace'](/\.\w+$/,'')[_0x15407e(0x108)](/^(key_)?\d+_/,'')['replace'](/[-_]/g,'\x20'));}return{'description':_0x3026f7||_0x208d1c['description']||_0x208d1c['stepName']||'Step\x20'+_0x208d1c[_0x15407e(0x89)],'screenshot':_0x10d845,'is_key_step':_0x208d1c['isKeyStep']};}));}catch{}return _0xe5aa88[_0x28d802(0xf3)](_0x3962fa[_0x28d802(0x13f)],0x0)&&_0x3d8d60?.['screenshotUrls']&&(_0x3962fa=_0x3d8d60[_0x28d802(0x102)]['map']((_0x2975c4,_0x480553)=>({'description':'Screenshot\x20'+(_0x480553+0x1),'screenshot':_0x2975c4,'is_key_step':![]}))),{'description':_0x48cbb5[_0x28d802(0x119)],'result':getScenarioResult(_0x48cbb5),'rationale':_0xe5aa88['Bivdb'](getScenarioRationale,_0x48cbb5,_0x3d8d60?.['agentResponse']),'steps':_0x3962fa};})),_0x23d60b={'url':_0x3194ae[_0x3a661b(0x75)],'scenarios':_0x3b9f2a};process[_0x3a661b(0x93)]['write'](JSON['stringify'](_0x23d60b,null,0x2)+'\x0a');}export async function featureConcludeSession(_0x3fd1d6){const _0x330cb3=_0x4550,_0x6191dc={'QYSNN':_0x330cb3(0xcc),'MNhWE':_0x330cb3(0xfc),'ClnQD':function(_0x3230a3,_0x16001c){return _0x3230a3(_0x16001c);},'tsNaf':_0x330cb3(0xf7),'WgwXg':function(_0xcaf140,_0x104850){return _0xcaf140===_0x104850;},'UVJXR':_0x330cb3(0xd3),'soSKV':_0x330cb3(0x137)},_0x2d5df6=_0x3fd1d6||await getActiveFeatureId();if(!_0x2d5df6)throw new Error(_0x6191dc[_0x330cb3(0x12c)]);const _0x560b71=await getFeature(_0x2d5df6);if(!_0x560b71[_0x330cb3(0x10d)])throw new Error(_0x6191dc['MNhWE']);const {sessions:_0x2beea4}=await _0x6191dc['ClnQD'](listFeatureSessions,_0x2d5df6),_0x118802=_0x2beea4[_0x330cb3(0x11c)](_0x174138=>_0x174138['id']===_0x560b71[_0x330cb3(0x10d)]);if(!_0x118802)throw new Error(_0x6191dc[_0x330cb3(0x11a)]);if(_0x6191dc[_0x330cb3(0xa4)](_0x118802['status'],'completed')){console['log'](_0x330cb3(0xb0));return;}if(_0x118802['status']!==_0x6191dc[_0x330cb3(0x115)])throw new Error(_0x330cb3(0x8e)+_0x118802[_0x330cb3(0x139)]);console[_0x330cb3(0x71)](_0x6191dc[_0x330cb3(0x105)]),await concludeSession(_0x2d5df6,_0x560b71['currentSessionId']),console['log']('\x0a✅\x20Session\x20'+_0x118802[_0x330cb3(0xca)]+'\x20concluded.'),console['log'](_0x330cb3(0x148));}export async function featureSessions(_0x2af00d){const _0x3fa1ad=_0x4550,_0x5c680a={'TcwEJ':function(_0x1409b8){return _0x1409b8();},'iyllo':function(_0x199bb8,_0x3eb632){return _0x199bb8(_0x3eb632);},'skdAg':function(_0x26ff34,_0x3ef322){return _0x26ff34(_0x3ef322);},'NoOht':function(_0x499e7e,_0x21c359){return _0x499e7e===_0x21c359;},'mcvzS':function(_0x9acd67,_0x1876d1){return _0x9acd67===_0x1876d1;},'tHdkr':'in_progress'},_0x253884=_0x2af00d||await _0x5c680a['TcwEJ'](getActiveFeatureId);if(!_0x253884)throw new Error('No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.');const _0x39d353=await _0x5c680a[_0x3fa1ad(0x129)](getFeature,_0x253884);console[_0x3fa1ad(0x71)](_0x3fa1ad(0x107)+_0x39d353[_0x3fa1ad(0xac)]+'\x0a');const {sessions:_0x14805f}=await _0x5c680a['skdAg'](listFeatureSessions,_0x253884);if(_0x5c680a[_0x3fa1ad(0xed)](_0x14805f['length'],0x0)){console['log']('No\x20sessions\x20found.');return;}for(const _0x2d359b of _0x14805f){const _0x12609a=_0x2d359b[_0x3fa1ad(0x139)]===_0x3fa1ad(0xa5)?'✅':_0x5c680a[_0x3fa1ad(0x6c)](_0x2d359b['status'],_0x5c680a[_0x3fa1ad(0x118)])?'🔄':'▶️';console[_0x3fa1ad(0x71)](_0x12609a+_0x3fa1ad(0x6f)+_0x2d359b['iteration']+'\x20('+_0x2d359b['id']+')'),console[_0x3fa1ad(0x71)](_0x3fa1ad(0x9f)+_0x2d359b['status']),console['log'](_0x3fa1ad(0x6e)+new Date(_0x2d359b[_0x3fa1ad(0xa8)])[_0x3fa1ad(0x11f)]()),_0x2d359b[_0x3fa1ad(0x92)]&&console[_0x3fa1ad(0x71)](_0x3fa1ad(0x78)+new Date(_0x2d359b[_0x3fa1ad(0x92)])[_0x3fa1ad(0x11f)]()),console[_0x3fa1ad(0x71)]('');}}export async function featureAddScenario(_0x58f177,_0x4a8084){const _0x34c369=_0x4550,_0x27caf1={'eQCzl':'No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.\x20Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review'},_0x8b10ad=_0x4a8084||await getActiveFeatureId();if(!_0x8b10ad)throw new Error(_0x27caf1['eQCzl']);const _0x51ccc7=await getFeature(_0x8b10ad);if(_0x51ccc7['latestReview']&&!_0x51ccc7['latestReview']['submittedAt'])throw new Error(_0x34c369(0x88)+_0x51ccc7['dashboardUrl']);await createChecklistItem(_0x8b10ad,_0x58f177);const _0x3200b7=await getFeature(_0x8b10ad);console[_0x34c369(0x71)](_0x34c369(0x74)),displayFeature(_0x3200b7,_0x3200b7['checklistItems']);}export async function featureEditScenario(_0x4bf6ca,_0x5e6879){const _0x117ed1=_0x4550,_0x1f0d00={'ZibLl':_0x117ed1(0x70),'WRAsp':function(_0x3395c9,_0x453e11){return _0x3395c9===_0x453e11;},'wGIGy':function(_0x44c3c1,_0x6ef4ae){return _0x44c3c1<_0x6ef4ae;},'biAnR':function(_0x3b5f97,_0x1f4cbd){return _0x3b5f97>=_0x1f4cbd;},'tRKex':'\x0aAvailable\x20scenarios:','AvgMk':function(_0x3485ea,_0x3e2381){return _0x3485ea<_0x3e2381;},'wVnnc':function(_0x3bf2aa,_0x487257){return _0x3bf2aa+_0x487257;},'Spwzx':function(_0xa72f9c,_0x5c748e,_0x240957,_0x3db005){return _0xa72f9c(_0x5c748e,_0x240957,_0x3db005);},'bNejK':function(_0x57e73b,_0x55ecd4){return _0x57e73b(_0x55ecd4);}},_0x5ee143=_0x5e6879['id']||await getActiveFeatureId();!_0x5ee143&&(console['error'](_0x117ed1(0xfb)),console['error']('Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review'),process[_0x117ed1(0x100)](0x1));const _0x20fdb9=await getFeature(_0x5ee143);_0x20fdb9[_0x117ed1(0xf6)]&&!_0x20fdb9['latestReview']['submittedAt']&&(console['error'](_0x1f0d00['ZibLl']),console[_0x117ed1(0x82)]('Please\x20finish\x20your\x20review\x20first:'),console[_0x117ed1(0x82)]('\x20\x20'+_0x20fdb9[_0x117ed1(0x75)]),process[_0x117ed1(0x100)](0x1));const _0x1034d8=_0x20fdb9[_0x117ed1(0xd0)]||[];_0x1034d8[_0x117ed1(0x13f)]===0x0&&(console[_0x117ed1(0x82)](_0x117ed1(0x99)),process[_0x117ed1(0x100)](0x1));if(_0x1f0d00[_0x117ed1(0x113)](_0x5e6879[_0x117ed1(0xdc)],undefined)){console[_0x117ed1(0x82)]('\x0a❌\x20No\x20scenario\x20number\x20provided.\x20Use\x20--scenario\x20<number>.'),console[_0x117ed1(0x71)](_0x117ed1(0xb3));for(let _0x1bfbca=0x0;_0x1f0d00[_0x117ed1(0xe0)](_0x1bfbca,_0x1034d8['length']);_0x1bfbca++){console['log']('\x20\x20'+(_0x1bfbca+0x1)+'.\x20'+_0x1034d8[_0x1bfbca]['description']);}process['exit'](0x1);}const _0x2f3149=_0x5e6879['scenario']-0x1;if(_0x1f0d00[_0x117ed1(0xe0)](_0x2f3149,0x0)||_0x1f0d00[_0x117ed1(0xf8)](_0x2f3149,_0x1034d8['length'])){console['error']('\x0a❌\x20Invalid\x20scenario\x20index:\x20'+_0x5e6879[_0x117ed1(0xdc)]+'.\x20Feature\x20review\x20has\x20'+_0x1034d8['length']+_0x117ed1(0x96)),console[_0x117ed1(0x71)](_0x1f0d00[_0x117ed1(0x146)]);for(let _0x19e861=0x0;_0x1f0d00['AvgMk'](_0x19e861,_0x1034d8[_0x117ed1(0x13f)]);_0x19e861++){console[_0x117ed1(0x71)]('\x20\x20'+_0x1f0d00[_0x117ed1(0xd8)](_0x19e861,0x1)+'.\x20'+_0x1034d8[_0x19e861][_0x117ed1(0x119)]);}process['exit'](0x1);}const _0x7022c7=_0x1034d8[_0x2f3149];await _0x1f0d00[_0x117ed1(0x87)](updateChecklistItem,_0x5ee143,_0x7022c7['id'],{'description':_0x4bf6ca});const _0xecdee8=await _0x1f0d00['bNejK'](getFeature,_0x5ee143);console[_0x117ed1(0x71)](_0x117ed1(0xba)),displayFeature(_0xecdee8,_0xecdee8['checklistItems']);}async function downloadFeedbackImage(_0x380e40,_0x5b404b){const _0x3c1ee2=_0x4550,_0x2a332f={'ZnZQL':function(_0x104310,_0x2150ea,_0x1aabf9){return _0x104310(_0x2150ea,_0x1aabf9);},'CckYa':function(_0x39429b,_0x13eba4){return _0x39429b(_0x13eba4);},'eNIcs':function(_0x269c00,_0x2faff5,_0x3c6a95){return _0x269c00(_0x2faff5,_0x3c6a95);}};try{const _0x37471c=_0x2a332f[_0x3c1ee2(0xee)](join,getRangerDir(),_0x3c1ee2(0xde));await mkdir(_0x37471c,{'recursive':!![]});const _0x33ff95=join(_0x37471c,'comment_'+_0x5b404b+'.png'),_0x5467fe=await _0x2a332f['CckYa'](fetch,_0x380e40);if(!_0x5467fe['ok'])return null;const _0x9059c0=Buffer['from'](await _0x5467fe['arrayBuffer']());return await _0x2a332f[_0x3c1ee2(0x84)](writeFile,_0x33ff95,_0x9059c0),_0x33ff95;}catch{return null;}}export async function featureGetReview(_0x549fb3){const _0x41f10f=_0x4550,_0x26af10={'ViETi':function(_0x4543de){return _0x4543de();},'CvujG':_0x41f10f(0xcc),'yGghw':function(_0x3884ec,_0x3f4c03){return _0x3884ec(_0x3f4c03);},'QbmwW':function(_0xe2c11d,_0x16f9fe){return _0xe2c11d===_0x16f9fe;},'fsrZa':_0x41f10f(0xb9),'ALGXw':function(_0x5a73f1,_0x379740,_0x579f53){return _0x5a73f1(_0x379740,_0x579f53);},'cEKFV':function(_0x25420a,_0x557460){return _0x25420a>_0x557460;},'hmtBk':_0x41f10f(0x12e),'lIViL':'numeric','TGynT':_0x41f10f(0xff),'fQnJN':'point','jpygp':function(_0x3b0c50,_0x49f9ab){return _0x3b0c50>=_0x49f9ab;}},_0x2488dd=_0x549fb3||await _0x26af10['ViETi'](getActiveFeatureId);if(!_0x2488dd)throw new Error(_0x26af10[_0x41f10f(0x13c)]);const _0x4b884a=await _0x26af10['yGghw'](getFeature,_0x2488dd),{items:_0x29b1a7}=await _0x26af10['yGghw'](getActionItems,_0x2488dd);console[_0x41f10f(0x71)](_0x41f10f(0xa6)+_0x4b884a['name']+'\x20('+_0x4b884a['id']+')\x0a');if(_0x26af10['QbmwW'](_0x29b1a7[_0x41f10f(0x13f)],0x0)){console['log'](_0x26af10[_0x41f10f(0xb5)]);return;}for(let _0x1853b5=0x0;_0x1853b5<_0x29b1a7[_0x41f10f(0x13f)];_0x1853b5++){const _0x56f550=_0x29b1a7[_0x1853b5],_0x50e6ac=_0x56f550[_0x41f10f(0x126)]>0x1?_0x41f10f(0x121)+_0x56f550[_0x41f10f(0x126)]+')':'',_0x407897=await _0x26af10['ALGXw'](getItemFeedback,_0x2488dd,_0x56f550['id']);if(_0x26af10[_0x41f10f(0x143)](_0x407897[_0x41f10f(0x80)]['length'],0x0)){console['log'](_0x41f10f(0xe2)+(_0x1853b5+0x1)+_0x41f10f(0x116)+_0x56f550[_0x41f10f(0x119)]+'\x22'+_0x50e6ac+_0x41f10f(0xe8)+_0x407897['unaddressedComments'][_0x41f10f(0x13f)]+'\x20unaddressed\x20comment(s)');for(const _0x35a782 of _0x407897['unaddressedComments']){const _0x47e0af=new Date(_0x35a782['createdAt'])[_0x41f10f(0xb4)]('en-US',{'month':_0x26af10[_0x41f10f(0x133)],'day':_0x26af10['lIViL']}),_0x516bed=_0x35a782['authorName']||_0x35a782[_0x41f10f(0xd2)]||_0x26af10['TGynT'];console[_0x41f10f(0x71)]('\x20\x20💬\x20'+_0x516bed+'\x20('+_0x47e0af+_0x41f10f(0xb2)+_0x35a782['content']+'\x22');if(_0x35a782['assetUrl']){const _0x16e4cd=await downloadFeedbackImage(_0x35a782['assetUrl'],_0x35a782['id']);_0x16e4cd&&console[_0x41f10f(0x71)](_0x41f10f(0xdb)+_0x16e4cd);}if(_0x35a782['domRef']){const _0x182e2a=_0x35a782['domRef'][_0x41f10f(0x131)]['split'](_0x41f10f(0xd6))[_0x41f10f(0x10a)]()?.[_0x41f10f(0x14c)](':')[0x0]||'element',_0x14c168=_0x35a782[_0x41f10f(0x10e)][_0x41f10f(0x94)]?'\x20\x22'+_0x35a782[_0x41f10f(0x10e)]['textContent'][_0x41f10f(0xb6)](0x0,0x3c)+'\x22':'';console['log']('\x20\x20\x20\x20\x20🎯\x20Element:\x20<'+_0x182e2a+'>'+_0x14c168),console[_0x41f10f(0x71)](_0x41f10f(0x83)+_0x35a782[_0x41f10f(0x10e)][_0x41f10f(0x131)]);}else{if(_0x35a782[_0x41f10f(0x97)]){const _0x4120a2=_0x35a782['spatial']['coordinates'];_0x35a782[_0x41f10f(0x97)][_0x41f10f(0x142)]===_0x26af10[_0x41f10f(0x8f)]&&_0x26af10['jpygp'](_0x4120a2['length'],0x2)?console['log'](_0x41f10f(0x77)+_0x4120a2[0x0][_0x41f10f(0x11d)](0x2)+',\x20'+_0x4120a2[0x1][_0x41f10f(0x11d)](0x2)+')'):console[_0x41f10f(0x71)]('\x20\x20\x20\x20\x20📍\x20Annotation:\x20'+_0x35a782['spatial']['type']+_0x41f10f(0x132)+_0x4120a2['map'](_0x20232d=>_0x20232d[_0x41f10f(0x11d)](0x2))[_0x41f10f(0xbe)](',\x20')+']');}}}if(_0x407897[_0x41f10f(0x117)]){console['log'](_0x41f10f(0xc6));for(const _0x363848 of _0x407897['canonicalFlow']['split']('\x0a')){console['log']('\x20\x20\x20\x20'+_0x363848);}}}else console['log']('Scenario\x20'+(_0x1853b5+0x1)+':\x20\x22'+_0x56f550[_0x41f10f(0x119)]+'\x22'+_0x50e6ac+_0x41f10f(0xc0)),console[_0x41f10f(0x71)](_0x41f10f(0x130));console['log']('');}}export async function featureDelete(_0x3bd2b5){const _0x4036aa=_0x4550,_0x52475f={'tUshJ':function(_0x13122e){return _0x13122e();},'hetfZ':'No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.\x20Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review','lRxYh':function(_0x454152,_0x4d6c6a){return _0x454152(_0x4d6c6a);}},_0x22f733=_0x3bd2b5||await _0x52475f['tUshJ'](getActiveFeatureId);if(!_0x22f733)throw new Error(_0x52475f[_0x4036aa(0x122)]);const _0x1e4718=await _0x52475f[_0x4036aa(0xab)](getFeature,_0x22f733);await softDeleteFeature(_0x22f733),console['log'](_0x4036aa(0xfa)+_0x1e4718[_0x4036aa(0xac)]+'\x20('+_0x22f733+')'),console[_0x4036aa(0x71)]('\x20\x20\x20To\x20restore\x20it,\x20run:\x20ranger\x20restore\x20'+_0x22f733);}export async function featureRestore(_0x3c4032){const _0x4ed1fc=_0x4550,_0x588c16={'LvhIf':function(_0x27fb85,_0x2bf451){return _0x27fb85(_0x2bf451);},'JwlZq':function(_0x3ec475,_0x21e3a0){return _0x3ec475(_0x21e3a0);},'ExQoz':function(_0x38b191,_0x41ff82,_0x221828){return _0x38b191(_0x41ff82,_0x221828);}};await _0x588c16['LvhIf'](restoreFeature,_0x3c4032);const _0x1b67c0=await _0x588c16[_0x4ed1fc(0x7d)](getFeature,_0x3c4032);console['log']('\x0a✅\x20Restored\x20feature\x20review:\x20'+_0x1b67c0[_0x4ed1fc(0xac)]+'\x20('+_0x3c4032+')'),_0x588c16[_0x4ed1fc(0x136)](displayFeature,_0x1b67c0,_0x1b67c0[_0x4ed1fc(0xd0)]);}
|
|
1
|
+
const _0x2f2042=_0x6a14;(function(_0xc4e5eb,_0x22a47d){const _0x592e61=_0x6a14,_0x40b25c=_0xc4e5eb();while(!![]){try{const _0x460202=-parseInt(_0x592e61(0x1da))/0x1+parseInt(_0x592e61(0x246))/0x2+-parseInt(_0x592e61(0x1c6))/0x3*(-parseInt(_0x592e61(0x21b))/0x4)+parseInt(_0x592e61(0x1e1))/0x5*(parseInt(_0x592e61(0x1ca))/0x6)+-parseInt(_0x592e61(0x22e))/0x7+parseInt(_0x592e61(0x25d))/0x8*(-parseInt(_0x592e61(0x22b))/0x9)+parseInt(_0x592e61(0x29e))/0xa;if(_0x460202===_0x22a47d)break;else _0x40b25c['push'](_0x40b25c['shift']());}catch(_0x52babf){_0x40b25c['push'](_0x40b25c['shift']());}}}(_0x40fd,0xe41fa));import{readFile,writeFile,mkdir}from'fs/promises';import{join}from'path';import{existsSync}from'fs';import{execSync}from'child_process';import _0x37234b from'inquirer';import{createFeature,listFeatures,getFeature,updateFeature,getFeatureReport,getFeatureReportMarkdown,listFeatureSessions,startSession,concludeSession,createChecklistItem,getActionItems,getItemFeedback,softDeleteFeature,restoreFeature,updateChecklistItem}from'./utils/featureApi.js';import{getBrowserSessionSteps}from'./utils/browserSessionsApi.js';import{getApiBaseUrl}from'./utils/environment.js';import{getRangerDir}from'./utils/rangerRoot.js';import{registerSession}from'./utils/sessionCache.js';import{getEnvNames}from'./env.js';import{formatProfileRequiredMessage}from'./utils/profileMessages.js';import{listCloudProfiles}from'./utils/cloudProfile.js';const ACTIVE_FEATURE_FILE=_0x2f2042(0x1f0),bold=_0x3ec16a=>'\x1b[1m'+_0x3ec16a+'\x1b[0m';function getGitRepoUrl(){const _0x564f6a=_0x2f2042,_0x503d5a={'lkcQk':'git\x20remote\x20get-url\x20origin','lEyED':'utf-8','rbqEN':_0x564f6a(0x203)};try{const _0xefcc36=execSync(_0x503d5a['lkcQk'],{'encoding':_0x503d5a[_0x564f6a(0x1ea)],'stdio':[_0x503d5a[_0x564f6a(0x1fd)],_0x503d5a['rbqEN'],_0x564f6a(0x203)]})['trim']();return _0xefcc36['replace'](/\.git$/,'')['replace'](/^git@github\.com:/,_0x564f6a(0x289))[_0x564f6a(0x241)](/^https?:\/\//,'');}catch{return undefined;}}function getGitBranch(){const _0x84c36e=_0x2f2042,_0x50892a={'pHciH':'git\x20rev-parse\x20--abbrev-ref\x20HEAD','GdoQG':'utf-8','cjHFM':_0x84c36e(0x203)};try{return execSync(_0x50892a[_0x84c36e(0x29b)],{'encoding':_0x50892a['GdoQG'],'stdio':[_0x84c36e(0x203),'pipe',_0x50892a[_0x84c36e(0x24a)]]})[_0x84c36e(0x205)]();}catch{return undefined;}}export async function getActiveFeatureId(){const _0x390570=_0x2f2042,_0x1ceda2={'xqoZa':function(_0x2f4bf0,_0x54febd){return _0x2f4bf0(_0x54febd);},'oWJAt':function(_0x171b28,_0x267324,_0x2aa3b4){return _0x171b28(_0x267324,_0x2aa3b4);},'oaihT':_0x390570(0x202)},_0x294c49=join(getRangerDir(),ACTIVE_FEATURE_FILE);if(!_0x1ceda2[_0x390570(0x27c)](existsSync,_0x294c49))return null;try{const _0x283cb4=await _0x1ceda2['oWJAt'](readFile,_0x294c49,_0x1ceda2[_0x390570(0x1ec)]);return _0x283cb4[_0x390570(0x205)]()||null;}catch{return null;}}async function setActiveFeatureId(_0x596425){const _0x1e2add=_0x2f2042,_0x14a815={'TEICN':function(_0x2ed69b,_0x9318c1,_0x135913){return _0x2ed69b(_0x9318c1,_0x135913);},'hbZYT':function(_0x4662c7,_0x36a5b7){return _0x4662c7(_0x36a5b7);}},_0x55d1cd=getRangerDir(),_0x165e4c=_0x14a815[_0x1e2add(0x257)](join,_0x55d1cd,ACTIVE_FEATURE_FILE);!_0x14a815[_0x1e2add(0x236)](existsSync,_0x55d1cd)&&await mkdir(_0x55d1cd,{'recursive':!![]}),await writeFile(_0x165e4c,_0x596425,'utf-8');}function getProgressDisplay(_0x3c7171){const _0x1e1a19=_0x2f2042,_0x13b132={'UQhal':function(_0x5d72f4,_0x51154f){return _0x5d72f4+_0x51154f;},'cFZKH':function(_0x3c3c3b,_0x1ce282){return _0x3c3c3b>_0x1ce282;},'dCrUR':function(_0x12e08d,_0x187288){return _0x12e08d>_0x187288;}},_0x4df873=_0x3c7171['verifiedItems']||0x0,_0x1344d9=_0x3c7171[_0x1e1a19(0x1fa)]||0x0,_0x5570a1=_0x3c7171[_0x1e1a19(0x291)]||0x0,_0x5ba358=_0x3c7171['incompleteItems']||0x0,_0xac3d0b=_0x3c7171['pendingItems']||0x0,_0x29162f=_0x13b132['UQhal'](_0x4df873+_0x1344d9+_0x5570a1,_0x5ba358)+_0xac3d0b;if(_0x29162f===0x0)return'-';const _0x2751e1=0xa,_0x5a169=Math['round'](_0x4df873/_0x29162f*_0x2751e1),_0x2cf8ca=_0x13b132['UQhal']('█'['repeat'](_0x5a169),'░'[_0x1e1a19(0x1fe)](_0x2751e1-_0x5a169)),_0x1d8c0b=[];if(_0x13b132[_0x1e1a19(0x28d)](_0x5570a1,0x0))_0x1d8c0b[_0x1e1a19(0x1dd)](_0x5570a1+'\x20blocked');if(_0x13b132[_0x1e1a19(0x28d)](_0x5ba358,0x0))_0x1d8c0b[_0x1e1a19(0x1dd)](_0x5ba358+_0x1e1a19(0x201));if(_0x1344d9>0x0)_0x1d8c0b[_0x1e1a19(0x1dd)](_0x1344d9+'\x20in\x20progress');const _0x511b8c=_0x13b132['dCrUR'](_0x1d8c0b['length'],0x0)?'\x20('+_0x1d8c0b['join'](',\x20')+')':'';return _0x2cf8ca+'\x20'+_0x4df873+'/'+_0x29162f+'\x20verified'+_0x511b8c;}function getCurrentSessionItems(_0x19af89,_0x1580b6){const _0x389a6f=_0x2f2042;if(!_0x19af89[_0x389a6f(0x26b)])return _0x1580b6['filter'](_0x236153=>!_0x236153[_0x389a6f(0x1ef)]);return _0x1580b6['filter'](_0x24581b=>_0x24581b['sessionId']===_0x19af89['currentSessionId']||!_0x24581b['sessionId']);}function displayFeature(_0x4c3372,_0x5b1480){const _0x1421c0=_0x2f2042,_0x6a15b5={'HCVfv':'\x0a\x20\x20\x20Scenarios:','qqRHh':function(_0x4b1215,_0xe5fe55){return _0x4b1215<_0xe5fe55;},'oREnf':function(_0x971ad8,_0x521b8d){return _0x971ad8===_0x521b8d;},'CkhLS':function(_0x4399ff,_0x31d434){return _0x4399ff===_0x31d434;},'nYbTv':'approved','NCIep':'closed','UxFwT':function(_0xd0821,_0x3b4b9d){return _0xd0821===_0x3b4b9d;},'RFliw':_0x1421c0(0x295),'MNZEu':function(_0x482d5b,_0x400a61){return _0x482d5b>_0x400a61;},'iduzO':function(_0x19c32c,_0x5383b5){return _0x19c32c!==_0x5383b5;},'qxdKn':_0x1421c0(0x232)};console['log']('\x0a'+_0x4c3372['name']+'\x20('+_0x4c3372[_0x1421c0(0x294)]+')');_0x4c3372['stats']&&console[_0x1421c0(0x1e5)]('\x20\x20\x20Progress:\x20'+getProgressDisplay(_0x4c3372['stats']));_0x4c3372[_0x1421c0(0x20a)]&&console[_0x1421c0(0x1e5)](_0x1421c0(0x233)+_0x4c3372[_0x1421c0(0x20a)]);_0x4c3372['gitRepoUrl']&&console['log'](_0x1421c0(0x1fc)+_0x4c3372['gitRepoUrl']);_0x4c3372['gitBranch']&&console['log']('\x20\x20\x20Branch:\x20'+_0x4c3372['gitBranch']);console[_0x1421c0(0x1e5)]('\x20\x20\x20Created:\x20'+new Date(_0x4c3372['createdAt'])[_0x1421c0(0x28f)]());_0x4c3372['completedAt']&&console[_0x1421c0(0x1e5)](_0x1421c0(0x1e7)+new Date(_0x4c3372['completedAt'])['toLocaleString']());if(_0x5b1480&&_0x5b1480['length']>0x0){console[_0x1421c0(0x1e5)](_0x6a15b5[_0x1421c0(0x21a)]);for(let _0x118a3d=0x0;_0x6a15b5[_0x1421c0(0x1c5)](_0x118a3d,_0x5b1480[_0x1421c0(0x1eb)]);_0x118a3d++){const _0x36ffa1=_0x5b1480[_0x118a3d];let _0x42e26f;if(_0x6a15b5[_0x1421c0(0x20b)](_0x36ffa1['status'],'closed')&&_0x6a15b5[_0x1421c0(0x235)](_0x36ffa1[_0x1421c0(0x1e0)],_0x6a15b5[_0x1421c0(0x226)]))_0x42e26f='✅';else{if(_0x36ffa1['status']===_0x1421c0(0x262))_0x42e26f='🟢';else{if(_0x6a15b5['CkhLS'](_0x36ffa1['status'],_0x1421c0(0x232)))_0x42e26f='🟠';else{if(_0x6a15b5['CkhLS'](_0x36ffa1[_0x1421c0(0x250)],'blocked'))_0x42e26f='🛑';else{if(_0x6a15b5[_0x1421c0(0x20b)](_0x36ffa1['status'],_0x6a15b5['NCIep']))_0x42e26f='⛔';else _0x6a15b5[_0x1421c0(0x26f)](_0x36ffa1['status'],_0x6a15b5[_0x1421c0(0x252)])?_0x42e26f='⏳':_0x42e26f='⬜';}}}}const _0x2722a9=_0x36ffa1[_0x1421c0(0x25c)]>0x1?_0x1421c0(0x26d)+_0x36ffa1['version']+')':'',_0x1225a1=_0x6a15b5['MNZEu'](_0x36ffa1[_0x1421c0(0x25c)],0x1)&&_0x36ffa1[_0x1421c0(0x25f)]&&_0x36ffa1['status']!==_0x6a15b5['NCIep']&&_0x6a15b5['iduzO'](_0x36ffa1['status'],_0x1421c0(0x262))?'\x20[has\x20reviewer\x20feedback]':'';console['log'](_0x1421c0(0x229)+(_0x118a3d+0x1)+'.\x20'+_0x42e26f+'\x20'+_0x36ffa1[_0x1421c0(0x20a)]+_0x2722a9+_0x1225a1);_0x6a15b5[_0x1421c0(0x20b)](_0x36ffa1[_0x1421c0(0x250)],'blocked')&&_0x36ffa1[_0x1421c0(0x2a0)]&&console[_0x1421c0(0x1e5)]('\x20\x20\x20\x20\x20\x20Blocked:\x20'+_0x36ffa1[_0x1421c0(0x2a0)]);_0x36ffa1[_0x1421c0(0x250)]===_0x6a15b5[_0x1421c0(0x1d4)]&&_0x36ffa1[_0x1421c0(0x1d8)]&&console[_0x1421c0(0x1e5)](_0x1421c0(0x27b)+_0x36ffa1[_0x1421c0(0x1d8)]);if(_0x36ffa1['status']==='closed'&&_0x6a15b5['CkhLS'](_0x36ffa1[_0x1421c0(0x1e0)],_0x1421c0(0x293)))console['log'](_0x1421c0(0x1e8));else _0x36ffa1['status']===_0x6a15b5['NCIep']&&_0x36ffa1['canceledReason']&&console['log']('\x20\x20\x20\x20\x20\x20Cancelled:\x20'+_0x36ffa1[_0x1421c0(0x24b)]);}}}function _0x6a14(_0x611223,_0x13b75f){_0x611223=_0x611223-0x1c3;const _0x40fd29=_0x40fd();let _0x6a14d3=_0x40fd29[_0x611223];return _0x6a14d3;}export async function featureCreate(_0x316f20,_0x4c0496){const _0x3abfcf=_0x2f2042,_0x555a66={'Gqaaw':function(_0x3bbd6d,_0x53e62e){return _0x3bbd6d===_0x53e62e;},'YPIKb':function(_0x4d041e){return _0x4d041e();},'yBHZa':function(_0x2aab29,_0x101cdd){return _0x2aab29(_0x101cdd);},'ciecv':_0x3abfcf(0x23d),'dPgoH':function(_0x11f466,_0x6e3c30,_0x516bf6){return _0x11f466(_0x6e3c30,_0x516bf6);}},{envNames:_0x12c7ed}=await getEnvNames();if(_0x555a66[_0x3abfcf(0x268)](_0x12c7ed[_0x3abfcf(0x1eb)],0x0)&&!process['env'][_0x3abfcf(0x23e)]){let _0x41d758=0x0;try{_0x41d758=(await _0x555a66['YPIKb'](listCloudProfiles))[_0x3abfcf(0x1eb)];}catch{_0x41d758=0x1;}_0x41d758===0x0&&console[_0x3abfcf(0x248)]('\x0a'+_0x555a66[_0x3abfcf(0x28e)](formatProfileRequiredMessage,_0x39c232=>bold(_0x39c232)));}const _0x1a284a=_0x4c0496[_0x3abfcf(0x24c)]?_0x4c0496[_0x3abfcf(0x24c)]['map'](_0x2f5dd3=>_0x2f5dd3['trim']()):[],_0x8cb98c=_0x555a66[_0x3abfcf(0x23f)](getGitRepoUrl),_0x3a05c9=getGitBranch();console[_0x3abfcf(0x1e5)](_0x555a66[_0x3abfcf(0x24f)]);const _0x4e11d0=await createFeature({'name':_0x316f20,'description':_0x4c0496['description'],'checklist':_0x1a284a,'gitRepoUrl':_0x8cb98c,'gitBranch':_0x3a05c9});await _0x555a66['yBHZa'](setActiveFeatureId,_0x4e11d0['id']),await tryStartCurrentSession(_0x4e11d0['id']);const _0x1fcd68=process['env'][_0x3abfcf(0x28b)];_0x1fcd68&&_0x555a66['dPgoH'](registerSession,_0x1fcd68,_0x4e11d0['id']),console[_0x3abfcf(0x1e5)](_0x3abfcf(0x1f8)+_0x4e11d0['id']),_0x555a66['dPgoH'](displayFeature,_0x4e11d0,_0x4e11d0[_0x3abfcf(0x297)]),console['log']('\x0a➡️\x20\x20Set\x20as\x20active\x20feature\x20review');}export async function featureList(_0xe50bb1){const _0x4fd439=_0x2f2042,_0x412b58={'CdqKA':function(_0x2b004a){return _0x2b004a();},'oSWox':function(_0x3fa9b0){return _0x3fa9b0();},'PwZcd':function(_0x4b3ad9,_0x9d555c){return _0x4b3ad9(_0x9d555c);},'CUmVd':function(_0x358547,_0x19dfad){return _0x358547>_0x19dfad;},'EgGsC':_0x4fd439(0x207),'UvRCl':_0x4fd439(0x287)},_0x5a0715={'limit':_0xe50bb1[_0x4fd439(0x200)]??0xa,'offset':_0xe50bb1['offset']??0x0,'includeDeleted':_0xe50bb1[_0x4fd439(0x217)]};_0xe50bb1['currentBranch']&&(_0x5a0715['gitRepoUrl']=_0x412b58['CdqKA'](getGitRepoUrl),_0x5a0715[_0x4fd439(0x240)]=_0x412b58['oSWox'](getGitBranch));const _0x1cf700=await _0x412b58['PwZcd'](listFeatures,_0x5a0715);if(_0x1cf700[_0x4fd439(0x214)][_0x4fd439(0x1eb)]===0x0){console['log'](_0x4fd439(0x1f1));return;}const _0x1f2ab3=_0x412b58['CUmVd'](_0x1cf700[_0x4fd439(0x210)],_0x1cf700[_0x4fd439(0x214)][_0x4fd439(0x1eb)])?'Showing\x20'+_0x1cf700['items']['length']+_0x4fd439(0x277)+_0x1cf700[_0x4fd439(0x210)]:_0x1cf700[_0x4fd439(0x210)]+'\x20feature\x20review(s)\x20found';console['log']('\x0a'+_0x1f2ab3+':\x0a');for(const _0x224bfb of _0x1cf700[_0x4fd439(0x214)]){console[_0x4fd439(0x1e5)](''+_0x224bfb[_0x4fd439(0x220)]),console[_0x4fd439(0x1e5)]('\x20\x20\x20ID:\x20'+_0x224bfb['id']),_0x224bfb['stats']&&console[_0x4fd439(0x1e5)]('\x20\x20\x20Progress:\x20'+getProgressDisplay(_0x224bfb[_0x4fd439(0x20e)])),_0x224bfb['gitBranch']&&console[_0x4fd439(0x1e5)](_0x4fd439(0x26c)+_0x224bfb[_0x4fd439(0x240)]),console['log'](_0x4fd439(0x299)+new Date(_0x224bfb[_0x4fd439(0x267)])['toLocaleDateString']()),console[_0x4fd439(0x1e5)]('');}const _0x47decb=_0x5a0715['limit']??0xa,_0x5964c7=(_0x5a0715[_0x4fd439(0x1f7)]??0x0)+_0x1cf700[_0x4fd439(0x214)]['length'];if(_0x5964c7<_0x1cf700['totalCount']){const _0x2f0887=_0x47decb!==0xa?'\x20--limit\x20'+_0x47decb:'',_0x4f3124=_0xe50bb1['currentBranch']?_0x412b58[_0x4fd439(0x28a)]:'',_0x2ad1ff=_0xe50bb1['includeDeleted']?_0x412b58[_0x4fd439(0x269)]:'';console[_0x4fd439(0x1e5)]('Next\x20page:\x20ranger\x20list\x20--offset\x20'+_0x5964c7+_0x2f0887+_0x4f3124+_0x2ad1ff);}}export async function featureShow(_0x176f8b){const _0x2cff61=_0x2f2042,_0x38727e={'tCneF':function(_0x4076d1){return _0x4076d1();},'qJCCl':function(_0x41ddba,_0x1e40dd){return _0x41ddba(_0x1e40dd);}},_0x114c09=_0x176f8b||await _0x38727e['tCneF'](getActiveFeatureId);if(!_0x114c09)throw new Error('No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.\x20Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review');const _0x57b79d=await _0x38727e[_0x2cff61(0x242)](getFeature,_0x114c09);displayFeature(_0x57b79d,_0x57b79d[_0x2cff61(0x297)]);}export async function featureResume(_0x269c3e){const _0x576092=_0x2f2042,_0x2d05e7={'nZckQ':function(_0xb362c5,_0x3fb7a1){return _0xb362c5(_0x3fb7a1);},'EGtEy':function(_0x1f8035,_0x2bea07){return _0x1f8035(_0x2bea07);},'bhHrt':function(_0xf4924a,_0x5e5de9){return _0xf4924a!==_0x5e5de9;},'Kmoql':function(_0x2adc26,_0x5a6a18,_0x52c0d8){return _0x2adc26(_0x5a6a18,_0x52c0d8);},'ylCDh':function(_0x4501f9){return _0x4501f9();},'PVNAC':_0x576092(0x249),'CWjzC':function(_0x1c538e,_0x4c840e){return _0x1c538e||_0x4c840e;},'DOfIX':_0x576092(0x243),'mUuXg':function(_0x504e55,_0x182570){return _0x504e55||_0x182570;},'KzCUN':function(_0x5456c7,_0x20111d){return _0x5456c7===_0x20111d;},'noGQM':'\x0aNon-interactive\x20mode\x20detected.\x20Multiple\x20feature\x20reviews\x20found:','PkaNH':function(_0x5c08e6,_0x3ed7d8){return _0x5c08e6(_0x3ed7d8);},'jNKQB':_0x576092(0x238),'fLaSF':_0x576092(0x21e),'GFOzD':function(_0x9157f6,_0x2e97bc,_0xeaae3){return _0x9157f6(_0x2e97bc,_0xeaae3);},'TWAmr':function(_0x112ab1,_0x70879f,_0x14167e){return _0x112ab1(_0x70879f,_0x14167e);},'ComJd':function(_0x288df6,_0x5d6526){return _0x288df6(_0x5d6526);}};if(_0x269c3e){const _0x10da2e=await _0x2d05e7[_0x576092(0x29d)](getFeature,_0x269c3e);await _0x2d05e7[_0x576092(0x1e9)](setActiveFeatureId,_0x10da2e['id']);const _0x2b60e2=getGitBranch();_0x2b60e2&&_0x2d05e7[_0x576092(0x1de)](_0x2b60e2,_0x10da2e['gitBranch'])&&(await updateFeature(_0x10da2e['id'],{'gitBranch':_0x2b60e2}),console['log']('\x20\x20\x20Updated\x20branch\x20to:\x20'+_0x2b60e2));console['log'](_0x576092(0x27f)+_0x10da2e['name']+'\x20('+_0x10da2e['id']+')'),await tryStartCurrentSession(_0x10da2e['id']);const _0xc73f4=process['env'][_0x576092(0x28b)];_0xc73f4&®isterSession(_0xc73f4,_0x10da2e['id']);_0x2d05e7['Kmoql'](displayFeature,_0x10da2e,_0x10da2e['checklistItems']),await printFeedbackNudge(_0x10da2e['id']);return;}const _0x2a07dc=_0x2d05e7['ylCDh'](getGitRepoUrl),_0x289d7b=getGitBranch();if(!_0x2a07dc&&!_0x289d7b)throw new Error(_0x2d05e7['PVNAC']);console['log']('\x0aSearching\x20for\x20feature\x20reviews\x20matching:\x20'+_0x2d05e7['CWjzC'](_0x2a07dc,_0x2d05e7['DOfIX'])+'\x20/\x20'+_0x2d05e7['mUuXg'](_0x289d7b,'any')+'...');const _0x3e7509=await listFeatures({'gitRepoUrl':_0x2a07dc,'gitBranch':_0x289d7b}),_0x1d0968=_0x3e7509['items'][_0x576092(0x1fb)](_0x49be7c=>_0x49be7c[_0x576092(0x250)]?_0x49be7c['status']!=='verified':!_0x49be7c[_0x576092(0x1dc)]);if(_0x1d0968[_0x576092(0x1eb)]===0x0){console[_0x576092(0x1e5)]('\x0aNo\x20matching\x20active\x20feature\x20reviews\x20found.'),console[_0x576092(0x1e5)]('Run:\x20ranger\x20create\x20\x22<name>\x22\x20to\x20create\x20a\x20new\x20feature\x20review');return;}let _0x4af12b;if(_0x2d05e7[_0x576092(0x239)](_0x1d0968['length'],0x1))_0x4af12b=_0x1d0968[0x0];else{const _0x3e3dd9=process[_0x576092(0x25a)][_0x576092(0x1e6)]&&process['stdout']['isTTY'];if(!_0x3e3dd9){console[_0x576092(0x1e5)](_0x2d05e7[_0x576092(0x270)]);for(const _0x49f0ce of _0x1d0968){console['log']('\x20\x20'+_0x49f0ce[_0x576092(0x220)]),console['log'](_0x576092(0x255)+_0x49f0ce['id']),_0x49f0ce[_0x576092(0x20e)]&&console['log']('\x20\x20\x20\x20\x20Progress:\x20'+_0x2d05e7['PkaNH'](getProgressDisplay,_0x49f0ce['stats'])),_0x49f0ce['gitBranch']&&console[_0x576092(0x1e5)](_0x576092(0x24e)+_0x49f0ce[_0x576092(0x240)]);}throw new Error(_0x576092(0x272));}const {selected:_0x171d6b}=await _0x37234b['prompt']([{'type':_0x576092(0x1cd),'name':_0x2d05e7[_0x576092(0x282)],'message':_0x2d05e7[_0x576092(0x261)],'choices':_0x1d0968[_0x576092(0x22c)](_0x1e53f9=>({'name':_0x1e53f9['name']+'\x20('+_0x1e53f9['id']+')','value':_0x1e53f9['id']}))}]);_0x4af12b=_0x1d0968[_0x576092(0x27d)](_0x49b0b5=>_0x49b0b5['id']===_0x171d6b);}await setActiveFeatureId(_0x4af12b['id']);_0x289d7b&&_0x289d7b!==_0x4af12b['gitBranch']&&(await _0x2d05e7['GFOzD'](updateFeature,_0x4af12b['id'],{'gitBranch':_0x289d7b}),console['log']('\x20\x20\x20Updated\x20branch\x20to:\x20'+_0x289d7b));console[_0x576092(0x1e5)](_0x576092(0x27f)+_0x4af12b['name']+'\x20('+_0x4af12b['id']+')'),await _0x2d05e7[_0x576092(0x21d)](tryStartCurrentSession,_0x4af12b['id']);const _0x380ac4=await getFeature(_0x4af12b['id']),_0x2a17e0=process[_0x576092(0x234)]['CLAUDE_SESSION_ID'];_0x2a17e0&®isterSession(_0x2a17e0,_0x380ac4['id']),_0x2d05e7['TWAmr'](displayFeature,_0x380ac4,_0x380ac4['checklistItems']),await _0x2d05e7['ComJd'](printFeedbackNudge,_0x380ac4['id']);}async function printFeedbackNudge(_0x428961){const _0x256890=_0x2f2042,_0xd62f80={'rgVtw':function(_0xdd5337,_0x32bc44){return _0xdd5337(_0x32bc44);},'SOHDq':_0x256890(0x227)};try{const {items:_0x580f8c}=await _0xd62f80[_0x256890(0x298)](getActionItems,_0x428961);let _0x5a978e=0x0,_0x33bdf4=0x0;for(const _0x5575d0 of _0x580f8c){const _0x5b517a=await getItemFeedback(_0x428961,_0x5575d0['id']);_0x5b517a['unaddressedComments'][_0x256890(0x1eb)]>0x0&&(_0x5a978e+=_0x5b517a[_0x256890(0x21f)][_0x256890(0x1eb)],_0x33bdf4++);}_0x5a978e>0x0&&(console['log']('\x0a⚠️\x20\x20'+_0x5a978e+'\x20unaddressed\x20reviewer\x20comment(s)\x20across\x20'+_0x33bdf4+'\x20scenario(s).'),console['log'](_0xd62f80[_0x256890(0x29f)]));}catch{}}async function tryStartCurrentSession(_0x569955){const _0x5bc043=_0x2f2042;try{const {sessions:_0x116bbc}=await listFeatureSessions(_0x569955),_0x3d49df=_0x116bbc['find'](_0x3a05aa=>_0x3a05aa['status']==='ready');_0x3d49df&&(await startSession(_0x569955,_0x3d49df['id']),console[_0x5bc043(0x1e5)](_0x5bc043(0x1db)+_0x3d49df[_0x5bc043(0x1c8)]));}catch{}}export async function featureReport(_0x5894e8,_0x24e8b0){const _0x5db5bb=_0x2f2042,_0x527784={'khbXp':'\x0aGenerating\x20report...','vTrYn':function(_0x176ff6,_0x1e417b,_0x2d9104,_0xf0f757){return _0x176ff6(_0x1e417b,_0x2d9104,_0xf0f757);},'kKkep':function(_0x4ede7d,_0x24f5f6,_0x127914){return _0x4ede7d(_0x24f5f6,_0x127914);},'sFzRw':function(_0x58c66e,_0xd69020){return _0x58c66e(_0xd69020);},'OxsmU':'utf-8'},_0x8a0265=_0x5894e8||await getActiveFeatureId();if(!_0x8a0265)throw new Error('No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.');console['log'](_0x527784[_0x5db5bb(0x1ee)]);const _0x5ecccf=await getFeatureReportMarkdown(_0x8a0265,{'style':_0x24e8b0['style']}),_0x4ff59e=_0x24e8b0['output']||_0x527784['vTrYn'](join,getRangerDir(),_0x5db5bb(0x1f5),_0x8a0265+'.md'),_0x24aba4=_0x527784['kKkep'](join,_0x4ff59e,'..');!_0x527784[_0x5db5bb(0x256)](existsSync,_0x24aba4)&&await _0x527784['kKkep'](mkdir,_0x24aba4,{'recursive':!![]}),await writeFile(_0x4ff59e,_0x5ecccf,_0x527784[_0x5db5bb(0x219)]),console[_0x5db5bb(0x1e5)]('\x0a✅\x20Report\x20generated:\x20'+_0x4ff59e);}function getScenarioResult(_0x48c48a){const _0x2fb28e=_0x2f2042,_0x4c8434={'WrOMC':'closed','ZnjhY':_0x2fb28e(0x295),'usWoy':_0x2fb28e(0x21c)};if(_0x48c48a['status']===_0x4c8434['WrOMC'])return _0x48c48a['terminalReason']??_0x4c8434[_0x2fb28e(0x265)];if(_0x48c48a['status']===_0x4c8434['ZnjhY'])return _0x4c8434[_0x2fb28e(0x224)];return _0x48c48a[_0x2fb28e(0x250)];}function getScenarioRationale(_0x3ec833,_0xe268a2){const _0x5bd478=_0x2f2042,_0x85c7d2={'ErcFi':_0x5bd478(0x275)},_0x3495ce=_0x85c7d2[_0x5bd478(0x286)][_0x5bd478(0x266)]('|');let _0x3f6dba=0x0;while(!![]){switch(_0x3495ce[_0x3f6dba++]){case'0':return null;case'1':if(_0x3ec833[_0x5bd478(0x1d8)])return _0x3ec833['incompleteReason'];continue;case'2':if(_0x3ec833['blockedReason'])return _0x3ec833['blockedReason'];continue;case'3':if(_0x3ec833['notes'])return _0x3ec833[_0x5bd478(0x288)];continue;case'4':if(_0xe268a2)return _0xe268a2;continue;case'5':if(_0x3ec833[_0x5bd478(0x24b)])return _0x3ec833['canceledReason'];continue;}break;}}export async function featureReportPrDescription(_0x520892,_0x36f857){const _0x3344cd=_0x2f2042,_0x476e79={'rChCQ':function(_0x64f221){return _0x64f221();},'ZJEyW':'No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.','xaDOi':function(_0x3c4f31,_0x2bfd48){return _0x3c4f31(_0x2bfd48);},'ffhTO':function(_0x9145c3,_0x24a761,_0x5f14f4){return _0x9145c3(_0x24a761,_0x5f14f4);},'fPxmz':function(_0x18d1e2,_0x118d97){return _0x18d1e2===_0x118d97;},'juAZX':'\x0a❌\x20No\x20scenarios\x20found\x20to\x20include.','ShFPS':'\x0aAvailable\x20scenarios:','mgMUM':function(_0x348e42,_0x547905){return _0x348e42<_0x547905;},'OJunG':function(_0x122a24,_0x915619,_0x327cb2,_0x1f6881){return _0x122a24(_0x915619,_0x327cb2,_0x1f6881);}},_0x1bbee4=_0x520892||await _0x476e79['rChCQ'](getActiveFeatureId);if(!_0x1bbee4)throw new Error(_0x476e79['ZJEyW']);const _0x4ea718=await _0x476e79[_0x3344cd(0x20f)](getFeature,_0x1bbee4),_0x341596=_0x4ea718['checklistItems']||[],_0x35710c=_0x476e79['ffhTO'](getCurrentSessionItems,_0x4ea718,_0x341596);_0x476e79[_0x3344cd(0x285)](_0x35710c['length'],0x0)&&(console['error'](_0x476e79['juAZX']),process['exit'](0x1));const _0x147375=_0x36f857['excludeScenarios']??[],_0x8b910a=_0x147375[_0x3344cd(0x1fb)](_0x3fd420=>!Number[_0x3344cd(0x274)](_0x3fd420)||_0x3fd420<0x1||_0x3fd420>_0x35710c[_0x3344cd(0x1eb)]);if(_0x8b910a[_0x3344cd(0x1eb)]>0x0){console['error']('\x0a❌\x20Invalid\x20scenario\x20number(s):\x20'+_0x8b910a[_0x3344cd(0x258)](',\x20')),console['log'](_0x476e79[_0x3344cd(0x281)]);for(let _0x3aab02=0x0;_0x476e79[_0x3344cd(0x225)](_0x3aab02,_0x35710c[_0x3344cd(0x1eb)]);_0x3aab02++){console[_0x3344cd(0x1e5)]('\x20\x20'+(_0x3aab02+0x1)+'.\x20'+_0x35710c[_0x3aab02][_0x3344cd(0x20a)]);}process['exit'](0x1);}const _0x12cd05=new Set(_0x147375[_0x3344cd(0x22c)](_0x5c373e=>_0x5c373e-0x1)),_0x3b6822=_0x35710c['filter']((_0x548c45,_0x4adde2)=>!_0x12cd05[_0x3344cd(0x25b)](_0x4adde2));_0x3b6822[_0x3344cd(0x1eb)]===0x0&&(console['error'](_0x3344cd(0x283)),process['exit'](0x1));if(_0x36f857[_0x3344cd(0x278)])await _0x476e79['OJunG'](outputJsonReport,_0x1bbee4,_0x4ea718,_0x3b6822);else{const _0x5d3d9c=await _0x476e79[_0x3344cd(0x1d6)](getFeatureReportMarkdown,_0x1bbee4,{'itemIds':_0x3b6822['map'](_0x10859c=>_0x10859c['id'])});process[_0x3344cd(0x260)]['write'](_0x5d3d9c[_0x3344cd(0x29a)]()+'\x0a');}}async function outputJsonReport(_0x787214,_0x13b78e,_0x2bc6e0){const _0x4156e5=_0x2f2042,_0x51b7d7={'FPTxu':function(_0x20491c,_0x1e586a){return _0x20491c(_0x1e586a);},'vLkks':function(_0x264c63){return _0x264c63();},'CigqX':function(_0x4a7df1,_0x2d6152){return _0x4a7df1+_0x2d6152;}},_0x39bf82=_0x51b7d7[_0x4156e5(0x1d9)](getApiBaseUrl),_0x588551=await _0x51b7d7['FPTxu'](getFeatureReport,_0x787214),_0x4f7156=new Map(_0x588551[_0x4156e5(0x297)][_0x4156e5(0x22c)](_0x19795c=>[_0x19795c['id'],_0x19795c])),_0x16bdc5=await Promise['all'](_0x2bc6e0[_0x4156e5(0x22c)](async _0x237205=>{const _0x15a0df=_0x4156e5,_0x5dce3c=_0x4f7156['get'](_0x237205['id']),_0x5d2344=_0x5dce3c?.['linkedSession']??null;let _0x5250ed=[];if(_0x237205['browserSessionId'])try{const {steps:_0x18b1c1}=await _0x51b7d7[_0x15a0df(0x259)](getBrowserSessionSteps,_0x237205['browserSessionId']);_0x18b1c1[_0x15a0df(0x1eb)]>0x0&&(_0x5250ed=_0x18b1c1['map'](_0x12b853=>{const _0x5f06b3=_0x15a0df,_0xd340a3=_0x12b853['assets'][_0x5f06b3(0x27d)](_0x3dc63f=>_0x3dc63f[_0x5f06b3(0x27a)]===_0x5f06b3(0x222)&&_0x3dc63f['timing']===_0x5f06b3(0x245))??_0x12b853['assets']['find'](_0x729fc5=>_0x729fc5[_0x5f06b3(0x27a)]===_0x5f06b3(0x222));let _0x24f760=null,_0x7bac8f=null;if(_0xd340a3){const _0xc76c83=_0xd340a3['storage'][_0x5f06b3(0x254)][_0x5f06b3(0x266)]('/')['pop']();_0x24f760=_0x39bf82+'/api/v1/mcp/browser-sessions/'+_0x237205['browserSessionId']+'/artifacts/'+_0xc76c83,_0xc76c83&&(_0x7bac8f=_0xc76c83[_0x5f06b3(0x241)](/\.\w+$/,'')['replace'](/^(key_)?\d+_/,'')[_0x5f06b3(0x241)](/[-_]/g,'\x20'));}return{'description':_0x7bac8f||_0x12b853[_0x5f06b3(0x20a)]||_0x12b853[_0x5f06b3(0x23b)]||'Step\x20'+_0x12b853[_0x5f06b3(0x244)],'screenshot':_0x24f760,'is_key_step':_0x12b853['isKeyStep']};}));}catch{}return _0x5250ed['length']===0x0&&_0x5d2344?.['screenshotUrls']&&(_0x5250ed=_0x5d2344['screenshotUrls']['map']((_0x3fe3fb,_0x5a3f55)=>({'description':_0x15a0df(0x213)+(_0x5a3f55+0x1),'screenshot':_0x3fe3fb,'is_key_step':![]}))),{'description':_0x237205['description'],'result':getScenarioResult(_0x237205),'rationale':getScenarioRationale(_0x237205,_0x5d2344?.['agentResponse']),'steps':_0x5250ed};})),_0x25bc50={'url':_0x13b78e[_0x4156e5(0x294)],'scenarios':_0x16bdc5};process[_0x4156e5(0x260)]['write'](_0x51b7d7['CigqX'](JSON['stringify'](_0x25bc50,null,0x2),'\x0a'));}export async function featureConcludeSession(_0x23cfbe){const _0x59296b=_0x2f2042,_0x3dd3d1={'GLIMS':_0x59296b(0x280),'pgESg':_0x59296b(0x223),'BTbDC':_0x59296b(0x1c7),'fxAXW':'\x0a✅\x20Session\x20is\x20already\x20completed.','EGNYd':function(_0x21dc51,_0x11f6ab){return _0x21dc51!==_0x11f6ab;},'YkPxW':function(_0x40ce60,_0x5e1f2d,_0x4c3890){return _0x40ce60(_0x5e1f2d,_0x4c3890);}},_0x12f1b5=_0x23cfbe||await getActiveFeatureId();if(!_0x12f1b5)throw new Error(_0x3dd3d1['GLIMS']);const _0x50a7cf=await getFeature(_0x12f1b5);if(!_0x50a7cf['currentSessionId'])throw new Error(_0x59296b(0x1e2));const {sessions:_0x1d407b}=await listFeatureSessions(_0x12f1b5),_0x53dd12=_0x1d407b[_0x59296b(0x27d)](_0x1ebf8e=>_0x1ebf8e['id']===_0x50a7cf[_0x59296b(0x26b)]);if(!_0x53dd12)throw new Error(_0x3dd3d1['pgESg']);if(_0x53dd12[_0x59296b(0x250)]===_0x3dd3d1[_0x59296b(0x231)]){console[_0x59296b(0x1e5)](_0x3dd3d1['fxAXW']);return;}if(_0x3dd3d1[_0x59296b(0x206)](_0x53dd12['status'],'in_progress'))throw new Error('Cannot\x20conclude\x20session\x20with\x20status:\x20'+_0x53dd12['status']);console[_0x59296b(0x1e5)]('\x0aConcluding\x20session...'),await _0x3dd3d1['YkPxW'](concludeSession,_0x12f1b5,_0x50a7cf[_0x59296b(0x26b)]),console['log'](_0x59296b(0x204)+_0x53dd12['iteration']+'\x20concluded.'),console[_0x59296b(0x1e5)](_0x59296b(0x237));}function _0x40fd(){const _0x2d8165=['kQeZp','36dxhlMt','map','\x0a✅\x20Restored\x20feature\x20review:\x20','11560360kVyFCQ','point','error','BTbDC','incomplete','\x20\x20\x20Description:\x20','env','CkhLS','hbZYT','\x20\x20\x20The\x20feature\x20review\x20is\x20now\x20ready\x20for\x20human\x20review\x20on\x20the\x20Ranger\x20dashboard.','selected','KzCUN','exit','stepName','\x20—\x20','\x0aCreating\x20feature\x20review...','RANGER_TEST_USERNAME','YPIKb','gitBranch','replace','qJCCl','any','position','after','549516SoKGGf','\x20>\x20','warn','Not\x20in\x20a\x20git\x20repository.','cjHFM','canceledReason','scenarios','\x20\x20\x20To\x20restore\x20it,\x20run:\x20ranger\x20restore\x20','\x20\x20\x20\x20\x20Branch:\x20','ciecv','status','\x0a✅\x20Scenario\x20added','RFliw','LdIOo','location','\x20\x20\x20\x20\x20ID:\x20','sFzRw','TEICN','join','FPTxu','stdin','has','version','2844776IvjTMi','\x0a❌\x20Cannot\x20edit\x20scenario:\x20feature\x20review\x20has\x20an\x20active\x20review.','parentItemId','stdout','fLaSF','verified','canonicalFlow','xXEbE','WrOMC','split','createdAt','Gqaaw','UvRCl','\x0a📋\x20Feedback\x20for:\x20','currentSessionId','\x20\x20\x20Branch:\x20','\x20(v','\x20at\x20[','UxFwT','noGQM','type','Please\x20specify\x20the\x20feature\x20review\x20ID:\x20ranger\x20resume\x20<id>','from','isInteger','4|2|1|5|3|0','\x20\x20\x20\x20\x20📍\x20Annotation:\x20','\x20of\x20','json','uMjUm','assetType','\x20\x20\x20\x20\x20\x20Incomplete:\x20','xqoZa','find','olNic','\x0a✅\x20Resumed\x20feature\x20review:\x20','No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.\x20Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review','ShFPS','jNKQB','\x0a❌\x20All\x20scenarios\x20were\x20excluded.','comment_','fPxmz','ErcFi','\x20--include-deleted','notes','github.com/','EgGsC','CLAUDE_SESSION_ID','\x20\x20\x20\x20','cFZKH','yBHZa','toLocaleString','arrayBuffer','blockedItems','textContent','approved','dashboardUrl','verification_in_progress','\x20\x20✅\x20No\x20feedback\x20to\x20address','checklistItems','rgVtw','\x20\x20\x20Created:\x20','trimEnd','pHciH','BixOW','nZckQ','25691690KFGNWL','SOHDq','blockedReason','\x0aAvailable\x20scenarios:','.\x20Feature\x20review\x20has\x20','qqRHh','1491IGMlbV','completed','iteration','AiYCm','25158tDUPUC','WmtfQ','domRef','list','feedback-images','pnLxJ','ZgdCD','keeIZ',':\x20\x22','):\x20\x22','qxdKn','mkosG','ffhTO','latestReview','incompleteReason','vLkks','265044CRRipN','\x20\x20\x20▶️\x20Started\x20session\x20','completedAt','push','bhHrt','spatial','terminalReason','1340lSzGTi','No\x20active\x20session\x20for\x20this\x20feature\x20review.','slice','mYPkd','log','isTTY','\x20\x20\x20Completed:\x20','\x20\x20\x20\x20\x20\x20Approved','EGtEy','lEyED','length','oaihT','content','khbXp','sessionId','active-feature.txt','\x0aNo\x20feature\x20reviews\x20found.','Unknown','.png','xshXs','reports','APBHj','offset','\x0a✅\x20Feature\x20review\x20created:\x20','toFixed','verificationInProgressItems','filter','\x20\x20\x20Repository:\x20','rbqEN','repeat','\x20Session\x20','limit','\x20incomplete','utf-8','pipe','\x0a✅\x20Session\x20','trim','EGNYd','\x20--current-branch','scenario','\x20\x20\x20\x20\x20📍\x20Annotation:\x20point\x20at\x20(','description','oREnf','\x0a❌\x20No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.','ZEdQJ','stats','xaDOi','totalCount','selector','No\x20sessions\x20found.','Screenshot\x20','items','submittedAt','\x20\x20\x20\x20\x20📷\x20Screenshot:\x20','includeDeleted','jDnRY','OxsmU','HCVfv','2460ddyweX','in_progress','PkaNH','Multiple\x20feature\x20reviews\x20found.\x20Select\x20one:','unaddressedComments','name','assetUrl','screenshot','Current\x20session\x20not\x20found.','usWoy','mgMUM','nYbTv','\x20\x20\x20Run\x20`ranger\x20get-review`\x20to\x20see\x20what\x20needs\x20to\x20be\x20fixed.','\x20\x20💬\x20','\x20\x20\x20'];_0x40fd=function(){return _0x2d8165;};return _0x40fd();}export async function featureSessions(_0xe65eb1){const _0x34cd07=_0x2f2042,_0x302436={'LdIOo':function(_0x145b37){return _0x145b37();},'YIuDr':'No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.','pnLxJ':function(_0x4a5fbb,_0x60a6ac){return _0x4a5fbb(_0x60a6ac);},'xXEbE':function(_0x1b698a,_0x8f25ca){return _0x1b698a===_0x8f25ca;},'JPJhA':_0x34cd07(0x212),'xzSsQ':function(_0x39eb32,_0xca50bd){return _0x39eb32===_0xca50bd;},'oTxrR':'in_progress'},_0x50c1b1=_0xe65eb1||await _0x302436[_0x34cd07(0x253)](getActiveFeatureId);if(!_0x50c1b1)throw new Error(_0x302436['YIuDr']);const _0x5147dd=await getFeature(_0x50c1b1);console['log']('\x0a📁\x20Sessions\x20for\x20feature\x20review:\x20'+_0x5147dd['name']+'\x0a');const {sessions:_0x1a8a37}=await _0x302436[_0x34cd07(0x1cf)](listFeatureSessions,_0x50c1b1);if(_0x302436[_0x34cd07(0x264)](_0x1a8a37[_0x34cd07(0x1eb)],0x0)){console[_0x34cd07(0x1e5)](_0x302436['JPJhA']);return;}for(const _0x9fadc0 of _0x1a8a37){const _0x1f4613=_0x302436['xXEbE'](_0x9fadc0[_0x34cd07(0x250)],_0x34cd07(0x1c7))?'✅':_0x302436['xzSsQ'](_0x9fadc0[_0x34cd07(0x250)],_0x302436['oTxrR'])?'🔄':'▶️';console['log'](_0x1f4613+_0x34cd07(0x1ff)+_0x9fadc0[_0x34cd07(0x1c8)]+'\x20('+_0x9fadc0['id']+')'),console['log']('\x20\x20\x20Status:\x20'+_0x9fadc0[_0x34cd07(0x250)]),console['log']('\x20\x20\x20Created:\x20'+new Date(_0x9fadc0['createdAt'])[_0x34cd07(0x28f)]()),_0x9fadc0[_0x34cd07(0x1dc)]&&console['log'](_0x34cd07(0x1e7)+new Date(_0x9fadc0['completedAt'])[_0x34cd07(0x28f)]()),console['log']('');}}export async function featureAddScenario(_0x5043a6,_0x3cff2a){const _0x587076=_0x2f2042,_0x181f11={'uMjUm':_0x587076(0x280),'FePgo':function(_0x53e0f5,_0x32e073,_0x3b84e0){return _0x53e0f5(_0x32e073,_0x3b84e0);}},_0x1f9178=_0x3cff2a||await getActiveFeatureId();if(!_0x1f9178)throw new Error(_0x181f11[_0x587076(0x279)]);const _0x2d5ade=await getFeature(_0x1f9178);if(_0x2d5ade['latestReview']&&!_0x2d5ade['latestReview'][_0x587076(0x215)])throw new Error('Cannot\x20add\x20scenario:\x20feature\x20review\x20has\x20an\x20active\x20review.\x20Please\x20finish\x20your\x20review\x20first:\x20'+_0x2d5ade['dashboardUrl']);await createChecklistItem(_0x1f9178,_0x5043a6);const _0x5aeb23=await getFeature(_0x1f9178);console['log'](_0x587076(0x251)),_0x181f11['FePgo'](displayFeature,_0x5aeb23,_0x5aeb23[_0x587076(0x297)]);}export async function featureEditScenario(_0x54e2f0,_0x398719){const _0x32c680=_0x2f2042,_0x415d85={'iumRo':function(_0x2747c8){return _0x2747c8();},'xbfsi':'Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review','taBzs':_0x32c680(0x25e),'qNYWZ':'Please\x20finish\x20your\x20review\x20first:','pqfes':function(_0x39cbec,_0x128e19){return _0x39cbec===_0x128e19;},'JooDX':'\x0a❌\x20No\x20scenario\x20number\x20provided.\x20Use\x20--scenario\x20<number>.','olNic':_0x32c680(0x1c3),'jDnRY':function(_0x8ba882,_0x38098c){return _0x8ba882<_0x38098c;},'fozUT':function(_0x5bd8dd,_0x467691){return _0x5bd8dd-_0x467691;},'hIrkJ':function(_0x156247,_0x129c45){return _0x156247+_0x129c45;},'SwHDC':function(_0x3783de,_0x335a28,_0x2c24f3,_0x6ea654){return _0x3783de(_0x335a28,_0x2c24f3,_0x6ea654);},'keeIZ':function(_0x3902a7,_0xd0e45b){return _0x3902a7(_0xd0e45b);},'WmtfQ':function(_0x576bb3,_0x1bbb7d,_0xf83e25){return _0x576bb3(_0x1bbb7d,_0xf83e25);}},_0x3411d8=_0x398719['id']||await _0x415d85['iumRo'](getActiveFeatureId);!_0x3411d8&&(console[_0x32c680(0x230)](_0x32c680(0x20c)),console[_0x32c680(0x230)](_0x415d85['xbfsi']),process[_0x32c680(0x23a)](0x1));const _0x6448bc=await getFeature(_0x3411d8);_0x6448bc[_0x32c680(0x1d7)]&&!_0x6448bc[_0x32c680(0x1d7)][_0x32c680(0x215)]&&(console[_0x32c680(0x230)](_0x415d85['taBzs']),console['error'](_0x415d85['qNYWZ']),console['error']('\x20\x20'+_0x6448bc[_0x32c680(0x294)]),process[_0x32c680(0x23a)](0x1));const _0xdbaf0c=_0x6448bc[_0x32c680(0x297)]||[];_0x415d85['pqfes'](_0xdbaf0c[_0x32c680(0x1eb)],0x0)&&(console['error']('\x0a❌\x20No\x20scenarios\x20found\x20to\x20edit.'),process[_0x32c680(0x23a)](0x1));if(_0x398719['scenario']===undefined){console['error'](_0x415d85['JooDX']),console['log'](_0x415d85[_0x32c680(0x27e)]);for(let _0x4bc54b=0x0;_0x415d85[_0x32c680(0x218)](_0x4bc54b,_0xdbaf0c[_0x32c680(0x1eb)]);_0x4bc54b++){console[_0x32c680(0x1e5)]('\x20\x20'+(_0x4bc54b+0x1)+'.\x20'+_0xdbaf0c[_0x4bc54b]['description']);}process['exit'](0x1);}const _0x4a3b9b=_0x415d85['fozUT'](_0x398719[_0x32c680(0x208)],0x1);if(_0x4a3b9b<0x0||_0x4a3b9b>=_0xdbaf0c[_0x32c680(0x1eb)]){console[_0x32c680(0x230)]('\x0a❌\x20Invalid\x20scenario\x20index:\x20'+_0x398719['scenario']+_0x32c680(0x1c4)+_0xdbaf0c[_0x32c680(0x1eb)]+'\x20scenarios.'),console['log'](_0x415d85[_0x32c680(0x27e)]);for(let _0x51fe04=0x0;_0x51fe04<_0xdbaf0c[_0x32c680(0x1eb)];_0x51fe04++){console['log']('\x20\x20'+_0x415d85['hIrkJ'](_0x51fe04,0x1)+'.\x20'+_0xdbaf0c[_0x51fe04]['description']);}process[_0x32c680(0x23a)](0x1);}const _0x565706=_0xdbaf0c[_0x4a3b9b];await _0x415d85['SwHDC'](updateChecklistItem,_0x3411d8,_0x565706['id'],{'description':_0x54e2f0});const _0x3e075b=await _0x415d85[_0x32c680(0x1d1)](getFeature,_0x3411d8);console['log']('\x0a✅\x20Scenario\x20updated'),_0x415d85[_0x32c680(0x1cb)](displayFeature,_0x3e075b,_0x3e075b[_0x32c680(0x297)]);}async function downloadFeedbackImage(_0x509bbe,_0x1a5f6d){const _0x36eb34=_0x2f2042,_0x167bb8={'xshXs':function(_0x1b4f9b,_0x13db83,_0x23eb37){return _0x1b4f9b(_0x13db83,_0x23eb37);},'BixOW':_0x36eb34(0x1ce)};try{const _0x291938=_0x167bb8[_0x36eb34(0x1f4)](join,getRangerDir(),_0x167bb8[_0x36eb34(0x29c)]);await mkdir(_0x291938,{'recursive':!![]});const _0x54a62e=join(_0x291938,_0x36eb34(0x284)+_0x1a5f6d+_0x36eb34(0x1f3)),_0x53dae1=await fetch(_0x509bbe);if(!_0x53dae1['ok'])return null;const _0x36c7cb=Buffer[_0x36eb34(0x273)](await _0x53dae1[_0x36eb34(0x290)]());return await _0x167bb8[_0x36eb34(0x1f4)](writeFile,_0x54a62e,_0x36c7cb),_0x54a62e;}catch{return null;}}export async function featureGetReview(_0x452ea9){const _0x11eca3=_0x2f2042,_0x4c8892={'BwPEC':function(_0x568c95){return _0x568c95();},'APBHj':'No\x20feature\x20review\x20ID\x20provided\x20and\x20no\x20active\x20feature\x20review\x20set.\x20Run:\x20ranger\x20resume\x20<id>\x20to\x20set\x20an\x20active\x20feature\x20review','hPKbE':'No\x20scenarios\x20found.','VDXzO':function(_0x5171d2,_0x251d3f){return _0x5171d2<_0x251d3f;},'mkosG':function(_0x1110a1,_0x30fcce){return _0x1110a1>_0x30fcce;},'kQeZp':function(_0x631291,_0x298285){return _0x631291+_0x298285;},'DelmW':'short','rXFmT':'numeric','BjSJn':_0x11eca3(0x1f2),'AiYCm':function(_0xdeb3e1,_0x381e55,_0x39f2d8){return _0xdeb3e1(_0x381e55,_0x39f2d8);},'pKZUv':_0x11eca3(0x247),'ZgdCD':function(_0x13cf5c,_0x331751){return _0x13cf5c===_0x331751;},'UiHKx':_0x11eca3(0x22f),'ZEdQJ':function(_0x2ebb4b,_0x164417){return _0x2ebb4b>=_0x164417;}},_0x12edf6=_0x452ea9||await _0x4c8892['BwPEC'](getActiveFeatureId);if(!_0x12edf6)throw new Error(_0x4c8892[_0x11eca3(0x1f6)]);const _0x396aa1=await getFeature(_0x12edf6),{items:_0x2f3459}=await getActionItems(_0x12edf6);console['log'](_0x11eca3(0x26a)+_0x396aa1['name']+'\x20('+_0x396aa1['id']+')\x0a');if(_0x2f3459[_0x11eca3(0x1eb)]===0x0){console['log'](_0x4c8892['hPKbE']);return;}for(let _0x3dab19=0x0;_0x4c8892['VDXzO'](_0x3dab19,_0x2f3459['length']);_0x3dab19++){const _0x263dc6=_0x2f3459[_0x3dab19],_0x320ab2=_0x263dc6['version']>0x1?'\x20(v'+_0x263dc6['version']+')':'',_0xfdd4eb=await getItemFeedback(_0x12edf6,_0x263dc6['id']);if(_0x4c8892[_0x11eca3(0x1d5)](_0xfdd4eb['unaddressedComments']['length'],0x0)){console['log']('Scenario\x20'+_0x4c8892[_0x11eca3(0x22a)](_0x3dab19,0x1)+':\x20\x22'+_0x263dc6['description']+'\x22'+_0x320ab2+_0x11eca3(0x23c)+_0xfdd4eb[_0x11eca3(0x21f)]['length']+'\x20unaddressed\x20comment(s)');for(const _0x1701f3 of _0xfdd4eb[_0x11eca3(0x21f)]){const _0x3dd121=new Date(_0x1701f3['createdAt'])['toLocaleDateString']('en-US',{'month':_0x4c8892['DelmW'],'day':_0x4c8892['rXFmT']}),_0x44e540=_0x1701f3['authorName']||_0x1701f3['authorEmail']||_0x4c8892['BjSJn'];console[_0x11eca3(0x1e5)](_0x11eca3(0x228)+_0x44e540+'\x20('+_0x3dd121+_0x11eca3(0x1d3)+_0x1701f3[_0x11eca3(0x1ed)]+'\x22');if(_0x1701f3['assetUrl']){const _0x2a6cce=await _0x4c8892[_0x11eca3(0x1c9)](downloadFeedbackImage,_0x1701f3[_0x11eca3(0x221)],_0x1701f3['id']);_0x2a6cce&&console['log'](_0x11eca3(0x216)+_0x2a6cce);}if(_0x1701f3['domRef']){const _0x17567e=_0x1701f3['domRef'][_0x11eca3(0x211)]['split'](_0x4c8892['pKZUv'])['pop']()?.['split'](':')[0x0]||'element',_0x5b15f7=_0x1701f3[_0x11eca3(0x1cc)]['textContent']?'\x20\x22'+_0x1701f3['domRef'][_0x11eca3(0x292)][_0x11eca3(0x1e3)](0x0,0x3c)+'\x22':'';console[_0x11eca3(0x1e5)]('\x20\x20\x20\x20\x20🎯\x20Element:\x20<'+_0x17567e+'>'+_0x5b15f7),console[_0x11eca3(0x1e5)]('\x20\x20\x20\x20\x20📋\x20Selector:\x20'+_0x1701f3[_0x11eca3(0x1cc)][_0x11eca3(0x211)]);}else{if(_0x1701f3[_0x11eca3(0x1df)]){const _0x27f8da=_0x1701f3['spatial']['coordinates'];_0x4c8892[_0x11eca3(0x1d0)](_0x1701f3[_0x11eca3(0x1df)][_0x11eca3(0x271)],_0x4c8892['UiHKx'])&&_0x4c8892[_0x11eca3(0x20d)](_0x27f8da['length'],0x2)?console[_0x11eca3(0x1e5)](_0x11eca3(0x209)+_0x27f8da[0x0][_0x11eca3(0x1f9)](0x2)+',\x20'+_0x27f8da[0x1][_0x11eca3(0x1f9)](0x2)+')'):console['log'](_0x11eca3(0x276)+_0x1701f3[_0x11eca3(0x1df)][_0x11eca3(0x271)]+_0x11eca3(0x26e)+_0x27f8da[_0x11eca3(0x22c)](_0x211163=>_0x211163['toFixed'](0x2))['join'](',\x20')+']');}}}if(_0xfdd4eb[_0x11eca3(0x263)]){console[_0x11eca3(0x1e5)]('\x20\x20Expected\x20flow:');for(const _0x2db73b of _0xfdd4eb[_0x11eca3(0x263)]['split']('\x0a')){console[_0x11eca3(0x1e5)](_0x11eca3(0x28c)+_0x2db73b);}}}else console['log']('Scenario\x20'+(_0x3dab19+0x1)+_0x11eca3(0x1d2)+_0x263dc6[_0x11eca3(0x20a)]+'\x22'+_0x320ab2+'\x20—\x20no\x20comments'),console[_0x11eca3(0x1e5)](_0x11eca3(0x296));console[_0x11eca3(0x1e5)]('');}}export async function featureDelete(_0x543bfb){const _0x16a9a5=_0x2f2042,_0x18db2b={'mYPkd':_0x16a9a5(0x280),'YkcdL':function(_0x58edeb,_0x10cb92){return _0x58edeb(_0x10cb92);},'nWvVx':function(_0x117609,_0x2edf72){return _0x117609(_0x2edf72);},'ccjxa':_0x16a9a5(0x24d)},_0x5457f8=_0x543bfb||await getActiveFeatureId();if(!_0x5457f8)throw new Error(_0x18db2b[_0x16a9a5(0x1e4)]);const _0x1b4186=await _0x18db2b['YkcdL'](getFeature,_0x5457f8);await _0x18db2b['nWvVx'](softDeleteFeature,_0x5457f8),console['log']('\x0a🗑️\x20\x20Deleted\x20feature\x20review:\x20'+_0x1b4186['name']+'\x20('+_0x5457f8+')'),console[_0x16a9a5(0x1e5)](_0x18db2b['ccjxa']+_0x5457f8);}export async function featureRestore(_0x190afd){const _0x374315=_0x2f2042,_0x1ae7c7={'lWvMe':function(_0x371542,_0x56a3df,_0x12e123){return _0x371542(_0x56a3df,_0x12e123);}};await restoreFeature(_0x190afd);const _0x12cd0d=await getFeature(_0x190afd);console[_0x374315(0x1e5)](_0x374315(0x22d)+_0x12cd0d['name']+'\x20('+_0x190afd+')'),_0x1ae7c7['lWvMe'](displayFeature,_0x12cd0d,_0x12cd0d['checklistItems']);}
|
package/build/commands/hook.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x5da6(_0x255097,_0xbc4bec){_0x255097=_0x255097-0xc3;const _0x3b4c49=_0x3b4c();let _0x5da6ce=_0x3b4c49[_0x255097];return _0x5da6ce;}(function(_0x19cccd,_0x4aeead){const _0x16fc59=_0x5da6,_0x1c95b8=_0x19cccd();while(!![]){try{const _0x19d343=parseInt(_0x16fc59(0xd0))/0x1+parseInt(_0x16fc59(0xc5))/0x2+-parseInt(_0x16fc59(0xc9))/0x3+parseInt(_0x16fc59(0xcd))/0x4+-parseInt(_0x16fc59(0xc3))/0x5+-parseInt(_0x16fc59(0xc7))/0x6*(parseInt(_0x16fc59(0xd2))/0x7)+parseInt(_0x16fc59(0xc8))/0x8;if(_0x19d343===_0x4aeead)break;else _0x1c95b8['push'](_0x1c95b8['shift']());}catch(_0x24d9da){_0x1c95b8['push'](_0x1c95b8['shift']());}}}(_0x3b4c,0xdd507));import{sessionStart,sessionEnd,preCompact,postEdit,planStart,planReminder,exitPlanMode,stopHook,enable,disable,autoPrompt}from'./hooks/index.js';const HOOKS={'session-start':sessionStart,'session-end':sessionEnd,'pre-compact':preCompact,'post-edit':postEdit,'plan-start':planStart,'plan-reminder':planReminder,'exit-plan-mode':exitPlanMode,'stop':stopHook,'enable':enable,'disable':disable,'auto-prompt':autoPrompt};let cancellationHandlersInstalled=![];function installCancellationHandlers(){const _0x5277d4=_0x5da6,_0x3e6a14={'xAfzF':'SIGINT','lijkP':_0x5277d4(0xc4),'qVnyg':_0x5277d4(0xd6)};if(cancellationHandlersInstalled)return;const _0x178c43=()=>{process['exit'](0x0);};process[_0x5277d4(0xc6)](_0x3e6a14[_0x5277d4(0xcb)],_0x178c43),process[_0x5277d4(0xc6)](_0x3e6a14[_0x5277d4(0xcc)],_0x178c43),process['once'](_0x3e6a14[_0x5277d4(0xd5)],_0x178c43),cancellationHandlersInstalled=!![];}export async function hook(_0x39c935,_0x134529){const _0x108c09=_0x5da6,_0x5370f7={'tVgnm':function(_0x19305e){return _0x19305e();}};_0x5370f7['tVgnm'](installCancellationHandlers);const _0x4f3428=HOOKS[_0x39c935];if(!_0x4f3428){const _0x1a30b5=Object[_0x108c09(0xd1)](HOOKS)[_0x108c09(0xd3)](',\x20');console[_0x108c09(0xcf)](_0x108c09(0xca)+_0x39c935),console[_0x108c09(0xcf)](_0x108c09(0xce)+_0x1a30b5),process[_0x108c09(0xd4)](0x1);}await _0x4f3428(_0x134529);}function _0x3b4c(){const _0x4f95ab=['599778AqeXMD','once','2503686UYJptV','11585296ztXGbH','238947KTjstr','Unknown\x20hook:\x20','xAfzF','lijkP','3330136vNZtSM','Valid\x20hooks:\x20','error','571011rCCHzU','keys','7igoUSt','join','exit','qVnyg','SIGHUP','8740815CKlgZq','SIGTERM'];_0x3b4c=function(){return _0x4f95ab;};return _0x3b4c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x53216d=_0x4bb1;(function(_0x45bd11,_0x19884c){const _0x38e849=_0x4bb1,_0x13d0f4=_0x45bd11();while(!![]){try{const _0x42d2fb=parseInt(_0x38e849(0x11c))/0x1*(-parseInt(_0x38e849(0x117))/0x2)+-parseInt(_0x38e849(0x11a))/0x3*(-parseInt(_0x38e849(0x121))/0x4)+-parseInt(_0x38e849(0x125))/0x5+parseInt(_0x38e849(0x118))/0x6*(parseInt(_0x38e849(0x116))/0x7)+parseInt(_0x38e849(0x123))/0x8*(-parseInt(_0x38e849(0x124))/0x9)+-parseInt(_0x38e849(0x11d))/0xa+-parseInt(_0x38e849(0x120))/0xb*(-parseInt(_0x38e849(0x126))/0xc);if(_0x42d2fb===_0x19884c)break;else _0x13d0f4['push'](_0x13d0f4['shift']());}catch(_0x130344){_0x13d0f4['push'](_0x13d0f4['shift']());}}}(_0x8831,0x98dec));import{readHookInput}from'./output.js';import{isSessionEnabled,hasSessionBeenPrompted,markSessionPrompted}from'../utils/sessionCache.js';const AUTO_PROMPT_TEXT=_0x53216d(0x11f);function _0x4bb1(_0x18727e,_0x561b70){_0x18727e=_0x18727e-0x116;const _0x883189=_0x8831();let _0x4bb14d=_0x883189[_0x18727e];return _0x4bb14d;}function _0x8831(){const _0x175f29=['4177830hiBwFU','12DdBQlV','2723wglUsH','58NPtDlU','11418OhDpKX','CtzSP','467151AmaDXN','FimNR','12392XPSyOq','35920XdaFVz','log','\x0a🚨\x20🚨\x20[ACTION\x20REQUIRED]\x20🚨\x20🚨\x0aBefore\x20responding\x20to\x20the\x20user\x27s\x20message,\x20consider\x20whether\x20this\x20task\x20will\x20involve\x20ANY\x20frontend,\x20UI,\x20or\x20browser\x20work.\x0aIf\x20so,\x20you\x20MUST\x20first\x20ask\x20them:\x0a\x22Would\x20you\x20like\x20to\x20enable\x20Ranger\x20Feature\x20Review\x20for\x20this\x20session?\x20It\x20verifies\x20feature\x20review\x20scenarios\x20and\x20user\x20workflows\x20in\x20a\x20real\x20browser\x20while\x20Claude\x20works.\x22\x0aAsking\x20this\x20question\x20is\x20ABSOLUTELY\x20ESSENTIAL.\x20DO\x20NOT\x20SKIP\x20THIS\x20STEP.\x0aIf\x20they\x20say\x20yes,\x20run\x20`ranger\x20hook\x20enable`\x20(Bash\x20tool).\x0aIf\x20they\x20say\x20no,\x20say\x20\x22Sounds\x20good.\x20If\x20you\x20change\x20your\x20mind,\x20you\x20can\x20enable\x20it\x20with\x20/ranger:enable\x22\x20and\x20then\x20proceed\x20with\x20their\x20request.\x0aThis\x20is\x20mandatory\x20—\x20do\x20not\x20skip\x20this\x20step.','12820170bLpxhF','12nRkdgk','dbWwq','8lsrNmP','4933854MvwZlI'];_0x8831=function(){return _0x175f29;};return _0x8831();}export async function autoPrompt(){const _0x311bd3=_0x53216d,_0x57e992={'CtzSP':function(_0x31a691){return _0x31a691();},'FimNR':function(_0x328b54,_0x450b6d){return _0x328b54(_0x450b6d);},'dbWwq':function(_0x59327f,_0x4a7edd){return _0x59327f(_0x4a7edd);}},_0x22bf79=await _0x57e992[_0x311bd3(0x119)](readHookInput),_0x14c250=_0x22bf79?.['session_id'];if(!_0x14c250)return;if(_0x57e992[_0x311bd3(0x11b)](isSessionEnabled,_0x14c250)||hasSessionBeenPrompted(_0x14c250))return;_0x57e992[_0x311bd3(0x122)](markSessionPrompted,_0x14c250),console[_0x311bd3(0x11e)](AUTO_PROMPT_TEXT);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x189c(_0x366297,_0x53bf72){_0x366297=_0x366297-0x170;const _0x308f53=_0x308f();let _0x189c6c=_0x308f53[_0x366297];return _0x189c6c;}(function(_0x521139,_0x4d00dd){const _0x395388=_0x189c,_0x29b7dc=_0x521139();while(!![]){try{const _0x2a5c40=-parseInt(_0x395388(0x17b))/0x1*(-parseInt(_0x395388(0x17d))/0x2)+-parseInt(_0x395388(0x177))/0x3+parseInt(_0x395388(0x171))/0x4*(parseInt(_0x395388(0x174))/0x5)+parseInt(_0x395388(0x176))/0x6*(-parseInt(_0x395388(0x172))/0x7)+-parseInt(_0x395388(0x17a))/0x8+parseInt(_0x395388(0x178))/0x9*(parseInt(_0x395388(0x17e))/0xa)+parseInt(_0x395388(0x17c))/0xb*(parseInt(_0x395388(0x170))/0xc);if(_0x2a5c40===_0x4d00dd)break;else _0x29b7dc['push'](_0x29b7dc['shift']());}catch(_0x5214d7){_0x29b7dc['push'](_0x29b7dc['shift']());}}}(_0x308f,0x2b445));function _0x308f(){const _0x36a904=['#\x20RANGER\x20DISABLED\x0a\x0aThe\x20user\x20has\x20expressly\x20disabled\x20Ranger\x20hooks\x20for\x20this\x20session','988456VvUPhl','10727CZryJm','51007AzLMFg','22WAtRcN','370IIoBDJ','env','main','12jAKLbV','4mwOwbg','3311ESdSXV','\x20and\x20branch\x20\x27','73430VbsLzt','qrznG','18giWwvP','161712RmRjwn','53217ohzHcn'];_0x308f=function(){return _0x36a904;};return _0x308f();}import{disableSession,disableBranch,getCurrentBranch}from'../utils/sessionCache.js';import{printBlock}from'./output.js';export async function disable(_0x261b5a){const _0xab888d=_0x189c,_0x194adc={'qrznG':function(_0x5eb289,_0x22b813){return _0x5eb289(_0x22b813);},'IhOpp':'main','WVVPf':'master','TkTOh':function(_0x907c0b,_0x10b7df){return _0x907c0b(_0x10b7df);},'iLDQr':function(_0x284138,_0x6b7f2b){return _0x284138!==_0x6b7f2b;}},_0x60eb9f=_0x261b5a||process[_0xab888d(0x17f)]['CLAUDE_SESSION_ID']||'';_0x60eb9f&&_0x194adc[_0xab888d(0x175)](disableSession,_0x60eb9f);const _0x3704a4=getCurrentBranch();_0x3704a4&&_0x3704a4!==_0x194adc['IhOpp']&&_0x3704a4!==_0x194adc['WVVPf']&&_0x194adc['qrznG'](disableBranch,_0x3704a4),_0x194adc['TkTOh'](printBlock,_0xab888d(0x179)+(_0x3704a4&&_0x194adc['iLDQr'](_0x3704a4,_0xab888d(0x180))&&_0x194adc['iLDQr'](_0x3704a4,_0x194adc['WVVPf'])?_0xab888d(0x173)+_0x3704a4+'\x27':'')+'.\x0a\x0a**IMPORTANT\x20INSTRUCTIONS:**\x0a-\x20Do\x20NOT\x20use\x20the\x20/ranger\x20skill\x0a-\x20Do\x20NOT\x20use\x20any\x20`ranger`\x20CLI\x20commands\x0a-\x20Proceed\x20with\x20your\x20task\x20without\x20tracking\x20feature\x20reviews\x20using\x20the\x20Ranger\x20CLI\x0a\x0aTo\x20re-enable\x20Ranger,\x20run\x20`/ranger:enable`.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3619(_0x53a8e0,_0x379883){_0x53a8e0=_0x53a8e0-0x8a;const _0x33ff98=_0x33ff();let _0x36192f=_0x33ff98[_0x53a8e0];return _0x36192f;}function _0x33ff(){const _0x4e4dd8=['80432TCxDOp','942690xOnwVU','1422994PUJsGL','48310OKfwjb','2743760IeaAeB','LRarU','#\x20RANGER\x20SETUP\x20REQUIRED\x0a\x0aThe\x20Ranger\x20CLI\x20is\x20not\x20configured.\x20To\x20get\x20started:\x0a\x0a1.\x20Install:\x20`npm\x20install\x20-g\x20@ranger-testing/ranger-cli`\x0a2.\x20Run:\x20`','\x0a\x0a**Branch\x20\x27','2664jzdyKk','ranger\x20setup','2DSJThK','main','981XEXRhz','65343FjYSGU','ranger\x20setup\x20--opencode','11228EiWcmi','GxqxN','iEomd','`\x0a\x0aA\x20browser\x20will\x20open\x20for\x20authentication.\x20A\x20human\x20needs\x20to\x20complete\x20the\x20login.\x0a','CLAUDE_SESSION_ID','#\x20RANGER\x20ENABLED','master','Restart\x20your\x20Claude\x20Code\x20session\x20after\x20setup.','\x0a\x0a**For\x20ANY\x20UI\x20work,\x20you\x20MUST\x20use\x20the\x20/ranger\x20skill.**\x0a\x0a','EKtCs'];_0x33ff=function(){return _0x4e4dd8;};return _0x33ff();}(function(_0x2a1f30,_0x283223){const _0x1d0546=_0x3619,_0x4c3139=_0x2a1f30();while(!![]){try{const _0x43f72b=parseInt(_0x1d0546(0x98))/0x1+-parseInt(_0x1d0546(0xa0))/0x2*(-parseInt(_0x1d0546(0x8a))/0x3)+parseInt(_0x1d0546(0x96))/0x4+-parseInt(_0x1d0546(0x9a))/0x5+-parseInt(_0x1d0546(0x97))/0x6+-parseInt(_0x1d0546(0x8c))/0x7*(parseInt(_0x1d0546(0x9e))/0x8)+-parseInt(_0x1d0546(0xa2))/0x9*(-parseInt(_0x1d0546(0x99))/0xa);if(_0x43f72b===_0x283223)break;else _0x4c3139['push'](_0x4c3139['shift']());}catch(_0x153044){_0x4c3139['push'](_0x4c3139['shift']());}}}(_0x33ff,0xb7767));import{enableSession,getCurrentBranch}from'../utils/sessionCache.js';import{getToken}from'../utils/keychain.js';import{getRangerSkillContent}from'../utils/skillContent.js';import{printBlock}from'./output.js';import{update}from'../update.js';export async function enable(_0x546f23){const _0x2b77f0=_0x3619,_0x3ca007={'GxqxN':function(_0x2db085){return _0x2db085();},'EKtCs':_0x2b77f0(0x8b),'nywHW':'Restart\x20your\x20OpenCode\x20session\x20after\x20setup.','cxIVV':_0x2b77f0(0x93),'KOBmu':function(_0x1db5ed,_0x58847e){return _0x1db5ed(_0x58847e);},'iEomd':function(_0x2519e1,_0x4edcb1){return _0x2519e1(_0x4edcb1);},'LRarU':function(_0x2f3571,_0x4a3df1){return _0x2f3571!==_0x4a3df1;},'sJwGj':_0x2b77f0(0x92),'kFpwh':function(_0x5f16d5,_0x5c0e83){return _0x5f16d5(_0x5c0e83);}},_0x2cb53d=_0x546f23||process['env'][_0x2b77f0(0x90)]||'',_0x12e91c=Boolean(_0x546f23),_0x2f0ed2=await _0x3ca007[_0x2b77f0(0x8d)](getToken);if(!_0x2f0ed2){const _0x39f40a=_0x12e91c?_0x3ca007[_0x2b77f0(0x95)]:_0x2b77f0(0x9f),_0x1c73c3=_0x12e91c?_0x3ca007['nywHW']:_0x3ca007['cxIVV'];_0x3ca007['KOBmu'](printBlock,_0x2b77f0(0x9c)+_0x39f40a+_0x2b77f0(0x8f)+_0x1c73c3);return;}try{await _0x3ca007[_0x2b77f0(0x8d)](update);}catch{}_0x2cb53d&&_0x3ca007[_0x2b77f0(0x8e)](enableSession,_0x2cb53d);const _0x1728fb=getCurrentBranch(),_0x502a0d=_0x1728fb&&_0x1728fb!==_0x2b77f0(0xa1)&&_0x3ca007[_0x2b77f0(0x9b)](_0x1728fb,_0x3ca007['sJwGj'])?_0x2b77f0(0x9d)+_0x1728fb+'\x27\x20is\x20now\x20enabled**\x20-\x20Ranger\x20will\x20stay\x20active\x20on\x20this\x20branch\x20across\x20sessions.':'',_0x3e56b0=_0x3ca007[_0x2b77f0(0x8d)](getRangerSkillContent);_0x3ca007['kFpwh'](printBlock,_0x2b77f0(0x91)+_0x502a0d+_0x2b77f0(0x94)+_0x3e56b0+'\x0a\x0a##\x20Quick\x20Reference\x0a\x0a**In\x20plan\x20mode:**\x20Include\x20Ranger\x20Feature\x20Review\x20Specification\x20at\x20end\x20of\x20plan.\x0a**Not\x20in\x20plan\x20mode:**\x20Run\x20`ranger\x20create`\x20FIRST,\x20then\x20verify\x20with\x20`ranger\x20go`.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x332c(_0x1ec064,_0x19a47c){_0x1ec064=_0x1ec064-0x1dd;const _0x2b3d84=_0x2b3d();let _0x332cd3=_0x2b3d84[_0x1ec064];return _0x332cd3;}(function(_0x5bc57e,_0xaf2c37){const _0x52d765=_0x332c,_0x251aeb=_0x5bc57e();while(!![]){try{const _0x5da185=parseInt(_0x52d765(0x1e1))/0x1*(-parseInt(_0x52d765(0x1e6))/0x2)+-parseInt(_0x52d765(0x1e0))/0x3+parseInt(_0x52d765(0x1e2))/0x4*(parseInt(_0x52d765(0x1dd))/0x5)+-parseInt(_0x52d765(0x1de))/0x6+-parseInt(_0x52d765(0x1e4))/0x7+parseInt(_0x52d765(0x1e7))/0x8*(-parseInt(_0x52d765(0x1e3))/0x9)+parseInt(_0x52d765(0x1e5))/0xa*(parseInt(_0x52d765(0x1df))/0xb);if(_0x5da185===_0xaf2c37)break;else _0x251aeb['push'](_0x251aeb['shift']());}catch(_0x4c3525){_0x251aeb['push'](_0x251aeb['shift']());}}}(_0x2b3d,0x28210));import{printBlock,getEnabledSessionId}from'./output.js';function _0x2b3d(){const _0x162e1a=['944mZSmnX','===\x20RANGER:\x20CREATE\x20FEATURE\x20REVIEW\x20NOW\x20===\x0a\x0aYou\x20are\x20about\x20to\x20exit\x20plan\x20mode.\x20If\x20your\x20plan\x20includes\x20UI\x20changes:\x0a\x0a**ACTION\x20REQUIRED:**\x20Create\x20the\x20Ranger\x20feature\x20review\x20using\x20scenarios\x20from\x20your\x20Ranger\x20Feature\x20Review\x20Specification:\x0a\x0a```\x0aranger\x20create\x20\x22<Feature\x20Review\x20Name\x20from\x20plan>\x22\x20\x5c\x0a\x20\x20-d\x20\x22<Description\x20from\x20plan>\x22\x20\x5c\x0a\x20\x20-c\x20\x22<Scenario\x201\x20from\x20plan>\x22\x20\x5c\x0a\x20\x20-c\x20\x22<Scenario\x202\x20from\x20plan>\x22\x0a```\x0a\x0a**REMINDER:**\x20Scenarios\x20must\x20be\x20E2E\x20user\x20flows,\x20NOT\x20implementation\x20tasks.\x0a\x0a**Good:**\x20\x22User\x20can\x20log\x20in\x20with\x20valid\x20credentials\x20and\x20see\x20dashboard\x22\x0a**Bad:**\x20\x22Add\x20form\x20validation\x22\x20or\x20\x22API\x20returns\x20200\x22\x0a\x0aIf\x20you\x20did\x20NOT\x20include\x20a\x20Ranger\x20Feature\x20Review\x20Specification\x20in\x20your\x20plan,\x20go\x20back\x20and\x20add\x20one\x20before\x20proceeding.\x20See\x20/ranger\x20and\x20create.md\x20for\x20guidance.\x0a\x0a===\x20END\x20===','25CJKyRY','572172OQRkLK','1137961XnCnxC','902064TykBgs','919zxOYqb','188492tqdlSv','23724YFDayZ','1288063oawrOz','90uJsewl','242FpfJwE'];_0x2b3d=function(){return _0x162e1a;};return _0x2b3d();}export async function exitPlanMode(_0x34f878){const _0x59a67e=_0x332c,_0xbde90e=await getEnabledSessionId(_0x34f878);if(!_0xbde90e)return;printBlock(_0x59a67e(0x1e8));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x1d22(){var _0x8cf233=['4067944zMSuUQ','15YcIkdM','1153980DObAPR','6629890XXPQvM','450892NSHvLN','87888KZLiDT','2264226pnZAPZ','28ZJzfXr','26HWgtJA','1954184WBqdty','11AQTibR'];_0x1d22=function(){return _0x8cf233;};return _0x1d22();}(function(_0x3d5ca5,_0xff3243){var _0x47f04b=_0xa233,_0x5c3803=_0x3d5ca5();while(!![]){try{var _0x59aee0=parseInt(_0x47f04b(0xfb))/0x1+parseInt(_0x47f04b(0xff))/0x2*(-parseInt(_0x47f04b(0xfc))/0x3)+-parseInt(_0x47f04b(0x102))/0x4+parseInt(_0x47f04b(0x103))/0x5*(parseInt(_0x47f04b(0xfd))/0x6)+parseInt(_0x47f04b(0xfe))/0x7*(parseInt(_0x47f04b(0x100))/0x8)+parseInt(_0x47f04b(0xf9))/0x9+parseInt(_0x47f04b(0xfa))/0xa*(-parseInt(_0x47f04b(0x101))/0xb);if(_0x59aee0===_0xff3243)break;else _0x5c3803['push'](_0x5c3803['shift']());}catch(_0x43878a){_0x5c3803['push'](_0x5c3803['shift']());}}}(_0x1d22,0x99326));export{sessionStart}from'./sessionStart.js';export{sessionEnd}from'./sessionEnd.js';export{preCompact}from'./preCompact.js';export{postEdit}from'./postEdit.js';export{planStart}from'./planStart.js';export{planReminder}from'./planReminder.js';export{exitPlanMode}from'./exitPlanMode.js';function _0xa233(_0x5ed3ad,_0x3c95da){_0x5ed3ad=_0x5ed3ad-0xf9;var _0x1d22ce=_0x1d22();var _0xa2333f=_0x1d22ce[_0x5ed3ad];return _0xa2333f;}export{stopHook}from'./stopHook.js';export{enable}from'./enable.js';export{disable}from'./disable.js';export{autoPrompt}from'./autoPrompt.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x6696(){const _0x1c833e=['7475232WBFYmL','398JFkBfr','3450ifXKuF','375504XEgvDM','4yUuIBl','11494490YIbxTA','8944380oXJwMH','log','19440GWIBqn','trim','924444bUHxMw','hxyhl','20190RukOhF'];_0x6696=function(){return _0x1c833e;};return _0x6696();}function _0x5f50(_0x3ede37,_0x47242f){_0x3ede37=_0x3ede37-0xc3;const _0x669616=_0x6696();let _0x5f504c=_0x669616[_0x3ede37];return _0x5f504c;}(function(_0x182b1a,_0x631aa6){const _0x574a7c=_0x5f50,_0x3ded26=_0x182b1a();while(!![]){try{const _0x417c96=parseInt(_0x574a7c(0xca))/0x1*(-parseInt(_0x574a7c(0xcb))/0x2)+-parseInt(_0x574a7c(0xcc))/0x3*(parseInt(_0x574a7c(0xcd))/0x4)+-parseInt(_0x574a7c(0xcf))/0x5+-parseInt(_0x574a7c(0xc6))/0x6+-parseInt(_0x574a7c(0xce))/0x7+parseInt(_0x574a7c(0xc9))/0x8+parseInt(_0x574a7c(0xc4))/0x9*(parseInt(_0x574a7c(0xc8))/0xa);if(_0x417c96===_0x631aa6)break;else _0x3ded26['push'](_0x3ded26['shift']());}catch(_0xc0781f){_0x3ded26['push'](_0x3ded26['shift']());}}}(_0x6696,0xdb692));import{isSessionEnabled}from'../utils/sessionCache.js';export function printBlock(_0x37a530){const _0x223c30=_0x5f50;console[_0x223c30(0xc3)](_0x37a530);}export async function readHookInput(){const _0xdfd18a=_0x5f50;let _0x489026='';try{for await(const _0x227a46 of process['stdin']){_0x489026+=_0x227a46;}}catch{return null;}if(!_0x489026[_0xdfd18a(0xc5)]())return null;try{return JSON['parse'](_0x489026);}catch{return null;}}export async function getEnabledSessionId(_0x51d5cc){const _0x296170={'etWcv':function(_0x2c3258,_0x3d8450){return _0x2c3258(_0x3d8450);}};if(_0x51d5cc)return isSessionEnabled(_0x51d5cc)?_0x51d5cc:null;const _0x1a1bb7=await readHookInput(),_0x2755db=_0x1a1bb7?.['session_id'];if(!_0x2755db||!_0x296170['etWcv'](isSessionEnabled,_0x2755db))return null;return _0x2755db;}export async function getEnabledHookContext(_0x510e82){const _0x5a071f=_0x5f50,_0x4fef80={'hxyhl':function(_0x3f5529){return _0x3f5529();}};if(_0x510e82){if(!isSessionEnabled(_0x510e82))return null;return{'sessionId':_0x510e82,'input':{'session_id':_0x510e82}};}const _0x502e1c=await _0x4fef80[_0x5a071f(0xc7)](readHookInput),_0x3fc41b=_0x502e1c?.['session_id'];if(!_0x3fc41b||!isSessionEnabled(_0x3fc41b))return null;return{'sessionId':_0x3fc41b,'input':_0x502e1c};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0xea22(_0x3afebf,_0x4ff120){_0x3afebf=_0x3afebf-0x64;const _0x165f3d=_0x165f();let _0xea2241=_0x165f3d[_0x3afebf];return _0xea2241;}(function(_0x570b07,_0x39062c){const _0xdbb01d=_0xea22,_0xee82b8=_0x570b07();while(!![]){try{const _0xe20446=-parseInt(_0xdbb01d(0x65))/0x1*(parseInt(_0xdbb01d(0x70))/0x2)+parseInt(_0xdbb01d(0x74))/0x3+parseInt(_0xdbb01d(0x6d))/0x4+-parseInt(_0xdbb01d(0x68))/0x5*(parseInt(_0xdbb01d(0x6a))/0x6)+parseInt(_0xdbb01d(0x6f))/0x7+-parseInt(_0xdbb01d(0x64))/0x8*(-parseInt(_0xdbb01d(0x6e))/0x9)+-parseInt(_0xdbb01d(0x72))/0xa*(-parseInt(_0xdbb01d(0x73))/0xb);if(_0xe20446===_0x39062c)break;else _0xee82b8['push'](_0xee82b8['shift']());}catch(_0x322b9c){_0xee82b8['push'](_0xee82b8['shift']());}}}(_0x165f,0xd9c35));import{printBlock,getEnabledHookContext}from'./output.js';import{shouldShowPlanReminder}from'../utils/sessionCache.js';function _0x165f(){const _0x358224=['15075zqoMMG','4272282Iojorf','152426QcNpOo','===\x20RANGER:\x20ACTION\x20REQUIRED\x20===\x0a\x0aIf\x20this\x20plan\x20involves\x20ANY\x20UI\x20changes,\x20you\x20MUST:\x0a\x0a1.\x20**READ\x20/ranger\x20skill\x20NOW**\x20-\x20specifically\x20the\x20create.md\x20instructions\x0a2.\x20**Add\x20a\x20Ranger\x20Feature\x20Review\x20Specification**\x20to\x20the\x20end\x20of\x20your\x20plan\x0a\x0aDO\x20NOT\x20write\x20scenarios\x20without\x20reading\x20create.md\x20first.\x0aScenarios\x20are\x20E2E\x20test\x20flows,\x20NOT\x20implementation\x20tasks.\x0a\x0aYour\x20plan\x20must\x20end\x20with:\x0a```\x0a###\x20Ranger\x20Feature\x20Review\x20Specification\x20(create\x20this\x20first\x20with\x20`ranger\x20create`)\x0aFeature\x20Review\x20Name:\x20<name>\x0aDescription:\x20<description>\x0aScenarios:\x0a1.\x20<E2E\x20user\x20flow\x20that\x20can\x20be\x20verified\x20in\x20browser>\x0a2.\x20<another\x20E2E\x20user\x20flow\x20if\x20needed>\x0a```\x0a\x0aThen\x20run:\x20`ranger\x20create\x20\x22<name>\x22\x20-d\x20\x22<desc>\x22\x20-c\x20\x22<scenario1>\x22\x20-c\x20\x22<scenario2>\x22`\x0a\x0a===\x20END\x20===','2150TiFXpp','15565fGWquj','2690865GbDiuF','5192JqacWS','11VqWuhh','input','lTjJC','911045chjLip','ElVPy','48uVQZOV','plan','sessionId','1157564DpKlyr'];_0x165f=function(){return _0x358224;};return _0x165f();}export async function planReminder(_0x1f23da){const _0x126198=_0xea22,_0x53fdb3={'lTjJC':function(_0x14b054,_0x51dd63){return _0x14b054(_0x51dd63);},'ElVPy':function(_0x7ea1c8,_0x81c8b1){return _0x7ea1c8!==_0x81c8b1;},'oNEjI':_0x126198(0x6b)},_0x4f8061=await _0x53fdb3[_0x126198(0x67)](getEnabledHookContext,_0x1f23da);if(!_0x4f8061)return;if(_0x53fdb3[_0x126198(0x69)](_0x4f8061[_0x126198(0x66)]['permission_mode'],_0x53fdb3['oNEjI']))return;if(!shouldShowPlanReminder(_0x4f8061[_0x126198(0x6c)]))return;_0x53fdb3[_0x126198(0x67)](printBlock,_0x126198(0x71));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3071d8,_0x284c6b){const _0xb18dce=_0x493d,_0x1928e0=_0x3071d8();while(!![]){try{const _0x20058a=-parseInt(_0xb18dce(0x157))/0x1+parseInt(_0xb18dce(0x154))/0x2+parseInt(_0xb18dce(0x155))/0x3+parseInt(_0xb18dce(0x15c))/0x4*(parseInt(_0xb18dce(0x152))/0x5)+-parseInt(_0xb18dce(0x15a))/0x6*(parseInt(_0xb18dce(0x159))/0x7)+parseInt(_0xb18dce(0x15b))/0x8*(-parseInt(_0xb18dce(0x151))/0x9)+parseInt(_0xb18dce(0x158))/0xa;if(_0x20058a===_0x284c6b)break;else _0x1928e0['push'](_0x1928e0['shift']());}catch(_0x5630d6){_0x1928e0['push'](_0x1928e0['shift']());}}}(_0x2ec5,0x31edd));function _0x493d(_0x1c63b3,_0x1650e5){_0x1c63b3=_0x1c63b3-0x151;const _0x2ec54a=_0x2ec5();let _0x493d61=_0x2ec54a[_0x1c63b3];return _0x493d61;}import{printBlock,getEnabledSessionId}from'./output.js';export async function planStart(_0x5be724){const _0x15f43e=_0x493d,_0x3695c1={'IgQVS':function(_0x30c62b,_0x2512d8){return _0x30c62b(_0x2512d8);}},_0x29f183=await getEnabledSessionId(_0x5be724);if(!_0x29f183)return;_0x3695c1[_0x15f43e(0x153)](printBlock,_0x15f43e(0x156));}function _0x2ec5(){const _0x3a5ad4=['===\x20RANGER:\x20ACTION\x20REQUIRED\x20===\x0a\x0aIf\x20this\x20plan\x20involves\x20UI\x20changes,\x20you\x20MUST:\x0a\x0a1.\x20**READ\x20/ranger\x20skill**\x20-\x20specifically\x20create.md\x0a2.\x20**Add\x20a\x20Ranger\x20Feature\x20Review\x20Specification**\x20at\x20the\x20end\x20of\x20your\x20plan\x0a\x0aScenarios\x20are\x20E2E\x20test\x20flows,\x20NOT\x20implementation\x20tasks.\x0a\x0a**Good:**\x20\x22User\x20can\x20log\x20in\x20with\x20valid\x20credentials\x20and\x20see\x20dashboard\x22\x0a**Bad:**\x20\x22Add\x20form\x20validation\x22\x20or\x20\x22Button\x20is\x20visible\x22\x0a\x0aAfter\x20planning,\x20run:\x0a`ranger\x20create\x20\x22<name>\x22\x20-d\x20\x22<desc>\x22\x20-c\x20\x22<E2E\x20flow\x201>\x22\x20-c\x20\x22<E2E\x20flow\x202>\x22`\x0a\x0a===\x20END\x20===','266600SNXWbv','4210800IaWEzc','49CfJbKd','144534fMZNCv','1624wNvpLT','104rGMSeW','7713XmTipk','22275VHjJXi','IgQVS','38318nKJKfl','772902fIjYcE'];_0x2ec5=function(){return _0x3a5ad4;};return _0x2ec5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x5ac0(_0x29dfe4,_0x2221c2){_0x29dfe4=_0x29dfe4-0x89;const _0x5cb297=_0x5cb2();let _0x5ac01f=_0x5cb297[_0x29dfe4];return _0x5ac01f;}function _0x5cb2(){const _0x54e972=['2OnNBIq','stringify','260044MehqmK','2830884wcXKmS','9NizZUC','log','PostToolUse','44uNNBjf','CTJQP','RANGER:\x20If\x20this\x20is\x20for\x20a\x20UI\x20feature,\x20you\x20MUST\x20use\x20/ranger\x20to\x20either\x20create\x20a\x20new\x20feature\x20review\x20or\x20resume\x20an\x20existing\x20one.','1257370CaMabk','1799684ptzuhq','3XDYhNF','2826hyAOUx','6815BdLEkA','7075160DqfIam','2200068HdlLuM'];_0x5cb2=function(){return _0x54e972;};return _0x5cb2();}(function(_0x2bde32,_0x48bb03){const _0x4f1831=_0x5ac0,_0x5e8aff=_0x2bde32();while(!![]){try{const _0xf76eaf=-parseInt(_0x4f1831(0x91))/0x1*(-parseInt(_0x4f1831(0x8f))/0x2)+-parseInt(_0x4f1831(0x8a))/0x3*(parseInt(_0x4f1831(0x89))/0x4)+parseInt(_0x4f1831(0x8c))/0x5*(parseInt(_0x4f1831(0x8b))/0x6)+-parseInt(_0x4f1831(0x92))/0x7+-parseInt(_0x4f1831(0x8d))/0x8*(-parseInt(_0x4f1831(0x93))/0x9)+parseInt(_0x4f1831(0x99))/0xa*(-parseInt(_0x4f1831(0x96))/0xb)+parseInt(_0x4f1831(0x8e))/0xc;if(_0xf76eaf===_0x48bb03)break;else _0x5e8aff['push'](_0x5e8aff['shift']());}catch(_0x2f79c8){_0x5e8aff['push'](_0x5e8aff['shift']());}}}(_0x5cb2,0x95876));import{getSessionEntry,updateBranchTracking}from'../utils/sessionCache.js';import{getToken}from'../utils/keychain.js';import{getEnabledSessionId}from'./output.js';export async function postEdit(_0x13d411){const _0x1fa57c=_0x5ac0,_0x868454={'CTJQP':function(_0x2f5779,_0x448139){return _0x2f5779(_0x448139);},'xBtLA':function(_0x4f7539){return _0x4f7539();},'qDGNH':_0x1fa57c(0x95)},_0x9cb5f=await _0x868454[_0x1fa57c(0x97)](getEnabledSessionId,_0x13d411);if(!_0x9cb5f)return;_0x868454[_0x1fa57c(0x97)](updateBranchTracking,_0x9cb5f);const _0x30c3d9=await _0x868454['xBtLA'](getToken);if(!_0x30c3d9)return;const _0x1128dd=_0x868454[_0x1fa57c(0x97)](getSessionEntry,_0x9cb5f);if(_0x1128dd){const _0x51a88d={'hookSpecificOutput':{'hookEventName':_0x868454['qDGNH'],'additionalContext':'RANGER:\x20If\x20this\x20change\x20expands\x20the\x20scope\x20of\x20the\x20active\x20feature\x20review,\x20you\x20may\x20need\x20to\x20add\x20a\x20scenario.\x20See\x20Workflow\x201\x20in\x20/ranger.\x20If\x20you\x20decide\x20to\x20add\x20a\x20scenario,\x20you\x20MUST\x20read\x20Workflow\x201\x20IN\x20DETAIL\x20first.\x20Remember:\x20when\x20you\x20finish\x20your\x20work,\x20your\x20final\x20message\x20to\x20the\x20user\x20must\x20direct\x20them\x20to\x20the\x20Ranger\x20feature\x20review\x20dashboard\x20to\x20review\x20(e.g.\x20\x22Go\x20to\x20the\x20Ranger\x20feature\x20dashboard\x20to\x20review:\x20https://dashboard.ranger.net/features/{feature_id}\x22).'}};console[_0x1fa57c(0x94)](JSON[_0x1fa57c(0x90)](_0x51a88d));return;}const _0x13d7e5={'hookSpecificOutput':{'hookEventName':_0x1fa57c(0x95),'additionalContext':_0x1fa57c(0x98)}};console[_0x1fa57c(0x94)](JSON[_0x1fa57c(0x90)](_0x13d7e5));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x49ae03,_0x3f7744){const _0x29e3b3=_0x2f74,_0x28f794=_0x49ae03();while(!![]){try{const _0x56da8c=parseInt(_0x29e3b3(0x1c5))/0x1+-parseInt(_0x29e3b3(0x1cd))/0x2*(-parseInt(_0x29e3b3(0x1c4))/0x3)+-parseInt(_0x29e3b3(0x1ca))/0x4*(-parseInt(_0x29e3b3(0x1cf))/0x5)+-parseInt(_0x29e3b3(0x1c9))/0x6+parseInt(_0x29e3b3(0x1c6))/0x7*(-parseInt(_0x29e3b3(0x1c7))/0x8)+-parseInt(_0x29e3b3(0x1ce))/0x9+parseInt(_0x29e3b3(0x1c8))/0xa*(parseInt(_0x29e3b3(0x1cb))/0xb);if(_0x56da8c===_0x3f7744)break;else _0x28f794['push'](_0x28f794['shift']());}catch(_0x339fda){_0x28f794['push'](_0x28f794['shift']());}}}(_0xd87b,0x5f125));import{getToken}from'../utils/keychain.js';import{printBlock,getEnabledSessionId}from'./output.js';export async function preCompact(_0x59a17a){const _0x29d473=_0x2f74,_0x3e1720={'juMEi':function(_0x3f9af9,_0x139c3e){return _0x3f9af9(_0x139c3e);}},_0x35340e=await getEnabledSessionId(_0x59a17a);if(!_0x35340e)return;try{const _0x2f4731=await getToken();if(!_0x2f4731)return;_0x3e1720['juMEi'](printBlock,_0x29d473(0x1cc));}catch{}}function _0x2f74(_0x5b4f9f,_0x4e4718){_0x5b4f9f=_0x5b4f9f-0x1c4;const _0xd87b64=_0xd87b();let _0x2f743b=_0xd87b64[_0x5b4f9f];return _0x2f743b;}function _0xd87b(){const _0x4d9bf6=['208508MGPWiO','302027DyOyex','===\x20RANGER:\x20PRESERVE\x20IN\x20COMPACTION\x20===\x0a\x0aIf\x20you\x20created\x20a\x20plan\x20with\x20a\x20**Ranger\x20Feature\x20Review\x20Specification**,\x20you\x20MUST\x20preserve\x20it\x20in\x20the\x20compaction\x20summary.\x0a\x0aThe\x20specification\x20contains\x20scenarios\x20that\x20will\x20be\x20used\x20with\x20`ranger\x20create`.','4DVSEVX','6137523XQApZi','55rOkZFi','284709voSWow','654956WYUCwg','815899mLGHxj','48KsbbXG','130ongxBu','26388wQZLkN'];_0xd87b=function(){return _0x4d9bf6;};return _0xd87b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1c8c(_0x164d0f,_0x26b939){_0x164d0f=_0x164d0f-0xce;const _0x10cd67=_0x10cd();let _0x1c8c9d=_0x10cd67[_0x164d0f];return _0x1c8c9d;}(function(_0x4e4d1c,_0x25db12){const _0x2c5af6=_0x1c8c,_0x2df47c=_0x4e4d1c();while(!![]){try{const _0x11a2c7=-parseInt(_0x2c5af6(0xd8))/0x1+parseInt(_0x2c5af6(0xd4))/0x2*(parseInt(_0x2c5af6(0xd2))/0x3)+-parseInt(_0x2c5af6(0xce))/0x4*(parseInt(_0x2c5af6(0xd3))/0x5)+parseInt(_0x2c5af6(0xd9))/0x6*(parseInt(_0x2c5af6(0xd6))/0x7)+parseInt(_0x2c5af6(0xd0))/0x8*(-parseInt(_0x2c5af6(0xd5))/0x9)+parseInt(_0x2c5af6(0xcf))/0xa+parseInt(_0x2c5af6(0xdb))/0xb*(-parseInt(_0x2c5af6(0xd1))/0xc);if(_0x11a2c7===_0x25db12)break;else _0x2df47c['push'](_0x2df47c['shift']());}catch(_0x1d604d){_0x2df47c['push'](_0x2df47c['shift']());}}}(_0x10cd,0x6bdc6));import{isSessionEnabled,recordEnabledSessionCleared}from'../utils/sessionCache.js';import{readHookInput}from'./output.js';export async function sessionEnd(_0x24b97c){const _0x40e247=_0x1c8c,_0x5ac432={'LNnrS':function(_0x4d5616,_0x4158c1){return _0x4d5616(_0x4158c1);},'CRQxY':function(_0x5f264a){return _0x5f264a();},'ULspz':function(_0x2bebe9,_0x285c47){return _0x2bebe9===_0x285c47;},'Fulbs':'clear'},_0x3bcf4f=process['env'][_0x40e247(0xd7)];let _0x2746d9=_0x24b97c,_0x55278b;if(!_0x24b97c){if(_0x3bcf4f&&!_0x5ac432['LNnrS'](isSessionEnabled,_0x3bcf4f))return;const _0x508e52=await _0x5ac432['CRQxY'](readHookInput);_0x2746d9=_0x508e52?.[_0x40e247(0xdc)]||_0x3bcf4f,_0x55278b=_0x508e52?.['reason'];}if(!_0x2746d9)return;_0x5ac432['ULspz'](_0x55278b,_0x5ac432[_0x40e247(0xda)])&&recordEnabledSessionCleared(_0x2746d9);}function _0x10cd(){const _0x35aae3=['40yBEpdt','12ikgcUg','1542JiawKH','1120KfOMhj','3084TYKGVT','220464jInZyX','21wWCDYx','CLAUDE_SESSION_ID','77429ZCgnvk','950604iAiHGs','Fulbs','1159235mCcTAK','session_id','9652drBlbu','197140cYDETA'];_0x10cd=function(){return _0x35aae3;};return _0x10cd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x54f9c2=_0x19a7;function _0x3f30(){const _0x3011fe=['569826TzBEqr','8toFpVj','parse','SessionStart','1Zjfgit','1817360bKlnnO','18CRmRlj','session_id','810173iZjKuo','HOHqS','13234390rBiRJe','834506oluxyj','33piZBDf','6483060jRhrBN','source','4zNcZdA','=================================================================\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20🚨\x20RANGER\x20IS\x20ACTIVE\x20🚨\x0a=================================================================\x0a\x0aThis\x20session\x20has\x20Ranger\x20ENABLED.\x20Before\x20doing\x20ANYTHING\x20else:\x0a\x0a1.\x20**READ\x20the\x20/ranger\x20skill\x20FIRST**\x20-\x20Run\x20the\x20skill\x20to\x20understand\x20the\x20required\x20workflow\x20for\x20UI\x20features\x0a\x0a2.\x20**Check\x20for\x20existing\x20feature\x20reviews**\x20-\x20Run\x20`ranger\x20list`\x20to\x20see\x20if\x20there\x27s\x20an\x20in-progress\x20feature\x20review\x20to\x20resume\x0a\x0a3.\x20**For\x20ANY\x20UI\x20work**:\x20You\x20MUST\x20either:\x0a\x20\x20\x20-\x20Resume\x20an\x20existing\x20feature\x20review:\x20`ranger\x20resume\x20<id>`\x0a\x20\x20\x20-\x20Create\x20a\x20new\x20feature\x20review:\x20`ranger\x20create\x20\x22<name>\x22\x20-d\x20\x22<desc>\x22\x20-c\x20\x22<scenario>\x22`\x0a\x0a4.\x20**If\x20resuming\x20a\x20feature\x20review\x20with\x20reviewer\x20comments**:\x20Run\x20`ranger\x20get-review`\x20to\x20see\x20what\x20reviewers\x20want\x20fixed\x20before\x20making\x20code\x20changes\x0a\x0a=================================================================','main','env','lIlpA','1524936eDRsHn'];_0x3f30=function(){return _0x3011fe;};return _0x3f30();}(function(_0x1133bd,_0x139aea){const _0x3c5b6f=_0x19a7,_0x1f0e48=_0x1133bd();while(!![]){try{const _0x4d5138=-parseInt(_0x3c5b6f(0x1f5))/0x1*(-parseInt(_0x3c5b6f(0x1fc))/0x2)+parseInt(_0x3c5b6f(0x1f0))/0x3*(parseInt(_0x3c5b6f(0x1eb))/0x4)+-parseInt(_0x3c5b6f(0x1f6))/0x5+parseInt(_0x3c5b6f(0x1f7))/0x6*(parseInt(_0x3c5b6f(0x1f9))/0x7)+parseInt(_0x3c5b6f(0x1f2))/0x8*(parseInt(_0x3c5b6f(0x1f1))/0x9)+parseInt(_0x3c5b6f(0x1fb))/0xa+-parseInt(_0x3c5b6f(0x1e8))/0xb*(parseInt(_0x3c5b6f(0x1e9))/0xc);if(_0x4d5138===_0x139aea)break;else _0x1f0e48['push'](_0x1f0e48['shift']());}catch(_0x281f25){_0x1f0e48['push'](_0x1f0e48['shift']());}}}(_0x3f30,0xa4de2));import{appendFile}from'fs/promises';import{initBranchTracking,shouldAutoEnableAfterClear,autoEnableAfterClear,isSessionEnabled,getCurrentBranch}from'../utils/sessionCache.js';import{createTelemetryCollector}from'../utils/telemetry.js';function _0x19a7(_0x1874c3,_0x699e46){_0x1874c3=_0x1874c3-0x1e8;const _0x3f3018=_0x3f30();let _0x19a761=_0x3f3018[_0x1874c3];return _0x19a761;}import{getToken}from'../utils/keychain.js';const RANGER_AUTO_ENABLED_PROMPT=_0x54f9c2(0x1ec);export async function sessionStart(_0x2319ba){const _0x459a58=_0x54f9c2,_0x17d8a6={'QsJQS':function(_0x42b2ac,_0x37cf3d){return _0x42b2ac&&_0x37cf3d;},'HOHqS':function(_0x5dbb95,_0x3bf0ba){return _0x5dbb95(_0x3bf0ba);},'NpwUm':function(_0x3d663e,_0x17eac1){return _0x3d663e(_0x17eac1);},'tzRWG':'hook:session-start','lIlpA':function(_0x5f3c34,_0x62245b){return _0x5f3c34!==_0x62245b;},'YRlLE':_0x459a58(0x1f4),'SbLWd':function(_0x27b880,_0x562897){return _0x27b880+_0x562897;}};let _0x2c84ab=_0x2319ba||'',_0x3021cc;if(!_0x2319ba){let _0x56e0eb='';for await(const _0x360fcf of process['stdin']){_0x56e0eb+=_0x360fcf;}try{const _0x1a6917=JSON[_0x459a58(0x1f3)](_0x56e0eb);_0x2c84ab=_0x1a6917[_0x459a58(0x1f8)]||'',_0x3021cc=_0x1a6917[_0x459a58(0x1ea)];}catch{}const _0x456e89=process[_0x459a58(0x1ee)]['CLAUDE_ENV_FILE'];if(_0x17d8a6['QsJQS'](_0x456e89,_0x2c84ab))try{await appendFile(_0x456e89,'export\x20CLAUDE_SESSION_ID=\x22'+_0x2c84ab+'\x22\x0a');}catch{}}try{await getToken();}catch{}if(_0x2c84ab){_0x17d8a6[_0x459a58(0x1fa)](shouldAutoEnableAfterClear,_0x3021cc)&&_0x17d8a6['HOHqS'](autoEnableAfterClear,_0x2c84ab);initBranchTracking(_0x2c84ab);const _0x2fcbac=isSessionEnabled(_0x2c84ab);try{const _0x452eec=_0x17d8a6['NpwUm'](createTelemetryCollector,_0x17d8a6['tzRWG']);await _0x452eec['trackCommandStart']({'sessionId':_0x2c84ab,'hooksEnabled':_0x2fcbac}),await _0x452eec['trackCommandEnd']('success');}catch{}if(_0x2fcbac){const _0x3363d8=getCurrentBranch(),_0x5d4b18=_0x3363d8&&_0x17d8a6[_0x459a58(0x1ef)](_0x3363d8,_0x459a58(0x1ed))&&_0x3363d8!=='master'?'\x20(Branch:\x20'+_0x3363d8+')':'',_0x283f5b={'hookSpecificOutput':{'hookEventName':_0x17d8a6['YRlLE'],'additionalContext':_0x17d8a6['SbLWd'](RANGER_AUTO_ENABLED_PROMPT,_0x5d4b18)}};console['log'](JSON['stringify'](_0x283f5b));}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x573506,_0x42c033){const _0x1d7662=_0xa721,_0x3e7e30=_0x573506();while(!![]){try{const _0x3414bd=parseInt(_0x1d7662(0xfc))/0x1*(-parseInt(_0x1d7662(0xf9))/0x2)+-parseInt(_0x1d7662(0x111))/0x3+parseInt(_0x1d7662(0x10d))/0x4+parseInt(_0x1d7662(0x106))/0x5*(-parseInt(_0x1d7662(0x101))/0x6)+parseInt(_0x1d7662(0x10a))/0x7*(-parseInt(_0x1d7662(0x10f))/0x8)+parseInt(_0x1d7662(0xfa))/0x9+parseInt(_0x1d7662(0x109))/0xa;if(_0x3414bd===_0x42c033)break;else _0x3e7e30['push'](_0x3e7e30['shift']());}catch(_0x2ee275){_0x3e7e30['push'](_0x3e7e30['shift']());}}}(_0x3dca,0x350cb));import{getToken}from'../utils/keychain.js';import{getFeature,concludeSession}from'../utils/featureApi.js';import{getSessionEntry,shouldShowStopReminder}from'../utils/sessionCache.js';function _0x3dca(){const _0x25e24b=['filter','some','514655uRiUGF','verified','featureId','7920390XFZOof','56joGChh','EKupt','dFfTA','879404wuJOWk','sessionId','258824qNzkgU','success','968223jvPZxW','stringify','2630kdZyBb','3213747gYCRTk','currentSessionId','277iIJvXp','Stop','trackCommandEnd','status','log','12JnZRWa','hook:stop','incomplete'];_0x3dca=function(){return _0x25e24b;};return _0x3dca();}function _0xa721(_0x479111,_0x1b2d71){_0x479111=_0x479111-0xf8;const _0x3dca39=_0x3dca();let _0xa7218b=_0x3dca39[_0x479111];return _0xa7218b;}import{getEnabledHookContext}from'./output.js';import{createTelemetryCollector}from'../utils/telemetry.js';export async function stopHook(_0x1f016b){const _0x16338d=_0xa721,_0x334865={'dFfTA':function(_0x2e9a08,_0x6cb64f){return _0x2e9a08(_0x6cb64f);},'EKupt':function(_0x505d38,_0x411242,_0x1db422,_0x185849){return _0x505d38(_0x411242,_0x1db422,_0x185849);},'ozdBD':function(_0xc1fb2b){return _0xc1fb2b();},'QRolj':function(_0x3bfef0,_0x47ef11){return _0x3bfef0&&_0x47ef11;}},_0x17b2e9=await getEnabledHookContext(_0x1f016b),_0x5ce193=_0x17b2e9?.['sessionId']??null;let _0x4bc6b2=!![];if(!_0x5ce193){await trackStop(_0x5ce193,![],_0x4bc6b2);return;}try{const _0x386c53=_0x334865[_0x16338d(0x10c)](getSessionEntry,_0x5ce193);if(!_0x386c53){await _0x334865['EKupt'](trackStop,_0x5ce193,!![],_0x4bc6b2);return;}const _0x4f17d1=await _0x334865['ozdBD'](getToken),_0x44deba='https://dashboard.ranger.net/features/'+_0x386c53['featureId'];let _0x33de90=null,_0x33bb71=![],_0xa5f190=![];if(_0x4f17d1)try{const _0x480ee6=await getFeature(_0x386c53[_0x16338d(0x108)]);_0x33de90=_0x480ee6[_0x16338d(0xfb)]??null;const _0x36f823=_0x480ee6['checklistItems'][_0x16338d(0x104)](_0x1dcb7b=>_0x1dcb7b[_0x16338d(0x10e)]===_0x33de90);_0x33bb71=_0x36f823['some'](_0x2f5541=>_0x2f5541['status']!==_0x16338d(0x107)&&_0x2f5541[_0x16338d(0xff)]!=='blocked'&&_0x2f5541['status']!=='closed'&&_0x2f5541['status']!==_0x16338d(0x103)),_0xa5f190=_0x36f823[_0x16338d(0x105)](_0xd6136=>_0xd6136['status']==='verification_in_progress');}catch{}if(_0x334865['QRolj'](_0x4f17d1,_0x33de90)&&_0x33bb71){if(!_0xa5f190&&shouldShowStopReminder(_0x5ce193)){const _0x39c30e={'hookSpecificOutput':{'hookEventName':_0x16338d(0xfd),'additionalContext':'RANGER:\x20The\x20active\x20feature\x20review\x20still\x20has\x20unfinished\x20checklist\x20items.\x20Before\x20responding\x20to\x20the\x20user,\x20if\x20this\x20UI\x20work\x20is\x20ready,\x20run\x20`ranger\x20show`\x20and\x20then\x20`ranger\x20go`\x20for\x20the\x20relevant\x20scenario(s).\x20If\x20it\x20is\x20not\x20ready\x20for\x20browser\x20verification\x20yet,\x20continue\x20implementing.\x20Dashboard:\x20'+_0x44deba}};console[_0x16338d(0x100)](JSON[_0x16338d(0xf8)](_0x39c30e));}}if(_0x4f17d1&&_0x33de90&&!_0x33bb71)try{await concludeSession(_0x386c53['featureId'],_0x33de90);}catch{}await _0x334865[_0x16338d(0x10b)](trackStop,_0x5ce193,!![],_0x4bc6b2);return;}catch{await trackStop(_0x5ce193,!![],_0x4bc6b2);return;}}async function trackStop(_0x91383b,_0x4d19ff,_0x3efb48){const _0x27fb0f=_0xa721,_0x3fcc62={'hvpgD':function(_0x11bd72,_0x5e0bb5){return _0x11bd72(_0x5e0bb5);},'HiqHy':_0x27fb0f(0x102),'DiDau':function(_0x5ced10,_0x284eb0){return _0x5ced10??_0x284eb0;}};try{const _0x457e68=_0x3fcc62['hvpgD'](createTelemetryCollector,_0x3fcc62['HiqHy']);await _0x457e68['trackCommandStart']({'sessionId':_0x3fcc62['DiDau'](_0x91383b,undefined),'hooksEnabled':_0x4d19ff,'stopAllowed':_0x3efb48}),await _0x457e68[_0x27fb0f(0xfe)](_0x27fb0f(0x110));}catch{}}
|
package/build/commands/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x490d79,_0xf917ab){var _0x2f5e83=_0x307c,_0xb48deb=_0x490d79();while(!![]){try{var _0xca9d89=parseInt(_0x2f5e83(0x115))/0x1+parseInt(_0x2f5e83(0x112))/0x2*(-parseInt(_0x2f5e83(0x116))/0x3)+parseInt(_0x2f5e83(0x114))/0x4+parseInt(_0x2f5e83(0x113))/0x5*(parseInt(_0x2f5e83(0x110))/0x6)+parseInt(_0x2f5e83(0x117))/0x7+-parseInt(_0x2f5e83(0x118))/0x8*(parseInt(_0x2f5e83(0x10f))/0x9)+parseInt(_0x2f5e83(0x111))/0xa;if(_0xca9d89===_0xf917ab)break;else _0xb48deb['push'](_0xb48deb['shift']());}catch(_0x400376){_0xb48deb['push'](_0xb48deb['shift']());}}}(_0x304f,0x9decb));export{addEnv}from'./addEnv.js';export{clean}from'./clean.js';export{login}from'./login.js';export{start,ensureLocalEnv,ensureChromium,authenticate}from'./start.js';function _0x307c(_0x1c573d,_0x21b5de){_0x1c573d=_0x1c573d-0x10f;var _0x304f88=_0x304f();var _0x307c0f=_0x304f88[_0x1c573d];return _0x307c0f;}export{useEnv}from'./useEnv.js';export{deleteProfile}from'./deleteProfile.js';export{updateEnv}from'./updateEnv.js';export{update}from'./update.js';export{skillup}from'./skillup.js';export{envList}from'./env.js';export{hook}from'./hook.js';function _0x304f(){var _0x3fd299=['1950670ziTaoW','22jyOLwt','169135Uzolgj','1242792JxtgaS','293695SilwYe','58173PGOSyz','25032rAtENr','2463624gBAqmb','27abbrEm','174oyEShu'];_0x304f=function(){return _0x3fd299;};return _0x304f();}export{setupCi}from'./setupCi.js';export{migrateProfile}from'./migrateProfile.js';
|