lean-spec 0.2.7-dev.20251126090057 → 0.2.7-dev.20251126090633
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.
|
@@ -4912,7 +4912,7 @@ async function initProject(skipPrompts = false, templateOption, agentToolsOption
|
|
|
4912
4912
|
templateConfig.structure.pattern = "flat";
|
|
4913
4913
|
templateConfig.structure.prefix = "";
|
|
4914
4914
|
}
|
|
4915
|
-
if (!skipPrompts && !agentToolsOption
|
|
4915
|
+
if (!skipPrompts && !agentToolsOption) {
|
|
4916
4916
|
const toolChoices = Object.entries(AI_TOOL_CONFIGS).map(([key, config]) => ({
|
|
4917
4917
|
name: config.description,
|
|
4918
4918
|
value: key,
|
|
@@ -4922,8 +4922,6 @@ async function initProject(skipPrompts = false, templateOption, agentToolsOption
|
|
|
4922
4922
|
message: "Which AI tools do you use? (creates symlinks for tool-specific instruction files)",
|
|
4923
4923
|
choices: toolChoices
|
|
4924
4924
|
});
|
|
4925
|
-
} else if (!agentToolsOption && setupMode === "quick") {
|
|
4926
|
-
selectedAgentTools = ["claude", "copilot"];
|
|
4927
4925
|
}
|
|
4928
4926
|
const templatesDir = path17.join(cwd, ".lean-spec", "templates");
|
|
4929
4927
|
try {
|
|
@@ -10833,5 +10831,5 @@ if (import.meta.url === `file://${process.argv[1]}`) {
|
|
|
10833
10831
|
}
|
|
10834
10832
|
|
|
10835
10833
|
export { agentCommand, analyzeCommand, archiveCommand, backfillCommand, boardCommand, checkCommand, compactCommand, createCommand, createMcpServer, depsCommand, examplesCommand, filesCommand, ganttCommand, initCommand, linkCommand, listCommand, mcpCommand, migrateCommand, openCommand, searchCommand, splitCommand, statsCommand, templatesCommand, timelineCommand, tokensCommand, uiCommand, unlinkCommand, updateCommand, validateCommand, viewCommand };
|
|
10836
|
-
//# sourceMappingURL=chunk-
|
|
10837
|
-
//# sourceMappingURL=chunk-
|
|
10834
|
+
//# sourceMappingURL=chunk-GSBLCPXH.js.map
|
|
10835
|
+
//# sourceMappingURL=chunk-GSBLCPXH.js.map
|