agent-tasks 1.9.13 → 1.9.14

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.
@@ -2,7 +2,7 @@
2
2
  "id": "agent-tasks",
3
3
  "name": "Tasks",
4
4
  "icon": "task_alt",
5
- "version": "1.9.13",
5
+ "version": "1.9.14",
6
6
  "description": "Pipeline task board — kanban, stages, artifacts, dependencies",
7
7
  "ui": "./dist/ui/app.js",
8
8
  "css": "./dist/ui/styles.css",
@@ -530,7 +530,7 @@ header {
530
530
  .kanban-column {
531
531
  min-width: var(--column-min);
532
532
  max-width: var(--column-max);
533
- flex: 1;
533
+ flex: 1 0 var(--column-min);
534
534
  background: var(--bg-surface);
535
535
  border-radius: var(--radius);
536
536
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-tasks",
3
- "version": "1.9.13",
3
+ "version": "1.9.14",
4
4
  "description": "Pipeline-driven task management for AI coding agents — stages, dependencies, artifacts, and multi-agent claiming",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",