repowise 0.1.55 → 0.1.56
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/bin/repowise.js +1541 -1712
- package/package.json +5 -3
- package/dist/src/commands/config.d.ts +0 -2
- package/dist/src/commands/config.d.ts.map +0 -1
- package/dist/src/commands/config.js +0 -95
- package/dist/src/commands/config.js.map +0 -1
- package/dist/src/commands/create.d.ts +0 -2
- package/dist/src/commands/create.d.ts.map +0 -1
- package/dist/src/commands/create.js +0 -309
- package/dist/src/commands/create.js.map +0 -1
- package/dist/src/commands/listen.d.ts +0 -5
- package/dist/src/commands/listen.d.ts.map +0 -1
- package/dist/src/commands/listen.js +0 -47
- package/dist/src/commands/listen.js.map +0 -1
- package/dist/src/commands/login.d.ts +0 -5
- package/dist/src/commands/login.d.ts.map +0 -1
- package/dist/src/commands/login.js +0 -58
- package/dist/src/commands/login.js.map +0 -1
- package/dist/src/commands/logout.d.ts +0 -2
- package/dist/src/commands/logout.d.ts.map +0 -1
- package/dist/src/commands/logout.js +0 -12
- package/dist/src/commands/logout.js.map +0 -1
- package/dist/src/commands/start.d.ts +0 -2
- package/dist/src/commands/start.d.ts.map +0 -1
- package/dist/src/commands/start.js +0 -17
- package/dist/src/commands/start.js.map +0 -1
- package/dist/src/commands/status.d.ts +0 -2
- package/dist/src/commands/status.d.ts.map +0 -1
- package/dist/src/commands/status.js +0 -63
- package/dist/src/commands/status.js.map +0 -1
- package/dist/src/commands/stop.d.ts +0 -2
- package/dist/src/commands/stop.d.ts.map +0 -1
- package/dist/src/commands/stop.js +0 -17
- package/dist/src/commands/stop.js.map +0 -1
- package/dist/src/commands/sync.d.ts +0 -2
- package/dist/src/commands/sync.d.ts.map +0 -1
- package/dist/src/commands/sync.js +0 -205
- package/dist/src/commands/sync.js.map +0 -1
- package/dist/src/lib/ai-tools.d.ts +0 -23
- package/dist/src/lib/ai-tools.d.ts.map +0 -1
- package/dist/src/lib/ai-tools.js +0 -193
- package/dist/src/lib/ai-tools.js.map +0 -1
- package/dist/src/lib/api.d.ts +0 -2
- package/dist/src/lib/api.d.ts.map +0 -1
- package/dist/src/lib/api.js +0 -38
- package/dist/src/lib/api.js.map +0 -1
- package/dist/src/lib/auth.d.ts +0 -28
- package/dist/src/lib/auth.d.ts.map +0 -1
- package/dist/src/lib/auth.js +0 -271
- package/dist/src/lib/auth.js.map +0 -1
- package/dist/src/lib/config.d.ts +0 -15
- package/dist/src/lib/config.d.ts.map +0 -1
- package/dist/src/lib/config.js +0 -19
- package/dist/src/lib/config.js.map +0 -1
- package/dist/src/lib/env.d.ts +0 -10
- package/dist/src/lib/env.d.ts.map +0 -1
- package/dist/src/lib/env.js +0 -26
- package/dist/src/lib/env.js.map +0 -1
- package/dist/src/lib/interview-handler.d.ts +0 -2
- package/dist/src/lib/interview-handler.d.ts.map +0 -1
- package/dist/src/lib/interview-handler.js +0 -100
- package/dist/src/lib/interview-handler.js.map +0 -1
- package/dist/src/lib/progress-renderer.d.ts +0 -84
- package/dist/src/lib/progress-renderer.d.ts.map +0 -1
- package/dist/src/lib/progress-renderer.js +0 -388
- package/dist/src/lib/progress-renderer.js.map +0 -1
- package/dist/src/lib/prompts.d.ts +0 -7
- package/dist/src/lib/prompts.d.ts.map +0 -1
- package/dist/src/lib/prompts.js +0 -33
- package/dist/src/lib/prompts.js.map +0 -1
- package/dist/src/lib/welcome.d.ts +0 -6
- package/dist/src/lib/welcome.d.ts.map +0 -1
- package/dist/src/lib/welcome.js +0 -42
- package/dist/src/lib/welcome.js.map +0 -1
- package/dist/src/types/index.d.ts +0 -4
- package/dist/src/types/index.d.ts.map +0 -1
- package/dist/src/types/index.js +0 -2
- package/dist/src/types/index.js.map +0 -1
- package/dist/tsup.config.d.ts +0 -3
- package/dist/tsup.config.d.ts.map +0 -1
- package/dist/tsup.config.js +0 -18
- package/dist/tsup.config.js.map +0 -1
package/dist/bin/repowise.js
CHANGED
|
@@ -1,80 +1,27 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __esm = (fn, res) => function __init() {
|
|
5
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
6
|
-
};
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
2
|
|
|
12
|
-
//
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
return staging;
|
|
18
|
-
}
|
|
19
|
-
function getEnvConfig() {
|
|
20
|
-
return staging ? STAGING : PRODUCTION;
|
|
21
|
-
}
|
|
22
|
-
var staging, PRODUCTION, STAGING;
|
|
23
|
-
var init_env = __esm({
|
|
24
|
-
"src/lib/env.ts"() {
|
|
25
|
-
"use strict";
|
|
26
|
-
staging = false;
|
|
27
|
-
PRODUCTION = {
|
|
28
|
-
apiUrl: "https://api.repowise.ai",
|
|
29
|
-
cognitoDomain: "auth.repowise.ai",
|
|
30
|
-
cognitoClientId: "",
|
|
31
|
-
// TODO: set after production Cognito deploy
|
|
32
|
-
cognitoRegion: "us-east-1",
|
|
33
|
-
customDomain: true
|
|
34
|
-
};
|
|
35
|
-
STAGING = {
|
|
36
|
-
apiUrl: "https://staging-api.repowise.ai",
|
|
37
|
-
cognitoDomain: "auth-staging.repowise.ai",
|
|
38
|
-
cognitoClientId: "7h0l0dhjcb1v5erer0gaclv0q6",
|
|
39
|
-
cognitoRegion: "us-east-1",
|
|
40
|
-
customDomain: true
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
});
|
|
3
|
+
// bin/repowise.ts
|
|
4
|
+
import { readFileSync } from "fs";
|
|
5
|
+
import { fileURLToPath as fileURLToPath3 } from "url";
|
|
6
|
+
import { dirname as dirname2, join as join15 } from "path";
|
|
7
|
+
import { Command } from "commander";
|
|
44
8
|
|
|
45
|
-
//
|
|
46
|
-
import { readFile, writeFile, mkdir } from "fs/promises";
|
|
47
|
-
import { homedir } from "os";
|
|
48
|
-
import { join } from "path";
|
|
49
|
-
async function getConfig() {
|
|
50
|
-
try {
|
|
51
|
-
const data = await readFile(CONFIG_PATH, "utf-8");
|
|
52
|
-
return JSON.parse(data);
|
|
53
|
-
} catch {
|
|
54
|
-
return {};
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
async function saveConfig(config2) {
|
|
58
|
-
await mkdir(CONFIG_DIR, { recursive: true });
|
|
59
|
-
await writeFile(CONFIG_PATH, JSON.stringify(config2, null, 2));
|
|
60
|
-
}
|
|
61
|
-
var CONFIG_DIR, CONFIG_PATH;
|
|
62
|
-
var init_config = __esm({
|
|
63
|
-
"src/lib/config.ts"() {
|
|
64
|
-
"use strict";
|
|
65
|
-
CONFIG_DIR = join(homedir(), ".repowise");
|
|
66
|
-
CONFIG_PATH = join(CONFIG_DIR, "config.json");
|
|
67
|
-
}
|
|
68
|
-
});
|
|
9
|
+
// ../listener/dist/main.js
|
|
10
|
+
import { readFile as readFile4, writeFile as writeFile4, unlink, mkdir as mkdir4 } from "fs/promises";
|
|
11
|
+
import { homedir as homedir4 } from "os";
|
|
12
|
+
import { join as join6 } from "path";
|
|
69
13
|
|
|
70
14
|
// ../listener/dist/lib/config.js
|
|
71
|
-
import { readFile
|
|
72
|
-
import { homedir
|
|
73
|
-
import { join
|
|
15
|
+
import { readFile } from "fs/promises";
|
|
16
|
+
import { homedir } from "os";
|
|
17
|
+
import { join } from "path";
|
|
18
|
+
var CONFIG_DIR = join(homedir(), ".repowise");
|
|
19
|
+
var CONFIG_PATH = join(CONFIG_DIR, "config.json");
|
|
20
|
+
var DEFAULT_API_URL = "https://api.repowise.ai";
|
|
74
21
|
async function getListenerConfig() {
|
|
75
22
|
const apiUrl = process.env["REPOWISE_API_URL"] ?? DEFAULT_API_URL;
|
|
76
23
|
try {
|
|
77
|
-
const data = await
|
|
24
|
+
const data = await readFile(CONFIG_PATH, "utf-8");
|
|
78
25
|
const raw = JSON.parse(data);
|
|
79
26
|
const validRepos = (raw.repos ?? []).filter((r) => typeof r === "object" && r !== null && typeof r.repoId === "string" && typeof r.localPath === "string");
|
|
80
27
|
return {
|
|
@@ -85,26 +32,19 @@ async function getListenerConfig() {
|
|
|
85
32
|
return { defaultApiUrl: apiUrl, repos: [] };
|
|
86
33
|
}
|
|
87
34
|
}
|
|
88
|
-
var CONFIG_DIR2, CONFIG_PATH2, DEFAULT_API_URL;
|
|
89
|
-
var init_config2 = __esm({
|
|
90
|
-
"../listener/dist/lib/config.js"() {
|
|
91
|
-
"use strict";
|
|
92
|
-
CONFIG_DIR2 = join2(homedir2(), ".repowise");
|
|
93
|
-
CONFIG_PATH2 = join2(CONFIG_DIR2, "config.json");
|
|
94
|
-
DEFAULT_API_URL = "https://api.repowise.ai";
|
|
95
|
-
}
|
|
96
|
-
});
|
|
97
35
|
|
|
98
36
|
// ../listener/dist/lib/state.js
|
|
99
|
-
import { readFile as
|
|
100
|
-
import { homedir as
|
|
101
|
-
import { join as
|
|
37
|
+
import { readFile as readFile2, writeFile, mkdir, chmod } from "fs/promises";
|
|
38
|
+
import { homedir as homedir2 } from "os";
|
|
39
|
+
import { join as join2 } from "path";
|
|
40
|
+
var CONFIG_DIR2 = join2(homedir2(), ".repowise");
|
|
41
|
+
var STATE_PATH = join2(CONFIG_DIR2, "listener-state.json");
|
|
102
42
|
function emptyState() {
|
|
103
43
|
return { repos: {} };
|
|
104
44
|
}
|
|
105
45
|
async function loadState() {
|
|
106
46
|
try {
|
|
107
|
-
const data = await
|
|
47
|
+
const data = await readFile2(STATE_PATH, "utf-8");
|
|
108
48
|
return JSON.parse(data);
|
|
109
49
|
} catch (err) {
|
|
110
50
|
if (err.code === "ENOENT" || err instanceof SyntaxError) {
|
|
@@ -114,23 +54,17 @@ async function loadState() {
|
|
|
114
54
|
}
|
|
115
55
|
}
|
|
116
56
|
async function saveState(state) {
|
|
117
|
-
await
|
|
118
|
-
await
|
|
57
|
+
await mkdir(CONFIG_DIR2, { recursive: true, mode: 448 });
|
|
58
|
+
await writeFile(STATE_PATH, JSON.stringify(state, null, 2));
|
|
119
59
|
await chmod(STATE_PATH, 384);
|
|
120
60
|
}
|
|
121
|
-
var CONFIG_DIR3, STATE_PATH;
|
|
122
|
-
var init_state = __esm({
|
|
123
|
-
"../listener/dist/lib/state.js"() {
|
|
124
|
-
"use strict";
|
|
125
|
-
CONFIG_DIR3 = join3(homedir3(), ".repowise");
|
|
126
|
-
STATE_PATH = join3(CONFIG_DIR3, "listener-state.json");
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
61
|
|
|
130
62
|
// ../listener/dist/lib/auth.js
|
|
131
|
-
import { readFile as
|
|
132
|
-
import { homedir as
|
|
133
|
-
import { join as
|
|
63
|
+
import { readFile as readFile3, writeFile as writeFile2, mkdir as mkdir2, chmod as chmod2 } from "fs/promises";
|
|
64
|
+
import { homedir as homedir3 } from "os";
|
|
65
|
+
import { join as join3 } from "path";
|
|
66
|
+
var CONFIG_DIR3 = join3(homedir3(), ".repowise");
|
|
67
|
+
var CREDENTIALS_PATH = join3(CONFIG_DIR3, "credentials.json");
|
|
134
68
|
function getTokenUrl(creds) {
|
|
135
69
|
const cognito = creds?.cognito;
|
|
136
70
|
const domain = process.env["REPOWISE_COGNITO_DOMAIN"] ?? cognito?.domain ?? "auth-repowise-dev";
|
|
@@ -169,7 +103,7 @@ async function refreshTokens(refreshToken, creds) {
|
|
|
169
103
|
}
|
|
170
104
|
async function getStoredCredentials() {
|
|
171
105
|
try {
|
|
172
|
-
const data = await
|
|
106
|
+
const data = await readFile3(CREDENTIALS_PATH, "utf-8");
|
|
173
107
|
return JSON.parse(data);
|
|
174
108
|
} catch (err) {
|
|
175
109
|
if (err.code === "ENOENT" || err instanceof SyntaxError) {
|
|
@@ -179,8 +113,8 @@ async function getStoredCredentials() {
|
|
|
179
113
|
}
|
|
180
114
|
}
|
|
181
115
|
async function storeCredentials(credentials) {
|
|
182
|
-
await
|
|
183
|
-
await
|
|
116
|
+
await mkdir2(CONFIG_DIR3, { recursive: true, mode: 448 });
|
|
117
|
+
await writeFile2(CREDENTIALS_PATH, JSON.stringify(credentials, null, 2));
|
|
184
118
|
await chmod2(CREDENTIALS_PATH, 384);
|
|
185
119
|
}
|
|
186
120
|
async function getValidCredentials() {
|
|
@@ -198,102 +132,83 @@ async function getValidCredentials() {
|
|
|
198
132
|
}
|
|
199
133
|
return creds;
|
|
200
134
|
}
|
|
201
|
-
var CONFIG_DIR4, CREDENTIALS_PATH;
|
|
202
|
-
var init_auth = __esm({
|
|
203
|
-
"../listener/dist/lib/auth.js"() {
|
|
204
|
-
"use strict";
|
|
205
|
-
CONFIG_DIR4 = join4(homedir4(), ".repowise");
|
|
206
|
-
CREDENTIALS_PATH = join4(CONFIG_DIR4, "credentials.json");
|
|
207
|
-
}
|
|
208
|
-
});
|
|
209
135
|
|
|
210
136
|
// ../listener/dist/poll-client.js
|
|
211
|
-
var POLL_TIMEOUT_MS
|
|
212
|
-
var
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
137
|
+
var POLL_TIMEOUT_MS = 3e4;
|
|
138
|
+
var AuthError = class extends Error {
|
|
139
|
+
constructor(message) {
|
|
140
|
+
super(message);
|
|
141
|
+
this.name = "AuthError";
|
|
142
|
+
}
|
|
143
|
+
};
|
|
144
|
+
var PollClient = class {
|
|
145
|
+
apiUrl;
|
|
146
|
+
constructor(apiUrl) {
|
|
147
|
+
this.apiUrl = apiUrl;
|
|
148
|
+
}
|
|
149
|
+
async poll(repoIds, since) {
|
|
150
|
+
const credentials = await getValidCredentials();
|
|
151
|
+
if (!credentials) {
|
|
152
|
+
throw new AuthError("Not logged in. Run `repowise login` first.");
|
|
153
|
+
}
|
|
154
|
+
const params = new URLSearchParams({
|
|
155
|
+
repoIds: repoIds.join(","),
|
|
156
|
+
since
|
|
157
|
+
});
|
|
158
|
+
const controller = new AbortController();
|
|
159
|
+
const timeoutId = setTimeout(() => controller.abort(), POLL_TIMEOUT_MS);
|
|
160
|
+
try {
|
|
161
|
+
const response = await fetch(`${this.apiUrl}/v1/listeners/poll?${params.toString()}`, {
|
|
162
|
+
headers: {
|
|
163
|
+
Authorization: `Bearer ${credentials.accessToken}`,
|
|
164
|
+
"Content-Type": "application/json"
|
|
165
|
+
},
|
|
166
|
+
signal: controller.signal
|
|
167
|
+
});
|
|
168
|
+
if (response.status === 401 || response.status === 403) {
|
|
169
|
+
throw new AuthError("Session expired. Run `repowise login` again.");
|
|
227
170
|
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
if (!credentials) {
|
|
231
|
-
throw new AuthError("Not logged in. Run `repowise login` first.");
|
|
232
|
-
}
|
|
233
|
-
const params = new URLSearchParams({
|
|
234
|
-
repoIds: repoIds.join(","),
|
|
235
|
-
since
|
|
236
|
-
});
|
|
237
|
-
const controller = new AbortController();
|
|
238
|
-
const timeoutId = setTimeout(() => controller.abort(), POLL_TIMEOUT_MS);
|
|
239
|
-
try {
|
|
240
|
-
const response = await fetch(`${this.apiUrl}/v1/listeners/poll?${params.toString()}`, {
|
|
241
|
-
headers: {
|
|
242
|
-
Authorization: `Bearer ${credentials.accessToken}`,
|
|
243
|
-
"Content-Type": "application/json"
|
|
244
|
-
},
|
|
245
|
-
signal: controller.signal
|
|
246
|
-
});
|
|
247
|
-
if (response.status === 401) {
|
|
248
|
-
throw new AuthError("Session expired. Run `repowise login` again.");
|
|
249
|
-
}
|
|
250
|
-
if (!response.ok) {
|
|
251
|
-
throw new Error(`Poll request failed: ${response.status}`);
|
|
252
|
-
}
|
|
253
|
-
const json = await response.json();
|
|
254
|
-
return json.data;
|
|
255
|
-
} finally {
|
|
256
|
-
clearTimeout(timeoutId);
|
|
257
|
-
}
|
|
171
|
+
if (!response.ok) {
|
|
172
|
+
throw new Error(`Poll request failed: ${response.status}`);
|
|
258
173
|
}
|
|
259
|
-
|
|
174
|
+
const json = await response.json();
|
|
175
|
+
return json.data;
|
|
176
|
+
} finally {
|
|
177
|
+
clearTimeout(timeoutId);
|
|
178
|
+
}
|
|
260
179
|
}
|
|
261
|
-
}
|
|
180
|
+
};
|
|
262
181
|
|
|
263
182
|
// ../listener/dist/reconnection.js
|
|
264
|
-
var DEFAULT_CONFIG
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
config;
|
|
275
|
-
attempt = 0;
|
|
276
|
-
constructor(config2 = {}) {
|
|
277
|
-
this.config = { ...DEFAULT_CONFIG, ...config2 };
|
|
278
|
-
}
|
|
279
|
-
nextDelay() {
|
|
280
|
-
const baseDelay = Math.min(this.config.initialDelay * Math.pow(2, this.attempt), this.config.maxDelay);
|
|
281
|
-
const jitter = Math.random() * this.config.jitterMax;
|
|
282
|
-
this.attempt++;
|
|
283
|
-
return baseDelay + jitter;
|
|
284
|
-
}
|
|
285
|
-
reset() {
|
|
286
|
-
this.attempt = 0;
|
|
287
|
-
}
|
|
288
|
-
getAttempt() {
|
|
289
|
-
return this.attempt;
|
|
290
|
-
}
|
|
291
|
-
};
|
|
183
|
+
var DEFAULT_CONFIG = {
|
|
184
|
+
initialDelay: 1e3,
|
|
185
|
+
maxDelay: 6e4,
|
|
186
|
+
jitterMax: 1e3
|
|
187
|
+
};
|
|
188
|
+
var BackoffCalculator = class {
|
|
189
|
+
config;
|
|
190
|
+
attempt = 0;
|
|
191
|
+
constructor(config2 = {}) {
|
|
192
|
+
this.config = { ...DEFAULT_CONFIG, ...config2 };
|
|
292
193
|
}
|
|
293
|
-
|
|
194
|
+
nextDelay() {
|
|
195
|
+
const baseDelay = Math.min(this.config.initialDelay * Math.pow(2, this.attempt), this.config.maxDelay);
|
|
196
|
+
const jitter = Math.random() * this.config.jitterMax;
|
|
197
|
+
this.attempt++;
|
|
198
|
+
return baseDelay + jitter;
|
|
199
|
+
}
|
|
200
|
+
reset() {
|
|
201
|
+
this.attempt = 0;
|
|
202
|
+
}
|
|
203
|
+
getAttempt() {
|
|
204
|
+
return this.attempt;
|
|
205
|
+
}
|
|
206
|
+
};
|
|
294
207
|
|
|
295
208
|
// ../listener/dist/notification.js
|
|
296
209
|
import notifier from "node-notifier";
|
|
210
|
+
var TITLE = "RepoWise";
|
|
211
|
+
var notify = notifier.notify.bind(notifier);
|
|
297
212
|
function notifyConnectionLost() {
|
|
298
213
|
try {
|
|
299
214
|
notify({
|
|
@@ -321,37 +236,27 @@ function notifyContextUpdated(repoId, fileCount) {
|
|
|
321
236
|
} catch {
|
|
322
237
|
}
|
|
323
238
|
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
}
|
|
331
|
-
});
|
|
239
|
+
|
|
240
|
+
// ../listener/dist/context-fetcher.js
|
|
241
|
+
import { execFile } from "child_process";
|
|
242
|
+
import { mkdir as mkdir3, writeFile as writeFile3 } from "fs/promises";
|
|
243
|
+
import { join as join5 } from "path";
|
|
244
|
+
import { promisify } from "util";
|
|
332
245
|
|
|
333
246
|
// ../listener/dist/file-writer.js
|
|
334
247
|
import { access } from "fs/promises";
|
|
335
|
-
import { join as
|
|
248
|
+
import { join as join4 } from "path";
|
|
336
249
|
async function verifyContextFolder(localPath) {
|
|
337
250
|
try {
|
|
338
|
-
await access(
|
|
251
|
+
await access(join4(localPath, "repowise-context"));
|
|
339
252
|
return true;
|
|
340
253
|
} catch {
|
|
341
254
|
return false;
|
|
342
255
|
}
|
|
343
256
|
}
|
|
344
|
-
var init_file_writer = __esm({
|
|
345
|
-
"../listener/dist/file-writer.js"() {
|
|
346
|
-
"use strict";
|
|
347
|
-
}
|
|
348
|
-
});
|
|
349
257
|
|
|
350
258
|
// ../listener/dist/context-fetcher.js
|
|
351
|
-
|
|
352
|
-
import { mkdir as mkdir4, writeFile as writeFile4 } from "fs/promises";
|
|
353
|
-
import { join as join6 } from "path";
|
|
354
|
-
import { promisify } from "util";
|
|
259
|
+
var execFileAsync = promisify(execFile);
|
|
355
260
|
async function fetchContextUpdates(localPath) {
|
|
356
261
|
try {
|
|
357
262
|
const { stdout: beforeSha } = await execFileAsync("git", [
|
|
@@ -389,39 +294,75 @@ async function fetchContextUpdates(localPath) {
|
|
|
389
294
|
return { success: false, updatedFiles: [] };
|
|
390
295
|
}
|
|
391
296
|
}
|
|
392
|
-
|
|
297
|
+
function delay(ms) {
|
|
298
|
+
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
299
|
+
}
|
|
300
|
+
async function fetchContextFromServer(repoId, localPath, apiUrl) {
|
|
393
301
|
try {
|
|
394
|
-
const
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
302
|
+
const credentials = await getValidCredentials();
|
|
303
|
+
if (!credentials) {
|
|
304
|
+
console.error(`Context fetch for ${repoId}: no valid credentials`);
|
|
305
|
+
return { success: false, updatedFiles: [] };
|
|
306
|
+
}
|
|
307
|
+
const headers = {
|
|
308
|
+
Authorization: `Bearer ${credentials.accessToken}`,
|
|
309
|
+
"Content-Type": "application/json"
|
|
310
|
+
};
|
|
311
|
+
let listRes;
|
|
312
|
+
for (let attempt = 1; attempt <= 3; attempt++) {
|
|
313
|
+
try {
|
|
314
|
+
listRes = await fetch(`${apiUrl}/v1/repos/${repoId}/context`, { headers });
|
|
315
|
+
if (listRes.status === 401 || listRes.status === 403) {
|
|
316
|
+
console.error(`Context list auth error (${listRes.status}) for repo ${repoId}`);
|
|
317
|
+
return { success: false, updatedFiles: [] };
|
|
318
|
+
}
|
|
319
|
+
if (listRes.ok)
|
|
320
|
+
break;
|
|
321
|
+
console.error(`Context list failed (${listRes.status}) for repo ${repoId}, attempt ${attempt}/3`);
|
|
322
|
+
} catch (err) {
|
|
323
|
+
const msg = err instanceof Error ? err.message : String(err);
|
|
324
|
+
console.error(`Context list network error for repo ${repoId}, attempt ${attempt}/3: ${msg}`);
|
|
325
|
+
}
|
|
326
|
+
if (attempt < 3)
|
|
327
|
+
await delay(2e3);
|
|
328
|
+
}
|
|
329
|
+
if (!listRes || !listRes.ok) {
|
|
330
|
+
console.error(`Context list failed after 3 attempts for repo ${repoId}`);
|
|
398
331
|
return { success: false, updatedFiles: [] };
|
|
399
332
|
}
|
|
400
333
|
const listData = await listRes.json();
|
|
401
334
|
const files = listData.data?.files ?? [];
|
|
335
|
+
console.log(`Context fetch for ${repoId}: ${files.length} file(s) available`);
|
|
402
336
|
if (files.length === 0) {
|
|
403
337
|
return { success: true, updatedFiles: [] };
|
|
404
338
|
}
|
|
405
|
-
const contextDir =
|
|
406
|
-
await
|
|
339
|
+
const contextDir = join5(localPath, "repowise-context");
|
|
340
|
+
await mkdir3(contextDir, { recursive: true });
|
|
407
341
|
const updatedFiles = [];
|
|
408
342
|
for (const file of files) {
|
|
409
343
|
const urlRes = await fetch(`${apiUrl}/v1/repos/${repoId}/context/${file.fileName}`, {
|
|
410
344
|
headers
|
|
411
345
|
});
|
|
412
|
-
if (!urlRes.ok)
|
|
346
|
+
if (!urlRes.ok) {
|
|
347
|
+
console.error(`Context fetch for ${repoId}: failed to get URL for ${file.fileName} (${urlRes.status})`);
|
|
413
348
|
continue;
|
|
349
|
+
}
|
|
414
350
|
const urlData = await urlRes.json();
|
|
415
351
|
const presignedUrl = urlData.data?.url;
|
|
416
|
-
if (!presignedUrl)
|
|
352
|
+
if (!presignedUrl) {
|
|
353
|
+
console.error(`Context fetch for ${repoId}: no presigned URL returned for ${file.fileName}`);
|
|
417
354
|
continue;
|
|
355
|
+
}
|
|
418
356
|
const contentRes = await fetch(presignedUrl);
|
|
419
|
-
if (!contentRes.ok)
|
|
357
|
+
if (!contentRes.ok) {
|
|
358
|
+
console.error(`Context fetch for ${repoId}: download failed for ${file.fileName} (${contentRes.status})`);
|
|
420
359
|
continue;
|
|
360
|
+
}
|
|
421
361
|
const content = await contentRes.text();
|
|
422
|
-
await
|
|
362
|
+
await writeFile3(join5(contextDir, file.fileName), content, "utf-8");
|
|
423
363
|
updatedFiles.push(file.fileName);
|
|
424
364
|
}
|
|
365
|
+
console.log(`Context fetch for ${repoId}: downloaded ${updatedFiles.length}/${files.length} file(s)`);
|
|
425
366
|
return { success: true, updatedFiles };
|
|
426
367
|
} catch (err) {
|
|
427
368
|
const message = err instanceof Error ? err.message : "Unknown error";
|
|
@@ -429,27 +370,15 @@ async function fetchContextFromServer(repoId, localPath, apiUrl, authToken) {
|
|
|
429
370
|
return { success: false, updatedFiles: [] };
|
|
430
371
|
}
|
|
431
372
|
}
|
|
432
|
-
var execFileAsync;
|
|
433
|
-
var init_context_fetcher = __esm({
|
|
434
|
-
"../listener/dist/context-fetcher.js"() {
|
|
435
|
-
"use strict";
|
|
436
|
-
init_file_writer();
|
|
437
|
-
execFileAsync = promisify(execFile);
|
|
438
|
-
}
|
|
439
|
-
});
|
|
440
373
|
|
|
441
374
|
// ../listener/dist/main.js
|
|
442
|
-
var
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
});
|
|
447
|
-
import { readFile as readFile5, writeFile as writeFile5, unlink, mkdir as mkdir5 } from "fs/promises";
|
|
448
|
-
import { homedir as homedir5 } from "os";
|
|
449
|
-
import { join as join7 } from "path";
|
|
375
|
+
var TWENTY_FOUR_HOURS_MS = 24 * 60 * 60 * 1e3;
|
|
376
|
+
var PID_PATH = join6(homedir4(), ".repowise", "listener.pid");
|
|
377
|
+
var running = false;
|
|
378
|
+
var sleepResolve = null;
|
|
450
379
|
async function writePidFile() {
|
|
451
|
-
await
|
|
452
|
-
await
|
|
380
|
+
await mkdir4(join6(homedir4(), ".repowise"), { recursive: true });
|
|
381
|
+
await writeFile4(PID_PATH, String(process.pid));
|
|
453
382
|
}
|
|
454
383
|
async function removePidFile() {
|
|
455
384
|
try {
|
|
@@ -459,7 +388,7 @@ async function removePidFile() {
|
|
|
459
388
|
}
|
|
460
389
|
async function handleStalePid() {
|
|
461
390
|
try {
|
|
462
|
-
const content = await
|
|
391
|
+
const content = await readFile4(PID_PATH, "utf-8");
|
|
463
392
|
const pid = parseInt(content.trim(), 10);
|
|
464
393
|
if (!Number.isNaN(pid) && pid !== process.pid) {
|
|
465
394
|
try {
|
|
@@ -490,32 +419,52 @@ function sleep(ms) {
|
|
|
490
419
|
}, ms);
|
|
491
420
|
});
|
|
492
421
|
}
|
|
493
|
-
|
|
422
|
+
function decodeEmailFromIdToken(idToken) {
|
|
423
|
+
try {
|
|
424
|
+
const payload = JSON.parse(Buffer.from(idToken.split(".")[1], "base64url").toString());
|
|
425
|
+
return typeof payload.email === "string" ? payload.email : null;
|
|
426
|
+
} catch {
|
|
427
|
+
return null;
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
async function processNotifications(notifications, state, repoLocalPaths, apiUrl) {
|
|
494
431
|
let updateCount = 0;
|
|
495
432
|
for (const notif of notifications) {
|
|
496
433
|
if (notif.type === "sync.completed") {
|
|
497
434
|
const localPath = repoLocalPaths.get(notif.repoId);
|
|
498
435
|
if (localPath) {
|
|
499
436
|
let result;
|
|
500
|
-
if (apiUrl
|
|
501
|
-
result = await fetchContextFromServer(notif.repoId, localPath, apiUrl
|
|
437
|
+
if (apiUrl) {
|
|
438
|
+
result = await fetchContextFromServer(notif.repoId, localPath, apiUrl);
|
|
502
439
|
} else {
|
|
503
440
|
result = await fetchContextUpdates(localPath);
|
|
504
441
|
}
|
|
505
442
|
if (result.success) {
|
|
506
443
|
updateCount++;
|
|
507
444
|
notifyContextUpdated(notif.repoId, result.updatedFiles.length);
|
|
445
|
+
state.repos[notif.repoId] = {
|
|
446
|
+
lastSyncTimestamp: notif.createdAt,
|
|
447
|
+
lastSyncCommitSha: notif.commitSha
|
|
448
|
+
};
|
|
449
|
+
} else {
|
|
450
|
+
console.error(`Download failed for repo ${notif.repoId} \u2014 will retry on next poll`);
|
|
508
451
|
}
|
|
452
|
+
} else {
|
|
453
|
+
state.repos[notif.repoId] = {
|
|
454
|
+
lastSyncTimestamp: notif.createdAt,
|
|
455
|
+
lastSyncCommitSha: notif.commitSha
|
|
456
|
+
};
|
|
509
457
|
}
|
|
458
|
+
} else {
|
|
459
|
+
state.repos[notif.repoId] = {
|
|
460
|
+
lastSyncTimestamp: notif.createdAt,
|
|
461
|
+
lastSyncCommitSha: notif.commitSha
|
|
462
|
+
};
|
|
510
463
|
}
|
|
511
|
-
state.repos[notif.repoId] = {
|
|
512
|
-
lastSyncTimestamp: notif.createdAt,
|
|
513
|
-
lastSyncCommitSha: notif.commitSha
|
|
514
|
-
};
|
|
515
464
|
}
|
|
516
465
|
return updateCount;
|
|
517
466
|
}
|
|
518
|
-
async function handleCatchUp(offlineState, pollClient, repoIds, state, repoLocalPaths, apiUrl
|
|
467
|
+
async function handleCatchUp(offlineState, pollClient, repoIds, state, repoLocalPaths, apiUrl) {
|
|
519
468
|
if (!offlineState.offlineSince)
|
|
520
469
|
return;
|
|
521
470
|
const offlineDuration = Date.now() - new Date(offlineState.offlineSince).getTime();
|
|
@@ -523,8 +472,8 @@ async function handleCatchUp(offlineState, pollClient, repoIds, state, repoLocal
|
|
|
523
472
|
let syncCount = 0;
|
|
524
473
|
for (const [repoId, localPath] of repoLocalPaths) {
|
|
525
474
|
let result;
|
|
526
|
-
if (apiUrl
|
|
527
|
-
result = await fetchContextFromServer(repoId, localPath, apiUrl
|
|
475
|
+
if (apiUrl) {
|
|
476
|
+
result = await fetchContextFromServer(repoId, localPath, apiUrl);
|
|
528
477
|
} else {
|
|
529
478
|
result = await fetchContextUpdates(localPath);
|
|
530
479
|
}
|
|
@@ -535,7 +484,7 @@ async function handleCatchUp(offlineState, pollClient, repoIds, state, repoLocal
|
|
|
535
484
|
} else {
|
|
536
485
|
const sinceTimestamp = offlineState.offlineSince;
|
|
537
486
|
const response = await pollClient.poll(repoIds, sinceTimestamp);
|
|
538
|
-
const updateCount = await processNotifications(response.notifications, state, repoLocalPaths, apiUrl
|
|
487
|
+
const updateCount = await processNotifications(response.notifications, state, repoLocalPaths, apiUrl);
|
|
539
488
|
await saveState(state);
|
|
540
489
|
notifyBackOnline(updateCount);
|
|
541
490
|
}
|
|
@@ -598,9 +547,8 @@ async function startListener(options) {
|
|
|
598
547
|
process.on("SIGTERM", () => void shutdown());
|
|
599
548
|
process.on("SIGINT", () => void shutdown());
|
|
600
549
|
while (running) {
|
|
601
|
-
const freshCredentials = await getValidCredentials();
|
|
602
|
-
const authToken = freshCredentials?.accessToken;
|
|
603
550
|
let anyAuthError = null;
|
|
551
|
+
let authErrorGroup = null;
|
|
604
552
|
let minPollInterval = pollIntervalMs;
|
|
605
553
|
let connectionLostNotified = false;
|
|
606
554
|
for (const group of groups) {
|
|
@@ -616,14 +564,14 @@ async function startListener(options) {
|
|
|
616
564
|
}, now);
|
|
617
565
|
const response = await group.pollClient.poll(group.repoIds, sinceTimestamp);
|
|
618
566
|
if (group.offline.isOffline) {
|
|
619
|
-
await handleCatchUp(group.offline, group.pollClient, group.repoIds, state, group.repoLocalPaths, group.apiUrl
|
|
567
|
+
await handleCatchUp(group.offline, group.pollClient, group.repoIds, state, group.repoLocalPaths, group.apiUrl);
|
|
620
568
|
group.offline.isOffline = false;
|
|
621
569
|
group.offline.offlineSince = null;
|
|
622
570
|
group.offline.attemptCount = 0;
|
|
623
571
|
group.offline.nextRetryAt = 0;
|
|
624
572
|
group.backoff.reset();
|
|
625
573
|
} else if (response.notifications.length > 0) {
|
|
626
|
-
await processNotifications(response.notifications, state, group.repoLocalPaths, group.apiUrl
|
|
574
|
+
await processNotifications(response.notifications, state, group.repoLocalPaths, group.apiUrl);
|
|
627
575
|
await saveState(state);
|
|
628
576
|
}
|
|
629
577
|
minPollInterval = Math.min(minPollInterval, response.pollIntervalMs);
|
|
@@ -632,6 +580,7 @@ async function startListener(options) {
|
|
|
632
580
|
break;
|
|
633
581
|
if (err instanceof AuthError) {
|
|
634
582
|
anyAuthError = err;
|
|
583
|
+
authErrorGroup = group;
|
|
635
584
|
break;
|
|
636
585
|
}
|
|
637
586
|
if (!group.offline.isOffline) {
|
|
@@ -644,1415 +593,1453 @@ async function startListener(options) {
|
|
|
644
593
|
}
|
|
645
594
|
}
|
|
646
595
|
group.offline.attemptCount++;
|
|
647
|
-
const
|
|
648
|
-
group.offline.nextRetryAt = Date.now() +
|
|
596
|
+
const delay2 = group.backoff.nextDelay();
|
|
597
|
+
group.offline.nextRetryAt = Date.now() + delay2;
|
|
649
598
|
const message = err instanceof Error ? err.message : "Unknown error";
|
|
650
|
-
console.error(`Poll failed for ${group.apiUrl} (attempt ${group.offline.attemptCount}): ${message}. Retrying in ${Math.round(
|
|
599
|
+
console.error(`Poll failed for ${group.apiUrl} (attempt ${group.offline.attemptCount}): ${message}. Retrying in ${Math.round(delay2 / 1e3)}s`);
|
|
651
600
|
}
|
|
652
601
|
}
|
|
653
602
|
if (anyAuthError) {
|
|
654
|
-
console.error(
|
|
655
|
-
|
|
656
|
-
|
|
603
|
+
console.error("Session expired. Sending notification email and waiting for re-authentication...");
|
|
604
|
+
const creds = await getStoredCredentials();
|
|
605
|
+
const email = creds?.idToken ? decodeEmailFromIdToken(creds.idToken) : null;
|
|
606
|
+
if (email && authErrorGroup) {
|
|
607
|
+
try {
|
|
608
|
+
await fetch(`${authErrorGroup.apiUrl}/v1/public/notify-auth-expired`, {
|
|
609
|
+
method: "POST",
|
|
610
|
+
headers: { "Content-Type": "application/json" },
|
|
611
|
+
body: JSON.stringify({ email })
|
|
612
|
+
});
|
|
613
|
+
} catch {
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
while (running) {
|
|
617
|
+
await sleep(5 * 60 * 1e3);
|
|
618
|
+
if (!running)
|
|
619
|
+
break;
|
|
620
|
+
const fresh = await getValidCredentials();
|
|
621
|
+
if (fresh) {
|
|
622
|
+
console.log("Re-authenticated \u2014 resuming listener");
|
|
623
|
+
break;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
continue;
|
|
657
627
|
}
|
|
658
628
|
pollIntervalMs = minPollInterval;
|
|
659
629
|
await sleep(pollIntervalMs);
|
|
660
630
|
}
|
|
661
631
|
await removePidFile();
|
|
662
632
|
}
|
|
663
|
-
var
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
"
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
init_poll_client();
|
|
671
|
-
init_reconnection();
|
|
672
|
-
init_notification();
|
|
673
|
-
init_context_fetcher();
|
|
674
|
-
TWENTY_FOUR_HOURS_MS = 24 * 60 * 60 * 1e3;
|
|
675
|
-
PID_PATH = join7(homedir5(), ".repowise", "listener.pid");
|
|
676
|
-
running = false;
|
|
677
|
-
sleepResolve = null;
|
|
678
|
-
isDirectRun = process.argv[1]?.endsWith("main.js") || process.argv[1]?.endsWith("main.ts");
|
|
679
|
-
if (isDirectRun) {
|
|
680
|
-
startListener().catch((err) => {
|
|
681
|
-
console.error("Listener fatal error:", err);
|
|
682
|
-
process.exitCode = 1;
|
|
683
|
-
});
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
});
|
|
633
|
+
var isDirectRun = process.argv[1]?.endsWith("main.js") || process.argv[1]?.endsWith("main.ts");
|
|
634
|
+
if (isDirectRun) {
|
|
635
|
+
startListener().catch((err) => {
|
|
636
|
+
console.error("Listener fatal error:", err);
|
|
637
|
+
process.exitCode = 1;
|
|
638
|
+
});
|
|
639
|
+
}
|
|
687
640
|
|
|
688
|
-
// src/lib/
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
import { homedir as homedir6 } from "os";
|
|
693
|
-
import { join as join8 } from "path";
|
|
694
|
-
function getCognitoConfigForStorage() {
|
|
695
|
-
const { domain, clientId, region, customDomain } = getCognitoConfig();
|
|
696
|
-
return { domain, clientId, region, customDomain };
|
|
641
|
+
// src/lib/env.ts
|
|
642
|
+
var staging = false;
|
|
643
|
+
function setStagingMode(value) {
|
|
644
|
+
staging = value;
|
|
697
645
|
}
|
|
698
|
-
function
|
|
699
|
-
|
|
700
|
-
return {
|
|
701
|
-
domain: process.env["REPOWISE_COGNITO_DOMAIN"] ?? env.cognitoDomain,
|
|
702
|
-
clientId: process.env["REPOWISE_COGNITO_CLIENT_ID"] ?? env.cognitoClientId,
|
|
703
|
-
region: process.env["REPOWISE_COGNITO_REGION"] ?? env.cognitoRegion,
|
|
704
|
-
customDomain: env.customDomain
|
|
705
|
-
};
|
|
646
|
+
function isStagingMode() {
|
|
647
|
+
return staging;
|
|
706
648
|
}
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
649
|
+
var PRODUCTION = {
|
|
650
|
+
apiUrl: "https://api.repowise.ai",
|
|
651
|
+
cognitoDomain: "auth-repowise",
|
|
652
|
+
cognitoClientId: "",
|
|
653
|
+
// TODO: set after production Cognito deploy
|
|
654
|
+
cognitoRegion: "us-east-1",
|
|
655
|
+
customDomain: false
|
|
656
|
+
};
|
|
657
|
+
var STAGING = {
|
|
658
|
+
apiUrl: "https://staging-api.repowise.ai",
|
|
659
|
+
cognitoDomain: "auth-staging.repowise.ai",
|
|
660
|
+
cognitoClientId: "7h0l0dhjcb1v5erer0gaclv0q6",
|
|
661
|
+
cognitoRegion: "us-east-1",
|
|
662
|
+
customDomain: true
|
|
663
|
+
};
|
|
664
|
+
function getEnvConfig() {
|
|
665
|
+
return staging ? STAGING : PRODUCTION;
|
|
710
666
|
}
|
|
711
|
-
|
|
712
|
-
|
|
667
|
+
|
|
668
|
+
// src/lib/welcome.ts
|
|
669
|
+
import chalk from "chalk";
|
|
670
|
+
|
|
671
|
+
// src/lib/config.ts
|
|
672
|
+
import { readFile as readFile5, writeFile as writeFile5, mkdir as mkdir5 } from "fs/promises";
|
|
673
|
+
import { homedir as homedir5 } from "os";
|
|
674
|
+
import { join as join7 } from "path";
|
|
675
|
+
var CONFIG_DIR4 = join7(homedir5(), ".repowise");
|
|
676
|
+
var CONFIG_PATH2 = join7(CONFIG_DIR4, "config.json");
|
|
677
|
+
async function getConfig() {
|
|
678
|
+
try {
|
|
679
|
+
const data = await readFile5(CONFIG_PATH2, "utf-8");
|
|
680
|
+
return JSON.parse(data);
|
|
681
|
+
} catch {
|
|
682
|
+
return {};
|
|
683
|
+
}
|
|
713
684
|
}
|
|
714
|
-
function
|
|
715
|
-
|
|
685
|
+
async function saveConfig(config2) {
|
|
686
|
+
await mkdir5(CONFIG_DIR4, { recursive: true });
|
|
687
|
+
await writeFile5(CONFIG_PATH2, JSON.stringify(config2, null, 2));
|
|
716
688
|
}
|
|
717
|
-
|
|
718
|
-
|
|
689
|
+
|
|
690
|
+
// src/lib/welcome.ts
|
|
691
|
+
var W = 41;
|
|
692
|
+
function row(styled, visible) {
|
|
693
|
+
return chalk.cyan(" \u2502") + styled + " ".repeat(W - visible) + chalk.cyan("\u2502");
|
|
719
694
|
}
|
|
720
|
-
function
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
695
|
+
async function showWelcome(currentVersion) {
|
|
696
|
+
try {
|
|
697
|
+
const config2 = await getConfig();
|
|
698
|
+
if (config2.lastSeenVersion === currentVersion) return;
|
|
699
|
+
const isUpgrade = !!config2.lastSeenVersion;
|
|
700
|
+
const tag = isUpgrade ? "updated" : "installed";
|
|
701
|
+
const titleText = `RepoWise v${currentVersion}`;
|
|
702
|
+
const titleStyled = " " + chalk.bold(titleText) + chalk.green(` \u2713 ${tag}`);
|
|
703
|
+
const titleVisible = 3 + titleText.length + 3 + tag.length;
|
|
704
|
+
const border = "\u2500".repeat(W);
|
|
705
|
+
console.log("");
|
|
706
|
+
console.log(chalk.cyan(` \u256D${border}\u256E`));
|
|
707
|
+
console.log(row("", 0));
|
|
708
|
+
console.log(row(titleStyled, titleVisible));
|
|
709
|
+
console.log(row("", 0));
|
|
710
|
+
console.log(row(" " + chalk.dim("Get started:"), 15));
|
|
711
|
+
console.log(row(" $ " + chalk.bold("repowise create"), 22));
|
|
712
|
+
console.log(row("", 0));
|
|
713
|
+
console.log(row(" " + chalk.dim("Thank you for using RepoWise!"), 32));
|
|
714
|
+
console.log(row(" " + chalk.dim("https://repowise.ai"), 22));
|
|
715
|
+
console.log(row("", 0));
|
|
716
|
+
console.log(chalk.cyan(` \u2570${border}\u256F`));
|
|
717
|
+
console.log("");
|
|
718
|
+
await saveConfig({ ...config2, lastSeenVersion: currentVersion });
|
|
719
|
+
} catch {
|
|
726
720
|
}
|
|
727
|
-
const params = new URLSearchParams({
|
|
728
|
-
response_type: "code",
|
|
729
|
-
client_id: clientId,
|
|
730
|
-
redirect_uri: `http://localhost:${CLI_CALLBACK_PORT}/callback`,
|
|
731
|
-
code_challenge: codeChallenge,
|
|
732
|
-
code_challenge_method: "S256",
|
|
733
|
-
scope: "openid email profile",
|
|
734
|
-
state
|
|
735
|
-
});
|
|
736
|
-
return `${getCognitoBaseUrl()}/oauth2/authorize?${params.toString()}`;
|
|
737
|
-
}
|
|
738
|
-
function getTokenUrl2() {
|
|
739
|
-
return `${getCognitoBaseUrl()}/oauth2/token`;
|
|
740
721
|
}
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
if (!code || !state) {
|
|
767
|
-
res.writeHead(400, { "Content-Type": "text/html" });
|
|
768
|
-
res.end(
|
|
769
|
-
callbackPage(
|
|
770
|
-
"Missing Parameters",
|
|
771
|
-
"The callback was missing required data. Please close this tab and try again.",
|
|
772
|
-
true
|
|
773
|
-
)
|
|
774
|
-
);
|
|
775
|
-
server.close();
|
|
776
|
-
reject(new Error("Missing code or state in callback"));
|
|
777
|
-
return;
|
|
778
|
-
}
|
|
779
|
-
res.writeHead(200, { "Content-Type": "text/html" });
|
|
780
|
-
res.end(
|
|
781
|
-
callbackPage(
|
|
782
|
-
"Authentication Successful",
|
|
783
|
-
"You can close this tab and return to the terminal.",
|
|
784
|
-
false
|
|
785
|
-
)
|
|
786
|
-
);
|
|
787
|
-
server.close();
|
|
788
|
-
resolve({ code, state });
|
|
789
|
-
});
|
|
790
|
-
server.listen(CLI_CALLBACK_PORT, "127.0.0.1");
|
|
791
|
-
server.on("error", (err) => {
|
|
792
|
-
if (err.code === "EADDRINUSE") {
|
|
793
|
-
reject(
|
|
794
|
-
new Error(
|
|
795
|
-
`Port ${CLI_CALLBACK_PORT} is already in use. Close the conflicting process and try again.`
|
|
796
|
-
)
|
|
797
|
-
);
|
|
798
|
-
} else {
|
|
799
|
-
reject(err);
|
|
800
|
-
}
|
|
801
|
-
});
|
|
802
|
-
const timeout = setTimeout(() => {
|
|
803
|
-
server.close();
|
|
804
|
-
reject(new Error("Authentication timed out. Please try again."));
|
|
805
|
-
}, CALLBACK_TIMEOUT_MS);
|
|
806
|
-
server.on("close", () => clearTimeout(timeout));
|
|
807
|
-
});
|
|
808
|
-
}
|
|
809
|
-
async function exchangeCodeForTokens(code, codeVerifier) {
|
|
810
|
-
const response = await fetch(getTokenUrl2(), {
|
|
811
|
-
method: "POST",
|
|
812
|
-
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
813
|
-
body: new URLSearchParams({
|
|
814
|
-
grant_type: "authorization_code",
|
|
815
|
-
client_id: getCognitoConfig().clientId,
|
|
816
|
-
redirect_uri: `http://localhost:${CLI_CALLBACK_PORT}/callback`,
|
|
817
|
-
code,
|
|
818
|
-
code_verifier: codeVerifier
|
|
819
|
-
})
|
|
820
|
-
});
|
|
821
|
-
if (!response.ok) {
|
|
822
|
-
const text = await response.text();
|
|
823
|
-
throw new Error(`Token exchange failed: ${response.status} ${text}`);
|
|
824
|
-
}
|
|
825
|
-
const data = await response.json();
|
|
826
|
-
return {
|
|
827
|
-
accessToken: data.access_token,
|
|
828
|
-
refreshToken: data.refresh_token,
|
|
829
|
-
idToken: data.id_token,
|
|
830
|
-
expiresAt: Date.now() + data.expires_in * 1e3
|
|
831
|
-
};
|
|
832
|
-
}
|
|
833
|
-
async function refreshTokens2(refreshToken) {
|
|
834
|
-
const response = await fetch(getTokenUrl2(), {
|
|
835
|
-
method: "POST",
|
|
836
|
-
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
837
|
-
body: new URLSearchParams({
|
|
838
|
-
grant_type: "refresh_token",
|
|
839
|
-
client_id: getCognitoConfig().clientId,
|
|
840
|
-
refresh_token: refreshToken
|
|
841
|
-
})
|
|
842
|
-
});
|
|
843
|
-
if (!response.ok) {
|
|
844
|
-
throw new Error(`Token refresh failed: ${response.status}`);
|
|
722
|
+
|
|
723
|
+
// src/commands/create.ts
|
|
724
|
+
import { execSync } from "child_process";
|
|
725
|
+
import { mkdirSync, writeFileSync } from "fs";
|
|
726
|
+
import { join as join12 } from "path";
|
|
727
|
+
|
|
728
|
+
// ../listener/dist/process-manager.js
|
|
729
|
+
import { spawn } from "child_process";
|
|
730
|
+
import { openSync, closeSync } from "fs";
|
|
731
|
+
import { readFile as readFile6, writeFile as writeFile6, mkdir as mkdir6, unlink as unlink2 } from "fs/promises";
|
|
732
|
+
import { homedir as homedir6 } from "os";
|
|
733
|
+
import { join as join8 } from "path";
|
|
734
|
+
import { createRequire } from "module";
|
|
735
|
+
import { fileURLToPath } from "url";
|
|
736
|
+
var REPOWISE_DIR = join8(homedir6(), ".repowise");
|
|
737
|
+
var PID_PATH2 = join8(REPOWISE_DIR, "listener.pid");
|
|
738
|
+
var LOG_DIR = join8(REPOWISE_DIR, "logs");
|
|
739
|
+
function resolveListenerCommand() {
|
|
740
|
+
try {
|
|
741
|
+
const require2 = createRequire(import.meta.url);
|
|
742
|
+
const mainPath = require2.resolve("@repowise/listener/main");
|
|
743
|
+
return { script: mainPath, args: [] };
|
|
744
|
+
} catch {
|
|
745
|
+
const bundlePath = fileURLToPath(import.meta.url);
|
|
746
|
+
return { script: bundlePath, args: ["__listener"] };
|
|
845
747
|
}
|
|
846
|
-
const data = await response.json();
|
|
847
|
-
return {
|
|
848
|
-
accessToken: data.access_token,
|
|
849
|
-
refreshToken,
|
|
850
|
-
// Cognito does not return a new refresh token
|
|
851
|
-
idToken: data.id_token,
|
|
852
|
-
expiresAt: Date.now() + data.expires_in * 1e3
|
|
853
|
-
};
|
|
854
748
|
}
|
|
855
|
-
async function
|
|
749
|
+
async function readPid() {
|
|
856
750
|
try {
|
|
857
|
-
const
|
|
858
|
-
|
|
751
|
+
const content = await readFile6(PID_PATH2, "utf-8");
|
|
752
|
+
const pid = parseInt(content.trim(), 10);
|
|
753
|
+
return Number.isNaN(pid) ? null : pid;
|
|
859
754
|
} catch (err) {
|
|
860
|
-
if (err.code === "ENOENT"
|
|
755
|
+
if (err.code === "ENOENT")
|
|
861
756
|
return null;
|
|
862
|
-
}
|
|
863
757
|
throw err;
|
|
864
758
|
}
|
|
865
759
|
}
|
|
866
|
-
|
|
867
|
-
await mkdir6(CONFIG_DIR5, { recursive: true, mode: 448 });
|
|
868
|
-
await writeFile6(CREDENTIALS_PATH2, JSON.stringify(credentials, null, 2));
|
|
869
|
-
await chmod3(CREDENTIALS_PATH2, 384);
|
|
870
|
-
}
|
|
871
|
-
async function clearCredentials() {
|
|
760
|
+
function isAlive(pid) {
|
|
872
761
|
try {
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
762
|
+
process.kill(pid, 0);
|
|
763
|
+
return true;
|
|
764
|
+
} catch {
|
|
765
|
+
return false;
|
|
876
766
|
}
|
|
877
767
|
}
|
|
878
|
-
async function
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
768
|
+
async function startBackground() {
|
|
769
|
+
await mkdir6(LOG_DIR, { recursive: true });
|
|
770
|
+
const cmd = resolveListenerCommand();
|
|
771
|
+
const stdoutFd = openSync(join8(LOG_DIR, "listener-stdout.log"), "a");
|
|
772
|
+
const stderrFd = openSync(join8(LOG_DIR, "listener-stderr.log"), "a");
|
|
773
|
+
const child = spawn(process.execPath, [cmd.script, ...cmd.args], {
|
|
774
|
+
detached: true,
|
|
775
|
+
stdio: ["ignore", stdoutFd, stderrFd],
|
|
776
|
+
cwd: homedir6(),
|
|
777
|
+
env: { ...process.env }
|
|
778
|
+
});
|
|
779
|
+
child.unref();
|
|
780
|
+
closeSync(stdoutFd);
|
|
781
|
+
closeSync(stderrFd);
|
|
782
|
+
const pid = child.pid;
|
|
783
|
+
if (!pid)
|
|
784
|
+
throw new Error("Failed to spawn listener process");
|
|
785
|
+
await writeFile6(PID_PATH2, String(pid));
|
|
786
|
+
return pid;
|
|
787
|
+
}
|
|
788
|
+
async function stopProcess() {
|
|
789
|
+
const pid = await readPid();
|
|
790
|
+
if (pid === null)
|
|
791
|
+
return;
|
|
792
|
+
if (!isAlive(pid)) {
|
|
793
|
+
await removePidFile2();
|
|
794
|
+
return;
|
|
795
|
+
}
|
|
796
|
+
try {
|
|
797
|
+
process.kill(pid, "SIGTERM");
|
|
798
|
+
} catch {
|
|
799
|
+
}
|
|
800
|
+
const deadline = Date.now() + 5e3;
|
|
801
|
+
while (Date.now() < deadline && isAlive(pid)) {
|
|
802
|
+
await new Promise((r) => setTimeout(r, 200));
|
|
803
|
+
}
|
|
804
|
+
if (isAlive(pid)) {
|
|
882
805
|
try {
|
|
883
|
-
|
|
884
|
-
refreshed.cognito = creds.cognito;
|
|
885
|
-
await storeCredentials2(refreshed);
|
|
886
|
-
return refreshed;
|
|
806
|
+
process.kill(pid, "SIGKILL");
|
|
887
807
|
} catch {
|
|
888
|
-
await clearCredentials();
|
|
889
|
-
return null;
|
|
890
808
|
}
|
|
891
809
|
}
|
|
892
|
-
|
|
810
|
+
await removePidFile2();
|
|
893
811
|
}
|
|
894
|
-
async function
|
|
895
|
-
const
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
812
|
+
async function isRunning() {
|
|
813
|
+
const pid = await readPid();
|
|
814
|
+
if (pid === null)
|
|
815
|
+
return false;
|
|
816
|
+
return isAlive(pid);
|
|
817
|
+
}
|
|
818
|
+
async function getStatus() {
|
|
819
|
+
const pid = await readPid();
|
|
820
|
+
if (pid === null)
|
|
821
|
+
return { running: false, pid: null };
|
|
822
|
+
const alive = isAlive(pid);
|
|
823
|
+
return { running: alive, pid: alive ? pid : null };
|
|
824
|
+
}
|
|
825
|
+
async function removePidFile2() {
|
|
900
826
|
try {
|
|
901
|
-
|
|
902
|
-
await open(authorizeUrl);
|
|
827
|
+
await unlink2(PID_PATH2);
|
|
903
828
|
} catch {
|
|
904
|
-
console.log(`
|
|
905
|
-
Open this URL in your browser to authenticate:
|
|
906
|
-
`);
|
|
907
|
-
console.log(authorizeUrl);
|
|
908
829
|
}
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
// ../listener/dist/service-installer.js
|
|
833
|
+
import { execFile as execFile2 } from "child_process";
|
|
834
|
+
import { writeFile as writeFile7, mkdir as mkdir7, unlink as unlink3 } from "fs/promises";
|
|
835
|
+
import { homedir as homedir7 } from "os";
|
|
836
|
+
import { join as join9 } from "path";
|
|
837
|
+
import { createRequire as createRequire2 } from "module";
|
|
838
|
+
import { fileURLToPath as fileURLToPath2 } from "url";
|
|
839
|
+
function resolveListenerCommand2() {
|
|
840
|
+
try {
|
|
841
|
+
const require2 = createRequire2(import.meta.url);
|
|
842
|
+
const mainPath = require2.resolve("@repowise/listener/main");
|
|
843
|
+
return { script: mainPath, args: [] };
|
|
844
|
+
} catch {
|
|
845
|
+
const bundlePath = fileURLToPath2(import.meta.url);
|
|
846
|
+
return { script: bundlePath, args: ["__listener"] };
|
|
912
847
|
}
|
|
913
|
-
const credentials = await exchangeCodeForTokens(code, codeVerifier);
|
|
914
|
-
const { domain, clientId, region, customDomain } = getCognitoConfig();
|
|
915
|
-
credentials.cognito = { domain, clientId, region, customDomain };
|
|
916
|
-
await storeCredentials2(credentials);
|
|
917
|
-
return credentials;
|
|
918
848
|
}
|
|
919
|
-
function
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
<style>
|
|
930
|
-
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
931
|
-
body { font-family: 'Inter', system-ui, sans-serif; background: #0a0b14; color: #e4e4e7; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
|
|
932
|
-
.card { text-align: center; max-width: 440px; padding: 48px 40px; }
|
|
933
|
-
.logo { margin-bottom: 32px; }
|
|
934
|
-
.logo svg { height: 48px; width: auto; }
|
|
935
|
-
.icon { margin-bottom: 20px; }
|
|
936
|
-
h1 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: ${isError ? "#ef4444" : "#e4e4e7"}; }
|
|
937
|
-
p { font-size: 15px; color: #a1a1aa; line-height: 1.5; }
|
|
938
|
-
</style>
|
|
939
|
-
</head>
|
|
940
|
-
<body>
|
|
941
|
-
<div class="card">
|
|
942
|
-
<div class="logo">
|
|
943
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50" height="48">
|
|
944
|
-
<text x="0" y="38" font-family="Inter, system-ui, sans-serif" font-weight="700" font-size="36" fill="#e4e4e7">Repo<tspan fill="#6c5ce7">Wise</tspan></text>
|
|
945
|
-
</svg>
|
|
946
|
-
</div>
|
|
947
|
-
<div class="icon">${icon}</div>
|
|
948
|
-
<h1>${title}</h1>
|
|
949
|
-
<p>${message}</p>
|
|
950
|
-
</div>
|
|
951
|
-
</body>
|
|
952
|
-
</html>`;
|
|
849
|
+
function exec(cmd, args) {
|
|
850
|
+
return new Promise((resolve, reject) => {
|
|
851
|
+
execFile2(cmd, args, (err, stdout) => {
|
|
852
|
+
if (err) {
|
|
853
|
+
reject(err);
|
|
854
|
+
return;
|
|
855
|
+
}
|
|
856
|
+
resolve(String(stdout ?? ""));
|
|
857
|
+
});
|
|
858
|
+
});
|
|
953
859
|
}
|
|
954
|
-
|
|
860
|
+
var PLIST_LABEL = "com.repowise.listener";
|
|
861
|
+
function plistPath() {
|
|
862
|
+
return join9(homedir7(), "Library", "LaunchAgents", `${PLIST_LABEL}.plist`);
|
|
863
|
+
}
|
|
864
|
+
function logDir() {
|
|
865
|
+
return join9(homedir7(), ".repowise", "logs");
|
|
866
|
+
}
|
|
867
|
+
function buildPlist() {
|
|
868
|
+
const cmd = resolveListenerCommand2();
|
|
869
|
+
const logs = logDir();
|
|
870
|
+
const programArgs = [process.execPath, cmd.script, ...cmd.args].map((a) => ` <string>${a}</string>`).join("\n");
|
|
871
|
+
return `<?xml version="1.0" encoding="UTF-8"?>
|
|
872
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
|
|
873
|
+
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
874
|
+
<plist version="1.0">
|
|
875
|
+
<dict>
|
|
876
|
+
<key>Label</key>
|
|
877
|
+
<string>${PLIST_LABEL}</string>
|
|
878
|
+
<key>ProgramArguments</key>
|
|
879
|
+
<array>
|
|
880
|
+
${programArgs}
|
|
881
|
+
</array>
|
|
882
|
+
<key>RunAtLoad</key>
|
|
883
|
+
<true/>
|
|
884
|
+
<key>KeepAlive</key>
|
|
885
|
+
<true/>
|
|
886
|
+
<key>StandardOutPath</key>
|
|
887
|
+
<string>${join9(logs, "listener-stdout.log")}</string>
|
|
888
|
+
<key>StandardErrorPath</key>
|
|
889
|
+
<string>${join9(logs, "listener-stderr.log")}</string>
|
|
890
|
+
<key>ProcessType</key>
|
|
891
|
+
<string>Background</string>
|
|
892
|
+
</dict>
|
|
893
|
+
</plist>`;
|
|
894
|
+
}
|
|
895
|
+
async function darwinInstall() {
|
|
896
|
+
await mkdir7(logDir(), { recursive: true });
|
|
897
|
+
await mkdir7(join9(homedir7(), "Library", "LaunchAgents"), { recursive: true });
|
|
955
898
|
try {
|
|
956
|
-
|
|
957
|
-
if (parts.length < 2) return { email: "unknown" };
|
|
958
|
-
const payload = JSON.parse(Buffer.from(parts[1], "base64url").toString());
|
|
959
|
-
return { email: payload.email ?? "unknown", tenantId: payload["custom:tenant_id"] };
|
|
899
|
+
await exec("launchctl", ["unload", plistPath()]);
|
|
960
900
|
} catch {
|
|
961
|
-
return { email: "unknown" };
|
|
962
901
|
}
|
|
902
|
+
await writeFile7(plistPath(), buildPlist());
|
|
903
|
+
await exec("launchctl", ["load", plistPath()]);
|
|
963
904
|
}
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
init_env();
|
|
969
|
-
CONFIG_DIR5 = join8(homedir6(), ".repowise");
|
|
970
|
-
CREDENTIALS_PATH2 = join8(CONFIG_DIR5, "credentials.json");
|
|
971
|
-
CLI_CALLBACK_PORT = 19876;
|
|
972
|
-
CALLBACK_TIMEOUT_MS = 12e4;
|
|
905
|
+
async function darwinUninstall() {
|
|
906
|
+
try {
|
|
907
|
+
await exec("launchctl", ["unload", plistPath()]);
|
|
908
|
+
} catch {
|
|
973
909
|
}
|
|
974
|
-
|
|
910
|
+
try {
|
|
911
|
+
await unlink3(plistPath());
|
|
912
|
+
} catch {
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
async function darwinIsInstalled() {
|
|
916
|
+
try {
|
|
917
|
+
const stdout = await exec("launchctl", ["list"]);
|
|
918
|
+
return stdout.includes(PLIST_LABEL);
|
|
919
|
+
} catch {
|
|
920
|
+
return false;
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
var SYSTEMD_SERVICE = "repowise-listener";
|
|
924
|
+
function unitPath() {
|
|
925
|
+
return join9(homedir7(), ".config", "systemd", "user", `${SYSTEMD_SERVICE}.service`);
|
|
926
|
+
}
|
|
927
|
+
function buildUnit() {
|
|
928
|
+
const cmd = resolveListenerCommand2();
|
|
929
|
+
const execStart = [process.execPath, cmd.script, ...cmd.args].join(" ");
|
|
930
|
+
const logs = logDir();
|
|
931
|
+
return `[Unit]
|
|
932
|
+
Description=RepoWise Listener
|
|
933
|
+
After=network-online.target
|
|
934
|
+
Wants=network-online.target
|
|
975
935
|
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
936
|
+
[Service]
|
|
937
|
+
Type=simple
|
|
938
|
+
ExecStart=${execStart}
|
|
939
|
+
Restart=on-failure
|
|
940
|
+
RestartSec=10
|
|
941
|
+
StandardOutput=append:${join9(logs, "listener-stdout.log")}
|
|
942
|
+
StandardError=append:${join9(logs, "listener-stderr.log")}
|
|
943
|
+
|
|
944
|
+
[Install]
|
|
945
|
+
WantedBy=default.target`;
|
|
979
946
|
}
|
|
980
|
-
async function
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
947
|
+
async function linuxInstall() {
|
|
948
|
+
await mkdir7(logDir(), { recursive: true });
|
|
949
|
+
await mkdir7(join9(homedir7(), ".config", "systemd", "user"), { recursive: true });
|
|
950
|
+
await writeFile7(unitPath(), buildUnit());
|
|
951
|
+
await exec("systemctl", ["--user", "daemon-reload"]);
|
|
952
|
+
await exec("systemctl", ["--user", "enable", SYSTEMD_SERVICE]);
|
|
953
|
+
await exec("systemctl", ["--user", "start", SYSTEMD_SERVICE]);
|
|
954
|
+
}
|
|
955
|
+
async function linuxUninstall() {
|
|
956
|
+
try {
|
|
957
|
+
await exec("systemctl", ["--user", "stop", SYSTEMD_SERVICE]);
|
|
958
|
+
} catch {
|
|
984
959
|
}
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
"Content-Type": "application/json",
|
|
989
|
-
Authorization: `Bearer ${credentials.accessToken}`,
|
|
990
|
-
...options?.headers
|
|
991
|
-
}
|
|
992
|
-
});
|
|
993
|
-
if (response.status === 401) {
|
|
994
|
-
await clearCredentials();
|
|
995
|
-
throw new Error("Session expired. Run `repowise login` again.");
|
|
960
|
+
try {
|
|
961
|
+
await exec("systemctl", ["--user", "disable", SYSTEMD_SERVICE]);
|
|
962
|
+
} catch {
|
|
996
963
|
}
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
throw new Error(message);
|
|
964
|
+
try {
|
|
965
|
+
await unlink3(unitPath());
|
|
966
|
+
} catch {
|
|
967
|
+
}
|
|
968
|
+
try {
|
|
969
|
+
await exec("systemctl", ["--user", "daemon-reload"]);
|
|
970
|
+
} catch {
|
|
1005
971
|
}
|
|
1006
|
-
const json = await response.json();
|
|
1007
|
-
return json.data;
|
|
1008
972
|
}
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
"
|
|
1012
|
-
|
|
1013
|
-
|
|
973
|
+
async function linuxIsInstalled() {
|
|
974
|
+
try {
|
|
975
|
+
const stdout = await exec("systemctl", ["--user", "is-enabled", SYSTEMD_SERVICE]);
|
|
976
|
+
return stdout.trim() === "enabled";
|
|
977
|
+
} catch {
|
|
978
|
+
return false;
|
|
1014
979
|
}
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
}
|
|
1044
|
-
const hasOther = selected.includes("other");
|
|
1045
|
-
const tools = selected.filter((s) => s !== "other");
|
|
1046
|
-
return { tools, hasOther };
|
|
980
|
+
}
|
|
981
|
+
var TASK_NAME = "RepoWise Listener";
|
|
982
|
+
async function win32Install() {
|
|
983
|
+
await mkdir7(logDir(), { recursive: true });
|
|
984
|
+
const cmd = resolveListenerCommand2();
|
|
985
|
+
const taskCmd = [process.execPath, cmd.script, ...cmd.args].map((a) => `"${a}"`).join(" ");
|
|
986
|
+
await exec("schtasks", [
|
|
987
|
+
"/create",
|
|
988
|
+
"/tn",
|
|
989
|
+
TASK_NAME,
|
|
990
|
+
"/tr",
|
|
991
|
+
taskCmd,
|
|
992
|
+
"/sc",
|
|
993
|
+
"onlogon",
|
|
994
|
+
"/ru",
|
|
995
|
+
process.env.USERNAME ?? "",
|
|
996
|
+
"/f"
|
|
997
|
+
]);
|
|
998
|
+
await exec("schtasks", ["/run", "/tn", TASK_NAME]);
|
|
999
|
+
}
|
|
1000
|
+
async function win32Uninstall() {
|
|
1001
|
+
try {
|
|
1002
|
+
await exec("schtasks", ["/end", "/tn", TASK_NAME]);
|
|
1003
|
+
} catch {
|
|
1004
|
+
}
|
|
1005
|
+
try {
|
|
1006
|
+
await exec("schtasks", ["/delete", "/tn", TASK_NAME, "/f"]);
|
|
1007
|
+
} catch {
|
|
1047
1008
|
}
|
|
1048
1009
|
}
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
"
|
|
1010
|
+
async function win32IsInstalled() {
|
|
1011
|
+
try {
|
|
1012
|
+
await exec("schtasks", ["/query", "/tn", TASK_NAME]);
|
|
1013
|
+
return true;
|
|
1014
|
+
} catch {
|
|
1015
|
+
return false;
|
|
1052
1016
|
}
|
|
1053
|
-
});
|
|
1054
|
-
|
|
1055
|
-
// src/lib/ai-tools.ts
|
|
1056
|
-
import { readFile as readFile7, writeFile as writeFile7, mkdir as mkdir7, readdir } from "fs/promises";
|
|
1057
|
-
import { join as join9, dirname } from "path";
|
|
1058
|
-
function sanitizeRepoName(name) {
|
|
1059
|
-
return name.replace(/[<>[\]`()|\\]/g, "");
|
|
1060
1017
|
}
|
|
1061
|
-
function
|
|
1062
|
-
|
|
1018
|
+
async function install() {
|
|
1019
|
+
switch (process.platform) {
|
|
1020
|
+
case "darwin":
|
|
1021
|
+
await darwinInstall();
|
|
1022
|
+
break;
|
|
1023
|
+
case "linux":
|
|
1024
|
+
await linuxInstall();
|
|
1025
|
+
break;
|
|
1026
|
+
case "win32":
|
|
1027
|
+
await win32Install();
|
|
1028
|
+
break;
|
|
1029
|
+
default:
|
|
1030
|
+
throw new Error(`Unsupported platform: ${process.platform}`);
|
|
1031
|
+
}
|
|
1063
1032
|
}
|
|
1064
|
-
function
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
`## Project Context \u2014 ${safeName}`,
|
|
1078
|
-
"",
|
|
1079
|
-
`This repository has AI-optimized context files generated by RepoWise.`,
|
|
1080
|
-
`Before making changes, read the relevant context files in \`${contextFolder}/\` to understand the project's architecture, coding patterns, conventions, and domain knowledge.`,
|
|
1081
|
-
"",
|
|
1082
|
-
`**Start here:** \`${contextFolder}/project-overview.md\` \u2014 the routing document that describes every context file and when to read it.`,
|
|
1083
|
-
""
|
|
1084
|
-
];
|
|
1085
|
-
if (hasFiles) {
|
|
1086
|
-
lines2.push(
|
|
1087
|
-
`**Core context files:**`,
|
|
1088
|
-
"",
|
|
1089
|
-
...fileLines.map((f) => `- \`${f.path}\` \u2014 ${f.desc}`),
|
|
1090
|
-
"",
|
|
1091
|
-
`> Additional context files may exist beyond this list. Check \`project-overview.md\` for the complete index.`
|
|
1092
|
-
);
|
|
1093
|
-
}
|
|
1094
|
-
lines2.push("", config2.markerEnd);
|
|
1095
|
-
return lines2.join("\n");
|
|
1096
|
-
}
|
|
1097
|
-
const lines = [
|
|
1098
|
-
config2.markerStart,
|
|
1099
|
-
`# Project Context \u2014 ${safeName}`,
|
|
1100
|
-
"#",
|
|
1101
|
-
`# This repository has AI-optimized context files generated by RepoWise.`,
|
|
1102
|
-
`# Before making changes, read the relevant context files in ${contextFolder}/`,
|
|
1103
|
-
`# to understand the project's architecture, coding patterns, conventions, and domain knowledge.`,
|
|
1104
|
-
"#",
|
|
1105
|
-
`# Start here: ${contextFolder}/project-overview.md`,
|
|
1106
|
-
`# The routing document that describes every context file and when to read it.`
|
|
1107
|
-
];
|
|
1108
|
-
if (hasFiles) {
|
|
1109
|
-
lines.push(
|
|
1110
|
-
"#",
|
|
1111
|
-
`# Core context files:`,
|
|
1112
|
-
...fileLines.map((f) => `# ${f.path} \u2014 ${f.desc}`),
|
|
1113
|
-
"#",
|
|
1114
|
-
"# Additional context files may exist beyond this list.",
|
|
1115
|
-
"# Check project-overview.md for the complete index."
|
|
1116
|
-
);
|
|
1117
|
-
}
|
|
1118
|
-
lines.push(config2.markerEnd);
|
|
1119
|
-
return lines.join("\n");
|
|
1120
|
-
}
|
|
1121
|
-
async function updateToolConfig(repoRoot, tool, repoName, contextFolder, contextFiles) {
|
|
1122
|
-
const config2 = AI_TOOL_CONFIG[tool];
|
|
1123
|
-
const fullPath = join9(repoRoot, config2.filePath);
|
|
1124
|
-
const dir = dirname(fullPath);
|
|
1125
|
-
if (dir !== repoRoot) {
|
|
1126
|
-
await mkdir7(dir, { recursive: true });
|
|
1127
|
-
}
|
|
1128
|
-
const referenceBlock = generateReference(tool, repoName, contextFolder, contextFiles);
|
|
1129
|
-
let existing = "";
|
|
1130
|
-
let created = true;
|
|
1131
|
-
try {
|
|
1132
|
-
existing = await readFile7(fullPath, "utf-8");
|
|
1133
|
-
created = false;
|
|
1134
|
-
} catch (err) {
|
|
1135
|
-
if (err.code !== "ENOENT") throw err;
|
|
1136
|
-
}
|
|
1137
|
-
const startIdx = existing.indexOf(config2.markerStart);
|
|
1138
|
-
const endIdx = existing.indexOf(config2.markerEnd);
|
|
1139
|
-
let content;
|
|
1140
|
-
if (startIdx !== -1 && endIdx !== -1 && endIdx > startIdx) {
|
|
1141
|
-
const before = existing.slice(0, startIdx);
|
|
1142
|
-
const after = existing.slice(endIdx + config2.markerEnd.length);
|
|
1143
|
-
content = before + referenceBlock + after;
|
|
1144
|
-
} else {
|
|
1145
|
-
const separator = existing.length > 0 && !existing.endsWith("\n") ? "\n\n" : existing.length > 0 ? "\n" : "";
|
|
1146
|
-
content = existing + separator + referenceBlock + "\n";
|
|
1033
|
+
async function uninstall() {
|
|
1034
|
+
switch (process.platform) {
|
|
1035
|
+
case "darwin":
|
|
1036
|
+
await darwinUninstall();
|
|
1037
|
+
break;
|
|
1038
|
+
case "linux":
|
|
1039
|
+
await linuxUninstall();
|
|
1040
|
+
break;
|
|
1041
|
+
case "win32":
|
|
1042
|
+
await win32Uninstall();
|
|
1043
|
+
break;
|
|
1044
|
+
default:
|
|
1045
|
+
throw new Error(`Unsupported platform: ${process.platform}`);
|
|
1147
1046
|
}
|
|
1148
|
-
await writeFile7(fullPath, content, "utf-8");
|
|
1149
|
-
return { created };
|
|
1150
1047
|
}
|
|
1151
|
-
async function
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
throw err;
|
|
1048
|
+
async function isInstalled() {
|
|
1049
|
+
switch (process.platform) {
|
|
1050
|
+
case "darwin":
|
|
1051
|
+
return darwinIsInstalled();
|
|
1052
|
+
case "linux":
|
|
1053
|
+
return linuxIsInstalled();
|
|
1054
|
+
case "win32":
|
|
1055
|
+
return win32IsInstalled();
|
|
1056
|
+
default:
|
|
1057
|
+
return false;
|
|
1162
1058
|
}
|
|
1163
1059
|
}
|
|
1164
|
-
var AI_TOOL_CONFIG, SUPPORTED_TOOLS;
|
|
1165
|
-
var init_ai_tools = __esm({
|
|
1166
|
-
"src/lib/ai-tools.ts"() {
|
|
1167
|
-
"use strict";
|
|
1168
|
-
AI_TOOL_CONFIG = {
|
|
1169
|
-
cursor: {
|
|
1170
|
-
label: "Cursor",
|
|
1171
|
-
fileName: ".cursorrules",
|
|
1172
|
-
filePath: ".cursorrules",
|
|
1173
|
-
markerStart: "# --- repowise-start ---",
|
|
1174
|
-
markerEnd: "# --- repowise-end ---",
|
|
1175
|
-
format: "plain-text"
|
|
1176
|
-
},
|
|
1177
|
-
"claude-code": {
|
|
1178
|
-
label: "Claude Code",
|
|
1179
|
-
fileName: "CLAUDE.md",
|
|
1180
|
-
filePath: "CLAUDE.md",
|
|
1181
|
-
markerStart: "<!-- repowise-start -->",
|
|
1182
|
-
markerEnd: "<!-- repowise-end -->",
|
|
1183
|
-
format: "markdown"
|
|
1184
|
-
},
|
|
1185
|
-
copilot: {
|
|
1186
|
-
label: "GitHub Copilot",
|
|
1187
|
-
fileName: "copilot-instructions.md",
|
|
1188
|
-
filePath: ".github/copilot-instructions.md",
|
|
1189
|
-
markerStart: "<!-- repowise-start -->",
|
|
1190
|
-
markerEnd: "<!-- repowise-end -->",
|
|
1191
|
-
format: "markdown"
|
|
1192
|
-
},
|
|
1193
|
-
windsurf: {
|
|
1194
|
-
label: "Windsurf",
|
|
1195
|
-
fileName: ".windsurfrules",
|
|
1196
|
-
filePath: ".windsurfrules",
|
|
1197
|
-
markerStart: "# --- repowise-start ---",
|
|
1198
|
-
markerEnd: "# --- repowise-end ---",
|
|
1199
|
-
format: "plain-text"
|
|
1200
|
-
},
|
|
1201
|
-
cline: {
|
|
1202
|
-
label: "Cline",
|
|
1203
|
-
fileName: ".clinerules",
|
|
1204
|
-
filePath: ".clinerules",
|
|
1205
|
-
markerStart: "# --- repowise-start ---",
|
|
1206
|
-
markerEnd: "# --- repowise-end ---",
|
|
1207
|
-
format: "plain-text"
|
|
1208
|
-
},
|
|
1209
|
-
codex: {
|
|
1210
|
-
label: "Codex",
|
|
1211
|
-
fileName: "AGENTS.md",
|
|
1212
|
-
filePath: "AGENTS.md",
|
|
1213
|
-
markerStart: "<!-- repowise-start -->",
|
|
1214
|
-
markerEnd: "<!-- repowise-end -->",
|
|
1215
|
-
format: "markdown"
|
|
1216
|
-
},
|
|
1217
|
-
"roo-code": {
|
|
1218
|
-
label: "Roo Code",
|
|
1219
|
-
fileName: "rules.md",
|
|
1220
|
-
filePath: ".roo/rules.md",
|
|
1221
|
-
markerStart: "<!-- repowise-start -->",
|
|
1222
|
-
markerEnd: "<!-- repowise-end -->",
|
|
1223
|
-
format: "markdown"
|
|
1224
|
-
}
|
|
1225
|
-
};
|
|
1226
|
-
SUPPORTED_TOOLS = Object.keys(AI_TOOL_CONFIG);
|
|
1227
|
-
}
|
|
1228
|
-
});
|
|
1229
1060
|
|
|
1230
|
-
// src/
|
|
1231
|
-
import
|
|
1232
|
-
import
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1061
|
+
// src/commands/create.ts
|
|
1062
|
+
import chalk5 from "chalk";
|
|
1063
|
+
import ora from "ora";
|
|
1064
|
+
|
|
1065
|
+
// src/lib/auth.ts
|
|
1066
|
+
import { createHash, randomBytes } from "crypto";
|
|
1067
|
+
import { readFile as readFile7, writeFile as writeFile8, mkdir as mkdir8, chmod as chmod3, unlink as unlink4 } from "fs/promises";
|
|
1068
|
+
import http from "http";
|
|
1069
|
+
import { homedir as homedir8 } from "os";
|
|
1070
|
+
import { join as join10 } from "path";
|
|
1071
|
+
var CONFIG_DIR5 = join10(homedir8(), ".repowise");
|
|
1072
|
+
var CREDENTIALS_PATH2 = join10(CONFIG_DIR5, "credentials.json");
|
|
1073
|
+
var CLI_CALLBACK_PORT = 19876;
|
|
1074
|
+
var CALLBACK_TIMEOUT_MS = 12e4;
|
|
1075
|
+
function getCognitoConfigForStorage() {
|
|
1076
|
+
const { domain, clientId, region, customDomain } = getCognitoConfig();
|
|
1077
|
+
return { domain, clientId, region, customDomain };
|
|
1078
|
+
}
|
|
1079
|
+
function getCognitoConfig() {
|
|
1080
|
+
const env = getEnvConfig();
|
|
1081
|
+
return {
|
|
1082
|
+
domain: process.env["REPOWISE_COGNITO_DOMAIN"] ?? env.cognitoDomain,
|
|
1083
|
+
clientId: process.env["REPOWISE_COGNITO_CLIENT_ID"] ?? env.cognitoClientId,
|
|
1084
|
+
region: process.env["REPOWISE_COGNITO_REGION"] ?? env.cognitoRegion,
|
|
1085
|
+
customDomain: env.customDomain
|
|
1086
|
+
};
|
|
1087
|
+
}
|
|
1088
|
+
function getCognitoBaseUrl() {
|
|
1089
|
+
const { domain, region, customDomain } = getCognitoConfig();
|
|
1090
|
+
return customDomain ? `https://${domain}` : `https://${domain}.auth.${region}.amazoncognito.com`;
|
|
1091
|
+
}
|
|
1092
|
+
function generateCodeVerifier() {
|
|
1093
|
+
return randomBytes(32).toString("base64url");
|
|
1094
|
+
}
|
|
1095
|
+
function generateCodeChallenge(verifier) {
|
|
1096
|
+
return createHash("sha256").update(verifier).digest("base64url");
|
|
1097
|
+
}
|
|
1098
|
+
function generateState() {
|
|
1099
|
+
return randomBytes(32).toString("hex");
|
|
1100
|
+
}
|
|
1101
|
+
function getAuthorizeUrl(codeChallenge, state) {
|
|
1102
|
+
const { clientId } = getCognitoConfig();
|
|
1103
|
+
if (!clientId) {
|
|
1104
|
+
throw new Error(
|
|
1105
|
+
"Missing REPOWISE_COGNITO_CLIENT_ID environment variable. Configure it before running login."
|
|
1243
1106
|
);
|
|
1244
1107
|
}
|
|
1245
|
-
const
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
answer = await Promise.race([
|
|
1256
|
-
input({
|
|
1257
|
-
message: chalk3.cyan(">"),
|
|
1258
|
-
theme: { prefix: " " }
|
|
1259
|
-
}),
|
|
1260
|
-
new Promise(
|
|
1261
|
-
(_, reject) => setTimeout(() => reject(new Error("INTERVIEW_TIMEOUT")), INTERVIEW_TIMEOUT_MS)
|
|
1262
|
-
)
|
|
1263
|
-
]);
|
|
1264
|
-
} catch (err) {
|
|
1265
|
-
if (err instanceof Error && err.message === "INTERVIEW_TIMEOUT") {
|
|
1266
|
-
console.log(chalk3.yellow(" Timed out \u2014 auto-skipping this question."));
|
|
1267
|
-
answer = "skip";
|
|
1268
|
-
} else {
|
|
1269
|
-
throw err;
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
const trimmed = answer.trim();
|
|
1273
|
-
let action;
|
|
1274
|
-
let answerText = "";
|
|
1275
|
-
if (trimmed.toLowerCase() === "done") {
|
|
1276
|
-
action = "done";
|
|
1277
|
-
} else if (trimmed === "" || trimmed.toLowerCase() === "skip") {
|
|
1278
|
-
action = "skip";
|
|
1279
|
-
} else {
|
|
1280
|
-
action = "answer";
|
|
1281
|
-
answerText = trimmed;
|
|
1282
|
-
}
|
|
1283
|
-
if (questionCounter >= MAX_QUESTIONS && action !== "done") {
|
|
1284
|
-
action = "done";
|
|
1285
|
-
console.log(chalk3.green(" Thanks for your answers! Wrapping up the interview."));
|
|
1286
|
-
}
|
|
1287
|
-
try {
|
|
1288
|
-
await apiRequest(`/v1/sync/${syncId}/answer`, {
|
|
1289
|
-
method: "POST",
|
|
1290
|
-
body: JSON.stringify({ questionId, answerText, action })
|
|
1291
|
-
});
|
|
1292
|
-
} catch (err) {
|
|
1293
|
-
const message = err instanceof Error ? err.message : String(err);
|
|
1294
|
-
if (message.includes("not awaiting input") || message.includes("expired")) {
|
|
1295
|
-
console.log(chalk3.dim(" Pipeline has already moved on \u2014 continuing."));
|
|
1296
|
-
return;
|
|
1297
|
-
}
|
|
1298
|
-
try {
|
|
1299
|
-
await new Promise((r) => setTimeout(r, 1e3));
|
|
1300
|
-
await apiRequest(`/v1/sync/${syncId}/answer`, {
|
|
1301
|
-
method: "POST",
|
|
1302
|
-
body: JSON.stringify({ questionId, answerText, action })
|
|
1303
|
-
});
|
|
1304
|
-
} catch {
|
|
1305
|
-
console.log(chalk3.yellow(" Could not submit answer \u2014 pipeline will continue."));
|
|
1306
|
-
return;
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
if (action === "done") {
|
|
1310
|
-
console.log(chalk3.dim(" Interview ended early."));
|
|
1311
|
-
} else if (action === "skip") {
|
|
1312
|
-
console.log(chalk3.dim(" Skipped."));
|
|
1313
|
-
} else {
|
|
1314
|
-
console.log(chalk3.dim(" Answer recorded."));
|
|
1315
|
-
}
|
|
1316
|
-
console.log("");
|
|
1108
|
+
const params = new URLSearchParams({
|
|
1109
|
+
response_type: "code",
|
|
1110
|
+
client_id: clientId,
|
|
1111
|
+
redirect_uri: `http://localhost:${CLI_CALLBACK_PORT}/callback`,
|
|
1112
|
+
code_challenge: codeChallenge,
|
|
1113
|
+
code_challenge_method: "S256",
|
|
1114
|
+
scope: "openid email profile",
|
|
1115
|
+
state
|
|
1116
|
+
});
|
|
1117
|
+
return `${getCognitoBaseUrl()}/oauth2/authorize?${params.toString()}`;
|
|
1317
1118
|
}
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
"src/lib/interview-handler.ts"() {
|
|
1321
|
-
"use strict";
|
|
1322
|
-
init_api();
|
|
1323
|
-
INTERVIEW_TIMEOUT_MS = 5 * 60 * 1e3;
|
|
1324
|
-
MAX_QUESTIONS = 10;
|
|
1325
|
-
questionCounter = 0;
|
|
1326
|
-
}
|
|
1327
|
-
});
|
|
1328
|
-
|
|
1329
|
-
// src/lib/progress-renderer.ts
|
|
1330
|
-
import chalk4 from "chalk";
|
|
1331
|
-
function computeOverallProgress(syncResult) {
|
|
1332
|
-
const stepNumber = syncResult.stepNumber ?? 1;
|
|
1333
|
-
const totalSteps = syncResult.totalSteps ?? 6;
|
|
1334
|
-
const stepPct = syncResult.progressPercentage ?? 0;
|
|
1335
|
-
return Math.min(100, Math.round(((stepNumber - 1) * 100 + stepPct) / totalSteps));
|
|
1119
|
+
function getTokenUrl2() {
|
|
1120
|
+
return `${getCognitoBaseUrl()}/oauth2/token`;
|
|
1336
1121
|
}
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
"api-contracts.md",
|
|
1346
|
-
"coding-patterns.md"
|
|
1347
|
-
]);
|
|
1348
|
-
FILE_DESCRIPTIONS = {
|
|
1349
|
-
// Core
|
|
1350
|
-
"project-overview.md": "Project overview & file index",
|
|
1351
|
-
"architecture.md": "System design & components",
|
|
1352
|
-
"data-models.md": "Schemas, entities & relationships",
|
|
1353
|
-
"api-contracts.md": "API endpoints & contracts",
|
|
1354
|
-
"coding-patterns.md": "Code conventions & patterns",
|
|
1355
|
-
// Tailored
|
|
1356
|
-
"domain-knowledge.md": "Business domain & terminology",
|
|
1357
|
-
"testing-strategy.md": "Test frameworks & coverage",
|
|
1358
|
-
"deployment-workflows.md": "CI/CD & release process",
|
|
1359
|
-
"state-management.md": "State & caching patterns",
|
|
1360
|
-
"performance-optimization.md": "Performance & optimization",
|
|
1361
|
-
"accessibility-patterns.md": "Accessibility & ARIA patterns",
|
|
1362
|
-
"tech-stack.md": "Technology inventory & versions",
|
|
1363
|
-
"tribal-knowledge.md": "Team knowledge & conventions",
|
|
1364
|
-
"development-setup.md": "Dev environment setup",
|
|
1365
|
-
"ui-patterns.md": "UI components & design system",
|
|
1366
|
-
"ux-patterns.md": "UX interactions & feedback",
|
|
1367
|
-
"user-flows.md": "User journeys & navigation",
|
|
1368
|
-
"security-patterns.md": "Auth & security patterns",
|
|
1369
|
-
"error-handling.md": "Error handling & recovery",
|
|
1370
|
-
"integration-patterns.md": "External integrations & APIs",
|
|
1371
|
-
"configuration.md": "Config & environment settings"
|
|
1372
|
-
};
|
|
1373
|
-
ALL_PERSONAS = ["pm", "architect", "dev", "analyst", "tea", "ux", "sm", "techWriter"];
|
|
1374
|
-
PERSONA_LABELS = {
|
|
1375
|
-
pm: "Product Manager",
|
|
1376
|
-
architect: "Architect",
|
|
1377
|
-
dev: "Developer",
|
|
1378
|
-
analyst: "Business Analyst",
|
|
1379
|
-
tea: "Test Architect",
|
|
1380
|
-
ux: "UX Designer",
|
|
1381
|
-
sm: "Scrum Master",
|
|
1382
|
-
techWriter: "Tech Writer"
|
|
1383
|
-
};
|
|
1384
|
-
ProgressRenderer = class {
|
|
1385
|
-
privacyShieldShown = false;
|
|
1386
|
-
discoveryShown = false;
|
|
1387
|
-
scanSummaryShown = false;
|
|
1388
|
-
validationShown = false;
|
|
1389
|
-
lastValidationSnapshot = "";
|
|
1390
|
-
lastValidationLineCount = 0;
|
|
1391
|
-
pushShown = false;
|
|
1392
|
-
fileStatusHeaderShown = false;
|
|
1393
|
-
lastFileStatusSnapshot = "";
|
|
1394
|
-
lastFileStatusLineCount = 0;
|
|
1395
|
-
renderPrivacyShield(enabled, spinner) {
|
|
1396
|
-
if (this.privacyShieldShown) return;
|
|
1397
|
-
this.privacyShieldShown = true;
|
|
1398
|
-
spinner.stop();
|
|
1399
|
-
console.log("");
|
|
1400
|
-
console.log(chalk4.cyan.bold(" \u2500\u2500 Privacy Shield \u2500\u2500"));
|
|
1401
|
-
if (enabled) {
|
|
1402
|
-
console.log(` ${chalk4.green("\u2713")} Privacy Shield active`);
|
|
1403
|
-
console.log(` ${chalk4.green("\u2713")} Private connection established`);
|
|
1404
|
-
} else {
|
|
1405
|
-
console.log(` ${chalk4.yellow("\u2139")} Privacy Shield not in current plan`);
|
|
1406
|
-
console.log(chalk4.dim(" Shield your data from the open internet."));
|
|
1407
|
-
}
|
|
1408
|
-
console.log("");
|
|
1409
|
-
spinner.start();
|
|
1122
|
+
function startCallbackServer() {
|
|
1123
|
+
return new Promise((resolve, reject) => {
|
|
1124
|
+
const server = http.createServer((req, res) => {
|
|
1125
|
+
const url = new URL(req.url, `http://localhost:${CLI_CALLBACK_PORT}`);
|
|
1126
|
+
if (url.pathname !== "/callback") {
|
|
1127
|
+
res.writeHead(404);
|
|
1128
|
+
res.end();
|
|
1129
|
+
return;
|
|
1410
1130
|
}
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
console.log(
|
|
1423
|
-
` ${chalk4.dim("Frameworks:")} ${result.frameworks.map((f) => f.name).join(", ")}`
|
|
1424
|
-
);
|
|
1425
|
-
}
|
|
1426
|
-
console.log(
|
|
1427
|
-
` ${chalk4.dim("Structure:")} ${result.structureType} ${chalk4.dim(`(${result.fileCount} files)`)}`
|
|
1131
|
+
const code = url.searchParams.get("code");
|
|
1132
|
+
const state = url.searchParams.get("state");
|
|
1133
|
+
const error = url.searchParams.get("error");
|
|
1134
|
+
if (error) {
|
|
1135
|
+
res.writeHead(200, { "Content-Type": "text/html" });
|
|
1136
|
+
res.end(
|
|
1137
|
+
callbackPage(
|
|
1138
|
+
"Authentication Failed",
|
|
1139
|
+
"Something went wrong. Please close this tab and try again.",
|
|
1140
|
+
true
|
|
1141
|
+
)
|
|
1428
1142
|
);
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
if (result.fileTree && result.fileTree.length > 0) {
|
|
1433
|
-
this.renderTree(result.fileTree);
|
|
1434
|
-
}
|
|
1435
|
-
console.log("");
|
|
1436
|
-
spinner.start();
|
|
1437
|
-
}
|
|
1438
|
-
renderTree(entries) {
|
|
1439
|
-
console.log("");
|
|
1440
|
-
console.log(chalk4.cyan.bold(" \u2500\u2500 Project Structure \u2500\u2500"));
|
|
1441
|
-
const root = { name: "", type: "tree", children: /* @__PURE__ */ new Map() };
|
|
1442
|
-
for (const entry of entries) {
|
|
1443
|
-
const parts = entry.path.split("/");
|
|
1444
|
-
let current = root;
|
|
1445
|
-
for (let i = 0; i < parts.length; i++) {
|
|
1446
|
-
const part = parts[i];
|
|
1447
|
-
if (!current.children.has(part)) {
|
|
1448
|
-
const isLast = i === parts.length - 1;
|
|
1449
|
-
current.children.set(part, {
|
|
1450
|
-
name: part,
|
|
1451
|
-
type: isLast ? entry.type : "tree",
|
|
1452
|
-
children: /* @__PURE__ */ new Map()
|
|
1453
|
-
});
|
|
1454
|
-
}
|
|
1455
|
-
current = current.children.get(part);
|
|
1456
|
-
}
|
|
1457
|
-
}
|
|
1458
|
-
const printNode = (node, prefix, isLast) => {
|
|
1459
|
-
const connector = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
|
|
1460
|
-
const display = node.type === "tree" ? chalk4.bold.dim(`${node.name}/`) : node.name;
|
|
1461
|
-
console.log(` ${prefix}${connector}${display}`);
|
|
1462
|
-
const sorted = [...node.children.values()].sort((a, b) => {
|
|
1463
|
-
if (a.type === "tree" && b.type !== "tree") return -1;
|
|
1464
|
-
if (a.type !== "tree" && b.type === "tree") return 1;
|
|
1465
|
-
return a.name.localeCompare(b.name);
|
|
1466
|
-
});
|
|
1467
|
-
const childPrefix = prefix + (isLast ? " " : "\u2502 ");
|
|
1468
|
-
sorted.forEach((child, idx) => {
|
|
1469
|
-
printNode(child, childPrefix, idx === sorted.length - 1);
|
|
1470
|
-
});
|
|
1471
|
-
};
|
|
1472
|
-
const topLevel = [...root.children.values()].sort((a, b) => {
|
|
1473
|
-
if (a.type === "tree" && b.type !== "tree") return -1;
|
|
1474
|
-
if (a.type !== "tree" && b.type === "tree") return 1;
|
|
1475
|
-
return a.name.localeCompare(b.name);
|
|
1476
|
-
});
|
|
1477
|
-
topLevel.forEach((child, idx) => {
|
|
1478
|
-
printNode(child, "", idx === topLevel.length - 1);
|
|
1479
|
-
});
|
|
1143
|
+
server.close();
|
|
1144
|
+
reject(new Error(`Authentication error: ${error}`));
|
|
1145
|
+
return;
|
|
1480
1146
|
}
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1147
|
+
if (!code || !state) {
|
|
1148
|
+
res.writeHead(400, { "Content-Type": "text/html" });
|
|
1149
|
+
res.end(
|
|
1150
|
+
callbackPage(
|
|
1151
|
+
"Missing Parameters",
|
|
1152
|
+
"The callback was missing required data. Please close this tab and try again.",
|
|
1153
|
+
true
|
|
1488
1154
|
)
|
|
1489
1155
|
);
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
renderValidation(progress, spinner) {
|
|
1494
|
-
const resultMap = new Map(progress.personaResults.map((r) => [r.persona, r.score]));
|
|
1495
|
-
const isComplete = progress.status === "complete";
|
|
1496
|
-
if (isComplete && this.validationShown) return;
|
|
1497
|
-
const snapshot = `${progress.round}:${progress.status}:${progress.personaResults.map((r) => `${r.persona}:${r.score}`).join(",")}`;
|
|
1498
|
-
if (snapshot === this.lastValidationSnapshot) return;
|
|
1499
|
-
this.lastValidationSnapshot = snapshot;
|
|
1500
|
-
if (isComplete) this.validationShown = true;
|
|
1501
|
-
spinner.stop();
|
|
1502
|
-
if (this.lastValidationLineCount > 0) {
|
|
1503
|
-
process.stdout.write(`\x1B[${this.lastValidationLineCount}A`);
|
|
1504
|
-
}
|
|
1505
|
-
const lines = [];
|
|
1506
|
-
const title = isComplete ? "Validation Results" : "Validation";
|
|
1507
|
-
lines.push(chalk4.cyan.bold(` \u2500\u2500 ${title} \u2500\u2500`));
|
|
1508
|
-
if (!isComplete) {
|
|
1509
|
-
lines.push(
|
|
1510
|
-
chalk4.dim(
|
|
1511
|
-
` ${ALL_PERSONAS.length} AI reviewers checking context quality \u2014 issues are auto-fixed.`
|
|
1512
|
-
)
|
|
1513
|
-
);
|
|
1514
|
-
}
|
|
1515
|
-
const passCount = progress.personaResults.filter((r) => r.score === "PASS").length;
|
|
1516
|
-
if (isComplete) {
|
|
1517
|
-
const roundInfo = progress.round > 1 ? ` (${progress.round} rounds)` : "";
|
|
1518
|
-
lines.push(chalk4.dim(` ${passCount}/${ALL_PERSONAS.length} PASS${roundInfo}`));
|
|
1519
|
-
} else if (progress.personaResults.length > 0) {
|
|
1520
|
-
const statusSuffix = progress.status === "regenerating" ? chalk4.dim(" \u2014 improving files based on feedback") : "";
|
|
1521
|
-
lines.push(
|
|
1522
|
-
` Round ${progress.round}/${progress.maxRounds}: ${passCount}/${ALL_PERSONAS.length} passed${statusSuffix}`
|
|
1523
|
-
);
|
|
1524
|
-
} else {
|
|
1525
|
-
lines.push(chalk4.dim(` Round ${progress.round}/${progress.maxRounds}: validating...`));
|
|
1526
|
-
}
|
|
1527
|
-
for (const persona of ALL_PERSONAS) {
|
|
1528
|
-
const label = PERSONA_LABELS[persona] ?? persona;
|
|
1529
|
-
const score = resultMap.get(persona);
|
|
1530
|
-
if (score) {
|
|
1531
|
-
const icon = score === "PASS" ? chalk4.green("\u2713") : chalk4.red("\u2717");
|
|
1532
|
-
const scoreColor = score === "PASS" ? chalk4.green : score === "PARTIAL" ? chalk4.yellow : chalk4.red;
|
|
1533
|
-
const fixingSuffix = progress.status === "regenerating" && score !== "PASS" ? chalk4.dim(" \u2192 fixing...") : "";
|
|
1534
|
-
lines.push(` ${icon} ${label}: ${scoreColor(score)}${fixingSuffix}`);
|
|
1535
|
-
} else {
|
|
1536
|
-
lines.push(` ${chalk4.dim("\u25CB")} ${chalk4.dim(label)}`);
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
if (isComplete && passCount < ALL_PERSONAS.length) {
|
|
1540
|
-
lines.push(chalk4.yellow(" \u26A0 Continuing with best-effort context"));
|
|
1541
|
-
}
|
|
1542
|
-
lines.push("");
|
|
1543
|
-
for (const line of lines) {
|
|
1544
|
-
process.stdout.write(`\x1B[2K${line}
|
|
1545
|
-
`);
|
|
1546
|
-
}
|
|
1547
|
-
for (let i = lines.length; i < this.lastValidationLineCount; i++) {
|
|
1548
|
-
process.stdout.write("\x1B[2K\n");
|
|
1549
|
-
}
|
|
1550
|
-
this.lastValidationLineCount = lines.length;
|
|
1551
|
-
spinner.start();
|
|
1552
|
-
}
|
|
1553
|
-
renderFileStatuses(fileStatuses, spinner) {
|
|
1554
|
-
const snapshot = fileStatuses.map((f) => `${f.fileName}:${f.status}`).join(",");
|
|
1555
|
-
if (snapshot === this.lastFileStatusSnapshot) return;
|
|
1556
|
-
this.lastFileStatusSnapshot = snapshot;
|
|
1557
|
-
const completedCount = fileStatuses.filter((f) => f.status === "completed").length;
|
|
1558
|
-
const totalCount = fileStatuses.length;
|
|
1559
|
-
spinner.stop();
|
|
1560
|
-
if (!this.fileStatusHeaderShown) {
|
|
1561
|
-
this.fileStatusHeaderShown = true;
|
|
1562
|
-
console.log("");
|
|
1563
|
-
console.log(chalk4.cyan.bold(" \u2500\u2500 RepoWise Context Generation \u2500\u2500"));
|
|
1564
|
-
console.log(chalk4.dim(" Building AI-optimized context files from your codebase."));
|
|
1565
|
-
}
|
|
1566
|
-
if (this.lastFileStatusLineCount > 0) {
|
|
1567
|
-
process.stdout.write(`\x1B[${this.lastFileStatusLineCount}A`);
|
|
1568
|
-
}
|
|
1569
|
-
const coreFiles = [];
|
|
1570
|
-
const tailoredFiles = [];
|
|
1571
|
-
for (const file of fileStatuses) {
|
|
1572
|
-
const baseName = file.fileName.split("/").pop() ?? file.fileName;
|
|
1573
|
-
if (CORE_FILES.has(baseName)) {
|
|
1574
|
-
coreFiles.push(file);
|
|
1575
|
-
} else {
|
|
1576
|
-
tailoredFiles.push(file);
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
const maxCoreLen = coreFiles.reduce((m, f) => Math.max(m, f.fileName.length), 0);
|
|
1580
|
-
const maxTailoredLen = tailoredFiles.reduce((m, f) => Math.max(m, f.fileName.length), 0);
|
|
1581
|
-
const formatFileLine = (file, padLen) => {
|
|
1582
|
-
const baseName = file.fileName.split("/").pop() ?? file.fileName;
|
|
1583
|
-
const desc = FILE_DESCRIPTIONS[baseName] ?? baseName.replace(/\.md$/, "").replace(/-/g, " ").replace(/\b\w/g, (c) => c.toUpperCase());
|
|
1584
|
-
const padded = file.fileName.padEnd(padLen);
|
|
1585
|
-
switch (file.status) {
|
|
1586
|
-
case "completed":
|
|
1587
|
-
return ` ${chalk4.green("\u2713")} ${padded} ${chalk4.dim(`\u2014 ${desc}`)}`;
|
|
1588
|
-
case "generating":
|
|
1589
|
-
return ` ${chalk4.cyan("\u27F3")} ${padded} ${chalk4.dim(`\u2014 ${desc}`)}`;
|
|
1590
|
-
case "failed":
|
|
1591
|
-
return ` ${chalk4.red("\u2717")} ${padded} ${chalk4.dim(`\u2014 ${desc}`)}`;
|
|
1592
|
-
case "pending":
|
|
1593
|
-
return ` ${chalk4.dim("\u25CB")} ${chalk4.dim(`${padded} \u2014 ${desc}`)}`;
|
|
1594
|
-
}
|
|
1595
|
-
};
|
|
1596
|
-
const lines = [];
|
|
1597
|
-
lines.push(chalk4.dim(` Generated ${completedCount}/${totalCount} files`));
|
|
1598
|
-
lines.push("");
|
|
1599
|
-
lines.push(` ${chalk4.bold("Core")}`);
|
|
1600
|
-
for (const file of coreFiles) {
|
|
1601
|
-
lines.push(formatFileLine(file, maxCoreLen));
|
|
1602
|
-
}
|
|
1603
|
-
if (tailoredFiles.length > 0) {
|
|
1604
|
-
lines.push("");
|
|
1605
|
-
lines.push(` ${chalk4.bold("Tailored")}`);
|
|
1606
|
-
for (const file of tailoredFiles) {
|
|
1607
|
-
lines.push(formatFileLine(file, maxTailoredLen));
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
lines.push("");
|
|
1611
|
-
for (const line of lines) {
|
|
1612
|
-
process.stdout.write(`\x1B[2K${line}
|
|
1613
|
-
`);
|
|
1614
|
-
}
|
|
1615
|
-
for (let i = lines.length; i < this.lastFileStatusLineCount; i++) {
|
|
1616
|
-
process.stdout.write("\x1B[2K\n");
|
|
1617
|
-
}
|
|
1618
|
-
this.lastFileStatusLineCount = lines.length;
|
|
1619
|
-
spinner.start();
|
|
1620
|
-
}
|
|
1621
|
-
renderPush(spinner) {
|
|
1622
|
-
if (this.pushShown) return;
|
|
1623
|
-
this.pushShown = true;
|
|
1624
|
-
spinner.stop();
|
|
1625
|
-
console.log("");
|
|
1626
|
-
console.log(chalk4.cyan.bold(" \u2500\u2500 Saving Context \u2500\u2500"));
|
|
1627
|
-
console.log(` ${chalk4.dim("Encrypting and saving context files to RepoWise servers...")}`);
|
|
1628
|
-
console.log("");
|
|
1629
|
-
spinner.start();
|
|
1630
|
-
}
|
|
1631
|
-
getSpinnerText(syncResult) {
|
|
1632
|
-
const stepLabel = syncResult.stepLabel ?? syncResult.currentStep ?? "Processing";
|
|
1633
|
-
const overallPct = computeOverallProgress(syncResult);
|
|
1634
|
-
let progressText = stepLabel;
|
|
1635
|
-
if (syncResult.scanProgress && !syncResult.scanProgress.summary) {
|
|
1636
|
-
progressText = `Scanning batch ${syncResult.scanProgress.currentBatch}/${syncResult.scanProgress.totalBatches}`;
|
|
1637
|
-
} else if (syncResult.generationProgress) {
|
|
1638
|
-
const gp = syncResult.generationProgress;
|
|
1639
|
-
if (gp.fileStatuses && gp.fileStatuses.length > 0) {
|
|
1640
|
-
const completed = gp.fileStatuses.filter((f) => f.status === "completed").length;
|
|
1641
|
-
const total = gp.fileStatuses.length;
|
|
1642
|
-
const generating = gp.fileStatuses.find((f) => f.status === "generating");
|
|
1643
|
-
if (completed === total) {
|
|
1644
|
-
progressText = stepLabel;
|
|
1645
|
-
} else if (generating) {
|
|
1646
|
-
progressText = `Generating ${generating.fileName} (${completed}/${total})`;
|
|
1647
|
-
} else {
|
|
1648
|
-
progressText = `Generating (${completed}/${total})`;
|
|
1649
|
-
}
|
|
1650
|
-
} else {
|
|
1651
|
-
progressText = `Generating ${gp.currentFileName} (${gp.currentFile}/${gp.totalFiles})`;
|
|
1652
|
-
}
|
|
1653
|
-
} else if (syncResult.validationProgress && syncResult.validationProgress.status !== "complete") {
|
|
1654
|
-
const vp = syncResult.validationProgress;
|
|
1655
|
-
if (vp.status === "regenerating") {
|
|
1656
|
-
progressText = `Improving files based on feedback (round ${vp.round})`;
|
|
1657
|
-
} else {
|
|
1658
|
-
progressText = `Validation round ${vp.round}/${vp.maxRounds}`;
|
|
1659
|
-
}
|
|
1660
|
-
}
|
|
1661
|
-
return `${progressText}... ${chalk4.dim(`(${overallPct}%)`)}`;
|
|
1156
|
+
server.close();
|
|
1157
|
+
reject(new Error("Missing code or state in callback"));
|
|
1158
|
+
return;
|
|
1662
1159
|
}
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1160
|
+
res.writeHead(200, { "Content-Type": "text/html" });
|
|
1161
|
+
res.end(
|
|
1162
|
+
callbackPage(
|
|
1163
|
+
"Authentication Successful",
|
|
1164
|
+
"You can close this tab and return to the terminal.",
|
|
1165
|
+
false
|
|
1166
|
+
)
|
|
1167
|
+
);
|
|
1168
|
+
server.close();
|
|
1169
|
+
resolve({ code, state });
|
|
1170
|
+
});
|
|
1171
|
+
server.listen(CLI_CALLBACK_PORT, "127.0.0.1");
|
|
1172
|
+
server.on("error", (err) => {
|
|
1173
|
+
if (err.code === "EADDRINUSE") {
|
|
1174
|
+
reject(
|
|
1175
|
+
new Error(
|
|
1176
|
+
`Port ${CLI_CALLBACK_PORT} is already in use. Close the conflicting process and try again.`
|
|
1177
|
+
)
|
|
1178
|
+
);
|
|
1179
|
+
} else {
|
|
1180
|
+
reject(err);
|
|
1683
1181
|
}
|
|
1684
|
-
};
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
const bundlePath = fileURLToPath(import.meta.url);
|
|
1708
|
-
return { script: bundlePath, args: ["__listener"] };
|
|
1182
|
+
});
|
|
1183
|
+
const timeout = setTimeout(() => {
|
|
1184
|
+
server.close();
|
|
1185
|
+
reject(new Error("Authentication timed out. Please try again."));
|
|
1186
|
+
}, CALLBACK_TIMEOUT_MS);
|
|
1187
|
+
server.on("close", () => clearTimeout(timeout));
|
|
1188
|
+
});
|
|
1189
|
+
}
|
|
1190
|
+
async function exchangeCodeForTokens(code, codeVerifier) {
|
|
1191
|
+
const response = await fetch(getTokenUrl2(), {
|
|
1192
|
+
method: "POST",
|
|
1193
|
+
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
1194
|
+
body: new URLSearchParams({
|
|
1195
|
+
grant_type: "authorization_code",
|
|
1196
|
+
client_id: getCognitoConfig().clientId,
|
|
1197
|
+
redirect_uri: `http://localhost:${CLI_CALLBACK_PORT}/callback`,
|
|
1198
|
+
code,
|
|
1199
|
+
code_verifier: codeVerifier
|
|
1200
|
+
})
|
|
1201
|
+
});
|
|
1202
|
+
if (!response.ok) {
|
|
1203
|
+
const text = await response.text();
|
|
1204
|
+
throw new Error(`Token exchange failed: ${response.status} ${text}`);
|
|
1709
1205
|
}
|
|
1206
|
+
const data = await response.json();
|
|
1207
|
+
return {
|
|
1208
|
+
accessToken: data.access_token,
|
|
1209
|
+
refreshToken: data.refresh_token,
|
|
1210
|
+
idToken: data.id_token,
|
|
1211
|
+
expiresAt: Date.now() + data.expires_in * 1e3
|
|
1212
|
+
};
|
|
1710
1213
|
}
|
|
1711
|
-
function
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
})
|
|
1214
|
+
async function refreshTokens2(refreshToken) {
|
|
1215
|
+
const response = await fetch(getTokenUrl2(), {
|
|
1216
|
+
method: "POST",
|
|
1217
|
+
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
1218
|
+
body: new URLSearchParams({
|
|
1219
|
+
grant_type: "refresh_token",
|
|
1220
|
+
client_id: getCognitoConfig().clientId,
|
|
1221
|
+
refresh_token: refreshToken
|
|
1222
|
+
})
|
|
1720
1223
|
});
|
|
1224
|
+
if (!response.ok) {
|
|
1225
|
+
throw new Error(`Token refresh failed: ${response.status}`);
|
|
1226
|
+
}
|
|
1227
|
+
const data = await response.json();
|
|
1228
|
+
return {
|
|
1229
|
+
accessToken: data.access_token,
|
|
1230
|
+
refreshToken,
|
|
1231
|
+
// Cognito does not return a new refresh token
|
|
1232
|
+
idToken: data.id_token,
|
|
1233
|
+
expiresAt: Date.now() + data.expires_in * 1e3
|
|
1234
|
+
};
|
|
1721
1235
|
}
|
|
1722
|
-
function
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1236
|
+
async function getStoredCredentials2() {
|
|
1237
|
+
try {
|
|
1238
|
+
const data = await readFile7(CREDENTIALS_PATH2, "utf-8");
|
|
1239
|
+
return JSON.parse(data);
|
|
1240
|
+
} catch (err) {
|
|
1241
|
+
if (err.code === "ENOENT" || err instanceof SyntaxError) {
|
|
1242
|
+
return null;
|
|
1243
|
+
}
|
|
1244
|
+
throw err;
|
|
1245
|
+
}
|
|
1727
1246
|
}
|
|
1728
|
-
function
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
return `<?xml version="1.0" encoding="UTF-8"?>
|
|
1733
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
|
|
1734
|
-
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
1735
|
-
<plist version="1.0">
|
|
1736
|
-
<dict>
|
|
1737
|
-
<key>Label</key>
|
|
1738
|
-
<string>${PLIST_LABEL}</string>
|
|
1739
|
-
<key>ProgramArguments</key>
|
|
1740
|
-
<array>
|
|
1741
|
-
${programArgs}
|
|
1742
|
-
</array>
|
|
1743
|
-
<key>RunAtLoad</key>
|
|
1744
|
-
<true/>
|
|
1745
|
-
<key>KeepAlive</key>
|
|
1746
|
-
<true/>
|
|
1747
|
-
<key>StandardOutPath</key>
|
|
1748
|
-
<string>${join10(logs, "listener-stdout.log")}</string>
|
|
1749
|
-
<key>StandardErrorPath</key>
|
|
1750
|
-
<string>${join10(logs, "listener-stderr.log")}</string>
|
|
1751
|
-
<key>ProcessType</key>
|
|
1752
|
-
<string>Background</string>
|
|
1753
|
-
</dict>
|
|
1754
|
-
</plist>`;
|
|
1247
|
+
async function storeCredentials2(credentials) {
|
|
1248
|
+
await mkdir8(CONFIG_DIR5, { recursive: true, mode: 448 });
|
|
1249
|
+
await writeFile8(CREDENTIALS_PATH2, JSON.stringify(credentials, null, 2));
|
|
1250
|
+
await chmod3(CREDENTIALS_PATH2, 384);
|
|
1755
1251
|
}
|
|
1756
|
-
async function
|
|
1757
|
-
await mkdir8(logDir(), { recursive: true });
|
|
1758
|
-
await mkdir8(join10(homedir7(), "Library", "LaunchAgents"), { recursive: true });
|
|
1252
|
+
async function clearCredentials() {
|
|
1759
1253
|
try {
|
|
1760
|
-
await
|
|
1761
|
-
} catch {
|
|
1254
|
+
await unlink4(CREDENTIALS_PATH2);
|
|
1255
|
+
} catch (err) {
|
|
1256
|
+
if (err.code !== "ENOENT") throw err;
|
|
1762
1257
|
}
|
|
1763
|
-
await writeFile8(plistPath(), buildPlist());
|
|
1764
|
-
await exec("launchctl", ["load", plistPath()]);
|
|
1765
1258
|
}
|
|
1766
|
-
async function
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1259
|
+
async function getValidCredentials2() {
|
|
1260
|
+
const creds = await getStoredCredentials2();
|
|
1261
|
+
if (!creds) return null;
|
|
1262
|
+
if (Date.now() > creds.expiresAt - 5 * 60 * 1e3) {
|
|
1263
|
+
try {
|
|
1264
|
+
const refreshed = await refreshTokens2(creds.refreshToken);
|
|
1265
|
+
refreshed.cognito = creds.cognito;
|
|
1266
|
+
await storeCredentials2(refreshed);
|
|
1267
|
+
return refreshed;
|
|
1268
|
+
} catch {
|
|
1269
|
+
await clearCredentials();
|
|
1270
|
+
return null;
|
|
1271
|
+
}
|
|
1770
1272
|
}
|
|
1273
|
+
return creds;
|
|
1274
|
+
}
|
|
1275
|
+
async function performLogin() {
|
|
1276
|
+
const codeVerifier = generateCodeVerifier();
|
|
1277
|
+
const codeChallenge = generateCodeChallenge(codeVerifier);
|
|
1278
|
+
const state = generateState();
|
|
1279
|
+
const authorizeUrl = getAuthorizeUrl(codeChallenge, state);
|
|
1280
|
+
const callbackPromise = startCallbackServer();
|
|
1771
1281
|
try {
|
|
1772
|
-
await
|
|
1282
|
+
const open = (await import("open")).default;
|
|
1283
|
+
await open(authorizeUrl);
|
|
1773
1284
|
} catch {
|
|
1285
|
+
console.log(`
|
|
1286
|
+
Open this URL in your browser to authenticate:
|
|
1287
|
+
`);
|
|
1288
|
+
console.log(authorizeUrl);
|
|
1289
|
+
}
|
|
1290
|
+
const { code, state: returnedState } = await callbackPromise;
|
|
1291
|
+
if (returnedState !== state) {
|
|
1292
|
+
throw new Error("State mismatch \u2014 possible CSRF attack. Please try again.");
|
|
1774
1293
|
}
|
|
1294
|
+
const credentials = await exchangeCodeForTokens(code, codeVerifier);
|
|
1295
|
+
const { domain, clientId, region, customDomain } = getCognitoConfig();
|
|
1296
|
+
credentials.cognito = { domain, clientId, region, customDomain };
|
|
1297
|
+
await storeCredentials2(credentials);
|
|
1298
|
+
return credentials;
|
|
1775
1299
|
}
|
|
1776
|
-
|
|
1300
|
+
function callbackPage(title, message, isError) {
|
|
1301
|
+
const icon = isError ? '<svg width="48" height="48" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#ef4444" stroke-width="2"/><path stroke="#ef4444" stroke-width="2" stroke-linecap="round" d="M15 9l-6 6M9 9l6 6"/></svg>' : '<svg width="48" height="48" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#10b981" stroke-width="2"/><path stroke="#10b981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M8 12l3 3 5-5"/></svg>';
|
|
1302
|
+
return `<!DOCTYPE html>
|
|
1303
|
+
<html lang="en">
|
|
1304
|
+
<head>
|
|
1305
|
+
<meta charset="UTF-8">
|
|
1306
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
1307
|
+
<title>${title} \u2014 RepoWise</title>
|
|
1308
|
+
<link rel="icon" href="https://staging.repowise.ai/favicon.svg" type="image/svg+xml">
|
|
1309
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
1310
|
+
<style>
|
|
1311
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
1312
|
+
body { font-family: 'Inter', system-ui, sans-serif; background: #0a0b14; color: #e4e4e7; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
|
|
1313
|
+
.card { text-align: center; max-width: 440px; padding: 48px 40px; }
|
|
1314
|
+
.logo { margin-bottom: 32px; }
|
|
1315
|
+
.logo svg { height: 48px; width: auto; }
|
|
1316
|
+
.icon { margin-bottom: 20px; }
|
|
1317
|
+
h1 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: ${isError ? "#ef4444" : "#e4e4e7"}; }
|
|
1318
|
+
p { font-size: 15px; color: #a1a1aa; line-height: 1.5; }
|
|
1319
|
+
</style>
|
|
1320
|
+
</head>
|
|
1321
|
+
<body>
|
|
1322
|
+
<div class="card">
|
|
1323
|
+
<div class="logo">
|
|
1324
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50" height="48">
|
|
1325
|
+
<text x="0" y="38" font-family="Inter, system-ui, sans-serif" font-weight="700" font-size="36" fill="#e4e4e7">Repo<tspan fill="#6c5ce7">Wise</tspan></text>
|
|
1326
|
+
</svg>
|
|
1327
|
+
</div>
|
|
1328
|
+
<div class="icon">${icon}</div>
|
|
1329
|
+
<h1>${title}</h1>
|
|
1330
|
+
<p>${message}</p>
|
|
1331
|
+
</div>
|
|
1332
|
+
</body>
|
|
1333
|
+
</html>`;
|
|
1334
|
+
}
|
|
1335
|
+
function decodeIdToken(idToken) {
|
|
1777
1336
|
try {
|
|
1778
|
-
const
|
|
1779
|
-
|
|
1337
|
+
const parts = idToken.split(".");
|
|
1338
|
+
if (parts.length < 2) return { email: "unknown" };
|
|
1339
|
+
const payload = JSON.parse(Buffer.from(parts[1], "base64url").toString());
|
|
1340
|
+
return { email: payload.email ?? "unknown", tenantId: payload["custom:tenant_id"] };
|
|
1780
1341
|
} catch {
|
|
1781
|
-
return
|
|
1342
|
+
return { email: "unknown" };
|
|
1782
1343
|
}
|
|
1783
1344
|
}
|
|
1784
|
-
function unitPath() {
|
|
1785
|
-
return join10(homedir7(), ".config", "systemd", "user", `${SYSTEMD_SERVICE}.service`);
|
|
1786
|
-
}
|
|
1787
|
-
function buildUnit() {
|
|
1788
|
-
const cmd = resolveListenerCommand();
|
|
1789
|
-
const execStart = [process.execPath, cmd.script, ...cmd.args].join(" ");
|
|
1790
|
-
const logs = logDir();
|
|
1791
|
-
return `[Unit]
|
|
1792
|
-
Description=RepoWise Listener
|
|
1793
|
-
After=network-online.target
|
|
1794
|
-
Wants=network-online.target
|
|
1795
|
-
|
|
1796
|
-
[Service]
|
|
1797
|
-
Type=simple
|
|
1798
|
-
ExecStart=${execStart}
|
|
1799
|
-
Restart=on-failure
|
|
1800
|
-
RestartSec=10
|
|
1801
|
-
StandardOutput=append:${join10(logs, "listener-stdout.log")}
|
|
1802
|
-
StandardError=append:${join10(logs, "listener-stderr.log")}
|
|
1803
1345
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
async function linuxInstall() {
|
|
1808
|
-
await mkdir8(logDir(), { recursive: true });
|
|
1809
|
-
await mkdir8(join10(homedir7(), ".config", "systemd", "user"), { recursive: true });
|
|
1810
|
-
await writeFile8(unitPath(), buildUnit());
|
|
1811
|
-
await exec("systemctl", ["--user", "daemon-reload"]);
|
|
1812
|
-
await exec("systemctl", ["--user", "enable", SYSTEMD_SERVICE]);
|
|
1813
|
-
await exec("systemctl", ["--user", "start", SYSTEMD_SERVICE]);
|
|
1346
|
+
// src/lib/api.ts
|
|
1347
|
+
function getApiUrl() {
|
|
1348
|
+
return process.env["REPOWISE_API_URL"] ?? getEnvConfig().apiUrl;
|
|
1814
1349
|
}
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1350
|
+
var BILLING_URL = "https://app.repowise.ai/billing";
|
|
1351
|
+
async function apiRequest(path, options) {
|
|
1352
|
+
const credentials = await getValidCredentials2();
|
|
1353
|
+
if (!credentials) {
|
|
1354
|
+
throw new Error("Not logged in. Run `repowise login` first.");
|
|
1819
1355
|
}
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1356
|
+
const response = await fetch(`${getApiUrl()}${path}`, {
|
|
1357
|
+
...options,
|
|
1358
|
+
headers: {
|
|
1359
|
+
"Content-Type": "application/json",
|
|
1360
|
+
Authorization: `Bearer ${credentials.accessToken}`,
|
|
1361
|
+
...options?.headers
|
|
1362
|
+
}
|
|
1363
|
+
});
|
|
1364
|
+
if (response.status === 401) {
|
|
1365
|
+
await clearCredentials();
|
|
1366
|
+
throw new Error("Session expired. Run `repowise login` again.");
|
|
1823
1367
|
}
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1368
|
+
if (response.status === 402) {
|
|
1369
|
+
let message = "Your subscription is inactive.";
|
|
1370
|
+
try {
|
|
1371
|
+
const body = await response.json();
|
|
1372
|
+
if (body.error?.message) message = body.error.message;
|
|
1373
|
+
} catch {
|
|
1374
|
+
}
|
|
1375
|
+
throw new Error(`${message} Visit ${BILLING_URL} to update your subscription.`);
|
|
1827
1376
|
}
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1377
|
+
if (!response.ok) {
|
|
1378
|
+
let message = `Request failed with status ${response.status}`;
|
|
1379
|
+
let code = "";
|
|
1380
|
+
try {
|
|
1381
|
+
const body = await response.json();
|
|
1382
|
+
if (body.error?.message) message = body.error.message;
|
|
1383
|
+
if (body.error?.code) code = body.error.code;
|
|
1384
|
+
} catch {
|
|
1385
|
+
}
|
|
1386
|
+
if (code === "BILLING_LIMIT_EXCEEDED" || code === "SYNC_LIMIT_EXCEEDED" || code === "BILLING_SUBSCRIPTION_INACTIVE") {
|
|
1387
|
+
throw new Error(`${message} Visit ${BILLING_URL} to manage your plan.`);
|
|
1388
|
+
}
|
|
1389
|
+
throw new Error(message);
|
|
1390
|
+
}
|
|
1391
|
+
const json = await response.json();
|
|
1392
|
+
return json.data;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
// src/lib/prompts.ts
|
|
1396
|
+
import { checkbox, confirm } from "@inquirer/prompts";
|
|
1397
|
+
import chalk2 from "chalk";
|
|
1398
|
+
async function selectAiTools() {
|
|
1399
|
+
const choices = [
|
|
1400
|
+
{ name: "Cursor", value: "cursor" },
|
|
1401
|
+
{ name: "Claude Code", value: "claude-code" },
|
|
1402
|
+
{ name: "GitHub Copilot", value: "copilot" },
|
|
1403
|
+
{ name: "Windsurf", value: "windsurf" },
|
|
1404
|
+
{ name: "Cline", value: "cline" },
|
|
1405
|
+
{ name: "Codex", value: "codex" },
|
|
1406
|
+
{ name: "Roo Code", value: "roo-code" },
|
|
1407
|
+
{ name: "Other (manual setup)", value: "other" }
|
|
1408
|
+
];
|
|
1409
|
+
while (true) {
|
|
1410
|
+
console.log(chalk2.dim(" Use Space to select, Enter to continue.\n"));
|
|
1411
|
+
const selected = await checkbox({
|
|
1412
|
+
message: chalk2.bold("Which AI tools do you use?"),
|
|
1413
|
+
choices
|
|
1414
|
+
});
|
|
1415
|
+
if (selected.length === 0) {
|
|
1416
|
+
const goBack = await confirm({
|
|
1417
|
+
message: "No tools selected. Go back and choose?",
|
|
1418
|
+
default: true
|
|
1419
|
+
});
|
|
1420
|
+
if (goBack) continue;
|
|
1421
|
+
}
|
|
1422
|
+
const hasOther = selected.includes("other");
|
|
1423
|
+
const tools = selected.filter((s) => s !== "other");
|
|
1424
|
+
return { tools, hasOther };
|
|
1831
1425
|
}
|
|
1832
1426
|
}
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1427
|
+
|
|
1428
|
+
// src/lib/ai-tools.ts
|
|
1429
|
+
import { readFile as readFile8, writeFile as writeFile9, mkdir as mkdir9, readdir } from "fs/promises";
|
|
1430
|
+
import { join as join11, dirname } from "path";
|
|
1431
|
+
var AI_TOOL_CONFIG = {
|
|
1432
|
+
cursor: {
|
|
1433
|
+
label: "Cursor",
|
|
1434
|
+
fileName: ".cursorrules",
|
|
1435
|
+
filePath: ".cursorrules",
|
|
1436
|
+
markerStart: "# --- repowise-start ---",
|
|
1437
|
+
markerEnd: "# --- repowise-end ---",
|
|
1438
|
+
format: "plain-text"
|
|
1439
|
+
},
|
|
1440
|
+
"claude-code": {
|
|
1441
|
+
label: "Claude Code",
|
|
1442
|
+
fileName: "CLAUDE.md",
|
|
1443
|
+
filePath: "CLAUDE.md",
|
|
1444
|
+
markerStart: "<!-- repowise-start -->",
|
|
1445
|
+
markerEnd: "<!-- repowise-end -->",
|
|
1446
|
+
format: "markdown"
|
|
1447
|
+
},
|
|
1448
|
+
copilot: {
|
|
1449
|
+
label: "GitHub Copilot",
|
|
1450
|
+
fileName: "copilot-instructions.md",
|
|
1451
|
+
filePath: ".github/copilot-instructions.md",
|
|
1452
|
+
markerStart: "<!-- repowise-start -->",
|
|
1453
|
+
markerEnd: "<!-- repowise-end -->",
|
|
1454
|
+
format: "markdown"
|
|
1455
|
+
},
|
|
1456
|
+
windsurf: {
|
|
1457
|
+
label: "Windsurf",
|
|
1458
|
+
fileName: ".windsurfrules",
|
|
1459
|
+
filePath: ".windsurfrules",
|
|
1460
|
+
markerStart: "# --- repowise-start ---",
|
|
1461
|
+
markerEnd: "# --- repowise-end ---",
|
|
1462
|
+
format: "plain-text"
|
|
1463
|
+
},
|
|
1464
|
+
cline: {
|
|
1465
|
+
label: "Cline",
|
|
1466
|
+
fileName: ".clinerules",
|
|
1467
|
+
filePath: ".clinerules",
|
|
1468
|
+
markerStart: "# --- repowise-start ---",
|
|
1469
|
+
markerEnd: "# --- repowise-end ---",
|
|
1470
|
+
format: "plain-text"
|
|
1471
|
+
},
|
|
1472
|
+
codex: {
|
|
1473
|
+
label: "Codex",
|
|
1474
|
+
fileName: "AGENTS.md",
|
|
1475
|
+
filePath: "AGENTS.md",
|
|
1476
|
+
markerStart: "<!-- repowise-start -->",
|
|
1477
|
+
markerEnd: "<!-- repowise-end -->",
|
|
1478
|
+
format: "markdown"
|
|
1479
|
+
},
|
|
1480
|
+
"roo-code": {
|
|
1481
|
+
label: "Roo Code",
|
|
1482
|
+
fileName: "rules.md",
|
|
1483
|
+
filePath: ".roo/rules.md",
|
|
1484
|
+
markerStart: "<!-- repowise-start -->",
|
|
1485
|
+
markerEnd: "<!-- repowise-end -->",
|
|
1486
|
+
format: "markdown"
|
|
1839
1487
|
}
|
|
1488
|
+
};
|
|
1489
|
+
var SUPPORTED_TOOLS = Object.keys(AI_TOOL_CONFIG);
|
|
1490
|
+
function sanitizeRepoName(name) {
|
|
1491
|
+
return name.replace(/[<>[\]`()|\\]/g, "");
|
|
1840
1492
|
}
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
const cmd = resolveListenerCommand();
|
|
1844
|
-
const taskCmd = [process.execPath, cmd.script, ...cmd.args].map((a) => `"${a}"`).join(" ");
|
|
1845
|
-
await exec("schtasks", [
|
|
1846
|
-
"/create",
|
|
1847
|
-
"/tn",
|
|
1848
|
-
TASK_NAME,
|
|
1849
|
-
"/tr",
|
|
1850
|
-
taskCmd,
|
|
1851
|
-
"/sc",
|
|
1852
|
-
"onlogon",
|
|
1853
|
-
"/ru",
|
|
1854
|
-
process.env.USERNAME ?? "",
|
|
1855
|
-
"/f"
|
|
1856
|
-
]);
|
|
1857
|
-
await exec("schtasks", ["/run", "/tn", TASK_NAME]);
|
|
1493
|
+
function fileDescriptionFromName(fileName) {
|
|
1494
|
+
return fileName.replace(/\.md$/, "").split("-").map((w) => w.charAt(0).toUpperCase() + w.slice(1)).join(" ");
|
|
1858
1495
|
}
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1496
|
+
function generateReference(tool, repoName, contextFolder, contextFiles) {
|
|
1497
|
+
const config2 = AI_TOOL_CONFIG[tool];
|
|
1498
|
+
const safeName = sanitizeRepoName(repoName);
|
|
1499
|
+
const fileLines = contextFiles.map((f) => {
|
|
1500
|
+
const desc = fileDescriptionFromName(f.fileName);
|
|
1501
|
+
const isOverview = f.fileName === "project-overview.md";
|
|
1502
|
+
return { path: f.relativePath, desc: isOverview ? `${desc} (full index of all files)` : desc };
|
|
1503
|
+
});
|
|
1504
|
+
const hasFiles = fileLines.length > 0;
|
|
1505
|
+
if (config2.format === "markdown") {
|
|
1506
|
+
const lines2 = [
|
|
1507
|
+
config2.markerStart,
|
|
1508
|
+
"",
|
|
1509
|
+
`## Project Context \u2014 ${safeName}`,
|
|
1510
|
+
"",
|
|
1511
|
+
`This repository has AI-optimized context files generated by RepoWise.`,
|
|
1512
|
+
`Before making changes, read the relevant context files in \`${contextFolder}/\` to understand the project's architecture, coding patterns, conventions, and domain knowledge.`,
|
|
1513
|
+
"",
|
|
1514
|
+
`**Start here:** \`${contextFolder}/project-overview.md\` \u2014 the routing document that describes every context file and when to read it.`,
|
|
1515
|
+
""
|
|
1516
|
+
];
|
|
1517
|
+
if (hasFiles) {
|
|
1518
|
+
lines2.push(
|
|
1519
|
+
`**Core context files:**`,
|
|
1520
|
+
"",
|
|
1521
|
+
...fileLines.map((f) => `- \`${f.path}\` \u2014 ${f.desc}`),
|
|
1522
|
+
"",
|
|
1523
|
+
`> Additional context files may exist beyond this list. Check \`project-overview.md\` for the complete index.`
|
|
1524
|
+
);
|
|
1525
|
+
}
|
|
1526
|
+
lines2.push("", config2.markerEnd);
|
|
1527
|
+
return lines2.join("\n");
|
|
1863
1528
|
}
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1529
|
+
const lines = [
|
|
1530
|
+
config2.markerStart,
|
|
1531
|
+
`# Project Context \u2014 ${safeName}`,
|
|
1532
|
+
"#",
|
|
1533
|
+
`# This repository has AI-optimized context files generated by RepoWise.`,
|
|
1534
|
+
`# Before making changes, read the relevant context files in ${contextFolder}/`,
|
|
1535
|
+
`# to understand the project's architecture, coding patterns, conventions, and domain knowledge.`,
|
|
1536
|
+
"#",
|
|
1537
|
+
`# Start here: ${contextFolder}/project-overview.md`,
|
|
1538
|
+
`# The routing document that describes every context file and when to read it.`
|
|
1539
|
+
];
|
|
1540
|
+
if (hasFiles) {
|
|
1541
|
+
lines.push(
|
|
1542
|
+
"#",
|
|
1543
|
+
`# Core context files:`,
|
|
1544
|
+
...fileLines.map((f) => `# ${f.path} \u2014 ${f.desc}`),
|
|
1545
|
+
"#",
|
|
1546
|
+
"# Additional context files may exist beyond this list.",
|
|
1547
|
+
"# Check project-overview.md for the complete index."
|
|
1548
|
+
);
|
|
1867
1549
|
}
|
|
1550
|
+
lines.push(config2.markerEnd);
|
|
1551
|
+
return lines.join("\n");
|
|
1868
1552
|
}
|
|
1869
|
-
async function
|
|
1553
|
+
async function updateToolConfig(repoRoot, tool, repoName, contextFolder, contextFiles) {
|
|
1554
|
+
const config2 = AI_TOOL_CONFIG[tool];
|
|
1555
|
+
const fullPath = join11(repoRoot, config2.filePath);
|
|
1556
|
+
const dir = dirname(fullPath);
|
|
1557
|
+
if (dir !== repoRoot) {
|
|
1558
|
+
await mkdir9(dir, { recursive: true });
|
|
1559
|
+
}
|
|
1560
|
+
const referenceBlock = generateReference(tool, repoName, contextFolder, contextFiles);
|
|
1561
|
+
let existing = "";
|
|
1562
|
+
let created = true;
|
|
1870
1563
|
try {
|
|
1871
|
-
await
|
|
1872
|
-
|
|
1873
|
-
} catch {
|
|
1874
|
-
|
|
1564
|
+
existing = await readFile8(fullPath, "utf-8");
|
|
1565
|
+
created = false;
|
|
1566
|
+
} catch (err) {
|
|
1567
|
+
if (err.code !== "ENOENT") throw err;
|
|
1875
1568
|
}
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
await win32Install();
|
|
1887
|
-
break;
|
|
1888
|
-
default:
|
|
1889
|
-
throw new Error(`Unsupported platform: ${process.platform}`);
|
|
1569
|
+
const startIdx = existing.indexOf(config2.markerStart);
|
|
1570
|
+
const endIdx = existing.indexOf(config2.markerEnd);
|
|
1571
|
+
let content;
|
|
1572
|
+
if (startIdx !== -1 && endIdx !== -1 && endIdx > startIdx) {
|
|
1573
|
+
const before = existing.slice(0, startIdx);
|
|
1574
|
+
const after = existing.slice(endIdx + config2.markerEnd.length);
|
|
1575
|
+
content = before + referenceBlock + after;
|
|
1576
|
+
} else {
|
|
1577
|
+
const separator = existing.length > 0 && !existing.endsWith("\n") ? "\n\n" : existing.length > 0 ? "\n" : "";
|
|
1578
|
+
content = existing + separator + referenceBlock + "\n";
|
|
1890
1579
|
}
|
|
1580
|
+
await writeFile9(fullPath, content, "utf-8");
|
|
1581
|
+
return { created };
|
|
1891
1582
|
}
|
|
1892
|
-
async function
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
default:
|
|
1904
|
-
throw new Error(`Unsupported platform: ${process.platform}`);
|
|
1583
|
+
async function scanLocalContextFiles(repoRoot, contextFolder) {
|
|
1584
|
+
const folderPath = join11(repoRoot, contextFolder);
|
|
1585
|
+
try {
|
|
1586
|
+
const entries = await readdir(folderPath, { withFileTypes: true });
|
|
1587
|
+
return entries.filter((e) => e.isFile() && e.name.endsWith(".md")).map((e) => ({
|
|
1588
|
+
fileName: e.name,
|
|
1589
|
+
relativePath: `${contextFolder}/${e.name}`
|
|
1590
|
+
})).sort((a, b) => a.fileName.localeCompare(b.fileName));
|
|
1591
|
+
} catch (err) {
|
|
1592
|
+
if (err.code === "ENOENT") return [];
|
|
1593
|
+
throw err;
|
|
1905
1594
|
}
|
|
1906
1595
|
}
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1596
|
+
|
|
1597
|
+
// src/lib/interview-handler.ts
|
|
1598
|
+
import chalk3 from "chalk";
|
|
1599
|
+
import { input } from "@inquirer/prompts";
|
|
1600
|
+
var INTERVIEW_TIMEOUT_MS = 5 * 60 * 1e3;
|
|
1601
|
+
var MAX_QUESTIONS = 10;
|
|
1602
|
+
var questionCounter = 0;
|
|
1603
|
+
async function handleInterview(syncId, questionId, questionText, questionContext, estimatedQuestions) {
|
|
1604
|
+
questionCounter++;
|
|
1605
|
+
if (questionCounter === 1) {
|
|
1606
|
+
console.log("");
|
|
1607
|
+
console.log(chalk3.cyan.bold(" \u2500\u2500 Interview \u2500\u2500"));
|
|
1608
|
+
console.log(chalk3.dim(" Help us understand your project better. Answer a few short"));
|
|
1609
|
+
console.log(
|
|
1610
|
+
chalk3.dim(
|
|
1611
|
+
` questions so we can generate more relevant context files (up to ${MAX_QUESTIONS}).`
|
|
1612
|
+
)
|
|
1613
|
+
);
|
|
1917
1614
|
}
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
PLIST_LABEL = "com.repowise.listener";
|
|
1924
|
-
SYSTEMD_SERVICE = "repowise-listener";
|
|
1925
|
-
TASK_NAME = "RepoWise Listener";
|
|
1615
|
+
const total = Math.min(estimatedQuestions ?? MAX_QUESTIONS, MAX_QUESTIONS);
|
|
1616
|
+
console.log("");
|
|
1617
|
+
console.log(chalk3.cyan.bold(` Question ${questionCounter}/${total}`));
|
|
1618
|
+
if (questionContext) {
|
|
1619
|
+
console.log(chalk3.dim(` ${questionContext}`));
|
|
1926
1620
|
}
|
|
1927
|
-
});
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
var process_manager_exports = {};
|
|
1931
|
-
__export(process_manager_exports, {
|
|
1932
|
-
getStatus: () => getStatus,
|
|
1933
|
-
isRunning: () => isRunning,
|
|
1934
|
-
startBackground: () => startBackground,
|
|
1935
|
-
stopProcess: () => stopProcess
|
|
1936
|
-
});
|
|
1937
|
-
import { spawn } from "child_process";
|
|
1938
|
-
import { openSync, closeSync } from "fs";
|
|
1939
|
-
import { readFile as readFile8, writeFile as writeFile9, mkdir as mkdir9, unlink as unlink4 } from "fs/promises";
|
|
1940
|
-
import { homedir as homedir8 } from "os";
|
|
1941
|
-
import { join as join11 } from "path";
|
|
1942
|
-
import { createRequire as createRequire2 } from "module";
|
|
1943
|
-
import { fileURLToPath as fileURLToPath2 } from "url";
|
|
1944
|
-
function resolveListenerCommand2() {
|
|
1621
|
+
console.log(` ${questionText}`);
|
|
1622
|
+
console.log(chalk3.dim(' (Enter to skip \xB7 "done" to finish early)'));
|
|
1623
|
+
let answer;
|
|
1945
1624
|
try {
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
|
|
1625
|
+
answer = await Promise.race([
|
|
1626
|
+
input({
|
|
1627
|
+
message: chalk3.cyan(">"),
|
|
1628
|
+
theme: { prefix: " " }
|
|
1629
|
+
}),
|
|
1630
|
+
new Promise(
|
|
1631
|
+
(_, reject) => setTimeout(() => reject(new Error("INTERVIEW_TIMEOUT")), INTERVIEW_TIMEOUT_MS)
|
|
1632
|
+
)
|
|
1633
|
+
]);
|
|
1634
|
+
} catch (err) {
|
|
1635
|
+
if (err instanceof Error && err.message === "INTERVIEW_TIMEOUT") {
|
|
1636
|
+
console.log(chalk3.yellow(" Timed out \u2014 auto-skipping this question."));
|
|
1637
|
+
answer = "skip";
|
|
1638
|
+
} else {
|
|
1639
|
+
throw err;
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
const trimmed = answer.trim();
|
|
1643
|
+
let action;
|
|
1644
|
+
let answerText = "";
|
|
1645
|
+
if (trimmed.toLowerCase() === "done") {
|
|
1646
|
+
action = "done";
|
|
1647
|
+
} else if (trimmed === "" || trimmed.toLowerCase() === "skip") {
|
|
1648
|
+
action = "skip";
|
|
1649
|
+
} else {
|
|
1650
|
+
action = "answer";
|
|
1651
|
+
answerText = trimmed;
|
|
1652
|
+
}
|
|
1653
|
+
if (questionCounter >= MAX_QUESTIONS && action !== "done") {
|
|
1654
|
+
action = "done";
|
|
1655
|
+
console.log(chalk3.green(" Thanks for your answers! Wrapping up the interview."));
|
|
1952
1656
|
}
|
|
1953
|
-
}
|
|
1954
|
-
async function readPid() {
|
|
1955
1657
|
try {
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1658
|
+
await apiRequest(`/v1/sync/${syncId}/answer`, {
|
|
1659
|
+
method: "POST",
|
|
1660
|
+
body: JSON.stringify({ questionId, answerText, action })
|
|
1661
|
+
});
|
|
1959
1662
|
} catch (err) {
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1663
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
1664
|
+
if (message.includes("not awaiting input") || message.includes("expired")) {
|
|
1665
|
+
console.log(chalk3.dim(" Pipeline has already moved on \u2014 continuing."));
|
|
1666
|
+
return;
|
|
1667
|
+
}
|
|
1668
|
+
try {
|
|
1669
|
+
await new Promise((r) => setTimeout(r, 1e3));
|
|
1670
|
+
await apiRequest(`/v1/sync/${syncId}/answer`, {
|
|
1671
|
+
method: "POST",
|
|
1672
|
+
body: JSON.stringify({ questionId, answerText, action })
|
|
1673
|
+
});
|
|
1674
|
+
} catch {
|
|
1675
|
+
console.log(chalk3.yellow(" Could not submit answer \u2014 pipeline will continue."));
|
|
1676
|
+
return;
|
|
1677
|
+
}
|
|
1963
1678
|
}
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
return false;
|
|
1679
|
+
if (action === "done") {
|
|
1680
|
+
console.log(chalk3.dim(" Interview ended early."));
|
|
1681
|
+
} else if (action === "skip") {
|
|
1682
|
+
console.log(chalk3.dim(" Skipped."));
|
|
1683
|
+
} else {
|
|
1684
|
+
console.log(chalk3.dim(" Answer recorded."));
|
|
1971
1685
|
}
|
|
1686
|
+
console.log("");
|
|
1972
1687
|
}
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1688
|
+
|
|
1689
|
+
// src/lib/progress-renderer.ts
|
|
1690
|
+
import chalk4 from "chalk";
|
|
1691
|
+
var CORE_FILES = /* @__PURE__ */ new Set([
|
|
1692
|
+
"project-overview.md",
|
|
1693
|
+
"architecture.md",
|
|
1694
|
+
"data-models.md",
|
|
1695
|
+
"api-contracts.md",
|
|
1696
|
+
"coding-patterns.md"
|
|
1697
|
+
]);
|
|
1698
|
+
var FILE_DESCRIPTIONS = {
|
|
1699
|
+
// Core
|
|
1700
|
+
"project-overview.md": "Project overview & file index",
|
|
1701
|
+
"architecture.md": "System design & components",
|
|
1702
|
+
"data-models.md": "Schemas, entities & relationships",
|
|
1703
|
+
"api-contracts.md": "API endpoints & contracts",
|
|
1704
|
+
"coding-patterns.md": "Code conventions & patterns",
|
|
1705
|
+
// Tailored
|
|
1706
|
+
"domain-knowledge.md": "Business domain & terminology",
|
|
1707
|
+
"testing-strategy.md": "Test frameworks & coverage",
|
|
1708
|
+
"deployment-workflows.md": "CI/CD & release process",
|
|
1709
|
+
"state-management.md": "State & caching patterns",
|
|
1710
|
+
"performance-optimization.md": "Performance & optimization",
|
|
1711
|
+
"accessibility-patterns.md": "Accessibility & ARIA patterns",
|
|
1712
|
+
"tech-stack.md": "Technology inventory & versions",
|
|
1713
|
+
"tribal-knowledge.md": "Team knowledge & conventions",
|
|
1714
|
+
"development-setup.md": "Dev environment setup",
|
|
1715
|
+
"ui-patterns.md": "UI components & design system",
|
|
1716
|
+
"ux-patterns.md": "UX interactions & feedback",
|
|
1717
|
+
"user-flows.md": "User journeys & navigation",
|
|
1718
|
+
"security-patterns.md": "Auth & security patterns",
|
|
1719
|
+
"error-handling.md": "Error handling & recovery",
|
|
1720
|
+
"integration-patterns.md": "External integrations & APIs",
|
|
1721
|
+
"configuration.md": "Config & environment settings"
|
|
1722
|
+
};
|
|
1723
|
+
var ALL_PERSONAS = ["pm", "architect", "dev", "analyst", "tea", "ux", "sm", "techWriter"];
|
|
1724
|
+
var PERSONA_LABELS = {
|
|
1725
|
+
pm: "Product Manager",
|
|
1726
|
+
architect: "Architect",
|
|
1727
|
+
dev: "Developer",
|
|
1728
|
+
analyst: "Business Analyst",
|
|
1729
|
+
tea: "Test Architect",
|
|
1730
|
+
ux: "UX Designer",
|
|
1731
|
+
sm: "Scrum Master",
|
|
1732
|
+
techWriter: "Tech Writer"
|
|
1733
|
+
};
|
|
1734
|
+
function computeOverallProgress(syncResult) {
|
|
1735
|
+
const stepNumber = syncResult.stepNumber ?? 1;
|
|
1736
|
+
const totalSteps = syncResult.totalSteps ?? 6;
|
|
1737
|
+
const stepPct = syncResult.progressPercentage ?? 0;
|
|
1738
|
+
return Math.min(100, Math.round(((stepNumber - 1) * 100 + stepPct) / totalSteps));
|
|
1992
1739
|
}
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1740
|
+
var ProgressRenderer = class {
|
|
1741
|
+
privacyShieldShown = false;
|
|
1742
|
+
discoveryShown = false;
|
|
1743
|
+
scanSummaryShown = false;
|
|
1744
|
+
validationShown = false;
|
|
1745
|
+
lastValidationSnapshot = "";
|
|
1746
|
+
lastValidationLineCount = 0;
|
|
1747
|
+
pushShown = false;
|
|
1748
|
+
fileStatusHeaderShown = false;
|
|
1749
|
+
lastFileStatusSnapshot = "";
|
|
1750
|
+
lastFileStatusLineCount = 0;
|
|
1751
|
+
renderPrivacyShield(enabled, spinner) {
|
|
1752
|
+
if (this.privacyShieldShown) return;
|
|
1753
|
+
this.privacyShieldShown = true;
|
|
1754
|
+
spinner.stop();
|
|
1755
|
+
console.log("");
|
|
1756
|
+
console.log(chalk4.cyan.bold(" \u2500\u2500 Privacy Shield \u2500\u2500"));
|
|
1757
|
+
if (enabled) {
|
|
1758
|
+
console.log(` ${chalk4.green("\u2713")} Privacy Shield active`);
|
|
1759
|
+
console.log(` ${chalk4.green("\u2713")} Private connection established`);
|
|
1760
|
+
} else {
|
|
1761
|
+
console.log(` ${chalk4.yellow("\u2139")} Privacy Shield not in current plan`);
|
|
1762
|
+
console.log(chalk4.dim(" Shield your data from the open internet."));
|
|
1763
|
+
}
|
|
1764
|
+
console.log("");
|
|
1765
|
+
spinner.start();
|
|
2000
1766
|
}
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
1767
|
+
renderDiscovery(result, spinner) {
|
|
1768
|
+
if (this.discoveryShown) return;
|
|
1769
|
+
this.discoveryShown = true;
|
|
1770
|
+
spinner.stop();
|
|
1771
|
+
console.log("");
|
|
1772
|
+
console.log(chalk4.cyan.bold(" \u2500\u2500 Repository Discovery \u2500\u2500"));
|
|
1773
|
+
if (result.languages.length > 0) {
|
|
1774
|
+
const langs = result.languages.slice(0, 5).map((l) => `${l.name} (${Math.round(l.percentage)}%)`).join(", ");
|
|
1775
|
+
console.log(` ${chalk4.dim("Languages:")} ${langs}`);
|
|
1776
|
+
}
|
|
1777
|
+
if (result.frameworks.length > 0) {
|
|
1778
|
+
console.log(
|
|
1779
|
+
` ${chalk4.dim("Frameworks:")} ${result.frameworks.map((f) => f.name).join(", ")}`
|
|
1780
|
+
);
|
|
1781
|
+
}
|
|
1782
|
+
console.log(
|
|
1783
|
+
` ${chalk4.dim("Structure:")} ${result.structureType} ${chalk4.dim(`(${result.fileCount} files)`)}`
|
|
1784
|
+
);
|
|
1785
|
+
if (result.existingDocs.length > 0) {
|
|
1786
|
+
console.log(` ${chalk4.dim("Existing docs:")} ${result.existingDocs.join(", ")}`);
|
|
1787
|
+
}
|
|
1788
|
+
if (result.fileTree && result.fileTree.length > 0) {
|
|
1789
|
+
this.renderTree(result.fileTree);
|
|
1790
|
+
}
|
|
1791
|
+
console.log("");
|
|
1792
|
+
spinner.start();
|
|
2004
1793
|
}
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
1794
|
+
renderTree(entries) {
|
|
1795
|
+
console.log("");
|
|
1796
|
+
console.log(chalk4.cyan.bold(" \u2500\u2500 Project Structure \u2500\u2500"));
|
|
1797
|
+
const root = { name: "", type: "tree", children: /* @__PURE__ */ new Map() };
|
|
1798
|
+
for (const entry of entries) {
|
|
1799
|
+
const parts = entry.path.split("/");
|
|
1800
|
+
let current = root;
|
|
1801
|
+
for (let i = 0; i < parts.length; i++) {
|
|
1802
|
+
const part = parts[i];
|
|
1803
|
+
if (!current.children.has(part)) {
|
|
1804
|
+
const isLast = i === parts.length - 1;
|
|
1805
|
+
current.children.set(part, {
|
|
1806
|
+
name: part,
|
|
1807
|
+
type: isLast ? entry.type : "tree",
|
|
1808
|
+
children: /* @__PURE__ */ new Map()
|
|
1809
|
+
});
|
|
1810
|
+
}
|
|
1811
|
+
current = current.children.get(part);
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
const printNode = (node, prefix, isLast) => {
|
|
1815
|
+
const connector = isLast ? "\u2514\u2500\u2500 " : "\u251C\u2500\u2500 ";
|
|
1816
|
+
const display = node.type === "tree" ? chalk4.bold.dim(`${node.name}/`) : node.name;
|
|
1817
|
+
console.log(` ${prefix}${connector}${display}`);
|
|
1818
|
+
const sorted = [...node.children.values()].sort((a, b) => {
|
|
1819
|
+
if (a.type === "tree" && b.type !== "tree") return -1;
|
|
1820
|
+
if (a.type !== "tree" && b.type === "tree") return 1;
|
|
1821
|
+
return a.name.localeCompare(b.name);
|
|
1822
|
+
});
|
|
1823
|
+
const childPrefix = prefix + (isLast ? " " : "\u2502 ");
|
|
1824
|
+
sorted.forEach((child, idx) => {
|
|
1825
|
+
printNode(child, childPrefix, idx === sorted.length - 1);
|
|
1826
|
+
});
|
|
1827
|
+
};
|
|
1828
|
+
const topLevel = [...root.children.values()].sort((a, b) => {
|
|
1829
|
+
if (a.type === "tree" && b.type !== "tree") return -1;
|
|
1830
|
+
if (a.type !== "tree" && b.type === "tree") return 1;
|
|
1831
|
+
return a.name.localeCompare(b.name);
|
|
1832
|
+
});
|
|
1833
|
+
topLevel.forEach((child, idx) => {
|
|
1834
|
+
printNode(child, "", idx === topLevel.length - 1);
|
|
1835
|
+
});
|
|
2008
1836
|
}
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
1837
|
+
renderScanSummary(summary, spinner) {
|
|
1838
|
+
if (this.scanSummaryShown) return;
|
|
1839
|
+
this.scanSummaryShown = true;
|
|
1840
|
+
spinner.stop();
|
|
1841
|
+
console.log(
|
|
1842
|
+
chalk4.dim(
|
|
1843
|
+
` Scan complete: ${summary.totalFiles} files, ${summary.totalFunctions} functions, ${summary.totalClasses} classes, ${summary.totalEndpoints} endpoints`
|
|
1844
|
+
)
|
|
1845
|
+
);
|
|
1846
|
+
console.log("");
|
|
1847
|
+
spinner.start();
|
|
1848
|
+
}
|
|
1849
|
+
renderValidation(progress, spinner) {
|
|
1850
|
+
const resultMap = new Map(progress.personaResults.map((r) => [r.persona, r.score]));
|
|
1851
|
+
const isComplete = progress.status === "complete";
|
|
1852
|
+
if (isComplete && this.validationShown) return;
|
|
1853
|
+
const snapshot = `${progress.round}:${progress.status}:${progress.personaResults.map((r) => `${r.persona}:${r.score}`).join(",")}`;
|
|
1854
|
+
if (snapshot === this.lastValidationSnapshot) return;
|
|
1855
|
+
this.lastValidationSnapshot = snapshot;
|
|
1856
|
+
if (isComplete) this.validationShown = true;
|
|
1857
|
+
spinner.stop();
|
|
1858
|
+
if (this.lastValidationLineCount > 0) {
|
|
1859
|
+
process.stdout.write(`\x1B[${this.lastValidationLineCount}A`);
|
|
1860
|
+
}
|
|
1861
|
+
const lines = [];
|
|
1862
|
+
const title = isComplete ? "Validation Results" : "Validation";
|
|
1863
|
+
lines.push(chalk4.cyan.bold(` \u2500\u2500 ${title} \u2500\u2500`));
|
|
1864
|
+
if (!isComplete) {
|
|
1865
|
+
lines.push(
|
|
1866
|
+
chalk4.dim(
|
|
1867
|
+
` ${ALL_PERSONAS.length} AI reviewers checking context quality \u2014 issues are auto-fixed.`
|
|
1868
|
+
)
|
|
1869
|
+
);
|
|
1870
|
+
}
|
|
1871
|
+
const passCount = progress.personaResults.filter((r) => r.score === "PASS").length;
|
|
1872
|
+
if (isComplete) {
|
|
1873
|
+
const roundInfo = progress.round > 1 ? ` (${progress.round} rounds)` : "";
|
|
1874
|
+
lines.push(chalk4.dim(` ${passCount}/${ALL_PERSONAS.length} PASS${roundInfo}`));
|
|
1875
|
+
} else if (progress.personaResults.length > 0) {
|
|
1876
|
+
const statusSuffix = progress.status === "regenerating" ? chalk4.dim(" \u2014 improving files based on feedback") : "";
|
|
1877
|
+
lines.push(
|
|
1878
|
+
` Round ${progress.round}/${progress.maxRounds}: ${passCount}/${ALL_PERSONAS.length} passed${statusSuffix}`
|
|
1879
|
+
);
|
|
1880
|
+
} else {
|
|
1881
|
+
lines.push(chalk4.dim(` Round ${progress.round}/${progress.maxRounds}: validating...`));
|
|
1882
|
+
}
|
|
1883
|
+
for (const persona of ALL_PERSONAS) {
|
|
1884
|
+
const label = PERSONA_LABELS[persona] ?? persona;
|
|
1885
|
+
const score = resultMap.get(persona);
|
|
1886
|
+
if (score) {
|
|
1887
|
+
const icon = score === "PASS" ? chalk4.green("\u2713") : chalk4.red("\u2717");
|
|
1888
|
+
const scoreColor = score === "PASS" ? chalk4.green : score === "PARTIAL" ? chalk4.yellow : chalk4.red;
|
|
1889
|
+
const fixingSuffix = progress.status === "regenerating" && score !== "PASS" ? chalk4.dim(" \u2192 fixing...") : "";
|
|
1890
|
+
lines.push(` ${icon} ${label}: ${scoreColor(score)}${fixingSuffix}`);
|
|
1891
|
+
} else {
|
|
1892
|
+
lines.push(` ${chalk4.dim("\u25CB")} ${chalk4.dim(label)}`);
|
|
1893
|
+
}
|
|
2013
1894
|
}
|
|
1895
|
+
if (isComplete && passCount < ALL_PERSONAS.length) {
|
|
1896
|
+
lines.push(chalk4.yellow(" \u26A0 Continuing with best-effort context"));
|
|
1897
|
+
}
|
|
1898
|
+
lines.push("");
|
|
1899
|
+
for (const line of lines) {
|
|
1900
|
+
process.stdout.write(`\x1B[2K${line}
|
|
1901
|
+
`);
|
|
1902
|
+
}
|
|
1903
|
+
for (let i = lines.length; i < this.lastValidationLineCount; i++) {
|
|
1904
|
+
process.stdout.write("\x1B[2K\n");
|
|
1905
|
+
}
|
|
1906
|
+
this.lastValidationLineCount = lines.length;
|
|
1907
|
+
spinner.start();
|
|
1908
|
+
}
|
|
1909
|
+
renderFileStatuses(fileStatuses, spinner) {
|
|
1910
|
+
const snapshot = fileStatuses.map((f) => `${f.fileName}:${f.status}`).join(",");
|
|
1911
|
+
if (snapshot === this.lastFileStatusSnapshot) return;
|
|
1912
|
+
this.lastFileStatusSnapshot = snapshot;
|
|
1913
|
+
const completedCount = fileStatuses.filter((f) => f.status === "completed").length;
|
|
1914
|
+
const totalCount = fileStatuses.length;
|
|
1915
|
+
spinner.stop();
|
|
1916
|
+
if (!this.fileStatusHeaderShown) {
|
|
1917
|
+
this.fileStatusHeaderShown = true;
|
|
1918
|
+
console.log("");
|
|
1919
|
+
console.log(chalk4.cyan.bold(" \u2500\u2500 RepoWise Context Generation \u2500\u2500"));
|
|
1920
|
+
console.log(chalk4.dim(" Building AI-optimized context files from your codebase."));
|
|
1921
|
+
}
|
|
1922
|
+
if (this.lastFileStatusLineCount > 0) {
|
|
1923
|
+
process.stdout.write(`\x1B[${this.lastFileStatusLineCount}A`);
|
|
1924
|
+
}
|
|
1925
|
+
const coreFiles = [];
|
|
1926
|
+
const tailoredFiles = [];
|
|
1927
|
+
for (const file of fileStatuses) {
|
|
1928
|
+
const baseName = file.fileName.split("/").pop() ?? file.fileName;
|
|
1929
|
+
if (CORE_FILES.has(baseName)) {
|
|
1930
|
+
coreFiles.push(file);
|
|
1931
|
+
} else {
|
|
1932
|
+
tailoredFiles.push(file);
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
const maxCoreLen = coreFiles.reduce((m, f) => Math.max(m, f.fileName.length), 0);
|
|
1936
|
+
const maxTailoredLen = tailoredFiles.reduce((m, f) => Math.max(m, f.fileName.length), 0);
|
|
1937
|
+
const formatFileLine = (file, padLen) => {
|
|
1938
|
+
const baseName = file.fileName.split("/").pop() ?? file.fileName;
|
|
1939
|
+
const desc = FILE_DESCRIPTIONS[baseName] ?? baseName.replace(/\.md$/, "").replace(/-/g, " ").replace(/\b\w/g, (c) => c.toUpperCase());
|
|
1940
|
+
const padded = file.fileName.padEnd(padLen);
|
|
1941
|
+
switch (file.status) {
|
|
1942
|
+
case "completed":
|
|
1943
|
+
return ` ${chalk4.green("\u2713")} ${padded} ${chalk4.dim(`\u2014 ${desc}`)}`;
|
|
1944
|
+
case "generating":
|
|
1945
|
+
return ` ${chalk4.cyan("\u27F3")} ${padded} ${chalk4.dim(`\u2014 ${desc}`)}`;
|
|
1946
|
+
case "failed":
|
|
1947
|
+
return ` ${chalk4.red("\u2717")} ${padded} ${chalk4.dim(`\u2014 ${desc}`)}`;
|
|
1948
|
+
case "pending":
|
|
1949
|
+
return ` ${chalk4.dim("\u25CB")} ${chalk4.dim(`${padded} \u2014 ${desc}`)}`;
|
|
1950
|
+
}
|
|
1951
|
+
};
|
|
1952
|
+
const lines = [];
|
|
1953
|
+
lines.push(chalk4.dim(` Generated ${completedCount}/${totalCount} files`));
|
|
1954
|
+
lines.push("");
|
|
1955
|
+
lines.push(` ${chalk4.bold("Core")}`);
|
|
1956
|
+
for (const file of coreFiles) {
|
|
1957
|
+
lines.push(formatFileLine(file, maxCoreLen));
|
|
1958
|
+
}
|
|
1959
|
+
if (tailoredFiles.length > 0) {
|
|
1960
|
+
lines.push("");
|
|
1961
|
+
lines.push(` ${chalk4.bold("Tailored")}`);
|
|
1962
|
+
for (const file of tailoredFiles) {
|
|
1963
|
+
lines.push(formatFileLine(file, maxTailoredLen));
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
lines.push("");
|
|
1967
|
+
for (const line of lines) {
|
|
1968
|
+
process.stdout.write(`\x1B[2K${line}
|
|
1969
|
+
`);
|
|
1970
|
+
}
|
|
1971
|
+
for (let i = lines.length; i < this.lastFileStatusLineCount; i++) {
|
|
1972
|
+
process.stdout.write("\x1B[2K\n");
|
|
1973
|
+
}
|
|
1974
|
+
this.lastFileStatusLineCount = lines.length;
|
|
1975
|
+
spinner.start();
|
|
2014
1976
|
}
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
1977
|
+
renderPush(spinner) {
|
|
1978
|
+
if (this.pushShown) return;
|
|
1979
|
+
this.pushShown = true;
|
|
1980
|
+
spinner.stop();
|
|
1981
|
+
console.log("");
|
|
1982
|
+
console.log(chalk4.cyan.bold(" \u2500\u2500 Saving Context \u2500\u2500"));
|
|
1983
|
+
console.log(` ${chalk4.dim("Encrypting and saving context files to RepoWise servers...")}`);
|
|
1984
|
+
console.log("");
|
|
1985
|
+
spinner.start();
|
|
1986
|
+
}
|
|
1987
|
+
getSpinnerText(syncResult) {
|
|
1988
|
+
const stepLabel = syncResult.stepLabel ?? syncResult.currentStep ?? "Processing";
|
|
1989
|
+
const overallPct = computeOverallProgress(syncResult);
|
|
1990
|
+
let progressText = stepLabel;
|
|
1991
|
+
if (syncResult.scanProgress && !syncResult.scanProgress.summary) {
|
|
1992
|
+
progressText = `Scanning batch ${syncResult.scanProgress.currentBatch}/${syncResult.scanProgress.totalBatches}`;
|
|
1993
|
+
} else if (syncResult.generationProgress) {
|
|
1994
|
+
const gp = syncResult.generationProgress;
|
|
1995
|
+
if (gp.fileStatuses && gp.fileStatuses.length > 0) {
|
|
1996
|
+
const completed = gp.fileStatuses.filter((f) => f.status === "completed").length;
|
|
1997
|
+
const total = gp.fileStatuses.length;
|
|
1998
|
+
const generating = gp.fileStatuses.find((f) => f.status === "generating");
|
|
1999
|
+
if (completed === total) {
|
|
2000
|
+
progressText = stepLabel;
|
|
2001
|
+
} else if (generating) {
|
|
2002
|
+
progressText = `Generating ${generating.fileName} (${completed}/${total})`;
|
|
2003
|
+
} else {
|
|
2004
|
+
progressText = `Generating (${completed}/${total})`;
|
|
2005
|
+
}
|
|
2006
|
+
} else {
|
|
2007
|
+
progressText = `Generating ${gp.currentFileName} (${gp.currentFile}/${gp.totalFiles})`;
|
|
2008
|
+
}
|
|
2009
|
+
} else if (syncResult.validationProgress && syncResult.validationProgress.status !== "complete") {
|
|
2010
|
+
const vp = syncResult.validationProgress;
|
|
2011
|
+
if (vp.status === "regenerating") {
|
|
2012
|
+
progressText = `Improving files based on feedback (round ${vp.round})`;
|
|
2013
|
+
} else {
|
|
2014
|
+
progressText = `Validation round ${vp.round}/${vp.maxRounds}`;
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
return `${progressText}... ${chalk4.dim(`(${overallPct}%)`)}`;
|
|
2034
2018
|
}
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2019
|
+
update(syncResult, spinner) {
|
|
2020
|
+
if (syncResult.privacyShieldEnabled !== void 0) {
|
|
2021
|
+
this.renderPrivacyShield(syncResult.privacyShieldEnabled, spinner);
|
|
2022
|
+
}
|
|
2023
|
+
if (syncResult.discoveryResult) {
|
|
2024
|
+
this.renderDiscovery(syncResult.discoveryResult, spinner);
|
|
2025
|
+
}
|
|
2026
|
+
if (syncResult.scanProgress?.summary && syncResult.scanProgress.summary.totalFiles > 0) {
|
|
2027
|
+
this.renderScanSummary(syncResult.scanProgress.summary, spinner);
|
|
2028
|
+
}
|
|
2029
|
+
if (syncResult.generationProgress?.fileStatuses && syncResult.generationProgress.fileStatuses.length > 0) {
|
|
2030
|
+
this.renderFileStatuses(syncResult.generationProgress.fileStatuses, spinner);
|
|
2031
|
+
}
|
|
2032
|
+
if (syncResult.validationProgress) {
|
|
2033
|
+
this.renderValidation(syncResult.validationProgress, spinner);
|
|
2034
|
+
}
|
|
2035
|
+
if (syncResult.currentStep === "push-context") {
|
|
2036
|
+
this.renderPush(spinner);
|
|
2037
|
+
}
|
|
2038
|
+
spinner.text = this.getSpinnerText(syncResult);
|
|
2043
2039
|
}
|
|
2044
|
-
}
|
|
2040
|
+
};
|
|
2045
2041
|
|
|
2046
2042
|
// src/commands/create.ts
|
|
2047
|
-
var create_exports = {};
|
|
2048
|
-
__export(create_exports, {
|
|
2049
|
-
create: () => create
|
|
2050
|
-
});
|
|
2051
|
-
import { execSync } from "child_process";
|
|
2052
|
-
import { mkdirSync, writeFileSync } from "fs";
|
|
2053
|
-
import { join as join12 } from "path";
|
|
2054
|
-
import chalk5 from "chalk";
|
|
2055
|
-
import ora from "ora";
|
|
2056
2043
|
function detectRepoRoot() {
|
|
2057
2044
|
return execSync("git rev-parse --show-toplevel", { encoding: "utf-8" }).trim();
|
|
2058
2045
|
}
|
|
@@ -2075,6 +2062,9 @@ function formatElapsed(ms) {
|
|
|
2075
2062
|
if (minutes === 0) return `${seconds}s`;
|
|
2076
2063
|
return seconds > 0 ? `${minutes}m ${seconds}s` : `${minutes}m`;
|
|
2077
2064
|
}
|
|
2065
|
+
var POLL_INTERVAL_MS = 3e3;
|
|
2066
|
+
var MAX_POLL_ATTEMPTS = 600;
|
|
2067
|
+
var DEFAULT_CONTEXT_FOLDER = "repowise-context";
|
|
2078
2068
|
async function create() {
|
|
2079
2069
|
const startTime = Date.now();
|
|
2080
2070
|
const spinner = ora("Checking authentication...").start();
|
|
@@ -2331,10 +2321,8 @@ Files are stored on our servers (not in git). Retry when online.`
|
|
|
2331
2321
|
});
|
|
2332
2322
|
let listenerRunning = false;
|
|
2333
2323
|
try {
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
await install2();
|
|
2337
|
-
await startBackground2();
|
|
2324
|
+
await install();
|
|
2325
|
+
await startBackground();
|
|
2338
2326
|
listenerRunning = true;
|
|
2339
2327
|
} catch {
|
|
2340
2328
|
console.log(
|
|
@@ -2372,29 +2360,8 @@ Files are stored on our servers (not in git). Retry when online.`
|
|
|
2372
2360
|
process.exitCode = 1;
|
|
2373
2361
|
}
|
|
2374
2362
|
}
|
|
2375
|
-
var POLL_INTERVAL_MS, MAX_POLL_ATTEMPTS, DEFAULT_CONTEXT_FOLDER;
|
|
2376
|
-
var init_create = __esm({
|
|
2377
|
-
"src/commands/create.ts"() {
|
|
2378
|
-
"use strict";
|
|
2379
|
-
init_auth2();
|
|
2380
|
-
init_api();
|
|
2381
|
-
init_prompts();
|
|
2382
|
-
init_ai_tools();
|
|
2383
|
-
init_config();
|
|
2384
|
-
init_env();
|
|
2385
|
-
init_interview_handler();
|
|
2386
|
-
init_progress_renderer();
|
|
2387
|
-
POLL_INTERVAL_MS = 3e3;
|
|
2388
|
-
MAX_POLL_ATTEMPTS = 600;
|
|
2389
|
-
DEFAULT_CONTEXT_FOLDER = "repowise-context";
|
|
2390
|
-
}
|
|
2391
|
-
});
|
|
2392
2363
|
|
|
2393
2364
|
// src/commands/login.ts
|
|
2394
|
-
var login_exports = {};
|
|
2395
|
-
__export(login_exports, {
|
|
2396
|
-
login: () => login
|
|
2397
|
-
});
|
|
2398
2365
|
import chalk6 from "chalk";
|
|
2399
2366
|
import ora2 from "ora";
|
|
2400
2367
|
async function login(options = {}) {
|
|
@@ -2445,18 +2412,8 @@ Waiting for authentication...`);
|
|
|
2445
2412
|
process.exitCode = 1;
|
|
2446
2413
|
}
|
|
2447
2414
|
}
|
|
2448
|
-
var init_login = __esm({
|
|
2449
|
-
"src/commands/login.ts"() {
|
|
2450
|
-
"use strict";
|
|
2451
|
-
init_auth2();
|
|
2452
|
-
}
|
|
2453
|
-
});
|
|
2454
2415
|
|
|
2455
2416
|
// src/commands/logout.ts
|
|
2456
|
-
var logout_exports = {};
|
|
2457
|
-
__export(logout_exports, {
|
|
2458
|
-
logout: () => logout
|
|
2459
|
-
});
|
|
2460
2417
|
import chalk7 from "chalk";
|
|
2461
2418
|
async function logout() {
|
|
2462
2419
|
const creds = await getStoredCredentials2();
|
|
@@ -2467,21 +2424,12 @@ async function logout() {
|
|
|
2467
2424
|
await clearCredentials();
|
|
2468
2425
|
console.log(chalk7.green("Logged out successfully."));
|
|
2469
2426
|
}
|
|
2470
|
-
var init_logout = __esm({
|
|
2471
|
-
"src/commands/logout.ts"() {
|
|
2472
|
-
"use strict";
|
|
2473
|
-
init_auth2();
|
|
2474
|
-
}
|
|
2475
|
-
});
|
|
2476
2427
|
|
|
2477
2428
|
// src/commands/status.ts
|
|
2478
|
-
var status_exports = {};
|
|
2479
|
-
__export(status_exports, {
|
|
2480
|
-
status: () => status
|
|
2481
|
-
});
|
|
2482
2429
|
import { readFile as readFile9 } from "fs/promises";
|
|
2483
2430
|
import { homedir as homedir9 } from "os";
|
|
2484
2431
|
import { join as join13 } from "path";
|
|
2432
|
+
var STATE_PATH2 = join13(homedir9(), ".repowise", "listener-state.json");
|
|
2485
2433
|
async function status() {
|
|
2486
2434
|
let state = null;
|
|
2487
2435
|
try {
|
|
@@ -2492,16 +2440,14 @@ async function status() {
|
|
|
2492
2440
|
let processRunning = false;
|
|
2493
2441
|
let pid = null;
|
|
2494
2442
|
try {
|
|
2495
|
-
const
|
|
2496
|
-
const processStatus = await getStatus2();
|
|
2443
|
+
const processStatus = await getStatus();
|
|
2497
2444
|
processRunning = processStatus.running;
|
|
2498
2445
|
pid = processStatus.pid;
|
|
2499
2446
|
} catch {
|
|
2500
2447
|
}
|
|
2501
2448
|
let serviceInstalled = false;
|
|
2502
2449
|
try {
|
|
2503
|
-
|
|
2504
|
-
serviceInstalled = await isInstalled2();
|
|
2450
|
+
serviceInstalled = await isInstalled();
|
|
2505
2451
|
} catch {
|
|
2506
2452
|
}
|
|
2507
2453
|
console.log("RepoWise Status");
|
|
@@ -2528,24 +2474,16 @@ async function status() {
|
|
|
2528
2474
|
console.log(` ${repoId}: last sync ${syncTime} (commit: ${commit})`);
|
|
2529
2475
|
}
|
|
2530
2476
|
}
|
|
2531
|
-
var STATE_PATH2;
|
|
2532
|
-
var init_status = __esm({
|
|
2533
|
-
"src/commands/status.ts"() {
|
|
2534
|
-
"use strict";
|
|
2535
|
-
STATE_PATH2 = join13(homedir9(), ".repowise", "listener-state.json");
|
|
2536
|
-
}
|
|
2537
|
-
});
|
|
2538
2477
|
|
|
2539
2478
|
// src/commands/sync.ts
|
|
2540
|
-
var sync_exports = {};
|
|
2541
|
-
__export(sync_exports, {
|
|
2542
|
-
sync: () => sync
|
|
2543
|
-
});
|
|
2544
2479
|
import { execSync as execSync2 } from "child_process";
|
|
2545
2480
|
import { mkdirSync as mkdirSync2, writeFileSync as writeFileSync2 } from "fs";
|
|
2546
2481
|
import { join as join14 } from "path";
|
|
2547
2482
|
import chalk8 from "chalk";
|
|
2548
2483
|
import ora3 from "ora";
|
|
2484
|
+
var POLL_INTERVAL_MS2 = 3e3;
|
|
2485
|
+
var MAX_POLL_ATTEMPTS2 = 600;
|
|
2486
|
+
var DEFAULT_CONTEXT_FOLDER2 = "repowise-context";
|
|
2549
2487
|
function detectRepoRoot2() {
|
|
2550
2488
|
return execSync2("git rev-parse --show-toplevel", { encoding: "utf-8" }).trim();
|
|
2551
2489
|
}
|
|
@@ -2730,30 +2668,12 @@ Retry when online.`));
|
|
|
2730
2668
|
process.exitCode = 1;
|
|
2731
2669
|
}
|
|
2732
2670
|
}
|
|
2733
|
-
var POLL_INTERVAL_MS2, MAX_POLL_ATTEMPTS2, DEFAULT_CONTEXT_FOLDER2;
|
|
2734
|
-
var init_sync = __esm({
|
|
2735
|
-
"src/commands/sync.ts"() {
|
|
2736
|
-
"use strict";
|
|
2737
|
-
init_auth2();
|
|
2738
|
-
init_api();
|
|
2739
|
-
init_interview_handler();
|
|
2740
|
-
init_progress_renderer();
|
|
2741
|
-
POLL_INTERVAL_MS2 = 3e3;
|
|
2742
|
-
MAX_POLL_ATTEMPTS2 = 600;
|
|
2743
|
-
DEFAULT_CONTEXT_FOLDER2 = "repowise-context";
|
|
2744
|
-
}
|
|
2745
|
-
});
|
|
2746
2671
|
|
|
2747
2672
|
// src/commands/listen.ts
|
|
2748
|
-
var listen_exports = {};
|
|
2749
|
-
__export(listen_exports, {
|
|
2750
|
-
listen: () => listen
|
|
2751
|
-
});
|
|
2752
2673
|
async function listen(options) {
|
|
2753
2674
|
if (options.install) {
|
|
2754
2675
|
try {
|
|
2755
|
-
|
|
2756
|
-
await install2();
|
|
2676
|
+
await install();
|
|
2757
2677
|
console.log("Auto-start service installed. The listener will start on boot.");
|
|
2758
2678
|
} catch (err) {
|
|
2759
2679
|
const message = err instanceof Error ? err.message : "Unknown error";
|
|
@@ -2765,8 +2685,7 @@ async function listen(options) {
|
|
|
2765
2685
|
}
|
|
2766
2686
|
if (options.uninstall) {
|
|
2767
2687
|
try {
|
|
2768
|
-
|
|
2769
|
-
await uninstall2();
|
|
2688
|
+
await uninstall();
|
|
2770
2689
|
console.log("Auto-start service removed.");
|
|
2771
2690
|
} catch (err) {
|
|
2772
2691
|
const message = err instanceof Error ? err.message : "Unknown error";
|
|
@@ -2783,33 +2702,21 @@ async function listen(options) {
|
|
|
2783
2702
|
}
|
|
2784
2703
|
console.log("Starting RepoWise listener...");
|
|
2785
2704
|
try {
|
|
2786
|
-
|
|
2787
|
-
await startListener2();
|
|
2705
|
+
await startListener();
|
|
2788
2706
|
} catch {
|
|
2789
|
-
console.error("Failed to start listener.
|
|
2707
|
+
console.error("Failed to start listener.");
|
|
2790
2708
|
process.exitCode = 1;
|
|
2791
2709
|
}
|
|
2792
2710
|
}
|
|
2793
|
-
var init_listen = __esm({
|
|
2794
|
-
"src/commands/listen.ts"() {
|
|
2795
|
-
"use strict";
|
|
2796
|
-
init_auth2();
|
|
2797
|
-
}
|
|
2798
|
-
});
|
|
2799
2711
|
|
|
2800
2712
|
// src/commands/start.ts
|
|
2801
|
-
var start_exports = {};
|
|
2802
|
-
__export(start_exports, {
|
|
2803
|
-
start: () => start
|
|
2804
|
-
});
|
|
2805
2713
|
async function start() {
|
|
2806
2714
|
try {
|
|
2807
|
-
|
|
2808
|
-
if (await isRunning2()) {
|
|
2715
|
+
if (await isRunning()) {
|
|
2809
2716
|
console.log("Listener is already running.");
|
|
2810
2717
|
return;
|
|
2811
2718
|
}
|
|
2812
|
-
const pid = await
|
|
2719
|
+
const pid = await startBackground();
|
|
2813
2720
|
console.log(`Listener started (PID: ${pid}).`);
|
|
2814
2721
|
} catch (err) {
|
|
2815
2722
|
const message = err instanceof Error ? err.message : "Unknown error";
|
|
@@ -2817,25 +2724,15 @@ async function start() {
|
|
|
2817
2724
|
process.exitCode = 1;
|
|
2818
2725
|
}
|
|
2819
2726
|
}
|
|
2820
|
-
var init_start = __esm({
|
|
2821
|
-
"src/commands/start.ts"() {
|
|
2822
|
-
"use strict";
|
|
2823
|
-
}
|
|
2824
|
-
});
|
|
2825
2727
|
|
|
2826
2728
|
// src/commands/stop.ts
|
|
2827
|
-
var stop_exports = {};
|
|
2828
|
-
__export(stop_exports, {
|
|
2829
|
-
stop: () => stop2
|
|
2830
|
-
});
|
|
2831
2729
|
async function stop2() {
|
|
2832
2730
|
try {
|
|
2833
|
-
|
|
2834
|
-
if (!await isRunning2()) {
|
|
2731
|
+
if (!await isRunning()) {
|
|
2835
2732
|
console.log("Listener is not running.");
|
|
2836
2733
|
return;
|
|
2837
2734
|
}
|
|
2838
|
-
await
|
|
2735
|
+
await stopProcess();
|
|
2839
2736
|
console.log("Listener stopped.");
|
|
2840
2737
|
} catch (err) {
|
|
2841
2738
|
const message = err instanceof Error ? err.message : "Unknown error";
|
|
@@ -2843,17 +2740,8 @@ async function stop2() {
|
|
|
2843
2740
|
process.exitCode = 1;
|
|
2844
2741
|
}
|
|
2845
2742
|
}
|
|
2846
|
-
var init_stop = __esm({
|
|
2847
|
-
"src/commands/stop.ts"() {
|
|
2848
|
-
"use strict";
|
|
2849
|
-
}
|
|
2850
|
-
});
|
|
2851
2743
|
|
|
2852
2744
|
// src/commands/config.ts
|
|
2853
|
-
var config_exports = {};
|
|
2854
|
-
__export(config_exports, {
|
|
2855
|
-
config: () => config
|
|
2856
|
-
});
|
|
2857
2745
|
import chalk9 from "chalk";
|
|
2858
2746
|
import ora4 from "ora";
|
|
2859
2747
|
import { select } from "@inquirer/prompts";
|
|
@@ -2939,58 +2827,8 @@ async function config() {
|
|
|
2939
2827
|
process.exitCode = 1;
|
|
2940
2828
|
}
|
|
2941
2829
|
}
|
|
2942
|
-
var init_config3 = __esm({
|
|
2943
|
-
"src/commands/config.ts"() {
|
|
2944
|
-
"use strict";
|
|
2945
|
-
init_auth2();
|
|
2946
|
-
init_api();
|
|
2947
|
-
}
|
|
2948
|
-
});
|
|
2949
|
-
|
|
2950
|
-
// bin/repowise.ts
|
|
2951
|
-
init_env();
|
|
2952
|
-
import { readFileSync } from "fs";
|
|
2953
|
-
import { fileURLToPath as fileURLToPath3 } from "url";
|
|
2954
|
-
import { dirname as dirname2, join as join15 } from "path";
|
|
2955
|
-
import { Command } from "commander";
|
|
2956
|
-
|
|
2957
|
-
// src/lib/welcome.ts
|
|
2958
|
-
init_config();
|
|
2959
|
-
import chalk from "chalk";
|
|
2960
|
-
var W = 41;
|
|
2961
|
-
function row(styled, visible) {
|
|
2962
|
-
return chalk.cyan(" \u2502") + styled + " ".repeat(W - visible) + chalk.cyan("\u2502");
|
|
2963
|
-
}
|
|
2964
|
-
async function showWelcome(currentVersion) {
|
|
2965
|
-
try {
|
|
2966
|
-
const config2 = await getConfig();
|
|
2967
|
-
if (config2.lastSeenVersion === currentVersion) return;
|
|
2968
|
-
const isUpgrade = !!config2.lastSeenVersion;
|
|
2969
|
-
const tag = isUpgrade ? "updated" : "installed";
|
|
2970
|
-
const titleText = `RepoWise v${currentVersion}`;
|
|
2971
|
-
const titleStyled = " " + chalk.bold(titleText) + chalk.green(` \u2713 ${tag}`);
|
|
2972
|
-
const titleVisible = 3 + titleText.length + 3 + tag.length;
|
|
2973
|
-
const border = "\u2500".repeat(W);
|
|
2974
|
-
console.log("");
|
|
2975
|
-
console.log(chalk.cyan(` \u256D${border}\u256E`));
|
|
2976
|
-
console.log(row("", 0));
|
|
2977
|
-
console.log(row(titleStyled, titleVisible));
|
|
2978
|
-
console.log(row("", 0));
|
|
2979
|
-
console.log(row(" " + chalk.dim("Get started:"), 15));
|
|
2980
|
-
console.log(row(" $ " + chalk.bold("repowise create"), 22));
|
|
2981
|
-
console.log(row("", 0));
|
|
2982
|
-
console.log(row(" " + chalk.dim("Thank you for using RepoWise!"), 32));
|
|
2983
|
-
console.log(row(" " + chalk.dim("https://repowise.ai"), 22));
|
|
2984
|
-
console.log(row("", 0));
|
|
2985
|
-
console.log(chalk.cyan(` \u2570${border}\u256F`));
|
|
2986
|
-
console.log("");
|
|
2987
|
-
await saveConfig({ ...config2, lastSeenVersion: currentVersion });
|
|
2988
|
-
} catch {
|
|
2989
|
-
}
|
|
2990
|
-
}
|
|
2991
2830
|
|
|
2992
2831
|
// bin/repowise.ts
|
|
2993
|
-
init_main();
|
|
2994
2832
|
var __filename = fileURLToPath3(import.meta.url);
|
|
2995
2833
|
var __dirname = dirname2(__filename);
|
|
2996
2834
|
var pkg = JSON.parse(readFileSync(join15(__dirname, "..", "..", "package.json"), "utf-8"));
|
|
@@ -3002,40 +2840,31 @@ program.name("repowise").description("AI-optimized codebase context generator").
|
|
|
3002
2840
|
await showWelcome(pkg.version);
|
|
3003
2841
|
});
|
|
3004
2842
|
program.command("create").description("Create context for a repository").action(async () => {
|
|
3005
|
-
|
|
3006
|
-
await create2();
|
|
2843
|
+
await create();
|
|
3007
2844
|
});
|
|
3008
2845
|
program.command("login").description("Authenticate with RepoWise").option("--no-browser", "Print login URL instead of opening browser").action(async (options) => {
|
|
3009
|
-
|
|
3010
|
-
await login2(options);
|
|
2846
|
+
await login(options);
|
|
3011
2847
|
});
|
|
3012
2848
|
program.command("logout").description("Sign out of RepoWise").action(async () => {
|
|
3013
|
-
|
|
3014
|
-
await logout2();
|
|
2849
|
+
await logout();
|
|
3015
2850
|
});
|
|
3016
2851
|
program.command("status").description("Show current status").action(async () => {
|
|
3017
|
-
|
|
3018
|
-
await status2();
|
|
2852
|
+
await status();
|
|
3019
2853
|
});
|
|
3020
2854
|
program.command("sync").description("Trigger a manual sync").action(async () => {
|
|
3021
|
-
|
|
3022
|
-
await sync2();
|
|
2855
|
+
await sync();
|
|
3023
2856
|
});
|
|
3024
2857
|
program.command("listen").description("Start the context listener").option("--install", "Install auto-start service").option("--uninstall", "Remove auto-start service").action(async (options) => {
|
|
3025
|
-
|
|
3026
|
-
await listen2(options);
|
|
2858
|
+
await listen(options);
|
|
3027
2859
|
});
|
|
3028
2860
|
program.command("start").description("Start the listener as a background process").action(async () => {
|
|
3029
|
-
|
|
3030
|
-
await start2();
|
|
2861
|
+
await start();
|
|
3031
2862
|
});
|
|
3032
2863
|
program.command("stop").description("Stop the running listener process").action(async () => {
|
|
3033
|
-
|
|
3034
|
-
await stop3();
|
|
2864
|
+
await stop2();
|
|
3035
2865
|
});
|
|
3036
2866
|
program.command("config").description("Manage configuration").action(async () => {
|
|
3037
|
-
|
|
3038
|
-
await config2();
|
|
2867
|
+
await config();
|
|
3039
2868
|
});
|
|
3040
2869
|
if (process.argv[2] === "__listener") {
|
|
3041
2870
|
process.on("uncaughtException", (err) => {
|