analyzthis_design 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +148 -82
- package/dist/bin/cli.js +1 -1
- package/dist/lib/install.js +1 -1
- package/dist/lib/knowledge.js +1 -1
- package/package.json +2 -2
- package/skills/anuj/SKILL.md +2 -0
- package/skills/arjun/SKILL.md +214 -6
- package/skills/design-critic/SKILL.md +63 -16
- package/skills/design-reference/SKILL.md +16 -0
- package/skills/meera/SKILL.md +2 -0
- package/skills/noor/SKILL.md +2 -0
- package/skills/priya/SKILL.md +2 -0
- package/skills/raj/SKILL.md +16 -5
- package/skills/zara/SKILL.md +10 -1
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# Analyzthis_Design
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A set of AI design personas and a task-first evaluation framework that plugs into Cursor, Claude Code, and Codex CLI as slash commands.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Install once. Run structured UX critiques, multi-phase ideation, and task-grounded screen reviews — directly inside your AI chat.
|
|
6
|
+
|
|
7
|
+
**npm:** [analyzthis_design](https://www.npmjs.com/package/analyzthis_design)
|
|
8
|
+
|
|
9
|
+
---
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
## Install
|
|
8
12
|
|
|
9
13
|
```bash
|
|
10
14
|
# Cursor (default)
|
|
@@ -20,9 +24,7 @@ npx analyzthis_design --target codex
|
|
|
20
24
|
npx analyzthis_design --target all
|
|
21
25
|
```
|
|
22
26
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
| Tool | Install path |
|
|
27
|
+
| Tool | Skills installed to |
|
|
26
28
|
|---|---|
|
|
27
29
|
| Cursor | `~/.cursor/skills/` |
|
|
28
30
|
| Claude Code | `~/.claude/commands/` |
|
|
@@ -30,133 +32,197 @@ Skills are copied to the correct directory for each tool and available immediate
|
|
|
30
32
|
|
|
31
33
|
---
|
|
32
34
|
|
|
33
|
-
##
|
|
35
|
+
## Skills Overview
|
|
34
36
|
|
|
35
|
-
###
|
|
37
|
+
### Entry points (start here)
|
|
36
38
|
|
|
37
|
-
|
|
|
39
|
+
| Command | What it does |
|
|
38
40
|
|---|---|
|
|
39
|
-
| `/
|
|
40
|
-
| `/
|
|
41
|
+
| `/ux-story-gate` | **Recommended first step.** Discovers PRDs and user stories from your knowledge bank and repo, builds a task map, routes to the right personas, and synthesises findings by task with P0/P1/P2 priorities. |
|
|
42
|
+
| `/design-critic` | 4-persona critique → `SHIP / REVISE / BLOCK` verdict with a Composite Score out of 20. |
|
|
43
|
+
| `/ux-ideator` | 6-phase ideation → two competing IA concepts, deliberation, delight pass, feasibility check. |
|
|
41
44
|
|
|
42
|
-
### 7 Individual
|
|
45
|
+
### 7 Individual Personas
|
|
43
46
|
|
|
44
|
-
|
|
47
|
+
Invoke directly for targeted, already-grounded questions. For full screen evaluation, prefer `/ux-story-gate`.
|
|
45
48
|
|
|
46
|
-
|
|
|
49
|
+
| Command | Persona | What they evaluate |
|
|
47
50
|
|---|---|---|
|
|
48
|
-
| `/arjun` | UX Agent |
|
|
49
|
-
| `/meera` | Business Agent |
|
|
50
|
-
| `/priya` | Feasibility Agent | T-shirt
|
|
51
|
-
| `/zara` | Delight Agent | Picks exactly ONE peak delight moment
|
|
52
|
-
| `/noor` | IA Architect |
|
|
53
|
-
| `/anuj` | Power-User Advocate |
|
|
54
|
-
| `/raj` | Arbitrator | Resolves stalemates using 5 ranked product principles
|
|
51
|
+
| `/arjun` | UX Agent | UX Honeycomb (7 dimensions, A–F): Useful, Usable, Findable, Credible, Accessible, Desirable, Valuable |
|
|
52
|
+
| `/meera` | Business Agent | Retention, ARR, GTM lever, adoption risk by customer segment |
|
|
53
|
+
| `/priya` | Feasibility Agent | Engineering effort (T-shirt sizing, 2-axis model), state machine traps, implementation risks |
|
|
54
|
+
| `/zara` | Delight Agent | Picks exactly ONE peak delight moment — or says "speed is the craft" for working surfaces |
|
|
55
|
+
| `/noor` | IA Architect | Minimalist, progressive-disclosure wireframe — Concept A, ≤3 nav levels |
|
|
56
|
+
| `/anuj` | Power-User Advocate | Dense, expert-optimized wireframe — Concept B, bulk actions, keyboard shortcuts |
|
|
57
|
+
| `/raj` | Arbitrator | Resolves persona stalemates using 5 ranked product principles. Never speaks first. |
|
|
55
58
|
|
|
56
|
-
###
|
|
59
|
+
### Supporting skills
|
|
57
60
|
|
|
58
|
-
|
|
|
61
|
+
| Command | Purpose |
|
|
59
62
|
|---|---|
|
|
60
|
-
| `/design-personas` | Session context template — fill in once before
|
|
63
|
+
| `/design-personas` | Session context template — fill in once before a session to ground all 7 personas in project-specific data |
|
|
64
|
+
| `/knowledge-bank` | Auto-populated from your connected vault. All personas read this first. |
|
|
61
65
|
|
|
62
66
|
---
|
|
63
67
|
|
|
64
|
-
## How
|
|
68
|
+
## UX Story Gate — How it works
|
|
65
69
|
|
|
66
|
-
|
|
70
|
+
`/ux-story-gate` is the task-first entry point for any screen evaluation. It runs in 5 phases:
|
|
67
71
|
|
|
68
|
-
|
|
72
|
+
**Phase 0 — PRD Discovery (automatic)**
|
|
73
|
+
Before asking you anything, it scans:
|
|
74
|
+
1. Your connected knowledge bank for user stories, PRDs, acceptance criteria
|
|
75
|
+
2. The current repo for `PRD*.md`, `docs/**/*.md`, `requirements/*.md`, and any file containing "user story / acceptance criteria / done when"
|
|
69
76
|
|
|
70
|
-
|
|
71
|
-
/design-critic
|
|
77
|
+
It builds a draft task map from what it finds and asks you to confirm — you correct, not fill in from scratch.
|
|
72
78
|
|
|
73
|
-
|
|
74
|
-
|
|
79
|
+
**Phase 1 — Task Map Gate**
|
|
80
|
+
If no PRD context is found anywhere, it asks for the task map manually:
|
|
81
|
+
- Which persona? (e.g. Retailer Admin, Media Sales)
|
|
82
|
+
- What task? (verb + object)
|
|
83
|
+
- How often? (daily / weekly / one-time)
|
|
84
|
+
- Done when?
|
|
85
|
+
- Fails when?
|
|
75
86
|
|
|
76
|
-
|
|
87
|
+
**Phase 2 — Field Veto Pass**
|
|
88
|
+
Every field, button, and section on the screen gets a verdict:
|
|
89
|
+
- ✅ Keep — maps to a task
|
|
90
|
+
- ❌ Cut — no task owner
|
|
91
|
+
- ⚠️ Clarify — ambiguous
|
|
92
|
+
|
|
93
|
+
**Phase 3 — Scale & States**
|
|
94
|
+
Forces declaration of scale (rows/entities), and checks for Empty / Error / Loading / Edge states before personas run.
|
|
95
|
+
|
|
96
|
+
**Phase 4 — Persona Routing**
|
|
97
|
+
Routes to the right personas based on task characteristics — not screen type.
|
|
98
|
+
|
|
99
|
+
**Phase 5 — Synthesis**
|
|
100
|
+
A Task × Finding table with P0 / P1 / P2 priorities and a build-ready verdict.
|
|
77
101
|
|
|
78
102
|
---
|
|
79
103
|
|
|
80
|
-
|
|
104
|
+
## Knowledge Bank — Connect your vault
|
|
81
105
|
|
|
82
|
-
|
|
83
|
-
/design-personas
|
|
84
|
-
[Fill in the session context template]
|
|
106
|
+
The knowledge bank lets you connect an Obsidian vault or any markdown folder so that personas read your actual project context — brand guidelines, design decisions, PRDs, research — before forming any opinion.
|
|
85
107
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
108
|
+
```bash
|
|
109
|
+
# Connect a vault (all notes)
|
|
110
|
+
npx analyzthis_design connect --vault ~/Documents/MyVault
|
|
89
111
|
|
|
90
|
-
|
|
112
|
+
# Connect with tag filter (only notes tagged #design, #brand, #prd)
|
|
113
|
+
npx analyzthis_design connect --vault ~/vault --tags design,brand,prd,product
|
|
91
114
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
3. **Noor** produces Concept A (minimalist), **Anuj** produces Concept B (dense)
|
|
95
|
-
4. They deliberate — **Raj** arbitrates if they deadlock
|
|
96
|
-
5. **Arjun** validates the synthesized concept on the UX Honeycomb
|
|
97
|
-
6. **Zara** adds one delight moment (or says it's a working surface, skip)
|
|
98
|
-
7. **Priya** sizes the engineering effort and flags risks
|
|
115
|
+
# Connect with folder filter
|
|
116
|
+
npx analyzthis_design connect --vault ~/vault --include Design,Brand,PRDs,Research
|
|
99
117
|
|
|
100
|
-
|
|
118
|
+
# Sync to Cursor
|
|
119
|
+
npx analyzthis_design sync
|
|
101
120
|
|
|
102
|
-
|
|
121
|
+
# Sync to all tools
|
|
122
|
+
npx analyzthis_design sync --target all
|
|
103
123
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
124
|
+
# Check what's connected
|
|
125
|
+
npx analyzthis_design status
|
|
126
|
+
|
|
127
|
+
# Remove a source
|
|
128
|
+
npx analyzthis_design disconnect --vault ~/Documents/MyVault
|
|
108
129
|
```
|
|
109
130
|
|
|
110
|
-
|
|
131
|
+
Once synced, the knowledge bank is auto-read at the start of every persona session. Your project-specific context takes full precedence over built-in persona defaults.
|
|
111
132
|
|
|
112
|
-
|
|
133
|
+
**PRDs and user stories** in your vault are automatically detected and surfaced at the top of the knowledge bank — `ux-story-gate` reads them in Phase 0 to build the task map without you having to type it out.
|
|
113
134
|
|
|
114
|
-
|
|
115
|
-
# Install for Cursor (default)
|
|
116
|
-
npx analyzthis_design
|
|
135
|
+
Config is stored at `~/.analyzthis_design/config.json` — global across all projects.
|
|
117
136
|
|
|
118
|
-
|
|
119
|
-
npx analyzthis_design --target claude
|
|
137
|
+
---
|
|
120
138
|
|
|
121
|
-
|
|
122
|
-
npx analyzthis_design --target codex
|
|
139
|
+
## CLI Reference
|
|
123
140
|
|
|
124
|
-
|
|
125
|
-
|
|
141
|
+
```bash
|
|
142
|
+
# ── Install ────────────────────────────────────────────────────────────────
|
|
143
|
+
npx analyzthis_design # install for Cursor
|
|
144
|
+
npx analyzthis_design --target claude # install for Claude Code
|
|
145
|
+
npx analyzthis_design --target codex # install for Codex CLI
|
|
146
|
+
npx analyzthis_design --target all # install for all tools
|
|
147
|
+
npx analyzthis_design --force # overwrite existing skills
|
|
148
|
+
|
|
149
|
+
# ── Remove ─────────────────────────────────────────────────────────────────
|
|
150
|
+
npx analyzthis_design remove # remove from Cursor
|
|
151
|
+
npx analyzthis_design remove --target all # remove from all tools
|
|
152
|
+
|
|
153
|
+
# ── List ───────────────────────────────────────────────────────────────────
|
|
154
|
+
npx analyzthis_design list # show Cursor installs
|
|
155
|
+
npx analyzthis_design list --target all # show all tool installs
|
|
156
|
+
|
|
157
|
+
# ── Knowledge bank ─────────────────────────────────────────────────────────
|
|
158
|
+
npx analyzthis_design connect --vault <path>
|
|
159
|
+
npx analyzthis_design connect --vault <path> --tags design,prd,brand
|
|
160
|
+
npx analyzthis_design connect --vault <path> --include Design,PRDs,Research
|
|
161
|
+
npx analyzthis_design sync
|
|
162
|
+
npx analyzthis_design sync --target all
|
|
163
|
+
npx analyzthis_design disconnect --vault <path>
|
|
164
|
+
npx analyzthis_design status
|
|
165
|
+
```
|
|
126
166
|
|
|
127
|
-
|
|
128
|
-
npx analyzthis_design --target all --force
|
|
167
|
+
---
|
|
129
168
|
|
|
130
|
-
|
|
131
|
-
npx analyzthis_design remove --target cursor
|
|
132
|
-
npx analyzthis_design remove --target all
|
|
169
|
+
## How it fits together
|
|
133
170
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
171
|
+
```
|
|
172
|
+
Your vault / repo PRDs
|
|
173
|
+
↓
|
|
174
|
+
knowledge bank ←── npx analyzthis_design sync
|
|
175
|
+
↓
|
|
176
|
+
/ux-story-gate
|
|
177
|
+
↓
|
|
178
|
+
Phase 0: read knowledge bank + scan repo for PRDs
|
|
179
|
+
↓
|
|
180
|
+
Build task map (or confirm draft from PRDs)
|
|
181
|
+
↓
|
|
182
|
+
Route to: /noor /anuj /arjun (+/meera /zara as needed)
|
|
183
|
+
↓
|
|
184
|
+
Task × Finding table → P0 / P1 / P2 verdict
|
|
137
185
|
```
|
|
138
186
|
|
|
139
187
|
---
|
|
140
188
|
|
|
141
|
-
##
|
|
189
|
+
## Repository structure
|
|
142
190
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
191
|
+
```
|
|
192
|
+
bin/
|
|
193
|
+
cli.js CLI entry point
|
|
194
|
+
lib/
|
|
195
|
+
install.js Skill installation logic (copies to ~/.cursor/skills/ etc.)
|
|
196
|
+
knowledge.js Vault reading, sync, PRD categorisation
|
|
197
|
+
scripts/
|
|
198
|
+
obfuscate.js Build step — obfuscates lib/ and bin/ into dist/ before publish
|
|
199
|
+
skills/
|
|
200
|
+
arjun/ UX Agent — Honeycomb scoring
|
|
201
|
+
meera/ Business Agent — retention, ARR, GTM
|
|
202
|
+
priya/ Feasibility Agent — effort sizing
|
|
203
|
+
zara/ Delight Agent — peak-end moment
|
|
204
|
+
noor/ IA Architect — minimalist Concept A
|
|
205
|
+
anuj/ Power-User Advocate — dense Concept B
|
|
206
|
+
raj/ Arbitrator — stalemate resolution
|
|
207
|
+
design-critic/ Orchestrator — 4-persona critique
|
|
208
|
+
ux-ideator/ Orchestrator — 6-phase ideation
|
|
209
|
+
ux-story-gate/ Orchestrator — task-first gate + PRD discovery
|
|
210
|
+
design-personas/ Session context template
|
|
211
|
+
knowledge-bank/ Auto-populated from connected vault
|
|
212
|
+
design-reference/ 12 CSV files — colors, typography, UX guidelines,
|
|
213
|
+
component patterns, charts, icons, 16 framework stacks
|
|
214
|
+
```
|
|
150
215
|
|
|
151
216
|
---
|
|
152
217
|
|
|
153
218
|
## Requirements
|
|
154
219
|
|
|
155
|
-
- [Cursor](https://cursor.com) with Agent Mode
|
|
156
220
|
- Node.js 16+
|
|
221
|
+
- [Cursor](https://cursor.com) with Agent Mode (for `/skill` commands)
|
|
222
|
+
- Claude Code or Codex CLI if using those targets
|
|
157
223
|
|
|
158
224
|
---
|
|
159
225
|
|
|
160
226
|
## License
|
|
161
227
|
|
|
162
|
-
MIT
|
|
228
|
+
MIT — [Rishikesh Joshi](https://github.com/rishikeshjoshi)
|
package/dist/bin/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';(function(_0x20a89e,_0x52f2ec){const _0xc63f09={_0x330e35:0x5b6,_0x464c9d:0x620,_0x17e14c:0x2cd,_0x5d2779:0x2cb,_0x3377bb:0x1c2,_0x3e32cc:0x1f7,_0x58bb5a:0x1c4,_0x633c19:0x686,_0x3dd446:0x231,_0xf6e919:0x213},_0x18a5f4={_0x10e1d3:0x8};function _0x502636(_0x29491c,_0x40368c){return _0x26c9(_0x29491c-0x3cb,_0x40368c);}function _0xc7fdfd(_0x486d89,_0x266f55){return _0x26c9(_0x266f55-_0x18a5f4._0x10e1d3,_0x486d89);}const _0xdbb17c=_0x20a89e();function _0x302132(_0x81316a,_0x2a28dc){return _0x26c9(_0x81316a-0x23,_0x2a28dc);}while(!![]){try{const _0x4ede47=parseInt(_0x502636(_0xc63f09._0x330e35,0x553))/(-0x5*-0x3a1+0x403*0x9+0x3*-0x1215)+parseInt(_0x502636(_0xc63f09._0x464c9d,0x6ba))/(-0x524*0x1+-0x2c7+-0x7ed*-0x1)+parseInt(_0x302132(0x29a,_0xc63f09._0x17e14c))/(-0x1*0x15a7+-0xb3+0x165d)+-parseInt(_0x302132(0x2b0,_0xc63f09._0x5d2779))/(0x13f7+0x1*-0xc5b+-0x798)*(-parseInt(_0xc7fdfd(0x1c7,0x1b4))/(-0x18bb+-0x12b9*-0x1+0x607))+-parseInt(_0xc7fdfd(_0xc63f09._0x3377bb,_0xc63f09._0x3e32cc))/(-0x1*-0x1e03+-0x1*0xcd7+-0x1126)*(-parseInt(_0x302132(_0xc63f09._0x58bb5a,0x178))/(0x8a1*0x1+0x2693+-0x2f2d))+parseInt(_0x502636(_0xc63f09._0x633c19,0x709))/(0x2*0xae7+0x69d*-0x3+-0xf*0x21)*(parseInt(_0xc7fdfd(_0xc63f09._0x3dd446,_0xc63f09._0xf6e919))/(0x133c+0x156b+-0x289e))+-parseInt(_0x302132(0x2f1,0x2fc))/(0xa3*0x4+0x1*-0x219b+0x1f19)*(parseInt(_0x302132(0x24e,0x2d5))/(0x3b*0x49+0x21c5+-0x1*0x328d));if(_0x4ede47===_0x52f2ec)break;else _0xdbb17c['push'](_0xdbb17c['shift']());}catch(_0x55ab8f){_0xdbb17c['push'](_0xdbb17c['shift']());}}}(_0x4a93,-0x21f*-0x647+-0x295b4*0x3+0x52f*0x6d));function _0x26c9(_0x2041ec,_0x12764b){_0x2041ec=_0x2041ec-(-0x6d*-0x37+-0x214a+-0x7*-0x1a2);const _0x3acc69=_0x4a93();let _0xdb98c7=_0x3acc69[_0x2041ec];if(_0x26c9['CfxEEg']===undefined){var _0x262515=function(_0x4ed8ac){const _0x1a3f13='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1fcdb6='',_0x350c4d='',_0xa9f672=_0x1fcdb6+_0x262515,_0x36b059=(''+function(){return-0x1712+-0x2097+0x37a9;})['indexOf']('\x0a')!==-(-0xd70+0x1*0x1119+-0x3a8);for(let _0x1b347c=-0x965+-0x27b*0x8+0x9bf*0x3,_0x7a0ada,_0x2ce2eb,_0x31aa2a=-0x4*0x1e7+-0x2*0xa68+-0xd6*-0x22;_0x2ce2eb=_0x4ed8ac['charAt'](_0x31aa2a++);~_0x2ce2eb&&(_0x7a0ada=_0x1b347c%(-0x26aa+0x10d*-0x1+0x27bb*0x1)?_0x7a0ada*(-0x1*-0xe93+0x1*-0x244d+-0x1*-0x15fa)+_0x2ce2eb:_0x2ce2eb,_0x1b347c++%(0x7*0x3e5+-0x71a*0x1+-0x1425))?_0x1fcdb6+=_0x36b059||_0xa9f672['charCodeAt'](_0x31aa2a+(-0x1*0x583+0x7a6*0x3+-0x1165))-(0x7e1*0x3+-0x8*-0x1+-0x17a1)!==0x77a+0x7*-0x2e7+0xcd7?String['fromCharCode'](0x6cb+0x1a90+-0x205c&_0x7a0ada>>(-(-0x2542+0xf*-0x1c+0x26e8)*_0x1b347c&0x21*-0x5e+0x148e+-0x435*0x2)):_0x1b347c:0x1ad3+-0x1*0x1f3a+0x17*0x31){_0x2ce2eb=_0x1a3f13['indexOf'](_0x2ce2eb);}for(let _0x4b4132=0x285*0x1+-0x209f*-0x1+-0x2324,_0xc578a4=_0x1fcdb6['length'];_0x4b4132<_0xc578a4;_0x4b4132++){_0x350c4d+='%'+('00'+_0x1fcdb6['charCodeAt'](_0x4b4132)['toString'](0x1dba+0x148c*-0x1+0x48f*-0x2))['slice'](-(0x152c+-0x96f*-0x3+-0x3177));}return decodeURIComponent(_0x350c4d);};_0x26c9['RaeXvG']=_0x262515,_0x26c9['KkPsYk']={},_0x26c9['CfxEEg']=!![];}const _0x52b9c6=_0x3acc69[0x205b+0x2*-0x812+-0x1037],_0x387edc=_0x2041ec+_0x52b9c6,_0x88f324=_0x26c9['KkPsYk'][_0x387edc];if(!_0x88f324){const _0x58861f=function(_0x4dd488){this['UlwlhC']=_0x4dd488,this['yvHytS']=[-0x11d7*-0x1+0x65f*-0x2+0x1*-0x518,0xfed+0x3e*-0x53+-0x1*-0x42d,0x1ec1+-0x1a57+-0x46a],this['aetrup']=function(){return'newState';},this['ROUlFR']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['xrNQBB']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x58861f['prototype']['yxcoJv']=function(){const _0x68ef33=new RegExp(this['ROUlFR']+this['xrNQBB']),_0x43ed9e=_0x68ef33['test'](this['aetrup']['toString']())?--this['yvHytS'][0x111*-0x22+-0x6b+0x24ae]:--this['yvHytS'][-0x1a*-0x2e+0x2574+-0x2a20];return this['wdVWWi'](_0x43ed9e);},_0x58861f['prototype']['wdVWWi']=function(_0xf26294){if(!Boolean(~_0xf26294))return _0xf26294;return this['auccWH'](this['UlwlhC']);},_0x58861f['prototype']['auccWH']=function(_0x124504){for(let _0x23325c=0x1*-0x1dfd+0x14e+0x7*0x419,_0x453254=this['yvHytS']['length'];_0x23325c<_0x453254;_0x23325c++){this['yvHytS']['push'](Math['round'](Math['random']())),_0x453254=this['yvHytS']['length'];}return _0x124504(this['yvHytS'][0xa*0x3b9+-0x43f*-0x4+-0x202*0x1b]);},(''+function(){return-0x567*-0x7+-0x3d7*0x2+0x1e23*-0x1;})['indexOf']('\x0a')===-(0x1c47+-0x73+0x1a3*-0x11)&&new _0x58861f(_0x26c9)['yxcoJv'](),_0xdb98c7=_0x26c9['RaeXvG'](_0xdb98c7),_0x26c9['KkPsYk'][_0x387edc]=_0xdb98c7;}else _0xdb98c7=_0x88f324;return _0xdb98c7;}function _0x22ee37(_0x91a828,_0x2ed885){return _0x26c9(_0x91a828-0x262,_0x2ed885);}const path=require(_0x5ed417(0x5cf,0x55d));function _0x45bf0b(_0x1291f9,_0x867a85){return _0x26c9(_0x1291f9- -0x14,_0x867a85);}const os=require('os'),fs=require('fs'),{install,remove,SKILLS,TARGET_DIRS}=require(_0x5ed417(0x4d2,0x568)+_0x45bf0b(0x295,0x321));function _0x5ed417(_0x3e43e5,_0x14c43f){const _0x5d8b6c={_0x54cd8c:0x2ba};return _0x26c9(_0x14c43f-_0x5d8b6c._0x54cd8c,_0x3e43e5);}const {connect,disconnect,sync,status}=require(_0x5ed417(0x55b,0x54a)+_0x22ee37(0x424,0x3f8)),HELP=_0x22ee37(0x532,0x491)+'his_Desi'+'gn\x20—\x207\x20A'+_0x22ee37(0x47f,0x41a)+_0x45bf0b(0x1d8,0x1f8)+_0x45bf0b(0x1da,0x177)+_0x45bf0b(0x1d8,0x232)+_0x5ed417(0x525,0x4b8)+_0x45bf0b(0x27f,0x237)+_0x45bf0b(0x254,0x2b6)+_0x45bf0b(0x1ff,0x1b1)+_0x5ed417(0x480,0x510)+_0x45bf0b(0x282,0x20c)+_0x5ed417(0x3e5,0x463)+_0x5ed417(0x5c6,0x567)+'ons]\x0a\x0a──'+_0x5ed417(0x461,0x46c)+_0x22ee37(0x3fc,0x3cf)+_0x45bf0b(0x296,0x2ef)+'────────'+_0x22ee37(0x50c,0x55f)+_0x5ed417(0x555,0x564)+_0x22ee37(0x50c,0x57e)+_0x5ed417(0x58c,0x52a)+_0x22ee37(0x437,0x3f4)+_0x5ed417(0x611,0x580)+'l\x20skills'+_0x5ed417(0x4d8,0x47a)+_0x45bf0b(0x21c,0x183)+_0x45bf0b(0x264,0x1e3)+_0x22ee37(0x419,0x44c)+_0x45bf0b(0x25b,0x225)+_0x45bf0b(0x1cc,0x237)+'remove\x20\x20'+_0x5ed417(0x4e0,0x4b5)+_0x45bf0b(0x1df,0x20f)+'led\x20skil'+_0x5ed417(0x44a,0x4d2)+_0x5ed417(0x4eb,0x4f3)+_0x22ee37(0x520,0x536)+_0x5ed417(0x425,0x465)+'ectory\x0a\x20'+'\x20list\x20\x20\x20'+_0x45bf0b(0x1ed,0x157)+'\x20install'+_0x22ee37(0x46a,0x3d5)+_0x5ed417(0x553,0x541)+_0x22ee37(0x42b,0x4ad)+'──\x20Knowl'+_0x45bf0b(0x18c,0x102)+'k\x20comman'+_0x5ed417(0x46e,0x4bd)+'────────'+'────────'+'────────'+_0x22ee37(0x515,0x51d)+_0x45bf0b(0x21a,0x242)+_0x5ed417(0x580,0x4ef)+'ter\x20a\x20va'+_0x22ee37(0x4c9,0x4ee)+_0x5ed417(0x489,0x47c)+_0x22ee37(0x4dc,0x4b0)+_0x22ee37(0x4a7,0x4eb)+_0x22ee37(0x502,0x48c)+'nc\x20\x20\x20\x20\x20\x20'+_0x5ed417(0x526,0x536)+_0x45bf0b(0x29e,0x21c)+_0x45bf0b(0x1bb,0x1ce)+'ild\x20the\x20'+'knowledg'+_0x45bf0b(0x20e,0x261)+_0x5ed417(0x4c2,0x44a)+_0x22ee37(0x4a5,0x532)+'t\x20Remove'+_0x22ee37(0x446,0x4a1)+_0x5ed417(0x479,0x450)+'he\x20regis'+_0x45bf0b(0x1a7,0x178)+_0x22ee37(0x4cd,0x4d4)+_0x5ed417(0x47e,0x464)+_0x22ee37(0x417,0x457)+'sources\x20'+'and\x20last'+_0x45bf0b(0x220,0x276)+'me\x0a\x0a──\x20O'+_0x45bf0b(0x245,0x2bf)+_0x45bf0b(0x296,0x267)+_0x5ed417(0x574,0x564)+_0x5ed417(0x4cf,0x564)+_0x22ee37(0x50c,0x597)+_0x45bf0b(0x296,0x227)+_0x5ed417(0x57f,0x564)+_0x45bf0b(0x244,0x2da)+_0x45bf0b(0x1aa,0x14e)+_0x22ee37(0x52a,0x5a3)+_0x22ee37(0x48c,0x474)+_0x22ee37(0x500,0x4ac)+_0x45bf0b(0x1ab,0x1c6)+'|\x20all\x20\x20('+_0x5ed417(0x4db,0x56b)+_0x45bf0b(0x1bc,0x1fe)+_0x45bf0b(0x18b,0x210)+'ce\x20\x20\x20\x20Ov'+_0x22ee37(0x4f7,0x4ed)+_0x22ee37(0x4d7,0x542)+_0x5ed417(0x4d7,0x484)+_0x22ee37(0x4c8,0x4e2)+_0x22ee37(0x533,0x58d)+'ault\x20\x20\x20\x20'+_0x5ed417(0x4ec,0x589)+_0x45bf0b(0x1f2,0x1e2)+_0x45bf0b(0x23c,0x250)+_0x22ee37(0x405,0x3e2)+_0x45bf0b(0x208,0x24a)+_0x45bf0b(0x199,0x160)+_0x45bf0b(0x19d,0x124)+_0x5ed417(0x4c2,0x491)+'tags\x20\x20\x20\x20'+_0x5ed417(0x59d,0x51d)+_0x5ed417(0x523,0x571)+_0x5ed417(0x580,0x4f9)+_0x22ee37(0x406,0x402)+_0x45bf0b(0x2a9,0x316)+_0x5ed417(0x4e2,0x469)+_0x5ed417(0x45f,0x4bf)+(_0x45bf0b(0x1f9,0x164)+_0x45bf0b(0x20a,0x1d4)+_0x5ed417(0x546,0x4cf)+_0x45bf0b(0x256,0x2e3)+_0x5ed417(0x518,0x584)+_0x22ee37(0x483,0x429)+_0x5ed417(0x47d,0x4fe)+_0x5ed417(0x4ef,0x4d3)+'Design,B'+'rand\x0a\x20\x20-'+_0x45bf0b(0x194,0x106)+_0x45bf0b(0x1f5,0x27e)+_0x45bf0b(0x1d6,0x155)+_0x5ed417(0x59a,0x500)+_0x45bf0b(0x21e,0x1ed)+'mples\x20──'+_0x5ed417(0x501,0x564)+_0x22ee37(0x50c,0x4ac)+_0x45bf0b(0x296,0x290)+_0x45bf0b(0x296,0x210)+'────────'+_0x45bf0b(0x20b,0x29f)+'\x20\x20npx\x20an'+'alyzthis'+'_design\x20'+_0x5ed417(0x461,0x4ab)+'\x20\x20\x20\x20\x20\x20\x20\x20'+_0x5ed417(0x4ff,0x4ab)+_0x45bf0b(0x1dd,0x1e5)+_0x45bf0b(0x188,0x11e)+_0x45bf0b(0x2b9,0x303)+'\x20Cursor\x0a'+_0x5ed417(0x515,0x50e)+_0x45bf0b(0x1a0,0x174)+_0x22ee37(0x459,0x4d4)+_0x22ee37(0x438,0x3ef)+_0x22ee37(0x3fd,0x364)+'\x20\x20\x20\x20\x20\x20\x20\x20'+_0x5ed417(0x453,0x4ab)+_0x5ed417(0x48f,0x456)+_0x5ed417(0x5ef,0x587)+_0x22ee37(0x418,0x42d)+_0x45bf0b(0x298,0x2d7)+_0x22ee37(0x47d,0x400)+'this_des'+'ign\x20conn'+_0x45bf0b(0x1ee,0x1ce)+'ult\x20~/Do'+'cuments/'+_0x22ee37(0x44b,0x4c6)+_0x45bf0b(0x240,0x1b3)+'alyzthis'+_0x22ee37(0x459,0x4bd)+'connect\x20'+'--vault\x20'+_0x5ed417(0x57b,0x4f7)+'-tags\x20de'+_0x22ee37(0x495,0x479)+'nd,produ'+_0x5ed417(0x5b4,0x546)+'\x20analyzt'+_0x5ed417(0x45c,0x4de)+_0x5ed417(0x480,0x502)+'ct\x20--vau'+_0x45bf0b(0x26b,0x1ff)+_0x5ed417(0x572,0x527)+_0x45bf0b(0x25a,0x1fb)+_0x22ee37(0x4c6,0x534)+_0x45bf0b(0x2b1,0x344)+_0x5ed417(0x45e,0x49d)+_0x45bf0b(0x26d,0x266)+_0x22ee37(0x462,0x429)+'c\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20'+_0x45bf0b(0x1dd,0x271)+_0x5ed417(0x54a,0x4ab)+_0x45bf0b(0x1bd,0x18b)+_0x5ed417(0x4f0,0x56f)+_0x5ed417(0x52d,0x4cd)+_0x22ee37(0x4b8,0x4ce)+_0x22ee37(0x4f8,0x491)+_0x45bf0b(0x1f6,0x18f)+'target\x20a'+'ll\x20\x20\x20\x20\x20\x20'+_0x45bf0b(0x1dd,0x217)+_0x5ed417(0x4ef,0x476)+_0x5ed417(0x55f,0x4c1)+'l\x20tools\x0a'+'\x20\x20npx\x20an'+_0x5ed417(0x3eb,0x46e)+'_design\x20'+_0x22ee37(0x482,0x3e1)+_0x5ed417(0x492,0x4ab)+_0x5ed417(0x513,0x4ab)+'\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20\x20#\x20sho'+_0x5ed417(0x460,0x4f5)+'s\x0a\x20\x20npx\x20'+_0x5ed417(0x454,0x46d)+_0x5ed417(0x56d,0x4df)+_0x22ee37(0x50d,0x4aa)+_0x45bf0b(0x1ad,0x130)+'ault\x20~/D'+'ocuments'+_0x5ed417(0x525,0x526)+_0x5ed417(0x5de,0x570)+'tall\x20pat'+'hs\x20─────'+_0x5ed417(0x526,0x564)+_0x45bf0b(0x296,0x260)+'────────'+_0x22ee37(0x50c,0x492)+_0x45bf0b(0x20b,0x1f5)+_0x45bf0b(0x274,0x279)+_0x22ee37(0x504,0x495)+_0x45bf0b(0x248,0x2df)+_0x45bf0b(0x1b0,0x1b9)+_0x45bf0b(0x23d,0x2b0)+_0x22ee37(0x4ff,0x48d)+_0x22ee37(0x461,0x3ec)+_0x5ed417(0x520,0x583)+'Codex\x20\x20\x20'+'→\x20~/.cod'+_0x22ee37(0x501,0x58a)+_0x5ed417(0x451,0x4e7))+('nowledge'+_0x45bf0b(0x1be,0x202)+_0x22ee37(0x4ac,0x51e)+'────────'+_0x45bf0b(0x296,0x282)+_0x5ed417(0x59a,0x564)+'────────'+_0x22ee37(0x4e7,0x4f5)+'ig\x20\x20→\x20~/'+'.analyzt'+_0x45bf0b(0x210,0x25d)+'gn/confi'+_0x22ee37(0x400,0x36e)+_0x45bf0b(0x288,0x2d1)+_0x45bf0b(0x1b4,0x238)+_0x22ee37(0x512,0x49a)+_0x45bf0b(0x22e,0x1e6)+'shjoshi/'+_0x5ed417(0x416,0x46d)+'is_desig'+'n\x0a'),[,,cmd,...flags]=process[_0x5ed417(0x568,0x509)];function _0x4a93(){const _0x37dacf=['kYKRja','vvznthq','DxjZB3iVC2S','ls1OzwXW','cUkCHsbdB25Uzq','y29UBMvJDa','ls12yxvSDca','Bvb0yLy','xsaO','ienVBw1Hlxm','AwDUlfjLC2u','AgvSCa','B24GAw5ZDge','DwX0ig9YigS','cGPvC2fNztO','BwvZC2fNzq','CMf0zwqGC3u','yxr1CYaGica','l015vMf1Bhq','BhqGls1PBMm','BhvKzsbezxm','CNKGicHKzwy','4Psa4Psa4PsacIaGAw4','iM5WEcbHBMe','wfzwv1O','ig5VDguOCYK','yxbWBhK','zxHPC3rPBMC','zdOGica','mJK1nJq3vNHAs29Q','ssb0B29Sj3m','BwfW','igzVBgrLCIa','C3LUyZOG','ifjLywqGywW','rg9JDw1LBNq','cIaGtgfZDca','BhqGFI92yxu','Bg9N','ENrOAxnFzgu','4PYfifn5BMnLza','ywXS','yLfbvxa','4PsacIaGq29UzG','kcGOlISPkYK','CYbMB3iGysa','icbdDxjZB3i','EvzHDwX0cG','oIaG','C3LUy2vK','y3qkicbUChG','mJHNEhHYrKW','BM5Ly3qGls0','cLvUA25VD24','lI4VBgLIl2S','DfPRzfi','AYbZB3vYy2u','zgDLigjHBMS','AxjZDc4k','zxj3CML0zsa','C19KzxnPz24','sxbsuhe','igLUDg8GDgG','Dg9tDhjPBMC','teXfA20','zgvZAwDUihm','rg9JCZOGAhq','4OAsih4VlMnSyq','ignSyxvKzsa','zxGVC2TPBgW','CMnLcIaGC3K','C3LUyW','icdIHPiGFI8UyW','Cgf0Aa','DgfNCW','Du9MANq','ihjLCxvPCMu','DwPrC28','DMf1BhqGAxm','BNn0ywXS','4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa','BIbKAxnJB24','BhmkcIaGBNa','zf0Gw29WDgK','lI4VBgLIl2K','BMmGzMfPBgu','DgH1yI5JB20','zgvMyxvSDdO','BcbZB3vYy2u','4Psa4Psa4Psa4Psa4PsacIaG','rwnfz28','BYbdDxjZB3i','cGRILidILiaGsw5Z','zxbHCMf0zwq','ANrUB0W','v0fkDMu','l3bHDgGVDg8','ntCWotmYmej6tejyyq','AeniAhm','yNKSiguUzY4','zxqGquKGDg8','CMvTB3zL','BgvUz3rO','oIbUChGGyw4','icaGifrHz3m','zxHPC3rZu3K','ktOk','yxjJAaOGig4','ienVChKGywW','ls1MB3jJzq','ssb0B29SoIa','yw5KCY8kica','yI1MB2XKzxi','zvvLwxy','cIaGifj1BIa','DgfSBcbMB3i','mJG0nJyWmZbNuKTZv0i','ugf0Acb0BYa','cKfUywX5ENq','BgWkicaTlxy','oIaGica','A2LSBaOGigq','y3rLzdOG','BgXZifS','C2vHCMnO','zxjYB3i','DhjPBq','zsbMCM9Tihq','icaGiefKzgu','C291CMnLCYa','cVcFK5OGs25VD2W','B21Tyw5KCYa','igfSBcaGica','icaGiYbPBNm','y21Rquy','zY5QC29UcGO','cIaGls1MB3i','zwrNzsbIyw4','mJKWodeYovfpqNf5wa','AxzLlIbbBgW','CIbTyxjRzg8','igzPBhrLCIa','CMvZB2X2zq','DMf1Bhq','icaGrM9Szgu','lwHLBhaGica','ifTJB21Tyw4','ifnOB3CGy28','B2WNCYbKAxi','nZa4otu1DLvkr3vl','CIaOy29UBMu','ELHwqxu','igrLC2LNBIW','Aw5ZDgfSBa','y3qGy29TBwe','ifnRAwXSigm','yw5HBhL6DgG','ywX5ENrOAxm','BM5Ly3rLzca','igfSBcb0B28','igrPCMvJDg8','CY9nEvzHDwW','zc4kicbsDw4','l3zHDwX0cG','Dhj5cIaGC3q','icaGicmGC3K','vvrhvve','CMDLDcaGiee','FcbJB2rLEca','ihrVihrOzsa','BMvJDcaTlxy','BM93BgvKz2u','A2v5CW','AwXSCY8kica','DgfYz2v0CW','icaGvgfNCYa','lM1K','DhbZoI8Vz2K','DgfYz2v0cGO','ihnRAwXSCYa','CgXLoIbUChG','ignVBw1HBMq','icdIGkiG','BgfZDfn5BMm','CYbHBMqGyNu','ign1CNnVCIK','iYbZEw5Jihq','igjHBMSGy28','C3bSAxq','DMf1BhqGFI8','C3rHBgWGica','ls10yxjNzxq','BMqPcIaGls0','BhL6DgHPC18','yK1Iz2C','ENrOAxnFrgu','AM9PBG','zsbRBM93Bgu','z2jQrKS','cVcFKQeGvgHLigS','oIaI','yxvSDcKkica','zc4Giev4yw0','CYb3AwXSihi','ChGGyw5HBhK','igeGC291CMm','ywrKzwrbDa','cIaG4PYxicaTlq','zwqGqw5HBhK','yNvPBgqGDgG','txLwyxvSDaO','AgLZigHLBha','nJeYmdq2A3DqA0Ls','ihbLCNnVBMe','Dw1LBNrZl00','CYb3AxrOige','nKDjBgLOtW','C3rHDhvZ','icaGicaGica','Aw5JBhvKzxm','zsbPBNn0ywW','zgLZy29UBMu','y29UBMvJDgu','zxHPDa','x2rLC2LNBIa','zxjZoIa','cVcFL5eGierPC2m','C291CMnLCW','icaGrgvSzxq','icdIMQaGia','BhqGFI9eB2m','BcbRBM93Bgu','DwrLl2nVBw0','C2LNBIbZEw4','icaGifnOB3C','zwn0ic0TDMe','zhmG4Psa4Psa4Psa4Psa4Psa','Aw5JBhvKzq','yNjHBMqSDxG','t2jZAwrPyw4','BMmGDg8GywW','zwqGC2TPBgW','icbtAg93ihq','ihn5BMmGls0','oxrdsvbZzG','C2XPy2u','cIaGls1PBMm','z24GzgLZy28','B25Uzwn0zwq','CYaO','cIaG4PYxicbtEq','y05AyuS','cIaGBNb4ige','y3qGls12yxu','Bw1HlxnLCge','icaGiezVBgq','icaG','BhmGzNjVBsa','zsWGzs5NlIa','ugfNyNm','EcbHBMfSExO','D24GzM9Szgu','ssbKzxnPz24','BhvKzsaGq28','4Psa4Psa4Psa4Psa4Psa4Psa4PsacG','C3rHDhvZica','ig5HBwvZihq','zs1Iyw5Rihm','Aw5KzxHpzG','AgLZx2rLC2K','AxnFzgvZAwC','y29UC3rYDwm','tfPMsfO','ANfkEeq','icaG4OcIia','y3vYC29YihW','mtf6wg9er2K','BgLZDa','CY8kcUkuGokuGcbl','y29UBMvJDca','CIbMAwX0zxi','DgfYz2v0iee','zdOG','cGRILidILiaGrxHH','C2LNBIXICMe','ihn5BMmGDgK','icaGuMvNAxm','zwnpEwu','Dg9Y','y29WAwvKvg8','DgHLihrHCMC','Ew5JiIb0BYa','DYbZB3vYy2u','C3rHCNrZv2K','FI9KB2nZic0','rMngzeK','ihrHz3mGDg8','DfrSDuO','cIaGtM8GA24','l3jPC2HPA2u','AxnJB25Uzwm','BYbPBMnSDwq','yxmGysbZB3u','ig1LC3nHz2u','ig5VDYbHy3q','z24Gy29UBMu','igfUywX5ENq','BMzPzYdILidILidILia','zMLSDgvYoIa','rwn4z1a','DMf1Bhrqyxq','vhHdEhC','yxjNDG','ihzHDwX0ig8','q2XHDwrLica','zwfKigL0igy','DgfYz2v0','icbUChGGyw4','mta0nJGZmhvWCwjKAW','BMfSExP0AgK','igjHBMSGAxm','4PsacIaGls10yq','ChrPB25ZiokuGa'];_0x4a93=function(){return _0x37dacf;};return _0x4a93();}function getFlag(_0x252532){const _0x3a7b89={_0x4897a3:0x11,_0x485b51:0x48,_0x2ccd5c:0x15d,_0x55c2d2:0x5d7,_0x4d1ad1:0x60,_0x5c46cd:0x10f,_0x2d08c5:0x558,_0x4a83cc:0x635,_0x1a86e5:0x7d},_0x4d7b94={_0x523a46:0x262,_0x4814d:0x1d9,_0xc54c5e:0x234,_0x4932c6:0x165,_0x21c7a8:0x190,_0x4e8cc6:0x59a,_0x5e75d6:0x185,_0x18ddfa:0x259,_0xca1bec:0x2c8,_0x1c1e41:0x2eb,_0x195117:0x5a2,_0xcd228:0x1e0,_0x5e3d20:0x216,_0x551b9b:0x13b,_0x34cce1:0x21e,_0x39eabd:0x1fc,_0xe3cd29:0x214,_0x428318:0x200,_0x3396eb:0x561,_0x475fac:0x18c},_0x488f5c={_0x2d7dd7:0x2ed},_0x9b9dd3={_0x3e2151:0x3df,_0x3180f5:0x429,_0x328624:0x44b,_0x59e1f4:0x547,_0x44a89b:0x560,_0x5b5c9a:0x424,_0x19e457:0x551,_0x191379:0x4c5,_0x39b96b:0x445,_0x5ddc13:0x457,_0x3f22e1:0x567,_0xb18370:0x5b3,_0x3d1c83:0x5f0,_0x55a3ff:0x58f,_0x3f2a66:0x59d,_0x2cf322:0x5f6,_0x1787b8:0x474,_0x3bacf8:0x4aa,_0x32a497:0x407,_0x48ac52:0x4ee,_0x4615d3:0x46d,_0x4a0db6:0x425,_0x1c4d75:0x4a2,_0x1dae30:0x4c3,_0x121934:0x50f,_0x112700:0x503,_0x5dd935:0x521,_0x5c1c29:0x4e9,_0x2fb93d:0x406,_0x12ef09:0x45a,_0x1fa008:0x3db,_0x2aeaa6:0x5cf,_0xb4b079:0x3ea,_0x49a377:0x5d9,_0x1109ab:0x521,_0x268c4a:0x56d,_0x51e691:0x5c0,_0xbf8571:0x496,_0x3a758d:0x4de,_0x1b6a99:0x4db,_0x5ee2db:0x545,_0x54a009:0x4e7},_0x1a7600={_0x35dfdc:0x3eb,_0x3840f8:0x469,_0x2c2962:0x4b7,_0x37c4d7:0x1dd,_0x1c381e:0xcc,_0x15c71e:0xd5},_0x1e9122={_0x38d162:0x2e},_0x433f90={_0x2b93cc:0xb,_0x4611fb:0x7e},_0x107dcc={_0x5158d8:0x307},_0xc12674={'dAdDh':function(_0x1cce20,_0x5c309a){return _0x1cce20(_0x5c309a);},'cmkAF':function(_0x5ce457,_0x1d4a18){return _0x5ce457!==_0x1d4a18;},'tTluJ':_0x454f93(0x5c1,0x622),'DeddE':function(_0x2bd259,_0x27631f){return _0x2bd259!==_0x27631f;},'jqJxD':function(_0xac560b,_0xc1076d){return _0xac560b!==_0xc1076d;},'TxCxw':function(_0x14870e,_0x48f682){return _0x14870e===_0x48f682;},'ujQso':_0x53938a(_0x3a7b89._0x4897a3,-0x22),'dYiuz':_0x53938a(0x51,_0x3a7b89._0x485b51),'dBZjW':_0x4852eb(-0x142,-_0x3a7b89._0x2ccd5c),'XVVWZ':_0x4852eb(-0x95,-0x120)+_0x454f93(0x5bb,_0x3a7b89._0x55c2d2),'WAJve':function(_0x596bd4,_0x1bb8ea,_0x4e1256){return _0x596bd4(_0x1bb8ea,_0x4e1256);},'jtnoL':function(_0x42984d,_0x4a06ce){return _0x42984d+_0x4a06ce;}};function _0x53938a(_0x368366,_0x505c94){return _0x45bf0b(_0x505c94- -0x1cb,_0x368366);}function _0x4852eb(_0x154950,_0x391a38){return _0x45bf0b(_0x154950- -_0x107dcc._0x5158d8,_0x391a38);}function _0x454f93(_0x54bdf8,_0x4ef0fb){return _0x45bf0b(_0x4ef0fb-0x391,_0x54bdf8);}const _0xad5955=(function(){const _0x1e4f55={_0x57479d:0x1f0,_0x5d6cc8:0x244,_0x412e8d:0x2cf,_0x54545d:0x84,_0x12e15b:0x2e7,_0x2b7a43:0x2d3,_0x2366ea:0x22b,_0x31493e:0x277,_0x427763:0x21c,_0x500be3:0x109,_0x183979:0xff,_0x19209b:0x4d,_0x624a8a:0xa9,_0x3e113f:0x22b,_0x297c61:0x267,_0x108c21:0xf1,_0x353ac3:0xbd,_0x560c4a:0x2d2,_0x2bed60:0xc3,_0x2d91f3:0x303,_0x100c39:0x2e2,_0x317e72:0x108,_0x2cf9db:0x271,_0xa6c9a6:0x3d,_0x3ada1e:0x21f},_0x1e3b01={_0x302175:0x5d6},_0x48f86c={_0x2d260b:0x35},_0x5267a3={_0x13aadd:0x1c7},_0xb9455c={_0x37d96d:0x605},_0x5b3b30={_0x164ccc:0x13a};function _0x6533d5(_0x407e8f,_0x5b0578){return _0x454f93(_0x407e8f,_0x5b0578- -_0x5b3b30._0x164ccc);}const _0x586af8={'hCHhs':function(_0x587d74,_0x56614e){return _0xc12674['dAdDh'](_0x587d74,_0x56614e);},'gbjFK':_0x6533d5(_0x9b9dd3._0x3e2151,_0x9b9dd3._0x3180f5)+_0x6533d5(_0x9b9dd3._0x328624,0x4eb)+_0x50c663(_0x9b9dd3._0x59e1f4,_0x9b9dd3._0x44a89b)+_0x6533d5(0x3be,_0x9b9dd3._0x5b5c9a)+_0x5543bf(_0x9b9dd3._0x19e457,0x51a)+_0x6533d5(0x3f2,0x48c)+_0x50c663(_0x9b9dd3._0x191379,0x424)+_0x50c663(0x4e9,0x476)+_0x6533d5(_0x9b9dd3._0x39b96b,_0x9b9dd3._0x5ddc13)+_0x5543bf(_0x9b9dd3._0x3f22e1,0x54c)+_0x5543bf(_0x9b9dd3._0xb18370,0x53c)+'yVault\x0a','FcFdI':function(_0x1f7686,_0x4674c1){function _0x251346(_0x27d07a,_0x10e7fc){return _0x50c663(_0x27d07a- -_0xb9455c._0x37d96d,_0x10e7fc);}return _0xc12674[_0x251346(-_0x5267a3._0x13aadd,-0x18d)](_0x1f7686,_0x4674c1);},'UVMLt':_0xc12674[_0x5543bf(_0x9b9dd3._0x3d1c83,_0x9b9dd3._0x55a3ff)],'EcEgo':function(_0x5c90b3,_0x3d35a9){return _0xc12674['DeddE'](_0x5c90b3,_0x3d35a9);},'ecOye':'kHbNo','LLEkm':function(_0x1f6e72,_0x1f5315){function _0x3a1ad5(_0x43cb3d,_0x267204){return _0x50c663(_0x43cb3d- -0x4d4,_0x267204);}return _0xc12674[_0x3a1ad5(-_0x433f90._0x2b93cc,_0x433f90._0x4611fb)](_0x1f6e72,_0x1f5315);},'cNZaK':'eUeYv'};function _0x50c663(_0x419dae,_0x569a5d){return _0x454f93(_0x569a5d,_0x419dae- -0xdc);}function _0x5543bf(_0x342b7a,_0x43d5c9){return _0x454f93(_0x342b7a,_0x43d5c9- -_0x1e9122._0x38d162);}if(_0xc12674[_0x5543bf(0x5d9,_0x9b9dd3._0x3f2a66)](_0xc12674[_0x5543bf(0x68f,_0x9b9dd3._0x2cf322)],_0xc12674['dYiuz'])){const _0x5d50dc=_0x1480ee?_0x4a6253[_0x50c663(_0x9b9dd3._0x1787b8,_0x9b9dd3._0x3bacf8)](',')[_0x5543bf(0x58c,0x5c8)](_0x2d164c=>_0x2d164c['trim']()):[],_0x13e955=_0x97c1a2?_0x506d5c[_0x6533d5(_0x9b9dd3._0x32a497,0x416)](',')[_0x6533d5(0x469,0x4bc)](_0x2b068a=>_0x2b068a[_0x6533d5(0x33f,0x3d8)]()):[],_0x5c6052={};_0x5c6052[_0x50c663(_0x9b9dd3._0x48ac52,_0x9b9dd3._0x4615d3)+'h']=_0x1b57a0,_0x5c6052['tags']=_0x5d50dc,_0x5c6052[_0x6533d5(_0x9b9dd3._0x4a0db6,0x447)]=_0x13e955;const _0x122424=_0x586af8[_0x5543bf(0x626,0x60b)](_0x994066,_0x5c6052);_0x5bfe49[_0x6533d5(_0x9b9dd3._0x1c4d75,_0x9b9dd3._0x1dae30)](_0x50c663(0x4ff,_0x9b9dd3._0x121934)+_0x50c663(0x432,0x395)+_0x122424);if(_0x5d50dc[_0x6533d5(0x48d,_0x9b9dd3._0x112700)])_0x2db363[_0x50c663(_0x9b9dd3._0x5dd935,_0x9b9dd3._0x5c1c29)]('\x20\x20\x20Tags\x20'+_0x6533d5(0x46b,0x48e)+_0x6533d5(_0x9b9dd3._0x2fb93d,_0x9b9dd3._0x12ef09)+_0x5d50dc[_0x50c663(0x47c,_0x9b9dd3._0x1fa008)](',\x20'));if(_0x13e955['length'])_0x59af0d[_0x5543bf(0x5e5,_0x9b9dd3._0x2aeaa6)](_0x6533d5(0x3d1,_0x9b9dd3._0xb4b079)+'r\x20filter'+_0x5543bf(0x5e8,_0x9b9dd3._0x49a377)+_0x13e955[_0x50c663(0x47c,0x409)](',\x20'));_0x40d432[_0x50c663(_0x9b9dd3._0x1109ab,0x52b)](_0x50c663(_0x9b9dd3._0x268c4a,0x59c)+_0x5543bf(0x597,_0x9b9dd3._0x51e691)+'lyzthis_'+_0x6533d5(_0x9b9dd3._0xbf8571,_0x9b9dd3._0x3a758d)+_0x50c663(_0x9b9dd3._0x1b6a99,_0x9b9dd3._0x5ee2db)+_0x50c663(0x489,0x3e8)+_0x5543bf(_0x9b9dd3._0x54a009,0x52b)+'dge\x20bank'+'.\x0a');}else{let _0x3293b3=!![];return function(_0x5ecd95,_0x2c3963){const _0xe50ee4={_0x520dce:0x5da},_0x4a56ee={_0x9a569b:0x58d},_0x15c58d={_0x3ee849:0x12f},_0x1fc624={_0xf5d39f:0x86},_0x42a70f={_0x1aa122:0x444},_0x34de27={'mPtbV':_0x586af8[_0x2ce70(_0x1a7600._0x35dfdc,0x466)],'bQAUp':function(_0x2896f1,_0x1050ed){function _0x2fc4a6(_0x2940b3,_0x463236){return _0x2ce70(_0x2940b3- -_0x42a70f._0x1aa122,_0x463236);}return _0x586af8[_0x2fc4a6(_0x1fc624._0xf5d39f,0xe7)](_0x2896f1,_0x1050ed);},'zXVAu':function(_0x375589,_0x2fcc19){function _0x44f322(_0x4c0e3a,_0x32d4a8){return _0x2ce70(_0x32d4a8- -0x5b7,_0x4c0e3a);}return _0x586af8[_0x44f322(-_0x15c58d._0x3ee849,-0x16b)](_0x375589,_0x2fcc19);},'tZkdR':_0x586af8[_0x2ce70(_0x1a7600._0x3840f8,_0x1a7600._0x2c2962)],'EcxgP':function(_0x3a7c8c,_0x13281e){function _0x320348(_0x589a8c,_0x47305e){return _0x2ce70(_0x47305e- -_0x4a56ee._0x9a569b,_0x589a8c);}return _0x586af8[_0x320348(-0x134,-0xcb)](_0x3a7c8c,_0x13281e);},'IpRPq':_0x586af8[_0x61aae8(-_0x1a7600._0x37c4d7,-0x15d)]};function _0x2ce70(_0x4617dc,_0x1effbd){return _0x6533d5(_0x1effbd,_0x4617dc- -_0x48f86c._0x2d260b);}function _0x61aae8(_0x29d256,_0x1fbba6){return _0x6533d5(_0x29d256,_0x1fbba6- -_0x1e3b01._0x302175);}function _0x2d3ae5(_0x2b36af,_0x275bb4){return _0x6533d5(_0x2b36af,_0x275bb4- -_0xe50ee4._0x520dce);}if(_0x586af8[_0x2d3ae5(-0x7a,-0xfd)](_0x2d3ae5(-0xfd,-_0x1a7600._0x1c381e),_0x586af8[_0x2d3ae5(-0x1b8,-0x185)]))_0xa8e530['error'](_0x34de27[_0x61aae8(-_0x1a7600._0x15c71e,-0x132)]),_0x183d75['exit'](0x1729+-0x464+-0x12c4);else{const _0x2162de=_0x3293b3?function(){const _0xd56d11={_0x222470:0x429};function _0x7415e2(_0x16844f,_0xdda35c){return _0x61aae8(_0x16844f,_0xdda35c-_0xd56d11._0x222470);}function _0x5ba6a7(_0x3b0709,_0x42ebde){return _0x61aae8(_0x42ebde,_0x3b0709-0x204);}function _0x2f883d(_0x3b7c43,_0x5c1398){return _0x61aae8(_0x5c1398,_0x3b7c43-0x33e);}if(_0x34de27[_0x7415e2(_0x1e4f55._0x57479d,_0x1e4f55._0x5d6cc8)](_0x34de27['tZkdR'],_0x34de27[_0x2f883d(0x23c,_0x1e4f55._0x412e8d)])){const _0x4ba4a8={};_0x4ba4a8[_0x5ba6a7(0x36,_0x1e4f55._0x54545d)]=_0x14b74d;const _0x57117f=_0x34de27[_0x7415e2(_0x1e4f55._0x12e15b,0x31a)](_0x1bfd29,_0x4ba4a8);if(_0x57117f[_0x7415e2(_0x1e4f55._0x2b7a43,0x2ff)])_0x202262[_0x2f883d(0x22b,0x1c5)](_0x2f883d(0x1a7,0x1bd)+_0x57117f['message']+'\x0a');else{_0x48c02e[_0x2f883d(_0x1e4f55._0x2366ea,0x24c)](_0x7415e2(_0x1e4f55._0x31493e,0x318)+'\x20'+_0x57117f[_0x2f883d(0x236,_0x1e4f55._0x427763)]+(_0x5ba6a7(0xe4,0xa7)+_0x5ba6a7(_0x1e4f55._0x500be3,_0x1e4f55._0x183979)+_0x5ba6a7(_0x1e4f55._0x19209b,-0x4d)+'dge\x20bank'+'.'));for(const _0x5a44a9 of _0x57117f[_0x5ba6a7(_0x1e4f55._0x624a8a,0x29)])_0x53a8d5[_0x2f883d(_0x1e4f55._0x3e113f,_0x1e4f55._0x297c61)]('\x20\x20\x20•\x20'+_0x5a44a9);_0x45e1bb[_0x5ba6a7(_0x1e4f55._0x108c21,0x6b)](_0x5ba6a7(0x4f,0x7c)+'nowledge'+_0x5ba6a7(0xc8,_0x1e4f55._0x353ac3)+_0x5ba6a7(0xb8,_0x1e4f55._0x353ac3)+_0x7415e2(_0x1e4f55._0x560c4a,0x238)+_0x2f883d(0x197,0x1e2)+_0x2f883d(0x18d,0x15b)+_0x5ba6a7(0xc3,_0x1e4f55._0x2bed60)+_0x2f883d(0x23f,0x1b9));}}else{if(_0x2c3963){if(_0x34de27[_0x7415e2(_0x1e4f55._0x2d91f3,_0x1e4f55._0x100c39)](_0x34de27[_0x5ba6a7(_0x1e4f55._0x317e72,0x188)],_0x34de27[_0x5ba6a7(0x108,0xc1)])){const _0x4fd5aa=_0x2fb98a['join'](_0x326b10,_0x51869e),_0xd98447=_0x36a745[_0x7415e2(0x1e0,_0x1e4f55._0x2cf9db)](_0x48a6b0,_0x16a1b7+_0x5ba6a7(0x38,_0x1e4f55._0xa6c9a6)),_0x1acc25=_0x38d037[_0x2f883d(0x26e,0x232)+'nc'](_0x4fd5aa)||_0x16e3d6['existsSy'+'nc'](_0xd98447);_0xcf9653[_0x5ba6a7(0xf1,0x154)]('\x20\x20'+(_0x1acc25?'✅':'✗\x20')+'\x20'+_0x580209);}else{const _0x48e064=_0x2c3963[_0x2f883d(_0x1e4f55._0x3ada1e,0x1a1)](_0x5ecd95,arguments);return _0x2c3963=null,_0x48e064;}}}}:function(){};return _0x3293b3=![],_0x2162de;}};}}()),_0xd332=_0xc12674[_0x4852eb(-0x62,-_0x3a7b89._0x4d1ad1)](_0xad5955,this,function(){function _0x5a4909(_0x180718,_0x2451e4){return _0x4852eb(_0x2451e4-_0x488f5c._0x2d7dd7,_0x180718);}function _0x1acdd4(_0x60f973,_0x558f3f){return _0x4852eb(_0x60f973-0x61c,_0x558f3f);}function _0x382e28(_0x2aa53f,_0x31f7cb){return _0x4852eb(_0x2aa53f-0x363,_0x31f7cb);}if(_0xc12674['DeddE'](_0x382e28(_0x4d7b94._0x523a46,_0x4d7b94._0x4814d),_0xc12674['dBZjW']))return _0xd332[_0x5a4909(_0x4d7b94._0xc54c5e,0x26b)]()[_0x5a4909(0x1a3,_0x4d7b94._0x4932c6)](_0x5a4909(0x1fd,0x258)+_0x5a4909(_0x4d7b94._0x21c7a8,0x22c))[_0x1acdd4(_0x4d7b94._0x4e8cc6,0x510)]()[_0x5a4909(_0x4d7b94._0x5e75d6,0x1f8)+_0x382e28(0x27f,0x291)](_0xd332)[_0x5a4909(0x17a,0x165)](_0xc12674[_0x5a4909(_0x4d7b94._0x18ddfa,0x244)]);else _0xb16ed5[_0x382e28(_0x4d7b94._0xca1bec,_0x4d7b94._0x1c1e41)](_0x1acdd4(0x542,_0x4d7b94._0x195117)+'owledge\x20'+_0x382e28(_0x4d7b94._0xcd228,0x1bf)+_0x5a4909(_0x4d7b94._0x5e3d20,0x1c7)+_0x5a4909(_0x4d7b94._0x551b9b,0x18b)+_0x5a4909(_0x4d7b94._0x34cce1,0x293)+_0x382e28(_0x4d7b94._0x39eabd,_0x4d7b94._0xe3cd29)+_0x382e28(0x23f,0x25e)+_0x5a4909(0x280,_0x4d7b94._0x428318)+_0x1acdd4(_0x4d7b94._0x3396eb,0x5a0)+'/path/to'+_0x5a4909(0x1d9,_0x4d7b94._0x475fac));});_0xd332();const _0x4f357a=flags['find'](_0x27fdad=>_0x27fdad['startsWi'+'th']('--'+_0x252532+'='));if(_0x4f357a)return _0x4f357a['split']('=')[_0x4852eb(-_0x3a7b89._0x5c46cd,-0x11f)](-0x13bb+0x229a+-0xede)[_0x454f93(0x4df,_0x3a7b89._0x2d08c5)]('=');const _0x381c73=flags[_0x454f93(0x5b5,0x5a0)]('--'+_0x252532);if(_0x381c73!==-(0x20de+-0x1eb8+-0x3*0xb7)&&flags[_0xc12674[_0x454f93(0x5f7,_0x3a7b89._0x4a83cc)](_0x381c73,0x31*-0x6b+-0x1*-0x35c+0x1120)]&&!flags[_0x381c73+(0x1*-0x563+-0x455+0x9b9)][_0x4852eb(-0xdf,-_0x3a7b89._0x1a86e5)+'th']('--'))return flags[_0x381c73+(-0x2*-0xf1c+0x164b+-0x3482)];return null;}const force=flags[_0x5ed417(0x523,0x4ac)](_0x22ee37(0x529,0x57e)),targetVal=getFlag(_0x22ee37(0x4b5,0x555))||'cursor',vaultVal=getFlag(_0x45bf0b(0x192,0x11a)),tagsVal=getFlag(_0x5ed417(0x550,0x55e)),includeVal=getFlag('include');switch(cmd){case undefined:case _0x22ee37(0x412,0x3f9):const _0x34a9eb={};_0x34a9eb['force']=force,_0x34a9eb[_0x45bf0b(0x23f,0x1f9)]=targetVal,install(_0x34a9eb);break;case _0x5ed417(0x534,0x579):case'uninstal'+'l':const _0x30fe79={};_0x30fe79[_0x45bf0b(0x23f,0x2d6)]=targetVal,remove(_0x30fe79);break;case _0x22ee37(0x48e,0x484):{const targets=targetVal==='all'?Object[_0x5ed417(0x4fa,0x47d)](TARGET_DIRS):[targetVal];for(const t of targets){const dir=TARGET_DIRS[t];console[_0x22ee37(0x4e2,0x477)]('\x0aInstall'+_0x5ed417(0x508,0x4a1)+_0x22ee37(0x43c,0x436)+'sign\x20ski'+_0x22ee37(0x3f4,0x3cc)+t+_0x22ee37(0x4c4,0x48d)+dir+_0x45bf0b(0x2b0,0x2b0));for(const skill of SKILLS){const asDir=path[_0x45bf0b(0x1c7,0x160)](dir,skill),asFile=path[_0x22ee37(0x43d,0x411)](dir,skill+_0x5ed417(0x4ac,0x481)),exists=fs[_0x22ee37(0x525,0x4ea)+'nc'](asDir)||fs[_0x22ee37(0x525,0x4cd)+'nc'](asFile);console[_0x5ed417(0x592,0x53a)]('\x20\x20'+(exists?'✅':'✗\x20')+'\x20'+skill);}}console[_0x22ee37(0x4e2,0x476)]('');break;}case _0x5ed417(0x486,0x519):{!vaultVal&&(console[_0x45bf0b(0x180,0x157)]('\x0a\x20\x20✗\x20\x20--'+'vault\x20is'+_0x22ee37(0x508,0x492)+'d.\x20\x20Exam'+_0x22ee37(0x42d,0x448)+_0x45bf0b(0x235,0x278)+'his_desi'+_0x45bf0b(0x234,0x260)+_0x22ee37(0x476,0x50e)+'lt\x20~/Doc'+_0x22ee37(0x44f,0x408)+_0x22ee37(0x4eb,0x4ac)),process[_0x22ee37(0x458,0x487)](0x1*0xe09+-0x162a+0x3*0x2b6));try{const tags=tagsVal?tagsVal[_0x5ed417(0x409,0x48d)](',')[_0x45bf0b(0x265,0x231)](_0x20555d=>_0x20555d['trim']()):[],include=includeVal?includeVal[_0x45bf0b(0x1bf,0x1f5)](',')[_0x45bf0b(0x265,0x1de)](_0x4910dc=>_0x4910dc[_0x22ee37(0x3f7,0x431)]()):[],_0xc8eabe={};_0xc8eabe['vaultPat'+'h']=vaultVal,_0xc8eabe[_0x22ee37(0x506,0x585)]=tags,_0xc8eabe[_0x5ed417(0x46b,0x4be)]=include;const abs=connect(_0xc8eabe);console[_0x45bf0b(0x26c,0x273)]('\x0a✅\x20Conne'+_0x22ee37(0x3f3,0x39d)+abs);if(tags[_0x5ed417(0x541,0x57a)])console[_0x45bf0b(0x26c,0x302)](_0x45bf0b(0x1b2,0x20e)+_0x45bf0b(0x237,0x28c)+_0x22ee37(0x479,0x434)+tags[_0x5ed417(0x50f,0x495)](',\x20'));if(include['length'])console['log'](_0x22ee37(0x409,0x440)+_0x45bf0b(0x21b,0x204)+_0x22ee37(0x4ec,0x4da)+include[_0x45bf0b(0x1c7,0x23b)](',\x20'));console['log'](_0x5ed417(0x57d,0x586)+_0x22ee37(0x4d3,0x459)+_0x22ee37(0x43a,0x3e7)+_0x45bf0b(0x287,0x2e9)+_0x45bf0b(0x226,0x2c4)+'build\x20th'+'e\x20knowle'+_0x5ed417(0x5e4,0x54d)+'.\x0a');}catch(_0x3a19c9){console[_0x45bf0b(0x180,0x125)]('\x0a\x20\x20✗\x20\x20'+_0x3a19c9['message']+'\x0a'),process['exit'](0x1*0x1d5d+-0x175f+-0x5fd);}break;}case _0x5ed417(0x529,0x4ae)+'ct':{!vaultVal&&(console[_0x5ed417(0x483,0x44e)](_0x45bf0b(0x1d2,0x1ec)+'vault\x20is'+'\x20require'+_0x45bf0b(0x1cd,0x211)+'ple:\x20npx'+_0x22ee37(0x4ab,0x43e)+_0x5ed417(0x4f3,0x4de)+_0x22ee37(0x470,0x3ea)+_0x45bf0b(0x27a,0x1f8)+_0x22ee37(0x436,0x40f)+_0x45bf0b(0x269,0x2fb)+_0x45bf0b(0x1a4,0x11f)+'t\x0a'),process[_0x45bf0b(0x1e2,0x221)](-0x1*0x1c79+0x1*0x19d1+-0x2a9*-0x1));disconnect(vaultVal),console[_0x5ed417(0x5c8,0x53a)](_0x5ed417(0x4d3,0x4b3)+_0x5ed417(0x43b,0x4c9)+':\x20'+path[_0x5ed417(0x46b,0x45f)](vaultVal)+'\x0a');break;}case _0x45bf0b(0x28d,0x263):{const targets=targetVal===_0x45bf0b(0x26f,0x27c)?Object['keys'](TARGET_DIRS):[targetVal];console[_0x45bf0b(0x26c,0x2ba)]('\x0a⏳\x20Synci'+'ng\x20knowl'+_0x45bf0b(0x18c,0x183)+'k...\x0a');try{const _0x3a9f07={};_0x3a9f07[_0x45bf0b(0x1b1,0x219)]=targets;const result=sync(_0x3a9f07);if(result[_0x5ed417(0x486,0x523)])console[_0x45bf0b(0x26c,0x2cb)](_0x45bf0b(0x1e8,0x1f4)+result[_0x5ed417(0x53c,0x523)]+'\x0a');else{console['log'](_0x45bf0b(0x26e,0x1fa)+'\x20'+result['synced']+(_0x5ed417(0x496,0x52d)+'\x20into\x20th'+_0x5ed417(0x4db,0x496)+_0x22ee37(0x4f5,0x52a)+'.'));for(const t of result['copiedTo'])console['log'](_0x5ed417(0x445,0x4e3)+t);console[_0x5ed417(0x589,0x53a)](_0x5ed417(0x4a2,0x498)+'nowledge'+_0x5ed417(0x485,0x511)+_0x22ee37(0x4a9,0x4db)+_0x5ed417(0x42c,0x45c)+_0x22ee37(0x44e,0x426)+_0x5ed417(0x450,0x49c)+_0x22ee37(0x4b4,0x532)+_0x5ed417(0x5c4,0x54e));}}catch(_0x2f7fa9){console[_0x5ed417(0x41a,0x44e)](_0x22ee37(0x473,0x40c)+_0x45bf0b(0x29b,0x2d1)+_0x5ed417(0x488,0x4eb)+_0x2f7fa9[_0x22ee37(0x4cb,0x4d5)]+'\x0a'),process[_0x45bf0b(0x1e2,0x27a)](-0x23a2+-0x2*-0x80+-0x1*-0x22a3);}break;}case _0x22ee37(0x452,0x435):{const cfg=status();if(!cfg[_0x45bf0b(0x1e6,0x202)]||cfg[_0x45bf0b(0x1e6,0x1d3)][_0x5ed417(0x5cc,0x57a)]===0xcde+0xf2e+-0x1c0c)console[_0x45bf0b(0x26c,0x292)](_0x22ee37(0x4a3,0x403)+'owledge\x20'+_0x5ed417(0x475,0x452)+_0x45bf0b(0x1e1,0x1db)+_0x45bf0b(0x1a5,0x221)+':\x20npx\x20an'+'alyzthis'+'_design\x20'+_0x22ee37(0x490,0x4c8)+_0x22ee37(0x4c2,0x46b)+_0x22ee37(0x51c,0x5a7)+_0x5ed417(0x4fb,0x474));else{console[_0x5ed417(0x5bf,0x53a)](_0x22ee37(0x3fb,0x3d8)+_0x22ee37(0x402,0x3c7)+_0x22ee37(0x4f4,0x478)+_0x45bf0b(0x1fc,0x19f)+cfg[_0x22ee37(0x45c,0x450)][_0x45bf0b(0x2ac,0x321)]+_0x22ee37(0x526,0x542));for(const s of cfg[_0x5ed417(0x51e,0x4b4)]){console[_0x45bf0b(0x26c,0x1d4)](_0x45bf0b(0x1b9,0x1c2)+s['path']);if(s[_0x22ee37(0x506,0x4ae)][_0x22ee37(0x522,0x4f1)])console[_0x5ed417(0x4fb,0x53a)](_0x22ee37(0x524,0x4a8)+_0x5ed417(0x4cb,0x449)+s[_0x5ed417(0x4e4,0x55e)][_0x5ed417(0x3fd,0x495)](',\x20'));if(s[_0x5ed417(0x54f,0x4be)]['length'])console['log'](_0x45bf0b(0x202,0x272)+_0x5ed417(0x41c,0x4b2)+s[_0x22ee37(0x466,0x443)][_0x45bf0b(0x1c7,0x131)](',\x20'));console[_0x22ee37(0x4e2,0x4ee)](_0x22ee37(0x3f9,0x465)+_0x22ee37(0x4d8,0x4bc)+s[_0x5ed417(0x4cb,0x49f)]);}if(cfg[_0x45bf0b(0x1ba,0x178)])console[_0x45bf0b(0x26c,0x28d)](_0x45bf0b(0x26a,0x2ca)+_0x45bf0b(0x267,0x226)+cfg[_0x22ee37(0x430,0x3ef)]);console[_0x45bf0b(0x26c,0x1e1)]('');}break;}case _0x45bf0b(0x249,0x1a9):case _0x22ee37(0x4c7,0x438):case'-h':console[_0x22ee37(0x4e2,0x4cb)](HELP);break;default:console[_0x22ee37(0x3f6,0x3fa)](_0x5ed417(0x5db,0x549)+_0x5ed417(0x51a,0x486)+_0x45bf0b(0x1cb,0x217)+cmd+'\x22\x0a'),console[_0x22ee37(0x4e2,0x53c)](HELP),process[_0x5ed417(0x510,0x4b0)](-0x61a+0x1db2+-0x1797*0x1);}
|
|
2
|
+
'use strict';(function(_0x1f613c,_0x581395){const _0x2b1332={_0x1aaa0b:0x565,_0x887ddd:0x615,_0x5c8754:0x592,_0x16e074:0x45,_0x68336:0xa2,_0x5abba3:0x6d,_0x1bad5b:0x56,_0x410e69:0xd7,_0x316ca4:0x560},_0x5b38d7={_0x45fa20:0x2c7},_0x226308={_0x4b9181:0x334};function _0x49ee8f(_0x314372,_0x7d67bc){return _0x4d48(_0x7d67bc-_0x226308._0x4b9181,_0x314372);}const _0x57ca9f=_0x1f613c();function _0x582d23(_0x15a913,_0x491163){return _0x4d48(_0x15a913- -0x2e2,_0x491163);}function _0x4cffc1(_0x1f0feb,_0x31509b){return _0x4d48(_0x31509b- -_0x5b38d7._0x45fa20,_0x1f0feb);}while(!![]){try{const _0x3d1f9c=parseInt(_0x49ee8f(_0x2b1332._0x1aaa0b,0x5d0))/(-0x9da*-0x1+-0x10c9+0x6f0)*(parseInt(_0x4cffc1(-0x97,-0xfd))/(-0x1ee4+-0x1*-0x1e1d+0x3*0x43))+-parseInt(_0x49ee8f(0x4e3,0x4ef))/(0x1*0x18b5+-0xaa2*0x1+-0xe10)+parseInt(_0x49ee8f(_0x2b1332._0x887ddd,_0x2b1332._0x5c8754))/(-0xc2e+0x4*0x713+-0x101a)*(-parseInt(_0x4cffc1(-0x1ab,-0x11f))/(0x91d+0xc4d+-0x1565))+parseInt(_0x4cffc1(-0xae,-0x10b))/(-0x2*-0x4ff+-0x1c86+-0xbe*-0x19)*(parseInt(_0x4cffc1(-_0x2b1332._0x16e074,-0x58))/(-0x20ad+-0x4f4+0x5*0x788))+-parseInt(_0x582d23(-_0x2b1332._0x68336,-_0x2b1332._0x5abba3))/(0x1*-0x20de+0x180f*-0x1+0x7*0x823)+parseInt(_0x582d23(-0x36,_0x2b1332._0x1bad5b))/(0xbd9+-0x1e*0x137+0x18a2)+-parseInt(_0x4cffc1(-_0x2b1332._0x410e69,-0x70))/(-0xbd*-0x1b+-0x1ffb+0xc16)*(-parseInt(_0x49ee8f(_0x2b1332._0x316ca4,0x580))/(0x4*0x3ad+0x1bb9+-0x3e*0xaf));if(_0x3d1f9c===_0x581395)break;else _0x57ca9f['push'](_0x57ca9f['shift']());}catch(_0x3c2db1){_0x57ca9f['push'](_0x57ca9f['shift']());}}}(_0x4697,0x44*0x23d3+-0x175*-0x568+-0xbaaf0));const path=require(_0x3d4efb(0x13b,0xd9)),os=require('os'),fs=require('fs'),{install,remove,SKILLS,TARGET_DIRS}=require('../lib/i'+_0x3d4efb(0x153,0x1d7)),{connect,disconnect,sync,status}=require(_0x3d4efb(0xf9,0xc8)+'nowledge'),HELP=_0x191cfc(0x3db,0x35c)+'his_Desi'+_0x183869(0x4a5,0x538)+_0x191cfc(0x2c5,0x311)+_0x3d4efb(0xa7,0x31)+_0x191cfc(0x30d,0x2f2)+'\x20persona'+_0x183869(0x511,0x5a7)+_0x191cfc(0x3eb,0x360)+_0x183869(0x60b,0x57a)+'\x0a\x20\x20npx\x20a'+_0x191cfc(0x35f,0x2dc)+_0x183869(0x5d0,0x541)+_0x191cfc(0x2b8,0x2fc)+_0x183869(0x5cd,0x577)+'ons]\x0a\x0a──'+_0x191cfc(0x3cf,0x33c)+_0x3d4efb(0xa1,0x29)+_0x183869(0x68c,0x5fc)+_0x3d4efb(0x12e,0xe6)+_0x3d4efb(0x12e,0xe6)+_0x191cfc(0x337,0x313)+'────────'+_0x191cfc(0x2ef,0x27d)+_0x191cfc(0x370,0x342)+_0x3d4efb(0x152,0x102)+'l\x20skills'+_0x191cfc(0x1b3,0x23e)+'target\x20A'+_0x3d4efb(0xe6,0xbc)+_0x183869(0x4f9,0x550)+'ry\x20\x20(def'+_0x191cfc(0x20b,0x264)+'remove\x20\x20'+_0x191cfc(0x345,0x32c)+_0x3d4efb(0x171,0x1dc)+_0x191cfc(0x245,0x2da)+_0x3d4efb(0x11a,0x131)+_0x191cfc(0x33b,0x2fe)+_0x191cfc(0x3a0,0x33e)+_0x191cfc(0x368,0x2d6)+_0x3d4efb(0x5e,0x7a)+'\x20list\x20\x20\x20'+_0x183869(0x567,0x564)+_0x3d4efb(0x15b,0x11e)+_0x183869(0x56f,0x591)+_0x3d4efb(0x110,0x187)+'target\x0a\x0a'+_0x183869(0x55f,0x5a8)+_0x3d4efb(0x5d,-0x2f)+_0x183869(0x599,0x5a6)+_0x191cfc(0x22e,0x248)+_0x191cfc(0x35a,0x313)+_0x183869(0x645,0x5fc)+_0x191cfc(0x2bb,0x313)+_0x191cfc(0x223,0x238)+_0x191cfc(0x1b6,0x247)+_0x3d4efb(0xd3,0xd3)+_0x3d4efb(0x5b,0x20)+_0x183869(0x61d,0x5c9)+_0x183869(0x5c8,0x5b8)+_0x3d4efb(0xfe,0x14f)+_0x183869(0x58b,0x56e)+_0x3d4efb(0x101,0x113)+_0x191cfc(0x31f,0x2c7)+_0x191cfc(0x3cb,0x34b)+_0x3d4efb(0x57,-0x36)+_0x3d4efb(0x11e,0x147)+_0x191cfc(0x355,0x2e2)+'knowledg'+_0x3d4efb(0x102,0xe8)+_0x183869(0x5d8,0x5f9)+_0x183869(0x66a,0x611)+_0x183869(0x5dd,0x5c8)+_0x183869(0x58d,0x590)+_0x3d4efb(0x124,0x190)+'he\x20regis'+_0x183869(0x608,0x586)+_0x3d4efb(0x6e,-0x7)+_0x183869(0x62d,0x63c)+_0x191cfc(0x29a,0x27a)+'sources\x20'+_0x3d4efb(0x10c,0x17e)+'\x20sync\x20ti'+'me\x0a\x0a──\x20O'+_0x183869(0x548,0x52f)+_0x183869(0x60a,0x5fc)+_0x191cfc(0x313,0x313)+_0x183869(0x67a,0x5fc)+_0x191cfc(0x2bc,0x313)+_0x183869(0x660,0x5fc)+_0x191cfc(0x36b,0x313)+'─\x0a\x20\x20--ta'+_0x191cfc(0x3b0,0x329)+_0x183869(0x620,0x59d)+_0x3d4efb(0x164,0xf9)+_0x191cfc(0x22b,0x29f)+'|\x20codex\x20'+_0x3d4efb(0x13f,0x165)+'default:'+_0x191cfc(0x2ba,0x331)+_0x3d4efb(0x167,0x11d)+_0x183869(0x59e,0x560)+_0x191cfc(0x32b,0x33a)+_0x183869(0x601,0x59e)+_0x183869(0x520,0x592)+_0x191cfc(0x3d0,0x35f)+_0x191cfc(0x2d2,0x2a1)+_0x191cfc(0x328,0x2f4)+_0x183869(0x545,0x52e)+_0x3d4efb(0x9f,0x12c)+'\x20vault\x20o'+_0x183869(0x5dd,0x5ad)+_0x3d4efb(0x77,0x41)+_0x183869(0x51c,0x576)+_0x191cfc(0x36c,0x34a)+'nd)\x0a\x20\x20--'+_0x3d4efb(0x9a,0x55)+'\x20Comma-s'+_0x183869(0x641,0x5d9)+_0x183869(0x65a,0x619)+_0x191cfc(0x262,0x2b6)+_0x3d4efb(0x6f,0x8e)+_0x183869(0x4d6,0x56a)+_0x191cfc(0x359,0x334)+(_0x191cfc(0x2e7,0x288)+_0x183869(0x609,0x574)+'mma-sepa'+_0x191cfc(0x2d9,0x2d5)+_0x3d4efb(0x5f,0xe6)+'\x20names\x20t'+_0x3d4efb(0xff,0xf7)+_0x191cfc(0x2ce,0x322)+'Design,B'+'rand\x0a\x20\x20-'+_0x183869(0x5df,0x583)+_0x191cfc(0x27c,0x2b3)+_0x183869(0x656,0x613)+_0x183869(0x5af,0x5ae)+'\x0a\x0a──\x20Exa'+_0x183869(0x610,0x5b3)+_0x191cfc(0x316,0x313)+'────────'+_0x191cfc(0x2dd,0x313)+_0x183869(0x672,0x5fc)+_0x3d4efb(0x12e,0x191)+_0x191cfc(0x292,0x2d0)+_0x191cfc(0x2d5,0x2c3)+_0x183869(0x622,0x5ce)+_0x183869(0x5c5,0x534)+_0x183869(0x610,0x60f)+_0x3d4efb(0x141,0x185)+'\x20\x20\x20\x20\x20\x20\x20\x20'+_0x191cfc(0x377,0x326)+_0x183869(0x57b,0x5b7)+_0x183869(0x5da,0x5ef)+_0x183869(0x581,0x5a2)+'\x20\x20npx\x20an'+'alyzthis'+_0x3d4efb(0x66,-0xb)+'--target'+_0x191cfc(0x200,0x282)+_0x183869(0x65b,0x60f)+_0x191cfc(0x342,0x326)+_0x191cfc(0x289,0x2ce)+'tall\x20for'+_0x3d4efb(0xc5,0x61)+_0x183869(0x6b7,0x644)+_0x3d4efb(0x7a,0x25)+_0x3d4efb(0x122,0x99)+'ign\x20conn'+_0x3d4efb(0x16b,0x139)+_0x183869(0x5a5,0x559)+'cuments/'+_0x3d4efb(0x85,0xfd)+_0x183869(0x5a5,0x5ac)+'alyzthis'+'_design\x20'+_0x3d4efb(0x62,0x8f)+_0x183869(0x5a0,0x5fd)+_0x3d4efb(0xdd,0xd2)+_0x183869(0x55e,0x5f1)+_0x3d4efb(0x151,0x14b)+_0x191cfc(0x29b,0x2fd)+_0x3d4efb(0x5c,0xa5)+_0x3d4efb(0x137,0xba)+'his_desi'+_0x3d4efb(0xb2,0x82)+'ct\x20--vau'+_0x183869(0x526,0x55d)+_0x3d4efb(0x9e,0xc3)+_0x183869(0x61f,0x5b1)+'ign,Rese'+_0x3d4efb(0x134,0xd1)+'px\x20analy'+'zthis_de'+_0x191cfc(0x363,0x352)+_0x191cfc(0x31c,0x2f3)+_0x3d4efb(0x141,0x15d)+_0x183869(0x695,0x60f)+'\x20\x20\x20\x20\x20\x20\x20\x20'+_0x191cfc(0x2ab,0x266)+'o\x20Cursor'+_0x3d4efb(0xa4,0xc2)+_0x3d4efb(0xf7,0x76)+_0x183869(0x50f,0x541)+'\x20sync\x20--'+'target\x20a'+_0x3d4efb(0x11d,0x150)+_0x3d4efb(0x141,0x15e)+_0x191cfc(0x346,0x323)+_0x3d4efb(0x113,0x15a)+_0x191cfc(0x31d,0x355)+_0x183869(0x5db,0x5ac)+_0x3d4efb(0x100,0x147)+_0x191cfc(0x203,0x24b)+_0x3d4efb(0x91,0xe3)+_0x191cfc(0x38e,0x326)+_0x191cfc(0x2c7,0x326)+_0x191cfc(0x32f,0x326)+_0x183869(0x62b,0x636)+_0x183869(0x680,0x624)+'s\x0a\x20\x20npx\x20'+_0x191cfc(0x259,0x273)+_0x183869(0x5b0,0x555)+_0x191cfc(0x25a,0x28a)+_0x183869(0x649,0x643)+_0x183869(0x5c7,0x60e)+_0x183869(0x5a4,0x547)+_0x191cfc(0x2f2,0x278)+_0x191cfc(0x321,0x2bb)+'tall\x20pat'+_0x191cfc(0x2a8,0x255)+'────────'+_0x191cfc(0x2f0,0x313)+_0x191cfc(0x358,0x313)+'────────'+_0x183869(0x5d5,0x5b9)+'\x20\x20Cursor'+_0x3d4efb(0xdc,0x15d)+_0x183869(0x55b,0x5d3)+_0x191cfc(0x2f1,0x271)+_0x3d4efb(0x135,0x196)+_0x3d4efb(0x142,0xb1)+_0x3d4efb(0x9b,0x6)+_0x3d4efb(0x136,0x18b)+'Codex\x20\x20\x20'+_0x183869(0x5e7,0x646)+'ex/skill'+_0x3d4efb(0x8d,-0x3))+(_0x191cfc(0x2de,0x2cf)+_0x191cfc(0x2b9,0x30b)+_0x183869(0x511,0x567)+'────────'+_0x3d4efb(0x12e,0x1ab)+'────────'+'────────'+'─\x0a\x20\x20Conf'+'ig\x20\x20→\x20~/'+_0x183869(0x61a,0x614)+_0x183869(0x595,0x523)+_0x191cfc(0x38b,0x30a)+'g.json\x0a\x0a'+_0x191cfc(0x2d0,0x2a4)+_0x3d4efb(0x71,0xb8)+_0x191cfc(0x38c,0x30e)+_0x191cfc(0x22e,0x237)+'shjoshi/'+_0x3d4efb(0x8e,0x7)+_0x183869(0x5cf,0x555)+'n\x0a'),[,,cmd,...flags]=process[_0x191cfc(0x34e,0x31d)];function getFlag(_0x38cff0){const _0x40fe43={_0x19b1aa:0xa8,_0x13bc5e:0x7b,_0x40ced6:0x8a,_0x3d1b1a:0x7,_0x58e4d9:0x2d8,_0x4460df:0x313,_0x315d3:0x77,_0x102ff0:0x2b,_0x34d644:0x2f8,_0x22df83:0x2ba,_0x57768a:0x16b,_0x44b6f0:0x318,_0x146585:0x11,_0x4b7384:0x29f},_0x29cdd6={_0x459d15:0x56},_0x326c22={_0x141d89:0xe7},_0x2961ad={_0x1b0002:0x3a0,_0x44812b:0x3a7,_0x3ecf83:0x4af,_0x5aea72:0x66c,_0x325c8e:0x377,_0x37af2c:0x608,_0x135301:0x5f5,_0x30c186:0x2b9,_0x339f6e:0x5ae,_0xa4f84b:0x5de,_0x4b3bd1:0x613,_0x473bd2:0x5da,_0x2388eb:0x67f,_0xa3d92a:0x574,_0x2c0d02:0x52f},_0xb5239c={_0x47ddb3:0x221,_0x3efbac:0x375,_0x43a506:0x3e2,_0x1aa0d1:0x299,_0x3d05db:0x2f8,_0x90187b:0x3e1,_0x447c8a:0x490,_0x1b9600:0x369,_0x3ffc87:0x38c,_0x53d207:0x3a7,_0x18837f:0x426},_0x37b3b6={_0x46367a:0x30b,_0x4edae0:0x2fc,_0x2a8eed:0x2c8,_0x447a8d:0x1e,_0x5cadd9:0xc},_0x3b622d={_0x106a25:0x198},_0x467d4d={_0x2ae7b5:0x1fd};function _0x5087bf(_0x195559,_0x5e2702){return _0x3d4efb(_0x5e2702-_0x467d4d._0x2ae7b5,_0x195559);}const _0x850cf={'tFZdp':_0x2350a7(-_0x40fe43._0x19b1aa,-0x15),'VDDxN':function(_0x1d11c2,_0x458ec7){return _0x1d11c2!==_0x458ec7;},'IHeiW':_0x2350a7(0xf3,_0x40fe43._0x13bc5e),'VTlRE':_0x2350a7(-_0x40fe43._0x40ced6,_0x40fe43._0x3d1b1a),'XeoqF':function(_0x1c544c,_0x5d571e){return _0x1c544c===_0x5d571e;},'kERIm':_0x5087bf(_0x40fe43._0x58e4d9,0x2f0),'FeAwE':'(((.+)+)'+_0x5087bf(_0x40fe43._0x4460df,0x2c7),'WscaX':function(_0x3a4f77,_0x4a8854,_0x3748a8){return _0x3a4f77(_0x4a8854,_0x3748a8);},'TnuyG':function(_0x1a966b,_0x26eead){return _0x1a966b!==_0x26eead;},'dnDGv':function(_0x5cd74a,_0x5041be){return _0x5cd74a+_0x5041be;},'NMFEk':function(_0x2d759b,_0x2eee0b){return _0x2d759b+_0x2eee0b;}},_0x5d8cf9=(function(){const _0x522ae0={_0x3722c5:0x2d5,_0x26f111:0x156,_0x19d2cd:0x91,_0x208d3c:0x20b,_0x50029d:0x61,_0x3872f0:0x1d,_0x200ef0:0x18c,_0x59038d:0x58,_0x28a0df:0x8b,_0x50539e:0x24d,_0x59a5f8:0x3d,_0x264b67:0x55,_0x1148f1:0xf3,_0x20fa36:0x142,_0x2571f3:0x2a,_0x1196f7:0x223,_0x51b983:0xfe},_0x3ba616={_0x29a002:0x69},_0x51b8d8={_0x423cc1:0x3de},_0x107972={_0x17b957:0x311},_0x1c1a25={};function _0x365ac3(_0x27b210,_0x4cc8ba){return _0x2350a7(_0x27b210,_0x4cc8ba-_0x107972._0x17b957);}_0x1c1a25[_0x5eb2ba(_0xb5239c._0x47ddb3,0x1db)]=_0x850cf['tFZdp'];const _0x385417=_0x1c1a25;function _0x5eb2ba(_0x24074f,_0x5c8546){return _0x2350a7(_0x24074f,_0x5c8546-_0x3b622d._0x106a25);}function _0x56bfe6(_0x131aca,_0x527396){return _0x2350a7(_0x131aca,_0x527396-0x38f);}if(_0x850cf[_0x56bfe6(_0xb5239c._0x3efbac,_0xb5239c._0x43a506)](_0x850cf[_0x365ac3(_0xb5239c._0x1aa0d1,0x2dd)],_0x850cf['VTlRE'])){let _0x18e2d3=!![];return function(_0x4b116e,_0x1d0ad2){const _0x1bd0f9={};function _0x2d6105(_0x415957,_0x108112){return _0x56bfe6(_0x415957,_0x108112- -_0x51b8d8._0x423cc1);}function _0x260fb2(_0x4cd450,_0x430605){return _0x56bfe6(_0x430605,_0x4cd450- -0x499);}_0x1bd0f9[_0x13db87(_0x37b3b6._0x46367a,_0x37b3b6._0x4edae0)]=function(_0x123dc8,_0x5b974b){return _0x123dc8!==_0x5b974b;},_0x1bd0f9[_0x13db87(0x335,_0x37b3b6._0x2a8eed)]=_0x385417[_0x2d6105(_0x37b3b6._0x447a8d,-_0x37b3b6._0x5cadd9)];const _0x510e94=_0x1bd0f9;function _0x13db87(_0x3a19c9,_0x208f50){return _0x56bfe6(_0x208f50,_0x3a19c9- -_0x3ba616._0x29a002);}const _0x4dbd10=_0x18e2d3?function(){const _0x3296e0={_0x520e6c:0x15c},_0x5780da={_0x21572c:0x51};function _0x19d401(_0x1a2919,_0x484530){return _0x2d6105(_0x1a2919,_0x484530- -_0x5780da._0x21572c);}function _0x3bbc30(_0x122e92,_0x30c310){return _0x2d6105(_0x122e92,_0x30c310-0x30c);}function _0x35f0ff(_0xd92369,_0x284911){return _0x2d6105(_0xd92369,_0x284911- -_0x3296e0._0x520e6c);}if(_0x510e94[_0x3bbc30(_0x522ae0._0x3722c5,0x2a2)](_0x510e94[_0x35f0ff(-_0x522ae0._0x26f111,-0x19c)],_0x510e94[_0x19d401(-0xd4,-_0x522ae0._0x19d2cd)])){_0x1c2b36[_0x35f0ff(-0x1b5,-0x128)]('\x20\x20•\x20'+_0x5ab2a5[_0x19d401(0x45,-0x4c)]);if(_0xbce51[_0x35f0ff(-0xed,-0x17e)][_0x3bbc30(_0x522ae0._0x208d3c,0x254)])_0x3429ab[_0x19d401(-_0x522ae0._0x50029d,-_0x522ae0._0x3872f0)](_0x35f0ff(-0x1d5,-_0x522ae0._0x200ef0)+_0x3bbc30(0x28a,0x2a1)+_0x204c16['tags']['join'](',\x20'));if(_0x7be155['include']['length'])_0x3e22b8[_0x19d401(_0x522ae0._0x59038d,-0x1d)](_0x19d401(-0x3a,-_0x522ae0._0x28a0df)+_0x35f0ff(-_0x522ae0._0x50539e,-0x1ca)+_0xf77535[_0x19d401(-_0x522ae0._0x59a5f8,-_0x522ae0._0x264b67)][_0x35f0ff(-_0x522ae0._0x1148f1,-_0x522ae0._0x20fa36)](',\x20'));_0xd99db[_0x19d401(_0x522ae0._0x2571f3,-0x1d)](_0x3bbc30(_0x522ae0._0x1196f7,0x25e)+_0x3bbc30(0x286,0x26d)+_0x4172e3['addedAt']);}else{if(_0x1d0ad2){const _0x134459=_0x1d0ad2[_0x19d401(-_0x522ae0._0x51b983,-0xb2)](_0x4b116e,arguments);return _0x1d0ad2=null,_0x134459;}}}:function(){};return _0x18e2d3=![],_0x4dbd10;};}else _0x407944['log'](_0x365ac3(_0xb5239c._0x3d05db,0x2f1)+'owledge\x20'+_0x56bfe6(_0xb5239c._0x90187b,0x3bd)+_0x56bfe6(_0xb5239c._0x447c8a,0x41a)+_0x56bfe6(_0xb5239c._0x1b9600,_0xb5239c._0x3ffc87)+_0x365ac3(0x371,_0xb5239c._0x53d207)+_0x56bfe6(_0xb5239c._0x18837f,0x3a8)+_0x365ac3(0x255,0x290)+'connect\x20'+_0x365ac3(0x390,0x359)+'/path/to'+_0x56bfe6(0x396,0x3f1));}()),_0x395df5=_0x850cf[_0x2350a7(0x100,_0x40fe43._0x315d3)](_0x5d8cf9,this,function(){const _0x54117d={_0x1b1a3f:0x461},_0x59f976={_0x42e9a5:0x5de};function _0x26ad88(_0x44c17a,_0x39db42){return _0x2350a7(_0x39db42,_0x44c17a-_0x59f976._0x42e9a5);}function _0x2cf7bf(_0x282f09,_0x147a27){return _0x2350a7(_0x282f09,_0x147a27-_0x54117d._0x1b1a3f);}function _0x239b2a(_0x4b6ce3,_0x4ca878){return _0x2350a7(_0x4ca878,_0x4b6ce3-0x324);}if(_0x850cf['XeoqF'](_0x850cf[_0x239b2a(_0x2961ad._0x1b0002,0x313)],'MQugb'))_0x1e3139[_0x239b2a(_0x2961ad._0x44812b,0x3f6)](_0x2cf7bf(_0x2961ad._0x3ecf83,0x425)+_0x54aac5[_0x26ad88(0x5e4,_0x2961ad._0x5aea72)]+'\x0a');else{if(_0x850cf[_0x239b2a(_0x2961ad._0x325c8e,0x2f5)](_0x395df5[_0x26ad88(_0x2961ad._0x37af2c,_0x2961ad._0x135301)]()[_0x239b2a(0x2f4,0x2ac)]()[_0x239b2a(_0x2961ad._0x30c186,0x33b)]('\x0a'),-(0x1*0x1c3f+-0x19bc+-0xd6*0x3)))return;return _0x395df5[_0x26ad88(_0x2961ad._0x339f6e,_0x2961ad._0xa4f84b)]()[_0x26ad88(_0x2961ad._0x4b3bd1,_0x2961ad._0x473bd2)](_0x850cf[_0x26ad88(0x574,0x501)])[_0x2cf7bf(0x40f,0x431)]()[_0x26ad88(0x656,_0x2961ad._0x2388eb)+'tor'](_0x395df5)['search'](_0x850cf[_0x26ad88(_0x2961ad._0xa3d92a,_0x2961ad._0x2c0d02)]);}});_0x395df5();const _0x442d38=flags['find'](_0x3e6854=>_0x3e6854[_0x2350a7(0xc,0x92)+'th']('--'+_0x38cff0+'='));function _0x2350a7(_0x415328,_0x25ff90){return _0x3d4efb(_0x25ff90- -_0x326c22._0x141d89,_0x415328);}function _0x503eb0(_0x4fb3f9,_0x307bba){return _0x3d4efb(_0x307bba-_0x29cdd6._0x459d15,_0x4fb3f9);}if(_0x442d38)return _0x442d38[_0x2350a7(0x27,_0x40fe43._0x102ff0)]('=')['slice'](-0xfd9*0x1+0x8fc+0x6de)[_0x5087bf(0x2fe,0x34d)]('=');const _0x31ea98=flags[_0x2350a7(-0xdf,-0x6b)]('--'+_0x38cff0);if(_0x850cf[_0x5087bf(_0x40fe43._0x34d644,_0x40fe43._0x22df83)](_0x31ea98,-(0x1dd6+0x10*0x22a+-0x4075))&&flags[_0x850cf[_0x503eb0(_0x40fe43._0x57768a,0xdf)](_0x31ea98,-0x5c+-0x3*0x7e3+0x1806)]&&!flags[_0x850cf[_0x5087bf(_0x40fe43._0x44b6f0,0x286)](_0x31ea98,0x54a*-0x5+-0xd92+0x2805)][_0x2350a7(_0x40fe43._0x146585,0x92)+'th']('--'))return flags[_0x850cf[_0x5087bf(0x29b,_0x40fe43._0x4b7384)](_0x31ea98,0x11b6*-0x1+0x193d+0x2*-0x3c3)];return null;}const force=flags['includes'](_0x183869(0x598,0x5ed)),targetVal=getFlag(_0x3d4efb(0x84,0xed))||_0x191cfc(0x2b1,0x24e),vaultVal=getFlag(_0x3d4efb(0x139,0x18b)),tagsVal=getFlag(_0x3d4efb(0x114,0x161));function _0x183869(_0x544e01,_0x28e07f){const _0x1875dd={_0x20d0ea:0x37a};return _0x4d48(_0x28e07f-_0x1875dd._0x20d0ea,_0x544e01);}function _0x3d4efb(_0x241779,_0x50535d){return _0x4d48(_0x241779- -0x154,_0x50535d);}function _0x4697(){const _0x2db525=['cUkpSYbtEw5JAq','icaGvgfNCYa','C3LUy2vK','neDUB0D4ua','zxbHCMf0zwq','yw5KigXHC3q','CYb3AxrOige','yYaGicaGica','yxvSDcaGica','CYbMB3iGysa','yMLUza','C3bSAxq','BMmGDg8GywW','DgfNCW','C291CMnLCYa','cIaG4PYxicbtEq','ifTJB21Tyw4','BMqSChjVzhu','DgHLihrHCMC','BhmGzNjVBsa','mte0mwzfvKToBq','C2vHCMnO','BgWGicaGica','CYbHBMqGyNu','ls1MB3jJzq','B3DSzwrNzsa','DgfSBcbMB3i','DgHPC19Kzxm','lxrHz3mGzgu','zsbMCM9Tihq','z24Vy29UzMK','igjHBMSGy28','ig5VDguOCYK','zMLSDgvYoIa','DgH1yI5JB20','u2DeCLi','A2LSBaOGigq','ssbKzxnPz24','cIaGifj1BIa','4Psa4Psa4Psa4Psa4Psa4Psa4Psa4Psa','ls12yxvSDca','DhjPBq','cKLUC3rHBgW','Aw5JBhvKzq','zsbRBM93Bgu','yxjJAaOGig4','q2XHDwrLica','yw5KCY8kica','igfUywX5ENq','yxjNDG','DMf1Bhq','vKreEe4','Cgf0Aa','cUkCHsbdB25Uzq','zsWGzs5NlIa','icaGicmGC3K','FcbHBgWGicG','yxvSDcb+l0q','icaGicaGica','4OAsih4VlMnSyq','AxnJB25Uzwm','CMDLDcaGiee','AgLZigHLBha','lMfUywX5ENq','icaGrgvSzxq','nZiWnJeXvMvnuen2','l3zHDwX0cG','cIaGtgfZDca','ihrHz3mGDg8','ign1CNnVCIK','l3bHDgGVDg8','B25Uzwn0zwq','yNjHBMqSDxG','AM9PBG','C2LNBIXICMe','ienVChKGywW','BNn0ywXS','Aw5ZDgfSBa','zxj3CML0zsa','DYbZB3vYy2u','ifnRAwXSigm','ndG4mZe1n21AuvbfAG','zxqGquKGDg8','zwfKigL0igy','igLUC3rHBgW','ywrKzwrbDa','C3rHBgWGica','v3nJyvG','y29UC3rYDwm','zxjYB3i','AYbZB3vYy2u','uLr6sK4','A0vssw0','y3vYC29YihW','y3qGy29TBwe','ifjLywqGywW','cIaGls1MB3i','icaGiYbZAg8','oIaG','Bg9N','zwn0ic0TDMe','z24GzgLZy28','C2LNBIbZEw4','ifnOB3CGy28','A2v5CW','Bcb0B29SCWO','zsbPBNn0ywW','y29UBMvJDgu','y3rLzdOG','BgfZDfn5BMm','BMvJDcaTlxy','BhmkcIaGBNa','cKfUywX5ENq','4OAsih4VlMnVza','C3rHCNrZv2K','B24GAw5ZDge','zgDLigjHBMS','BMCGA25VD2W','oIbUChGGyw4','l3jPC2HPA2u','4Psa4Psa4Psa4Psa4PsacIaG','mZeZmdG0meXNuuT5vq','AgLZx2rLC2K','icaG4OcIia','BcbZB3vYy2u','Ew5JiIb0BYa','ihrVihrOzsa','CYaO','DgvYigeGDMe','y3qkicbUChG','zwrNzsbIyw4','zwn0B3j5cIa','yI1MB2XKzxi','ugf0Acb0BYa','ChrPB25ZiokuGa','y29UBMvJDca','zhmG4Psa4Psa4Psa4Psa4Psa','zgvZAwDUihm','cIaG4PYxicaTlq','x2rLC2LNBIa','mtq4oti4mxDWDeHPua','mte1mdHYELLIz0K','y3vYC29Y','z24G4OcuidCGqq','icaG','AxzLlIbbBgW','igLUDg8GDgG','yxr1CYaGica','yNKSiguUzY4','AhmG4Psa4Psa4Psa4Psa4Psa','DhbZoI8Vz2K','ywXS','C19KzxnPz24','CMvZB2X2zq','y29UBMvJDa','mNPPz1vTyq','D24GzM9Szgu','y3qGls12yxu','B2n1BwvUDhm','EcbHBMfSExO','C3LUyZOG','Aw5KzxHpzG','rMvbD0u','BgvUz3rO','yxvSDcKkica','rg9JDw1LBNq','iYbZEw5Jihq','igrPCMvJDg8','zxHPC3rZu3K','DgfYz2v0','txLwyxvSDaO','ktOk','AxnFzgvZAwC','icaGiefKzgu','zg5er3y','C291CMnLCW','DwX0ih4Vrg8','AwXSCY8kica','CY8kcUkuGokuGcbl','yw5HBhL6DgG','BhqGFI92yxu','iM5WEcbHBMe','C3rHDhvZica','y2uGicaGt3y','l015vMf1Bhq','yNvPBgqGDgG','BM5Ly3rLzca','icaGifnOB3C','zdOGica','4Psa4Psa4PsacIaGAw4','BMzPzYdILidILidILia','DgfNCYaGica','DwrLl2nVBw0','igrLC2LNBIW','igfSBcaGica','BhqGls1PBMm','t2jZAwrPyw4','yxmGysbZB3u','B21Tyw5KCYa','tK1grwS','cIaGls1PBMm','cIaGBNb4ige','BIbKAxnJB24','BhvKzsaGq28','ihbLCNnVBMe','CIaOy29UBMu','zf0Gw29WDgK','CYb3AwXSihi','icdIMQaGia','cGPvC2fNztO','icdIGkiG','zwqGqw5HBhK','Dw5PBNn0ywW','y29WAwvKvg8','BwfW','z24Gy29UBMu','suHLAvC','ihjLCxvPCMu','lwHLBhaGica','oIaI','Dg9tDhjPBMC','Dhj5cIaGC3q','zc4Giev4yw0','ignSyxvKzsa','ls1OzwXW','BgWkicaTlxy','vg51EuC','BhL6DgHPC18','rg9JCZOGAhq','igjHBMSGAxm','DMf1Bhrqyxq','igeGC291CMm','zwqGC2TPBgW','ihnRAwXSCYa','igfSBcb0B28','AY4UlGO','cIaGtM8GA24','zxjZoIa','BhqGFI9eB2m','kYKRja','oIaGica','thn0Cxq','ENrOAxnFrgu','icbtAg93ihq','ssb0B29SoIa','zxHPC3rPBMC','igzPBhrLCIa','sKrkAey','icaGuMvNAxm','ien1CNnVCGO','yxbWBhK','cGRILidILiaGsw5Z','4PYfifn5BMnLza','AYbJB21Tyw4','BcbRBM93Bgu','4Psa4PsaieTUB3DS','AgvSCa','icdIHPiGFI8UyW','FI9KB2nZic0','icbUChGGyw4','CIbTyxjRzg8','ig1LC3nHz2u','DMf1BhqGAxm','BMmGicaGica','BhvKzsbezxm','zc4kicbsDw4','BxbSzxmG4Psa4Psa','ssb0B29Sj3m','cVcFKQeGvgHLigS','EvzHDwX0cG','icaGiYbPBNm','BM93BgvKz2u','4Psa4Psa4Psa4Psa4Psa4Psa4PsacG','mJiWnZqXnKfirhHhtG','BwvZC2fNzq','tgrRr1e','cIaG4PYxica','CMf0zwqGC3u','B2WNCYbKAxi','DMf1BhqGFI8','C0LiuwW','zxHPDa','BgvKihnRAwW','uwHxtg8','BMfSExP0AgK','ndrQC2nttK0','lI4VBgLIl2S','Dcbszw1VDMu','DwX0ig9YigS','icaGiezVBgq','AwXKihrOzsa','igzVBgrLCIa','BYbPBMnSDwq','ywX5ENrOAxm','CMnLcIaGC3K','zs1Iyw5Rihm','ndK0nZCWBw5KsvvV','cVcFL5eGierPC2m','DxjZB3iVC2S','icaGifrHz3m'];_0x4697=function(){return _0x2db525;};return _0x4697();}const includeVal=getFlag(_0x3d4efb(0x132,0x15d));function _0x4d48(_0x1a2245,_0x7a5ed5){_0x1a2245=_0x1a2245-(-0x2440*0x1+0x139f+0x1247*0x1);const _0x1c82ab=_0x4697();let _0x1168c4=_0x1c82ab[_0x1a2245];if(_0x4d48['sdCTtD']===undefined){var _0x14a882=function(_0x8af54f){const _0x166e54='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2a3cba='',_0x1d8e95='',_0x459db0=_0x2a3cba+_0x14a882,_0x103847=(''+function(){return-0xb*0xd7+0x1a06+0x10c9*-0x1;})['indexOf']('\x0a')!==-(-0x46a*0x7+0x1e40+0xa7);for(let _0x31043b=-0x2575+-0x12*0xd3+0x344b,_0x187025,_0x27679c,_0x1489c8=-0x1e0b+-0x1193+0x2f9e;_0x27679c=_0x8af54f['charAt'](_0x1489c8++);~_0x27679c&&(_0x187025=_0x31043b%(-0x7*0x503+0x855+0x1ac4)?_0x187025*(0xa7d*0x1+0x1e76+-0x28b3)+_0x27679c:_0x27679c,_0x31043b++%(-0x7*0x406+-0x3*-0x5c+-0x2*-0xd8d))?_0x2a3cba+=_0x103847||_0x459db0['charCodeAt'](_0x1489c8+(0x73*-0x3+-0x2220+0x2383*0x1))-(0x1*0x536+0x2635+-0x1*0x2b61)!==0x267*0xb+-0xee3+-0xb8a?String['fromCharCode'](-0x108d*0x1+0x1e5f+-0xcd3&_0x187025>>(-(-0x1*-0x260f+0xe2e+-0x343b)*_0x31043b&0x3*-0x305+0x1eab+-0x1596)):_0x31043b:-0x918+0x1*0x1f57+-0x163f){_0x27679c=_0x166e54['indexOf'](_0x27679c);}for(let _0x3fb9d0=0x7b*0x4a+0xcff+-0x308d,_0x39f197=_0x2a3cba['length'];_0x3fb9d0<_0x39f197;_0x3fb9d0++){_0x1d8e95+='%'+('00'+_0x2a3cba['charCodeAt'](_0x3fb9d0)['toString'](0x26d5+0x4dc+-0x2ba1))['slice'](-(0x1f8a+-0x3*0x9ca+-0x22a*0x1));}return decodeURIComponent(_0x1d8e95);};_0x4d48['SJLNzz']=_0x14a882,_0x4d48['aXYdMJ']={},_0x4d48['sdCTtD']=!![];}const _0x383908=_0x1c82ab[0x3f1+0x2466+0x1*-0x2857],_0x2933c4=_0x1a2245+_0x383908,_0x58b386=_0x4d48['aXYdMJ'][_0x2933c4];if(!_0x58b386){const _0x1c9685=function(_0xed79e4){this['FVaiMX']=_0xed79e4,this['TIHtMX']=[0x1*-0xc02+0xd*0xeb+-0x4*-0x5,0x12a+0x2*-0xaee+0x14b2*0x1,0x2136+-0x5*-0x233+0x2c35*-0x1],this['sIFMIJ']=function(){return'newState';},this['RqIdzJ']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['Jhtytv']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x1c9685['prototype']['qMqTxJ']=function(){const _0x1c2b36=new RegExp(this['RqIdzJ']+this['Jhtytv']),_0x5ab2a5=_0x1c2b36['test'](this['sIFMIJ']['toString']())?--this['TIHtMX'][0x812+0x5*-0x154+-0x16d]:--this['TIHtMX'][0x1e12+0x8a*-0x5+0x1b60*-0x1];return this['sKEiee'](_0x5ab2a5);},_0x1c9685['prototype']['sKEiee']=function(_0xbce51){if(!Boolean(~_0xbce51))return _0xbce51;return this['yelnaf'](this['FVaiMX']);},_0x1c9685['prototype']['yelnaf']=function(_0x3429ab){for(let _0x204c16=0x8b*-0x2b+0x1*-0x1639+-0x26*-0x133,_0x7be155=this['TIHtMX']['length'];_0x204c16<_0x7be155;_0x204c16++){this['TIHtMX']['push'](Math['round'](Math['random']())),_0x7be155=this['TIHtMX']['length'];}return _0x3429ab(this['TIHtMX'][0xaf7*-0x3+-0x21dd+0x1*0x42c2]);},(''+function(){return 0x1258+-0x783*0x1+-0xad5;})['indexOf']('\x0a')===-(0x270e+-0x9c0+0x241*-0xd)&&new _0x1c9685(_0x4d48)['qMqTxJ'](),_0x1168c4=_0x4d48['SJLNzz'](_0x1168c4),_0x4d48['aXYdMJ'][_0x2933c4]=_0x1168c4;}else _0x1168c4=_0x58b386;return _0x1168c4;}function _0x191cfc(_0x2fefcb,_0x52f93a){const _0x4ea094={_0x298225:0x91};return _0x4d48(_0x52f93a-_0x4ea094._0x298225,_0x2fefcb);}switch(cmd){case undefined:case _0x191cfc(0x357,0x339):const _0x49d182={};_0x49d182['force']=force,_0x49d182['target']=targetVal,install(_0x49d182);break;case'remove':case _0x191cfc(0x220,0x294)+'l':const _0xc78861={};_0xc78861[_0x3d4efb(0x84,0x47)]=targetVal,remove(_0xc78861);break;case'list':{const targets=targetVal===_0x191cfc(0x294,0x257)?Object['keys'](TARGET_DIRS):[targetVal];for(const t of targets){const dir=TARGET_DIRS[t];console[_0x183869(0x5b5,0x638)](_0x183869(0x591,0x5ff)+_0x3d4efb(0xae,0xce)+_0x3d4efb(0xcd,0xfb)+'sign\x20ski'+'lls\x20['+t+']\x20('+dir+_0x183869(0x4cb,0x554));for(const skill of SKILLS){const asDir=path['join'](dir,skill),asFile=path['join'](dir,skill+'.md'),exists=fs[_0x3d4efb(0x83,0x99)+'nc'](asDir)||fs[_0x191cfc(0x2b4,0x268)+'nc'](asFile);console[_0x191cfc(0x343,0x34f)]('\x20\x20'+(exists?'✅':'✗\x20')+'\x20'+skill);}}console[_0x183869(0x5be,0x638)]('');break;}case _0x183869(0x595,0x543):{!vaultVal&&(console[_0x183869(0x5f4,0x62e)](_0x3d4efb(0x65,0x7d)+_0x183869(0x5c1,0x5af)+'\x20require'+_0x191cfc(0x265,0x29e)+'ple:\x20npx'+_0x191cfc(0x3af,0x31c)+_0x3d4efb(0x55,0xb8)+'gn\x20conne'+_0x3d4efb(0x78,0xaf)+_0x3d4efb(0xc9,0x15a)+'uments/M'+_0x3d4efb(0xe8,0x9a)),process[_0x3d4efb(0xf4,0x92)](0x4*0x25f+0x13*0x18f+0x342*-0xc));try{const tags=tagsVal?tagsVal[_0x191cfc(0x2af,0x2f7)](',')['map'](_0x332886=>_0x332886[_0x191cfc(0x331,0x315)]()):[],include=includeVal?includeVal[_0x3d4efb(0x112,0xb3)](',')[_0x191cfc(0x217,0x296)](_0x1e3d70=>_0x1e3d70['trim']()):[],_0xba60e={};_0xba60e[_0x3d4efb(0xc1,0x56)+'h']=vaultVal,_0xba60e[_0x183869(0x580,0x5e2)]=tags,_0xba60e[_0x191cfc(0x2a7,0x317)]=include;const abs=connect(_0xba60e);console[_0x183869(0x65e,0x638)](_0x183869(0x5f5,0x60a)+_0x183869(0x5e4,0x641)+abs);if(tags[_0x191cfc(0x22c,0x263)])console['log'](_0x183869(0x57b,0x5d6)+_0x183869(0x5d5,0x5f6)+_0x183869(0x505,0x539)+tags['join'](',\x20'));if(include[_0x3d4efb(0x7e,0x80)])console[_0x191cfc(0x331,0x34f)]('\x20\x20\x20Folde'+'r\x20filter'+_0x3d4efb(0x169,0x133)+include[_0x191cfc(0x305,0x335)](',\x20'));console['log'](_0x191cfc(0x397,0x312)+_0x3d4efb(0x90,0x126)+_0x183869(0x59b,0x58c)+_0x3d4efb(0x64,0x9f)+_0x3d4efb(0x58,-0x21)+_0x191cfc(0x2ec,0x279)+_0x191cfc(0x38d,0x318)+'dge\x20bank'+'.\x0a');}catch(_0x1d9a1b){console['error'](_0x183869(0x5ed,0x5bd)+_0x1d9a1b[_0x3d4efb(0xed,0xd4)]+'\x0a'),process['exit'](-0x20a9+-0x148*0x2+-0x1*-0x233a);}break;}case'disconne'+'ct':{!vaultVal&&(console[_0x183869(0x5d2,0x62e)](_0x191cfc(0x2a4,0x24a)+'vault\x20is'+_0x191cfc(0x2ed,0x299)+_0x3d4efb(0xb9,0x6a)+'ple:\x20npx'+_0x183869(0x657,0x605)+_0x183869(0x4eb,0x523)+_0x191cfc(0x3c6,0x351)+'nnect\x20--'+_0x3d4efb(0xf2,0xbf)+_0x3d4efb(0x80,0x51)+'s/MyVaul'+'t\x0a'),process['exit'](-0x1d4f+-0x181b+0x356b));disconnect(vaultVal),console[_0x3d4efb(0x16a,0x1cf)](_0x3d4efb(0x104,0x198)+_0x3d4efb(0x14e,0x1a7)+':\x20'+path[_0x3d4efb(0x74,0x108)](vaultVal)+'\x0a');break;}case'sync':{const targets=targetVal===_0x191cfc(0x202,0x257)?Object[_0x183869(0x5d3,0x63d)](TARGET_DIRS):[targetVal];console['log'](_0x191cfc(0x2df,0x2ec)+_0x183869(0x6c6,0x64a)+_0x3d4efb(0x5d,-0x25)+_0x183869(0x59e,0x594));try{const _0x54f0b4={};_0x54f0b4['targets']=targets;const result=sync(_0x54f0b4);if(result['message'])console[_0x3d4efb(0x16a,0x1a0)](_0x3d4efb(0xab,0x6c)+result[_0x191cfc(0x35c,0x2d2)]+'\x0a');else{console[_0x183869(0x5c1,0x638)](_0x191cfc(0x2f6,0x2bc)+'\x20'+result[_0x183869(0x5b2,0x5d7)]+(_0x183869(0x5d3,0x5f5)+_0x3d4efb(0x6d,0xc5)+'e\x20knowle'+_0x3d4efb(0x17b,0x11a)+'.'));for(const t of result[_0x3d4efb(0xb0,0x9f)])console[_0x3d4efb(0x16a,0xfd)](_0x3d4efb(0x56,0x28)+t);console[_0x183869(0x6be,0x638)](_0x183869(0x62b,0x5b5)+_0x183869(0x5db,0x5b8)+_0x191cfc(0x31b,0x2a5)+'\x20now\x20act'+_0x3d4efb(0x6c,0x97)+_0x191cfc(0x2b2,0x28c)+_0x191cfc(0x27a,0x28f)+_0x3d4efb(0x15a,0x159)+'irst.\x0a');}}catch(_0x27829d){console['error'](_0x3d4efb(0x116,0x19f)+'nc\x20faile'+'d:\x20'+_0x27829d[_0x191cfc(0x2ce,0x2d2)]+'\x0a'),process[_0x183869(0x5aa,0x5c2)](-0x1*0xd65+0x2*0xf8b+-0x11b0);}break;}case'status':{const cfg=status();if(!cfg['sources']||cfg['sources']['length']===-0x22f7+-0x11c7+0x2*0x1a5f)console[_0x191cfc(0x374,0x34f)](_0x3d4efb(0xc7,0x60)+_0x191cfc(0x2fc,0x305)+'sources\x20'+'connecte'+_0x3d4efb(0xe4,0x9d)+':\x20npx\x20an'+'alyzthis'+_0x183869(0x4c6,0x534)+_0x191cfc(0x1cb,0x247)+_0x191cfc(0x385,0x314)+_0x191cfc(0x2e7,0x332)+'/vault\x0a');else{console[_0x183869(0x6b2,0x638)]('\x0a📚\x20Knowl'+'edge\x20ban'+_0x191cfc(0x383,0x346)+_0x3d4efb(0x5a,0x76)+cfg[_0x183869(0x540,0x558)][_0x3d4efb(0x7e,0x28)]+'):\x0a');for(const s of cfg[_0x3d4efb(0x8a,0x19)]){console[_0x3d4efb(0x16a,0x156)](_0x3d4efb(0xad,0x32)+s['path']);if(s[_0x191cfc(0x2f6,0x2f9)]['length'])console[_0x3d4efb(0x16a,0x10f)](_0x183869(0x652,0x5d4)+_0x191cfc(0x2f0,0x2b0)+s[_0x191cfc(0x2d7,0x2f9)][_0x191cfc(0x3a6,0x335)](',\x20'));if(s[_0x191cfc(0x2cd,0x317)][_0x3d4efb(0x7e,0x87)])console[_0x191cfc(0x375,0x34f)](_0x3d4efb(0xfc,0x7c)+'ers:\x20'+s[_0x191cfc(0x303,0x317)]['join'](',\x20'));console[_0x183869(0x6ca,0x638)](_0x191cfc(0x2a4,0x26d)+_0x3d4efb(0x97,0xa4)+s[_0x183869(0x5be,0x62a)]);}if(cfg['lastSync'])console[_0x3d4efb(0x16a,0x13b)](_0x191cfc(0x2ae,0x32f)+_0x3d4efb(0x7b,0x45)+cfg[_0x191cfc(0x2cb,0x359)]);console[_0x191cfc(0x3b1,0x34f)]('');}break;}case _0x183869(0x53b,0x589):case _0x191cfc(0x350,0x2c0):case'-h':console[_0x3d4efb(0x16a,0x1c0)](HELP);break;default:console[_0x3d4efb(0x160,0xf3)]('\x0aUnknown'+'\x20command'+_0x183869(0x52c,0x584)+cmd+'\x22\x0a'),console['log'](HELP),process[_0x183869(0x5fc,0x5c2)](0xda7+-0x829+-0x57d);}
|