specsmd 0.1.60 → 0.1.61
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/lib/dashboard/tui/app.js +3 -3
- package/package.json +1 -1
package/lib/dashboard/tui/app.js
CHANGED
|
@@ -1457,13 +1457,13 @@ function createDashboardApp(deps) {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
1459
|
const panels = allocateSingleColumnPanels(panelCandidates, contentRowsBudget);
|
|
1460
|
-
const splitPreviewLayout = ui.
|
|
1461
|
-
&& !ui.showHelp
|
|
1460
|
+
const splitPreviewLayout = !ui.showHelp
|
|
1462
1461
|
&& !worktreeOverlayOpen
|
|
1463
1462
|
&& previewOpen
|
|
1464
1463
|
&& !overlayPreviewOpen
|
|
1465
1464
|
&& !ultraCompact
|
|
1466
|
-
&&
|
|
1465
|
+
&& ui.view !== 'git'
|
|
1466
|
+
&& fullWidth >= 96
|
|
1467
1467
|
&& panelCandidates.some((panel) => panel?.key === 'preview');
|
|
1468
1468
|
const gitHierarchyLayout = ui.view === 'git'
|
|
1469
1469
|
&& !ui.showHelp
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specsmd",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.61",
|
|
4
4
|
"description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
|
|
5
5
|
"main": "lib/installer.js",
|
|
6
6
|
"bin": {
|