coding-friend-cli 1.36.3 → 1.36.4
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-57EGAXYI.js → chunk-3WIZA5OZ.js} +4 -0
- package/dist/{chunk-MAGBNYZK.js → chunk-56YJWGAN.js} +1 -1
- package/dist/{chunk-TPGAW67X.js → chunk-AK6RMCAC.js} +3 -3
- package/dist/{chunk-CDTQL4FI.js → chunk-K4WSC62G.js} +2 -1
- package/dist/{chunk-VV2U7NDN.js → chunk-N4WZWRCI.js} +1 -1
- package/dist/{chunk-7SMP5CZ4.js → chunk-XEKQW4RN.js} +1 -1
- package/dist/{chunk-EAJJVXAE.js → chunk-XHP3EBR3.js} +2 -2
- package/dist/{clean-MXIMMXDH.js → clean-Q4VU662V.js} +2 -2
- package/dist/{config-B2P7TXL4.js → config-CTTHWJH5.js} +7 -7
- package/dist/{dev-GKD52XE6.js → dev-IGHMMEP4.js} +2 -2
- package/dist/{host-PEKK7OOC.js → host-NCJMUSME.js} +2 -2
- package/dist/index.js +29 -29
- package/dist/{init-M5JJP5YO.js → init-UABKVDVT.js} +10 -10
- package/dist/{install-VFMO45SP.js → install-R2HDM3N4.js} +3 -3
- package/dist/{learn-QQ7XEHDY.js → learn-K64AUUFB.js} +2 -2
- package/dist/{mcp-372LGOZJ.js → mcp-OMQFSJP4.js} +5 -5
- package/dist/{memory-XINRMEWB.js → memory-Y6GNALG3.js} +5 -5
- package/dist/{session-2R7WWNML.js → session-Q2DLQPYP.js} +2 -2
- package/dist/{status-Z4V7IYOB.js → status-ML4XEDYL.js} +6 -6
- package/dist/{statusline-WDTN3OI4.js → statusline-KKFJPTI7.js} +2 -2
- package/dist/{update-MY2DRJLV.js → update-DIOH45TE.js} +3 -3
- package/package.json +1 -1
|
@@ -13,6 +13,10 @@ var STATUSLINE_COMPONENTS = [
|
|
|
13
13
|
id: "rate_limit",
|
|
14
14
|
label: "Rate limit \u2014 current & weekly usage (requires curl & jq)"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
id: "session",
|
|
18
|
+
label: "Claude Code session ID (\u{1F194} a1b2c3d4-\u2026)"
|
|
19
|
+
},
|
|
16
20
|
{
|
|
17
21
|
id: "task_agent",
|
|
18
22
|
label: "Task progress & active agent (Tasks: 2/5 | Agent: cf-reviewer)"
|
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
checkMemoryMcpHealth,
|
|
3
3
|
printHealthSection,
|
|
4
4
|
warnStaleMcpJson
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-56YJWGAN.js";
|
|
6
6
|
import {
|
|
7
7
|
getMemoryMcpStatus,
|
|
8
8
|
memoryConfigMenu,
|
|
9
9
|
writeMemoryMcpEntry
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-N4WZWRCI.js";
|
|
11
11
|
import {
|
|
12
12
|
loadConfig,
|
|
13
13
|
resolveMemoryDir
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-K4WSC62G.js";
|
|
15
15
|
import {
|
|
16
16
|
getLibPath
|
|
17
17
|
} from "./chunk-RZRT7NGT.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DEFAULT_CONFIG
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3WIZA5OZ.js";
|
|
4
4
|
import {
|
|
5
5
|
readJson
|
|
6
6
|
} from "./chunk-5UVDWG5L.js";
|
|
@@ -51,6 +51,7 @@ var StatuslineComponentSchema = z.enum([
|
|
|
51
51
|
"account",
|
|
52
52
|
"context",
|
|
53
53
|
"rate_limit",
|
|
54
|
+
"session",
|
|
54
55
|
"task_agent"
|
|
55
56
|
]);
|
|
56
57
|
var StatuslineConfigSchema = z.object({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureStatusline,
|
|
3
3
|
getInstalledVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XEKQW4RN.js";
|
|
5
5
|
import {
|
|
6
6
|
ensureShellCompletion
|
|
7
7
|
} from "./chunk-667NMPN4.js";
|
|
@@ -249,7 +249,7 @@ async function updateCommand(opts) {
|
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
if (doCli) {
|
|
252
|
-
const { refreshMemoryAfterUpdate } = await import("./memory-
|
|
252
|
+
const { refreshMemoryAfterUpdate } = await import("./memory-Y6GNALG3.js");
|
|
253
253
|
await refreshMemoryAfterUpdate();
|
|
254
254
|
}
|
|
255
255
|
if (doStatusline) {
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
} from "./chunk-YIXAQ4R2.js";
|
|
12
12
|
import {
|
|
13
13
|
memoryConfigMenu
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-N4WZWRCI.js";
|
|
15
15
|
import {
|
|
16
16
|
resolveLearnDir
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-K4WSC62G.js";
|
|
18
18
|
import "./chunk-RZRT7NGT.js";
|
|
19
19
|
import {
|
|
20
20
|
findStatuslineHookPath,
|
|
@@ -26,11 +26,11 @@ import {
|
|
|
26
26
|
saveStatuslineConfig,
|
|
27
27
|
selectStatuslineComponents,
|
|
28
28
|
writeStatuslineSettings
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-XEKQW4RN.js";
|
|
30
30
|
import {
|
|
31
31
|
ALL_COMPONENT_IDS,
|
|
32
32
|
DEFAULT_CONFIG
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-3WIZA5OZ.js";
|
|
34
34
|
import {
|
|
35
35
|
ensureShellCompletion,
|
|
36
36
|
hasShellCompletion,
|
|
@@ -440,8 +440,8 @@ async function editDisableGUIPlan(globalCfg, localCfg) {
|
|
|
440
440
|
log.dim(`Current: ${currentValue}`);
|
|
441
441
|
}
|
|
442
442
|
const value = await confirm({
|
|
443
|
-
message: "Disable the human overview doc that /cf-plan generates alongside the agent plan?",
|
|
444
|
-
default: currentValue ??
|
|
443
|
+
message: "Disable the human overview doc that /cf-plan generates alongside the agent plan? (off by default)",
|
|
444
|
+
default: currentValue ?? true
|
|
445
445
|
});
|
|
446
446
|
const scope = await askScope();
|
|
447
447
|
if (scope === "back") return;
|
|
@@ -491,7 +491,7 @@ async function planDocsSubMenu() {
|
|
|
491
491
|
choices: injectBackChoice(
|
|
492
492
|
[
|
|
493
493
|
{
|
|
494
|
-
name: `Disable overview doc (${disableVal ??
|
|
494
|
+
name: `Disable overview doc (${disableVal ?? true})`,
|
|
495
495
|
value: "disableGUIPlan"
|
|
496
496
|
},
|
|
497
497
|
{
|
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ program.name("cf").description(
|
|
|
43
43
|
"coding-friend CLI \u2014 host learning docs, setup MCP, init projects"
|
|
44
44
|
).version(wantsVersion ? buildVersionString() : pkg.version, "-v, --version");
|
|
45
45
|
program.command("install").description("Install the Coding Friend plugin into Claude Code").option("--user", "Install at user scope (all projects)").option("--global", "Install at user scope (all projects)").option("--project", "Install at project scope (shared via git)").option("--local", "Install at local scope (this machine only)").action(async (opts) => {
|
|
46
|
-
const { installCommand } = await import("./install-
|
|
46
|
+
const { installCommand } = await import("./install-R2HDM3N4.js");
|
|
47
47
|
await installCommand(opts);
|
|
48
48
|
});
|
|
49
49
|
program.command("uninstall").description("Uninstall the Coding Friend plugin from Claude Code").option("--user", "Uninstall from user scope (all projects)").option("--global", "Uninstall from user scope (all projects)").option("--project", "Uninstall from project scope").option("--local", "Uninstall from local scope").action(async (opts) => {
|
|
@@ -59,11 +59,11 @@ program.command("enable").description("Re-enable the Coding Friend plugin").opti
|
|
|
59
59
|
await enableCommand(opts);
|
|
60
60
|
});
|
|
61
61
|
program.command("init").description("Initialize coding-friend in current project").action(async () => {
|
|
62
|
-
const { initCommand } = await import("./init-
|
|
62
|
+
const { initCommand } = await import("./init-UABKVDVT.js");
|
|
63
63
|
await initCommand();
|
|
64
64
|
});
|
|
65
65
|
program.command("config").description("Manage Coding Friend configuration").action(async () => {
|
|
66
|
-
const { configCommand } = await import("./config-
|
|
66
|
+
const { configCommand } = await import("./config-CTTHWJH5.js");
|
|
67
67
|
await configCommand();
|
|
68
68
|
});
|
|
69
69
|
var learn = program.command("learn").description("Manage learning docs \u2014 host as a website or push to git");
|
|
@@ -75,19 +75,19 @@ Learn subcommands:
|
|
|
75
75
|
learn push [path] Commit and push learning docs (only if learn dir is the git root)`
|
|
76
76
|
);
|
|
77
77
|
learn.command("host").description("Build and serve learning docs as a static website").argument("[path]", "path to docs folder").option("-p, --port <port>", "port number", "3333").action(async (path, opts) => {
|
|
78
|
-
const { hostCommand } = await import("./host-
|
|
78
|
+
const { hostCommand } = await import("./host-NCJMUSME.js");
|
|
79
79
|
await hostCommand(path, opts);
|
|
80
80
|
});
|
|
81
81
|
learn.command("push").description("Commit and push learning docs to origin").argument("[path]", "path to docs folder").action(async (path) => {
|
|
82
|
-
const { learnPushCommand } = await import("./learn-
|
|
82
|
+
const { learnPushCommand } = await import("./learn-K64AUUFB.js");
|
|
83
83
|
await learnPushCommand(path);
|
|
84
84
|
});
|
|
85
85
|
program.command("host", { hidden: true }).argument("[path]", "path to docs folder").option("-p, --port <port>", "port number", "3333").action(async (path, opts) => {
|
|
86
|
-
const { hostCommand } = await import("./host-
|
|
86
|
+
const { hostCommand } = await import("./host-NCJMUSME.js");
|
|
87
87
|
await hostCommand(path, opts);
|
|
88
88
|
});
|
|
89
89
|
program.command("mcp").description("Setup MCP server for learning docs").action(async () => {
|
|
90
|
-
const { mcpCommand } = await import("./mcp-
|
|
90
|
+
const { mcpCommand } = await import("./mcp-OMQFSJP4.js");
|
|
91
91
|
await mcpCommand();
|
|
92
92
|
});
|
|
93
93
|
program.command("mcp-serve").description("Start the cf-memory MCP server (used internally by npx)").argument("<memoryDir>", "path to memory directory").action(async (memoryDir) => {
|
|
@@ -106,19 +106,19 @@ program.command("permission").description("Manage Claude Code permission rules f
|
|
|
106
106
|
await permissionCommand(opts);
|
|
107
107
|
});
|
|
108
108
|
program.command("statusline").description("Setup coding-friend statusline in Claude Code").action(async () => {
|
|
109
|
-
const { statuslineCommand } = await import("./statusline-
|
|
109
|
+
const { statuslineCommand } = await import("./statusline-KKFJPTI7.js");
|
|
110
110
|
await statuslineCommand();
|
|
111
111
|
});
|
|
112
112
|
program.command("update").description("Update coding-friend plugin, CLI, and statusline").option("--cli", "Update only the CLI (npm package)").option("--plugin", "Update only the Claude Code plugin").option("--statusline", "Update only the statusline").option("--user", "Update plugin at user scope (all projects)").option("--global", "Update plugin at user scope (all projects)").option("--project", "Update plugin at project scope").option("--local", "Update plugin at local scope").action(async (opts) => {
|
|
113
|
-
const { updateCommand } = await import("./update-
|
|
113
|
+
const { updateCommand } = await import("./update-DIOH45TE.js");
|
|
114
114
|
await updateCommand(opts);
|
|
115
115
|
});
|
|
116
116
|
program.command("status").description("Show comprehensive Coding Friend status").action(async () => {
|
|
117
|
-
const { statusCommand } = await import("./status-
|
|
117
|
+
const { statusCommand } = await import("./status-ML4XEDYL.js");
|
|
118
118
|
await statusCommand();
|
|
119
119
|
});
|
|
120
120
|
program.command("clean").description("Clean files generated by Coding Friend in docs/").action(async () => {
|
|
121
|
-
const { cleanCommand } = await import("./clean-
|
|
121
|
+
const { cleanCommand } = await import("./clean-Q4VU662V.js");
|
|
122
122
|
await cleanCommand();
|
|
123
123
|
});
|
|
124
124
|
var session = program.command("session").description("[beta] Save and load Claude Code sessions across machines");
|
|
@@ -133,11 +133,11 @@ session.command("save").description("Save current Claude Code session to sync fo
|
|
|
133
133
|
"-s, --session-id <id>",
|
|
134
134
|
"session UUID to save (default: auto-detect newest)"
|
|
135
135
|
).option("-l, --label <label>", "label for this session").action(async (opts) => {
|
|
136
|
-
const { sessionSaveCommand } = await import("./session-
|
|
136
|
+
const { sessionSaveCommand } = await import("./session-Q2DLQPYP.js");
|
|
137
137
|
await sessionSaveCommand(opts);
|
|
138
138
|
});
|
|
139
139
|
session.command("load").description("Load a saved session from sync folder").action(async () => {
|
|
140
|
-
const { sessionLoadCommand } = await import("./session-
|
|
140
|
+
const { sessionLoadCommand } = await import("./session-Q2DLQPYP.js");
|
|
141
141
|
await sessionLoadCommand();
|
|
142
142
|
});
|
|
143
143
|
var memory = program.command("memory").description("AI memory system \u2014 store and search project knowledge");
|
|
@@ -157,43 +157,43 @@ Memory subcommands:
|
|
|
157
157
|
memory mcp Show MCP server setup instructions`
|
|
158
158
|
);
|
|
159
159
|
memory.command("status").description("Show memory system status").action(async () => {
|
|
160
|
-
const { memoryStatusCommand } = await import("./memory-
|
|
160
|
+
const { memoryStatusCommand } = await import("./memory-Y6GNALG3.js");
|
|
161
161
|
await memoryStatusCommand();
|
|
162
162
|
});
|
|
163
163
|
memory.command("search").description("Search memories by query").argument("<query>", "search query").action(async (query) => {
|
|
164
|
-
const { memorySearchCommand } = await import("./memory-
|
|
164
|
+
const { memorySearchCommand } = await import("./memory-Y6GNALG3.js");
|
|
165
165
|
await memorySearchCommand(query);
|
|
166
166
|
});
|
|
167
167
|
memory.command("list").description(
|
|
168
168
|
"List memories in current project, or all projects with --projects"
|
|
169
169
|
).option("--projects", "List all project databases with size and metadata").action(async (opts) => {
|
|
170
|
-
const { memoryListCommand } = await import("./memory-
|
|
170
|
+
const { memoryListCommand } = await import("./memory-Y6GNALG3.js");
|
|
171
171
|
await memoryListCommand(opts);
|
|
172
172
|
});
|
|
173
173
|
memory.command("init").description(
|
|
174
174
|
"Initialize memory system \u2014 interactive wizard (first time) or config menu"
|
|
175
175
|
).action(async () => {
|
|
176
|
-
const { memoryInitCommand } = await import("./memory-
|
|
176
|
+
const { memoryInitCommand } = await import("./memory-Y6GNALG3.js");
|
|
177
177
|
await memoryInitCommand();
|
|
178
178
|
});
|
|
179
179
|
memory.command("config").description("Configure memory system settings").action(async () => {
|
|
180
|
-
const { memoryConfigCommand } = await import("./memory-
|
|
180
|
+
const { memoryConfigCommand } = await import("./memory-Y6GNALG3.js");
|
|
181
181
|
await memoryConfigCommand();
|
|
182
182
|
});
|
|
183
183
|
memory.command("start-daemon").description("Start the memory daemon (Tier 2 \u2014 MiniSearch)").action(async () => {
|
|
184
|
-
const { memoryStartDaemonCommand } = await import("./memory-
|
|
184
|
+
const { memoryStartDaemonCommand } = await import("./memory-Y6GNALG3.js");
|
|
185
185
|
await memoryStartDaemonCommand();
|
|
186
186
|
});
|
|
187
187
|
memory.command("stop-daemon").description("Stop the memory daemon").action(async () => {
|
|
188
|
-
const { memoryStopDaemonCommand } = await import("./memory-
|
|
188
|
+
const { memoryStopDaemonCommand } = await import("./memory-Y6GNALG3.js");
|
|
189
189
|
await memoryStopDaemonCommand();
|
|
190
190
|
});
|
|
191
191
|
memory.command("rebuild").description("Rebuild the daemon search index").action(async () => {
|
|
192
|
-
const { memoryRebuildCommand } = await import("./memory-
|
|
192
|
+
const { memoryRebuildCommand } = await import("./memory-Y6GNALG3.js");
|
|
193
193
|
await memoryRebuildCommand();
|
|
194
194
|
});
|
|
195
195
|
memory.command("mcp").description("Show MCP server setup instructions").action(async () => {
|
|
196
|
-
const { memoryMcpCommand } = await import("./memory-
|
|
196
|
+
const { memoryMcpCommand } = await import("./memory-Y6GNALG3.js");
|
|
197
197
|
await memoryMcpCommand();
|
|
198
198
|
});
|
|
199
199
|
memory.command("rm").description("Remove a project database").option("--project-id <id>", "Project ID to remove").option("--all", "Remove all project databases").option(
|
|
@@ -201,7 +201,7 @@ memory.command("rm").description("Remove a project database").option("--project-
|
|
|
201
201
|
"Remove orphaned projects (source dir missing or 0 memories)"
|
|
202
202
|
).action(
|
|
203
203
|
async (opts) => {
|
|
204
|
-
const { memoryRmCommand } = await import("./memory-
|
|
204
|
+
const { memoryRmCommand } = await import("./memory-Y6GNALG3.js");
|
|
205
205
|
await memoryRmCommand(opts);
|
|
206
206
|
}
|
|
207
207
|
);
|
|
@@ -227,28 +227,28 @@ Dev subcommands:
|
|
|
227
227
|
dev update [path] Update local dev plugin to latest version`
|
|
228
228
|
);
|
|
229
229
|
dev.command("on").description("Switch to local plugin source").argument("[path]", "path to local coding-friend repo (default: cwd)").action(async (path) => {
|
|
230
|
-
const { devOnCommand } = await import("./dev-
|
|
230
|
+
const { devOnCommand } = await import("./dev-IGHMMEP4.js");
|
|
231
231
|
await devOnCommand(path);
|
|
232
232
|
});
|
|
233
233
|
dev.command("off").description("Switch back to remote marketplace").action(async () => {
|
|
234
|
-
const { devOffCommand } = await import("./dev-
|
|
234
|
+
const { devOffCommand } = await import("./dev-IGHMMEP4.js");
|
|
235
235
|
await devOffCommand();
|
|
236
236
|
});
|
|
237
237
|
dev.command("status").description("Show current dev mode").action(async () => {
|
|
238
|
-
const { devStatusCommand } = await import("./dev-
|
|
238
|
+
const { devStatusCommand } = await import("./dev-IGHMMEP4.js");
|
|
239
239
|
await devStatusCommand();
|
|
240
240
|
});
|
|
241
241
|
dev.command("sync").description(
|
|
242
242
|
"Copy local source files to plugin cache (no version bump needed)"
|
|
243
243
|
).action(async () => {
|
|
244
|
-
const { devSyncCommand } = await import("./dev-
|
|
244
|
+
const { devSyncCommand } = await import("./dev-IGHMMEP4.js");
|
|
245
245
|
await devSyncCommand();
|
|
246
246
|
});
|
|
247
247
|
dev.command("restart").description("Reinstall local dev plugin (off + on)").argument(
|
|
248
248
|
"[path]",
|
|
249
249
|
"path to local coding-friend repo (default: saved path or cwd)"
|
|
250
250
|
).action(async (path) => {
|
|
251
|
-
const { devRestartCommand } = await import("./dev-
|
|
251
|
+
const { devRestartCommand } = await import("./dev-IGHMMEP4.js");
|
|
252
252
|
await devRestartCommand(path);
|
|
253
253
|
});
|
|
254
254
|
dev.command("update").description(
|
|
@@ -257,7 +257,7 @@ dev.command("update").description(
|
|
|
257
257
|
"[path]",
|
|
258
258
|
"path to local coding-friend repo (default: saved path or cwd)"
|
|
259
259
|
).action(async (path) => {
|
|
260
|
-
const { devUpdateCommand } = await import("./dev-
|
|
260
|
+
const { devUpdateCommand } = await import("./dev-IGHMMEP4.js");
|
|
261
261
|
await devUpdateCommand(path);
|
|
262
262
|
});
|
|
263
263
|
program.hook("postAction", async () => {
|
|
@@ -15,12 +15,12 @@ import {
|
|
|
15
15
|
ensureMemoryBuilt,
|
|
16
16
|
isMemoryInitialized,
|
|
17
17
|
memoryInitWizard
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-AK6RMCAC.js";
|
|
19
|
+
import "./chunk-56YJWGAN.js";
|
|
20
20
|
import {
|
|
21
21
|
memoryConfigMenu
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
} from "./chunk-N4WZWRCI.js";
|
|
23
|
+
import "./chunk-K4WSC62G.js";
|
|
24
24
|
import {
|
|
25
25
|
getLibPath
|
|
26
26
|
} from "./chunk-RZRT7NGT.js";
|
|
@@ -34,10 +34,10 @@ import {
|
|
|
34
34
|
saveStatuslineConfig,
|
|
35
35
|
selectStatuslineComponents,
|
|
36
36
|
writeStatuslineSettings
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-XEKQW4RN.js";
|
|
38
38
|
import {
|
|
39
39
|
DEFAULT_CONFIG
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-3WIZA5OZ.js";
|
|
41
41
|
import {
|
|
42
42
|
ensureShellCompletion,
|
|
43
43
|
hasShellCompletion
|
|
@@ -726,8 +726,8 @@ async function stepPlanDocs(globalCfg, localCfg) {
|
|
|
726
726
|
"The human overview doc /cf-plan writes next to the agent plan \u2014 enable/disable and choose format."
|
|
727
727
|
);
|
|
728
728
|
const disableChoice = await confirm({
|
|
729
|
-
message: "Disable the /cf-plan human overview doc?",
|
|
730
|
-
default: currentDisable ??
|
|
729
|
+
message: "Disable the /cf-plan human overview doc? (off by default)",
|
|
730
|
+
default: currentDisable ?? true
|
|
731
731
|
});
|
|
732
732
|
let formatChoice;
|
|
733
733
|
if (!disableChoice) {
|
|
@@ -1002,8 +1002,8 @@ async function initMenu(gitAvailable) {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
case "planDocs": {
|
|
1004
1004
|
const planDocsDisableChoice = await confirm({
|
|
1005
|
-
message: "Disable the /cf-plan human overview doc?",
|
|
1006
|
-
default: planDocsDisableVal ??
|
|
1005
|
+
message: "Disable the /cf-plan human overview doc? (off by default)",
|
|
1006
|
+
default: planDocsDisableVal ?? true
|
|
1007
1007
|
});
|
|
1008
1008
|
let planDocsFormatChoice;
|
|
1009
1009
|
if (!planDocsDisableChoice) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getLatestVersion,
|
|
3
3
|
semverCompare
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XHP3EBR3.js";
|
|
5
5
|
import {
|
|
6
6
|
getInstalledVersion
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-XEKQW4RN.js";
|
|
8
|
+
import "./chunk-3WIZA5OZ.js";
|
|
9
9
|
import {
|
|
10
10
|
ensureShellCompletion
|
|
11
11
|
} from "./chunk-667NMPN4.js";
|
|
@@ -8,26 +8,26 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ensureMemoryBuilt,
|
|
10
10
|
printMemoryMcpConfig
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-AK6RMCAC.js";
|
|
12
12
|
import {
|
|
13
13
|
checkLearnMcpHealth,
|
|
14
14
|
checkMemoryMcpHealth,
|
|
15
15
|
detectMemoryMcpState,
|
|
16
16
|
printHealthSection,
|
|
17
17
|
warnStaleMcpJson
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-56YJWGAN.js";
|
|
19
19
|
import {
|
|
20
20
|
getMemoryMcpStatus,
|
|
21
21
|
writeMemoryMcpEntry
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-N4WZWRCI.js";
|
|
23
23
|
import {
|
|
24
24
|
resolveLearnDir,
|
|
25
25
|
resolveMemoryDir
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-K4WSC62G.js";
|
|
27
27
|
import {
|
|
28
28
|
getLibPath
|
|
29
29
|
} from "./chunk-RZRT7NGT.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-3WIZA5OZ.js";
|
|
31
31
|
import "./chunk-IKLMHJH6.js";
|
|
32
32
|
import {
|
|
33
33
|
run
|
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
memoryStopDaemonCommand,
|
|
15
15
|
printMemoryMcpConfig,
|
|
16
16
|
refreshMemoryAfterUpdate
|
|
17
|
-
} from "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-AK6RMCAC.js";
|
|
18
|
+
import "./chunk-56YJWGAN.js";
|
|
19
|
+
import "./chunk-N4WZWRCI.js";
|
|
20
|
+
import "./chunk-K4WSC62G.js";
|
|
21
21
|
import "./chunk-RZRT7NGT.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-3WIZA5OZ.js";
|
|
23
23
|
import "./chunk-IKLMHJH6.js";
|
|
24
24
|
import "./chunk-EVGXUDX4.js";
|
|
25
25
|
import "./chunk-5UVDWG5L.js";
|
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
checkLearnMcpHealth,
|
|
12
12
|
checkMemoryMcpHealth
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-56YJWGAN.js";
|
|
14
|
+
import "./chunk-N4WZWRCI.js";
|
|
15
15
|
import {
|
|
16
16
|
resolveLearnDir,
|
|
17
17
|
resolveMemoryDir,
|
|
18
18
|
sanitizeRawConfig
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-K4WSC62G.js";
|
|
20
20
|
import {
|
|
21
21
|
getLibPath
|
|
22
22
|
} from "./chunk-RZRT7NGT.js";
|
|
@@ -25,11 +25,11 @@ import {
|
|
|
25
25
|
getLatestCliVersion,
|
|
26
26
|
getLatestVersion,
|
|
27
27
|
semverCompare
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-XHP3EBR3.js";
|
|
29
29
|
import {
|
|
30
30
|
getInstalledVersion
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
} from "./chunk-XEKQW4RN.js";
|
|
32
|
+
import "./chunk-3WIZA5OZ.js";
|
|
33
33
|
import "./chunk-667NMPN4.js";
|
|
34
34
|
import {
|
|
35
35
|
detectPluginScope,
|
|
@@ -8,10 +8,10 @@ import {
|
|
|
8
8
|
saveStatuslineConfig,
|
|
9
9
|
selectStatuslineComponents,
|
|
10
10
|
writeStatuslineSettings
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-XEKQW4RN.js";
|
|
12
12
|
import {
|
|
13
13
|
ALL_COMPONENT_IDS
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3WIZA5OZ.js";
|
|
15
15
|
import {
|
|
16
16
|
commandExists
|
|
17
17
|
} from "./chunk-EVGXUDX4.js";
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
getLatestVersion,
|
|
5
5
|
semverCompare,
|
|
6
6
|
updateCommand
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-XHP3EBR3.js";
|
|
8
|
+
import "./chunk-XEKQW4RN.js";
|
|
9
|
+
import "./chunk-3WIZA5OZ.js";
|
|
10
10
|
import "./chunk-667NMPN4.js";
|
|
11
11
|
import "./chunk-IKLMHJH6.js";
|
|
12
12
|
import "./chunk-EVGXUDX4.js";
|