FN-7660: rename remaining board-column "Triage" labels to "Planning"
Rename remaining "Triage" board-column label references to "Planning" across dashboard editors, locale strings, and docs.
- Fixed BUILTIN_WORKFLOW_COLUMN_LABELS.triage in board-workflows.ts (was still "Triage", clobbering FN-7599's IR rename); column id "triage" stays unchanged
- Updated dashboard components (AgentDetailView, RoutineEditor, ScheduleForm, ScheduleStepsEditor) to use the "Planning" label
- Updated en/app.json locale strings (board.triage, schedule.columnTriage/taskColumnTriage/triageColumn) to "Planning"
- Updated board-workflows tests to assert the new label
- Updated docs/dashboard-guide.md Triage/Planning column references to "Planning", preserving the FN-7653 intake-only gating correction
- Added a patch changeset documenting the label-consistency fix
Files changed:
.changeset/fn-7660-planning-label-consistency.md | 7 +++++++
docs/dashboard-guide.md | 9 +++++----
packages/dashboard/app/components/AgentDetailView.tsx | 2 +-
packages/dashboard/app/components/RoutineEditor.tsx | 2 +-
packages/dashboard/app/components/ScheduleForm.tsx | 2 +-
packages/dashboard/app/components/ScheduleStepsEditor.tsx | 2 +-
.../dashboard/src/routes/__tests__/board-workflows.test.ts | 7 ++++++-
packages/dashboard/src/routes/board-workflows.ts | 10 +++++++++-
packages/i18n/locales/en/app.json | 8 ++++----
9 files changed, 35 insertions(+), 14 deletions(-)
Fusion-Task-Id: FN-7660
Fusion-Task-Lineage: fc6c94d6-9876-4c0e-80b1-a5518903952e
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>