lean-spec 0.2.5-dev.20251124062211 → 0.2.5-dev.20251124064307

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.
@@ -2003,7 +2003,7 @@ var __dirname = path15.dirname(fileURLToPath(import.meta.url));
2003
2003
  var TEMPLATES_DIR = path15.join(__dirname, "..", "templates");
2004
2004
  var EXAMPLES_DIR = path15.join(TEMPLATES_DIR, "examples");
2005
2005
  function initCommand() {
2006
- return new Command("init").description("Initialize LeanSpec in current directory").option("-y, --yes", "Skip prompts and use defaults (quick start with standard template)").option("--example <name>", "Scaffold an example project for tutorials").option("--name <dirname>", "Custom directory name for example project").option("--list", "List available example projects").action(async (options) => {
2006
+ return new Command("init").description("Initialize LeanSpec in current directory").option("-y, --yes", "Skip prompts and use defaults (quick start with standard template)").option("--example [name]", "Scaffold an example project for tutorials (interactive if no name provided)").option("--name <dirname>", "Custom directory name for example project").option("--list", "List available example projects").action(async (options) => {
2007
2007
  if (options.list) {
2008
2008
  await listExamples();
2009
2009
  return;
@@ -8808,5 +8808,5 @@ if (import.meta.url === `file://${process.argv[1]}`) {
8808
8808
  }
8809
8809
 
8810
8810
  export { 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 };
8811
- //# sourceMappingURL=chunk-YE3BCNO6.js.map
8812
- //# sourceMappingURL=chunk-YE3BCNO6.js.map
8811
+ //# sourceMappingURL=chunk-FYYLWDI6.js.map
8812
+ //# sourceMappingURL=chunk-FYYLWDI6.js.map