lean-spec 0.2.7-dev.20251127021524 → 0.2.7-dev.20251127023144
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.
|
@@ -7045,7 +7045,7 @@ async function showBoard(options) {
|
|
|
7045
7045
|
renderColumn(STATUS_CONFIG["in-progress"].label, STATUS_CONFIG["in-progress"].emoji, columns["in-progress"], true, STATUS_CONFIG["in-progress"].colorFn);
|
|
7046
7046
|
console.log(chalk20.dim("\u2501".repeat(70)));
|
|
7047
7047
|
console.log("");
|
|
7048
|
-
renderColumn(STATUS_CONFIG.complete.label, STATUS_CONFIG.complete.emoji, columns.complete, options.
|
|
7048
|
+
renderColumn(STATUS_CONFIG.complete.label, STATUS_CONFIG.complete.emoji, columns.complete, options.complete || false, STATUS_CONFIG.complete.colorFn);
|
|
7049
7049
|
}
|
|
7050
7050
|
function renderColumn(title, emoji, specs, expanded, colorFn) {
|
|
7051
7051
|
console.log(`${emoji} ${colorFn(chalk20.bold(`${title} (${specs.length})`))}`);
|
|
@@ -10997,5 +10997,5 @@ if (import.meta.url === `file://${process.argv[1]}`) {
|
|
|
10997
10997
|
}
|
|
10998
10998
|
|
|
10999
10999
|
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 };
|
|
11000
|
-
//# sourceMappingURL=chunk-
|
|
11001
|
-
//# sourceMappingURL=chunk-
|
|
11000
|
+
//# sourceMappingURL=chunk-7D64YGN6.js.map
|
|
11001
|
+
//# sourceMappingURL=chunk-7D64YGN6.js.map
|