misterpropre 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-HMGF6JWH.js → chunk-BIC5FG67.js} +3 -1
- package/dist/{chunk-FDTKUXXE.js → chunk-MNLOQU7Y.js} +2 -2
- package/dist/{chunk-JCB4UDCP.js → chunk-PABHFXM5.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{dashboard-W6QCV3NV.js → dashboard-KXLJ2T5N.js} +4 -4
- package/dist/setup-TJ3FEYL4.js +8 -0
- package/package.json +1 -1
- package/dist/setup-R2IL4RHH.js +0 -8
|
@@ -276,6 +276,7 @@ function realLinkDeps(log = (m) => console.log(m)) {
|
|
|
276
276
|
canInstall: (provider) => INSTALL_CMD[provider] !== void 0,
|
|
277
277
|
confirm: async (message) => {
|
|
278
278
|
if (process.stdin.isTTY) process.stdin.setRawMode(false);
|
|
279
|
+
process.stdin.ref();
|
|
279
280
|
process.stdin.resume();
|
|
280
281
|
const rl = createInterface({ input: process.stdin, output: process.stdout });
|
|
281
282
|
try {
|
|
@@ -283,6 +284,7 @@ function realLinkDeps(log = (m) => console.log(m)) {
|
|
|
283
284
|
return /^y(es)?$/i.test(answer.trim());
|
|
284
285
|
} finally {
|
|
285
286
|
rl.close();
|
|
287
|
+
process.stdin.pause();
|
|
286
288
|
}
|
|
287
289
|
},
|
|
288
290
|
install: async (provider) => {
|
|
@@ -881,4 +883,4 @@ export {
|
|
|
881
883
|
linkProvider,
|
|
882
884
|
realLinkDeps
|
|
883
885
|
};
|
|
884
|
-
//# sourceMappingURL=chunk-
|
|
886
|
+
//# sourceMappingURL=chunk-BIC5FG67.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
theme,
|
|
19
19
|
wizardT,
|
|
20
20
|
writeConfig
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-BIC5FG67.js";
|
|
22
22
|
|
|
23
23
|
// src/commands/setup.ts
|
|
24
24
|
import { createElement } from "react";
|
|
@@ -415,4 +415,4 @@ export {
|
|
|
415
415
|
clearScreen,
|
|
416
416
|
runSetup
|
|
417
417
|
};
|
|
418
|
-
//# sourceMappingURL=chunk-
|
|
418
|
+
//# sourceMappingURL=chunk-MNLOQU7Y.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
summarizeOutcome,
|
|
14
14
|
theme,
|
|
15
15
|
writeConfig
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-BIC5FG67.js";
|
|
17
17
|
|
|
18
18
|
// src/core/spawn.ts
|
|
19
19
|
import { spawn } from "child_process";
|
|
@@ -1345,4 +1345,4 @@ export {
|
|
|
1345
1345
|
runScheduleStatus,
|
|
1346
1346
|
runScheduleClear
|
|
1347
1347
|
};
|
|
1348
|
-
//# sourceMappingURL=chunk-
|
|
1348
|
+
//# sourceMappingURL=chunk-PABHFXM5.js.map
|
package/dist/cli.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
runScheduleSet,
|
|
11
11
|
runScheduleStatus,
|
|
12
12
|
setSecret
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-PABHFXM5.js";
|
|
14
14
|
import {
|
|
15
15
|
checkSystem,
|
|
16
16
|
configPath,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
skillStatuses,
|
|
24
24
|
skillsRootFor,
|
|
25
25
|
writeConfig
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-BIC5FG67.js";
|
|
27
27
|
|
|
28
28
|
// src/cli.ts
|
|
29
29
|
import { readFileSync } from "fs";
|
|
@@ -229,8 +229,8 @@ scheduleCmd.command("set").description("Install/refresh the daily schedule").opt
|
|
|
229
229
|
scheduleCmd.command("status").description("Show the configured + installed schedule").action(() => process.exit(runScheduleStatus()));
|
|
230
230
|
scheduleCmd.command("clear").description("Remove the daily schedule").action(() => process.exit(runScheduleClear()));
|
|
231
231
|
program.command("setup").description("First-run onboarding, or edit the current configuration inline").action(async () => {
|
|
232
|
-
const { runSetup } = await import("./setup-
|
|
233
|
-
const { runDashboard } = await import("./dashboard-
|
|
232
|
+
const { runSetup } = await import("./setup-TJ3FEYL4.js");
|
|
233
|
+
const { runDashboard } = await import("./dashboard-KXLJ2T5N.js");
|
|
234
234
|
const code = await runSetup();
|
|
235
235
|
if (code !== 0) process.exit(code);
|
|
236
236
|
process.exit(await runDashboard());
|
|
@@ -246,7 +246,7 @@ program.action(async () => {
|
|
|
246
246
|
console.log("Run `misterpropre --help` for commands, or `misterpropre doctor` to check your setup.");
|
|
247
247
|
return;
|
|
248
248
|
}
|
|
249
|
-
const { runDashboard } = await import("./dashboard-
|
|
249
|
+
const { runDashboard } = await import("./dashboard-KXLJ2T5N.js");
|
|
250
250
|
process.exit(await runDashboard());
|
|
251
251
|
});
|
|
252
252
|
program.parseAsync(process.argv).catch((err) => {
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
applySchedule,
|
|
3
3
|
applyUnschedule,
|
|
4
4
|
runCommand
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PABHFXM5.js";
|
|
6
6
|
import {
|
|
7
7
|
clearScreen,
|
|
8
8
|
runSetup
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-MNLOQU7Y.js";
|
|
10
10
|
import {
|
|
11
11
|
Banner,
|
|
12
12
|
MultiSelect,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
appT,
|
|
16
16
|
readConfig,
|
|
17
17
|
theme
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-BIC5FG67.js";
|
|
19
19
|
|
|
20
20
|
// src/commands/dashboard.ts
|
|
21
21
|
import { createElement } from "react";
|
|
@@ -332,4 +332,4 @@ function renderReturnPrompt(lang) {
|
|
|
332
332
|
export {
|
|
333
333
|
runDashboard
|
|
334
334
|
};
|
|
335
|
-
//# sourceMappingURL=dashboard-
|
|
335
|
+
//# sourceMappingURL=dashboard-KXLJ2T5N.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "misterpropre",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Mr. Clean for dependencies — a bilingual CLI that automates Dependabot/Renovate security fixes and bot-PR triage across your repos, via Claude Code or Kiro.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|