ccjk 12.0.0 → 12.0.2
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/dist/chunks/agent-teams.mjs +17 -18
- package/dist/chunks/agent.mjs +105 -102
- package/dist/chunks/agents.mjs +87 -77
- package/dist/chunks/api-cli.mjs +41 -27
- package/dist/chunks/api-providers.mjs +2 -4
- package/dist/chunks/api.mjs +22 -11
- package/dist/chunks/auto-bootstrap.mjs +3 -5
- package/dist/chunks/auto-init.mjs +3 -4
- package/dist/chunks/auto-updater.mjs +103 -91
- package/dist/chunks/banner.mjs +41 -42
- package/dist/chunks/boost.mjs +30 -31
- package/dist/chunks/ccjk-agents.mjs +6 -9
- package/dist/chunks/ccjk-all.mjs +703 -85
- package/dist/chunks/ccjk-config.mjs +6 -6
- package/dist/chunks/ccjk-hooks.mjs +20 -9
- package/dist/chunks/ccjk-mcp.mjs +64 -52
- package/dist/chunks/ccjk-setup.mjs +35 -25
- package/dist/chunks/ccjk-skills.mjs +51 -41
- package/dist/chunks/ccr.mjs +42 -32
- package/dist/chunks/ccu.mjs +16 -12
- package/dist/chunks/check-updates.mjs +30 -19
- package/dist/chunks/claude-code-config-manager.mjs +25 -10
- package/dist/chunks/claude-code-incremental-manager.mjs +65 -51
- package/dist/chunks/claude-config.mjs +2 -2
- package/dist/chunks/claude-wrapper.mjs +9 -6
- package/dist/chunks/cleanup-migration.mjs +1 -1
- package/dist/chunks/cli-hook.mjs +10 -3
- package/dist/chunks/cloud-sync.mjs +1 -1
- package/dist/chunks/codex-config-switch.mjs +58 -45
- package/dist/chunks/codex-provider-manager.mjs +29 -16
- package/dist/chunks/codex-uninstaller.mjs +5 -6
- package/dist/chunks/codex.mjs +89 -89
- package/dist/chunks/commands.mjs +28 -29
- package/dist/chunks/commands2.mjs +4 -3
- package/dist/chunks/commit.mjs +42 -23
- package/dist/chunks/completion.mjs +46 -47
- package/dist/chunks/config-consolidator.mjs +12 -13
- package/dist/chunks/config-switch.mjs +66 -53
- package/dist/chunks/config.mjs +10 -10
- package/dist/chunks/config2.mjs +53 -42
- package/dist/chunks/config3.mjs +107 -93
- package/dist/chunks/constants.mjs +2 -4
- package/dist/chunks/context-loader.mjs +5 -4
- package/dist/chunks/context.mjs +77 -76
- package/dist/chunks/convoy-manager.mjs +4 -4
- package/dist/chunks/dashboard.mjs +28 -29
- package/dist/chunks/doctor.mjs +68 -54
- package/dist/chunks/evolution.mjs +37 -38
- package/dist/chunks/features.mjs +103 -92
- package/dist/chunks/fs-operations.mjs +1 -1
- package/dist/chunks/health-alerts.mjs +1 -1
- package/dist/chunks/health-check.mjs +1 -1
- package/dist/chunks/help.mjs +117 -116
- package/dist/chunks/hook-installer.mjs +3 -2
- package/dist/chunks/index.mjs +20 -6
- package/dist/chunks/index10.mjs +1171 -0
- package/dist/chunks/index11.mjs +1008 -0
- package/dist/chunks/index12.mjs +193 -0
- package/dist/chunks/index13.mjs +218 -0
- package/dist/chunks/index14.mjs +663 -0
- package/dist/chunks/index2.mjs +19 -10
- package/dist/chunks/index3.mjs +19079 -164
- package/dist/chunks/index4.mjs +8 -1171
- package/dist/chunks/index5.mjs +7479 -884
- package/dist/chunks/index6.mjs +160 -184
- package/dist/chunks/index7.mjs +3573 -653
- package/dist/chunks/index8.mjs +19 -0
- package/dist/chunks/index9.mjs +616 -0
- package/dist/chunks/init.mjs +173 -173
- package/dist/chunks/installer.mjs +92 -82
- package/dist/chunks/installer2.mjs +3 -2
- package/dist/chunks/interview.mjs +118 -107
- package/dist/chunks/json-config.mjs +3 -2
- package/dist/chunks/linux.mjs +3863 -0
- package/dist/chunks/macos.mjs +69 -0
- package/dist/chunks/main.mjs +635 -0
- package/dist/chunks/marketplace.mjs +69 -66
- package/dist/chunks/mcp-cli.mjs +61 -48
- package/dist/chunks/mcp.mjs +140 -127
- package/dist/chunks/menu.mjs +85 -85
- package/dist/chunks/metrics-display.mjs +41 -40
- package/dist/chunks/migrator.mjs +4 -5
- package/dist/chunks/monitor.mjs +95 -95
- package/dist/chunks/notification.mjs +151 -141
- package/dist/chunks/onboarding.mjs +26 -15
- package/dist/chunks/package.mjs +1 -1
- package/dist/chunks/paradigm.mjs +24 -23
- package/dist/chunks/permission-manager.mjs +10 -11
- package/dist/chunks/permissions.mjs +72 -57
- package/dist/chunks/persistence-manager.mjs +97 -84
- package/dist/chunks/persistence.mjs +1 -1
- package/dist/chunks/platform.mjs +29 -29
- package/dist/chunks/plugin.mjs +104 -105
- package/dist/chunks/prompts.mjs +36 -25
- package/dist/chunks/providers.mjs +68 -69
- package/dist/chunks/quick-actions.mjs +71 -72
- package/dist/chunks/quick-provider.mjs +56 -40
- package/dist/chunks/quick-setup.mjs +71 -60
- package/dist/chunks/remote.mjs +21 -12
- package/dist/chunks/session.mjs +116 -103
- package/dist/chunks/sessions.mjs +29 -28
- package/dist/chunks/silent-updater.mjs +8 -10
- package/dist/chunks/simple-config.mjs +13 -10
- package/dist/chunks/skill.mjs +8560 -103
- package/dist/chunks/skills-sync.mjs +5212 -79
- package/dist/chunks/skills.mjs +105 -94
- package/dist/chunks/slash-commands.mjs +36 -37
- package/dist/chunks/smart-defaults.mjs +7 -3
- package/dist/chunks/smart-guide.mjs +1 -1
- package/dist/chunks/startup.mjs +2 -4
- package/dist/chunks/stats.mjs +41 -42
- package/dist/chunks/status.mjs +49 -50
- package/dist/chunks/team.mjs +24 -12
- package/dist/chunks/thinking.mjs +74 -63
- package/dist/chunks/trace.mjs +20 -19
- package/dist/chunks/uninstall.mjs +69 -56
- package/dist/chunks/update.mjs +39 -28
- package/dist/chunks/upgrade-manager.mjs +24 -18
- package/dist/chunks/version-checker.mjs +45 -41
- package/dist/chunks/vim.mjs +81 -69
- package/dist/chunks/windows.mjs +14 -0
- package/dist/chunks/workflows.mjs +15 -15
- package/dist/chunks/wsl.mjs +129 -0
- package/dist/chunks/zero-config.mjs +45 -34
- package/dist/cli.mjs +20 -20
- package/dist/index.mjs +41 -31
- package/dist/shared/ccjk.BAGoDD49.mjs +36 -0
- package/dist/shared/ccjk.BBtCGd_g.mjs +899 -0
- package/dist/shared/{ccjk.CGcy7cNM.mjs → ccjk.BDKUdmLk.mjs} +1 -1
- package/dist/shared/{ccjk.DtMBiwVG.mjs → ccjk.BFxsJM0k.mjs} +1 -1
- package/dist/shared/{ccjk.j4uut26D.mjs → ccjk.BIxuVL3_.mjs} +5 -5
- package/dist/shared/ccjk.BRZ9ww8S.mjs +142 -0
- package/dist/shared/{ccjk.CN0edl87.mjs → ccjk.BSYWk9ML.mjs} +1 -1
- package/dist/shared/{ccjk.Dk1HDseQ.mjs → ccjk.BnpWvs9V.mjs} +75 -75
- package/dist/shared/ccjk.BoApaI4j.mjs +28 -0
- package/dist/shared/{ccjk.DKojSRzw.mjs → ccjk.BrPUmTqm.mjs} +1 -1
- package/dist/shared/{ccjk.C10pepYx.mjs → ccjk.BxSmJ8B7.mjs} +1 -1
- package/dist/shared/ccjk.Bx_rmYfN.mjs +69 -0
- package/dist/shared/ccjk.COweQ1RR.mjs +5 -0
- package/dist/shared/{ccjk.BN90X6oc.mjs → ccjk.CePkJq2S.mjs} +17 -17
- package/dist/shared/{ccjk.Bvoex4TZ.mjs → ccjk.CfKKcvWy.mjs} +1 -1
- package/dist/shared/ccjk.Cjgrln_h.mjs +297 -0
- package/dist/shared/ccjk.CxpGa6MC.mjs +2724 -0
- package/dist/shared/{ccjk.DfwJOEok.mjs → ccjk.D5MFQT7w.mjs} +1 -1
- package/dist/shared/{ccjk.cChAaGgT.mjs → ccjk.DG_o24cZ.mjs} +6 -6
- package/dist/shared/{ccjk.bhFAMRyc.mjs → ccjk.DLLw-h4Y.mjs} +32 -32
- package/dist/shared/ccjk.DOwtZMk8.mjs +4019 -0
- package/dist/shared/{ccjk.BsXQugfY.mjs → ccjk.DTdjs-qK.mjs} +13 -13
- package/dist/shared/{ccjk.Bdhyg3X-.mjs → ccjk.DsYaCCx4.mjs} +1 -1
- package/dist/shared/ccjk.KfSWcGlE.mjs +38 -0
- package/dist/shared/ccjk.RyizuzOI.mjs +21 -0
- package/dist/shared/{ccjk.h7_W-wTs.mjs → ccjk.SPoXMvZD.mjs} +1 -1
- package/dist/shared/ccjk.T_cX87dY.mjs +15 -0
- package/dist/shared/{ccjk.CrB6OYHv.mjs → ccjk._dESH4Rk.mjs} +2 -2
- package/dist/shared/ccjk.bQ7Dh1g4.mjs +249 -0
- package/dist/shared/{ccjk.CBhIZiPz.mjs → ccjk.hoqrwWdN.mjs} +1 -1
- package/dist/shared/{ccjk.BNwRnWYx.mjs → ccjk.s7OCVzdd.mjs} +1230 -33
- package/dist/shared/{ccjk.BOIUTf5z.mjs → ccjk.waa2ikKJ.mjs} +8 -9
- package/package.json +31 -30
- package/dist/shared/ccjk.DHbrGcgg.mjs +0 -13
- package/dist/shared/ccjk.DntgA8fQ.mjs +0 -42
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
import { existsSync, readFileSync, writeFileSync } from 'node:fs';
|
|
2
|
+
import { homedir } from 'node:os';
|
|
3
|
+
import process__default from 'node:process';
|
|
4
|
+
import { i as installSuperpowers } from '../shared/ccjk._dESH4Rk.mjs';
|
|
5
|
+
import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
6
|
+
import 'node:child_process';
|
|
7
|
+
import 'node:fs/promises';
|
|
8
|
+
import 'node:util';
|
|
9
|
+
import './index5.mjs';
|
|
10
|
+
import 'node:url';
|
|
11
|
+
|
|
12
|
+
const CORE_SKILLS = [
|
|
13
|
+
"agent-browser",
|
|
14
|
+
"tdd",
|
|
15
|
+
"debugging",
|
|
16
|
+
"code-review",
|
|
17
|
+
"git-worktrees"
|
|
18
|
+
];
|
|
19
|
+
|
|
20
|
+
function getSuperpowersDir$1() {
|
|
21
|
+
return join(homedir(), ".claude", "plugins", "superpowers");
|
|
22
|
+
}
|
|
23
|
+
function isSuperpowersInstalled() {
|
|
24
|
+
const superpowersDir = getSuperpowersDir$1();
|
|
25
|
+
return existsSync(superpowersDir) && existsSync(join(superpowersDir, "skills"));
|
|
26
|
+
}
|
|
27
|
+
function areCoreSkillsInstalled() {
|
|
28
|
+
const skillsDir = join(getSuperpowersDir$1(), "skills");
|
|
29
|
+
if (!existsSync(skillsDir)) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
for (const skill of CORE_SKILLS) {
|
|
33
|
+
const skillPath = join(skillsDir, skill);
|
|
34
|
+
if (!existsSync(skillPath) || !existsSync(join(skillPath, "skill.json"))) {
|
|
35
|
+
return false;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
async function autoInstallSuperpowers(lang = "zh-CN") {
|
|
41
|
+
try {
|
|
42
|
+
if (isSuperpowersInstalled() && areCoreSkillsInstalled()) {
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
const result = await installSuperpowers({
|
|
46
|
+
lang,
|
|
47
|
+
skipPrompt: true
|
|
48
|
+
// Skip user prompts for silent installation
|
|
49
|
+
});
|
|
50
|
+
if (!result.success) {
|
|
51
|
+
if (process__default.env.DEBUG) {
|
|
52
|
+
console.error("[CCJK Zero-Config] Installation failed:", result.error || result.message);
|
|
53
|
+
}
|
|
54
|
+
return false;
|
|
55
|
+
}
|
|
56
|
+
return isSuperpowersInstalled() && areCoreSkillsInstalled();
|
|
57
|
+
} catch (error) {
|
|
58
|
+
if (process__default.env.DEBUG) {
|
|
59
|
+
console.error("[CCJK Zero-Config] Auto-install failed:", error);
|
|
60
|
+
}
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
function getSkillsDir() {
|
|
66
|
+
return join(homedir(), ".claude", "plugins", "superpowers", "skills");
|
|
67
|
+
}
|
|
68
|
+
function isSkillInstalled(skillName) {
|
|
69
|
+
const skillPath = join(getSkillsDir(), skillName);
|
|
70
|
+
return existsSync(skillPath) && existsSync(join(skillPath, "skill.json"));
|
|
71
|
+
}
|
|
72
|
+
async function loadSkill(skillName) {
|
|
73
|
+
try {
|
|
74
|
+
if (!isSkillInstalled(skillName)) {
|
|
75
|
+
return {
|
|
76
|
+
skill: skillName,
|
|
77
|
+
success: false,
|
|
78
|
+
error: "Skill not installed"
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
const skillJsonPath = join(getSkillsDir(), skillName, "skill.json");
|
|
82
|
+
const skillJson = JSON.parse(readFileSync(skillJsonPath, "utf-8"));
|
|
83
|
+
if (!skillJson.name || !skillJson.version) {
|
|
84
|
+
return {
|
|
85
|
+
skill: skillName,
|
|
86
|
+
success: false,
|
|
87
|
+
error: "Invalid skill.json format"
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
return {
|
|
91
|
+
skill: skillName,
|
|
92
|
+
success: true
|
|
93
|
+
};
|
|
94
|
+
} catch (error) {
|
|
95
|
+
return {
|
|
96
|
+
skill: skillName,
|
|
97
|
+
success: false,
|
|
98
|
+
error: error instanceof Error ? error.message : "Unknown error"
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
async function loadCoreSkills(_lang = "zh-CN") {
|
|
103
|
+
const results = await Promise.all(
|
|
104
|
+
CORE_SKILLS.map((skill) => loadSkill(skill))
|
|
105
|
+
);
|
|
106
|
+
if (process__default.env.DEBUG) {
|
|
107
|
+
const successful = results.filter((r) => r.success);
|
|
108
|
+
const failed = results.filter((r) => !r.success);
|
|
109
|
+
console.log(`[Zero-Config] Loaded ${successful.length}/${CORE_SKILLS.length} core skills`);
|
|
110
|
+
if (failed.length > 0) {
|
|
111
|
+
console.log(`[Zero-Config] Failed skills: ${failed.map((r) => r.skill).join(", ")}`);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
return results;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
function getActivationStatePath() {
|
|
118
|
+
return join(homedir(), ".claude", "plugins", "superpowers", ".activation-state.json");
|
|
119
|
+
}
|
|
120
|
+
function getSuperpowersDir() {
|
|
121
|
+
return join(homedir(), ".claude", "plugins", "superpowers");
|
|
122
|
+
}
|
|
123
|
+
function loadActivationState() {
|
|
124
|
+
try {
|
|
125
|
+
const statePath = getActivationStatePath();
|
|
126
|
+
if (!existsSync(statePath)) {
|
|
127
|
+
return null;
|
|
128
|
+
}
|
|
129
|
+
const stateJson = readFileSync(statePath, "utf-8");
|
|
130
|
+
return JSON.parse(stateJson);
|
|
131
|
+
} catch (error) {
|
|
132
|
+
if (process__default.env.DEBUG) {
|
|
133
|
+
console.error("[Zero-Config] Failed to load activation state:", error);
|
|
134
|
+
}
|
|
135
|
+
return null;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
function saveActivationState(status) {
|
|
139
|
+
try {
|
|
140
|
+
const statePath = getActivationStatePath();
|
|
141
|
+
writeFileSync(statePath, JSON.stringify(status, null, 2), "utf-8");
|
|
142
|
+
} catch (error) {
|
|
143
|
+
if (process__default.env.DEBUG) {
|
|
144
|
+
console.error("[Zero-Config] Failed to save activation state:", error);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
function checkActivationStatus() {
|
|
149
|
+
const superpowersInstalled = existsSync(getSuperpowersDir());
|
|
150
|
+
const savedState = loadActivationState();
|
|
151
|
+
if (savedState) {
|
|
152
|
+
return savedState;
|
|
153
|
+
}
|
|
154
|
+
return {
|
|
155
|
+
isInstalled: superpowersInstalled,
|
|
156
|
+
coreSkillsLoaded: false,
|
|
157
|
+
loadedSkills: [],
|
|
158
|
+
needsActivation: true,
|
|
159
|
+
lastActivation: void 0
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
async function activateSuperpowers(lang = "zh-CN") {
|
|
163
|
+
const currentStatus = checkActivationStatus();
|
|
164
|
+
if (!currentStatus.needsActivation) {
|
|
165
|
+
return currentStatus;
|
|
166
|
+
}
|
|
167
|
+
if (!currentStatus.isInstalled) {
|
|
168
|
+
const installSuccess = await autoInstallSuperpowers(lang);
|
|
169
|
+
if (!installSuccess) {
|
|
170
|
+
return {
|
|
171
|
+
isInstalled: false,
|
|
172
|
+
coreSkillsLoaded: false,
|
|
173
|
+
loadedSkills: [],
|
|
174
|
+
needsActivation: true,
|
|
175
|
+
lastActivation: void 0
|
|
176
|
+
};
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
const loadResults = await loadCoreSkills(lang);
|
|
180
|
+
const successfulLoads = loadResults.filter((r) => r.success);
|
|
181
|
+
const allCoreSkillsLoaded = successfulLoads.length === loadResults.length;
|
|
182
|
+
const newStatus = {
|
|
183
|
+
isInstalled: true,
|
|
184
|
+
coreSkillsLoaded: allCoreSkillsLoaded,
|
|
185
|
+
loadedSkills: successfulLoads.map((r) => r.skill),
|
|
186
|
+
needsActivation: false,
|
|
187
|
+
lastActivation: (/* @__PURE__ */ new Date()).toISOString()
|
|
188
|
+
};
|
|
189
|
+
saveActivationState(newStatus);
|
|
190
|
+
return newStatus;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export { activateSuperpowers, autoInstallSuperpowers, checkActivationStatus, loadCoreSkills, loadSkill };
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { promisify } from 'node:util';
|
|
2
|
+
import childProcess from 'node:child_process';
|
|
3
|
+
import fs, { constants } from 'node:fs/promises';
|
|
4
|
+
import process__default from 'node:process';
|
|
5
|
+
import os__default from 'node:os';
|
|
6
|
+
import fs__default from 'node:fs';
|
|
7
|
+
import 'node:buffer';
|
|
8
|
+
|
|
9
|
+
let isDockerCached;
|
|
10
|
+
|
|
11
|
+
function hasDockerEnv() {
|
|
12
|
+
try {
|
|
13
|
+
fs__default.statSync('/.dockerenv');
|
|
14
|
+
return true;
|
|
15
|
+
} catch {
|
|
16
|
+
return false;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function hasDockerCGroup() {
|
|
21
|
+
try {
|
|
22
|
+
return fs__default.readFileSync('/proc/self/cgroup', 'utf8').includes('docker');
|
|
23
|
+
} catch {
|
|
24
|
+
return false;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function isDocker() {
|
|
29
|
+
// TODO: Use `??=` when targeting Node.js 16.
|
|
30
|
+
if (isDockerCached === undefined) {
|
|
31
|
+
isDockerCached = hasDockerEnv() || hasDockerCGroup();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return isDockerCached;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
let cachedResult;
|
|
38
|
+
|
|
39
|
+
// Podman detection
|
|
40
|
+
const hasContainerEnv = () => {
|
|
41
|
+
try {
|
|
42
|
+
fs__default.statSync('/run/.containerenv');
|
|
43
|
+
return true;
|
|
44
|
+
} catch {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
function isInsideContainer() {
|
|
50
|
+
// TODO: Use `??=` when targeting Node.js 16.
|
|
51
|
+
if (cachedResult === undefined) {
|
|
52
|
+
cachedResult = hasContainerEnv() || isDocker();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
return cachedResult;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
const isWsl = () => {
|
|
59
|
+
if (process__default.platform !== 'linux') {
|
|
60
|
+
return false;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
if (os__default.release().toLowerCase().includes('microsoft')) {
|
|
64
|
+
if (isInsideContainer()) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return true;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
try {
|
|
72
|
+
if (fs__default.readFileSync('/proc/version', 'utf8').toLowerCase().includes('microsoft')) {
|
|
73
|
+
return !isInsideContainer();
|
|
74
|
+
}
|
|
75
|
+
} catch {}
|
|
76
|
+
|
|
77
|
+
// Fallback for custom kernels: check WSL-specific paths.
|
|
78
|
+
if (
|
|
79
|
+
fs__default.existsSync('/proc/sys/fs/binfmt_misc/WSLInterop')
|
|
80
|
+
|| fs__default.existsSync('/run/WSL')
|
|
81
|
+
) {
|
|
82
|
+
return !isInsideContainer();
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
return false;
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
const isWsl$1 = process__default.env.__IS_WSL_TEST__ ? isWsl : isWsl();
|
|
89
|
+
|
|
90
|
+
promisify(childProcess.execFile);
|
|
91
|
+
|
|
92
|
+
const powerShellPath$1 = () => `${process__default.env.SYSTEMROOT || process__default.env.windir || String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`;
|
|
93
|
+
|
|
94
|
+
function parseMountPointFromConfig(content) {
|
|
95
|
+
for (const line of content.split('\n')) {
|
|
96
|
+
// Skip comment lines
|
|
97
|
+
if (/^\s*#/.test(line)) {
|
|
98
|
+
continue;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// Match root at start of line (after optional whitespace)
|
|
102
|
+
const match = /^\s*root\s*=\s*(?<mountPoint>"[^"]*"|'[^']*'|[^#]*)/.exec(line);
|
|
103
|
+
if (!match) {
|
|
104
|
+
continue;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
return match.groups.mountPoint
|
|
108
|
+
.trim()
|
|
109
|
+
// Strip surrounding quotes
|
|
110
|
+
.replaceAll(/^["']|["']$/g, '');
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
const execFile = promisify(childProcess.execFile);
|
|
115
|
+
|
|
116
|
+
const wslDrivesMountPoint = (() => {
|
|
117
|
+
// Default value for "root" param
|
|
118
|
+
// according to https://docs.microsoft.com/en-us/windows/wsl/wsl-config
|
|
119
|
+
const defaultMountPoint = '/mnt/';
|
|
120
|
+
|
|
121
|
+
let mountPoint;
|
|
122
|
+
|
|
123
|
+
return async function () {
|
|
124
|
+
if (mountPoint) {
|
|
125
|
+
// Return memoized mount point value
|
|
126
|
+
return mountPoint;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
const configFilePath = '/etc/wsl.conf';
|
|
130
|
+
|
|
131
|
+
let isConfigFileExists = false;
|
|
132
|
+
try {
|
|
133
|
+
await fs.access(configFilePath, constants.F_OK);
|
|
134
|
+
isConfigFileExists = true;
|
|
135
|
+
} catch {}
|
|
136
|
+
|
|
137
|
+
if (!isConfigFileExists) {
|
|
138
|
+
return defaultMountPoint;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
const configContent = await fs.readFile(configFilePath, {encoding: 'utf8'});
|
|
142
|
+
const parsedMountPoint = parseMountPointFromConfig(configContent);
|
|
143
|
+
|
|
144
|
+
if (parsedMountPoint === undefined) {
|
|
145
|
+
return defaultMountPoint;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
mountPoint = parsedMountPoint;
|
|
149
|
+
mountPoint = mountPoint.endsWith('/') ? mountPoint : `${mountPoint}/`;
|
|
150
|
+
|
|
151
|
+
return mountPoint;
|
|
152
|
+
};
|
|
153
|
+
})();
|
|
154
|
+
|
|
155
|
+
const powerShellPathFromWsl = async () => {
|
|
156
|
+
const mountPoint = await wslDrivesMountPoint();
|
|
157
|
+
return `${mountPoint}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`;
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
const powerShellPath = isWsl$1 ? powerShellPathFromWsl : powerShellPath$1;
|
|
161
|
+
|
|
162
|
+
// Cache for PowerShell accessibility check
|
|
163
|
+
let canAccessPowerShellPromise;
|
|
164
|
+
|
|
165
|
+
const canAccessPowerShell = async () => {
|
|
166
|
+
canAccessPowerShellPromise ??= (async () => {
|
|
167
|
+
try {
|
|
168
|
+
const psPath = await powerShellPath();
|
|
169
|
+
await fs.access(psPath, constants.X_OK);
|
|
170
|
+
return true;
|
|
171
|
+
} catch {
|
|
172
|
+
// PowerShell is not accessible (either doesn't exist, no execute permission, or other error)
|
|
173
|
+
return false;
|
|
174
|
+
}
|
|
175
|
+
})();
|
|
176
|
+
|
|
177
|
+
return canAccessPowerShellPromise;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
const isUrl = path => /^[a-z]+:\/\//i.test(path);
|
|
181
|
+
|
|
182
|
+
const convertWslPathToWindows = async paths => {
|
|
183
|
+
const isBatch = Array.isArray(paths);
|
|
184
|
+
const pathArray = isBatch ? paths : [paths];
|
|
185
|
+
|
|
186
|
+
// Find indices of non-URL paths that need conversion
|
|
187
|
+
const indicesToConvert = [];
|
|
188
|
+
const pathsToConvert = [];
|
|
189
|
+
|
|
190
|
+
for (const [index, path] of pathArray.entries()) {
|
|
191
|
+
if (!isUrl(path)) {
|
|
192
|
+
indicesToConvert.push(index);
|
|
193
|
+
pathsToConvert.push(path);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// Start with original paths (URLs stay as-is)
|
|
198
|
+
const results = [...pathArray];
|
|
199
|
+
|
|
200
|
+
if (pathsToConvert.length > 0) {
|
|
201
|
+
try {
|
|
202
|
+
const {stdout} = await execFile('wslpath', ['-aw', ...pathsToConvert], {encoding: 'utf8'});
|
|
203
|
+
const convertedPaths = stdout.split(/\r?\n/).filter(Boolean);
|
|
204
|
+
|
|
205
|
+
for (const [index, originalIndex] of indicesToConvert.entries()) {
|
|
206
|
+
results[originalIndex] = convertedPaths[index] ?? pathArray[originalIndex];
|
|
207
|
+
}
|
|
208
|
+
} catch {
|
|
209
|
+
// If wslpath fails, keep original paths
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
return isBatch ? results : results[0];
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
const isUncPath = path => /^\\\\/u.test(path);
|
|
217
|
+
|
|
218
|
+
export { canAccessPowerShell, convertWslPathToWindows, isUncPath, isWsl$1 as isWsl, powerShellPath, powerShellPathFromWsl, wslDrivesMountPoint };
|