gsxdsm
c16cc9e08a
FN-7515: expose planner oversight configuration
Expose planner oversight as workflow-native configuration across task and workflow surfaces.
- Add a shared TaskForm selector for per-task planner oversight overrides with inherit semantics.
- Thread plannerOversightLevel through new task creation, task detail edits, and legacy dashboard API payloads.
- Add a Workflow Editor Values display group and documentation for configuring workflow defaults.
- Cover create, edit, form, and workflow settings behavior with dashboard tests.
Files changed:
.changeset/fn-7515-planner-oversight-config-exposure.md | 7 ++
docs/dashboard-guide.md | 1 +
docs/settings-reference.md | 2 +-
packages/dashboard/app/api/legacy.ts | 3 +
packages/dashboard/app/components/NewTaskModal.tsx | 12 +++-
packages/dashboard/app/components/TaskDetailModal.tsx | 11 +++-
packages/dashboard/app/components/TaskForm.tsx | 34 ++++++++++
packages/dashboard/app/components/__tests__/NewTaskModal.test.tsx | 31 +++++++++
packages/dashboard/app/components/__tests__/TaskDetailModal.inline-editing-and-integrations.test.tsx | 76 ++++++++++++++++++++++
packages/dashboard/app/components/__tests__/TaskForm.test.tsx | 28 ++++++++
packages/dashboard/app/components/__tests__/WorkflowSettingsPanel.test.tsx | 34 ++++++++++
packages/dashboard/app/components/workflow-setting-display.ts | 17 ++++-
12 files changed, 251 insertions(+), 5 deletions(-)
Fusion-Task-Id: FN-7515
Fusion-Task-Lineage: aded67c0-835c-4046-b691-04dc2bb2d314
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-04 14:26:46 -07:00
..
2026-07-04 14:04:29 -07:00
2026-07-03 13:10:20 -07:00
2026-07-04 13:51:09 -07:00
2026-07-04 14:26:46 -07:00
2026-07-03 21:45:21 -07:00
2026-07-03 22:40:36 -07:00
2026-07-04 14:11:25 -07:00
2026-07-04 13:36:01 -07:00
2026-07-03 13:10:20 -07:00
2026-07-03 13:10:20 -07:00
2026-06-08 15:19:27 -07:00
2026-07-03 13:10:20 -07:00