feat(FN-3365): pass workspace verification gates in board component

Fix FN-3365 completes Step 3 of workspace verification gates by making a minor adjustment to the Board component in the dashboard, likely correcting a validation or boundary condition that was previously failing.

Fusion-Task-Id: FN-3365
This commit is contained in:
Fusion
2026-05-04 13:27:24 -07:00
committed by gsxdsm
parent 54f2832691
commit 343d2710ac
5 changed files with 50 additions and 36 deletions

View File

@@ -88,7 +88,8 @@ Fusion task columns:
6. **archived** — preserved history, optionally cleaned from filesystem
Board ordering behavior:
- Active work columns (`triage`, `todo`, `in-progress`, `in-review`) remain priority-ordered.
- `todo` mirrors scheduler dispatch order: priority first (`urgent``low`), then oldest `createdAt` within a priority tier, then task ID as deterministic tie-break.
- `triage`, `in-progress`, and `in-review` remain priority-first with task-ID tie-breaks (`in-review` still pins merge-active statuses above non-merging tasks).
- The `done` column is recency-ordered by completion time (newest first), using `columnMovedAt` as primary and falling back to `updatedAt` then `createdAt` for legacy tasks.
### Lifecycle commands